/*
----------------------------------------------------------------------------------------------
Name: BestPrice Support
Author: Phaistos Networks s.a
----------------------------------------------------------------------------------------------
*/
body 											{ 
	background-color: #fff;
	 margin: 0; 
	 padding: 0;
	}
body, table, button, input, textarea, select 	{
	font: normal 13px Arial, Helvetica, sans-serif; 
	color: #333;
	}
a 	{ 
	color: #2251A6; 
	text-decoration: none; 
	}
a:visited   { color: #551A8B; }
a:hover		{ text-decoration: underline; }
img			{ border: none;	  }
form		{ margin: 0;      } 


/* Layout
====================================================================== */
#outer   {  
	background: url("img/top-bg.gif") repeat-x top; 
	padding-top: 40px; 
	}
#wrapper { 
	width: 700px; 
	text-align: left; 
	margin: 0 auto; 
	}
#content { 
	width: 580px; 
	float: left;
	}
#sidebar { 
	width: 360px; 
	float: right;
	}

/* Misc 
====================================================================== */
.clr			{ 
	min-height: 0px; 
	_height: 1%;
	}
.clr:after 		{
	height: 0;
	display: block;
	content: ".";
	clear: both;
	visibility: hidden;
	overflow: hidden;
	}
.right          { float: right; }
	
/* Headers
====================================================================== */
h1, h2, h3, h4, h5, h6 { 
	font-weight: normal; 
	margin: 0; 
	padding: 0; 
	}
h1 a                     { 
	display: block;
	height: 186px;
	width: 513px;
	text-indent: -99999px;
	background: url("img/logo.gif") no-repeat center center;
	overflow: hidden;
	/*margin: 0 auto;*/
	margin: 0 0 0 40px;
	}
h2                     {
	font-family: Georgia, Arial, "Trebuchet Ms", serif;
	font-size: 20px;
	font-weight: normal;
	color: #333;
	line-height: 1.2em;
	letter-spacing: -0.5px;
	margin: 0 0 15px 0;
	}
	
/* Header
====================================================================== */
#header   { position: relative; }
#header p { 
	position: absolute; 
	top: 20px; 
	right: 0; 
	margin: 0; 
	padding: 0; 
	z-index: 100; 
	}
#header h2 { 
	position: absolute; 
	top: 75px; 
	right: 45px; 
	font-size: 28px;
	}
#header h2 a	{ color: #41b0e4; }
	
/* Page: Answers
====================================================================== */
#page-answers #footer { margin-top: 20px; }
	
/* Topics
====================================================================== */
#topics           { margin: 0; }
#topics dt 		  {
	font: normal 16px Georgia;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	}
#topics dt a       { text-decoration: none;      }
#topics dt a:hover { text-decoration: underline; }
#topics dd         {
	line-height: 1.5em;
	background: url("img/dot-square-blue.gif")  no-repeat 5px 7px;
	margin: 5px 0;
	padding: 0;
	padding-left: 20px;
	}
#topics dd dt	   { 
	font-size: 13px; 
	border: none; 
	background: none; 
	margin: 10px 0 5px; 
	padding: 0; 
	}
#topics dd dd	   { margin-left: 20px; }
#topics dd.descr   {
	font-weight: normal;
	color: #6f6f6f;
	letter-spacing: normal;
	background: none;
	margin-bottom: 10px;
	margin-top: 0;
	padding: 0;
	}
#topics dd.more      {
	font-weight: bold;
	margin-top: 10px;
	}	
#topics-home  a img  {
	background-color: #fff;
	margin: 0 auto 5px auto;
	padding: 5px;
	}
#topics-home a:hover {
	text-decoration: none;
	border-color: #A8B9CA;
	border-width: 2px;
	padding: 9px 9px 9px 9px;
	}
	
/* Icons
====================================================================== */	
.icon-update {
	padding-left: 22px;
	background: url("img/update.png") no-repeat 0 0px
	}
.icon-print {
	padding-left: 13px;
	background: url("img/print.gif") no-repeat 0 4px;
	}
	
/* Main Body
====================================================================== */
#main-body         {
	line-height: 1.5em;
	background: #fff url("img/dots.gif") repeat-x top left;
	padding: 10px 0;
	}
#main-body.no-dots { background: none; }
#main-body li      { margin: 8px 0;    }

