/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	/*font: 11px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;*/
	font: 11px/165% Arial, Helvetica, sans-serif;
	color:#4A4A4A; 	
	margin: 0; padding: 10px 0 50px 0; 
	background: #CCCCCC;
	text-align: center;
}

/* Links */
a, a:active, a:link {
	text-decoration: none;
	color: #FF4700;		/* color: #0B9AC7;	 */
}
a:visited {
	text-decoration: none;
}
a:hover {
	background: #FFF9F0; /*background: #F1F9DA; */
	color: #895F30; /* color: #895F30;	 */
	border-bottom: 1px dotted #895F30; /*border-bottom: 1px dotted #895F30;*/
}

/* headers */
h1, h2, h3 {
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #555555;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 350%;	
	font-weight: normal;
	letter-spacing: -2px;
	padding: 15px 10px 5px 10px;
	margin: 0;
}
h2 {
	font-size: 200%;
	color: #895F30;
	padding: 20px 10px 5px 10px;
	margin: 0;
}
h3 {
	font-size: 170%;	
	font-weight: normal;
	padding: 20px 10px 5px 10px;
	margin: 0;	
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
/*blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
    border: 1px solid #ECF8FE;
	background: #ECF8FE url(images/quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;	
	color: #976957;	
}
*/
p, dl { 
	padding: 0px; margin: 0;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #895F30;
}
dd {
  padding-left: 25px; 
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	border: 1px solid #ECF8FE;
	background: #ECF8FE;  
}
/* form elements */
form {
	margin: 15px 10px; padding: 5px 10px 20px 10px;
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #895F30;
}
input, select {
	padding: 4px;
	font: normal 11px Verdana, sans-serif;
	color: #666666;
/*	background: #ffffff;
*/}
textarea {
	width: 400px;
	padding: 4px;
	font: normal 11px Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #666666;
}
input, textarea, select {
	background: #fff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4; 
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #555;
/*	background: #E6E6E6;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;*/
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 12px 0 15px 8px;	
	width: 250px;	
}
.searchform p { margin: 0; padding: 0 0 10px 0; }

.searchform input.textbox { 
	width: 250px; 
	height: 16px; 
	font-size: 11px; 
	padding: 0px; 
	padding-top: 3px; 
	border: 2px solid #C8C8C8;
	color: #777777; 
	vertical-align: top;
}
.searchform input.button {
	border: 0px none;
	padding: 0px; 
	vertical-align: top;
	background: #E6E6E6;
	height: auto;
}
/* newsletter form */
.newsletterform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 12px 0 15px 2px;	
	width: 250px;	
}
.newsletterform p { margin: 0; padding: 0 0 4px 0; }
.newsletterform input.textbox { 
	width: 160px;
	color: #777777; 
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.newsletterform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
	background: #E6E6E6;
}

/*------------------------------------------
   ASUS LAPTOP LAYOUT
-------------------------------------------*/ 
#wrap-out {
	position: relative;
	/*background: #fff url(images/header-bg.jpg) repeat-x;*/
	background: #ffffff url(images/asus-laptops.png) no-repeat;
	width: 970px;	
	margin: 0 auto;
	text-align: left;
	border:10px solid #FFFFFF;
}
#wrap {
	background: url(images/asus.png) no-repeat left top;
	/*background: url(images/header-photo.jpg) no-repeat right top;*/
	width: 970px;	
	margin: 0 auto;	
	padding: 0;
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 965px;	
	padding: 0; 		
	margin-left: 5px;	
	background: transparent;
	display: inline;	
}
#header {
	position: relative;
	width: 970px;	
	height: 230px;	
	/*height: 325px;*/	
	padding: 0;	
	margin: 0 auto;
	background: transparent;
}

/*  Asus Navigation  */
#nav {
	position: absolute;
	clear: both;
	margin: 0;
	padding: 0;
	height: 35px;
	left: 0;
	top: -82px;
	z-index: 5;
	width: 970px;
}
.topul {
	float: left;
	list-style: none;
	width: 700px; 
	/*970-250*/		
	/*width: 970px;*/		
	height: 35px;
	text-transform: uppercase;
	margin: 0 0 0 270px;	padding: 0;	
	display: inline;
}
.topli {
	display:block;
	float:left;
	height:35px;
	/*display: inline;
	line-height:35px;*/
	margin: 0;
	padding: 0;
	color:#FFFFFF;
	
}

.toplink {
	color:#FFFFFF;
	margin: 0;	
	padding: 0 15px;
	line-height:35px;
	font: normal 11px/35px "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: -0.1px;
}

