@charset "utf-8";
/*
=======================================================================
	General Rules
=======================================================================
*/
* {
	padding:0px;
	margin:0px;
}

body { 
	background-image: url(../images/bg.gif);
	background-color: #000;
	font-family: "Unikurd Hiwa","Arial";
	font-size:12px;
	color: #666666;
}
/* ----------------------------------------------Back To Top Link-------------------------------------*/

.garan{ font-family: "Unikurd Hiwa","Arial";

font-size:16px;
padding-left:3px;

float:left;
}
.garan1{ font-family: "Unikurd Hiwa","Arial";
font-size:16px;
padding-left:5px;
float:left;
}
.padding{
margin-top:10px;
}
a {
	text-decoration:none;
	outline:none;
	color:#666666;
	
}
a img {
	border:none;

	
}
.clear {
	clear:both;
}
.bold {
	font-weight:bold;
}
.colr {
	color:#cc1d2c !important;
		
}
.colr1 {
	color:#cc1d2c !important;
	float:right;
	
		
}

.font{font-size:16px;
	font-weight:bold;
	
	font-family: "Unikurd Hiwa","Arial";

	padding-right:22px;
	padding-bottom:5px;
	text-align:center;
        padding-top: 5px;
	
	
}
.fontt{font-size:16px;
	font-weight:bold;
	
	font-family: "Unikurd Hiwa","Arial";
     padding-top:6px;
	padding-right:5px;
	padding-bottom:5px;
	text-align:center;
	
	
}

.font1{font-size:16px;
	font-weight:bold;
	
	font-family: "Unikurd Hiwa","Arial";
	padding-top:4px;
	padding-right:12px;
	padding-bottom:5px;
	text-align:right;
	color:#4B94F8;
	
}

.fontsmal{font-size:15px;
font-family: "Unikurd Hiwa","Arial";
	padding-right:12px;
	text-align:justify;
	direction:rtl;
	
	
}
.poshai{
width:425px;
text-align:right;
padding-top:20px;
color:#000;
font-size:16px;

}
.fontsmal1{font-size:15px;
	
	
	font-family: "Unikurd Hiwa","Arial";
	
	padding-right:12px;
	text-align:justify;
	direction:rtl;
	color:red;
	
}


.black {
	color:#000;
}
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;
}
.subhead {
	margin-top:20px;
	width:100%;
	float:left;
}
h5 {
	font-size:14px;
	font-weight:normal;
	
	font-family: "Unikurd Hiwa","Arial";
}
h6 {
	font-size:12px;
	font-weight:normal;
}
p {
	line-height:18px;
}
.left {
	float:left !important;
	text-align:right;
	color:#fff;
}
.left1 {
	float:right !important;
	text-align:right
}

.right {
	float:left !important;
}
.heading {
	padding: 10px 0px 8px 0px;
	width: 100%;
	border-bottom: #dddddd solid 1px;
	margin-bottom: 10px;
	text-align:right;
}
.price{
font-family: "Unikurd Hiwa","Arial";
color:#343434;
font-size:20px;
color:#5296F2;
text-align:center;
font-weight:bold;

}
.wprice{
width:237px;;
margin:2px;
padding-left:5px;
font-weight:bold;
float:left;
margin-top:10px;

}
.marqbu{float:right;
padding-top:10px;
margin-left:60px;
font-size:17px;color:#fff;
}
input {
	font-size:11px;
}
/*
=======================================================================
	Buttons
=======================================================================
*/

a.simplebtn {
	height:33px;
	display:inline-block;
	color:#FFF;
	padding:0px 0px 0px 20px;
	background-image:url(../images/button_small.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-transform:uppercase;
}
a.simplebtn span{
	height:24px;
	display:inline-block;
	color:#FFF;
	padding:9px 20px 0px 0px;
	
	background-image:url(../images/button_small.gif);
	background-repeat:no-repeat;
	background-position:right;
	font-weight:bold;
}
a.simplebtnsmall {
	height:20px;
	display:inline-block;
	color:#FFF;
	padding:0px 0px 0px 10px;
	background-image:url(../images/button_two.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-transform:uppercase;
}
a.simplebtnsmalllogin {
	height:20px;
	display:inline-block;
	color:#FFF;
	padding:15px 0px 0px 2px;
	background-image:url(../images/button_two.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-transform:uppercase;
}
a.simplebtnsmall span{
	height:17px;
	display:inline-block;
	color:#FFF;
	padding:3px 10px 0px 0px;
	background-image:url(../images/button_two.gif);
	background-repeat:no-repeat;
	background-position:right;
	font-weight:bold;
}
a.simplebtndrk {
	height:23px;
	display:inline-block;
	color:#FFF;
	
	background-repeat:no-repeat;
	background-position:left;
	padding:0px 0px 0px 10px;
}
a.simplebtndrk span{
	height:18px;
	display:inline-block;
	color:#FFF;

	background-repeat:no-repeat;
	background-position:right;
	padding:5px 10px 0px 0px;
	font-weight:bold;
}
a.simplebtndrk:hover {
	color:#fff;
}
input.simplebtn {
	height:27px;
	display:inline-block;
	color:#FFF;
	padding:0px 10px 3px 10px;
	background-color:#cc1d2c;
	border:#cacac8 solid 2px;
	cursor:pointer;
}
input.simplebtn:hover {
	color:#fff;
	background-color:#095fa8;
}
.btnmarg {
	margin-right:5px;
}
/*
=======================================================================
	Wrapper Section Rules
=======================================================================
*/
#wrapper_sec {
	width:960px;
	margin:0px auto;
}
/*
=======================================================================
	Header section Rules
=======================================================================
*/
#masthead {
	width:960px;
	height:78px;
	margin-bottom:10px;
	float:right;
}
.logo {
	float:right;
	padding-top:34px;
	padding-bottom:10px;
	
}
.user{
font-family:"Times New Roman", Times, serif;
font-size:14px;

color:#FFf;
float:left;

}
.user1{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	padding-left: 125px;
	
}
.userlogin{
width:500px;
float:left;
padding-top:15px;
}

.righthead {
	float:right;
	margin:70px 0px 0px 0px;
}
.righthead ul.topnavi{
	float:left;
	list-style:none;
	margin:0px;
}
ul.topnavi li{
	float: right;
	padding: 0px 10px;
	background-image: url(../../../../../cl102.justhost.com/404.shtml);
	background-repeat: no-repeat;
	background-position: right;
	color: #FF0000;
}
ul.topnavi li a{
	color:#dddddd;
}
ul.topnavi li a:hover{
	text-decoration:underline;
	color:#fff;
	text-decoration:underline;
}
ul.topnavi li.last{
	padding-right:0px;
	background-image:none;
}

ul.search{
	float:right;
	list-style:none;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-repeat:repeat-x;
	background-position:top;
	width:202px;
	height:24px;
	padding-top:3px;
}
ul.search li{
	float:left;
}
ul.search li input.bar{
	border:none;
	background-color:transparent;
	width:173px;
	padding-top:2px;
	margin:2px 0px 0px 5px;
}
ul.search li input.go{
	float:left;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-repeat:no-repeat;
	background-color:transparent;
	height:20px;
	width:21px;
	border:none;
	font-size:0px;
	margin-top:1px;
}
/*
=======================================================================
	Language
=======================================================================
*/
ul.lang {
	float:right;
	list-style:none;
	margin:4px 5px 0px 0px;
}
ul.lang li{
	float:left;
	margin-left:10px;
}
ul.lang li.txt{
	padding-top:5px;
}
ul.lang li select{
	height:24px;
	width:150px;
	background-color:transparent;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-repeat:repeat-x;
	background-position:top;
	border:#cbcbcb solid 1px;
}
/*
=======================================================================
	Banner Rules
=======================================================================
*/
#banner {
	float:left;
	width:951px;
	height:303px;
	background-image:url(../images/banner_bg.png);
	background-repeat:no-repeat;
	padding:9px 0px 9px 9px;
	margin-bottom:10px;
}

