/*@import url("/styles/png.css");*/

@import url("/styles/menu/dropdown.css");
@import url("/styles/menu/default.advanced.css");
@import url("/styles/productbar.css");

#google_translate_element { position: absolute; right: 5px; top: 2px; }
#google_translate_element, #google_translate_element *{
   text-indent: none;
	font-size: 0.95em;
	line-height: 170%;
	color: #505050;
}

html, body {
    /*behavior:url("/csshover.htc"); */
	background: #b2b3b8 url(/images/pagebackground.gif) 50% 0px;
	/*text-align: center;*/ 
	font-style:normal; font-variant:normal; 
	font-weight:normal; line-height:170%; 
	font-size:13px; 
	font-family: "Lucida Sans Unicode", "Lucida Sans", Tahoma, Verdana, sans-serif; 
	/*list-style-type:none; */
	height: 100%;
	/*margin-left:20px; margin-right:20px; margin-top:5px; margin-bottom:20px*/
}


a.button,a.button:visited,div.button
{	
	padding: 1px 5px 1px 5px;
	text-align: center;
	float: left;
	font-size: 11px;
	background: transparent url(/styles/images/buttonbl.png) 0px 0px no-repeat;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	border: 1px solid #0066ff;
	border-style: solid;
	color: #0066ff;
	cursor: pointer;
}

#iemsg {
   width: 300px;
	margin: 0 auto;
	background-color: #FDD6CE;
	color: #7D2920;
	text-align: center;
	font-size: 0.80em;
	padding: 1px;
}

#feature {
   float: left;
}

div.button {
   float: left;
}

a.button:hover, div.button:hover {
   background-position: 0px -29px;
	color: #0044ff;
}

a.button.cancel, a.button.cancel:visited, div.button.cancel {
   background-position: 0px -84px;
	color: #7B1715;
	border: 1px solid #7B1715;
	border-style: solid;
}

a.button.cancel:hover, div.button.cancel:hover {
   background-position: 0px -57px;
}

a.button.green, div.button.green {
   color: #005500;
   background-position: 0px -141px;
	border: 1px solid #009900;
		border-style: solid;
}

a.button.green:hover, div.button.green:hover {
   color: #008800;
   background-position: 0px -113px;
	border: 1px solid #00AA00;
		border-style: solid;
}

.whitebg {
   background: transparent url(/styles/images/white70bg.png) top left;
}

div.videos {
	background-color: transparent;
	min-width: 200px;
	min-height: 200px;
	position: relative;
}

div.videos .caption {
   font-size: 1.2em;
	width: 100%;
	margin-bottom: 5px;
}

div.videos .loading {
   background: url(/styles/images/spinner.gif) top left no-repeat;
	position: absolute;
	left: 40%;
	padding-left: 20px;
	top: 50%;
   min-width: 200px;
}

.prettybox {
   border: 2px dotted #0099ff;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius : 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
}

.smalltype {
   font-size: 10px;
	line-height: normal;
}

h1 {
  margin: 0px;
  border-bottom: 1px solid #a0a0a0;
  /*display: inline;*/
  font-size: 1.6em;
}


.disclaimer {
  font-size: 0.75em;
  color: #404040;
  text-align: center;
  width: 100%;
  margin:0 auto;
  float: left;
  line-height: normal;
}

.disclaimer span {
   padding: 3px;
}

.reply {
   border: 1px solid #00ccFF;
	color: #6ae1ff;
	background-color: #202020;
	padding: 5px;
	text-align: center;
	position: absolute;
	display: none;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	width: 400px;
}

.jsdetails {
   position: absolute;
	z-index: 5001;
	top: 7px;
	left: 9px;
	width: 190px;
	opacity: 0.8;
	font-size: 12px;
	background-color: #ffffff;
	-moz-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px;
}

.jsdetails p
{
   font-weight: bold;
	color: #FF0000;
	margin: 0px;
	text-indent: 0;
	padding: 2px;
}


span.brochure
{
	float: right;
	font-size: 12px;
	font-weight: normal;
}

.intro, .intro div, .intro img
{
	float: left;
}
	
.intro {
	margin-bottom: 20px;
}

.intro h1{
	margin: 0px;
	margin-bottom: 5px;
}

.boxes {
	margin-top: 10px;
	float: left;
}
.boxes .shadebox
{
	width: 230px;
	margin-left: 20px;
}

.boxes .shadebox:first-child
{
	margin-right: 5px;
}

.boxes ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.boxes ul li
{
	background: transparent url(/styles/images/checkmark.png) no-repeat;
	padding-left: 20px;
}

#loginblock {
	position: absolute;
	top: 5px;
	right: 25px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	z-index: 10;
	text-indent: 0;
	color: #f0f0f0;
	line-height: 100%;
}

#loginblock span
{
	float: left;
	clear: both;
}

#smallmenublock {
    position:absolute;
	top: 35px;
    right: 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	z-index: 10;
	text-indent: 0;
	color: #f0f0f0;
}

