@charset "utf-8";
/*
=======================================================================
	General Rules
=======================================================================
*/
* {
	padding:0px;
	margin:0px;
}
body {
	background-image:url(../images/bg.gif);
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#fff;
	border-top:#300000 solid 6px;
}
a {
	text-decoration:none;
	outline:none;
	color:#666;
}
a img {
	border:none;
}
.clear {
	clear:both;
}
.bold {
	font-weight:bold;
}
.under {
	text-decoration:underline;
}
.upper {
	text-transform:uppercase;
}
.italic {
	font-style:italic;
}
.colr {
	color:#fff !important;
}
.colrsec {
	color:#fff !important;
}
.white {
	color:#fff !important;
}
.black {
	color:#000 !important;
}
h1 {
	font-size:32px;
	font-weight:normal;
}
h2 {
	font-size:20px;
	font-weight:normal;
}
h3 {
	font-size:18px;
	font-weight:normal;
}
h4 {
	font-size:16px;
	font-weight:normal;
}
h5 {
	font-size:14px;
	font-weight:normal;
}
h6 {
	font-size:12px;
	font-weight:normal;
}
p {
	line-height:18px;
}
.left {
	float:left !important;
}
.right {
	float:right !important;
}
.heading {
	width:938px;
	height:25px;
	color:#FFF;
	padding:10px 10px 0px 10px;
	margin:-10px 0px 0px 0px;
	margin-bottom:10px;
	font-weight:bold;
	background-color:#300000;
}
input {
	font-size:11px;
}
textarea {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#666;
}
.itlc {
	font-style:italic;
}
.noback {
	background-image:none !important;
}
.noborder {
	border:none !important;
}

/*
=======================================================================
	Buttons
=======================================================================
*/
/* Button One */
a.buttonone {
	float:left;
	display:inline-block;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	background-color:#151515;
	padding:5px 10px 0px 10px;
	height:17px;
	border:#242424 solid 1px;
}
a.buttonone:hover {
	background-color:#300000;
}

