html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}	
body {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 13px; color: #333; }
.wrapper{
width:100%;
padding:0;
margin:0;
border:none;
}
.navi{
position:fixed;
left:0;
top:0;
width:100%;
height:60px;
margin:0;
padding:0;
border-bottom:1px solid red;
background-color:#2C4468;
z-index:20;
}
.innerNav{
width:960px;
margin:0 auto;
text-align:right;
background-color:#2C4468;
}
.logo{
position:absolute;
left:18%;
width:60px;
height:60px;
background-image:url("../images/logo.png");
background-repeat:no-repeat;
z-index:1000;
}
.current{
width:30px;
height:40px;
padding:10px;
border-width:0 0 1px 0; 
border-style:inset;
border-color: #385684 ;
}
.navi .innerNav ul{
list-style-type:none;
margin:20px 0 0 0;
}
.navi .innerNav li{
display:inline;
}
.innerNav ul a:link{
width:30px;
height:40px;
padding:10px;
font-size:16px;
color:#F8F8F8;
text-decoration: none;
}
.innerNav ul a:visited{
color:#E0E0E0;
}
.innerNav ul a:hover{
background-color:#3366CC;
}	
.bwrapper{
background-image:url("../images/bg.jpg");
background-repeat:repeat-x;
width:100%;
margin-top:60px;
}	
.banner{
width:960px;
height:400px;
margin:0 auto;
padding:0;
border:none;
background-image:url("../images/banner.jpg");
}
.main{
width:960px;
min-height:600px;
margin:0 auto;
}
.marqu{
width:800px;
margin:4px;
border:0 solid red;
text-align:center;
}	
.items{
float:left;
width:210px;
height:250px;
margin:1px 0 15px 37px ;
border:1px solid #E0E0E0;
}
.leftitem{
float:left;
width:210px;
height:250px;
margin:1px 0 15px 0;
border:1px solid #E0E0E0;
}
.inneritems{
background-color: #E98C18;
background-position:0 0;
line-height:30px;
font-size:14px;
font-weight:bold;
color:#303030;
text-align:left;
padding-left:15px;

}
.inneritems a{
color:#333;
font-weight:bold;
text-decoration:none;
}
.inneritems:hover{
background-color: #6495ED;
background-position:0 -30px;
cursor:pointer;
}
.inneritems a:hover{
color:#000000;
}
.items ul{
padding:20px;
line-height:25px;
list-style-type:circle;
}
.leftitem ul{
padding:20px;
line-height:25px;
list-style-type:circle;
}
li img{
padding-top:5px;
padding-right:8px;
}
.footer-wrapper{
width:100%;
margin:0;
background-color:#2C4468;	
}
.footer{
width:960px;
margin-top:10px;
margin-right:auto;
margin-left:auto;
font-size:14px;
color:#F8F8F8;
}
.footer ul{
padding:10px 0 20px 15px;
line-height:25px;
list-style-type:circle;
font-size:12px;
color:#F8F8F8;
}
.cat{
width:170px;
border:0 solid red;
padding:35px 35px 0 35px;
float:left;
}
.footer p a,.cat p a{
font-size:14px;
color:#F8F8F8;
text-decoration:none;
}
.footer p a:hover, .cat p a:hover{
color:#ffff00;
}
.cpy{
font-size:12px;
text-align:center;
}
.contactLeft{
float:left;
width:470px;
margin-right:10px;
}
.contactLeft p{
line-height:20px;
padding:0 5px;
}
.contactLeft td{
padding:5px 5px;
}
.tdWidth td{
width:170px;
}
.contactRight{
float:right;
width:450px;
}
.clear{
clear:both;
}
select, input[type="text"],input[type="email"],input[type="tel"]{
width:300px;
height:40px;
border-color:#868686;
border-style:solid;
border-width:1px;
border-radius: 3px;
-ms-border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
-khtml-border-radius:3px;
margin:10px;
color:#383838;
font-size:13px;
padding-left:8px;
}	
input[type="tel"]:hover, input[type="text"]:hover{
background-color:#F0F0F0;
border-color:#6699FF;
}
input[type="email"]:hover{
background-color:#F0F0F0;
border-color:#6699FF;
}	
select, input[type="text"]:focus,input[type="tel"]:focus{
background-color:#F0F0F0;
border-color:#6699FF;
}
input[type="email"]:focus{
background-color:#F0F0F0;
border-color:#6699FF;
}
textarea{
resize: none;
width:300px;
height:150px;
border-color:#868686;
border-style:solid;
border-width:1px;
border-radius: 3px;
-ms-border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
-khtml-border-radius:3px;
margin:10px;
color:#383838;
font-size:16px;
padding-left:8px;
}
textarea:hover,:focus{
background-color:#F0F0F0;
border-color:#6699FF;
}
input[type="submit"],input[type="reset"],input[type="file"]{
background-color:#1E90FF;
width:100px;
height:40px;
border:1px solid #6699FF;
cursor:pointer;
border-radius: 8px;
-ms-border-radius:8px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
-khtml-border-radius:8px;
}
input[type="submit"]:hover{
background-color:#1b81e5;
border:1px solid #6699FF;
border-radius: 8px;
-ms-border-radius:8px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
-khtml-border-radius:8px;
cursor:pointer;
}
.widerr{
background-color:#ff8888;
border:1px solid #ff4040;
}
.widsuccess{
background-color:#80b0fb;
border:1px solid #5598c5;
}
.widerr,.widsuccess{
width:960px;
min-height:50px;
margin: 3px auto;
border-radius: 6px;
-ms-border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
-khtml-border-radius:6px;
}
.ok{
margin:8px 2px -15px 1px;
}
.error{
margin:8px 2px -15px 1px;
}
.profile{
line-height:2;
min-height:600px;
background-image:url(../images/profileLogo2.png);
background-repeat:no-repeat;
background-position:510px 150px;
margin-top:10px;
padding:10px;
text-align: justify;
}
h1{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 16px; color: #333;
}
h2{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 14px; color: #333;
}
.left-menu{
float:left;
width:197px;
height:620px;
background-color:#404040;
color:#F8F8F8;
}
.left-menu p{
background-color:#E98C18;
line-height:30px;
font-size:14px;
font-weight:bold;
color:#303030;
text-align:left;
padding-left:15px;
}
.left-menu a:link{
color:#000000;
text-decoration: none;
}
.left-menu a:visited{
color:#000000;
text-decoration: none;
}
.left-menu p:hover{
background-color:#FBA54B;
cursor:pointer;
}
.left-menu a:active{
color:#000000;
text-decoration: none;
}
.left-menu ul{
padding:5px 0 0 20px;
line-height:25px;
list-style-type:none;
}
.right-main{
float:right;
width:760px;
height:auto;

}
.detail-div{
float:left;
width:180px;
min-height:300px;
margin-left:8px;
margin-bottom:9px;
background-color:#F3F3F3;
border-top:1px solid #d0d2d3;
border-right:1px solid #d0d2d3;
border-bottom:none;
border-left:1px solid #d0d2d3;
}
.detail-div:hover{
border-color:#E98C18;
}
.detail-div h2{
padding:10px 0 0 10px;
}
.detail-div p{
font-family: Arial,Helvetica,sans-serif;
font-size:12px;
color:#797e83;
padding:10px;
}
.detail-div ul{
list-style-type:none;
margin:20px 0 0 0;
}
.detail-div li{
width:84px;
padding:5px 2px 2px 2px;
background-color:red;
height:16px;
display:inline-block;
text-align:center;
background-color:#E98C18;
font-family: Arial,Helvetica,sans-serif;
font-size:12px;
}
.detail-div a:link{
color:#000000;
text-decoration:none;
}
.detail-div a:visited{
color:#000000;
text-decoration:none;
}
.detail-div li:hover{
background-color:#FBA54B;
cursor:pointer;
color:#000000;
text-decoration:none;
}
.detail-div a:active{
color:#000000;
text-decoration:none;
}
.hline{
display: block;
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-left: 9px;
margin-right: auto;
border-style: inset;
border-width: 1px;
width:750px;
}
.picture-frame{
float:left;
width:600px;
height:auto;
border:0px solid red;
}
.all-details{
float:right;
width:340px;
height:auto;
border:0px solid red;
font-family: Arial,Helvetica,sans-serif;
font-size:12px;
color:#000000;
}
.all-details th{
text-align:left;
}
.all-details th,td{
height:30px;
padding:5px;
}
.all-details p{
height:auto;
padding:5px;
}
.thumb-list{
width:472px;
}
.wide-line{
height:30px;
font-size:15px;
padding:10px 5px 0 5px;
border:1px solid #E98C18;
background-color:#E98C18;
}
.qutn input[type="text"],.qutn input[type="email"],.qutn input[type="tel"],.qutn textarea{
width:525px;
margin:3px;
color:#383838;
font-size:13px;
padding-left:8px;
}
.item-image{
position:relative; 
top:-16px;
width:180px;
height:135px;
}
.new-item{
position:relative;
top:0;
z-index:10; 
}
.soldout{
width:753px;
height:60px;
margin-left:7px;
padding-top:20px;
font-size:16px;
font-weight:bold;
text-align:center;
background-color:#F3F3F3;
color:red;
}
.sell{
line-height:2;
margin-top:10px;
padding:10px;
text-align: justify;
}
.sell-left{
float:left;
}
.description{
line-height:2;
}
.tabs{
	float:left;
	height:35px;
	background-color:#E98C18;
	color:#F8F8F8;
}
.tab_list{
	width:23.7%;
	margin: 0 1px 5px 8px;
}
.tab_details{
	width:23%;
	margin: 0 8px 5px 0px;
}

.tabs p{
	background-color:#E98C18;
	line-height:35px;
	font-size:14px;
	font-weight:bold;
	color:#303030;
	text-align:left;
	padding-left:15px;
}
.tabs a:link{
	color:#000000;
	text-decoration: none;
}
.tabs a:visited{
	color:#000000;
	text-decoration: none;
}
.tabs p:hover{
	background-color:#FBA54B;
	cursor:pointer;
}
.tabs a:active{
	color:#000000;
	text-decoration: none;
}
