﻿/*
xly 
*/


body {
	padding: 0;
	background-color: white; 
	font-family: Arial, FontAwesome, sans-serif;
	font-size: 12px;
	margin:0;
}

h1, h3 {
	margin: 0;
	font-weight: normal;
	color: #000000;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 15px;
	padding:2px;
	height:28px
}

h3 {
	font-size: 12px;
	padding:1px 1px 10px 1px;
	font-weight:bold;
	margin-bottom:16px;
}
h3 a{
	color:#fff!important;
	text-decoration: none;

}


ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: none;
	color: #000000;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}
input {vertical-align:middle;}
/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* Header */

#header {
	clear: both;
	height:80px;
	margin:0;
	background-image:url(../images/bg.png);
}

/* Menu */

#menu {
	width: 960px;
	margin: 0 auto;
	color:#000000; 
	font-size:14px; 
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	margin: 23px 2px;
	padding: 12px 15px;
	text-decoration: none;
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bolder;
	color: white;
}
#menu li a{
	color: #feec80;
}

#menu li:hover{ 
	text-decoration: none; 
	background:#ccccc;
}
#menu li:hover a{ 
	color: #fff;
}

#menu .current_page_item a {
	color: #48ACDE;
}
#menu .language a{
	display: block;
	font-weight:normal;
	font-size:12px;
	background:url('../images/V_1.gif') no-repeat 100px center;
	padding-right:25px;
}
#menu .language a:hover{
	background:url('../images/V_1.gif') no-repeat 100px center;
	text-decoration: none; 
	color: #fff;
}
#menu .language a img{
	vertical-align:middle;
	width:23px;height:13px;
	margin-left:6px;
}
#menu .language div{
  position:absolute;width:128px;
  height:150px;
  z-index:1;
  background:#000;
  padding-right:15px;
  margin-left:-15px;
}
#menu .language div a{
  display: block;
  margin:0!important;
  width:103px;
  padding:10px 0 10px 0!important;
  background:#000;
  text-align:right;
}
#menu .language div a:hover{
  display: block;
  margin:0!important;
  width:103px;
  padding:10px 0 10px 0!important;
  background:#000;
}

.country { 
	background-image:url(../images/bg.gif);
	color:#ffffff; 
	border-bottom:solid 3px #4fb525;
	float:left;
	width:292px;
}

.country img{ 
	float:left;
	padding: 6px 2px;
}

.search {
	color:#ADC1AD;
	padding:5px;
	height:33px;
	float:left;
	width:230px;
	background:#0374B8;
}
.searchtext{
	background:url('../images/searchtext.jpg');
	width:159px;height:32px;border:0px;line-height:32px;
	padding:0 5px;
	margin:0;
	}
.searchbtn{
	background:url('../images/searchbtn.jpg');
	width:37px;height:32px;border:0;margin:1px 0 0 -3px;
	cursor:pointer;
}
.searchbtn:hover{
	background:url('../images/searchbtn_hover.jpg');
}

/** LOGO */

#banner {
	width: 741px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

#logo {
	width: 960px;
	margin: 0 auto;
	padding:10px 0;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
}

#logo h1 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	font-style: italic;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	padding: 20px 0 0 5px;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	color: ##48ACDE;
}

#logo p a {
	text-decoration: none;
	color: #B6ACA2;
}

#logo p a:hover { text-decoration: underline; }

.logo {
	float:left;
	margin:0 0 0 4px;
}

.top {
	font-size: 12px;
	line-height:18px;
	float:right; 
	padding:5px 15px; 
	width:730px;
}


/* Page */

#page {
	width: 982px;
	margin: 0 auto;
	padding-top: 5px;
	/*background-color: #ECF2EC; */
}

/* Content */

#content {
	float: right;
	width: 750px;
}

.des {
	line-height:18px;
	margin:20px 10px;
	border-bottom: 1px solid #ECE9D8; padding:3px;
}

.price{
	font-size:12px; 
	color:#e06a2a; 
	font-weight:bold;
	padding:18px 0px;
}