/*
=======================================================================
	Bread Crumb Rules
=======================================================================
*/
.crumb {
	width:942px;
	float:right;
	padding:1px 0px 0px 0px;
	height:30px;
	background-image:url(../images/crumb.png);
	background-repeat:no-repeat;
	margin-bottom:10px;
}
.marq{
	float:right;
	padding-right:170px;
	font-family:"Arial";
	font-size:16px;
}
.img{
background-image:url(../images/home.gif);
float:right;

	}
}
ul.breadcrumb {
	float:inherit;
	list-style:none;
	color:#666;
	width:950px;
}
ul.breadcrumb li{
	float:right;
	padding:0px 10px;
	background-image:url(../images/crumb_seprator.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:22px;
	padding:7px 15px 1px 10px;
}
ul.breadcrumb li.last{
	background-image:none;
}
ul.breadcrumb li a{
	color:#000;
}
ul.breadcrumb li a:hover{
	color:#cc1d2c;
}
.crumb_links{
	padding-top:0px !important;
}
ul.crumb_cart {
	float:left;
	list-style:none;
	color:#666;
	padding:0px 0px 0px 0px;
	color:#fff;
}
ul.crumb_cart li{
	float:left;
	padding:0px;
}
ul.crumb_cart li a{
	color:#fff;
	float:left;
}
ul.crumb_cart li a img{
	float:left;
	margin-right:8px;
}
ul.crumb_cart li a .marg{
	margin-right:10px;
	float:left;
	margin-top:7px;
}
/*
=======================================================================
	Shopping Cart Drop Down Section Rules
=======================================================================
*/
#jason {
	width:230px;
	background-image:url(../images/cartsec_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#363636;
	display:inline-block;
	display:none;
	position:absolute;
	margin:28px 0px 0px 691px;
	padding:10px;
	z-index:99;
}
#jason h6{
	width:230px;
	color:#FFF;
	border-bottom:#f1f1f1 solid 1px;
	padding-bottom:5px;
	margin-bottom:15px;
	text-transform:uppercase;
}
#jason ul{
	width:230px;
	float:left;
	list-style:none;
}
#jason ul li{
	width:230px;
	float:left;
	border-bottom:#858585 solid 1px;
	padding:0px 0px 10px 0px;
	margin-bottom:10px;
}
#jason ul li.last{
	width:230px;
	float:left;
	border-bottom:none;
	padding:0px 0px 0px 0px !important;
	margin-bottom:0px !important;
}
#jason ul li .thumb{
	width:80px;
	float:left;
}
#jason ul li .detail{
	width:150px;
	float:left;
}
#jason ul li .detail a{
	color:#FFF;
}
#jason ul li .detail p{
	color:#cccccc;
}
/*
=======================================================================
	Listing Rules
=======================================================================
*/
.listing {
	float:right;
}
.listing ul{
	float:right;
	list-style:none;
}
.listing ul li{
	float:left;
	width:158px;
	height: 220px; /*205px;  this was changed to make them items accept 2 line title*/
	margin-bottom:20px;
	margin-right:12px;
	border:#cdcdcd solid 1px;
	background-color:#fff;
}

.listing ul li.last{
	margin-right:0px;
}
.listing ul li .thumb{
	float:left;
}
.listing ul li .thumb img{
	width:158px;
	height:145px;
}
.listing span.sale{
	position:absolute;
	height:29px;
	width:39px;
	padding:15px 10px;
	background-image:url(../images/sale.png);
	background-position:left;
	background-repeat:no-repeat;
	color:#FFF;
	margin:-184px 0px 0px 0px;
}
.listing span.sale22{
	position:absolute;
	height:29px;
	width:39px;
	padding:15px 10px;
	background-image:url(../images/sale.png);
	background-position:left;
	background-repeat:no-repeat;
	color:#FFF;
	margin:-182px 0px 0px 0px;
}
.listing span.disabled{
	position:absolute;
	height:29px;
	width:39px;
	padding:15px 10px;
	background-image:url(../images/disabled.gif);
	background-position:left;
	background-repeat:no-repeat;
	color:#FFF;
	margin:-187px 0px 0px 0px;
}

.listing span.new{
	position:absolute;
	height:29px;
	width:39px;
	padding:15px 10px;
	background-image:url(../images/new.gif);
	background-position:left;
	background-repeat:no-repeat;
	color:#FFF;
	float:left;
	margin:-198px 0px 0px 0px;
}
.listing a.cart{
	position:absolute;
	height:23px;
	width:22px;
	padding:0px 0px;
	background-image:url(../images/carticon.png);
	background-position:left;
	background-repeat:no-repeat;
	color:#FFF;
	float:left;
	margin:-180px 0px 0px 130px;
}
.listing a.cart2{
	position:absolute;
	height:23px;
	width:22px;
	padding:0px 0px;
	background-image:url(../images/carticon.png);
	background-position:left;
	background-repeat:no-repeat;
	color:#FFF;
	float:left;
	margin:-174px 0px 0px 130px;
}
.listing ul li a.title{
	padding:5px 0px 2px 0px;
	width:158px;
	float:left;
	text-align:center;
}
.listing ul li p.price{
	width:158px;
	font-size:12px;
	text-align:center;
}