.toplink:link, .toplink:visited {
	color:#FFFFFF;
}
.toplink:hover, 
.toplink:active {
	background-color:transparent;
	color:#FF3300;
	border: 0px none;
}
.toplink.current {	
	color:#999999;
}

.subul, .subsubul {
	display: none;
	list-style: none;
	list-style-image:none;
	position: absolute;
	margin:0px;
	padding:0px;
	overflow: visible;
	clear: both;
	z-index: 999999;
	text-transform: none;
}

.subul {
	top: 35px;
	left: 340px;
	background-color: #D3D3D3;
	border:1px solid black;
	width:150px;
	
}
.subsubul {
	left:238px;
	background-color: #D3D3D3;
	border:1px solid black;
	width: 238px;
}

.subli, .subsubli {
	color: #D3D3D3;
	list-style-image: none;
	display: block;
	height: 35px;
	padding-left: 20px;
	line-height: 35px;
	margin:0px;
}

.subli.active, .subsubli.active {
	background-color: White;
	list-style: none;
}

.subli a,.subsubli a,.subli a:hover,.subsubli a:hover {
	color: black;
	font: bold 11px/35px Tahoma, "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	margin: 0;
	text-decoration: none;
	background-color: transparent;
	vertical-align: middle;
	white-space: nowrap;
	height:35px;
	letter-spacing: 0.2px;
}
/*  Asus Navigation Top  */
#navtop {
	position: absolute;
	clear: both;
	margin: 0;
	padding: 0;
	left: 550px;	top: 8px;
	z-index: 99998;
	height: 25px;
}
#navtop ul {
	float: left;
	list-style: none;
	width: 415px;		
	height: 25px;
	margin: 0;	padding: 0;	
	display: inline;
}
#navtop ul li {
	display: inline;
	margin: 0; padding: 0;
}
#navtop ul li a {
	float: right;
	margin: 0 10px;	padding:3px 4px;
	font: normal 11px Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;	
	color:#FFCC00;
}
#navtop ul li a:hover, 
#navtop ul li a:active {
	color:#FFFFFF;
	background: #D65101;
	border: none;
}
#navtop ul li#current a {	
	color:#FFFF00;
}

/*  Asus Header  */
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 40px 'Century Gothic', 'trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	/* Remove display, width, height, if text required in a logo */
	display: block;
	width: 270px;
	height: 50px;
	/* End Remove */
	color: #ffffff;
	text-transform: none;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 65px; left: 220px;	
}
#header h1#logo-text a:hover {
	background: none;	border: none;
}
#header p#intro {
	position: absolute;
	margin: 0; padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #ffffff;
	width: 320px;
	
	/* change the values of top and left to adjust the position */
	top: 70px; left: 500px;		
}
#header p#search-top {
	position: absolute;
	margin: 0; padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.6em;
	width: 250px;
		/* change the values of top and left to adjust the position */
	top: 192px; left: 620px;		
}

/* Asus Sidebar */	
#sidebar {
	float: left;
	width: 250px; 
	padding: 0; margin: 0 0 0 10px;		
	display: inline;	
}	
#sidebar h3 {
	margin-top: 10px;
	padding: 15px 5px 3px 5px; 
	font: bold 1.2em/1.4em 'trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;	
	/*font: normal 2em 'trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;*/	
	color:#666666;
	letter-spacing: -.5px;	
}
#sidebar p {
padding: 0px 10px; margin: 0; 
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 5px 8px 0px; padding: 0;
	text-decoration: none;		
	background: url(images/dots.gif) repeat-x left top;
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: url(images/dots.gif) repeat-x left bottom;
	padding: 8px 10px;
	margin: 0;		
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	background-color: transparent;
	border: none;
	color:#FF6600;  /*color: #0C9BC2;*/ 	
		
	font-weight: bold;		
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 14px;	
	/* letter-spacing: .5px;  */
}
#sidebar ul.sidemenu li a span {
	color: #989898;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;	
	font-size: .8em;
}
#sidebar ul.sidemenu li a:hover {	
	color: #000000;	
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { background: none; }

#sidebar img {
	background: #fafafa;
   /*border: 1px solid #dcdcdc;*/
	padding: 5px;
}
#sidebar img.float-right {
  	margin: 5px 0px 10px 10px;  
}
#sidebar img.float-left {
  	margin: 5px 10px 10px 0px;
}
#sidemenu img {
border:0px;
margin:0px;
padding:0px;
}
/* Asus Banners Main */
#banners {
	height:200px; 
	width:660px; 
	margin-top:12px; 
	margin-bottom:12px;
}
#banners_buttons{
	position:absolute;
	z-index:100;
	top:12px;
}