.gift { 
	padding:2px 0px;
	color:#6b857c; 
	float:center;
}
/* Sidebar */

#sidebar {
	float: left;
	width: 230px;
	padding-top: 6 px;
}
#cssCatagory {
	width: 240px;
}
.leftMenuTop{
	background:#026097 url(../images/title_img.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 39px;margin-top:10px;
}
.leftMenuTop h2{
	line-height: 39px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	padding:0 0 0 20px;
	margin:0;
}
.leftMenuCentral{
	width: 240px;
	background:#4EBBFC;
}
.catagoryItem{
	background:#014974 url(../images/v.png) no-repeat right center;
	*background:#014974 url(../images/v.gif) no-repeat right center;
	height: 34px;
	line-height:34px;
	margin-top:1px;
}
.catagoryItem a{ margin-left:5px; cursor:pointer;color:#FFFF33;}
.catagoryItem a.b{
	font-weight: bold;
}
.subCatagory{
	overflow-y:block;
	display:yes;
        background:#026097;	
}
.subCatagoryItem{
	background:#0374B8 no-repeat right center;
	height: 30px;
	line-height:20px;
	margin-top:1px;
}
.subCatagoryItem:hover{
	background:black;
}

.subCatagoryItem a{ margin-left:4px;line-height:24px;cursor:pointer;font-size: 11px;color:#FFFF33;}
.leftMenuButton{
	background-image: url(../images/catagory_left_menu_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 10px;
	display:none;
}

.side_l { 
height:19px; 
display: block; 
padding: 6px 10px 2px 10px;
width:220px; 
color: yellow; 
background-color: #0374B8; 
text-decoration: none; 
border-top: 1px solid #fff; 
border-left: 1px solid #fff; 
border-bottom: 1px solid #333; 
border-right: 1px solid #333; 
font-weight: bold; 
font-size: 11px; 
font-color:yellow
background-image: url(images/contitle_bg.png); 
background-repeat: no-repeat; 
background-position: 0 0; 
font-family: verdana, arial, Helvetica, sans-serif;

}

#navcontainer ul 
{ 
margin: 0; 
padding: 0; 
list-style-type: none; 
font-family: verdana, arial, Helvetica, sans-serif;
font-size:11px;
width:210px;
} 

#navcontainer a 
{ 
display: block; 
padding: 0px 10px;
width:188px; 
color: #000; 
background-color: #ADC1AD; 
text-decoration: none; 
border-top: 1px solid #fff; 
border-left: 1px solid #fff; 
border-bottom: 1px solid #333; 
border-right: 1px solid #333; 
font-size: 11px; 
background-image: url(images/vertical06.jpg); 
background-repeat: no-repeat; 
background-position: 0 0; 
} 

#navcontainer li { margin: 0; list-style-position: outside;} 

#navcontainer a:hover 
{ 
color: #000; 
background-color: #889E88; 
text-decoration: none; 
border-top: 1px solid #333; 
border-left: 1px solid #333; 
border-bottom: 1px solid #fff; 
border-right: 1px solid #fff; 
background-image: url(images/vertical06a.jpg); 
background-repeat: no-repeat; 
background-position: 0 0; 
} 
SPAN.piSpecial {
	LINE-HEIGHT: 1.5; FONT-FAMILY: Verdana, Arial, sans-serif; COLOR: #ff0000; FONT-SIZE: 11px
}
#navcontainer ul ul a 
{ 
display: block; 
padding: 1px 5px 1px 15px; 
color: #000; 
background-color: #C5D8C5; 
text-decoration: none; 
font-weight: lighter} 

#navcontainer ul ul a:hover 
{ 
color: #000; 
background-color: #889E88; 
text-decoration: none; 
} 

.contact { padding:20px; line-height:35px;
background:white; text-align:center;
}

.blog_i { padding:5px;
}

.blog_i p a{ text-decoration:underline;
}

/* Boxes */


.box_m_1{
	padding: 12px;
	width:220px;
	height:320px;
	float:right;
	background:url('../images/contitle_bg.png') no-repeat;
}
.box_m_1:hover,.box_m_2:hover,.box_l_1:hover,.box_l_2:hover,.box_r_1:hover,.box_r_2:hover{
	background:url('../images/contitle_bg_hover2.png') no-repeat;
}

.box_m_2{
	padding: 12px;
	width:220px;
	height:225px;
	float:right;
	border-left:#737373 1px solid;
	border-right:#737373 1px solid;
	background:url('../images/contitle_bg2.png') no-repeat;
}

.box_l_1{
	padding: 12px;
	width:220px;
	height:320px;
	float:right;
	background:url('../images/contitle_bg2.png') no-repeat;
}


.box_l_2{
	padding: 12px;
	width:220px;
	height:225px;
	float:right;
	background:url('../images/contitle_bg2.png') no-repeat;
}


.box_r_1{
	padding: 12px;
	width:220px;
	height:320px;
	float:right;
	background:url('../images/contitle_bg2.png') no-repeat;
}

.box_r_2{
	padding: 12px;
	width:220px;
	height:225px;
	float:right;
	background:url('../images/contitle_bg2.png') no-repeat;
}

 .sell{
 background-color:#0374B8;
 border: solid 0px yellow;
 color: yellow;
 padding-left:0px;
 font-size:14px;
 font-weight:bold;
 padding:5px 5px;
 width:700px;
 height:20px;
 float:right;
 margin-top:2px;
 margin-bottom:1px;
 }

.who { 
	padding:15px 20px;

}

.speci { padding-left:20px;
}

.top_sell{ 
 padding:5px 5px;
 width:745px;
 float:right;
 margin-top:10px;
 margin-bottom:10px;
 height:75px;
 border-bottom:1px #0374B8 solid;
}

.top_sell2{ 
 padding:5px 5px;
 width:745px;
 float:right;
 margin-top:10px;
 margin-bottom:10px;
 height:100px;
 border-bottom:1px #0374B8 solid;
} 

.hot_image {
 height:28px;
 float:left;
 width:130px;
 padding:2px 2px 3px 20px;
}

.hot_image2 {
 height:100px;
 float:left;
 width:100px;
 padding:2px 2px 3px 20px;
}
.hot_des {
 float:left;
 width:580px;
 border-bottom:1px;
 
}


.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */
#footer-wrap {
	width: 960px;
	margin: 0 auto;
	background-color:white;
}

#footer {
	margin: 0 auto;
	height: 64px;
	min-height: 64px;
	padding: 0;
	font-size: 10px;
}


#legal {
	clear: both;
	padding-top: 10px;
	padding-left: 30px;
	text-align: center;
}