.listing ul li.big{
	float:left;
	width:698px;
	height:205px;
	margin-bottom:20px;
	margin-right:20px;
	border:#cdcdcd solid 1px;
	background-color:#fff;
}
.big_li_sec {
	width:158px;
	float:left;
	height:205px;
}
.big_li_sec_right {
	width:499px;
	border-left:#cdcdcd solid 1px;
	float:left;
	height:165px;
	padding:20px;
	background-image:url(../images/big_sec_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
a.addcart {
	float:left;
	color:#FFF;
	text-transform:uppercase;
	width:82px;
	height:19px;
	padding:4px 0px 0px 34px;
	display:inline-block;
	background-image:url(../images/addcart.gif);
	background-repeat:no-repeat;
}
.big_li_sec_right .bigprice{
	float:left;
	margin-right:50px;
}
.big_li_sec_right ul.postin{
	float:left;
	list-style:none;
}
.big_li_sec_right ul.postin li{
	width:auto;
	height:auto;
	border:none;
	background-color:transparent;
	padding:0px 10px 0px 0px;
	margin:0px;
	background-image:url(../images/postin.gif);
	background-repeat:no-repeat;
	background-position:right;
}
.big_li_sec_right ul.postin li.last{
	background-image:none;
}
.big_li_sec_right ul.postin li a{
	padding:0px 10px;
}
.big_li_sec_right h2{
	padding:0px 0px 10px 0px;
}
.big_li_sec_right p{
	padding:3px 0px 10px 0px;
}
/*
=======================================================================
	Pagination Rules
=======================================================================
*/
.pagingbullets {
	width:100%;
	float:right;
	padding:10px 0px;
}
.pagingbullets ul{
	float:right;
	list-style:none;
}
.pagingbullets ul li{
	float:right;
	margin-right:25px;
}
.pagingbullets ul li a.link{
	float:right;
	width:22px;
	height:17px;
	padding-top:3px;
	background-image:url(../images/paging_bg.gif);
	background-repeat:no-repeat;
	background-position:0px -20px;
	text-align:center;
	color:#FFF;
}
.pagingbullets ul li a.link:hover{
	float:right;
	width:22px;
	height:17px;
	padding-top:3px;
	background-image:url(../images/paging_bg.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-align:center;
	color:#666;
}
.pagingbullets ul li a.selected{
	float:right;
	width:22px;
	height:17px;
	padding-top:3px;
	background-image:url(../images/paging_bg.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-align:center;
	color:#666;
}
/*
=======================================================================
	Pagination Script Rules
=======================================================================
*/
#page_navigation {
	float:left;
	margin-top:8px;
}
#page_navigation a{
	padding:3px 10px;
	margin:2px;
	color:black;
	text-decoration:none
}
#page_navigation a:hover{
	color:#cc1d2c !important;
}
.active_page{
	color:#cc1d2c !important;
}
/*
=======================================================================
	Content Section Rules
=======================================================================
*/
.content_sec {
	width:960px;
	float:left;
}
.content_sec .curve_top{
	width:960px;
	height:11px;
	float:left;
	background-image:url(../images/content_top.png);
	background-repeat:no-repeat;
}
.content_sec .curve_botm{
	width:960px;
	height:11px;
	float:left;
	background-image:url(../images/content_bot.png);
	background-repeat:no-repeat;
}
.content_sec .curve_center{
	width:942px;
	padding:0px 9px;
	float:left;
	background-color:#ebebeb;
}
/*
=======================================================================
	Column 1 Rules
=======================================================================
*/
.col1 {
	width:222px;
	float:right;
	margin:0px 0px 0px 0px;
}
.col1 .small_heading{
	width:222px;
	float:right;
	height:34px;
	background-image:url(../images/left_head.gif);
	
	
}
.col2 .small_heading{
	width:222px;
	float:right;
	height:34px;
	background-image:url(../images/left_head.gif);
	padding-top:12px;
	
	
}

.col1 .left_botm{
	width:222px;
	float:right;
	height:10px;
	background-image:url(../images/left_botm.gif)
}
.col1 a.bigbtn {
	height:21px;
	width:200px;
	padding-top:6px;
	font-size:12px;
	color:#777777;
	
	background-repeat:no-repeat;
	background-position:left;
	text-align:center;
	display:inline-block;
	float:right;
	margin:10px 0px;
}
/*
=======================================================================
	Advertisment Rules
=======================================================================
*/
.adv {
	width:222px;
	padding:0px 0px 0px 0px;
	float:right;
	background-image:url(../images/left_bg.gif);
	background-repeat:repeat-y;
	background-position:top;
	margin-bottom:10px;
}
.adv h5{
	float:right;
	padding:10px 5px 0px 10px;
	color:#666666;
}
/*
=======================================================================
	Categories Rules
=======================================================================
*/
.category {
	width:222px;
	padding:0px 0px 0px 0px;
	float:left;
	min-height:100px;
	background-image:url(../images/left_bg.gif);
	background-repeat:repeat-y;
	background-position:top;
	margin-bottom:10px;
	text-align:right;
}
.category h5{
	float: right;
	padding: 10px 5px 0px 10px;
	color: #666666;
}

.glossymenu{
	margin: 0px;
	padding: 0;
	width: 220px;
	float:left;
}

.glossymenu a.menuitem{	
	color: #343434;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding:6px 0;
	padding-right: 10px;
	text-decoration: none;
	width:208px;
	height:16px;
	background-image:url(../images/left_cat_bg.gif);
	background-repeat:repeat-x;
	margin-left:1px;
}


.glossymenu .menuitem:active{
	color: #666;
}


.glossymenu a.menuitem:visited{
	color: #666;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 7px;
	right: 5px;
	border: none;
}

.glossymenu a.menuitem:hover{
	background-image: url(#) !important;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 5px 0px;
	width:208px;
	margin-left:1px;
}

.glossymenu div.submenu ul li{
color: #666;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding:5px 0;
	text-decoration: none;
	width:218px;
	height:20px;
	background-image:url(../images/left_cat_bg.gif);
	background-repeat:repeat-x;
}

.glossymenu div.submenu ul li a{
	color: #666;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;padding-right: 30px;
	text-decoration: none;
	background-image:url(../images/cat_arow.gif);
	background-position:200px 5px;
	background-repeat:no-repeat;
	
	
	
}

.glossymenu div.submenu ul li a:hover{
	color:#3b9fd5;
	text-decoration:inherit;
}
/*
=======================================================================
	My Account Rules
=======================================================================
*/
.myaccount {
	width:200px;
	padding:0px 10px 10px 10px;
	float:left;
	min-height:100px;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-repeat:no-repeat;
	background-position:top;
	margin-bottom:10px;
}
.myaccount h5{
	float:left;
	padding:7px 0px 5px 0px;
	color:#666;
}
.myaccount ul{
	width:200px;
	float:left;
	padding:7px 0px;
	list-style:none;
}
.myaccount ul li{
	width:185px;
	padding:7px 0px 7px 15px;
	border-bottom:#e1e1e1 solid 1px;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-position:left;
	background-repeat:no-repeat;
}
.myaccount ul li a{
	color:#666;
}
.myaccount ul li a:hover{
	font-weight:bold;
}
.myaccount ul li a.selected{
	font-weight:bold;
}
/*
=======================================================================
	My Cart Rules
=======================================================================
*/
.mycart {
	width:200px;
	padding:0px 10px 10px 10px;
	float:left;
	min-height:100px;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-repeat:no-repeat;
	background-position:top;
	margin-bottom:10px;
}
.mycart h5{
	float:left;
	padding:7px 0px 5px 0px;
	color:#666666;
}
.mycart .right{
	padding-top:7px;
}
.mycart .left{
	padding-top:7px;
}
.mycart .veiwitems{
	padding:15px 0px 5px 0px;
	width:200px;
	border-bottom:#e4e4e4 solid 1px;
	display:inline-block;
}
.mycart .veiwitems a{
	text-decoration:underline;
}
.mycart .right a{
	text-decoration:underline;
}
.mycart ul{
	float:left;
	list-style:none;
	margin-bottom:10px;
}
.mycart ul li{
	float:left;
	width:200px;
	border-bottom:#e3e3e3 dotted 1px;
}
.mycart p.title{
	width:180px;
}
.mycart .grey{
	float:left;
	padding:1px 10px 5px 10px;
	background-color:#fafafa;
	width:180px;
	margin:10px 0px 2px 0px;
}
/*
=======================================================================
	Compare Products Rules
=======================================================================
*/
.compareproducts {
	width:200px;
	padding:0px 10px 10px 10px;
	float:left;
	min-height:100px;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-repeat:no-repeat;
	background-position:top;
	margin-bottom:10px;
}
.compareproducts h5{
	float:left;
	padding:7px 0px 5px 0px;
	color:#666;
}

.compareproducts ul{
	float:left;
	list-style:none;
	padding-bottom:10px;
}
.compareproducts ul li{
	float:left;
	width:200px;
	border-bottom:#e3e3e3 dotted 1px;
	padding:5px 0px;
}
.compareproducts ul li .title{
	width:180px;
}
.compareproducts ul li .right{
	padding-top:3px;
}
/*
=======================================================================
	Community Poll Rules
=======================================================================
*/
.poll {
	width:200px;
	padding:0px 10px 10px 10px;
	float:left;
	min-height:100px;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-repeat:no-repeat;
	background-position:top;
	margin-bottom:10px;
}
.poll h5{
	float:left;
	padding:7px 0px 0px 0px;
	color:#666;
}
.poll p{
	float:left;
	padding:7px 0px;
}
.poll ul{
	width:200px;
	float:left;
	padding:15px 0px;
	border-top:#d8d8d8 solid 1px;
	border-bottom:#d8d8d8 solid 1px;
	list-style:none;
	margin-bottom:10px;
}
.poll ul li{
	width:160px;
	float:left;
	padding:4px 10px;
}
.poll ul li input{
	float:left;
	margin-right:10px;
}
.poll a.vote{
	float:left;
	padding:3px 10px;
	background-color:#cc1d2c;
	color:#FFF;
	margin:10px 0px 0px 10px;
}
.poll a.vote:hover{
	background-color:#095fa8;
	color:#FFF;
}
/*
=======================================================================
	Shop Now Rules
=======================================================================
*/
.shopby {
	width:200px;
	padding:0px 10px 10px 10px;
	float:left;
	min-height:100px;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-repeat:no-repeat;
	background-position:top;
	margin-bottom:10px;
}
.shopby h5{
	float:left;
	padding:7px 0px 5px 0px;
	color:#666;
}
.shopby h6.head{
	width:180px;
	float:left;
	padding:7px 10px 0px 10px;
	background-color:#747474;
	color:#FFF;
}
.shopby h6.options{
	width:200px;
	float:left;
	padding:7px 0px 3px 0px;
	color:#666;
	border-bottom:#666 solid 1px;
}
.shopby ul{
	width:200px;
	float:left;
	list-style:none;
	padding:7px 0px;
}
.shopby ul li{
	width:200px;
	float:left;
	list-style:none;
	padding:7px 0px;
	border-bottom:#9a9a9a dotted 1px;
}
.shopby ul li a{
	color:#9a9a9a;
}
/*
=======================================================================
	Tags Rules
=======================================================================
*/
.tags {
	width:200px;
	padding:0px 10px 10px 10px;
	float:left;
	min-height:100px;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-repeat:no-repeat;
	background-position:top;
	margin-bottom:10px;
}
.tags h5{
	float:left;
	padding:7px 0px 5px 0px;
	color:#666;
}
.tags ul{
	width:200px;
	float:left;
	min-height:100px;
	padding:20px 0px;
	list-style:none;
	background-color:#fafafa;
}
.tags ul li{
	padding:0px 5px;
	float:left;
}
.tags ul li a{
	float:left;
}
.tags ul li a.twelv{
	font-size:12px;
}
.tags ul li a.ten{
	font-size:10px;
}
.tags ul li a.sixteen{
	font-size:16px;
}
.tags ul li a.fourteen{
	font-size:14px;
}
.tags ul li a.eightn{
	font-size:18px;
}
/*
=======================================================================
	newsletter Rules
=======================================================================
*/
.newsletter {
	width:200px;
	padding:0px 10px 10px 10px;
	float:left;
	min-height:100px;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-repeat:no-repeat;
	background-position:top;
	margin-bottom:10px;
}
.newsletter h5{
	float:left;
	padding:7px 0px 5px 0px;
	color:#666;
}
.newsletter p{
	width:200px;
	float:left;
	padding:7px 0px;
}
.newsletter ul{
	width:200px;
	float:left;
	padding:7px 0px 15px 0px;
	list-style:none;
}
.newsletter ul li input.bar{
	background-color:#FFF;
	border:#cfcfcf solid 1px;
	width:195px;
	height:23px;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-repeat:repeat-x;
	margin-bottom:6px;
}
.newsletter ul li input.subs{

}
/*
=======================================================================
	Column 2 Rules
=======================================================================
*/
.col2 {
	width:700px;
	float:right;
}
.col22 {
	width:700px;
	float:left;
}

.bar1{
	float:left;
	text-align:right;
	}
	.serach1{
	float:right;
	width:220px;
	
	}
}
/*
=======================================================================
	Product Detail Page Rules
=======================================================================
*/
.prod_detail {
	width:680px;
	padding:10px;
	float:left;
	background-color:#FFF;
	margin-bottom:20px;
}
.prod_detail .big_thumb{
	width:238px;     
	height:330px;
	background-color:#f8f7f7;
	border:#ededed solid 1px;
	float:left;
	overflow:hidden !important;
}
.prod_detail .contentdiv {
	width:238px !important;
	height:238px !important;
	overflow:hidden !important;
	float:left;
}
.prod_detail .contentdiv img{
	width:238px !important;
	height:238px !important;
	overflow:hidden !important;
	float:left;
	margin:00px 0px 0px 0px;
	z-index:1;
}
.big_thumb #slider2{
	width:238px;
	height:238px;
	overflow:hidden !important;
	float:left;
}
.big_thumb #paginate-slider2{
	width:189px !important;
	height:60px;
	overflow:hidden;
	float:left;
	margin:17px 0px 0px 0px;
}
.big_thumb #paginate-slider2 ul{
	width:2000px !important;
}
.prod_detail #paginate-slider2 li{
	margin-right:9px;
}
.prod_detail #paginate-slider2 li a{
	border:#c2c2c2 solid 1px;
	float:left;
	height:55px !important;
	width:55px !important;
}
.prod_detail #paginate-slider2 li a.selected{
	border:#999 solid 1px;
}
.prod_detail #paginate-slider2 img{
	float:left;
	height:55px;
	width:55px;
	z-index:1;
}
.prod_detail a.prevsmall {
	float:left;
	margin:38px 8px 0px 8px;
}
.prod_detail a.nextsmall {
	float:left;
	margin:38px 5px 0px 5px;
}
.zoom {
	background-repeat:no-repeat;
	background-position:top left;
	width:238px;
	height:311px;
	margin:-311px 0px 0px 0px;
	z-index:9;
	font-size:1000px;
	overflow:hidden;
	display:block;
	float:left;
}
.zoom:hover {
	background-image:url(../images/zoom.png);
}
.prod_detail .desc{
	width:425px;
	float:right;
	text-align:right;
}
.prod_detail .desc a.email{
	font-weight:bold;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
}
.margn {
	padding:12px 0px 0px 0px;
}
.addtocart {
	padding:0px 0px;
	margin-top:0px;
	float:left;
}
.addtocart h4{
	padding:5px 0px 10px 0px;
}
.addtocart ul.forms{
	width:364px;
	padding-left:0px;
}
.addtocart ul.forms li.txt{
	width:80px;
	padding-left:00px;
}
.addtocart ul.forms li.inputfield select{
	width:220px;
}
.addtocart ul.qt{
	list-style:none;
	float:left;
	border-top:#e3e3e3 solid 1px;
	width:100%;
	padding:10px 0px 0px 0px;
}
.addtocart ul.qt li{
	float:left;
	margin-right:10px;
}
.addtocart ul.qt li.qty{
	width:20px;
	padding-top:4px;
	padding-left:0px;
	float:left;
	text-align:left;
}
.addtocart ul.qt li input.bar{
	float:left;
	width:85px;
	height:21px;
	background-color:#FFF;
	border:#d0d0d0 solid 1px;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-repeat:repeat-x;
}
.quickreview {
	padding:00px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}