#bannermain {
	width: 680px; /* width: 560px; */
	padding: 0;
	display: inline;
	margin: 0;
}
#bannermain img {
	position: relative;
	background: none;
	border:none;
	padding: 0px;
	margin: 20px 0px 10px 10px;
}
#bannermain img.banner { 
	position: relative;
	background: none;
	border:none;
	padding: 0px;
	margin: 10px 0px 0px 10px;
}
#bannermain img.float-right {
	margin: 20px 0px 10px 10px;
}
#bannermain img.float-left {
	margin: 20px 0px 10px 10px;
}

/* Asus Main Column */
#main {
	float: right;
	width: 680px; /* width: 560px; */
	padding: 0; margin: 0 15px 0 0 ;
	display: inline;		
}
#main h2 {
	padding-bottom: 3px;
	margin-top: 15px;
	font: normal 2em Georgia, "Times New Roman", Times, serif;
	color:#333333; 
	/*	color: #895F30; */	
	letter-spacing: -1px;	
	text-transform: none;
	border-bottom: 1px solid #ebebeb;	
}
#main h2 a {
	color: #000000;
	/*color: #895F30;*/
	text-decoration: none;	
	background: none; border: none;
}
#main ul li {
/*	list-style-image: url(images/bullet.gif);*/
}
/* images */
#main img {
	background: #fafafa;
   border: 1px solid #dcdcdc;
	padding: 5px;
}
#main img.float-right {
  	margin: 5px 0px 10px 10px;  
}
#main img.float-left {
  	margin: 5px 10px 10px 0px;
}
/* start - table */
#main table {
	border-collapse: collapse;
	margin: 15px 10px;	
}
#main th {
	background: #ADD8E6 repeat-x 0 -100px;
	/*background: #ADD8E6 url(images/header-bg.jpg) repeat-x 0 -100px;*/
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #78C7FA;
	border-bottom: solid 2px #fff;
}
#main tr {
	height: 34px;
	background: #fff;
}
#main td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #EDEDED;	
}	
/* end - table */
#main acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
#main blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
    border: 1px solid #ECF8FE;
	background: #ECF8FE url(images/quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;	
	color: #976957;	
}



/* Asus Main Shop Column */
#mainshop{
	float: right;
	width: 680px; /* width: 560px; */
	padding: 0; margin: 0 15px 0 0 ;
	display: inline;	
	font: 12px/165% Arial, Helvetica,Verdana,  sans-serif;
	color:#333333;
		
}


#prodnavigation {

	text-decoration:none;
	font-weight:normal;
	border-bottom: 1px dashed #D2D2D2;
}

#prodpath{
	padding-top:8px;
	padding-bottom:13px;
	float:left;
}


#mainshop h2 {
	padding-bottom: 3px;
	margin-top: 15px;
	font: normal 2em Georgia, "Times New Roman", Times, serif;
	color:#333333; 
	/*	color: #895F30; */	
	letter-spacing: -1px;	
	text-transform: none;
	border-bottom: 1px solid #ebebeb;	
}
#mainshop h2 a {
	color: #000000;
	/*color: #895F30;*/
	text-decoration: none;	
	background: none; border: none;
}
#mainshop ul li {
/*	list-style-image: url(images/bullet.gif);*/
}
#mainshop acronym {
  cursor:auto;
  border-bottom: 1px dotted #895F30;
}
#mainshop blockquote {
	margin:10px 5px;
    border:0px;
	line-height: 1em;
	color:#333333;
}
#mainshop hr {
	clear: both;
	padding: 0px;
	color:#E8E8E8;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
}

/* images */
#mainshop img {
    border:0px;
	padding:0px;
}
#mainshop img.float-right {
  	margin: 5px 0px 10px 10px;  
}
#mainshop img.float-left {
  	margin: 5px 10px 10px 0px;
}
/* start - table */
#mainshop table {
	border-collapse: separate;
	margin:0px;	
}
#mainshop th {
	border:0px;
}
#mainshop tr {
	border:0px;
}
#mainshop td {
	border:0px;
}	
/* end - table */
/* form elements */
#mainshop form {
	margin:5px; padding: 5px;
}
#mainshop label {
	margin:0;
}
#mainshop input, select {
	padding: 2px;
	font: normal 11px Arial,Verdana, sans-serif;
	color:#555555;
	background: #FFFFFF; 
	margin: 0px;  	
	}