.foot_link { 
	padding:5px 0px;
	border-bottom: 1px solid #1a201e; margin-bottom:8px;
	color:#000000; 

}

/* products */

.product_title { font-size:22px; padding:10px; margin-bottom:10px; font-weight:bolder;}
.product_image { 
	float:left; 
	width:430px;
}
.product_image img{ 
	border:1px #cdcdcd solid;
}

#listImg{width:430px;}
#listImg ul{list-style:none; margin:0px;padding:0 0 0 12px;*padding:0 0 0 10px;}

#listImg ul li{list-style:none;float:left;width:70px; margin:2px;}



.product_des { 
	float:left; 
	width:310px; 
	padding:10px 5px;
}
.noteTop {
	background-image: url(../images/note_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 10px;
	width: 302px;
}
.noteMid{
	background-image: url(../images/note_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 300px;
	width: 302px;
	
}
.noteMid .lcon{padding:5px;}
.noteFoot{
	background-image: url(../images/note_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 10px;
	width: 302px;
}

.lcon{
	padding: 10px;
	display:block;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.lcon div{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#B00000;
}

.l1 {height:1px; font-size:1px; overflow:hidden; display:block; background:#ADC1AD; margin:0 5px;} 
.l2 {height:1px; font-size:1px; overflow:hidden; display:block; background:#ADC1AD; 
border-right:2px solid #ADC1AD; border-left:2px solid #ADC1AD; margin:0 3px;} 
.l3 {height:1px; font-size:1px; overflow:hidden; display:block; background:#ADC1AD; 
border-right:1px solid #ADC1AD; border-left:1px solid #ADC1AD; margin:0 2px;} 
.l4 {height:2px; font-size:1px; overflow:hidden; display:block; background:#ADC1AD; 
border-right:1px solid #ADC1AD; border-left:1px solid #ADC1AD; margin:0 1px;} 

.seeee{
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #ffffff; 
}

.blog {
	margin:auto 10px;
	border-top-color:#ACC1AD; 
	border-top-width: 1px;
	border-top-style: dashed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14;
}

#mar {margin-left:10px}
#marr { margin-left: 15px}

.surprie {
	color: #FF0000;
	font-size: 18px;	
}

	.font1 {
font-size: 11px;
color: #000000;
font-family: "Verdana";
text-decoration: none;
}

.font1 td{
padding-left:2px;
border:1px solid #cccccc;
}
.font1 a{
color: #616161;}
.font1 li{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height: normal;
padding:0;
margin:0;
}



 .MenuLevel1{
 position:relative;
 font-size:11px ;
 color:#333333 ;
 height:23px ;
 line-height:19px;
 cursor:hand ;
 padding-left:11px;
 background:#ADC1AD;
border-top: 1px solid #fff; 
border-left: 1px solid #fff; 
border-bottom: 1px solid #333; 
border-right: 1px solid #333; 
}
.MenuLevel1 span{
 position : absolute ;
 left:3px;
 top:3px;

}
.MenuLevel2{
 font-size:11px ;
 color:#333333 ;
 background-color:#f7f7f7 ;
 height:18px ;
 padding-top:3px ;
 padding-left:18px;
 border-bottom:1px #efefef solid;
}
.MenuLevel3{
 position:relative;
 font-size:12px ;
 color:#333333 ;
 background-color:#f7f7f7 ;
 height:20px ;
 padding-top:3px ;
 padding-left:18px;
 border-top:1px #ffffff solid;
 border-bottom:1px #efefef solid;
}
.MenuLevel3 span{
 position : absolute ;
 right:2px;
 top:3px;

}
.MenuLevel4{
 display:block;
 font-size:12px ;
 color:#333333 ; 
 background-color:#fff;
 height:20px ;
 line-height:20px ;
 padding:3px 0 0 18px;
 border-bottom:1px #efefef solid;
}

a.MenuLevel4 {
 text-decoration:none;
}

a.MenuLevel4:hover {
 color:#fff;
 background:#AFC81C;
 text-decoration:none;
}


.MenuLevel8888{
 font-size:12px ;
 color:#5277A9 ;
 background-color:#E0E0DA ;
 height:18px ;
 padding-top:3px ;
 padding-left:18px;
}

.SubMenuLayer{
 display:inline ;
 cursor:hand ;
}

.SubMenuLayerHidden{
 display:none ;
 cursor:hand ;
 height:23px;
 font-size:11px;
}

.oprName{
 position : absolute ;
 left : 0 ;
 top : 1000px ; 
 width : 109 ; 
 z-index : 10 ;
 line-height : 20px ; 
 font-size : 12px ;
 background-color : #887868 ;
 color : #ffffff ;
 border : none ;
 text-align : left ;
 display:inline;
}

.oprName_hidden{
 position : absolute ;
 left : 0 ;
 top : 1000px ; 
 width : 109 ; 
 z-index : 10 ;
 line-height : 20px ; 
 font-size : 12px ;
 background-color : #887868 ;
 color : #ffffff ;
 border : none ;
 text-align : left ;
 display:none;
}

.oprName1{
 position : absolute ;
 right : 0 ;
 bottom : 1000px ; 
 width : 12 ; 
 z-index : 10 ;
 line-height : 12px ; 
 font-size : 12px ;
 background-color : #887868 ;
 color : #ffffff ;
 border : none ;
 text-align:center;
 padding-top:6px;
 display:inline;
}

.oprName1_hidden{
 position : absolute ;
 right : 0 ;
 bottom : 1000px ; 
 width : 12 ; 
 z-index : 10 ;
 line-height : 12px ; 
 font-size : 12px ;
 background-color : #887868 ;
 color : #ffffff ;
 border : none ;
 text-align:center;
 padding-top:6px;
 display:none;
}

#rlisttable {
 text-align:right;
}
#rlisttable table {
 clear:both;
 margin:10px 0;
 text-align:left;
 width:100%;
}
#rlisttable tr {
 zoom:1;
}
#rlisttable th {
 background:#6e8193;
 color:#fff;
 font:bold 12px verdana;
 zoom:1;
}
#rlisttable th div {
 margin:3px 2px;
 zoom:1;
}
#rlisttable th a {
 color:#fff;
}

#rlisttable th.photo div {
 margin-left:5px;
}
#rlisttable td {
 background:#fff;
 zoom:1;
}
#rlisttable td.div {
 overflow:hidden;
}
#rlisttable td.selected {
 color:#d8602f;
}
#rlisttable .prirow td {
 font:normal 12px verdana;
 vertical-align:top;
}