#smallmenublock a, #loginblock a
{
    color: #F0f0f0;
}

#smallmenublock img {
    border: none;
	padding-top: 5px;
}

#smallmenublock ul 
{
   list-style: none;
   margin: 0;
   padding: 0;
}

#smallmenublock li 
{
   float: left;
   padding: 0px 2px 0px 2px;
}

/* @group Auto-clearing */

.autoclear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.autoclear { display: inline-block }

/* Hides from IE-mac \*/
* html .autoclear { height: 1% }
.autoclear { display: block }
/* End hide from IE-mac */
	
/* @end */

#loadingpage
{
   display: none;
   position: absolute;
   left: 20px;
   top: 20px;
}

/* @group Page */

.page {
	/* we use the page section to show the 'middle-section' of the page */
	background: #fff url(/styles/images/pagebg.png) repeat-y -995px 0px;
	margin: 0 auto;
	width: 984px;	
	text-align: left;	
/*	line-height:90%; */
	height: auto;
}

.content {
	/* we use the content section to show the 'left-side' of the page */
	background:  url(/styles/images/pagebg.png) no-repeat -1px 0px;
	font-family: "Lucida Sans Unicode", Tahoma, "Lucida Grande", Verdana, sans-serif; 	
}
	
/* @end */

/* @group Main Content */

#main {    
    width: 770px;
	float: left;
	padding-left: 10px; padding-right:5px; padding-top:20px; padding-bottom: 15px;
}

div.indent { margin-left: 20px; float: left; }

h2 {
	color: #0099ff;
	margin: 5px 20px 5px 20px;
	font-size: 15px;
	font-weight: bold;	
}

h1~p{
	margin-left: 20px;
}

h2~p {
    margin-left: 45px;
}

h2+p.last {
	border: none;
}

h3 {
	margin: 5px 20px 2px 30px;
	color: #7f7f7f;
	border-bottom: 1px solid #eee;
	font: normal 1em Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	padding-bottom: 2px;
	border-bottom-color: #999999;
}

.productdescription
{
   display: block;
}

.productdescription a,.productdescription a:visited
{
	color: #318018;
}

.productdescription p, .productdescription p li 
{
   color: #323232;
}

.productintro a,.productintro a:visited
{
	color: #61b0ff;
}

a {
	color: #4564ca;
	text-decoration: none;
	-moz-outline-style: none;
	outline-style: none;
	outline: none;
}

a:focus {
	outline-style: none;
}

a img {
	border: none;
}

a:visited {
	color: #9352c1;
	border-color: #bd91df;
}

a:hover {
	color: #ca3d26;
	/*border-bottom-style: solid;
	border-bottom-color: #ca7224;*/
}

#side a { float : left; margin-left: 5px; }

#side .rating a { float: none; margin: 0px; }

/* @end */

/* @group Navigation */


.webhead, #navigator
{
	width: 982px;
	margin: 0 auto;
	padding: 0;
	/*overflow: hidden; /* needed for ie6 */
	display: block;
}

.webhead {
	background:  url(/styles/images/navbartop.png) no-repeat 0 0;
	width: 982px;
	height: 58px;		
	font-size: 10px;
	text-indent: -1000em;	
	position: relative;
	left: 0;
	top: 0;
}

#navigator {	
	position: relative;
	height: 40px;	
	text-align: center;
	line-height: 1em;
	background:  url(/styles/images/navbarbottom.png) no-repeat 0 0;		
	margin-top:0; margin-bottom:5px;	
	z-index: 1000;
}

#navigator ul:first-child
{
	margin-left: 150px;
}

#navigator a.direct {
   float: left;
	margin-left: 10px;	
	margin-top: 15px;	
}

#navigator a.direct:visited {
   color: inherit;
}

/* @flyouts 
   - ul that flys out from a list
	note: parent must contain "relative" li
	      parent must contain li:hover ul.flyout { display: block; } to show 
*/

ul.flyout {
   display: none;
   position: relative;
	background-color: #FFFFFF;
	-moz-border-radius : 8px;	
	border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px;
	border:1px solid #00ccff;
	overflow: hidden;
	list-style-type: none;
	padding: 0px 0px 10px 0px;
}

ul.flyout li {
   line-height: 1.5em;
	margin-left: 0px;
	padding-left: 0px;
	min-width: 0px;	
	float: left;	
	width: 100%;
	text-indent: 5px;
}

ul.flyout li a {
	width: 100%;
	float: left;	
	color: #000000;
}

ul.flyout li a:hover{
   background-color: #00ccff;	
	color: #FFFFFF;
}

ul.flyout li.title {
   font-size: 15px;
	font-weight: bold;
	color: white;
	border-bottom: 1px solid #333333;
	background-color:#333333;
}

ul.flyout li:last-child {
}

/* @group Sidebar */

#side {
	margin-left: 0px;
	float: right;
	color: #5b5b5b;
	width: 195px;
	background: transparent; /*#ededed url("images/pageframe.jpg") no-repeat -532px -4px;*/
}