#mainshop textarea {
	padding: 4px;
	font: normal 11px Verdana, sans-serif;
	display: block;
	color: #666666;
}
#mainshop input, textarea, select {
	background: #ffffff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4; 
}

#mainshop input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #555;
	background: #E6E6E6;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}
#mainshop input, button { 
	margin: 0;
	padding: 2px 3px; 
}
#mainshop hr.prodseparator {
	clear: both;
	padding-top: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E8E8E8;
}
div.prodname {
	padding-bottom: 3px;
	margin-top: 15px;
	color:#EA3906;
	font-weight: bold;		
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 16px;	
	text-transform: none;
	border-bottom:1px #E8E8E8 dotted;
	border-bottom-style: dotted;
}
#mainshop div.prodid {
}
#mainshop .vat {	font-family: Arial, Tahoma, Helvetica, Sans-serif;
	font-size: 11px;
	color:#555555;	

}
#mainshop div.proddiscounts {
text-align:center;
}
#mainshop td.prodimage {
}
#mainshop img.prodimage {
}
#mainshop div.proddescription {
/*	margin-left:5px;*/
}
.proddescription ul
{
	margin-left: 20px;
	padding: 0px;
	list-style-image: url("images/bullet.gif");	
}
#mainshop div.prodoptions {
font-family: Arial, sans-serif;font-size:9pt;color:#333333; padding:1px;margin:0px; line-height:10pt;font-weight:normal;
}
#mainshop select.prodoptions {
font-family:"Trebuchet MS", Arial, sans-serif;font-size:9pt;color:#666666; padding:1px;margin:0px; line-height:10pt;
}
#mainshop div.prodprice {
	text-align:center;
	color:#FF6600;
	font-weight:bold;
}
#mainshop div.prodcurrency {
}
#mainshop .prodnavigation {
font-family:"Trebuchet MS", Arial, sans-serif;
font-size:7pt;
color:#666666;
text-decoration:none;
font-weight:normal;
text-transform:uppercase;
}
/* Asus Main Shop Content Column */
#maincontent{
	float: right;
	width: 680px; /* width: 560px; */
	padding: 0; margin: 0 15px 0 0 ;
	display: inline;	
	font: 12px/165% Arial, Helvetica,Verdana,  sans-serif;
	color:#333333;
		
}
#maincontent h2 {
	padding-bottom: 3px;
	margin-top: 15px;
	font: normal 2em Georgia, "Times New Roman", Times, serif;
	color:#333333; 
	/*	color: #895F30; */	
	letter-spacing: -1px;	
	text-transform: none;
	border-bottom: 1px solid #ebebeb;	
}
#maincontent h2 a {
	color: #000000;
	/*color: #895F30;*/
	text-decoration: none;	
	background: none; border: none;
}
#maincontent ul li {
/*	list-style-image: url(images/bullet.gif);*/
}
#maincontent acronym {
  cursor:auto;
  border-bottom: 1px dotted #895F30;
}
#maincontent blockquote {
	margin:10px 5px;
    border:0px;
	line-height: 1em;
	color:#333333;
}
#maincontent hr {
	clear: both;
	padding: 0px;
	color:#E8E8E8;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
}

/* images */
#maincontent img {
    border:0px;
	padding:0px;
}
#maincontent img.float-right {
  	margin: 5px 0px 10px 10px;  
}
#maincontent img.float-left {
  	margin: 5px 10px 10px 0px;
}
/* start - table */
#maincontent table {
	border-collapse: collapse;
	margin:0px;	
}
#maincontent th {
	border:0px;
}
#maincontent tr {
	border:0px;
}
#maincontent td {
	border:0px;
}	
/* end - table */
/* form elements */
#maincontent form {
	margin:5px; padding: 5px;
}
#maincontent label {
	margin:0;
}
#maincontent input, select {
	padding: 2px;
	font: normal 11px Arial,Verdana, sans-serif;
	color:#555555;
	margin: 0px;  	
	}
#maincontent textarea {
	padding: 4px;
	font: normal 11px Verdana, sans-serif;
	color: #666666;
}
#maincontent input, textarea, select {
	background: #ffffff;
}

#maincontent input.button { 
	font: bold 11px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #555555;
}
#maincontent input, button { 
	margin: 0;
	padding: 2px 3px; 
}
#maincontent hr.prodseparator {
	clear: both;
	padding-top: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E8E8E8;
}