.qheading {
	border-bottom:#dddddd solid 1px;
	color:#2e7fc4;
	font-weight:bold;
	font-size:13px;
	margin-bottom:10px;
}
.quickreview h5{
	padding:0px 0px 0px 0px;
	float:left;
}
.quickreview h4.price{
	padding:10px 0px;
}
.quickreview p.avail{
	padding:10px 0px 10px 0px;
}
.quickreview p{
	padding:0px 0px 5px 0px;
}
.prod_desc {
	padding:20px 0px;
	float:left;
	margin-top:20px;
}
.prod_desc h6.bar{
	margin-bottom:10px;
}

.aditional_info {
	width:700px;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
}
.aditional_info h6{
	width:690px;
	height:24px;
	padding:10px 0px 0px 10px;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-position:top;
	background-repeat:no-repeat;
}
.aditional_info ul{
	padding:10px;
	float:left;
	width:680px;
	border-bottom:#CCC solid 1px;
	list-style:none;
}
.aditional_info ul.last{
	border:none
}
.aditional_info ul li{
	float:left;
}
.aditional_info ul li.title{
	float:left;
	width:210px;
}
.aditional_info ul li.desc{
	float:left;
	width:470px;
}
.tags_big {
	width:700px;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
	margin-top:10px;
}
.tags_big p{
	padding:10px 0px;
	width:700px;
}
.tags_big ul{
	float:left;
	list-style:none;
	padding:10px 0px;
}
.tags_big ul li{
	float:left;
	padding:0px 10px;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-repeat:no-repeat;
	background-position:right;
	margin-bottom:10px;
}
.tags_big ul li.last{
	background:none;
}
.tags_big input.bar{
	width:229px;
	height:20px;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-repeat:repeat-x;
	background-color:#FFF;
	border:#cccccc solid 1px;
	padding:0px 5px;
	margin-bottom:5px;
}
.tags_big input.simplebtn{
	margin:0px 0px 10px 10px;
}