/* Last Updated
====================================================================== */
.last-updated { 
	color: #6f6f6f;
	line-height: 1.6em;
	font-size: 12px;
	font-style: normal;
	margin-top: -5px;
	margin-bottom: 10px;
	}
	
/* Options
====================================================================== */
#options {
	color: #6f6f6f;
	text-align: right;	
	line-height: normal;
	background: #fff url("img/dots.gif") repeat-x top left;
	padding: 15px 0px;
	margin-bottom: 30px;
	}
	
/* Helpful
====================================================================== */
.helpful-sum {
	font-size: 11px;
	color: #6f6f6f;
	padding: 0px 0 8px;
	}
#helpful a   {
	position: relative;
	font-family:  verdana, serif;
	font-size: 10px;
	color: #222;
	text-decoration: none;
	background: #ECE9D8;
	padding: 4px;
	cursor: pointer;
	}
#helpful .yes {
	position: relative;
	color: white!important;
	background: #0063DC;
	}

/* New
====================================================================== */
.new {
	font-family: Tahoma;
	color:#F59B21;
	font-size:9px;
	}
	
/* Images
====================================================================== */
.image p      {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #6f6f6f;
	text-align: center;
	background: #EEEEEE;
	margin: 0;
	padding: 10px 10px 0 0px;
	}
.image-inner  {
	border: 1px solid #ddd;
	padding: 10px;
	}
.image        {
	text-align:center;
	background: #fff;
	border: 10px solid #EEEEEE;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}
.image.right  {
	float: right;
	margin-left: 10px!important;
	}
.image.center {  
	float: none; 
	margin: 20px auto;
	}
	
/* Fieldset
====================================================================== */		
fieldset                  {
	border: 1px solid #ccc;
	border-width: 1px 1px 1px 1px;
	margin: 0 0 20px;
	padding: 0;
	}
* html fieldset		      { height: 1%; } /* IE @!#@!# */	
legend                    {
	font-family: Arial, arial, serif;
	line-height: normal;
	color: #6f6f6f;
	margin-left: 10px;
	padding: 1px 5px;
	}
* html legend              { margin-left: 0;    }	
fieldset ol, 
fieldset ul                {
	margin: 0;
	padding: 0;
	}
fieldset li                {
	list-style-type: none;
	background: url("img/dot-square-blue.gif")  no-repeat 5px 7px;
	margin: 5px 0;
	padding-left: 20px;
	}
fieldset li a { color: green; }
fieldset .fieldset-content { padding: 10px 20px; }	
.fieldset-content p.code   {
	float: left;
	width: 350px;
	}
#field-code                {
	width: 300px;
	font-size: 20px;
	background-image:none;
	border: 1px solid #b9b9b9;
	border-top: 2px solid #b9b9b9;
	padding:5px;
	}

/* Tabs
====================================================================== */
#tabs                               {
	border-bottom: 2px solid #ccc;
	_height: 1%;
	min-height: 1px;
	}
#tabs:after                         {
	height: 0;
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	overflow: hidden;
	}
#tabs ul,
#tabs li                            {
	list-style-type: none;
	font-size: 15px;
	letter-spacing: -0.5px;
	margin: 0;
	padding: 0;
	}
#tabs ul                            {
	position: relative;
	top: 3px;
	}
#tabs li {
	float: left;
	display: block;
	}
#tabs li.active a                   {
	border: 2px solid #ccc;
	margin-left: 5px;
	padding: 6px 16px;
	}
#tabs li a                          {
	float: left;
	display: block;
	text-decoration: underline;
	border: 2px solid #ccc;
	background-color: #f9f9f9;
	margin-left: 5px;
	padding: 6px 16px;
	}
#tabs li a,
#tabs li:active:focus                { outline: none; }
#tabs li.active a                    {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	background: white;
	border-bottom: 2px solid #fff;
	}
#tabs ul li#tabs-screencast a	     {
	background: #f9f9f9 url("img/screencast.gif") no-repeat 10px 55%;
	padding-left: 30px;
	}
#tabs ul li#tabs-screencast.active a { background-color: #fff; }

/* Screencast
====================================================================== */
#container-screencast	{
	text-align: center;
	background: #eee;
	margin: 20px 0;
	padding: 20px 0;
	}

/* Footer
====================================================================== */
#footer {
	text-align: center;
	color: #999;
	border-top: 1px solid #ccc;
	padding: 20px 0;
	margin-top: 30px;
	}
#page-topics #footer { margin-top: 20px; }