#maincontent div.prodid {
}
#maincontent .vat {	font-family: Arial, Tahoma, Helvetica, Sans-serif;
	font-size: 11px;
	color:#555555;	

}
#maincontent div.proddiscounts {
text-align:center;
}
#maincontent td.prodimage {
}
#maincontent img.prodimage {
}
#maincontent div.proddescription {
}
#maincontent div.prodoptions {
font-family: Arial, sans-serif;font-size:9pt;color:#333333; padding:1px;margin:0px; line-height:10pt;font-weight:normal;
}
#maincontent select.prodoptions {
font-family:"Trebuchet MS", Arial, sans-serif;font-size:9pt;color:#666666; padding:1px;margin:0px; line-height:10pt;
}
#maincontent div.prodprice {
	color:#FF6600;
	font-weight:bold;
	text-align:center;
}
#maincontent div.prodcurrency {
}
#maincontent .prodnavigation {
font-family:"Trebuchet MS", Arial, sans-serif;
font-size:7pt;
color:#666666;
text-decoration:none;
font-weight:normal;
text-transform:uppercase;
}
#maincontent TABLE.cobtbl{
background-color:#FFFFFF;
}
#maincontent TD.cobhl{
background-color:#FFFFFF;
color:#333333;
border-top:1px solid #F2F2F2;
}
#maincontent TD.cobll{
background-color:#FFFFFF;
/*border-top: 1px solid #F2F2F2;
*/}
#maincontent TR.cobhl{
background-color:#FFFFFF;
}
#maincontent TR.cobll{
background-color:#FFFFFF;
}

/* Asus Footer */
#footer-wrap {
	position: relative;
	clear: both;
	padding: 1em 0 2.5em 0;
	margin-top: 30px;
	font: normal 12px 'Trebuchet MS', Tahoma, sans-serif;	
	background: #FFF0D9; /*background:#FFCC99;*/
	color: #663300; /*color: #663300;*/
	width: 970px;
	float: left;		
}
#footer-wrap h3 {
	font: bold 1.4em/1.4em 'Century Gothic', 'trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;
	/*font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, sans-serif;*/
	text-transform: none;
	letter-spacing: 0;
	margin-left: 0;	
	color:#FF6600;	/*color: #666666;*/
}
#footer-content {	
	margin: 0 auto;		
	width: 950px;
	text-align: left;	
}
#footer-content ul.col-list {
	background: url(images/dots.gif) repeat-x left top;
	list-style: none;
	margin: 5px 0 0 5px; padding: 0;	
	width: 98%;
}
#footer-content img.icons {
	padding:0;
	margin:0;
	border:0;
	background:none;
}
#footer-content ul.col-list li {
	background: url(images/dots.gif) repeat-x left bottom;
}
#footer-content ul.col-list li a {
	display: block;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0 4px 8px;
	width: 98%;	
	color:#663300;
	border: none;
}
#footer-content ul.col-list li a:hover {
	color:#FF3300;
	text-decoration: none;
}
#footer-content ul.col-list li a span {
	color:#FF6600;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer-content .col {
	width: 320px; /*width: 280px;*/
	padding: 0 0 10px 0;			
	display: inline;
}
#footer-content .space-sep {
	margin-right: 12px;
}
#footer-content .col2 {
	width: 285px; /*width: 285px;*/
	padding: 0 0 10px 0;	
	display: inline;	
}
#footer-content img {
	background: #fafafa;
   border: 1px solid #dcdcdc;
	padding: 5px;
}
#footer-content img.float-right {
  	margin: 5px 0px 10px 10px;  
}
#footer-content img.float-left {
  	margin: 5px 10px 10px 0px;
}
#footer-content p, dl { padding: 10px; 
margin: 0px;
line-height: 18px;
}

/* postmeta */
.postmeta {	
	padding: 5px; margin: 20px 10px 15px 10px;	
	font-size: 1em;	
	color: #777;
	border: 1px solid #ECF8FE;
	background: #ECF8FE;
}
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding-top: 3px; margin-left: 6px; color:#999999;	}
.post-info a { color: #C5935C; }

/* thumbnails */
p.thumbs{ padding: 12px 0 0 10px; }

.thumbs img { 
	position: relative;
	border: 1px solid #ebebeb;
	background: none;
	padding: 4px;
	margin: 5px;
	/* margin: 4px 7px 4px 4px; */	
}
.thumbs img:hover	{
	border: 1px solid #c5c5c5; 
	background: none;	
}
.thumbs a:hover { background-color: transparent; border: none }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clearer { clear: both; }

div.listprice {
color:#CC0000;
display:inline;
}
div.prodprice {
color:#FF6600;
display:inline;
font-weight:normal;
}

div.detaillistprice {
	color:#CC0000;
	display:inline;
	margin-right: 5px;	
}
div.detailprice {
	color: black;
	display:inline;
	font-weight:bold;
	font-size: 16px;
	line-height:42px;
}
#details .price {
color: black;
}
div.prodsku {
font:9px Arial, Helvetica, sans-serif;
color:#666666;
display:inline;
border-left:1px dotted #CCCCCC;
margin:0 0 0 8px;
padding:0 0 0 8px;
}
div.detailsku {
font:9px Arial, Helvetica, sans-serif;
color:#666666;
display:inline;
border-left:1px dotted #CCCCCC;
margin:0 0 0 8px;
padding:0 0 0 8px;
}