input.buttonone {
	float:left;
	display:inline-block;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	background-color:#151515;
	padding:5px 10px;
	border:#242424 solid 1px;
	cursor:pointer;
}
input.buttonone:hover {
	background-color:#300000;
}
/*
=======================================================================
	Wrapper Section Rules
=======================================================================
*/
#wrapper_sec {
	width:100%;
	float:left;
	margin:0px auto 0px auto;
}
/*
=======================================================================
	Header
=======================================================================
*/
#masthead {
	width:100%;
	height:161px;
	float:left;
	background:url(../images/header.gif) repeat-x bottom;
}
#masthead .inner {
	width:960px;
	height:161px;
	margin:0px auto;
	background:url(../images/headercurve.png) no-repeat center top;
}
/*
=======================================================================
	Logo
=======================================================================
*/
.logo {
	float:left;
	padding:14px 0px 0px 11px;
}
/*
=======================================================================
	Right Header Section
=======================================================================
*/
.righthead {
	float:right;
	padding:0px 0px 0px 0px;
	width:600px;
	height:119px;
}
.righthead p{
	float:right;
	padding-top:7px;
}
/*
=======================================================================
	Welcome and Language Section
=======================================================================
*/
.righthead .welcome_lang{
	float:right;
	padding:3px;
	width:600px;
	margin-top:8px;
}
.righthead .welcome_lang ul.links{
	float:right;
	list-style:none;
	height:23px;
	padding:0px 0px 5px 0px;
}
.righthead .welcome_lang ul.links li{
	float:left;
	padding:0px 10px 0px 10px;
	height:15px;
}
.righthead .welcome_lang ul.links li.brdrs{
	background:url(../images/sep.gif) no-repeat 100% 80%;
}
.righthead .welcome_lang ul.links li a{
	float:left;
	padding:2px 4px 2px 4px;
	color:#FFF;
}
.righthead .welcome_lang ul.links li.last{
	padding-right:0px;
}
.righthead .welcome_lang ul.links li a:hover{
	background-color:#300000;
}
.righthead .welcome_lang ul.links li select{
	width:147px;
	height:21px;
	padding:1px;
	border:#d6d7d8 solid 1px;
	background-color:#FFF;
}
.righthead .welcome_lang ul.links li a.cartbtn{
	float:left;
	padding:2px 4px 2px 17px;
	background:url(../images/cart.gif) no-repeat left center;
}
/*
=======================================================================
	Search
=======================================================================
*/
.search {
	width:500px;
	float:right;
	padding-top:10px;
}
.search ul{
	list-style:none;
	float:right;
}
.search ul li{
	float:left;
}
.search ul li.txt{
	float:left;
	padding:4px 20px 0px 0px;
}
.search ul li.searchsec{
	border:#ededed solid 1px;
	width:207px;
	height:21px;
	background:url(../images/inputbar.gif) repeat-x;
}
.search input.bar{
	float:left;
	width:176px;
	height:20px;
	padding:0px 5px;
	line-height:20px;
	background-color:transparent;
	margin:0px 0px 0px 0px;
	color:#888888;
	border:transparent solid 1px;
}
.search a.go{
	float:left;
	height:16px;
	width:16px;
	margin:2px 3px 0px 0px;
	display:inline-block;
	background:url(../images/mag.gif) no-repeat;
}
/*
=======================================================================
	Navigation
=======================================================================
*/
.navigation {
	width:960px;
	height:39px;
	background-image:url(../images/navigation.gif);
	background-repeat:no-repeat;
	float:left;
	padding:0px 0px 0px 0px;
}
/*
=======================================================================
	Content Section
=======================================================================
*/
#content_sec {
	width:960px;
	margin:0px auto;
}
.whitbg {
	background-color:#FFF;
}
/*
=======================================================================
	Banner
=======================================================================
*/
#banner {
	width:100%;
	height:397px;
	margin-bottom:10px;
	background:url(../images/banner_bg1.gif) repeat-x top;
}
#banner .bansec {
	width:958px;
	height:379px;
	margin:0px auto;
	padding:0px 30px 20px 31px;
	background:url(../images/banner_bg.png) no-repeat bottom;
}
#banner .sliderwrapper{
	position: relative;
	overflow: hidden;
	width: 959px;
	height: 377px;
}
#banner .sliderwrapper .contentdiv{
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	background: white;
	width: 958px;
	height: 100%;
}
#banner .banpaging{
	height:49px;
	padding:0px 0px 0px 0px;
	margin:-49px auto 0px auto;
	z-index:9880;
	width:200px;
	position:relative;
}
#banner .pagination{
	height:37px;
	padding:12px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	z-index:9880;
	overflow:hidden;
	background:url(../images/pagingcentersec.png) repeat-x;
	float:left;
}
#banner .pagination a.toc{
	width:20px;
	height:25px;
	background-image:url(../images/bullets.gif);
	display:inline-block;
	background-position:top;
	font-size:0px;
	float:left;
}
#banner .pagination a.toc:hover, #banner .pagination a.selected{
	background-position:bottom;
}
#banner .pagination a.prev{
	width:26px;
	height:25px;
	display:inline-block;
	font-size:0px;
	float:left;
	background:url(../images/prev.png) no-repeat;
}
#banner .pagination a.next{
	width:26px;
	height:25px;
	display:inline-block;
	font-size:0px;
	float:left;
	margin:0px 0px 0px 0px;
	background:url(../images/next.png) no-repeat;
}
#banner .leftpg{
	width:24px;
	height:49px;
	background:url(../images/pagingleftsec.png) no-repeat top;
	display:inline-block;
	float:left;
}
#banner .rightpg{
	width:24px;
	height:49px;
	background:url(../images/pagingrightsec.png) no-repeat top;
	display:inline-block;
	float:left;
}
/*
=======================================================================
	Bread Crumb
=======================================================================
*/
.crumb {
	width:958px;
	height:26px;
	border-bottom:#1b1b1b solid 1px;
	margin-bottom:10px;
	background-color:#000;
}
.crumb ul{
	float:left;
	list-style:none;
	background:url(../images/home.gif) no-repeat 8px 7px;
	padding-left:20px;
}
.crumb ul li{
	float:left;
	padding:2px 2px 0px 2px;
}
.crumb ul li a{
	height:18px;
	padding:4px 10px 0px 10px;
	display:inline-block;
	color:#666666;
}
.crumb ul li a:hover, .crumb ul li a.selected{
	background-color:#300000;
	color:#fff;
}
/*
=======================================================================
	Home Page Products
=======================================================================
*/
.prod_home {
	width:960px;
	float:left;
	margin:10px 0px 0px 0px;
}
.prod_home ul{
	width:960px;
	float:left;
	list-style:none;
}
.prod_home ul li{
	float:left;
	width:311px;
	height:144px;
	margin-right:13px;
}
.prod_home ul li.last{
	margin-right:0px;
}
/*
=======================================================================
	Featured Products
=======================================================================
*/
.products {
	width:100%;
	padding:20px 0px 0px 0px;
	float:left;
}
.products .inner{
	width:958px;
	margin:0px auto 0px auto;
	padding:0px 0px 10px 0px;
	background-image:url(../images/tabshead.gif);
	background-repeat:repeat-x;
	border:#1b1b1b solid 1px;
}
.products ul.tabs{
	list-style:none;
	float:left;
	width:901px;
	height:49px;
	margin:0px 0px 0px 2px;
	padding-top:2px;
}
.products ul.tabs li{
	float:left;
	background:url(../images/sep1.gif) no-repeat 100% -30%;
	padding-right:4px;
}
.products ul.tabs li.last{
	float:left;
	background-image:none;
}
.products ul.tabs li a{
	float:left;
	height:37px;
	padding:12px 28px 0px 28px;
	font-size:13px;
	cursor:pointer;
	color:#FFF;
}
.products ul.tabs li a:hover, .products ul.tabs li.active a{
	background:url(../images/selected.gif) no-repeat 50% 54%;
}
.products .tab_container{
	width:960px;
	float:left;
	padding:10px 0px 0px 0px;
}
#mcs5_container{ 
	margin:0; 
	width:944px;
	height:380px;
}
#mcs5_container .customScrollBox{
	position:relative; 
	width:951px; 
	overflow:hidden;
	height:375px;
}
#mcs5_container .customScrollBox .container{
	position:relative; 
	left:0;
}
#mcs5_container .customScrollBox .content{
	clear:both;
}
ul.flist{
	list-style:none;
	float:left;
	margin-left:7px;
}
ul.flist li{
	width:188px;
	height:317px;
	padding:0px;
	float:left;
	padding:21px 17px 0px 16px;
	margin:0px 20px 10px 0px;
	background:url(../images/libg.png) no-repeat;
}
ul.flist li:hover{
	background:url(../images/libg_hover.png) no-repeat;
}
ul.flist li.last{
	margin:0px 0px 10px 0px;
}
ul.flist li h5{
	padding:0px 0px 19px 0px;
}
ul.flist li a.thumb{
	width:188px;
	height:202px;
	z-index:7;
}
ul.flist li .cont{
	width:188px;
	float:left;
	padding:19px 0px 0px 0px;
}
ul.flist li .cont .leftcont{
	width:143px;
	float:left;
}
ul.flist li .cont .leftcont a.good{
	width:13px;
	height:12px;
	background:url(../images/hearts.png) no-repeat top;
	float:left;
	display:inline-block;
	margin-right:1px;
}
ul.flist li .cont .leftcont a.bad{
	width:13px;
	height:12px;
	background:url(../images/hearts.png) no-repeat bottom;
	float:left;
	display:inline-block;
	margin-right:1px;
}
ul.flist li .cont .leftcont a.review{
	margin-left:10px;
	text-decoration:underline;
}
ul.flist li .cont .leftcont p.price{
	font-size:14px;
	color:#666666;
	font-weight:bold;
	margin-top:10px;
}
ul.flist li a.addtocart{
	width:36px;
	height:37px;
	background:url(../images/cart_btn.png) no-repeat;
	display:inline-block;
	margin:2px 0px 0px 6px;
}
#mcs5_container .dragger_container{
	position:relative; 
	height:0px; 
	width:940px;
	height:14px;
	padding:0px 0px 0px 0px;
	background-image:url(../images/scroll.png);
	background-repeat:no-repeat; 
	margin:360px 0px 0px 8px;
}
#mcs5_container .dragger{
	position:absolute;
	width:154px;
	height:14px;
	background:url(../images/slider.png) no-repeat center center;
	cursor:move;
}
/*
=======================================================================
	Column 1
=======================================================================
*/
.col1 {
	width:220px;
	float:left;
	margin-left:10px;
}
h5.smallhead {
	width:208px;
	height:24px;
	padding:8px 0px 0px 10px;
	font-weight:bold;
	background-color:#300000;
	margin:0px 0px 0px 0px;
	color:#FFF;
	border-bottom:#111111 solid 1px;
}
/*
=======================================================================
	Currency
=======================================================================
*/
.currency{
	width:218px;
	float:left;
	margin-bottom:10px;
	padding-bottom:15px;
	border:#111111 solid 1px;
	background:url(../images/black.png);
	color:#666666;
}
.currency h5{
	width:208px;
	height:24px;
	padding:8px 0px 0px 10px;
	font-weight:bold;
	background-color:#300000;
	margin:0px 0px 0px 0px;
	color:#FFF;
	border-bottom:#111111 solid 1px;
}
.currency select{
	width:196px;
	height:23px;
	padding:2px;
	float:left;
	border:#c5c5c5 solid 1px;
	margin:13px 0px 0px 12px;
}
/*
=======================================================================
	Left Section
=======================================================================
*/
.rightsec {
	width:218px;
	float:left;
	margin-bottom:10px;
	padding-bottom:10px;
	border:#111111 solid 1px;
	background:url(../images/black.png);
	color:#666666;
}
.rightsec .rightcont{
	width:198px;
	float:left;
	padding:5px 10px;
}
.rightsec ul.links{
	width:198px;
	float:left;
	list-style:none;
}
.rightsec ul.links li a{
	width:178px;
	/*height:17px;*/
	color:#555555;
	padding:4px 10px 0px 10px;
	cursor:pointer;
	display:inline-block;
	background-image:url(../images/right_arrow.png);
	background-repeat:no-repeat;
	background-position:0px 6px;
}
.rightsec ul.big li a{
	font-size:12px;
	font-weight:bold;
}
.rightsec ul.links li a:hover, .rightsec ul.links li a.selected{
	background-image:url(../images/right_arrow_rol.png);
	color:#fff;
}
.rightsec ul.comlinks{
	width:198px;
	float:left;
	list-style:none;
	padding-bottom:10px;
}
.rightsec ul.comlinks li a.title{
	width:165px;
	height:17px;
	color:#666;
	padding:4px 10px 0px 10px;
	cursor:pointer;
	display:inline-block;
	background-image:url(../images/right_arrow_bw.png);
	background-repeat:no-repeat;
	background-position:0px 8px;
}
.rightsec ul.comlinks li a.cross{
	width:8px;
	height:8px;
	margin-top:2px;
	display:inline-block;
	background-image:url(../images/cross.png);
	background-repeat:no-repeat;
}
.rightsec ul.comlinks li a.title:hover, .rightsec ul.comlinks li a.selected{
	color:#fff;
}
.rightsec .rightcont p.txt{
	width:198px;
	padding:3px 0px;
	float:left;
	line-height:14px;
}
.rightsec .rightcont p.txxt{
	width:198px;
	padding:3px 0px 5px 0px;
	margin:0px 0px 5px 0px;
	float:left;
	line-height:14px;
}
.rightsec .rightcont p.carts{
	width:180px;
	padding:5px 0px 8px 18px;
	float:left;
	line-height:14px;
	background-image:url(../images/cart.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
}
.rightsec a.clearall{
	margin:4px 0px 0px 10px;
	display:inline-block;
}
.secureshop {
	width:206px;
	float:left;
	padding:6px;
	border:#111111 solid 1px;
	background:url(../images/black.png);
	color:#fff;
}
.secureshop h5{
	padding:5px 0px 5px 2px;
}
.secureshop p{
	padding:5px 0px 10px 2px;
}
/*
=======================================================================
	Categories
=======================================================================
*/
.categories{
	width:218px;
	float:left;
	margin-bottom:10px;
	padding-bottom:5px;
	border:#111111 solid 1px;
	background:url(../images/black.png);
	color:#666666;
}
.categories h5{
	width:208px;
	height:24px;
	padding:8px 0px 0px 10px;
	font-weight:bold;
	background-color:#300000;
	margin:0px 0px 0px 0px;
	color:#FFF;
	border-bottom:#111111 solid 1px;
}
.arrowlistmenu{
	width: 208px;
	margin:10px 0px 0px 5px;
}
.arrowlistmenu .menuheader{
	width:196px;
	height:18px;
	padding:4px 0px 0px 10px;
	border:#111111 solid 1px;
	background:url(../images/right.png) no-repeat;
	display:inline-block;
	font-size:12px;
	font-weight:bold;
	margin-bottom:2px;
}
.arrowlistmenu .openheader{
	background:url(../images/down.gif) no-repeat 98% 50% #300000;
	color:#FFF;
}
.arrowlistmenu ul{
	list-style:none;
	float:left;
	width: 188px;
	padding:5px 10px;
}
.arrowlistmenu ul li{
	width:188px;
	padding:3px 0px;
}
.arrowlistmenu ul li .opensubheader{
	
}
.arrowlistmenu ul li .closedsubheader{
	
}
.arrowlistmenu ul li a{
	color:#666666;
}
.arrowlistmenu ul li a:hover{
	color:#fff;
}
.arrowlistmenu ul li a.subexpandable:hover{
	
}
.arrowlistmenu ul li ul{
	
}
/*
=======================================================================
	Cart Section
=======================================================================
*/
.rightsec ul.cartsec{
	width:198px;
	float:left;
	list-style:none;
	padding:10px 0px 0px 0px;
}
.rightsec ul.cartsec li{
	width:198px;
	float:left;
	padding:5px 0px;
	border-top:#dedede solid 1px;
}
.rightsec ul.cartsec li.nobrder{
	padding-top:0px;
	border-top:none;
}
.rightsec ul.cartsec li .thumb{
	width:60px;
	float:left;
	padding:8px 0px 0px 0px;
}
.rightsec ul.cartsec li .thumb a{
	float:left;
	border:#ededed solid 1px;
}
.rightsec ul.cartsec li .desc{
	width:125px;
	float:left;
	padding-top:8px;
}
.rightsec ul.cartsec li .desc a{
	font-weight:bold;
}
.rightsec ul.cartsec li .desc p{
	line-height:18px;
	float:left;
}
.rightsec ul.cartsec li .desc a.addwish{
	float:left;
	width:61px;
	height:11px;
	padding-left:25px;
	margin:3px 0px 0px 0px;
	background-image:url(../images/plus.gif);
	background-repeat:no-repeat;
	background-position:9px 2px;
	font-weight:normal;
}
.rightsec ul.cartsec li .desc a.addwish:hover{
	background-position:9px 2px;
	background-image:url(../images/plus_rol.gif);
	color:#fff;
}
.rightsec ul.cartsec li .desc p.qt{
	line-height:14px;
	color:#999999;
}
.rightsec ul.cartsec li a.cross{
	width:8px;
	height:8px;
	background-image:url(../images/cross.gif);
	float:left;
	display:inline-block;
	margin:8px 2px 0px 0px;
}
.rightsec ul.cartsec li:hover a.cross{
	display:inline-block;
}
.rightsec .leftbtns{
	width:192px;
	padding:5px 0px 0px 0px;
	float:left;
	border-top:#ededed solid 1px;
}
.rightsec .leftbtns a.clearall{
	padding:5px 0px 0px 10px;
	float:left;
}
/*
=======================================================================
	Poll
=======================================================================
*/
.rightsec ul.poll{
	width:198px;
	float:left;
	list-style:none;
	padding-bottom:10px;
}
.rightsec ul.poll li{
	width:178px;
	padding:5px 10px;
	float:left;
}
.rightsec ul.poll li input{
	float:left;
}
.rightsec ul.poll li p{
	float:left;
	line-height:12px;
	padding:0px 0px 0px 10px;
}
/*
=======================================================================
	Left Advertisment
=======================================================================
*/
.adv {
	width:218px;
	float:left;
	border:#111 solid 1px;
}
.adv a{
	float:left;
}
/*
=======================================================================
	Column 2
=======================================================================
*/
.col2 {
	width:700px;
	padding:0px 10px 0px 10px;
	float:left;
}
/*
=======================================================================
	Product Detail
=======================================================================
*/
.prod_detail{
	width:938px;
	float:left;
	padding:0px 10px;
}
/*
=======================================================================
	Product Gallery
=======================================================================
*/
.prod_detail .thumbsec{
	width:298px;
	float:left;
	margin:0px 0px 0px 0px;
}
.prod_detail .thumbsec .zoom:hover{
	background-image:url(../images/lightboxicon.png);
}
.prod_detail .thumbsec .prod_gallery{
	width:298px;
	height:290px;
	float:left;
	overflow:hidden;
	margin-bottom:8px;
}
.prod_detail .thumbsec a.toc{
	width:52px;
	height:52px;
	float:left;
	border:#111111 solid 3px;
}
.prod_detail .thumbsec a.toc:hover{
	border:#300000 solid 3px;
}
a#galPrevious{
	float:left;
	width:16px;
	height:26px;
	display:inline-block;
	background:url(../images/galleryleft.png) 3px 5px no-repeat #111;
	border:#242424 solid 1px;
	margin:14px 7px 0px 0px;
	cursor:pointer;
}
a#galNext{
	float:left;
	width:16px;
	height:26px;
	display:inline-block;
	background:url(../images/galleryright.png) 3px 5px no-repeat #111;
	border:#242424 solid 1px;
	margin:14px 0px 0px 3px;
	cursor:pointer;
}
a#galPrevious:hover{
	background-color:#300000;
}
a#galNext:hover{
	background-color:#300000;
}
#gallerysec{
	width: 252px;
	height:63px;
	overflow:hidden;
	float:left;
	position:relative;
}
#gallerysec ul{
	position: relative;
	padding: 0;
	list-style: none;
}
#gallerysec li{
	width: 58px;
	height: 58px;
	float: left;
	margin: 0px 5px 0px 0px;
}
/*
=======================================================================
	Product Short Description
=======================================================================
*/
.prod_detail .descshort{
	width:606px;
	padding:10px;
	float:right;
	margin:0px 0px 0px 0px;
	background:url(../images/black.png);
	border:#242424 solid 1px;
}
.prod_detail .descshort .desc{
	width:355px;
	float:left;
	margin:0px 0px 0px 0px;
}
.prod_detail .descshort h5.prodheading{
	width:355px;
	padding:0px 0px 10px 0px;
	float:left;
}
.prod_detail .descshort .desc .cont{
	float:left;
	width:355px;
}
.prod_detail .descshort .desc .cont a.good{
	width:13px;
	height:12px;
	background:url(../images/hearts.png) no-repeat top;
	float:left;
	display:inline-block;
	margin-right:1px;
}
.prod_detail .descshort .desc .cont a.bad{
	width:13px;
	height:12px;
	background:url(../images/hearts.png) no-repeat bottom;
	float:left;
	display:inline-block;
	margin-right:1px;
}
.prod_detail .descshort .desc .cont a.review{
	padding:0px 10px 0px 10px;
	text-decoration:underline;
	background:url(../images/sep.gif) no-repeat 100% 50%;
}
.prod_detail .descshort .desc .quickrev{
	float:left;
	width:355px;
	border-top:#161616 solid 1px;
	padding-top:15px;
	margin-top:15px;
	color:#666666;
}
.prod_detail .descshort .desc .quickrev h6{
	padding-bottom:5px;
}
.prod_detail .descshort .desc .quickrev ul{
	list-style:none;
	padding:10px 0px 0px 0px;
}
.prod_detail .descshort .desc .quickrev ul li{
	list-style:none;
	padding:3px 0px 3px 10px;
	background:url(../images/colr_arrow.png) no-repeat left center;
	color:#999999;
}
.prod_detail .descshort .prod_options{
	width:222px;
	height:298px;
	padding:9px;
	background:url(../images/detail.png) no-repeat;
	float:right;
}
.prod_detail .descshort .prod_options p.available{
	width:202px;
	height:29px;
	padding:7px 10px 0px 10px;
	background:#000;
	float:left;
	font-size:14px;
}
.prod_detail .descshort .prod_options ul{
	width:202px;
	list-style:none;
	padding:25px 10px 0px 10px;
	float:left;
}
.prod_detail .descshort .prod_options ul li{
	padding:0px 0px 5px 0px;
	float:left;
	width:202px;
}
.prod_detail .descshort .prod_options ul li select{
	margin:0px 0px 10px 0px;
	width:146px;
	height:23px;
	border:#a8acad solid 1px;
	background-color:#FFF;
	padding:2px;
}
.prod_detail .descshort .prod_options ul li select.qty{
	width:86px;
}
.prod_detail .descshort .prod_options ul li.comp{
	padding:10px 0px 10px 0px;
}
.prod_detail .descshort .prod_options ul li.comp a{
	float:left;
	padding:0px 0px 0px 17px;
	margin:0px 20px 0px 0px;
	background:url(../images/comp.gif) no-repeat 0px 2px;
}
.prod_detail .descshort .prod_options ul li.comp a:hover{
	background:url(../images/comp_rol.gif) no-repeat 0px 2px;
	color:#FFF;
}
.prod_detail .descshort .prod_options ul li.price{
	padding:10px 0px 0px 0px;
	font-size:16px;
	color:#666666;
}
.prod_detail .descshort .prod_options ul li.price p{
	float:left;
	margin-right:10px;
}
.prod_detail .descshort .prod_options ul li.price p.old{
	font-size:12px;
	padding-top:2px;
}
.prod_detail .descshort .prod_options a.addtocart{
	float:left;
	width:185px;
	height:34px;
	padding:12px 0px 0px 37px;
	margin:10px 0px 0px 0px;
	background:url(../images/addtocartdetail.png) no-repeat;
	display:inline-block;
	color:#FFF;
	font-size:14px;
}
/*
=======================================================================
	Tabs and related products section
=======================================================================
*/
.tabs_relprods {
	width:916px;
	padding:10px;
	background:url(../images/black.png);
	border:#242424 solid 1px;
	margin-top:5px;
	float:left;
}
.tabs_relprods .tabsec{
	width:666px;
	background:url(../images/black.png);
	border:#242424 solid 1px;
	float:left;
}
.tabs_relprods .tabsec ul.tabs{
	float:left;
	list-style:none;
	height:32px;
	background-color:#300000;
	width:666px;
}
.tabs_relprods .tabsec ul.tabs li{
	float:left;
	border-right:#111111 solid 1px;
}
.tabs_relprods .tabsec ul.tabs li.last{
	border-right:none;
}
.tabs_relprods .tabsec ul.tabs li a{
	float:left;
	padding:10px 20px 0px 20px;
	height:22px;
	display:inline-block;
	color:#FFF;
}
.tabs_relprods .tabsec ul.tabs li.active a, .tabs_relprods .tabsec ul.tabs li a:hover{
	background-color:#050505;
}
.tabs_relprods .tabsec .tab_content{
	background:url(../images/black.png) !important;
	float:left;
	padding:10px;
}
.tabs_relprods .tabsec .tab_content p{
	padding-bottom:10px;
	color:#666666;
}
/*
=======================================================================
	Your Shopping Cart
=======================================================================
*/
.shopcart{
	width:238px;
	float:right;
	border:#242424 solid 1px;
}
.shopcart h5{
	width:218px;
	height:24px;
	border-bottom:#242424 solid 1px;
	background-color:#300000;
	padding:8px 10px 0px 10px;
	float:left;
}
.shopcart ul{
	width:218px;
	list-style:none;
	float:left;
	padding:5px 10px 8px 10px;
}
.shopcart ul li{
	width:218px;
	float:left;
	padding:6px 0px 6px 0px;
	background:none;
}
.shopcart ul li .thumb{
	width:58px;
	float:left;
	padding-right:10px;
}
.shopcart ul li .thumb a{
	width:52px;
	height:52px;
	border:#111111 solid 3px;
	float:left;
}
.shopcart ul li .desc{
	width:144px;
	float:left;
	padding:0px 5px 0px 0px;
}
.shopcart ul li .desc a.title{
	font-size:13px;
}
.shopcart ul li .desc p.new{
	float:left;
	font-size:13px;
	font-weight:bold;
	padding:5px 10px 2px 0px;
}
.shopcart ul li .desc p.old{
	float:left;
	font-size:12px;
	font-weight:bold;
	color:#666;
	padding:5px 0px 2px 0px;
}
.shopcart ul li .desc a.comp{
	padding:0px 0px 0px 15px;
	margin:4px 0px 5px 0px;
	background:url(../images/comp.gif) no-repeat 0px 2px;
	display:inline-block;
	float:left;
}
.shopcart ul li .desc a.comp:hover{
	color:#FFF;
	background:url(../images/comp_rol.gif) no-repeat 0px 2px;
}
/*
=======================================================================
	Product Description
=======================================================================
*/
.prod_detail .prod_desc{
	width:700px;
	float:left;
	margin:10px 0px 0px 0px;
}
.prod_detail h5.hedng{
	width:680px;
	height:28px;
	float:left;
	padding:8px 10px 0px 10px;
	margin:0px 0px 0px 0px;
	background-image:url(../images/bighead.png);
	background-repeat:no-repeat;
}
.prod_detail .prod_desc p{
	padding:5px 10px 5px 10px;
	width:680px;
}
/*
=======================================================================
	Related Products
=======================================================================
*/
.rel_prods{
	width:936px;
	float:left;
	margin:10px 0px 0px 0px;
	border:#242424 solid 1px;
	background:url(../images/black.png);
}
.rel_prods h5{
	width:916px;
	height:23px;
	padding:9px 10px 0px 10px;
	float:left;
	background-color:#300000;
	border-bottom:#242424 solid 1px;
}
.rel_prods ul{
	width:938px !important;
	float:left;
	padding:15px 0px 3px 15px !important;
}
.rel_prods ul li{
	margin:0px 13px 0px 0px !important;
}
/*
=======================================================================
	Related Products
=======================================================================
*/
.prod_detail .relatedproducts{
	width:710px;
	float:left;
	margin:0px 0px 0px 0px;
}
.prod_detail .relatedproducts ul{
	padding:0px 0px;
}
/*
=======================================================================
	Small Banner
=======================================================================
*/
.smallbanner {
	width:738px;
	float:left;
	margin-bottom:10px;
	border:#b6b6b6 solid 1px;
}
/*
=======================================================================
	Listing
=======================================================================
*/
.listing {
	width:700px;
	float:left;
}
a.adcrt {
	width:50px;
	height:35px;
	display:inline-block;
	float:right;
}
/*
=======================================================================
	Sorting
=======================================================================
*/
.sorting{
	width:708px;
	height:67px;
	margin:0px 0px 10px 0px;
	border:#111111 solid 1px;
	float:left;
	background:url(../images/black.png);
}
.sorting h5{
	border-bottom:#111111 solid 1px;
	float:left;
	width:698px;
	height:23px;
	padding:10px 0px 0px 10px;
	background-color:#300000;
}
.sorting .sortbysec{
	float:left;
	width:702px;
	padding:3px;
}
.sorting .sortbysec p.items{
	float:left;
	padding:4px 0px 0px 10px;
	width:260px;
}
.sorting .sortbysec .gridlist{
	float:right;
	padding:4px 10px 0px 0px;
}
.sorting .sortbysec .gridlist p{
	float:left;
	padding:0px 10px 0px 0px;
}
.sorting .sortbysec .gridlist a.grid{
	float:left;
	height:14px;
	padding:1px 0px 0px 20px;
	margin:2px 10px 0px 0px;
	background:url(../images/grid.gif) no-repeat bottom left;
}
.sorting .sortbysec .gridlist a.list{
	float:left;
	height:14px;
	padding:1px 0px 0px 20px;
	margin:2px 0px 0px 0px;
	background:url(../images/list.gif) no-repeat bottom left;
}
.sorting .sortbysec .gridlist a:hover, .sorting .sortbysec .gridlist a.selected{
	background-position:top left;
}
.sorting .sortbysec .sortingprpg{
	float:left;
	padding:3px 5px 0px 0px;
}
.sorting .sortbysec .sortingprpg p{
	float:left;
	padding:0px 10px 0px 0px;
}
.sorting .sortbysec .sortingprpg select.srtby{
	float:left;
	width:82px;
	height:21px;
	border:#d6d8d8 solid 1px;
	padding:1px;
	margin-right:10px;
}
.sorting .sortbysec .sortingprpg select.prpg{
	float:left;
	width:50px;
	height:21px;
	border:#d6d8d8 solid 1px;
	padding:1px;
}
/*
=======================================================================
	Listing - Grid View
=======================================================================
*/
ul.listinggrids{
	width:710px;
	float:left;
	list-style:none;
}
ul.listinggrids li{
	width:162px;
	height:320px;
	padding:10px 0px 0px 9px;
	background:url(../images/libg1.png) no-repeat;
	float:left;
	margin:0px 8px 15px 0px;
}
ul.listinggrids li:hover{
	background:url(../images/libg1_hover.png) no-repeat;
}
ul.listinggrids li.last{
	margin:0px 0px 10px 0px;
}
ul.listinggrids li a.thumb{
	float:left;
	border:#1b1b1b solid 1px;
	margin-bottom:11px;
}
ul.listinggrids li h6{
	float:left;
	padding:0px 0px 10px 0px;
}
ul.listinggrids li .cont{
	float:left;
}
ul.listinggrids li .cont a.good{
	width:13px;
	height:12px;
	background:url(../images/hearts.png) no-repeat top;
	float:left;
	display:inline-block;
	margin-right:1px;
}
ul.listinggrids li .cont a.bad{
	width:13px;
	height:12px;
	background:url(../images/hearts.png) no-repeat bottom;
	float:left;
	display:inline-block;
	margin-right:1px;
}
ul.listinggrids li .cont a.review{
	margin-left:10px;
	text-decoration:underline;
}
ul.listinggrids li .cont p.price{
	font-size:14px;
	color:#666666;
	font-weight:bold;
	margin-top:5px;
}
ul.listinggrids li a.addtocart{
	width:141px;
	height:30px;
	/*padding:4px 0px 0px 30px;
	background:url(../images/cart1.png) no-repeat 0px 0px;*/
	display:inline-block;
	margin:16px 0px 0px 0px;
	color:#FFF;
	font-size:12px;
}
/*
=======================================================================
	Listing - List View
=======================================================================
*/
ul.listinglist {
	list-style:none;
	float:left;
	padding:0px 0px 0px 0px;
	width:708px;
}
ul.listinglist li{
	padding:9px;
	width:690px;
	background:url(../images/black.png);
	border:#242424 solid 1px;
	margin-top:12px;
	float:left;
}
ul.listinglist li .thumb{
	width:168px;
	height:153px;
	float:left;
	border:#1b1b1b solid 1px;
	margin-right:10px;
}
ul.listinglist li .thumb img{
	width:168px;
	height:153px;
	float:left;
}
ul.listinglist li .desc{
	width:340px;
	float:left;
}
ul.listinglist li .desc h5{
	width:340px;
	padding:0px 0px 8px 0px;
	float:left;
}
ul.listinglist li .desc .rating{
	width:340px;
	padding:0px 0px 8px 0px;
	margin:0px 0px 8px 0px;
	float:left;
	border-bottom:#242424 solid 1px;
}
ul.listinglist li .desc .rating a.good{
	width:13px;
	height:12px;
	background:url(../images/hearts.png) no-repeat top;
	float:left;
	display:inline-block;
	margin-right:1px;
}
ul.listinglist li .desc .rating a.bad{
	width:13px;
	height:12px;
	background:url(../images/hearts.png) no-repeat bottom;
	float:left;
	display:inline-block;
	margin-top:1px;
}
ul.listinglist li .desc .rating a.review{
	margin-left:10px;
	text-decoration:underline;
}
ul.listinglist li .desc p{
	color:#666;
}
ul.listinglist li .shopsec{
	width:141px;
	height:147px;
	padding:10px 10px 0px 10px;
	float:right;
	background:url(../images/shopsec.png) no-repeat;
}
ul.listinglist li .shopsec p.newprice{
	font-size:14px;
	color:#666666;
	padding:0px 0px 6px 0px;
}
ul.listinglist li .shopsec p.oldprice{
	font-size:12px;
	color:#666666;
	padding:0px 0px 6px 0px;
}
ul.listinglist li .shopsec a.comp{
	padding:0px 0px 0px 15px;
	margin:4px 0px 5px 0px;
	background:url(../images/comp.gif) no-repeat 0px 3px;
	display:inline-block;
	float:left;
}
ul.listinglist li .shopsec a.comp:hover{
	color:#FFF;
	background:url(../images/comp_rol.gif) no-repeat 0px 3px;
}
ul.listinglist li .shopsec a.addtocart{
	width:106px;
	height:28px;
	padding:8px 0px 0px 35px;
	margin:5px 0px 0px 0px;
	background:url(../images/addtocart.png) no-repeat;
	display:inline-block;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}
