@charset "utf-8";
/* CSS Document */

body{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:12px;
	color:#333;
}
img{
	border:0px;
	z-index:0;
}
a{
	text-decoration:none;
	color:#231F20;
}
h1, h2, h3, h4, h5{
	padding:0;
	margin:0;
	text-decoration:none;
}
.new_price{
	text-decoration:line-through;
}
h3.nav_title{
	font-size:16px;
	font-weight:bold;
}
#spacer{
	float:left;
	width:150px;
	height:30px;
}
#container{
	margin:0px auto 0px auto;
	width:930px;
	padding:10px 0px 10px 0px
}
#headerContainer{
	width:930px;
	height:75px;
	background-image:url(../images/head.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}
#mainNav{
	width:930px;
	height:35px;
}
#content{
	float:left;
	width:930px;
	margin-top:20px;
}

#leftNav a{
	float:left;
	width:140px;
	height:16px;
	padding-top:3px;
	padding-left:5px;
	text-decoration:none;
	color:#000;
}
#leftNav a:hover{
	float:left;
	width:140px;
	height:16px;
	padding-top:3px;
	padding-left:5px;
	text-decoration:none;
	color:#ED6B73;
	font-weight:bold;
}
#footer{
	float:left;
	margin:0px auto 0px auto;
	width:930px;
	text-align:center;
	font-size:11px;
	font-style:italic;
	color:#929497;
	padding:30px 0 0 0;
}
#footer a{
	color:#929497;
	text-decoration:none;
}
#footer a:hover{
	color:#666;
}
#leftNav a.over{
	color:#ED6B73;
	font-weight:bold;
}
p.select{
	font-weight:bold;
}
#home_thumb{
	float:left;
	width:385px;
}

#productThumb{
	float:left;
	width:210px;
	height:270px;
	margin-bottom:30px;
}
.img{
	width:210px;
	height:270px;
}
.text{
	position:absolute;
	width:210px;
	height:270px;
	color:#FFF;
	z-index:2;
	background-image:url(../images/tbg.png);
	background-repeat:no-repeat;
}
.title{
	z-index:3;
	width:180px;
	margin-left:15px;
	margin-top:125px;
	text-align:center;
}



#category_title{
	float:left;
	width:930px;
	height:34px;
	padding-top:16px;
	color:#000;
	background-image:url(../images/categoryBg.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

#search{
	width:223px;
	height:50px;
	float:left;
	margin:25px 2px 9px 0px;
	background-image:url(../images/searchBg.gif);
	overflow:hidden;
}
.submitField{
	float:left;
	padding:15px 0px 15px 10px;
	font-size:14px;
	font-style:italic;
	width:128px;
	border:none;
	background:none;
	background-color:none;
}

a.submitBtn{
	float:right;
	height:50px;
	width:80px;
	background-image:url(../images/searchBtn.gif);
	display:block;
}
a.submitBtn:hover{
	opacity: .9;
	
}
#checkout_now{
	float:left;
	width:116px;
	height:50px;
	margin-top:25px;
}


#contentRight h3{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#000;
	margin:0px;
	padding:0px 0px 0px 0px;
}
#contentRight h4{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#000;
	margin:10px 0px 0px 0px;
}
#detailTopBar{
	float:left;
	width:500px;
	height:25px;
	background-image:url(../images/detiailBg.jpg);
	background-position:right;
	background-repeat:no-repeat;
	margin-bottom:35px;
}
#detailTopBar a{
	float:left;
	margin-top:5px;
	margin-left:5px;
	text-decoration:none;
	color:#231F20;
	font-size:12px;
}
.right{
	float:right;
}
#detailShot{
	float:left;
	width:400px;
	height:520px;
	margin-right:30px;
}
#detailCopy{
	float:left;
	width:500px;
	line-height:18px;
}
#detailCopy p{
	font-family:"Courier New", Courier, monospace;
}
.detail_links{
	float:right;
	margin-left:20px;
	text-decoration:underline;
}
#sizeQuantity{
	height:30px;
}
#dprice {
	float:left;
	width:460px;
	height:50px;
	margin-top:10px;


}
.tprize {
	float:left;
	font-size:25px;
	font-style:italic;
	line-height:normal;
}
.tnprize {
	float:left;
	font-size:25px;
	font-style:italic;
	line-height:normal;
	margin-left:15px;
	text-decoration:line-through;
}
.currency{
	float:left;
	font-weight:bold;
	font-size:12px;
	margin-top:10px;
	margin-left:5px;
}