.cont_sec {
	width:700px;
}
.cont_sec p{
	width:700px;
	padding:10px 0px;
}
.cont_sec h6{
	width:690px;
	padding:10px 0px 0px 10px;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-position:top;
	background-repeat:no-repeat;
}
ul.addicons {
	float:left;
	list-style:none;
	width:100%;
	padding:5px 0px 15px 10px;
}
ul.addicons li{
	float:left;
	margin-right:35px;
	padding-left:20px;
	background-image:url(../images/add.gif);
	background-repeat:no-repeat;
	background-position:left;
}
/*
=======================================================================
	Product Detail Description Rules
=======================================================================
*/
.des_head {
	width:100%;
	float:left;
	padding:5px 0px 8px 0px;
	margin:0px 0px 8px 0px;
	border-bottom:#cccccc dashed 1px;
}
ul.desc_forms {
	list-style:none;
	float:right;
	width:100%;
	padding:5px 0px;
}
ul.desc_forms li{
	float:left;
}
ul.desc_forms li.txt{
	width:80px;
	padding-top:3px;
}
ul.desc_forms li.inputfield select{
	border:#d9d9d9 solid 1px;
	background-color:#FFF;
	width:255px;
	height:24px;
	padding:3px;
	color:#666;
}

ul.list {
	list-style:disc;
	padding-left:20px;
}
/*
=======================================================================
	Lightbox Rules
=======================================================================
*/
.lightbx {
	width:800px;
	height:600px;
}
/*
=======================================================================
	Acount Page Rules
=======================================================================
*/
.account {
	width:700px;
	float:left;
}
.account_title {
	width:700px;
	float:left;
}
.account_title h6{
	width:700px;
	float:left;
	padding:20px 0px 10px 0px;
}
.account_title p{
	width:700px;
	float:left;
}

.acount_info {
	width:709px;
	float:left;
	padding:20px 0px;
}
.account_table {
	width:709px;
}
.account_table ul{
	width:709px;
	list-style:none;
}
.account_table ul.headtable{
	width:703px;
	border:#dcdcdc solid 1px;
	background-color:#fbfbfb;
	float:left;
	padding:3px;
}
.account_table ul.contable{
	width:703px;
	background-color:#fbfbfb;
	float:left;
	padding:6px 4px;
	border-bottom:#FFF solid 1px;
}
.account_table ul.gray{
	background-color:#f3f3f3;
}

.account_table ul li{
	float:left;
}
.account_table ul li.order{
	width:120px;
}
.account_table ul li.date{
	width:100px;
}
.account_table ul li.ship{
	width:80px;
}
.account_table ul li.ordertotal{
	width:140px;
}
.account_table ul li.status{
	width:126px;
}
.account_table ul li.action a{
	padding:0px 6px;
	border-left:#666 solid 1px;
}
.account_table ul li.action a.first{
	padding:0px 6px;
	border-left:none;
}
h6.bar{
	width:691px;
	border:#e2e2e2 solid 1px;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-repeat:repeat-x;
	height:20px;
	padding:10px 10px 0px 10px;
	float:left;
	margin-bottom:20px;
}
.small_sec {
	width:343px;
	min-height:132px;
}
.small_sec .content{
	min-height:80px;
	padding:10px 10px;
	float:left;
}
.small_sec .content p{
	width:100%;
	padding-bottom:5px;
	float:left;
}
.botm_small {
	width:343px;
	height:5px;
	bottom:0;
}
.small_sec .headng{
	float:left;
	width:323px;
	height:22px;
	padding:9px 10px 0px 10px;
	background-color:#fbfbfb;
	border:#dcdcdc solid 1px;
}
.small_sec .headng h6{
	float:left;
}
.big_sec {
	width:700px;
}
.big_sec .headng{
	float:left;
	width:689px;
	background-color:#fbfbfb;
	border:#dcdcdc solid 1px;
	padding:9px 10px 7px 10px;
	margin:20px 0px;
}
.big_sec .headng h6{
	float:left;
}
.view_tags {
	width:711px;
	float:left;
	margin-bottom:10px;
}
.view_tags .tagssec{
	width:340px;
	float:right;
}
.view_tags .viewssec{
	width:340px;
	float:left;
}
.view_tags ul{
	list-style:none;
}
.view_tags ul li{
	padding:10px 0px;
	border-bottom:#d1d1d1 dashed 1px;
}
.view_tags ul li h5.bullet{
	padding:2px 5px;
	float:left;
	background-color:#cc1d2c;
	color:#FFF;
	margin-right:10px;
}
.view_tags ul li h5.title{
	float:left;
	margin-top:2px;
}
.view_tags ul li .rating{
	margin:3px 0px 0px 29px;
}
/*
=======================================================================
	Static Page Rules
=======================================================================
*/
.static {
	float:left;
	width:700px;
}
a.bordrs {
	padding:3px;
	border:#c9c9c9 solid 1px;
	float:left;
}
.static h1{
	float:left;
	width:700px;
	padding:10px 0px;
	color:#666666;
}
.static h2{
	float:left;
	width:700px;
	padding:8px 0px;
	color:#666666;
}
.static h3{
	float:left;
	width:700px;
	padding:6px 0px;
	color:#666666;
}
.static h4{
	float:left;
	width:700px;
	padding:5px 0px;
	color:#666666;
}
.static h5{
	float:left;
	width:700px;
	padding:5px 0px;
	color:#666666;
}
.static h5 span{
	padding-bottom:10px;
}
.static h6{
	float:left;
	width:700px;
	padding:5px 0px;
	color:#666666;
}
.static h5{
	float:left;
	width:700px;
	padding:5px 0px;
	line-height:24px;
	color:#666666;
}
.static ul.number{
	width:100%;
	float:left;
	list-style:decimal;
}
.static ul.number li{
	padding:4px 0px;
	font-weight:bold;
}
.grayborder {
	width:100%;
	border-top:#e1e1e1 solid 1px;
	margin:10px 0px;
	height:1px;
	overflow:hidden;
}
.static p {
	padding:10px 0px;
}
.static .left{
	float:left;
	border:#cdcdcd solid 1px;
	margin:0px 20px 20px 0px;
}
/*
=======================================================================
	col3 rules
=======================================================================
*/
.col3 {
	width:960px;
	float:left;
}
.top_curve{
	width:960px;
	height:7px;
	overflow:hidden;
	float:left;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-position:top;
	background-repeat:no-repeat;
}
.botm_curve{
	width:960px;
	height:7px;
	overflow:hidden;
	float:left;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-bottom:20px;
}
.centersec{
	width:940px;
	padding:0px 10px;
	float:left;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-repeat:repeat-y;
}
/*
=======================================================================
	Categoriesk page section
=======================================================================
*/
.categories {
	width:940px;
	height:529px;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-repeat:no-repeat;
	background-position:top;
}
.catsec {
	float:right;
	margin:50px 50px 0px 0px;
}
.categories h1{
	width:213px;
	height:70px;
	padding:28px 50px 0px 20px;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-repeat:no-repeat;
	background-position:top;
	color:#FFF;
	margin-bottom:10px;
	line-height:22px;
}
.catlinks {
	width:283px;
	padding:20px 0px 0px 00px;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-position:top;
	background-repeat:no-repeat;
}
.catlinks ul{
	list-style:none;
	float:left;
	padding-left:20px;
}
.catlinks ul li{
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-repeat:no-repeat;
	background-position:left;
	float:left;
	width:253px;
	padding:10px 0px 10px 30px;
}
.catlinks ul li a{
	color:#FFF;
}
.catlinks ul li a:hover{
	color:#FFF;
	text-decoration:underline;
}
.catlinks a.shopnow{
	color:#FFF;
	background-color:#000;
	display:inline-block;
	width:263px;
	height:32px;
	padding-top:8px;
	padding-left:20px;
}
.catlinks a.shopnow:hover{
	background-color:#333;
}
.botm_black {
	width:283px;
	height:18px;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-position:top;
	background-repeat:no-repeat;
}
/*
=======================================================================
	Login rules
=======================================================================
*/
.login {
	width:940px;
	height:620px;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-position:top;
	background-repeat:no-repeat;
}
.registrd {
	width:502px;
	height:190px;
	padding:30px 0px 30px 20px;
	background:url(../../../../../cl102.justhost.com/404.shtml);
	background-position:left top;
	background-repeat:no-repeat;
	margin:20px 0px 20px 20px;
	float:left;
}
.registrd h3{
	padding-left:20px;
	padding-bottom:10px;
}
.registrd p{
	padding-left:20px;
	padding-bottom:10px;
}
.registrd a.forgot{
	float:right;
	margin-left:60px;
	padding-top:7px;
	text-decoration:underline;
}