div.prodmanufacturer {
font:9px Arial, Helvetica, sans-serif;
color:#666666;
display:inline;
}

.detaildiscounts 
{
	font-family:"Trebuchet MS",Tahoma,Helvetica,Arial,Sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #F00;
}



 /* ------------------------------------------------------------------------------ 
	Template Author: Erwin Aligam | http://www.styleshout.com/
	Template (Code S-0021): FreshMedia | Version : 1.0    
 ------------------------------------------------------------------------------ */

/*AndreY Glushkov styles*/

#details{
	float: right;
	width: 680px; /* width: 560px; */
	padding: 0; margin: 0 15px 0 0 ;
	display: inline;	
	font: 12px/165% Arial, Helvetica,Verdana,  sans-serif;
	color:#333333;
		
}

#details ul li {
/*	list-style-image: url(images/bullet.gif);*/
}
#details acronym {
  cursor:auto;
  border-bottom: 1px dotted #895F30;
}
#details blockquote {
	margin:10px 5px;
    border:0px;
	line-height: 1em;
	color:#333333;
}
#details hr {
	clear: both;
	padding: 0px;
	color:#E8E8E8;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
}

/* images */
#content-wrap img {
    border:0px none;
	padding:0px;
}
#details img.float-right {
  	margin: 5px 0px 10px 10px;  
}
#details img.float-left {
  	margin: 5px 10px 10px 0px;
}
/* start - table */
#details table {
	
	margin:0px;	
}
#details th {
	border:0px;
}
#details tr {
	border:0px;
}
#details td {
	border:0px;
}	
/* end - table */
/* form elements */
#details form {
	margin:5px; padding: 5px;
}
#details label {
	margin:0;
}
#details input, select {
	padding: 2px;
	font: normal 11px Arial,Verdana, sans-serif;
	color:#555555;
	background: #FFFFFF; 
	margin: 0px;  	
	}
#details textarea {
	padding: 4px;
	font: normal 11px Verdana, sans-serif;
	display: block;
	color: #666666;
}
#details input, textarea, select {
	background: #ffffff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4; 
}

#details input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #555;
	background: #E6E6E6;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}
#details input, button { 
	margin: 0px;
	padding: 0px;
	border: none;
}
#details hr.prodseparator {
	clear: both;
	padding-top: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E8E8E8;
}
#details div.prodname {
	padding-bottom: 3px;
	margin-top: 15px;
	color:#EA3906;
	font-weight: bold;		
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 16px;	
	text-transform: none;
	border-bottom:1px #E8E8E8 dotted;
	border-bottom-style: dotted;
}
#details div.prodid {
}
#details .vat {	
	font-family: "Trebuchet MS", Arial, Tahoma, Helvetica, Sans-serif;
	font-size: 12px;
	color:#666666;
	font-weight: normal;
}
#details div.proddiscounts {
text-align:center;
}
#details td.prodimage {
}
#details img.prodimage {
}
#details div.proddescription {
/*	margin-left:5px;*/
}
.proddescription ul
{
	margin-left: 20px;
	padding: 0px;
	list-style-image: url("images/bullet.gif");	
}
#details div.prodoptions {
font-family: Arial, sans-serif;font-size:9pt;color:#333333; padding:1px;margin:0px; line-height:10pt;font-weight:normal;
}
#details select.prodoptions {
font-family:"Trebuchet MS", Arial, sans-serif;font-size:9pt;color:#666666; padding:1px;margin:0px; line-height:10pt;
}
#details div.prodprice {
text-align:center;
/*color:#3D5676;*/
color:#FF6600;
font-weight:bold;
}

#details #prodnavigation {

text-decoration:none;
font-weight:normal;
border-bottom: 1px dashed #D2D2D2;
}

#prodpath{
	padding-top:15px;
	padding-bottom:13px;
	float:left;
}
#prodpath a:link,#prodpath a:visited {
	color:black;
	
	text-decoration: none;
    display: inline-block;
    border-bottom: 1px black dotted;
}

