@charset "utf-8";
/*
=======================================================================
	General Rules
=======================================================================
*/
* {
	padding:0px;
	margin:0px;
}
body {
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#8f92b9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#a6a6a6;
}
a {
	text-decoration:none;
	outline:none;
	color:#FFFFFF;
}
a img {
	border:none;
}
.clear {
	clear:both;
}
.bold {
	font-weight:bold;
}
.under {
	text-decoration:underline;
}
.italic {
	font-style:italic;
}
.colr {
	color:#16b100 !important; !98ad36;
}
.black {
	color:#000 !important;
}
.black {
	color:#000 !important;
}
.white {
	color:#fff !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;
}
.subhead {
	margin-top:20px;
	width:100%;
	float:left;
}
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:15px 0px 8px 0px;
	width:100%;
	border-bottom:#7e7e7e solid 1px;
	margin-bottom:10px;
}
input {
	font-size:11px;
}
.itlc {
	font-style:italic;
}
.noback {
	background-image:none !important;
}
.noborder {
	border:none !important;
}
/*
=======================================================================
	Buttons
=======================================================================
*/

a.simplebtn {
	display:inline-block;
	color:#FFF;
	padding:4px 10px;
	background-color:#383838;
}
a.simplebtn:hover {
	background-color:#000;
}
.proceed {
	display:inline-block;
	color:#FFF;
	padding:10px 30px;
	background-color:#383838;
	margin-bottom:3px;
}
.proceed:hover {
	background-color:#000;
}
.cartmarg {
	margin-top:8px;
	margin-right:5px;
}
/*
=======================================================================
	Wrapper Section Rules
=======================================================================
*/
#wrapper_sec {
	width:980px;
	margin:0px auto;
}
/*
=======================================================================
	Header Rules
=======================================================================
*/
#masthead {
	width:960px;
	float:left;
	color:#333333;
	height:100px;
	margin-left:10px;
}
.tophead {
	width:960px;
	float:left;
	height:33px;
}
.tophead ul.links{
	float:left;
	list-style:none;
	margin:8px 0px 0px 0px;
}
.tophead ul.links li{
	float:left;
	background-image:url(../images/sep.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding:0px 10px;
}
.tophead ul.links li.slogn{
	padding-left:0px;
}
.tophead ul.links li a{
	color:#333333;
}

.tophead .righthead{
	float:right;
}
.tophead .righthead ul{
	float:left;
	list-style:none;
}
.tophead .righthead ul li{
	float:left;
}

.tophead .righthead ul.lang{
	float:left;
	margin:7px 10px 0px 0px;
}
.tophead .righthead ul.lang li select{
	float:left;
	width:100px;
	margin-left:10px;
}
.tophead .righthead ul.search{
	margin:4px 0px 0px 0px;
}
.tophead .righthead ul.search li input.bar{
	float:left;
	width:117px;
	height:23px;
	padding:0px 0px 0px 30px;
	background-image:url(../images/search_bg.gif);
	background-position:left;
	background-repeat:no-repeat;
	background-color:transparent;
	border:none;
	line-height:23px;
}
.tophead .righthead ul.search li a.go{
	float:left;
	width:38px;
	height:23px;
	background-image:url(../images/go.gif);
	background-position:left;
	background-repeat:no-repeat;
	background-color:transparent;
	display:inline-block;
}
/*
=======================================================================
	Logo Rules
=======================================================================
*/
.logo {
	float:left;
	padding-top:17px;
}
/*
=======================================================================
	Content Section Rules
=======================================================================
*/
#content_sec {
	width:980px;
	float:left;
}
.cont_top {
	width:980px;
	height:22px;
	background-image:url(../images/top_curve.png);
	background-position:top;
	background-repeat:no-repeat;
	overflow:hidden;
	z-index:1;
}
.cont_center {
	width:962px;
	background-image:url(../images/center_bg.png);
	background-repeat:repeat-y;
	float:left;
	padding:0px 9px;
}
/*
=======================================================================
	Column 1 Rules
=======================================================================
*/
.col1 {
	float:left;
	width:220px;
	padding:10px;
}
.head {
	padding:0px 0px 30px 0px;
	color:#FFF;
}
/*
=======================================================================
	Shopping bag Rules
=======================================================================
*/
.cart_bag {
	width:200px;
	background-image:url(../images/left_bg_new.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding:12px 10px 0px 10px;
	margin-bottom:20px;
	float:left;
}
.cart_bag ul{
	width:200px;
	list-style:none;
	float:left;
	margin-bottom:10px;
}
.cart_bag ul li{
	width:200px;
	float:left;
	padding:7px 0px;
	border-bottom:#999 dotted 1px;
}
.cart_bag ul li .thumb{
	float:left;
	margin-right:10px;
}
.cart_bag ul li .thumb img{
	border:#CCC solid 3px;
}
.cart_bag ul li .desc{
	float:left;
	width:135px;
	color:#CCC;
}
.cart_bag ul li .desc a{
	color:#FFF;
}
.cart_bag ul li a.cros{
	float:right;
}
.cart_bag .total{
	font-size:12px;
	color:#FFF;
	padding-top:2px;
}
/*
=======================================================================
	Related Rules
=======================================================================
*/
.related {
	width:200px;
	background-image:url(../images/left_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding:12px 10px 0px 10px;
	margin-bottom:20px;
	float:left;
	color:#FFF;
}
.related p{
	width:200px;
	padding-bottom:5px;
}
.related select{
	width:100%;
	height:24px;
	margin-bottom:10px;
}
.related a img{
	border:#000 solid 1px;
	float:left;
}
/*
=======================================================================
	Related Rules
=======================================================================
*/
.poll {
	width:200px;
	background-image:url(../images/left_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding:12px 10px 0px 10px;
	margin-bottom:20px;
	float:left;
	color:#FFF;
}
.poll p{
	float:left;
	padding:7px 0px;
	width:188px;
	margin-left:5px;
}
.poll ul{
	width:188px;
	float:left;
	padding:15px 0px;
	border-top:#d8d8d8 solid 1px;
	border-bottom:#d8d8d8 solid 1px;
	list-style:none;
	margin-bottom:10px;
	margin-left:5px;
}
.poll ul li{
	width:160px;
	float:left;
	padding:4px 10px;
}
.poll ul li input{
	float:left;
	margin-right:10px;
}
/*
=======================================================================
	Shopping bag Rules
=======================================================================
*/
.shopby {
	width:220px;
	background-image:url(../images/left_bg_new.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding:12px 0px 0px 0px;
	margin-bottom:20px;
	float:left;
}
.shopby h6{
	padding-left:10px;
}
.shopby ul{
	width:200px;
	list-style:none;
	float:left;
	padding:10px;
	
}
.shopby ul a{
	
}
.shopby ul.bcolor{
	background-color:#c0c0c0;  !545454;
}
.shopby ul li.title{
	width:100px;
	float:left;
	font-weight:bold;
}
.shopby ul li.links{
	width:150px;
	float:right;
	text-align:right;
	color:#ccc;
}
.shopby ul li.links_lhs_nav{
	color:#575151;
	width:150px;
	float:right;
	text-align:right;
}
/*
=======================================================================
	Compare Products Rules
=======================================================================
*/
.compare {
	width:200px;
	background-image:url(../images/left_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding:12px 10px 20px 10px;
	margin-bottom:20px;
	float:left;
}
.compare p{
	width:200px;
	margin-bottom:5px;
	color:#FFF;
}
.compare ul{
	width:200px;
	float:left;
	list-style:none;
	margin-bottom:20px;
}
.compare ul li{
	width:200px;
	float:left;
	padding:5px 0px;
	border-bottom:#cccccc dotted 1px;
}
.compare ul li a{
	color:#fff;
}
.compare ul li a.title{
	float:left;
	width:190px;
}
.linethr {
	text-decoration:line-through;
}
/*
=======================================================================
	Account Navi Rules
=======================================================================
*/
.acc_nav {
	width:220px;
	background-image:url(../images/left_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding:12px 0px 0px 0px;
	margin-bottom:20px;
	float:left;
}
.acc_nav h6{
	padding-left:10px;
	padding-bottom:20px;
}
.acc_nav ul{
	width:220px;
	list-style:none;
	float:left;
}
.acc_nav ul li{
	width:200px;
	padding:5px 10px;
}
.acc_nav ul li.bg{
	background-color:#5d5d5d;
}
.acc_nav ul a{
	color:#ccc;
}
.acc_nav ul a:hover{
	text-decoration:underline;
}
/*
=======================================================================
	Column 2 Rules
=======================================================================
*/
.col2 {
	float:right;
	width:698px;
}
/*
=======================================================================
	Sorting Rules
=======================================================================
*/
.sorting {
	width:100%;
	float:left;
	border-bottom:#7e7e7e solid 1px;
	padding:20px 0px 5px 0px;
}
.sorting a{
	color:#666;
}
.sorting a:hover{
	text-decoration:underline;
}
.sorting ul{
	list-style:none;
	float:left;
}
.sorting ul li{
	float:left;
	padding:0px 2px;
}
.sorting .items{
	background-image:url(../images/sep1.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:10px;
	margin-right:10px;
	float:left;
}
.sorting .viewas{
	float:left;
}
.sorting .paging{
	background-image:url(../images/sep1.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:10px;
	margin-right:10px;
	float:left;
}
.sorting .sortby{
	float:left;
}
/*
=======================================================================
	Sorting Rules
=======================================================================
*/
ul.listing {
	list-style: none;
    float:left;
	padding:20px 0px 0px 0px;
}
ul.listing li {
	width:160px !important;
	height:285px;
	color:#666;
	background-image:url(../images/listing_bg.gif);
	background-repeat:no-repeat;
	background-position:0px 181px;
	margin-right:17px;
	margin-bottom:20px;
	display:inline-block;
	float:left;
}

ul.listing li.last {
	margin-right:0px;
}
ul.listing li a.thumb{
	width:160px;
	height:162px;
	float:left;
}
ul.listing li h6{
	width:144px;
	float:left;
	color:#666;
	padding:20px 8px 5px 8px;
}
ul.listing li .rate{
	width:68px;
	float:left;
	margin:0px 12px 5px 8px;
}
ul.listing li a.reviews{
	float:left;
	color:#666;
}
ul.listing li p.crossprice{
	float:left;
	margin-right:20px;
	color:#666;
	font-size:14px;
	text-decoration:line-through;
	margin-bottom:5px;
	margin-left:8px;
}
ul.listing li p.price{
	float:left;
	margin-right:20px;
	color:#666;
	font-size:14px;
}
ul.listing li a.adcrt{
	width:80px;
	height:19px;
	display:inline-block;
	padding-top:3px;
	float:left;
	background-image:url(../images/adcart.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-align:center;
	color:#FFF;
	margin:0px 8px 0px 8px;
}
ul.listing li a.icons{
	float:left;
	margin-left:10px;
}


ul.listingindex li {
	width:160px !important;
	height:285px;
	color:#666;
	background-image:url(../images/listing_bg.gif);
	background-repeat:no-repeat;
	background-position:0px 181px;
	margin-right:17px;
	margin-bottom:20px;
	display:inline-block;
	float:left;
}
ul.listingindex {
	list-style: none;
    float:left;
	padding:10px 20px 10px 20px;
}
ul.listingindex li {
	width:160px !important;
	height:268px;
	color:#666;
	background-image:url(../images/listing_bg.gif);
	background-repeat:no-repeat;
	background-position:0px 181px;
	margin-right:30px;
	margin-bottom:20px;
	display:inline-block;
	float:left;
}
ul.listingindex li.last {
	margin-right:0px;
}
ul.listingindex li p.crossprice{
	float:left;
	margin-right:20px;
	color:#666;
	font-size:14px;
	text-decoration:line-through;
	margin-bottom:5px;
	margin-left:8px;
}
ul.listingindex li p.price{
	float:left;
	margin-right:20px;
	color:#666;
	font-size:14px;
}
ul.listingindex li a.adcrt{
	width:80px;
	height:19px;
	display:inline-block;
	padding-top:3px;
	float:left;
	background-image:url(../images/adcart.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-align:center;
	color:#FFF;
	margin:0px 8px 0px 8px;
}
ul.listingindex li a.icons{
	float:left;
	margin-left:10px;
}
ul.listingindex li a.thumb{
	width:160px;
	height:162px;
	float:left;
}
/*
=======================================================================
	Product Detail Rules
=======================================================================
*/
.prod_detail {
	width:698px;
	float:left;
}
.prod_detail .desc{
	width:338px;
	float:left;
}
.prod_detail .desc h2{
	width:338px;
	float:left;
	padding:30px 0px 10px 0px;
	color:#666;
}
.prod_detail .desc h4{
	float:left;
	padding:0px 0px 0px 0px;
}
.prod_detail .desc p.avail{
	float:left;
	padding:0px 0px 0px 30px;
}
.prod_detail .desc ul.quantity{
	float:left;
	padding:10px 0px 10px 15px;
	list-style:none;
	background-color:#a6a6a6;
	width:323px;
	margin:10px 0px;
}
.prod_detail .desc ul.quantity li{
	float:left;
	padding:0px 10px 0px 0px;
}
.prod_detail .desc ul.quantity li.txt{
	float:left;
	padding:4px 10px 0px 0px;
	color:#FFF;
}
.prod_detail .desc ul.quantity li input{
	float:left;
	width:45px;
	height:21px;
	background-color:#FFF;
	border:#d0d0d0 solid 1px;
}
.prod_detail .desc .quickreview{
	float:left;
	padding:10px 0px 0px 0px;
}
.quickreview h6{
	padding:0px 0px 5px 0px;
}
.prod_detail .desc ul.add{
	float:left;
	padding:10px 0px 10px 0px;
	width:338px;
	list-style:none;
	margin:10px 0px;
	border-top:#7e7e7e solid 1px;
	border-bottom:#7e7e7e solid 1px;
}
.prod_detail .desc ul.add li{
	float:left;
	padding:0px 0px 0px 15px;
	background-image:url(../images/add.gif);
	background-repeat:no-repeat;
	background-position:left;
	margin-right:20px;
}
.prod_detail .desc ul.add li a{
	color:#666;
}
.prod_detail .desc a{
	color:#fff;
}
/*
=======================================================================
	Gallery Script Rules
=======================================================================
*/
.prod_detail .big_thumb{
	width:342px;
	height:420px;
	background-color:#484848;
	border:#f3efe4 solid 4px;
	float:right;
	overflow:hidden !important;
	margin-top:10px;
}
.contentdiv {
	width:342px !important;
	height:342px !important;
	overflow:hidden !important;
	float:left;
}
.contentdiv img{
	width:342px !important;
	height:342px !important;
	overflow:hidden !important;
	float:left;
	margin:00px 0px 0px 0px;
	z-index:1;
}
.big_thumb #slider2{
	width:342px;
	height:342px;
	overflow:hidden !important;
	float:left;
}
.big_thumb #paginate-slider2{
	width:189px !important;
	height:60px;
	overflow:hidden;
	float:left;
	margin:10px 0px 0px 0px;
}
.big_thumb #paginate-slider2 ul{
	width:2000px !important;
}
#paginate-slider2 li{
	margin-right:9px;
	float:left;
}
#paginate-slider2 li a{
	border:#c2c2c2 solid 1px;
	float:left;
	height:55px !important;
	width:55px !important;
}
#paginate-slider2 li a.selected{
	border:#999 solid 1px;
}
#paginate-slider2 img{
	float:left;
	height:55px;
	width:55px;
	z-index:1;
}
a.prev {
	float:left;
	margin:30px 12px 0px 56px;
}
a.next {
	float:left;
	margin:30px 5px 0px 12px;
}
.zoom {
	background-repeat:no-repeat;
	background-position:top left;
	width:342px;
	height:285px;
	margin:-285px 0px 0px 0px;
	z-index:9;
	font-size:1000px;
	overflow:hidden;
	display:block;
	float:left;
}
.zoom:hover {
	background-image:url(../images/zoom.png);
}
/*
=======================================================================
	Big Tags Rules
=======================================================================
*/
.big_tags {
	width:100%;
	float:left;
	margin-bottom:30px;
}
.big_tags ul{
	padding:0px 0px 20px 0px;
	list-style:none;
	float:left;
}
.big_tags ul li{
	background-image:url(../images/sep.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:2px 6px;
	float:left;
}
.big_tags ul li.first{
	background-image:none;
	padding-left:0px;
}
.big_tags ul li a{
	color:#666;
}
.big_tags input{
	width:300px;
	height:20px;
	float:left;
	margin-right:5px;
}
/*
=======================================================================
	Custmer Reviews Rules
=======================================================================
*/
.cus_review {
	float:left;
	width:348px;
	background-image:url(../images/grey_border.gif);
	background-repeat:repeat-y;
	background-position:right;
}
.cus_review h4{
	
}
.reveiew_sort {
	width:318px;
	padding:0px 10px;
	height:30px;
	background-color:#ccc;
	float:left;
}
.reveiew_sort p{
	float:left;
	padding-top:5px;
}
.reveiew_sort ul{
	float:right;
	list-style:none;
	padding-top:6px;
}
.reveiew_sort ul li{
	float:left;
	padding-left:7px;
}
.reveiew_sort ul li.txt{
	padding-top:2px;
}
ul.review {
	list-style:none;
	float:left;
	width:338px;
	padding-bottom:20px;
}
ul.review li{
	float:left;
	width:318px;
	padding:10px;
	border-bottom:#333333 dotted 1px;
}
ul.review li a{
	color:#666;
	float:left;
}
ul.review li a.postby{
	padding-top:3px;
	float:left;
}
ul.review li p{
	float:left;
}
ul.review li p.title{
	margin-right:10px;
	margin-bottom:5px;
}
ul.review li p.ratehead{
	float:left;
	width:80px;
}
ul.review li a.star{
	float:left;
	padding-top:4px;
}
ul.review li p.txt{
	width:318px;
	padding:10px 0px 0px 0px;
}
/*
=======================================================================
	Write Reviews Rules
=======================================================================
*/
.writereview {
	float:left;
	width:350px;

}
.writereview h4{
	padding-left:10px;
	width:340px;
}
.writereview p{
	padding-left:10px;
}
.putrating {
	margin:20px 0px;
	float:left;
}
.writereview ul.ratesec{
	float:left;
	list-style:none;
	width:330px;
	height:30px;
	background-color:#ccc;
	margin:0px 0px 1px 10px;
}
.writereview ul.dark{
	background-color:#767676;
	color:#FFF;
}
.writereview ul.ratesec li{
	float:left;
	padding-top:7px;
}
.writereview ul.ratesec li.title{
	padding-left:10px;
	width:110px;
}
.writereview ul.ratesec li.starput{
	width:40px;
	text-align:center;
}

.review_form {
	width:340px;
	margin-left:10px;
	float:left;
}
.review_form ul{
	list-style:none;
	float:left;
}
.review_form ul li{
	float:left;
	width:330px;
	padding:3px 0px;
}
.review_form ul li input.bar{
	float:left;
	width:328px;
	height:24px;
	background-color:#FFF;
	border:#2b2b2b solid 1px;
	background-image:url(../images/input_bar.gif);
	background-repeat:repeat-x;
	background-position:top;
}
.review_form ul li textarea{
	float:left;
	width:328px;
	height:124px;
	background-color:#FFF;
	border:#2b2b2b solid 1px;
	background-image:url(../images/input_bar.gif);
	background-repeat:repeat-x;
	background-position:top;
}
/*
=======================================================================
	Account Rules
=======================================================================
*/
.account {
	width:698px;
	float:left;
}
.account ul.account_links{
	width:698px;
	float:left;
	list-style:none;
	height:26px;
	background-color:#ccc;
	margin-bottom:20px;
}
.account ul.account_links li{
	float:left;
	background-image:url(../images/account_sep.gif);
	background-position:right;
	background-repeat:no-repeat;
	height:26px;
}
.account ul.account_links li a{
	display:inline-block;
	height:21px;
	float:left;
	color:#666;
	padding:5px 15px 0px 15px;
	background-repeat:repeat-x;
	font-weight:bold;
}
.account ul.account_links li a:hover{
	background-image:url(../images/account_bg.gif);
	color:#FFF;
}
.account ul.account_links li a.selected{
	background-image:url(../images/account_bg.gif);
	color:#FFF;
}
.account .user_detail{
	width:698px;
	float:left;
}
.account .user_detail h6{
	padding-bottom:5px;
}
.account .ac_info{
	width:698px;
	float:left;
}
.ac_info .secs1{
	width:345px;
	float:left;
	background-color:#ccc;
	margin-bottom:1px;
}
.ac_info .secs1 .sec_head{
	float:left;
	width:325px;
	height:23px;
	padding:8px 10px 0px 10px;
	border-bottom:#5e5e5e solid 1px;
	background-color:#888888;
}
.ac_info .secs1 .sec_head h6{
	float:left;
	color:#FFF;
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
	padding-top:2px;
	padding-bottom:0px;
}
.ac_info .secs1 .sec_head h6.contct{
	background-image:url(../images/contact_icon.gif);
}
.ac_info .secs1 .sec_head h6.adress{
	background-image:url(../images/adress_icon.gif);
}
.ac_info .secs2 .sec_head h6.manage{
	background-image:url(../images/manage_icon.gif);
}
.ac_info .secs1 .sec_head a{
	float:right;
	color:#fff;
}
.ac_info .secs1 .sec_head a:hover{
	text-decoration:underline;
}
.ac_info .secs1 .seccont{
	float:left;
	width:325px;
	min-height:123px;
	padding:8px 10px 0px 10px;
}
.seccont a{
	color:#666 !important;
}
.ac_info .secs2{
	width:352px;
	float:right;
	background-color:#ccc;
	margin-bottom:1px;
}
.ac_info .secs2 .sec_head{
	float:left;
	width:332px;
	height:23px;
	padding:8px 10px 0px 10px;
	border-bottom:#5e5e5e solid 1px;
	background-color:#888;
}
.ac_info .secs2 .sec_head h6{
	float:left;
	color:#FFF;
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
	padding-top:2px;
	padding-bottom:0px;
}
.ac_info .secs1 .sec_head h6.news{
	background-image:url(../images/news_icon.gif);
}
.ac_info .secs2 .sec_head h6.news{
	background-image:url(../images/news_icon.gif);
}
.ac_info .secs2 .sec_head a{
	float:right;
	color:#fff;
}
.ac_info .secs2 .sec_head a:hover{
	text-decoration:underline;
}
.ac_info .secs2 .seccont{
	float:left;
	width:321px;
	min-height:123px;
	padding:8px 10px 0px 10px;
}

/*
=======================================================================
	Account Table Rules
=======================================================================
*/
.account_table {
	width:698px;
	margin:20px 0px;
	float:left;
}
.account_table ul{
	width:698px;
	list-style:none;
}
.account_table ul.headtable{
	width:692px;
	background-color:#888;
	float:left;
	padding:0px 3px 0px 3px;
	height:23px;
	color:#FFF;
}
.account_table ul.headtable li{
	padding-top:4px !important;
}
.account_table ul.contable{
	width:690px;
	float:left;
	padding:0px 4px;
}
.account_table ul.gray{
	background-color:#ccc;
}

.account_table ul li{
	float:left;
	padding:6px 0px;
	text-align:center;
}
.account_table ul li.order{
	width:110px;
}
.account_table ul li.date{
	width:99px;
}
.account_table ul li.ship{
	width:80px;
}
.account_table ul li.ordertotal{
	width:130px;
}
.account_table ul li.status{
	width:126px;
}
.account_table ul li.action {
	width:144px;
}
.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;
}
/*
=======================================================================
	View Tags Rules
=======================================================================
*/
.view_tags {
	width:698px;
	float:left;
	margin-bottom:10px;
}
.view_tags .tagssec{
	width:338px;
	float:right;
}
.view_tags .tagssec p{
	float:left;
	padding-right:3px;
	margin-left:31px;
}
.view_tags .tagssec a{
	float:left;
	padding-top:2px;
}
.view_tags .viewssec{
	width:338px;
	float:left;
}
.view_tags ul{
	list-style:none;
}
.view_tags ul li{
	padding:10px 0px;
	border-bottom:#999999 dashed 1px;
}
.view_tags ul li h5.bullet{
	padding:2px 5px;
	float:left;
	background-color:#fff;
	color:#000	;
	border:#9c9c9c solid 1px;
	margin-right:10px;
}
.view_tags ul li h5.title{
	float:left;
	margin-top:2px;
	color:#666;
}
.view_tags ul li .rating{
	margin:3px 0px 0px 29px;
}
/*
=======================================================================
	Banner Rules
=======================================================================
*/
.banner {
	width:960px;
	height:410px;
	float:left;
	margin-top:-11px;
	z-index:99;
	margin-left:1px;
}
.bannersec {
	width:960px;
	height:412px;
	background-color:#16b100;
}
.bannersec a{
	width:960px;
	height:359px;
	border-bottom:#98ad36 solid 1px;
	float:left;
}
.bannersec p{
	width:835px;
	height:35px;
	padding:10px 20px 0px 20px;
	float:left;
	font-size:14px;
	color:#FFF;
}
.paginationstyle{
	width: 100px;
	text-align: center;
	padding: 2px 0;
	margin: -40px 0px 0px 850px;
	position:absolute;
}
.paginationstyle a.prevbanner{
	text-decoration: none;
	display:inline-block;
	width:23px;
	height:23px;
	background-image:url(../images/banner_arows.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.paginationstyle a.prevbanner:hover{
	background-position:0px -23px;
}
.paginationstyle a.nextbanner{
	text-decoration: none;
	display:inline-block;
	width:23px;
	height:23px;
	background-image:url(../images/banner_arows1.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	margin-left:6px;
}
.paginationstyle a.nextbanner:hover{
	background-position:0px -23px;
}
.paginationstyle a:hover, .paginationstyle a.selected{
	background-position:0px -23px;
}
.paginationstyle a.disabled, .paginationstyle a.disabled:hover{
	background-position:0px -23px;
}
.paginationstyle a.imglinks{
	border: 0;
	padding: 0;
}
.paginationstyle a.imglinks img{
	vertical-align: bottom;
	border: 0;
}
.paginationstyle a.imglinks a:hover{
	background: none;
}
.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{
	color: #000;
	background-color: yellow;
}
/*
=======================================================================
	Slider Home Page Rules
=======================================================================
*/
.slidersec {
	width:960px;
	/*height:428px;*/
	height:auto;
	float:left;
	background-image:url(../images/scroller_shadow.gif);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#f2f2f2;
	padding-bottom:10px;
	margin-left:1px;
}
.slidersec h4{
	width:941px;
	border-bottom:#7e7e7e solid 1px;
	color:#fff;
	padding:10px;
	margin-bottom:20px;
}
.slidersec .list{
	width:883px !important;
	float:left;
	overflow:hidden;
}
.sliderGallery {
	overflow: hidden;
    position: relative;
    padding: 20px 0px 0px 0px;
	margin: 15px 0px 0px 15px;
    height: 400px;
    width: 940px;
	background-image:url(../images/scroller_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	float:left;
}
.sliderGallery UL {
	position: relative;
    list-style: none;
    overflow: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
	left: 0px;
	overflow:hidden;
	float:left;
	padding-right:20px;
}
.sliderGallery UL LI {
	width:160px !important;
	height:275px !important;
	color:#000;
	background-image:url(../images/scroller_li_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-left:17px;
	display:inline-block;
}
.sliderGallery UL LI.first {
	margin-left:0px;
}
.sliderGallery UL LI.last {
	margin-right:30px;
}
.sliderGallery UL LI a.thumb{
	width:160px;
	height:162px;
	float:left;
}
.sliderGallery UL LI h6{
	width:155px;
	float:left;
	color:#333333;
	padding:3px 0px 3px 5px;
}
.sliderGallery UL LI .rate{
	width:65px;
	float:left;
	margin:0px 15px 5px 5px;
}
.sliderGallery UL LI a.reviews{
	float:left;
	color:#333333;
}
.sliderGallery UL LI p.crossprice{
	float:left;
	color:#333333;
	font-size:14px;
	text-decoration:line-through;
	margin:0px 15px 5px 5px;
}
.sliderGallery UL LI p.price{
	float:left;
	margin-right:20px;
	color:#333333;
	font-size:14px;
}
.sliderGallery UL LI a.adcrt{
	width:80px;
	height:19px;
	display:inline-block;
	padding-top:3px;
	float:left;
	background-image:url(../images/adcart.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-align:center;
	color:#FFF;
	margin-left:5px;
}
.sliderGallery UL LI a.icons{
	float:left;
	margin-left:10px;
}
.slider1 {
	border:0px !important;
	width: 881px !important;
    height: 27px !important;
    margin-top: 310px !important;
    margin-left: 0px !important;
    position: absolute !important;
    background: url(../images/slider.gif) no-repeat !important;
}

.ui-slider-handle {
	margin-left:0px;
	border:0px;
	position: absolute;
    cursor: move;
    height: 19px;
    width: 242px;
	margin-top:4px;
    top: 0;
    background: url(../images/pan.gif) no-repeat;
    z-index: 100;
}

.sliderGallery1 {
	overflow: hidden;
    position: relative;
    padding: 20px 25px 0px 25px;
	margin: 15px 0px 0px 15px;
    height: 400px;
    width: 883px;
	background-image:url(../images/scroller_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	float:left;
}
.sliderGallery1 UL {
	position: relative;
    list-style: none;
    overflow: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
	left: 0px;
	overflow:hidden;
	float:left;
	padding-right:20px;
}
.sliderGallery1 UL LI {
	width:160px !important;
	height:275px !important;
	color:#000;
	background-image:url(../images/scroller_li_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-left:17px;
	display:inline-block;
}
.sliderGallery1 UL LI.first {
	margin-left:0px;
}
.sliderGallery1 UL LI.last {
	margin-right:30px;
}
.sliderGallery1 UL LI a.thumb{
	width:160px;
	height:162px;
	float:left;
}
.sliderGallery1 UL LI h6{
	width:155px;
	float:left;
	color:#333333;
	padding:3px 0px 3px 5px;
}
.sliderGallery1 UL LI .rate{
	width:65px;
	float:left;
	margin:0px 15px 5px 5px;
}
.sliderGallery1 UL LI a.reviews{
	float:left;
	color:#333333;
}
.sliderGallery1 UL LI p.crossprice{
	float:left;
	color:#333333;
	font-size:14px;
	text-decoration:line-through;
	margin:0px 15px 5px 5px;
}
.sliderGallery1 UL LI p.price{
	float:left;
	margin-right:20px;
	color:#333333;
	font-size:14px;
}
.sliderGallery1 UL LI a.adcrt{
	width:80px;
	height:19px;
	display:inline-block;
	padding-top:3px;
	float:left;
	background-image:url(../images/adcart.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-align:center;
	color:#FFF;
	margin-left:5px;
}
.sliderGallery1 UL LI a.icons{
	float:left;
	margin-left:10px;
}

.slider2 {
	border:0px !important;
	width: 881px !important;
    height: 27px !important;
    margin-top: 310px !important;
    margin-left: 0px !important;
    position: absolute !important;
    background: url(../images/slider.gif) no-repeat !important;
}
/*
.ui-slider-handle {
	border:0px;
	position: absolute;
    cursor: move;
    height: 19px;
    width: 242px ;
	margin-top:4px ;
    top: 0;
    background: url(../images/pan.gif) no-repeat !important;
    z-index: 100;
}

*/
/*
=======================================================================
	Slider Home Page Rules
=======================================================================
*/
.ads {
	width:870px;
	padding:10px 10px 0px 10px;
	margin-left:1px;
	margin:0 auto;
	/*float:left;*/
}
/*
=======================================================================
	Bread Crumb Rules
=======================================================================
*/
.crumb {
	width:932px;
	height:38px;
	padding:0px 15px;
	background-image:url(../images/crumb_new.gif);
	background-repeat:no-repeat;
	background-position:top;
	margin-top:-12px;
	float:left;
	position:absolute;
}
.crumb ul{
	list-style:none;
	float:left;
	padding-top:10px;
}
.crumb ul li{
	float:left;
	background-image:url(../images/crumb_sep.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:0px 10px;
}
.crumb ul li.first{
	background-image:none;
	background-repeat:no-repeat;
	background-position:left;
	padding-left:0px;
}
.crumb ul li a{
	color:#fff;
}
/*
=======================================================================
	Categories Rules
=======================================================================
*/
.categories {
	float:left;
	width:940px;
	padding:26px 10px 0px 10px;
	margin-left:1px;
}
.categories .cat_sec{
	float:left;
	width:231px;
	height:420px;
	margin-right:1px;
}
.categories .cat_sec h5{
	width:231px;
	color:#666;
	padding:10px 0px;
	text-align:center;
}
.categories .cat_sec .cats{
	width:231px;
	height:130px;
	background-repeat:no-repeat;
	/*padding-top:259px;*/
}
.categories .cat_sec .cat1{
	/*background-image:url(../images/cat1.gif);*/
}
.categories .cat_sec .cat2{
	background-image:url(../images/cat2.gif);
}
.categories .cat_sec .cat3{
	background-image:url(../images/cat3.gif);
}
.categories .cat_sec .cat4{
	background-image:url(../images/cat4.gif);
}
.categories .cat_sec .cats ul{
	width:211px;
	background-image:url(../images/grey_bg.png);
	padding:10px;
	height:103px;
	list-style:none;
}
.categories .cat_sec .cats ul li{
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:13px;
}
.categories .cat_sec .cats ul li a{
	color:#272727;
}
.categories .cat_sec .cats ul li.viewall{
	background-image:none;
	text-align:right;
}
/*
=======================================================================
	Static Page Rules
=======================================================================
*/
.static {
	float:left;
	width:940px;
	padding:26px 10px 0px 10px;
	margin-left:1px;
}
a.bordrs {
	padding:3px;
	border:#c9c9c9 solid 1px;
	background-color:#FFF;
	float:left;
}
.static h1{
	padding:10px 0px;
}
.static h1{
	padding:10px 0px;
}
.static span{
	padding:0px 0px 5px 0px;
}
.static h2{
	padding:8px 0px;
}
.static h3{
	padding:6px 0px;
}
.static h4{
	padding:5px 0px;
}
.static h5{
	padding:5px 0px;
}
.static h5 span{
	padding-bottom:10px;
}
.static h6{
	padding:5px 0px;
}
.static_list {
	width:940px;
	float:left;
}
.static_list ul{
	list-style:none;
	float:left;
}
.static_list ul li{
	float:left;
	width:438px;
	margin:0px 20px 0px 0px;
	padding:30px 0px 30px 0px !important;
}
.static_list ul li.last{
	border-right:none;
	margin-right:0px;
	margin-left:10px;
}
.static_list ul li .imag{
	float:left;
}
.static_list ul li div{
	float:left;
	width:300px;
	margin-left:20px;
}
.static ul.imgs{
	float:left;
	list-style:none;
	padding:5px 0px 10px 0px;
}
.static ul.imgs li{
	float:left;
	margin-right:10px;
}
.static .sec1 {
	width:272px;
	padding-right:10px;
	float:left;
	margin-right:10px;
	margin-top:20px;
}
.static .sec1 p{
	width:272px;
	float:left;
	padding:0px 0px 10px 0px;
}
.static .sec1 a.bordrs{
	margin-bottom:10px;
}
.static .sec2 {
	width:282px;
	float:left;
	margin-right:30px;
	margin-top:20px;
}
.static .sec2 h5{
	padding:0px 10px 0px 12px;
}
.static .sec2 a.bordrs{
	margin-bottom:10px;
}
.static .sec3 {
	width:282px;
	float:left;
	margin-top:20px;
}
.static .sec3 h5{
	padding:0px 10px 0px 5px;
}
.static .sec3 p{
	width:282px;
	float:left;
	padding:0px 0px 10px 0px;
}
.static .sec3 a.bordrs{
	margin-bottom:10px;
}
.static ul{
	width:100%;
	padding-left:18px;
}
.static ul li{
	padding:4px 0px;
}
.static ol{
	float:left;
	padding-left:30px;
}
.static ol li{
	padding:4px 0px;
}
.bigsec {
	width:100%;
	float:left;
	padding:20px 0px;
}
.bigsec a.left{
	margin:0px 20px 10px 0px;
}
.grayborder {
	width:100%;
	border-top:#5e5e5e solid 1px;
	margin:10px 0px;
	height:1px;
	overflow:hidden;
}
.bord_top {
	border-top:#5e5e5e solid 1px;
	padding-top:20px;
}
.bord_botm {
	border-bottom:#5e5e5e solid 1px;
	padding-bottom:20px;
}
.static p.pad{
	padding:0px 30px 0px 0px;
}
.static .checkboxs{
	float:left;
	width:430px;
}
.static table{
	float:left;
	width:100%;
}
.static tr.tablehead{
	background-color:#999 !important;
	font-weight:bold;
	color:#FFF;
}
.static tr{
	padding:5px;
	/*background-color:#ccc;*/
}
.static tr td input {
width: 269px;
height: 24px;
padding: 0px 5px;
border: #dddddd solid 1px;
font-size: 11px;
}
.static tr.tabledark{
	background-color:#E6E6E6 !important;
}
.static tr td{
	padding:5px;
}
/*
=======================================================================
	Input Form Rules
=======================================================================
*/
ul.forms {
	list-style:none;
	padding:0px 20px 10px 0px;
}
ul.smallforms {
	padding:0px 20px 3px 0px !important;
}
ul.forms li{
}
ul.forms li.txt{
	width:150px;
	color:#666;
	padding-right:10px;
	/*padding-top:5px;
	text-align:right;*/
	float:left;
}
ul.forms li.smalltxt{
	float:left;
	width:70px;
	color:#666;
	padding-top:5px;
}
.req {
	color:#F00;
}
ul.forms li.inputfield{
	float:left;
}
ul.forms li.inputfield input{
	width:229px;
	height:20px;
	background-image:url(../images/input_bar.gif);
	background-repeat:repeat-x;
	background-color:#f8f8f8;
	border:#cccccc solid 1px;
	padding:0px 5px;
}
ul.forms li.inputfield select{
	width:241px;
	height:20px;
	background-image:url(../images/input_bar.gif);
	background-repeat:repeat-x;
	background-color:#FFF;
	border:#cccccc solid 1px;
}
ul.forms li.textfield{
	float:left;
}
ul.forms li.textfield textarea{
	width:340px;
	height:110px;
	background-image:url(../images/input_bar.gif);
	background-repeat:repeat-x;
	border:#cccccc solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px;
	background-color:#f8f8f8;
}
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;
}
/*
=======================================================================
	Shopping Cart Rules
=======================================================================
*/
.shoppingcart {
	float:left;
	width:940px;
	padding:26px 10px 0px 10px;
	margin-left:1px;
}
.shoppingcart ul.tablehead{
	width:940px;
	float:left;
	list-style:none;
	height:24px;
	padding-top:5px;
	color:#666;
}
.shoppingcart ul.tablehead li{
	float:left;
	padding:2px 0px 0px 0px;
	font-weight:bold;
	font-size:12px;
	background:none !important;
	height:18px !important;
}
.shoppingcart ul.tablehead  li.remove{
	width:88px;
	text-align:center;
}
.shoppingcart ul.tablehead  li.thumb{
	width:84px;
	text-align:center;
	height:44px;
	padding-top:4px !important;
}
.shoppingcart ul.tablehead li.title{
	width:520px;
	padding-left:10px;
}
.shoppingcart ul.tablehead li.select{
	width:55px;
	text-align:center;
}
.shoppingcart ul.tablehead li.price{
	width:75px;
	text-align:center;
	height:28px;
}
.shoppingcart ul.tablehead li.qty{
	width:75px;
	text-align:center;
	height:48px;
}
.shoppingcart ul.tablehead li.qty input{
	width:27px;
	height:22px;
	padding-top:4px;
	background-image:url(../images/qty.gif);
	background-repeat:no-repeat;
	background-position:left;
	border:transparent solid 0px;
	text-align:center;
	margin-top:12px;
}
.shoppingcart ul.tablehead li.total{
	width:92px;
	text-align:center;
}
.cartbg {
	background-image:url(../images/cart_curve.gif);
	background-repeat:no-repeat;
	background-position:top;
}
.cartgrey {
	background-color:#a19f9f !important;
}
.shoppingcart ul.cartlist{
	width:942px;
	float:left;
	list-style:none;
	color:#fff;
	background-color:#767676;
	border-bottom:#5e5e5e solid 1px;
}
.shoppingcart ul.cartlist li{
	float:left;
	padding:0px;
	background:none !important;
	border-right:#5e5e5e solid 1px;
}
.shoppingcart ul.cartlist li a{
	color:#fff;
}
.shoppingcart ul.cartlist  li.remove{
	width:88px;
	text-align:center;
	padding:26px 0px 0px 0px;
	height:37px;
}
.shoppingcart ul.cartlist  li.thumb{
	width:80px;
	text-align:center;
	padding:10px 0px;
	border:none;
}
.shoppingcart ul.cartlist  li.thumb a img{
	border:#666 solid 3px;
	float:left;
	margin-left:20px;
}
.shoppingcart ul.cartlist li.title{
	width:450px;
	padding-left:10px;
	padding:10px 0px;
	height:49px;
}
.shoppingcart ul.cartlist li.select{
	width:50px;
	text-align:center;
	height:69px;
}
.shoppingcart ul.cartlist li.price{
	width:75px;
	text-align:center;
	padding:25px 0px 0px 0px;
	height:38px;
}
.shoppingcart ul.cartlist li.qty{
	width:75px;
	text-align:center;
	height:63px;
}
.shoppingcart ul.cartlist li.qty input{
	width:23px;
	height:22px;
	padding-top:0px;
	background-image:url(../images/qty.gif);
	background-repeat:no-repeat;
	background-position:left;
	border:transparent solid 0px;
	text-align:center;
	margin-top:22px;
}
.shoppingcart ul.cartlist li.total{
	width:92px;
	text-align:center;
	padding:25px 0px 0px 0px;
	height:38px;
	border:none;
}
.crtbuttns {
	width:922px;
	padding:10px;
	float:left;
	background-image:url(../images/cart_curve_botm.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#767676;
}
a.crtbtn {
	display:inline-block;
	height:24px;
	background-image:url(../images/cartbtn.gif);
	background-position:left;
	background-repeat:no-repeat;
	text-align:center;
	padding-left:10px;
	color:#FFF;
}
a.crtbtn span{
	display:inline-block;
	height:20px;
	background-image:url(../images/cartbtn.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:10px;
	padding-top:4px;
}
a.crtbtn:hover {
	color:#ccc;
}

.sections {
	width:942px;
	float:left;
	padding-top:10px;
	color:#fff;
}
.sections .smallsec{
	width:260px;
	height:178px;
	padding:15px 20px;
	float:left;
	background-image:url(../images/cart_sec_small.gif);
	background-repeat:no-repeat;
	background-position:top;
}
.smallsec h6{
	width:260px;
	margin-bottom:15px;
}
.smallsec p{
	width:260px;
	margin-bottom:10px;
}
.smallsec select{
	width:260px;
	margin-bottom:10px;
	height:22px;
}
.smallsec input{
	width:256px;
	height:18px;
	margin-bottom:10px;
	background-image:url(../images/input_bar.gif);
	background-repeat:repeat-x;
	background-position:top;
}
.sections .bigsec{
	width:581px;
	height:225px;
	padding:15px 20px;
	float:right;
	background-image:url(../images/cart_sec_big.gif);
	background-repeat:no-repeat;
	background-position:top;
}
.bigsec .leftsec{
	width:280px;
	float:left;
}
.leftsec h6{
	width:260px;
	margin-bottom:15px;
}
.leftsec input{
	width:256px;
	height:18px;
	margin:10px 0px;
	background-image:url(../images/input_bar.gif);
	background-repeat:repeat-x;
	background-position:top;
}
.leftsec a.crtbtn{
	margin-right:18px;
}
.bigsec .rightsec{
	width:280px;
	float:right;
}
.rightsec h5{
	width:280px;
	margin-bottom:30px;
}
.rightsec ul{
	width:280px;
	list-style:none;
	border-bottom:#5e5e5e solid 1px;
	padding:8px 0px !important;
	float:left;
	height:20px;
}
.rightsec ul li{
	float:left;
}
.rightsec ul.subtotalbig{
	font-size:14px;
}
.rightsec a.checkout{
	height:33px;
	background-image:url(../images/checkout.gif);
	background-repeat:no-repeat;
	background-position:left;
	color:#FFF;
	float:right;
	font-size:12px;
	margin-top:20px;
	padding-left:25px;
}
.rightsec a.checkout span{
	height:25px;
	padding-top:8px;
	background-image:url(../images/checkout.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:25px;
	display:inline-block;
}
.rightsec a.checkout:hover{
	color:#ccc;
}
/*
=======================================================================
	Contact Page Rules
=======================================================================
*/
.contact {
	float:left;
	width:700px;
	margin-bottom:20px;
}
.mapsec {
	width:336px;
	float:left;
}
.mapsec h6{
	padding-bottom:10px;
	margin-top:10px;
}
.mapsec p{
	width:300px;
	float:left;
}
.map {
	float:left;
	margin-top:20px;
}
.map iframe{
	border-bottom:#000 solid 1px;
}
.map a.enlarg{
	font-weight:bold;
	padding:5px 0px;
	color:#333;
	float:left;
}
.contact_form {
	width:280px;
	float:right;
}
.contact_form h6{
	padding-bottom:10px;
	margin-top:10px;
}
.contact_form ul{
	float:left;
	list-style:none;
}
.contact_form ul li{
	margin-bottom:5px;
}
.contact_form input.bar{
	width:269px;
	height:24px;
	padding:0px 5px;
	border:#dddddd solid 1px;
	font-size:11px;
}
.contact_form textarea{
	width:269px;
	height:154px;
	padding:5px;
	border:#dddddd solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.signup_form {
	width:300px;
	float:left;
}
.signup_form ul{
	list-style:none;
}
.signup_form ul li{
	/*margin-bottom:5px;*/
}
.signup_form input.bar{
	width:269px;
	height:24px;
	padding:0px 5px;
	border:#dddddd solid 1px;
	font-size:11px;
}
.signup_form textarea{
	width:269px;
	height:154px;
	padding:5px;
	border:#dddddd solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.error {
	color:#F00;
}
.seccess {
	color:#090;
}
/*
=======================================================================
	Login Rules
=======================================================================
*/
.login {
	float:left;
	width:940px;
	padding:26px 10px 0px 10px;
	margin-left:1px;
	color:#FFF;
}
.login h5{
	padding:0px 0px 20px 0px;
	color:#FFF;
}
.login .creatacnt{
	float:left;
	width:420px;
	height:224px;
	padding:12px 20px;
	background-image:url(../images/login.gif);
	background-repeat:no-repeat;
	background-position:top;
	overflow:hidden;
}
.login .creatacnt p{
	padding:5px 0px 5px 0px;
}
.login .creatacnt a{
	margin:10px 0px 0px 0px;
}
.login .signin{
	float:left;
	width:420px;
	height:224px;
	padding:12px 20px;
	background-image:url(../images/login.gif);
	background-repeat:no-repeat;
	background-position:top;
	overflow:hidden;
}
.login .quick{
	float:right;
	width:420px;
	height:550px;
	padding:12px 20px;
	background-image:url(../images/quick.gif);
	background-repeat:no-repeat;
	background-position:top;
	overflow:hidden;
	background-color:#8B8B8B;
	border-radius:5px;
}
.login .signin p{
	padding:20px 0px 10px 0px;
}
.login .signin ul{
	list-style:none;
	float:left;
	width:100%;
	padding-bottom:10px;
}
.login .signin ul li{
	float:left;
}
.login .signin ul li.txt{
	float:left;
	width:70px;
	padding-top:5px;
}
.login .signin ul li.field{
	float:left;
	width:350px;
}
.login .signin ul li.field input{
	float:left;
	width:328px;
	height:24px;
	padding:0px 10px;
	background-image:url(../images/input_bar.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFF;
	border:#646464 solid 1px;
}
.login .signin ul li.butns{
	float:right;
}
.login .signin ul li a.forgot{
	color:#CCC;
	margin-right:10px;
	text-decoration:underline;
}
.login .quick p{
	padding:20px 0px 10px 0px;
}
.login .quick ul{
	list-style:none;
	float:left;
	width:100%;
	padding-bottom:10px;
}
.login .quick ul li{
	float:left;
}
.login .quick ul li.txt{
	float:left;
	width:70px;
	padding-top:5px;
}
.login .quick ul li.field{
	float:left;
	width:350px;
}
.login .quick ul li.field input{
	float:left;
	width:328px;
	height:24px;
	padding:0px 10px;
	background-image:url(../images/input_bar.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFF;
	border:#646464 solid 1px;
}
.login .quick ul li.butns{
	float:right;
}
.login .quick ul li a.forgot{
	color:#CCC;
	margin-right:10px;
	text-decoration:underline;
}
/*
=======================================================================
	columns Rules
=======================================================================
*/
.columns {
	float:left;
	width:950px;
	margin-left:1px;
	padding:26px 10px 0px 0px;
	background-image:url(../images/colum__bg.gif);
	background-repeat:repeat-y;
	background-color:#fff;
	background-position:left;
}
/*
=======================================================================
	Footer Rules
=======================================================================
*/
#footer {
	width:100%;
	background-image:url(../images/footer_new.gif);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#8f92b9;  !e0e0e0;
	padding-top:30px;
}
.foot_back {
	background-image:url(../images/footer_colm.gif) !important;
}
#footer .inner {
	width:961px;
	margin:0px auto;
}
a.top {
	float:right;
	margin-top:-19px;
	margin-right:10px;
}
#footer .footerlinks {
	width:961px;
	float:left;
	padding-bottom:20px;
}
#footer .footerlinks ul{
	width:240px;
	float:left;
	list-style:none;
}
#footer .footerlinks ul li{
	width:220px;
	float:left;
	color:#FFFFFF;  !666;
	padding:2px 0px;
}
#footer .footerlinks ul li a{
	color:#FFFFFF;
}
#footer .footerlinks ul li a:hover{
	text-decoration:underline;
}

.foot_botm {
	width:961px;
	float:left;
	border-top:#bbbbbb solid 1px;
	padding:20px 0px;
	color:#FFFFFF;
}
.foot_botm .copyright{
	width:661px;
	float:left;
}
.foot_botm .netwrok{
	float:right;
}
.foot_botm .netwrok ul.signup{
	list-style:none;
	float:right;
}
.foot_botm .netwrok ul.signup li{
	float:left;
}
.foot_botm .netwrok ul.signup li input.bar{
	float:left;
	width:211px;
	height:26px;
	line-height:24px;
	padding:0px 5px;
	background-image:url(../images/search_foot.gif);
	background-repeat:no-repeat;
	background-position:right;
	border:none;
	margin-right:5px;
	text-transform:uppercase;
	color:#FFFFFF;
}
.foot_botm .netwrok ul.signup li a.signbtn{
	float:left;
	height:26px;
	color:#FFF;
	display:inline-block;
	background-image:url(../images/signup.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-transform:uppercase;
	padding-left:10px;
}
.foot_botm .netwrok ul.signup li a.signbtn span{
	float:left;
	height:20px;
	padding-top:6px;
	padding-right:10px;
	text-align:center;
	color:#FFF;
	display:inline-block;
	background-image:url(../images/signup.gif);
	background-repeat:no-repeat;
	background-position:right;
	text-transform:uppercase;
}
.foot_botm .netwrok ul.networklinks{
	list-style:none;
	float:right;
	padding-top:15px;
}
.foot_botm .netwrok ul.networklinks li{
	float:left;
	margin-left:5px;
	color:#FFFFFF;
}

.button {
display: inline-block;
height: 20px;
background-image: url(../images/cartbtn.gif);
background-position: right;
background-repeat: no-repeat;
padding-right: 10px;
padding-top: 4px;
color: white;
padding: 5px 10px 5px 10px;
border: none;
}
.checkbox {
width: 20px !important;
margin-left: 52px;
}