.newcus {
	width:442px;
	height:190px;
	padding:30px 40px 30px 40px;
	background:url(../../../../../cl102.justhost.com/404.shtml);
	background-position:left top;
	background-repeat:no-repeat;
	margin:20px 0px 20px 20px;
	float:left;
}
.newcus h3{
	padding-bottom:10px;
}
.newcus p{
	padding:0px 0px 10px 0px;	
}
a.viewprods {
	float:right;
	margin:180px 80px 0px 0px;
}
/*
=======================================================================
	Shopping Cart Rules
=======================================================================
*/
.shoppingcart {
	width:700px;
	float:left;
}
.shoppingcart ul.carttop{
	width:698px;
	border:#cdcdcd solid 1px;
	float:left;
	list-style:none;
	height:33px;
	background-image:url(../images/cart_top.gif);
	background-repeat:repeat-x;
}
.shoppingcart ul.carttop li.desc{
	width:608px;
	height:25px;
	padding:8px 0px 0px 10px;
	float:left;
	background-image:url(../images/cart_border.gif);
	background-repeat:repeat-y;
	background-position:right;
}
.shoppingcart ul.carttop li.price{
	width:72px;
	height:25px;
	padding:8px 0px 0px 0px;
	float:left;
	text-align:center;
}
.shoppingcart ul.cartcont{
	width:698px;
	border:#cdcdcd solid 1px;
	border-top:none;
	float:left;
	list-style:none;
	height:97px;
	background-image:url(../images/cartbg.gif);
	background-repeat:repeat-x;
}
.shoppingcart ul.cartcont li.image{
	width:98px;
	height:80px;
	padding:17px 0px 0px 0px;
	float:left;
	text-align:center;
}
.shoppingcart ul.cartcont li.image img{
	width:63px;
	height:63px;
	border:#cdcdcd solid 1px;
}
.shoppingcart ul.cartcont li.desc{
	width:228px;
	height:82px;
	padding:15px 0px 0px 0px;
	float:left;
}
.shoppingcart ul.cartcont li.price{
	width:95px;
	height:57px;
	padding:40px 0px 0px 0px;
	float:left;
}
.shoppingcart ul.cartcont li.qty{
	width:113px;
	height:59px;
	padding:38px 0px 0px 0px;
	float:left;
	text-align:center;
}
.shoppingcart ul.cartcont li.qty a{
	margin-top:2px;
	float:left;
}
.shoppingcart ul.cartcont li.qty img{
	float:left;
}
.shoppingcart ul.cartcont li.qty input{
	width:18px;
	height:18px;
	text-align:center;
	float:left;
	margin:0px 5px;
}
.shoppingcart ul.cartcont li.remove{
	width:84px;
	height:57px;
	padding:40px 0px 0px 0px;
	float:left;
	background-image:url(../images/cart_border.gif);
	background-repeat:repeat-y;
	background-position:right;
}
.shoppingcart ul.cartcont li.total{
	width:80px;
	height:57px;
	padding:40px 0px 0px 0px;
	float:left;
	text-align:center;
}
.shoppingcart ul.total{
	width:231px;
	border:#cdcdcd solid 1px;
	border-top:none;
	float:right;
	list-style:none;
	height:37px;
	background-color:#FFF;
	font-size:14px;
}
.shoppingcart ul.total li.txt{
	width:141px;
	height:27px;
	padding:10px 0px 0px 10px;
	float:left;
	background-image:url(../images/cart_border.gif);
	background-repeat:repeat-y;
	background-position:right;
}
.shoppingcart ul.total li.price{
	width:70px;
	height:27px;
	padding:10px 10px 0px 0px;
	float:left;
	text-align:right;
}
.buttns {
	width:700px;
	padding:25px 0px;
	float:left;
}
.buttns ul{
	list-style:none;
	float:right;
}
.buttns ul li{
	float:left;
	margin-left:10px;
}

/*
=======================================================================
	Cart Page Tabs Rules
=======================================================================
*/
.tabssec {
	width:700px;
	height:185px;
	float:left;
	background-image:url(../images/tabs_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
.tabssec ul#tab_menu{
	float:left;
	list-style:none;
	height:26px;
	border-right:none;
	padding-left:230px;
}
.tabssec ul#tab_menu li{
	float:left;
}
.tabssec ul#tab_menu li a{
	background-color:#eaeaea;
	padding:7px 8px 5px 8px;
	border:#cfcfcf solid 1px;
	display:inline-block;
	cursor:pointer;
	font-weight:bold;
	background-image:url(../images/tabs_rol.gif);
	background-repeat:repeat-x;
}
.tabssec ul#tab_menu li a:hover{
	background-color:#fff;
	background-image:none;
}
.tabssec ul#tab_menu li a.current{
	background-color:#fff;
	background-image:none;
}
.tabssec .tab_sidebar_list{
	display:none;
	padding:10px 0px;
}
.tab_sidebar_list ul{
	list-style:none;
	float:left;
	margin-left:20px;
	width:670px;
	padding-top:10px;
}
.tab_sidebar_list ul li{
	float:left;
	margin-right:18px;
}
/*
=======================================================================
	Sections Rules
=======================================================================
*/
.sections {
	width:940px;
	float:left;
	padding:20px 0px;
}
.centerseccart {
	float:left;
	width:269px;
	margin:0px 65px;
}
/*
=======================================================================
	Cart Items Rules
=======================================================================
*/
.cartitems {
	width:269px;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-repeat:no-repeat;
	background-position:top;
	padding:10px 0px 0px 0px;
	float:left;
}
.cartitems h6{
	width:249px;
	float:left;
	margin-left:10px;
}
.cartitems h6 span{
	padding-bottom:5px;
}
.cartitems ul{
	float:left;
	list-style:none;
	margin-left:10px;
}
.cartitems ul li{
	width:244px;
	border-bottom:#dbdbdb solid 1px;
	float:left;
	padding:20px 0px;
}
.cartitems ul li .thumb{
	float:left;
	width:88px;
	height:99px;
	margin-right:5px;
}
.cartitems ul li .thumb img{
	width:88px;
	height:99px;
}
.cartitems ul li .desc{
	float:left;
	width:125px;
}
.cartitems ul li .desc a.title{
	margin-bottom:5px;
	width:125px;
	float:left;
}
.cartitems ul li .desc p{
	margin-bottom:5px;
	width:125px;
}
.botm_sec {
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-repeat:no-repeat;
	background-position:bottom;
	width:269px;
	height:5px;
	padding-top:10px;
}
/*
=======================================================================
	Discount Coupon Rules
=======================================================================
*/
.discount {
	width:269px;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-repeat:no-repeat;
	background-position:top;
	padding:10px 0px 0px 0px;
	float:left;
}
.discount h6{
	width:249px;
	float:left;
	margin-left:10px;
}
.discount h6 span{
	padding-bottom:5px;
}
.discount p{
	width:249px;
	float:left;
	padding-top:5px;
	margin-left:10px;
}
.discount ul{
	width:249px;
	float:left;
	list-style:none;
	margin-top:10px;
	margin-left:10px;
}
.discount ul li{
	width:258px;
	float:left;
	padding-bottom:5px;
}
.discount ul li input.bar{
	width:235px;
	height:24px;
	background-color:#FFF;
	border:#a0a0a0 solid 1px;
	float:left;
}