#prodpath a:hover{
	background: none;
	color:black;
	text-decoration:none;
	border:1px none;
}	      

.detailname {
	color: #FF4700;
	font-size: 16px;
	font-weight: bold;
	padding-top:15px;
	padding-bottom: 5px;
	font-family: Arial;
	letter-spacing: 0px;
	margin: 0px;
	padding:15px 0px 0px 0px;
}
#rating{
	border-bottom: 1px dotted #CECECE;
	font-size: 11px;
	font-family: arial;
	color:#555555;
}

#options {
	background-color: #EFEFEF;
	padding:15px;
	border:1px solid #D7D5D4;
	margin-bottom: 15px;
}

.outofstock{
	display:block;
	height:28px;
	line-height: 28px;
	vertical-align: middle;
	float:left;
	padding-right:20px;
}

.emailCompareShare{
	height:18px;
}

.email{
	background-image: url('../images/site/email-compare-share.png');
	width: 128px;
	height:18px;
	float:left;
	margin-right:16px;
	cursor: pointer;
}
.compare{
	background-image: url('../images/site/email-compare-share.png');
	width: 82px;
	height:18px;
	float:left;
	margin-right:19px;
	background-position: 211px 0px;
	cursor: pointer;
}
.share{
	background-image: url('../images/site/email-compare-share.png');
	width: 112px; 
	height:18px;
	float:left; 
	background-position: 112px 0px;
	cursor: pointer;
}

#rightcolumn{
    float:right;
    width:43.5%;
    clear: both;
}

.delivery{
	margin-top:15px;
	margin-bottom:15px;
}


#deliveryPrice, #returns, #pricematch{
	color: #666666;
	font-size:11px;
	text-decoration: underline;
}
#deliveryPrice:hover, #returns:hover, #pricematch:hover{
	text-decoration: none;
	background-color: transparent;
}

#introdetail1{
	margin-left:780px;
	color: white;
	font-size: 23px;
	font-weight: bold;
	font-family: fantacy;
}
#introdetail2{
	margin-left:780px;
	color: white;
	font-size:11px;
	font-weight: bold;
	font-family: fantacy;
}
#recomItems table tr{
	vertical-align: middle;
}
#recomItems table td {
	border-bottom: 1px dotted #666666;
}
.detailoption{
	font-size:11px;
	font-family: "Trebuchet MS";
	color: #555555;
}

.reviewname{
	float:right;
}
.topreview{
	border-bottom:1px solid #dedede;
}
.reviewcomments
{
	margin-left:10px;
	width:270px;
	height:150px;
}

.catname
{
	vertical-align: top;
}
.prodoption
{

	font-size:11px;
	line-height:15px;
	width:250px;
	
}

.metal_orange{
	position:static;
	clear:both;
	display:block;
	float:left;
	margin:0;
	padding:0;
	background-color:transparent;
	background-image:none;
	border:medium none;
	font-family:"Trebuchet MS",Tahoma,Helvetica,Arial,Sans-serif;
	text-decoration:none;
}

.metal_orange li{
	cursor:pointer;
	margin:0;
	clear:both;
	display:block;
	float:left;
	list-style-type:none;
	position:relative;
	text-align:left;
	background-repeat:no-repeat;
	font-size:14px;
	font-weight:bold;
	margin-bottom:2px;
	width:220px;
}
.metal_orange a{
	cursor:pointer;
	outline:medium none;
	clear:both;
	display:block;
	float:none;
	margin:0;
	color:#FF6600;
	cursor:pointer;
	line-height:32px;
	padding:0 8px 0 10px;
	text-decoration:none;
}
.metal_orange a:hover{
	color: #da5e4e;
}
.ui-radio-state-disabled,.ui-radio-state-checked-disabled,.ui-radio-state-disabled-hover,.ui-radio-state-checked-disabled-hover
	{
	color: #999;
}

span.ui-checkbox,span.ui-radio {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	background: url(../images/site/icon_checkbox.png) 0 -40px no-repeat;
	margin-top: 3px;
	margin-right: 5px;
}

span.ui-helper-hidden {
	display: none;
}

span.ui-radio-state-hover,span.ui-checkbox-state-hover {
	background-position: 0 -114px;
}

span.ui-checkbox-state-checked {
	background-position: 0 -1px;
}

span.ui-checkbox-state-checked-hover {
	background-position: 0 -75px;
}

span.ui-radio-state-checked-disabled-hover,span.ui-radio-state-checked-disabled,span.ui-radio-state-checked
	{
	background-position: 0 -161px;
}

span.ui-radio-state-checked-hover {
	background-position: 0 -200px;
}