#rlisttable .secrow td {
 font:normal 12px verdana;
 vertical-align:top;
 border-top:3px solid #f0f0f0;
}
#rlisttable td.ord div {
 margin:10px 3px;
 width:23px;
}
#rlisttable td.photo div {
 margin:10px 2px 10px 5px;
 width:120px;
}
#rlisttable td.photo img {
 display:block;
 height:90px;
 width:120px;
}
#rlisttable td.model div {
 margin:10px 2px;
 line-height:1.3em;
 width:174px;
}
#rlisttable td.model .optional {
 font:12px arial;
 color:#666;
}
#rlisttable td.mpg div {
 margin:10px 2px;
 width:80px;
}
#rlisttable td.msrp div {
 margin:10px 2px;
 width:76px;
}
#rlisttable td.hp div {
 margin:10px 2px;
 width:100px;
}
#rlisttable td.rating div {
 margin:10px 2px;
 text-align:center;
 width:80px;
}
#rlisttable th.compare {
 background:#d4dbe3;
 color:#000;
 text-align:right;
}
#rlisttable th.compare2 {
 background:#f0f0f0;
}

#rlisttable td.ord {
 font:bold 100% sans-serif;
 text-align:left;
}
#rlisttable td.model {
 font:bold 100% sans-serif;
 text-align:left;
}
#rlisttable td.tech {
 color:#379115;
}
#rlisttable .border td {
 background:#f0f0f0;
 height:10px;
}
#rlisttable td.addtrim {
 padding:0 0 0 2px;
}
#rlisttable td.addtrim .head {
 border-top:1px dotted #999;
 border-bottom:1px dotted #999;
 color:#999;
 margin:10px 0;
 padding:2px 0 2px 5px;
}
#rlisttable td.addtrim .head a {
 color:#d8602f;
 text-decoration:none;
}
#rlisttable td.addtrim .head a strong {
 color:#999;
}
#rlisttable td.addtrim .head a:hover {
 zoom:1;
}
#rlisttable td.addtrim .head a:hover strong {
 color:#d8602f;
 text-decoration:underline;
}
#rlisttable td.addtrim .head a:hover span {
 font-weight:bold;
}
#rlisttable td.compare {
 background:#e0e0e0;
 vertical-align:bottom;
}
#rlisttable td.compare div {
 margin:5px auto;
 text-align:center;
 width:28px;
}



.font {
	font-size: 11px;
	color: #000000;
	font-family: "Verdana";
	text-decoration: none;}

	.font1 {
font-size: 11px;
color: #000000;
font-family: "Verdana";
text-decoration: none;}

.font1 td{
padding-left:2px;
border:1px solid #cccccc;
}
.font1 a{
color: #616161;}
.font1 li{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
padding:0;
margin:0;
}

.table_1 {
 background-color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #2c5196;
}
.table_2 {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #e0e0e0;
}

.bott li{
border:dashed 1px #000000; padding:5px;
background-color:#ffffff;
}

.shipping{font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#0033FF}