/*
=======================================================================
	Estimate Rules
=======================================================================
*/
.estimate {
	width:269px;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-repeat:no-repeat;
	background-position:top;
	padding:10px 0px 0px 0px;
	float:left;
	margin-top:10px;
}
.estimate h6{
	width:249px;
	float:left;
	margin-left:10px;
}
.estimate h6 span{
	padding-bottom:5px;
}
.estimate p{
	width:249px;
	float:left;
	padding-top:5px;
	margin-left:10px;
}
.estimate ul{
	width:249px;
	float:left;
	list-style:none;
	margin-top:10px;
	margin-left:10px;
}
.estimate ul li{
	width:258px;
	float:left;
	padding-bottom:5px;
}
.estimate ul li input.bar{
	width:235px;
	height:24px;
	background-color:#FFF;
	border:#a0a0a0 solid 1px;
	float:left;
}
.estimate ul li select.bar{
	width:235px;
	height:24px;
	background-color:#FFF;
	border:#a0a0a0 solid 1px;
	float:left;
}
/*
=======================================================================
	Grand Total Rules
=======================================================================
*/
.grand_total {
	width:269px;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-repeat:no-repeat;
	background-position:top;
	padding:10px 0px 0px 0px;
	text-align:center;
	float:left;
}
.grand_total h5{
	font-weight:bold;
}
.grand_total ul.line{
	border-bottom:#dadada solid 1px;
	width:100%;
	margin-bottom:10px;
}
.grand_total ul{
	float:left;
	list-style:none;
	margin-bottom:5px;
}
.grand_total ul li{
	float:left;
	background:none  !important;
}
.grand_total ul li.title{
	text-align:right;
	width:100px !important;
}
.grand_total ul li.price{
	text-align:right;
	width:80px !important;
}
/*
=======================================================================
	Featured Slider Rules
=======================================================================
*/
.sliderGallery {
    overflow: hidden;
    position: relative;
    width: 711px;
	height:160px;
	margin:10px 0px;
	float:left;
}
.sliderGallery UL {
	position: absolute;
    list-style: none;
    overflow: hidden;
    white-space: nowrap;
    padding: 0;
    margin: 0;
	float:left;
}
.sliderGallery UL LI {
	display: inline;
	height:200px;
	width:116px;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-repeat:no-repeat;
	margin-bottom:10px;
	margin-left:26px;
	clear:both;
}
.sliderGallery ul li.last {
	margin-right:20px;
}
.sliderGallery ul li a img{
	height:110px;
	width:110px;
	border:#CCC solid 3px;
}
.sliderGallery ul li a img:hover{
	border:#cc1d2c solid 3px;
}
.sliderGallery ul li a.title{
	float:left;
	color:#000;
	margin:8px 5px 10px 0px;
}
.sliderGallery ul li p.price{
	margin:5px 10px 20px 5px;
}
.sliderGallery ul li a.cartbutton{
	width:190px;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-repeat:no-repeat;
	background-position:right;
	display:inline-block;
	text-transform:uppercase;
	margin-left:10px;
}
.slider {
	width: 100%;
	height: 17px;
	margin-top: 138px;
	padding: 10px 0px 0px 0px;
	position: relative;
	background: url(../../../../../cl102.justhost.com/404.shtml) no-repeat #FFF;
	float:left;
}
.handle {
	position: absolute;
	cursor: move;
	height: 17px;
	width: 204px;
	top: 0;
	background: url(../../../../../cl102.justhost.com/404.shtml) no-repeat;
	z-index: 100;
	margin-top:0px;
}
.slider span {
	color: #bbb;
    font-size: 80%;
    cursor: pointer;
    position: absolute;
    z-index: 110;
    top: 2px;
}
.slider .slider-lbl1 {
	left: 50px;
}
.slider .slider-lbl2 {
	left: 107px;
}
.slider .slider-lbl3 {
	left: 156px;
}
.slider .slider-lbl4 {
	left: 280px;
}
.slider .slider-lbl5 {
	left: 455px;
}
/*
=======================================================================
	Footer rules
=======================================================================
*/
#footer {
	width:960px;
	margin:0px auto;
}
/*
=======================================================================
	About The Store rules
=======================================================================
*/
.aboutstore {
	width:149px;
	min-height:155px;
	padding:12px 0px 12px 20px;
	float:left;
}
.aboutstore h5{
	width:129px;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-bottom:20px;
	margin-top:10px;
}
.aboutstore ul{
	width:149px;
	list-style:none;
}
.aboutstore ul li{
	width:139px;
	padding:2px 0px 2px 10px;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-repeat:no-repeat;
	background-position:left;
}
.aboutstore ul li a{
	color:#888888;
}
.aboutstore ul li a:hover{
	color:#cc1d2c;
	text-decoration:underline;
}
/*
=======================================================================
	Customer Care rules
=======================================================================
*/
.cus_care {
	width:159px;
	min-height:155px;
	padding:12px 0px 12px 20px;
	float:left;
}
.cus_care h5{
	width:139px;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-bottom:20px;
	margin-top:10px;
}
.cus_care ul{
	width:159px;
	list-style:none;
}
.cus_care ul li{
	width:149px;
	padding:2px 0px 2px 10px;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-repeat:no-repeat;
	background-position:left;
}
.cus_care ul li a{
	color:#888888;
}
.cus_care ul li a:hover{
	color:#cc1d2c;
	text-decoration:underline;
}
/*
=======================================================================
	Community rules
=======================================================================
*/
.community {
	width:159px;
	min-height:155px;
	padding:12px 0px 12px 20px;
	float:left;
}
.community h5{
	width:139px;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-bottom:20px;
	margin-top:10px;
}
.community ul{
	width:159px;
	list-style:none;
}
.community ul li{
	width:159px;
	padding:3px 0px;
}
.community ul li a{
	color:#888888;
	width:140px;
	padding:2px 0px 2px 19px;
	background-repeat:no-repeat;
	background-position:left;
}
.community ul li a.youtube{
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
}
.community ul li a.facebook{
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
}
.community ul li a.rss{
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
}
.community ul li a.blog{
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
}
.community ul li a:hover{
	color:#cc1d2c;
	text-decoration:underline;
}
/*
=======================================================================
	Support rules
=======================================================================
*/
.support {
	width:159px;
	min-height:155px;
	padding:12px 0px 12px 20px;
	float:left;
}
.support h5{
	width:139px;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-bottom:20px;
	margin-top:10px;
}
.support ul{
	width:159px;
	list-style:none;
}
.support ul li{
	width:149px;
	padding:2px 0px 2px 10px;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-repeat:no-repeat;
	background-position:left;
}
.support ul li a{
	color:#888888;
}
.support ul li a:hover{
	color:#cc1d2c;
	text-decoration:underline;
}
/*
=======================================================================
	Newsletter Signup rules
=======================================================================
*/
.signnews {
	width:215px;
	min-height:155px;
	padding:12px 15px 12px 20px;
	float:left;
}
.signnews h5{
	width:195px;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-bottom:20px;
	margin-top:10px;
}
.signnews ul{
	width:215px;
	list-style:none;
}
.signnews ul li{
	float:left;
	margin-top:10px;
}
.signnews ul li input.bbar{
	float:left;
	width:213px;
	height:24px;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-repeat:repeat-x;
	background-position:top;
	border:#cbcbcb solid 1px;
}
.signnews ul li input.sbar{
	float:left;
	width:143px;
	height:24px;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-repeat:repeat-x;
	background-position:top;
	border:#cbcbcb solid 1px;
	margin-right:8px;
}
.signnews ul li input.sbar{
	float:left;
	width:143px;
	height:24px;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-repeat:repeat-x;
	background-position:top;
	border:#cbcbcb solid 1px;
	margin-right:8px;
}
.signnews ul li input.simplebtn{
	float:left;
	background-color:#cc1d2c;
	border:none;
	color:#FFF;
	padding:6px 11px;
	cursor:pointer;
}
.signnews ul li input.simplebtn:hover{
	background-color:#095fa8;
}
/*
=======================================================================
	Copyrights rules
=======================================================================
*/
.copyrights {
	width:960px;
	height:50px;
	border-top:#343434 solid 1px;
}
.copyrights p{
	margin:15px 0px 0px 0px;
}
.copyrights p a{
	color:#fff;
}
.copyrights p a:hover{
	text-decoration:underline;
}
/*
=======================================================================
	Input Form Rules
=======================================================================
*/
ul.forms {
	float:left;
	list-style:none;
	padding:0px 0px 10px 10px;
}
ul.formslogin {
	float:left;
	list-style:none;
	padding:0px 0px 10px 10px;
}
ul.formslogin{
	width:150px;
	color:#000;
	padding:5px 0px;
	font-size:13px;
}


