@charset "utf-8";
/*
=======================================================================
	General Rules
=======================================================================
*/
* {
	padding:0px;
	margin:0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
	background-image:url(../images/bg.gif);
	background-color:#0e0e0e;
	border-top:#fff4a8 solid 5px;
}
a {
	text-decoration:none;
	outline:none;
	color:#999;
}
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:#fff4a8 !important;
}
.white {
	color:#fff !important;
}
.black {
	color:#000 !important;
}
h1 {
	font-size:22px;
	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 {
	padding:5px 0px 6px 0px;
	width:100%;
	border-bottom:#3c3c3c dashed 1px;
	margin-bottom:10px;
}
h4.longhead{
	width:940px;
	height:26px;
	padding:10px 10px 0px 10px;
	float:left;
	border-top:none;
	background-color:#033c6c;
}
h4.smallheading{
	width:700px;
	height:26px;
	padding:10px 0px 0px 0px;
	float:left;
	border-top:none;
}
input {
	font-size:11px;
	border:transparent solid 1px !important;
	border:none !important;
}
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;
	height:23px;
	padding:0px 0px 0px 15px;
	display:inline-block;
	color:#000;
	background-image:url(../images/buttonone.gif);
	background-repeat:no-repeat;
	background-position:left;
	font-size:12px;
	font-weight:bold;
}
a.buttonone span{
	float:left;
	height:19px;
	padding:4px 15px 0px 0px;
	display:inline-block;
	background-image:url(../images/buttonone.gif);
	background-repeat:no-repeat;
	background-position:right;
}
/*
=======================================================================
	Input Form Rules
=======================================================================
*/
ul.forms {
	float:left;
	list-style:none;
	padding:10px 0px 5px 0px;
	width:100%;
}
ul.smallforms {
	padding:0px 20px 5px 0px !important;
}
ul.forms li{
	float:left;
}
ul.forms li.txt{
	padding:3px 0px 0px 0px;
	font-weight:bold;
	width:100px;
	float:left;
}
ul.forms li.smalltxt{
	float:left;
	width:170px;
	color:#666;
	padding:0px 0px 0px 0px;
}
.req {
	color:#F00;
}
ul.forms li.inputfield{
	float:left;
	width:240px;
}
ul.forms li.inputfield input.bar{
	width:230px;
	height:23px;
	line-height:23px;
	background-image:url(../images/inputfield.gif);
	background-repeat:no-repeat;
	padding:0px 5px;
	border:none;
	color:#999;
}
ul.forms li.inputfield input.bbar{
	width:607px;
	height:21px;
	line-height:21px;
	background-image:url(http://cl102.justhost.com/404.shtml);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:0px 5px;
	border:#d1d3d3 solid 1px;
	color:#999;
	margin-bottom:10px;
}
ul.forms li.inputfield select{
	width:250px;
	height:27px;
	line-height:27px;
	background-image:url(http://cl102.justhost.com/404.shtml);
	padding:0px 5px;
	border:none;
	color:#FFF;
	border-top:#5c5c5c solid 1px;
	border-left:#5c5c5c solid 1px;
	border-right:#efefef solid 1px !important;
	border-bottom:#efefef solid 1px !important;
}
ul.forms li.textfield{
	float:left;
}
ul.forms li.textfield textarea{
	width:240px;
	height:110px;
	background-image:url(http://cl102.justhost.com/404.shtml);
	padding:5px;
	border:none;
	color:#FFF;
	border-top:#5c5c5c solid 1px;
	border-left:#5c5c5c solid 1px;
	border-right:#efefef solid 1px !important;
	border-bottom:#efefef solid 1px !important;
}
ul.forms li.radiobtn{
	float:left;
}
ul.forms li.radiobtn input{
	margin:0px 10px;
	float:left;
}
ul.forms li.check{
	float:left;
	width:auto;
	margin-right:10px;
}
ul.forms li.labletxt{
	margin:0px 20px 0px 0px;
	float:left;
}
/*
=======================================================================
	Wrapper Section Rules
=======================================================================
*/
#wrapper_sec {
	width:962px;
	margin:0px auto;
	padding:0px 19px;
	background-image:url(../images/wrappershadow.png);
	background-repeat:no-repeat;
	background-position:top;
	height:500px;
}
.noise {
	background-image:url(../images/bg1.gif);
}
.shadow {
	background-image:url(../images/shadow.png);
	width:960px;
	height:19px;
}
/*
=======================================================================
	Header
=======================================================================
*/
#masthead {
	width:100%;
	padding-bottom:18px;
}
/*
=======================================================================
	Logo
=======================================================================
*/
.logo {
	padding:30px 0px 0px 30px;
	float:left;
}
/*
=======================================================================
	Right Header
=======================================================================
*/
.right_head {
	float:right;
	padding:30px 12px 0px 0px;
}
.right_head ul{
	float:right;
	list-style:none;
	padding:0px 0px 10px 0px;
}
.right_head ul li{
	background-image:url(../images/sep.gif);
	background-repeat:no-repeat;
	background-position:right;
	float:left;
	padding:0px 10px;
	color:#ffffff;
}
.right_head ul li.last{
	background-image:none;
	padding-right:0px;
}
.right_head ul li a{
	color:#ffffff;
}
.right_head ul li a:hover{
	color:#fff4a8;
	text-decoration:underline;
}
.right_head ul.cart{
	background-image:url(../images/carticon.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	padding:4px 0px 6px 30px;
}
/*
=======================================================================
	Search
=======================================================================
*/
.search {
	float:right;
	padding:5px 0px 0px 0px;
}
.search input.bar{
	width:161px;
	height:23px;
	line-height:23px;
	padding:0px 5px;
	background-image:url(../images/searchbg.gif);
	background-repeat:no-repeat;
	border:transparent solid 1px;
	border:none;
	color:#7f7f7f;
	float:left;
	margin-right:5px;
}
.search a.go{
	width:56px;
	height:21px;
	padding-top:4px;
	background-image:url(../images/searchbtn.gif);
	background-repeat:no-repeat;
	display:inline-block;
	color:#000;
	font-weight:bold;
	text-align:center;
	font-size:12px;
}
/*
=======================================================================
	Navigation
=======================================================================
*/
.navigation {
	float:left;
	width:940px;
	height:41px;
	background-image:url(../images/navigation_bg.gif);
	background-repeat:no-repeat;
	margin:15px 0px 0px 11px;
}
/*
=======================================================================
	Banner
=======================================================================
*/
#banner {
	width:940px;
	padding:0px 11px;
}
#banner .sliderwrapper{
	width:940px;
	height:446px;
	overflow:hidden;
}
#banner .pagination{
	width:940px;
	height:40px;
	padding-top:10px;
	text-align:center;
}
#banner .pagination a.prev{
	width:13px;
	height:24px;
	padding-top:7px;
	text-align:center;
	background-image:url(../images/banner_arrows.gif);
	background-repeat:no-repeat;
	background-position:right;
	display:inline-block;
	margin:0px 8px 0px 0px;
}
#banner .pagination a.next{
	width:13px;
	height:24px;
	padding-top:7px;
	text-align:center;
	background-image:url(../images/banner_arrows.gif);
	background-repeat:no-repeat;
	background-position:left;
	display:inline-block;
	margin:0px 0px 0px 8px;
}
#banner .pagination a.toc{
	width:31px;
	height:24px;
	padding-top:7px;
	text-align:center;
	background-image:url(../images/paging.gif);
	background-repeat:no-repeat;
	background-position:top;
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	color:#717171;
}
#banner .pagination a.toc:hover{
	background-position:bottom;
	color:#1b1b1b;
}
#banner .pagination a.selected{
	background-position:bottom;
	color:#000;
}
/*
=======================================================================
	Product Categories Home Page
=======================================================================
*/
#prods {
	width:940px;
	padding:20px 11px 10px 11px;
	background-image:url(../images/trans.png);
	border-top:#1d1d1d solid 10px;
	border-bottom:#1d1d1d solid 10px;
	float:left;
}
#prods ul{
	float:left;
	list-style:none;
}
#prods ul li{
	float:left;
	width:220px;
	padding:13px 20px 0px 0px;
	background-image:url(../images/bubbles.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#prods ul li.last{
	padding-right:0px;
}
#prods ul li h3{
	margin-bottom:8px;
}
#prods ul li a.thumb{
	float:left;
	margin-bottom:6px;
}
/*
=======================================================================
	Advertisment
=======================================================================
*/
.adv {
	width:220px;
	padding:13px 0px 20px 0px;
	float:right;
}
.adv h3{
	padding:0px 0px 10px 0px;
	float:left;
}
/*
=======================================================================
	Brands
=======================================================================
*/
.brands {
	width:940px;
	padding:20px 11px 20px 11px;
	float:left;
}
.brands a.prevbtn{
	width:13px;
	height:26px;
	text-align:center;
	background-image:url(../images/banner_arrows.gif);
	background-repeat:no-repeat;
	background-position:right;
	display:inline-block;
	margin:13px 30px 0px 0px;
	float:left;
}
.brands a.nextbtn{
	width:13px;
	height:26px;
	text-align:center;
	background-image:url(../images/banner_arrows.gif);
	background-repeat:no-repeat;
	background-position:left;
	display:inline-block;
	margin:13px 0px 0px 0px;
	float:left;
}
.brands .anyClass{
	float:left;
}
.brands .anyClass li{
	padding-right:16px;
}
.brands .anyClass li img{
	width:131px !important;
	height:53px !important;
}
/*
=======================================================================
	Content Section
=======================================================================
*/
#content_sec {
	width:940px;
	padding:0px 11px 10px 11px;
	float:left;
	margin-bottom:20px;
}
/*
=======================================================================
	Column 1
=======================================================================
*/
.col1 {
	width:220px;
	float:left;
}
/*
=======================================================================
	Currency
=======================================================================
*/
.currency {
	width:220px;
	float:left;
	margin-bottom:15px;
	padding:0px 0px;
}
.currency h4{
	width:200px;
	height:26px;
	padding:10px 10px 0px 10px;
	float:left;
	background-image:url(../images/head_small.gif);
	background-repeat:no-repeat;
}
.currency .cur_sel{
	width:220px;
	height:46px;
	margin:10px 0px 0px 0px;
	float:left;
	background-image:url(../images/currency.gif);
	background-repeat:no-repeat;
}
.currency select{
	float:left;
	width:193px;
	height:19px;
	border:#fff solid 1px;
	font-size:11px;
	color:#9b9b9b;
	margin:12px 0px 0px 15px;
}
/*
=======================================================================
	My Cart
=======================================================================
*/
.mycart {
	width:220px;
	float:left;
	margin-bottom:20px;
	padding:0px 0px;
}
.mycart h4{
	width:200px;
	height:26px;
	padding:10px 10px 0px 10px;
	float:left;
	background-image:url(../images/head_small.gif);
	background-repeat:no-repeat;
}
.mycart a.viewcart{
	width:220px;
	padding:10px 0px 8px 0px;
	display:inline-block;
	font-size:12px;
	color:#FFF;
}
.mycart p.subtotal{
	width:220px;
	padding:13px 0px 5px 0px;
	display:inline-block;
	line-height:12px;
	margin:4px 0px 10px 0px;
	font-size:14px;
	border-top:#3c3c3c dashed 1px;
	color:#999;
}
.mycart .checkout{
	width:220px;
	padding:5px 0px 12px 0px;
	margin:0px 0px 8px 0px;
	float:left;
	border-bottom:#3c3c3c dashed 1px;
}
.mycart .checkout a.clearall{
	float:left;
	padding-top:2px;
}
.mycart ul{
	list-style:none;
	margin: 0;
	padding: 0;
	width:220px;
}
.mycart ul li{
	width:220px;
	float:left;
	padding:3px 0px 10px 0px;
	border-bottom:#3c3c3c dashed 1px;
}
.mycart ul li a.thumb{
	width:50px;
	height:50px;
	float:left;
	border:#313131 solid 1px;
	margin:8px 9px 0px 0px;
}
.mycart ul li .desc{
	float:left;
	margin-top:10px;
	width:131px;
	color:#999;
}
.mycart ul li .desc a{
	font-size:12px;
}
.mycart ul li a.cross{
	float:right;
	background-image:url(../images/cross.gif);
	background-repeat:no-repeat;
	width:8px;
	height:8px;
	display:inline-block;
	margin:14px 4px 0px 0px;
}
.mycart ul li p.price{
	padding:3px 0px 0px 0px;
}
/*
=======================================================================
	Categories
=======================================================================
*/
.categories {
	width:220px;
	float:left;
	margin-bottom:20px;
	padding:0px 0px;
}
.categories h4{
	width:200px;
	height:26px;
	padding:10px 10px 0px 10px;
	float:left;
	background-image:url(../images/head_small.gif);
	background-repeat:no-repeat;
}
.arrowlistmenu{
	width: 220px;
}
.arrowlistmenu .menuheader{
	background-image:url(../images/left_ar.gif);
	background-repeat:no-repeat;
	background-position:5px 10px;
	cursor: pointer;
	width:190px;
	height:24px;
	padding:8px 10px 0px 20px;
	display:inline-block;
	font-size:12px;
	color:#fff;
	border-bottom:#3c3c3c dashed 1px;
}
.arrowlistmenu .openheader{
	background-image:url(../images/left_hover.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	cursor: pointer;
	width:190px;
	height:26px;
	padding:8px 10px 0px 20px;
	display:inline-block;
	font-size:12px;
	color:#1f1f1f;
	border-bottom:none;
	font-weight:bold;
}
.arrowlistmenu ul{
	list-style-type: none;
	margin: 0px 0px 0px 0px !important;
	padding: 0;
	width:186px;
}
.arrowlistmenu ul li{
	padding-bottom: 2px;
}
.arrowlistmenu ul li .opensubheader{
}
.arrowlistmenu ul li .closedsubheader{
}
.arrowlistmenu ul li a{
	background: url(../images/left_ar.gif) no-repeat 12% 40%;
	display: block;
	text-decoration: none;
	height:20px;
	width:180px;
	padding:4px 0px 0px 40px;
	display:inline-block;
	color:#fff;
	border-bottom:#3c3c3c dashed 1px;
}
.arrowlistmenu ul li ul li a{
	background: url(../images/left_ar.gif) no-repeat 20% 40%;
	display: block;
	text-decoration: none;
	height:20px;
	width:160px;
	padding:4px 0px 0px 60px;
	display:inline-block;
	color:#fff;
	border-bottom:#3c3c3c dashed 1px;
}
.arrowlistmenu ul li a:visited{
	color: #fff4a8;
}
.arrowlistmenu ul li a:hover{
	color: #fff4a8;
}
.arrowlistmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.arrowlistmenu ul ul {
	margin-top:20px;
}
.arrowlistmenu ul ul li{
	border:none !important;
	background:none;
}
.arrowlistmenu ul ul li{
	
}
/*
=======================================================================
	Shop By Price
=======================================================================
*/
.byprice {
	width:220px;
	float:left;
	margin-bottom:20px;
	padding:0px 0px;
}
.byprice h4{
	width:200px;
	height:26px;
	padding:10px 10px 0px 10px;
	float:left;
	background-image:url(../images/head_small.gif);
	background-repeat:no-repeat;
}
.byprice ul{
	list-style:none;
	float:left;
	width:220px;
}
.byprice ul a{
	background-image:url(../images/left_ar.gif);
	background-repeat:no-repeat;
	background-position:5px 10px;
	cursor: pointer;
	width:190px;
	height:24px;
	padding:8px 10px 0px 20px;
	display:inline-block;
	font-size:12px;
	color:#fff;
	border-bottom:#3c3c3c dashed 1px;
}
.byprice ul a:hover{
	color: #fff4a8;
}
.byprice ul a.selected{
	color: #fff4a8;
}
/*
=======================================================================
	Compare
=======================================================================
*/
.compare {
	width:220px;
	float:left;
	margin-bottom:20px;
	padding:0px 0px;
}
.compare h4{
	width:200px;
	height:26px;
	padding:10px 10px 0px 10px;
	float:left;
	background-image:url(../images/head_small.gif);
	background-repeat:no-repeat;
}
.compare ul{
	list-style:none;
	float:left;
	width:220px;
}
.compare ul li{
	border-bottom:#3c3c3c dashed 1px;
	float:left;
}
.compare ul a.link{
	background-image:url(../images/left_ar.gif);
	background-repeat:no-repeat;
	background-position:5px 10px;
	cursor: pointer;
	width:180px;
	height:24px;
	padding:8px 10px 0px 20px;
	display:inline-block;
	font-size:12px;
	color:#fff;
	float:left;
}
.compare ul a.cross{
	background-image:url(../images/cross.gif);
	background-repeat:no-repeat;
	cursor: pointer;
	width:8px;
	height:8px;
	display:inline-block;
	float:right;
	margin:12px 0px 0px 0px;
}
.compare ul a:hover{
	color: #fff4a8;
}
.compare ul a.selected{
	color: #fff4a8;
}
.compare a.buttonone{
	float:left;
	margin:10px 0px 0px 0px;
}
.compare a.clearall{
	float:right;
	margin:13px 0px 0px 0px;
}
/*
=======================================================================
	Community Poll
=======================================================================
*/
.community {
	width:220px;
	float:left;
	margin-bottom:20px;
	padding:0px 0px;
	font-size:12px;
}
.community h4{
	width:200px;
	height:26px;
	padding:10px 10px 0px 10px;
	float:left;
	background-image:url(../images/head_small.gif);
	background-repeat:no-repeat;
}
.community p{
	width:200px;
	padding:8px 10px 10px 10px;
	float:left;
	color:#fff4a8;
}
.community ul{
	list-style:none;
	float:left;
	width:220px;
}
.community ul li{
	cursor: pointer;
	width:200px;
	height:24px;
	padding:8px 10px 0px 10px;
	display:inline-block;
	font-size:12px;
	color:#fff;
	border-bottom:#3c3c3c dashed 1px;
	float:left;
}
.community ul input{
	margin-right:10px;
}
/*
=======================================================================
	Advertisment
=======================================================================
*/
.adv_left {
	width:220px;
	float:left;
	margin-bottom:20px;
}
/*
=======================================================================
	Column 2
=======================================================================
*/
.col2 {
	width:700px;
	float:right;
}
/*
=======================================================================
	Small Banner
=======================================================================
*/
.small_banner {
	width:700px;
	float:left;
}
.small_banner a{
	float:left;
}
/*
=======================================================================
	Listing
=======================================================================
*/
.listing {
	width:700px;
	float:left;
	margin-bottom:10px;
}
/*
=======================================================================
	Sorting
=======================================================================
*/
.sorting{
	width:700px;
	height:44px;
	float:left;
	border-bottom:#3c3c3c dashed 1px;
}
.sorting .leftsort{
	width:310px;
	height:42px;
	padding-top:2px;
	float:left;
}
.sorting .leftsort h2{
	float:left;
	margin:8px 0px 0px 0px;
	padding:2px 0px 0px 0px;
}
.sorting .leftsort p{
	float:right;
	padding:10px 10px 0px 0px;
	color:#999999;
}
.sorting .sortby{
	width:152px;
	height:40px;
	padding-top:4px;
	float:left;
	background-image:url(http://cl102.justhost.com/404.shtml);
	background-repeat:no-repeat;
	background-position:right;
}
.sorting .sortby p{
	float:left;
	padding:8px 10px 0px 10px;
	color:#999999;
}
.sorting .sortby .selectmenu{
	float:left;
	padding:1px;
	background-image:url(../images/selectmenu_1.gif);
	background-repeat:no-repeat;
	width:82px;
	height:19px;
	margin:8px 0px 0px 0px;
}
.sorting .sortby select{
	float:left;
	width:82px;
	height:19px;
	border:transparent solid 1px;
	font-size:11px;
	color:#9b9b9b;
}
.sorting .showperpage{
	width:162px;
	height:40px;
	float:left;
	background-image:url(http://cl102.justhost.com/404.shtml);
	background-repeat:no-repeat;
	background-position:right;
	padding-top:4px;
}
.sorting .showperpage .selectmenu{
	float:left;
	padding:1px;
	background-image:url(../images/selectmenu_2.gif);
	background-repeat:no-repeat;
	width:61px;
	height:19px;
	margin:8px 0px 0px 0px;
}
.sorting .showperpage select{
	float:left;
	width:61px;
	height:19px;
	border:transparent solid 1px;
	font-size:11px;
	color:#9b9b9b;
}
.sorting .showperpage p{
	float:left;
	padding:8px 10px 0px 10px;
	color:#999999;
}
.sorting .gridlist {
	float:left;
	padding:12px 0px 0px 20px;
}
.sorting .gridlist a{
	float:left;
	padding:0px 0px;
	display:inline-block;
	width:21px;
	height:19px;
	margin-right:4px;
}
.sorting .gridlist a.list{
	background-image:url(../images/list.gif);
	background-repeat:no-repeat;
	background-position:3px 3px;
	margin-top:1px;
}
.sorting .gridlist a.grid{
	background-image:url(../images/grid.gif);
	background-repeat:no-repeat;
	background-position:3px 3px;
	margin-top:1px;
}
.sorting .gridlist a:hover{
	background-color:#000;
}
.sorting .gridlist a.selected{
	background-color:#000;
}
/*
=======================================================================
	Product Listings
=======================================================================
*/
.prods {
	width:700px;
	float:left;
}
/*
=======================================================================
	Grid Listing
=======================================================================
*/
ul.listingprods{
	float:left;
	list-style:none;
	padding-bottom:10px;
}
ul.listingprods li{
	float:left;
	width:220px;
	padding:0px 20px 20px 0px;
	color:#999999;
}
ul.listingprods li.last{
	padding-right:0px;
}
ul.listingprods li a.thumb{
	float:left;
	width:220px;
	height:154px;
}
ul.listingprods li h3{
	width:163px;
	padding:15px 5px 7px 0px;
	display:inline-block;
}
ul.listingprods li h3 a{
	color:#999999;
}
ul.listingprods li p.txt{
	padding:10px 0px 10px 0px;
	float:left;
	width:220px;
}
ul.listingprods li p.oldprice{
	padding:10px 5px 5px 5px;
	float:left;
	font-size:14px;
	font-weight:bold;
}
ul.listingprods .best{
	float:left;
	width:65px;
	height:65px;
	background-image:url(../images/bestoffer.gif);
	background-repeat:no-repeat;
	position:absolute;
	margin:0px 0px 0px 0px;
}
ul.listingprods .new{
	float:left;
	width:65px;
	height:65px;
	background-image:url(../images/new.gif);
	background-repeat:no-repeat;
	position:absolute;
	margin:0px 0px 0px 0px;
}
ul.listingprods .off{
	float:left;
	width:65px;
	height:65px;
	background-image:url(../images/off.gif);
	background-repeat:no-repeat;
	position:absolute;
	margin:0px 0px 0px 0px;
}
ul.listingprods a.enlarge{
	float:left;
	background-image:url(../images/sep1.gif);
	background-repeat:no-repeat;
	background-position:right;
	margin:0px 10px 0px 0px;
	padding-right:10px;
	color:#c2c2c2;
}
ul.listingprods a.viewdetail{
	float:left;
	color:#c2c2c2;
}
ul.listingprods p.price{
	float:right;
	font-size:14px;
}
/*
=======================================================================
	List View Listing
=======================================================================
*/
ul.listinglist{
	float:left;
	list-style:none;
}
ul.listinglist li{
	float:left;
	width:700px;
	padding:12px 0px 12px 0px;
	border-bottom:#3c3c3c dashed 1px;
}
ul.listinglist li.last{
	padding-right:0px;
}
ul.listinglist li a.thumb{
	float:left;
	width:220px;
	height:154px;
	float:left;
}
ul.listinglist li .desc{
	width:460px;
	float:right;
}
ul.listinglist li h3{
	padding:5px 0px 12px 0px;
}
ul.listinglist li .rating{
	width:96%;
	padding:0px 0px 12px 0px;
	float:left;
}
ul.listinglist li .rating .stars{
	float:left;
	padding-right:20px;
}
ul.listinglist li .rating .stars a{
	float:left;
	width:14px;
	height:15px;
	background-image:url(../images/star.png);
	background-repeat:no-repeat;
	background-position:top;
	margin-right:1px;
}
ul.listinglist li .rating .stars a.gry{
	background-position:bottom;
}
ul.listinglist li .rating a.reviews{
	float:left;
	padding-right:10px;
}
ul.listinglist li .rating a{
	color:#999;
}
ul.listinglist li .rating a.addr{
	padding:1px 0px 0px 10px;
	display:inline-block;
	background-image:url(../images/sep.gif);
	background-repeat:no-repeat;
	background-position:left;
	color:#999;
}
ul.listinglist li .rating a.noback{
	background-image:none;
}
ul.listinglist li p.txt{
	width:100%;
	padding:5px 0px 8px 0px;
	float:left;
}
ul.listinglist li .prices{
	width:100%;
	float:left;
	padding:12px 0px 0px 0px;
}
ul.listinglist li .prices p.newprice{
	float:left;
	font-size:14px;
	padding-right:20px;
	font-weight:bold;
	color:#666666;
}
ul.listinglist li .prices p.oldprice{
	float:left;
	font-size:12px;
	text-decoration:line-through;
	padding-right:20px;
	color:#999999;
}
ul.listinglist li .prices a{
	margin-right:10px;
}
ul.listinglist li .btn{
	float:right;
	padding:0px 0px 0px 0px;
}
ul.listinglist li .btn a.enlarge{
	float:left;
	background-image:url(../images/sep1.gif);
	background-repeat:no-repeat;
	background-position:right;
	margin:3px 10px 0px 0px;
	padding-right:10px;
	color:#c2c2c2;
}
ul.listinglist li .btn a.viewdetail{
	float:left;
	color:#c2c2c2;
	margin:3px 10px 0px 0px;
}
ul.listinglist .best{
	float:left;
	width:65px;
	height:65px;
	background-image:url(../images/bestoffer.gif);
	background-repeat:no-repeat;
	position:absolute;
	margin:0px 0px 0px 0px;
}
ul.listinglist .new{
	float:left;
	width:65px;
	height:65px;
	background-image:url(../images/new.gif);
	background-repeat:no-repeat;
	position:absolute;
	margin:0px 0px 0px 0px;
}
ul.listinglist .off{
	float:left;
	width:65px;
	height:65px;
	background-image:url(../images/off.gif);
	background-repeat:no-repeat;
	position:absolute;
	margin:0px 0px 0px 0px;
}
/*
=======================================================================
	Pagination
=======================================================================
*/
.paging {
	width:700px;
	float:left;
}
.paging ul{
	float:right;
	list-style:none;
}
.paging ul li{
	float:left;
	padding-left:10px;
	color:#fff4a8;
}
.paging ul li a.nmbr{
	width:15px;
	height:14px;
	padding-top:1px;
	display:inline-block;
	text-align:center;
	color:#fff4a8;
	border:transparent solid 1px;
}
.paging ul li a.nmbr:hover{
	background-image:url(../images/paging_bg.gif);
	background-repeat:no-repeat;
	text-align:center;
	color:#000;
	border:#848587 solid 1px;
}
.paging ul li a.selected{
	background-image:url(../images/paging_bg.gif);
	background-repeat:no-repeat;
	text-align:center;
	color:#000;
	border:#848587 solid 1px;
}
.paging ul li a.pagingprev{
	width:15px;
	height:14px;
	padding-top:1px;
	display:inline-block;
	text-align:center;
	color:#fff4a8;
	background-image:url(../images/nextprev.gif);
	background-repeat:no-repeat;
	background-position:top;
}
.paging ul li a.pagingnext{
	width:15px;
	height:14px;
	padding-top:1px;
	display:inline-block;
	text-align:center;
	color:#fff4a8;
	background-image:url(../images/nextprev.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
/*
=======================================================================
	Product Detail
=======================================================================
*/
.prod_detail{
	width:700px;
	float:left;
	padding-bottom:10px;
}
/*
=======================================================================
	Product Gallery
=======================================================================
*/
.prod_detail .thumbsec{
	width:220px;
	float:left;
	margin:10px 0px 0px 0px;
	padding-bottom:20px;
}
.prod_detail .thumbsec .prod_gallery{
	width:220px;
	height:250px;
	border:#313031 solid 1px;
	float:left;
	overflow:hidden;
}
.prod_detail .thumbsec a.toc{
	width:43px;
	height:41px;
	float:left;
	border:#4b4b4b solid 1px;
}
.prod_detail .thumbsec .galleryscrol{
	width:220px;
	height:46px;
	float:left;
	margin:16px 0px 0px 10px;
}
.prod_detail .thumbsec .galleryscrol .prevbtn{
	float:left;
	width:7px;
	height:13px;
	display:inline-block;
	background-image:url(../images/galleryarrows.png);
	background-repeat:no-repeat;
	margin:14px 10px 0px 12px;
}
.prod_detail .thumbsec .galleryscrol .nextbtn{
	float:left;
	width:7px;
	height:13px;
	display:inline-block;
	background-image:url(../images/galleryarrows.png);
	background-repeat:no-repeat;
	background-position:bottom;
	margin:14px 0px 0px 5px;
}
.prod_detail .thumbsec .galleryscrol .anyClass{
	float:left;
}
.prod_detail .thumbsec .galleryscrol .anyClass li{
	margin-right:5px;
}
/*
=======================================================================
	Product Short Description
=======================================================================
*/
.prod_detail .descshort{
	width:460px;
	float:right;
	margin:2px 0px 0px 0px;
}
.prod_detail .descshort h4{
	width:460px;
	padding:20px 0px 0px 0px;
	float:left;
}
.prod_detail .descshort .rating{
	width:100%;
	padding:5px 0px 12px 0px;
	float:left;
}
.prod_detail .descshort .rating .stars{
	float:left;
	padding-right:20px;
}
.prod_detail .descshort .rating .stars a{
	float:left;
	width:14px;
	height:15px;
	background-image:url(../images/star.png);
	background-repeat:no-repeat;
	background-position:top;
	margin-right:1px;
}
.prod_detail .descshort .rating .stars a.gry{
	background-position:bottom;
}
.prod_detail .descshort .rating a.reviews{
	float:left;
	padding-right:10px;
}
.prod_detail .descshort .rating a{
	color:#999;
}
.prod_detail .descshort .rating a.addr{
	padding:1px 0px 0px 10px;
	display:inline-block;
	background-image:url(../images/sep.gif);
	background-repeat:no-repeat;
	background-position:left;
	color:#999;
}
.prod_detail .descshort .rating a.noback{
	background-image:none;
}
.prod_detail .descshort .quickreview{
	width:450px;
	padding:10px 10px 10px 0px;
	float:left;
	background-image:url(http://cl102.justhost.com/404.shtml);
	background-repeat:repeat-x;
	background-position:bottom;
}
.prod_detail .descshort p.availablity{
	width:450px;
	padding:8px 0px 10px 0px;
	float:left;
	font-size:16px;
}
.prod_detail .descshort .quickreview h5{
	padding-bottom:5px;
}
.prod_detail .descshort .prod_options{
	width:460px;
	padding:10px 0px 16px 0px;
	float:left;
	margin-bottom:15px;
}
.prod_detail .descshort .prod_options p{
	float:left;
}
.prod_detail .prod_options p.size{
	float:left;
	padding:9px 15px 0px 0px;
}
.prod_detail .prod_options p.color{
	float:left;
	padding:9px 15px 0px 10px;
}
.prod_detail .prod_options p.qty{
	float:left;
	padding:9px 15px 0px 10px;
}
.prod_detail .prod_options .sizeselect{
	float:left;
	padding:1px;
	background-image:url(../images/selectmenu_3.gif);
	background-repeat:no-repeat;
	width:117px;
	height:19px;
	margin:8px 0px 0px 0px;
}
.prod_detail .prod_options .sizeselect select{
	float:left;
	width:115px;
	height:19px;
	border:transparent solid 1px;
	font-size:11px;
	color:#9b9b9b;
}
.prod_detail .prod_options .colorselect{
	float:left;
	padding:1px;
	background-image:url(../images/selectmenu_4.gif);
	background-repeat:no-repeat;
	width:88px;
	height:19px;
	margin:8px 0px 0px 0px;
}
.prod_detail .prod_options .colorselect select{
	float:left;
	width:88px;
	height:19px;
	border:transparent solid 1px;
	font-size:11px;
	color:#9b9b9b;
}
.prod_detail .prod_options .qtyselect{
	float:left;
	padding:1px;
	background-image:url(../images/selectmenu_5.gif);
	background-repeat:no-repeat;
	width:88px;
	height:19px;
	margin:8px 0px 0px 0px;
}
.prod_detail .prod_options .qtyselect input{
	float:left;
	width:84px;
	height:17px;
	line-height:17px;
	border:transparent solid 1px;
	font-size:11px;
	color:#9b9b9b;
}
.prod_detail .descshort .prices{
	width:460px;
	height:37px;
	padding:13px 0px 0px 0px;
	float:left;
	background-image:url(../images/detail_price.gif);
	background-repeat:no-repeat;
}
.prod_detail .descshort .prices p.newprice{
	float:left;
	font-size:15px;
	padding:2px 20px 0px 10px;
}
.prod_detail .descshort .prices p.oldprice{
	float:left;
	font-size:14px;
	text-decoration:line-through;
	padding-right:20px;
	padding-top:2px;
}
.prod_detail .descshort .prices a{
	margin-right:10px;
}
.prod_detail .descshort .btns{
	float:right;
}
.prod_detail .descshort .btns a.buynow{
	height:16px;
	padding:3px 0px 0px 5px;
	display:inline-block;
	float:left;
	font-size:11px;
	margin-right:10px;
}
.prod_detail .descshort .btns a.wish{
	padding:4px 0px 0px 0px;
	display:inline-block;
	float:left;
	color:#FFF;
	margin-right:0px;
}
/*
=======================================================================
	Product Detail Accordion
=======================================================================
*/
.menu_list {	
	width: 700px;
	padding-bottom:20px;
}
.menu_head {
	cursor: pointer;
	position: relative;
	background-image:url(../images/left.gif);
	background-repeat:no-repeat;
	width:690px;
	height:24px;
	padding:6px 0px 0px 10px;
	font-size:15px;
	margin-top:2px;
}
.menu_body {
	display:none;
	width:680px !important;
	background-image:none !important;
	background-color:#161616;
	padding:0px 10px;
}
.menu_body p{
	padding:10px 0px;
}
.menu_body a{
  display:block;
  color:#006699;
  background-color:#EFEFEF;
  padding-left:10px;
  font-weight:bold;
  text-decoration:none;
}
.menu_body a:hover{
  color: #000000;
  text-decoration:underline;
  }
/*
=======================================================================
	Related Products
=======================================================================
*/
.relatedproducts {
	float:left;
	width:700px;
}
.relatedproducts h4{
	float:left;
	width:680px;
	height:28px;
	padding:8px 10px 0px 10px;
	background-image:url(../images/detail_strip.gif);
	background-repeat:no-repeat;
}
/*
=======================================================================
	Column 3
=======================================================================
*/
.col3 {
	width:940px;
	float:left;
}
/*
=======================================================================
	Login
=======================================================================
*/
.login {
	width:920px;
	float:left;
	padding:10px;
}
.login .newcus{
	width:520px;
	float:left;
}
.login .newcus img.loginhead{
	padding:20px 0px 30px 60px;
}
.login .newcus .secs{
	padding:20px 0px;
	border-bottom:#363636 solid 1px;
	border-top:#363636 solid 1px;
	float:left;
}
.login .newcus .secs h3{
	padding:0px 0px 10px 0px;
}
.login .newcus .secs p{
	padding:0px 0px 10px 0px;
	height:76px;
}
.login .signin{
	width:340px;
	height:287px;
	padding:0px 20px;
	float:right;
	background-image:url(../images/loginsec.gif);
	background-repeat:no-repeat;
}
.login .signin h3{
	width:340px;
	height:33px;
	padding:15px 0px 0px 0px;
}
.login .signin p.txt{
	padding:15px 0px 20px 0px;
}
.login .signin p.txxt{
	padding:15px 0px 10px 0px;
}
.login .signin a.buttonone{
	margin:0px 0px 0px 10px;
}
.login .signin a.forgot{
	margin:3px 0px 0px 0px;
}
/*
=======================================================================
	Account
=======================================================================
*/
.account{
	width:700px;
	float:left;
}
.account .accinner{
	width:700px;
	margin:0px 0px 0px 0px;
	float:left;
}
.account .hello{
	float:left;
	width:700px;
	padding:10px 0px 20px 0px;
}
.account .hello h6{
	padding-bottom:5px;
}
/*
=======================================================================
	My Account Table
=======================================================================
*/
.account_table {
	width:700px;
	float:left;
	padding-bottom:20px;
}
.recentorders h5{
	width:680px;
	height:25px;
	padding:11px 10px 0px 10px;
	margin:10px 0px 10px 0px;
	float:left;
	background-image:url(../images/detail_strip.gif);
}
.account_table ul{
	width:700px;
	list-style:none;
	color:#999;
	border-bottom:#373737 dashed 1px !important;
}
.account_table ul.headtable{
	width:700px;
	float:left;
	padding:0px 0px;
	height:30px;
	overflow:hidden;
	background-color:#1a1a1a;
}
.account_table ul.headtable li{
	padding-top:7px !important;
	height:23px;
}
.account_table ul.headtable .darker{
	background-color:#202020;
}
.account_table ul.nobordr{
	border-bottom:none !important;
}
.account_table ul li.nobordr{
	border-right:none !important;
}
.account_table ul.contable{
	width:700px;
	float:left;
	padding:0px 0px;
}
.account_table ul.grey{
	
}
.account_table ul li{
	float:left;
	padding:15px 0px;
	text-align:center;
	border-right:#262626 solid 1px;
}
.account_table ul.headtable li{
	
}
.account_table ul li.order{
	width:75px;
}
.account_table ul li.date{
	width:99px;
}
.account_table ul li.ship{
	width:119px;
}
.account_table ul li.ordertotal{
	width:130px;
}
.account_table ul li.status{
	width:126px;
}
.account_table ul li.action {
	width:145px;
}
.account_table ul li.action a{
	padding:0px 6px;
	border-left:#999999 solid 1px;
	color:#999;
}
.account_table ul li.action a.first{
	padding:0px 6px;
	border-left:none;
}
/*
=======================================================================
	Account Sections
=======================================================================
*/
.sections {
	width:700px;
	margin-top:15px;
}
.sections .sechead{
	width:100%;
	height:36px;
	background-color:#033c6c;
	float:left;
	background-image:url(../images/small_head.gif);
	background-repeat:no-repeat;
}
.sections .sechead h5{
	float:left;
	padding:11px 0px 0px 10px;
}
.sections .sechead a{
	float:right;
	margin:9px 10px 0px 0px;
}
.sections .sec{
	width:340px;
	float:left;
	min-height:125px;
}
.sections .sec .txtsection{
	padding:10px;
}
/*
=======================================================================
	View Tags Rules
=======================================================================
*/
.view_tags {
	width:700px;
	float:left;
	margin:10px 0px;
}
.view_tags h5.simpletransform{
	width:320px;
	height:26px;
	padding:10px 10px 0px 10px;
	background-color:#033c6c;
	float:left;
	background-image:url(../images/small_head.gif);
	background-repeat:no-repeat;
}
.view_tags .tagssec{
	width:340px;
	float:right;
	border-bottom:none;
}
.view_tags .tagssec p{
	float:left;
	padding-right:3px;
}
.view_tags .tagssec a{
	float:left;
}
.view_tags .viewssec{
	width:340px;
	float:left;
	border-bottom:none;
}
.view_tags ul{
	list-style:none;
	width:340px;
}
.view_tags ul li{
	padding:10px 10px 5px 10px;
	width:320px;
	height:40px;
	float:left;
	border-bottom:#373737 dashed 1px;
}
.view_tags ul li h5.bullet{
	float:left;
	color:#999999;
	margin-right:10px;
	width:21px;
	height:17px;
	padding-top:5px;
	text-align:center;
	background-image:url(http://cl102.justhost.com/404.shtml);
	background-repeat:no-repeat;
	margin-bottom:20px;
	font-weight:bold;
}
.view_tags ul li a.title{
	float:left;
	width:313px;
	padding-bottom:2px;
}
.view_tags ul li .starrating{
	margin:3px 0px 0px 0px;
}
/*
=======================================================================
	Checkout Section
=======================================================================
*/
.checkoutsec {
	width:700px;
	float:left;
}
.checkoutsec a.linkhead{
	width:680px;
	height:25px;
	padding:11px 10px 0px 10px;
	float:left;
	background-image:url(../images/detail_strip.gif);
	background-repeat:no-repeat;
	display:inline-block;
	font-size:14px;
}
.checkoutsec a.opened{
	background-image:url(../images/detail_strip.gif);
}
.checkoutsec a.closed{
	background-image:url(../images/detail_strip.gif);
	margin-bottom:1px;
}
.checkoutsec .conts{
	width:660px;
	padding:8px 20px 20px 20px;
	float:left;
}
.checkoutsec .checkoutbtns{
	width:660px;
	padding:8px 0px 0px 0px;
	float:left;
	margin-top:20px;
	text-align:right;
}
.checkoutsec ul.forms{
	width:240px;
	padding:8px 20px 10px 0px;
	float:left;
}
.checkoutsec ul.forms li.txt{
	padding:0px 0px 5px 0px;
	float:left;
}
.checkoutsec ul.bigforms{
	width:240px;
	padding:8px 20px 10px 0px;
	float:left;
	list-style:none;
}
.checkoutsec ul.bigforms li.inputfield{
	width:620px;
}
.checkoutsec ul.bigforms li.inputfield input{
	width:610px;
	height:21px;
	line-height:21px;
	background-image:url(../images/inputfield_big.gif);
	background-repeat:no-repeat;
	padding:0px 5px;
	border:none;
	color:#999;
	margin-top:10px;
}
/*
=======================================================================
	Column 4
=======================================================================
*/
.col4 {
	width:220px;
	float:right;
}
/*
=======================================================================
	Process
=======================================================================
*/
.process {
	width:220px;
	float:left;
	margin-bottom:10px;
	padding:0px 0px;
}
.process h5.head{
	width:200px;
	height:26px;
	padding:10px 10px 0px 10px;
	float:left;
	background-image:url(../images/head_small.gif);
	background-repeat:no-repeat;
	background-position:right;
}
.process .proceshead{
	width:200px;
	height:36px;
	padding:0px 10px 0px 10px;
	float:left;
}
.process .proceshead h5{
	padding:12px 0px 0px 0px;
	float:left;
}
.process .proceshead a.change{
	margin:11px 0px 0px 0px;
	float:right;
}
.process .protxtsec{
	width:200px;
	padding:0px 10px 20px 10px;
	float:left;
}
/*
=======================================================================
	Shopping Cart
=======================================================================
*/
.shoppingcart{
	width:940px;
	float:left;
}
.shoppingcart .cartheading{
	padding-bottom:20px;
	width:940px;
	float:left;
}
.shoppingcart .cartheading a.buttonone{
	margin-left:5px;
}
.shoppingcart .carttable{
	width:940px;
	float:left;
	margin:0px 0px 20px 0px;
}
.carttable ul{
	float:left;
	list-style:none;
	width:940px;
}
.carttable ul li{
	float:left;
}
.carttable ul.head{
	height:27px;
	color:#333;
	font-weight:bold;
	background-color:#202020;
}
.carttable ul.head li{
	height:21px;
	padding-top:6px;
}
.carttable ul.head li.remove{
	width:124px;
	text-align:center;
	background-color:#1a1a1a;
}
.carttable ul.head li.imag{
	width:110px;
	text-align:center;
}
.carttable ul.head li.p_name{
	width:426px;
	padding-left:22px;
	background-color:#1a1a1a;
}
.carttable ul.head li.u_price{
	width:96px;
	text-align:center;
}
.carttable ul.head li.qty{
	width:82px;
	text-align:center;
	background-color:#1a1a1a;
}
.carttable ul.head li.s_total{
	width:80px;
	text-align:center;
}
.carttable ul.cartcontents{
	width:940px;
	border-bottom:#383838 dashed 1px;
}
.carttable ul.grey{
	
}
.carttable ul.cartcontents li.remove{
	width:124px;
	height:80px;
	text-align:center;
}
.carttable ul.cartcontents li.remove a{
	background-image:url(../images/remove.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	margin-top:28px;
	padding-left:12px;
	display:inline-block;
}
.carttable ul.cartcontents li.imag{
	width:110px;
	height:80px;
	text-align:center;
	background-image:url(http://cl102.justhost.com/404.shtml);
	background-repeat:repeat-y;
	background-position:right;
}
.carttable ul.cartcontents li.imag a{
	float:left;
	margin:15px 0px 0px 28px;
	width:50px;
	height:50px;
	border:#cfcfcf solid 1px;
}
.carttable ul.cartcontents li.p_name{
	width:406px;
	height:80px;
	padding:0px 20px 0px 20px;
	background-image:url(http://cl102.justhost.com/404.shtml);
	background-repeat:repeat-y;
	background-position:right;
}
.carttable ul.cartcontents li.p_name .txtsec{
	width:356px;
	padding:33px 0px 0px 0px;
	float:left;
}
.carttable ul.cartcontents li.p_name .txtsec p{
	width:356px;
	padding:5px 0px 0px 0px;
}
.carttable ul.cartcontents li.u_price{
	width:96px;
	height:80px;
	text-align:center;
	background-image:url(http://cl102.justhost.com/404.shtml);
	background-repeat:repeat-y;
	background-position:right;
}
.carttable ul.cartcontents li.u_price p{
	padding-top:28px;
}
.carttable ul.cartcontents li.qty{
	width:82px;
	height:80px;
	text-align:center;
	background-image:url(http://cl102.justhost.com/404.shtml);
	background-repeat:repeat-y;
	background-position:right;
}
.carttable ul.cartcontents li.qty input{
	width:33px;
	height:23px;
	padding:0px 5px;
	line-height:23px;
	color:#333;
	margin:28px 0px 0px 10px;
	background-image:url(../images/qty.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	border:none;
}
.carttable ul.cartcontents li.s_total{
	width:80px;
	height:80px;
	text-align:center;
	background-image:url(http://cl102.justhost.com/404.shtml);
	background-repeat:repeat-y;
	background-position:right;
}
.carttable ul.cartcontents li.s_total p{
	padding-top:28px;
}
/*
=======================================================================
	Estimate
=======================================================================
*/
.estimate {
	width:381px;
	float:left;
	margin:5px 0px 0px 0px;
	background-image:url(../images/estimate.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#222222;
	padding-bottom:20px;
}
.estimate h4{
	width:361px;
	height:26px;
	padding:10px 10px 0px 10px;
	float:left;
	background-image:url(../images/estimate_head.gif);
	background-repeat:no-repeat;
}
.estimate p{
	width:362px;
	padding:6px 10px 10px 10px;
	float:left;
}
.estimate select{
	float:left;
	width:168px;
	height:23px;
	padding:2px 2px 1px 2px;
	border:none;
	font-size:11px;
	color:#9b9b9b;
	margin:10px 0px 4px 10px;
	background-image:url(../images/cart_input1.gif);
}
.estimate input.bar{
	float:left;
	width:158px;
	height:21px;
	line-height:21px;
	padding:1px 5px;
	border:none;
	font-size:11px;
	color:#9b9b9b;
	margin:10px 0px 4px 10px;
	background-image:url(../images/cart_input1.gif);
}
.estimate a.buttonone{
	margin:10px 0px 0px 10px;
}
/*
=======================================================================
	Discount
=======================================================================
*/
.discount {
	width:300px;
	float:left;
	margin:5px 10px 0px 15px;
	background-image:url(../images/discount.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#222222;
	padding-bottom:20px;
}
.discount h4{
	width:300px;
	height:26px;
	padding:10px 10px 0px 10px;
	float:left;
	background-image:url(../images/discount_head.gif);
	background-repeat:no-repeat;
}
.discount p{
	width:280px;
	padding:10px 10px 0px 10px;
	float:left;
	margin-bottom:6px;
}
.discount input.bar{
	float:left;
	width:158px;
	height:21px;
	line-height:21px;
	padding:1px 5px;
	border:none;
	font-size:11px;
	color:#9b9b9b;
	margin:10px 0px 4px 10px;
	background-image:url(../images/cart_input1.gif);
}
.discount a.buttonone{
	margin:10px 0px 0px 10px;
}
/*
=======================================================================
	Grand Totals
=======================================================================
*/
.grandtotal {
	width:230px;
	float:left;
	margin:5px 0px 0px 0px;
}
.grandtotal .tbs{
	width:210px;
	height:29px;
	padding:7px 10px 0px 10px;
	background-image:url(../images/tbs.gif);
	background-repeat:no-repeat;
	float:left;
	margin:5px 0px 0px 0px;
}
.grandtotal .tbs p.title{
	font-size:13px;
	color:#969696;
	font-weight:bold;
}
.grandtotal .tbs p.figre{
	font-size:13px;
	font-weight:bold;
}
.grandtotal a.buttonone{
	margin:12px 0px 0px 0px;
}
/*
=======================================================================
	Related Products
=======================================================================
*/
.relateditems{
	width:940px;
	float:left;
	margin:18px 0px 0px 0px;
}
h4.relhead{
	width:920px;
	height:26px;
	padding:10px 10px 0px 10px;
	float:left;
	background-image:url(../images/longstrip.gif);
	background-repeat:none;
}
/*
=======================================================================
	Footer
=======================================================================
*/
#footer {
	width:940px;
	padding:20px 11px 10px 11px;
	background-image:url(../images/trans.png);
	border-top:#1d1d1d solid 10px;
	border-bottom:#1d1d1d solid 10px;
	float:left;
}
#footer .footsec{
	width:220px;
	padding:0px 0px 0px 0px;
	float:left;
	margin-right:20px;
}
#footer .footsec h5{
	border-bottom:#292513 solid 1px;
	float:left;
}
#footer .footsec h5.about{
	background-image:url(../images/abouticon.png);
	background-repeat:no-repeat;
	padding:3px 0px 9px 25px;
	width:195px;
}
#footer .footsec h5.payment{
	background-image:url(../images/payment.png);
	background-repeat:no-repeat;
	padding:3px 0px 9px 30px;
	width:190px;
}
#footer .footsec h5.follow{
	background-image:url(../images/follow.png);
	background-repeat:no-repeat;
	padding:3px 0px 9px 30px;
	width:190px;
}
#footer .footsec ul{
	width:210px;
	padding:10px 10px 10px 0px;
	list-style:none;
	float:left;
	color:#999;
}
#footer .footsec ul li{
	background-image:url(../images/foot_arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 7px;
	width:210px;
	padding:3px 0px 3px 10px;
}
#footer .footsec ul li a{
	color:#999;
}
#footer .footsec ul li a:hover{
	color:#999999;
	text-decoration:underline;
}
#footer .newsletter{
	width:220px;
	padding:0px 0px 0px 0px;
	float:left;
}
#footer .newsletter h5{
	background-image:url(../images/newsletter.png);
	background-repeat:no-repeat;
	padding:3px 0px 9px 30px;
	width:190px;
	border-bottom:#292513 solid 1px;
	float:left;
	margin-bottom:10px;
}
#footer .newsletter p{
	padding:0px 0px 10px 0px;
}
#footer .newsletter ul{
	float:left;
	list-style:none;
	width:220px;
	padding-top:5px;
}
.inputsec {
	padding-top:10px !important;
	float:left;
}
#footer .newsletter ul li{
	float:left;
}
#footer .newsletter ul li input{
	margin-right:5px;
}
#footer .newsletter ul li input.bar{
	width:149px;
	height:23px;
	line-height:23px;
	padding:0px 5px;
	background-image:url(../images/searchbg1.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	border:none;
	color:#7f7f7f;
}
#footer .newsletter ul li a.go{
	width:56px;
	height:21px;
	padding-top:4px;
	background-image:url(../images/searchbtn.gif);
	background-repeat:no-repeat;
	display:inline-block;
	color:#000;
	font-weight:bold;
	text-align:center;
	font-size:12px;
}
#footer .followsec ul li{
	background-image:none;
}
#footer .followsec ul li img{
	float:left;
	margin-right:8px;
}
/*
=======================================================================
	Copyrights
=======================================================================
*/
.copyrights {
	width:940px;
	padding:0px 11px 10px 11px;
	float:left;
}
.copyrights p{
	float:left;
}
.copyrights ul{
	float:right;
	list-style:none;
}
.copyrights ul li{
	float:left;
	padding-left:5px;
}
.copyrights ul li a.top{
	display:inline-block;
	background-image:url(../images/top.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	height:20px;
	padding:5px 0px 0px 25px;
	color:#FFF;
	margin-left:10px;
}