/* CART INFO LEFT */
#cart_info{
	float:left;
	margin-top:20px;
}
#cartItem {
float:left;
	color:#000;
	text-decoration:none;
	margin:0px;
	padding:6px 0px 0px 0px;
	border-bottom:1px dotted #000;
	width:160px;
	display:block;
	height:20px;
}
#cartItem .stitle{
	float:left;
	width:100px;
	font-size:10px;
}

#cartItem .sprice{
	float:right;
	width:50px;
}
#cartItem .sdelete{
	float:right;
	width:10px;
}
#cartItem .sdelete img{
	margin-top:2px;
}
#cartItem .total{
	float:left;

}
#shoppingBtn{
	float:left;

	margin-top:5px;
}
#shoppingBtn a:hover{
	opacity: .9;
	filter: alpha(opacity=90);
}


.shopping_cart_title{
	width:930px;
	float:left;

}
.product_name{
	float:left;
	width:740px;
	margin-left:5px;
	margin-top:9px;
	color:#000;
}
.product_name a{
	color:#000;
}
.product_quantity{
	float:left;
	width:90px;
	margin-top:7px;
	color:#000;
}
.product_cost{
	float:left;
	width:75px;
	margin-top:7px;
	color:#000;
}
.shopping_cart{
	float:left;
	width:930px;
	height: 35px;
	background-color:#f0f0f0;
	border-bottom:1px dotted #000;
}
.cart_update{
	border-top: 1px solid #c8c8c8;
	padding-top:5px;
	float: left;
	width:130px;
}
#productTitle{
	font-size:12px;
	width:770px;
	height: 25px;
	color:#000;
	line-height:25px;
}
.cart_footer{
	margin-right:5px;
	width:180px;
	float:right;
margin-top:10px;
}
.cart_footer a{
	color:#000000;;
}
.cart_update{
	border-top: 1px solid #c8c8c8;
	padding-top:5px;
	float: left;
	width:130px;
}
.cart_shopping{
	margin-top:5px;
	float: left;
	width:160px;
}
.cart_checkout{
	margin-top:5px;
	float: left;
	width:160px;
}
.cart_total {
	margin-bottom:5px;
}

#login{
	margin-top: 15px;
	width:30%;float:left;
}
.logregContainer{
	width:550px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:20px;
}
.logorreg{
	margin-top: 30px;
	width:50px;
	float:left;
}
.register{
	margin-top: 15px;
	width:40%;float:left;
	margin-left:10px;
}
#reg_title{
	float:left;
	margin-left:10px;
	margin-top:12px;
	width:160px;
	height:40px;
	font-size:18px;
	font-weight:bold;
}

#middle_title{
	float:left;
	width:108px;
}

#log_title{
	float:left;
	width:120px;
	height:40px;
	margin-top:12px;
	font-size:18px;
	font-weight:bold;
}
.tick_text{
	font-weight:bold;
	font-size:10px;
}
#last_detail{
	width:920px;
	float:left;
	margin-left:0px;
}
#last_detail_left{
	width:600px;
	float:left;

}
#last_detail_right{
	width:107px;
	float:right;
	margin-top:15px;
}
#aux_content {
	margin: 15px;
}
.regInfo{
	color:red;
	font-size:17px;
}
#discount{
	font-weight:bold;
	width:120px;
	margin-left:20px;
}
#offer{
	float:left;
	width:930px;
	height:35px;
	background-color:#eeeeee;
}
#offer_content{
	float:right;
	width:720px;
	margin-top:6px;
	margin-right:35px;
	text-align: right;
}