ul.forms li{
	
}
ul.forms li.txt{
	width:230px;
	color:#000;
	padding:5px 0px;
	font-size:13px;
}
.formslogin{
	width:320px;
	float:left;
	
	padding-bottom:10px;
	}
.chekout{
	color:#fff;
	padding-left:5px;
}
.chekout1{
	color:#fff;
	float:right;
	margin-top:15px;
	padding-right:120px;
}

.req {
	color:#F00;
}
ul.forms li.inputfield{
	float:left;
}
ul.forms li.inputfield input{
	width:358px;
	height:30px;
	background-image:url(../images/input_bg.gif);
	background-repeat:repeat-x;
	background-color:#FFF;
	border:#cccccc solid 1px;
	padding:0px 5px;
}
ul.forms li.inputfield select{
	width:241px;
	height:20px;
	background-image:url(../../../../../cl102.justhost.com/404.shtml);
	background-repeat:repeat-x;
	border:#cccccc solid 1px;
}
ul.forms li.textfield{
	float:left;
}
ul.forms li.textfield textarea{
	width:358px;
	height:110px;
	background-image:url(../images/input_bg.gif);
	background-repeat:repeat-x;
	border:#cccccc solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px;
}
ul.forms li.radiobtn{
	float:left;
}
ul.forms li.radiobtn input{
	margin:0px 10px;
	float:left;
}
ul.forms li.radiobtn .labletxt{
	margin:0px 20px 0px 0px;
	float:left;
}
/*
=======================================================================
	Sorting Rules
=======================================================================
*/
.sorting {
	width:698px;
	margin:7px 0px;
	background-image:url(../images/sorting_bg.gif);
	background-repeat:repeat-x;
	border:#cdcdcd solid 1px;
	height:31px;
	float:left;
}
.sorting ul.paging{
	float:left;
	list-style:none;
	padding-top:5px;
	margin-left:10px;
}
.sorting ul.paging li{
	float:left;
	height:23px;
	padding:4px 10px 0px 10px;
}
.sorting ul.views{
	float:right;
	list-style:none;
	margin-left:10px;
	border:#cdcdcd solid 1px;
	margin:4px 5px 0px 0px;
}
.sorting ul.views li{
	float:left;
}
.sorting ul.views li a{
	float:left;
}
/*
=======================================================================
	Contact Rules
=======================================================================
*/
.contact {
	width:700px;
	float:left;
}
.contact .contact_form{
	width:390px;
	border:#dbdbdb solid 5px;
	float:left;
	background-color:#FFF;
}
.contact_form .msg{
	width:290px;
	height:91px;
	float:left;
	padding:15px 10px 0px 90px;
	background-color:#f9f9f9;
	background-image:url(../images/msg.gif);
	background-repeat:no-repeat;
	background-position:20px 25px;
}

.contact .map{
	width:281px;
	float:right;
}
.contact .map .mapsec{
	width:271px;
	border:#dbdbdb solid 5px;
	float:left;
	margin-bottom:20px;
}
.map h4{
	padding:10px 0px;
}
.map p{
	padding:0px 0px 20px 0px;
}
/*
=======================================================================
	News Page Rules
=======================================================================
*/
.news {
	width:700px;
	float:left;
}
.news .featured_news{
	width:680px;
	padding:9px;
	float:left;
	background-color:#333;
	border:#d6d6d6 solid 1px;
	color:#FFF;
}
.news .featured_news .newsbanner{
	float:left;
	border:#585858 solid 3px;
	margin-bottom:10px;
}
.news .featured_news h6{
	color:#FFF;
}
.news .featured_news p.date{
	margin-bottom:10px;
}
.news .botm_links{
	padding:5px 0px;
	border-top:#FFF dotted 1px;
	margin-top:10px;
}
.news .botm_links a.readmore{
	background-image:url(../images/newsarrow.png);
	background-position:0px 2px;
	background-repeat:no-repeat;
	padding-left:15px;
	color:#cc1d2c;
}
.news .botm_links a{
	color:#fff;
}
.news .featured{
	color:#333;
	width:110px;
	height:30px;
	padding:5px 0px 0px 0px;
	background-image:url(../images/featured.gif);
	background-position:left;
	background-repeat:no-repeat;
	display:inline-block;
	text-transform:uppercase;
	text-align:center;
	position:absolute;
	margin:-245px 0px 0px -20px;
	float:left;
}
.news ul{
	width:700px;
	float:left;
	list-style:none;
	margin:10px 0px;
}
.news ul li{
	width:680px;
	padding:9px;
	float:left;
	border:#d6d6d6 solid 1px;
	background-color:#FFF;
	margin-bottom:10px;
}
.news ul li .news_thumb{
	width:130px;
	float:left;
	border:#d6d6d6 solid 1px;
}
.news ul li .news_thumb a{
	width:124px;
	height:124px;
	overflow:hidden;
	float:left;
	border:#d3d3d3 solid 3px;
}
.news ul li .news_desc{
	width:530px;
	float:right;
}
.news ul li .news_desc p.newsdate{
	padding-bottom:8px;
}
.news ul li .news_desc p.text{
	padding-bottom:10px;
}
.news_desc .newslinks{
	padding:5px 0px;
	border-top:#666 dotted 1px;
}
.newslinks a.readmore{
	background-image:url(../images/newsarrow.png);
	background-position:0px 2px;
	background-repeat:no-repeat;
	padding-left:15px;
	color:#cc1d2c;
}
/*
=======================================================================
	FAQs Page Rules
=======================================================================
*/
.faqs {
	width:700px;
	float:left;
}
.faqs ul{
	width:700px;
	float:left;
	list-style:none;
}
.faqs ul li{
	width:700px;
	float:left;
}
.faqs ul li{
	width:698px;
	float:left;
	padding:0px 0px;
	margin-bottom:3px;
	background-image:url(../images/faq_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#fefefe;
	border:#cdcdcd solid 1px;
}
.faqs ul li a.faq_title{
	background-image:url(../images/toggle.gif);
	background-repeat:no-repeat;
	background-position:99% 50%;
	width:678px;
	display:inline-block;
	height:19px;
	padding:4px 10px 0px 10px;
}
.hiddnsecs {
	width:660px;
	padding:0px 0px 0px 10px;
	margin:15px 0px 10px 20px;
	display:none;
	background-image:url(../images/faq_bar.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
}