#side h2 {
	text-transform: uppercase;
	font: bold 1em/1.2em Arial, Helvetica, sans-serif;	
	margin: 12px 0px 5px 0px;
	float: left;
   width: 100%;
	clear: both;
	text-align: center;
	border-bottom: 1px solid #999999;
}

#side p {
	padding: 0;
	text-align: left;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-size: 0.9em;
}

#side p.cart{
   text-align: center;   
}



/* top level side panel*/

#side>ul {
	margin: 0;
	padding: 0;
	/*background: transparent url(/styles/images/bluegrad.png) 50% repeat-x;*/
	float: left;
	width: 100%;
}

#side>ul>li {
   position: relative;
	float: left;
	list-style-type:none;
	background: transparent url(/styles/images/sidepanel.png) 0px -125px no-repeat;  /* default icon (arrrow)*/
	width: 100%;
	margin-bottom: 5px;
	overflow: visible;
	height: 25px;	
}

/* special icon overrides */
#side #fb{background-position: 0px 0px;}
#side #em{background-position: 0px -75px;}
#side #dl{background-position: 0px -25px;}
#side #lc{background-position: 0px -50px;}
#side #bg{background-position: 0px -100px;}
#side #ex{background-position: 0px -150px;}
#side #sg{background-position: 0px -175px;}

#side>ul>li>a, #side>ul>li>span {
   margin-left: 30px;
}


#side ul.flyout {
	top: -18px;
	left: -330px;
	*left: -390px; /* ie7 */
	width: 350px;	
	z-index: 99;
	overflow: hidden;
}

#side ul.needs li {
	background: transparent url(/styles/images/sidepanel.png) top left no-repeat;
	position: relative;		
}

#side div.ratebox { padding-left: 3px; }

#side div.rating { float: left; }
#side div.ratebox span.title
{
	color: #323232;
	font-weight: bold;
	font-size: 13px;
	margin: 2px;
	padding: 0px;
	display: inline-block;	
}

/* feedback block*/
#side #fb { z-index: 1000; }

#side li div.ratebox
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 210px;
	height: 50px;
	display: none;
	background: #FFFFFF;
	border: 1px solid #0099FF;
	-moz-box-shadow:#999 2px 2px 10px;
    -webkit-box-shadow:#999 2px 2px 10px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
	 border-radius: 8px 8px 8px 8px;
    z-index: 2000;	
}

#side>ul>li>a, #side li>span, #side>ul>li>a:visited {
	border: none;
	color: #242424;
	cursor: pointer;
}

#side>ul>li>a:hover, #side>ul>li>span:hover {
	color: #0099FF;
	/*margin-left: 5px;*/
}

#side .separated, #news .separated {
	border-top: 1px solid #ddd;
	padding-top: 13px;
}

#side .separated::before {
	display: block;
	content: "";
	height: 1px;
	width: 100%;
	background-color: #f5f5f5; margin-left:0; margin-right:0; margin-top:-13px; margin-bottom:12px
}

/* squeeze a bit to fit into side panel*/
#livesupport {
   float: left;	
	background: transparent url(/styles/images/chat/gettyimages_95580734sm.png) top left no-repeat;
	min-height: 45px;	
	width: 130px;
	margin-left: 10px;
	padding-left: 50px;
	text-align: center;
}

#livesupport a, #livesupport a:visited {
    color: #009933;
}

#livesupport.disabled a, #livesupport.disabled a:visited {
    color: #a0a0a0;
}

#news 
{
   display: none;
}



/* @group Sidebar Actions */

#side #actions {
	margin-top: 21px;
	padding-top: 1em;
	margin-bottom: 12px;
}

ul.checklist
{
   float:left;
	margin: 0px;
	padding-left: 0px;	
}

ul.checklist>li
{
	background: transparent url(/styles/images/checkmark.png) no-repeat;
	padding-left: 20px;
	list-style-type: none;
} 



.productdescription>ul {
   margin-left: 45px;
	margin-bottom: 5px;
}

#dl:active { background-position: -388px 50%}
#bn { background-position: -192px 50%}
#bn:active { background-position: -592px 50%}

/* @end */

/* @group Footer */

#footer {
	/* we use the footer section to show the 'bottom-side' of the page */
	background:  url(/styles/images/pagebg.png) no-repeat -1982px 0;
	width: 984px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 0;
	color: #3d3d3d;
	text-shadow: #fff 0px 1px 1px;
	text-align: center;
	font-size: 10px;
}

#footer a { color: #3d3d3d; border: none; }

* html .clearfix {
	    height: 1%; /* IE5-6 */
}

*+html .clearfix {
	display: inline-block; /* IE7not8 */
}
		
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

span.big {
   font-size: 1.3em;
	font-weight: bold;
}

ul#whatsnext ul{
   list-style-type: disc;
}

#whatsnext ul.nodecor {   
	list-style-type: none; 
	padding-left: 0px;
}

#whatsnext ul.nodecor>li {
   font-weight: bold;
	color: #C15A1C;
}