/*
=======================================================================
	Pagination
=======================================================================
*/
.paginationsec {
	float:left;
	width:710px;
	height:32px;
	margin-top:10px;
	background:url(../images/paging.png) no-repeat;
}
.paginationsec ul.links{
	list-style:none;
	float:left;
	padding:3px 0px 0px 0px;
}
.paginationsec ul.links li{
	padding:3px 5px 0px 5px;
	float:left;
}
.paginationsec ul.links li.txt{
	padding:5px 10px 0px 10px;
	float:left;
	font-weight:bold;
}
.paginationsec ul.links li a{
	height:16px;
	display:inline-block;
	padding:3px 7px 0px 7px;
}
.paginationsec ul.links li a:hover, .paginationsec ul li a.active{
	background-color:#300000;
	color:#FFF;
}
.paginationsec ul.btns{
	list-style:none;
	float:right;
	padding:4px 0px 0px 0px;
}
.paginationsec ul.btns li{
	padding:0px 5px 0px 0px;
	float:left;
}
.paginationsec ul.btns li a.prevs{
	width:22px;
	height:22px;
	background:url(../images/leftarrow.gif) no-repeat top;
	display:inline-block;
}
.paginationsec ul.btns li a.nexts{
	width:22px;
	height:22px;
	background:url(../images/rightarrow.gif) no-repeat top;
	display:inline-block;
}
.paginationsec ul.btns li a:hover{
	background-position:bottom;
}
/*
=======================================================================
	Account
=======================================================================
*/
.account{
	width:710px;
	float:left;
}
.account h5.acchead{
	width:688px;
	height:24px;
	padding:8px 10px 0px 10px;
	margin:0px 0px 10px 0px;
	background-color:#300000;
	border:#242424 solid 1px;
	float:left;
	font-weight:bold;
	color:#FFF;
}
.account .hello{
	float:left;
	width:690px;
	padding:10px;
	margin:0px 0px 10px 0px;
}
.account .hello h6{
	padding-bottom:7px;
}
/*
=======================================================================
	My Account Table
=======================================================================
*/
.recentorders {
	width:688px;
	border:#242424 solid 1px;
	background:url(../images/black.png);
	float:left;
	padding:10px;
	margin-top:10px;
}
h6.recenthead {
	width:688px;
	height:24px;
	padding:10px 10px 0px 10px;
	margin:-10px 0px 10px -10px;
	background-color:#300000;
	float:left;
}
.account_table {
	width:686px;
	float:left;
	border:#242424 solid 1px;
}
.account_table ul{
	width:686px;
	list-style:none;
	color:#999;
}
.account_table ul.headtable{
	width:686px;
	float:left;
	padding:0px 0px;
	height:30px;
	overflow:hidden;
	background-color:#300000;
}
.account_table ul.headtable li{
	padding-top:7px !important;
	height:23px;
}
.account_table ul.nobordr{
	border-bottom:none !important;
}
.account_table ul li.nobordr{
	border-right:none !important;
}
.account_table ul.contable{
	width:686px;
	float:left;
	padding:0px 0px;
	border-top:#242424 solid 1px;
}
.account_table ul li{
	float:left;
	padding:7px 0px;
	text-align:center;
	color:#666;
}
.account_table ul.headtable li.order{
	width:52px;
}
.account_table ul.headtable li.date{
	width:74px;
}
.account_table ul.headtable li.ship{
	width:240px;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
}
.account_table ul.headtable li.ordertotal{
	width:101px;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
}
.account_table ul.headtable li.status{
	width:74px;
}
.account_table ul.headtable li.action {
	width:94px;
}
.account_table ul.contable li.order{
	width:50px;
	border-right:#242424 solid 1px;
}
.account_table ul.contable li.date{
	width:68px;
	padding-left:5px;
	text-align:left;
	border-right:#242424 solid 1px;
}
.account_table ul.contable li.ship{
	width:240px;
	border-right:#242424 solid 1px;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	color:#CCC;
}
.account_table ul.contable li.ordertotal{
	width:100px;
	border-right:#242424 solid 1px;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
}
.account_table ul.contable li.status{
	width:73px;
	border-right:#242424 solid 1px;
	color:#666666;
}
.account_table ul.contable li.action {
	width:93px;
}
.account_table ul li.action a.first{
	padding:0px 6px;
	background-image:url(../images/sep.gif);
	background-repeat:no-repeat;
	background-position:right;
	margin-right:6px;
}
/*
=======================================================================
	Account Sections
=======================================================================
*/
.sections {
	width:710px;
	margin-top:10px;
}
.sections .sechead{
	width:100%;
	height:30px;
	float:left;
}
.sections .sechead h6{
	float:left;
	padding:9px 0px 0px 10px;
}
.sections .sechead a{
	float:right;
	margin:7px 10px 0px 0px;
}
.sections .sec{
	width:348px;
	border:#242424 solid 1px;
	float:left;
	min-height:125px;
	background:url(../images/black.png);
}
.sections .sec .txtsection{
	padding:10px;
}
.sections .sec a.changepass{
	background-color:#300000;
	padding:1px 5px 3px 5px;
	float:left;
	margin-top:10px;
	color:#FFF;
}
/*
=======================================================================
	Section with three columns
=======================================================================
*/
.sectionsbig {
	width:708px;
	border:#242424 solid 1px;
	margin-top:10px;
	background:url(../images/black.png);
}
.sectionsbig h5.secbighead{
	width:688px;
	height:24px;
	padding:8px 10px 0px 10px;
	background-color:#300000;
}
.sectionsbig .sec{
	float:left;
	padding:10px;
	width:210px;
	color:#666;
}
.sectionsbig .sec .sechead{
	float:left;
	padding-bottom:5px;
	width:210px;
}
.sectionsbig .sec .sechead h6{
	float:left;
	padding-right:20px;
}
.sectionsbig .sec .sechead a{
	float:left;
	color:#666;
}
/*
=======================================================================
	Column 3
=======================================================================
*/
.col3 {
	width:958px;
	float:left;
}
/*
=======================================================================
	Login
=======================================================================
*/
.login {
	width:938px;
	float:left;
	margin:0px 0px 0px 10px;
}
.login .newcus{
	width:568px;
	height:221px;
	padding:15px;
	float:left;
	background:url(../images/black.png);
	border:#242424 solid 1px;
	color:#666;
}
.login .newcus h5{
	padding:0px 0px 20px 0px;
	color:#FFF;
}
.login .newcus p{
	padding:0px 0px 20px 0px;
}
.login .signin{
	width:296px;
	padding:15px;
	float:right;
	background:url(../images/black.png);
	border:#242424 solid 1px;
}
.login .signin h5{
	padding:0px 0px 10px 0px;
}
.login .signin p.txt{
	padding:0px 0px 10px 0px;
}
.login .signin ul{
	padding:0px 0px 0px 0px;
	list-style:none;
	float:left;
	width:296px;
}
.login .signin ul li{
	padding:3px 0px 3px 0px;
	float:left;
	width:296px;
}
.login .signin ul li.txt{
	color:#666;
	font-weight:bold;
}
.login .signin ul li input.bar{
	width:278px;
	height:21px;
	line-height:21px;
	background-color:#FFF;
	border:#ededed solid 1px;
	margin-bottom:10px;
}
.login .signin ul li.btns{
	padding:10px 0px 0px 0px;
}
.login .signin ul li.btns a{
	margin:0px 10px 0px 0px;
}
.login .signin ul li.btns p{
	margin:2px 0px 0px 0px;
}
/*
=======================================================================
	Shopping Cart
=======================================================================
*/
.shoppingcart{
	width:938px;
	float:left;
	margin:10px 0px 0px 10px;
}
.shoppingcart .cartheading{
	padding-bottom:10px;
	width:938px;
	float:left;
}
.shoppingcart .cartheading a.buttonone{
	margin-left:5px;
}
.shoppingcart .carttable{
	width:936px;
	background:url(../images/black.png);
	border:#242424 solid 1px;
	float:left;
	margin:0px 0px 10px 0px;
}
.carttable ul{
	float:left;
	list-style:none;
}
.carttable ul li{
	float:left;
}
.carttable ul.head{
	height:30px;
	width:936px;
	font-weight:bold;
	background-color:#300000;
}
.carttable ul.head li{
	height:24px;
	padding-top:6px;
	font-size:12px;
}
.carttable ul.head li.p_name{
	width:597px;
	padding:6px 10px 0px 10px;
	border-right:#242424 solid 1px;
}
.carttable ul.head li.u_price{
	width:99px;
	text-align:center;
	border-right:#242424 solid 1px;
}
.carttable ul.head li.qty{
	width:99px;
	height:26px;
	text-align:center;
	border-right:#242424 solid 1px;
}
.carttable ul.head li.s_total{
	width:115px;
	height:26px;
	text-align:center;
}
.carttable ul.cartcontents{
	border-top:#242424 solid 1px;
	margin:0px 0px 0px 0px;
	width:936px;
}
.carttable ul.cartcontents li.remove{
	width:48px;
	height:85px;
	text-align:center;
	border-right:#242424 solid 1px;
}
.carttable ul.cartcontents li.remove a{
	background:url(../images/del.png) no-repeat #300000 4px 3px;
	display:inline-block;
	width:16px;
	height:15px;
	margin-top:35px;
}
.carttable ul.cartcontents li.imag{
	width:73px;
	height:85px;
	text-align:center;
}
.carttable ul.cartcontents li.imag a{
	float:left;
	margin:16px 0px 0px 15px;
	width:52px;
	height:52px;
	border:#242424 solid 1px;
}
.carttable ul.cartcontents li.p_name{
	width:490px;
	height:80px;
	padding:5px 0px 0px 5px;
	border-right:#242424 solid 1px;
}
.carttable ul.cartcontents li.p_name .txtsec{
	width:495px;
	padding:14px 0px 0px 0px;
	float:left;
}
.carttable ul.cartcontents li.p_name .txtsec p{
	width:495px;
	padding:2px 0px 0px 0px;
	color:#666;
}
.carttable ul.cartcontents li.u_price{
	width:99px;
	height:85px;
	text-align:center;
	border-right:#242424 solid 1px;
	font-weight:bold;
}
.carttable ul.cartcontents li.u_price p{
	padding-top:32px;
}
.carttable ul.cartcontents li.qty{
	width:99px;
	height:85px;
	text-align:center;
	border-right:#242424 solid 1px;
}
.carttable ul.cartcontents li.qty input{
	width:31px;
	height:21px;
	padding:0px 5px;
	line-height:21px;
	color:#333;
	margin:30px 0px 0px 0px;
	background-image:url(../images/input_bg.gif);
	background-repeat:repeat-x;
	border:none;
	border:#242424 solid 1px;
}
.carttable ul.cartcontents li.s_total{
	width:115px;
	height:85px;
	text-align:center;
	font-weight:bold;
}
.carttable ul.cartcontents li.s_total p{
	padding-top:32px;
}
/*
=======================================================================
	Estimate
=======================================================================
*/
.estimate {
	width:328px;
	float:left;
	padding-bottom:15px;
	border:#242424 solid 1px;
	background:url(../images/black.png);
	margin:0px 0px 0px 7px;
}
.estimate h5{
	width:308px;
	height:24px;
	padding:8px 10px 0px 10px;
	float:left;
	background-color:#300000;
	margin:0px 0px 10px 0px;
	border-bottom:#242424 solid 1px;
}
.estimate p{
	width:308px;
	padding:6px 10px 10px 10px;
	float:left;
}
.estimate select{
	float:left;
	width:156px;
	height:23px;
	padding:2px 2px 1px 2px;
	border:#ededed solid 1px;
	font-size:11px;
	color:#9b9b9b;
	margin:10px 0px 4px 10px;
	background-image:url(../images/input_bg.gif);
	background-repeat:repeat-x;
}
.estimate select.country{
	float:left;
	width:298px;
	height:23px;
	padding:2px 2px 1px 2px;
	border:#ededed solid 1px;
	font-size:11px;
	color:#9b9b9b;
	margin:10px 0px 4px 10px;
	background-image:url(../images/input_bg.gif);
	background-repeat:repeat-x;
}
.estimate input.bar{
	float:left;
	width:121px;
	height:19px;
	line-height:19px;
	padding:1px 5px;
	border:#ededed solid 1px;
	font-size:11px;
	color:#9b9b9b;
	margin:10px 0px 4px 10px;
	background-image:url(../images/input_bg.gif);
	background-repeat:repeat-x;
}
.estimate .selectmenu{
	float:left;
}
.estimate a.buttonone{
	margin:10px 0px 0px 10px;
}
/*
=======================================================================
	Discount
=======================================================================
*/
.discount {
	width:318px;
	float:left;
	padding-bottom:15px;
	border:#242424 solid 1px;
	background:url(../images/black.png);
	margin:0px 0px 0px 0px;
}
.discount h5{
	width:298px;
	height:24px;
	padding:8px 10px 0px 10px;
	float:left;
	background-color:#300000;
	margin:0px 0px 10px 0px;
	border-bottom:#242424 solid 1px;
}
.discount p{
	width:260px;
	padding:10px 10px 0px 10px;
	float:left;
	margin-bottom:6px;
}
.discount input.bar{
	float:left;
	width:206px;
	height:19px;
	line-height:19px;
	padding:1px 5px;
	border:#ededed solid 1px;
	font-size:11px;
	color:#9b9b9b;
	margin:10px 0px 4px 10px;
	background-image:url(../images/input_bg.gif);
	background-repeat:repeat-x;
}
.discount a.buttonone{
	margin:10px 0px 0px 10px;
}
/*
=======================================================================
	Grand Totals
=======================================================================
*/
.grandtotal {
	width:252px;
	float:right;
	margin:0px 0px 0px 0px;
	padding:10px;
	border:#242424 solid 1px;
	background:url(../images/black.png);
}
.grandtotal .tbs{
	width:232px;
	height:29px;
	padding:7px 10px 0px 10px;
	background-color:#121212;
	float:left;
	margin:0px 0px 10px 0px;
}
.grandtotal .tbs p.title{
	font-size:12px;
	color:#969696;
	width:100px;
}
.grandtotal .tbs p.figre{
	font-size:12px;
	text-align:right;
	width:100px;
	color:#353535;
}
.grandtotal a.buttonone{
	margin:12px 0px 0px 0px;
}
.grandtotal .grandttl{
	width:232px;
	height:30px;
	padding:10px 10px 0px 10px;
	background-color:#FFF;
}
.grandtotal .grandttl p.title{
	font-size:14px;
	color:#121212;
}
.grandtotal .grandttl p.figre{
	font-size:14px;
	color:#300000;
}
.grandtotal a.checkout{
	width:240px;
	height:25px;
	padding:10px 0px 0px 10px;
	background:url(../images/checkout.gif) 95% 50% no-repeat #300000;
	display:inline-block;
	font-size:12px;
	color:#FFF;
	float:left;
	border:#242424 solid 1px;
}
/*
=======================================================================
	Related Products
=======================================================================
*/
.relateditems{
	width:940px;
	float:left;
	border:#ededed solid 1px;
	background-color:#FFF;
	margin:30px 0px 0px 0px;
}
h5.relhead{
	width:920px;
	height:28px;
	padding:8px 10px 0px 10px;
	float:left;
	background-image:url(../images/headbig.png);
	margin-top:-15px;
}
.relateditems .prods{
	width:920px;
	float:left;
	padding:10px 0px 0px 10px;
}
.relateditems .prods ul{
	width:920px;
	float:left;
}
.relateditems .prods ul li{
	margin:0px 18px 13px 0px;
}
.relateditems .prods ul li.last{
	margin-right:0px;
}
/*
=======================================================================
	Checkout Section
=======================================================================
*/
.checkoutsec {
	width:710px;
	float:left;
}
.checkoutsec a.linkhead{
	width:688px;
	height:23px;
	padding:10px 10px 0px 10px;
	float:left;
	display:inline-block;
	font-size:12px;
	background-color:#300000;
	margin-bottom:5px;
	border:#242424 solid 1px;
	color:#FFF;
}
.checkoutsec a.closed {
	width:688px;
	height:23px;
	padding:10px 10px 0px 10px;
	float:left;
	display:inline-block;
	font-size:12px;
	background:url(../images/closed.png) repeat-x;
	margin-bottom:5px;
	border:#242424 solid 1px;
	color:#FFF;
}
.checkoutsec a.closed:hover{
	background:#000;
}
.checkoutsec a span.nmbr{
	padding:0px 5px 0px 0px;
	color:#fff;
	float:left;
}
.checkoutsec .conts{
	width:688px;
	padding:20px 10px;
	float:left;
	background:url(../images/black.png);
	border:#242424 solid 1px;
	margin-bottom:5px;
}
.checkoutsec .conts p.txt{
	padding:10px 0px 20px 0px;
}
.checkoutsec .account_table{
	width:688px;
	overflow:hidden;
	margin-bottom:20px;
}
.secheading{
	width:688px;
	padding:0px 0px 7px 0px;
	margin:0px 0px 10px 0px;
	float:left;
	border-bottom:#242424 solid 1px;
}
.checkoutsec .checkoutbtns{
	width:688px;
	padding:8px 0px 0px 0px;
	float:left;
	text-align:right;
}
.checkoutsec ul.forms{
	width:320px;
	padding:8px 20px 10px 0px;
	float:left;
	list-style:none;
}
.checkoutsec ul.forms li.txt{
	padding:0px 0px 10px 0px;
	float:left;
	width:330px;
}
.checkoutsec ul.forms li .bar{
	width:310px;
	height:21px;
	background-color:#FFF;
	border:#a8acad solid 1px;
}
.checkoutsec ul.bigforms{
	width:670px;
	padding:8px 20px 10px 0px;
	float:left;
	list-style:none;
}
.checkoutsec ul.bigforms li.txt{
	padding:0px 0px 10px 0px;
	float:left;
}
.checkoutsec ul.bigforms li.txt{
	width:688px;
}
.checkoutsec ul.bigforms li.inputfield{
	width:688px;
}
.checkoutsec ul.bigforms li.inputfield input{
	width:642px;
	height:21px;
	line-height:21px;
	padding:0px 5px;
	background-color:#FFF;
	border:#a8acad solid 1px;
	margin-bottom:10px;
}
/*
=======================================================================
	Process
=======================================================================
*/
.proceshead{
	width:208px;
	height:36px;
	padding:0px 10px 0px 0px;
	float:left;
}
.proceshead h5{
	padding:12px 0px 0px 0px;
	float:left;
}
.proceshead a.change{
	margin:11px 0px 0px 0px;
	float:right;
}
.protxtsec{
	width:208px;
	padding:0px 10px 20px 0px;
	float:left;
}
/*
=======================================================================
	Page
=======================================================================
*/
.page {
	width:958px;
	float:left;
	border:#1b1b1b solid 1px;
	margin-top:10px;
	padding-bottom:10px;
}
/*
=======================================================================
	Footer
=======================================================================
*/
#footer {
	width:100%;
	float:left;
	margin:10px auto 0px auto;
	background:url(../images/footer.png) repeat-x bottom;
}
#footer .inner{
	width:958px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	background:url(../images/black.png);
	border:#1b1b1b solid 1px;
}
#footer .foothead{
	width:958px;
	height:43px;
	padding:0px 0px 0px 0px;
	float:left;
	background-color:#300000;
	border-bottom:#1b1b1b solid 1px;
}
#footer .foothead h4{
	padding:13px 0px 0px 10px;
	float:left;
}
#footer .foothead ul{
	float:right;
	padding:8px 8px 0px 0px;
	list-style:none;
}
#footer .foothead ul li{
	float:left;
}
#footer .foothead ul li.txt{
	float:left;
	padding:6px 20px 0px 0px;
}
#footer .foothead ul li .news{
	float:left;
	width:206px;
	height:24px;
	background-color:#FFF;
	padding:1px;
	border:#1b1b1b solid 1px;
}
#footer .foothead ul li .news input.bar{
	float:left;
	width:135px;
	height:24px;
	line-height:24px;
	background-color:#FFF;
	padding:0px 5px;
	border:none;
	color:#4c4c4c;
}
#footer .foothead ul li .news a.submit{
	float:left;
	width:59px;
	height:17px;
	background-color:#300000;
	padding:5px 0px 0px 0px;
	border:#1b1b1b solid 1px;
	text-align:center;
	font-size:12px;
}
/*
=======================================================================
	About Us
=======================================================================
*/
#footer .aboutus{
	width:400px;
	min-height:130px;
	float:left;
	padding:20px 10px 0px 10px;
	border-right:#111111 solid 1px;
}
#footer .aboutus h5{
	padding:0px 0px 10px 0px;
	color:#FFF;
}
#footer .aboutus ul{
	float:left;
	list-style:none;
}
#footer .aboutus ul li{
	float:left;
	width:115px;
	padding:3px 0px 3px 10px;
	background:url(../images/foot_arrow.gif) no-repeat 0px 7px;
}
/*
=======================================================================
	Follow Us
=======================================================================
*/
#footer .followus{
	width:230px;
	min-height:130px;
	float:left;
	padding:20px 10px 0px 30px;
	border-right:#111111 solid 1px;
	color:#FFF;
}
#footer .followus h5{
	padding:0px 0px 10px 0px;
	color:#FFF;
}
#footer .followus ul{
	float:left;
	list-style:none;
}
#footer .followus ul li{
	float:left;
	width:109px;
	padding:3px 0px 3px 0px;
}
#footer .followus ul li img{
	float:left;
	margin:0px 7px 0px 0px;
}
/*
=======================================================================
	Credit Cards
=======================================================================
*/
#footer .weaccept{
	width:220px;
	min-height:130px;
	float:left;
	padding:20px 10px 0px 30px;
	color:#FFF;
}
#footer .weaccept h5{
	padding:0px 0px 10px 0px;
	color:#FFF;
}
#footer .weaccept ul{
	float:left;
	list-style:none;
	padding:0px 0px 10px 0px;
}
#footer .weaccept ul li{
	float:left;
	padding:0px 5px 0px 0px;
}
/*
=======================================================================
	Copyrights
=======================================================================
*/
#copyrights {
	width:958px;
	margin:0px auto 0px auto;
	padding:16px 0px 10px 0px;
	background:url(../images/shadow.png) no-repeat top center;
}
#copyrights p{
	float:left;
}
#copyrights a.top{
	float:right;
	background:url(../images/top.png) no-repeat right center;
	height:25px;
	width:26px;
	display:inline-block;
}
/*
=======================================================================
	Misc
=======================================================================
*/
.shadow {
	width:960px;
	height:22px;
	background:url(../images/shadow.png) no-repeat top center;
	display:inline-block;
	margin:0px auto 0px auto;
}