.searchlabel {
	display: inline;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial;
	color: #555555;
	cursor: pointer;
}

.searchcount {
	color: #999999;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial;
}

.ui-helper-hidden-accessible {
	position: absolute;
	left: -999em;
}

table {
	margin: 10px 0;
	border-collapse: collapse;
	width: 100%;
}

caption {
	text-align: left;
}

th,td {
	border: 1px solid #000;
}

.btn {
	cursor: pointer;
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	padding: 0 8px 0 10px;
	line-height: 32px;
}

.ul {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 0px;
	text-indent: 0px;
	list-style: none;
}

.ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.ul a {
	border-left: medium none;
	border-right: medium none;
	color: #555555;
	line-height: 22px;
	padding: 0 8px 0 0px;
}

.ul a:hover {
	background: #FFF9F0 none repeat scroll 0 0;
	border-bottom: 1px dotted #895F30;
	color: #895F30;
}

.panel {
	padding-left: 20px;
	line-height: 22px;
}
.addthis_button{
	height:18px;
	display:block;
	background-image: none;
}
.addthis_button:hover
{
	background: transparent; 
}

.showmore {
	border-bottom: 1px #E0E0E0 dotted;
	background-image: url("../images/site/showmore.gif");
	background-repeat: no-repeat;
	margin-top: 6px;
	width: 70px;
	height: 15px;
	cursor: pointer;
}

.compprod a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.compimage {
	padding: 5px;
	border: none;
}

.compprod {
	border-bottom: 2px solid black;
	border-left: 2px solid black;
	border-right: 2px solid black;
	padding-bottom: 10px;
	line-height: 20px;
}

#compare {
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
	width: 150px;
	text-align: center;
}

#comphead {
	background-color: black;
}

#comphead h4 {
	color: white;
}

#delAll,#delAll a {
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
}

.message {
	display: none;
	border: 2px solid black;
	background-color: #fafafa;
	text-align: center;
}

input .reviewform, select .reviewform{
	width:270px;	
}

.ultab,.litab {
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ultab {
	border-bottom: solid 1px #DEDEDE;
	height: 29px;
	padding-left: 20px;
	width:510px;
}

.litab {
	float: left;
	margin-right: 2px;
}

.tab a.taba:link,.tab a.taba:visited {
	display: block;
	float: left;
	height: 30px;
	background: url(../2008/images/tab-round.png) no-repeat right -30px;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	padding-right: 14px;
}

.tab a.taba span {
	display: block;
	float: left;
	height: 30px;
	background: url(../2008/images/tab-round.png) no-repeat left -30px;
	padding-left: 14px;
	line-height: 30px;
	cursor: pointer
}

.tab a.taba:hover {
	background: url(../2008/images/tab-round.png) no-repeat right -60px;
}

.tab a.taba:hover span {
	background: url(../2008/images/tab-round.png) no-repeat left -60px;
}

.active a.taba:link,.active a.taba:visited,.active a.taba:visited,.active a.taba:hover {
	background: url(../2008/images/tab-round.png) no-repeat right 0;
}

.active a.taba span,.active a.taba:hover span {
	background: url(../2008/images/tab-round.png) no-repeat left 0;
}

ul {
	list-style-image: url(../2008/images/bullet.gif);
}

.desctable {
	border-left: solid 1px #DEDEDE;
	border-right: solid 1px #DEDEDE;
	border-bottom: solid 1px #DEDEDE;
}

#proddetails table tr td {
	border: 0px none;
	border-bottom: 1px dotted #808080;
	padding: 5px;
}

#recomItems {
	display: none;
}
#recomItems  img{
	padding-left:5px;
}

			/*	NEWS	*/

.newshead{
	color:red;
	font-family: Arial;
	font-size:22px;
	border-bottom: 1px solid #EBEBEB;
}
.newssubhead
{
	color:black;
	font-family: Arial;
	font-size:13px;
	font-weight:bold;
}
.newsbodyhead
{
	color:#666666;
	font-family:Century Gothic,trebuchet MS,Tahoma,Helvetica,Arial,sans-serif;
	font-size:1.4em;
	font-weight:bold;
}
.newsbody
{
	color: #4A4A4A;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}	

#prodimagediv
{
	margin:15px;
	overflow: hidden;
	text-align: center;
}

#random_prods
{
	margin-top:20px;
    margin-bottom:20px; 
    text-align: center; 
    vertical-align: middle;
}

#awards
{
	text-align:center; 
	line-height: 30px; 
	border:3px dotted #1ED0FF; 
	margin-bottom:8px;
}