@charset "utf-8";
/*
=======================================================================
	General Rules
=======================================================================
*/

@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,500&subset=latin,latin-ext);

* {
	padding:0px;
	margin:0px;
}
body {
	background:#2e2e2e url(../images/background.jpg) center top no-repeat;
	font-family:'Ubuntu',Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	border-top:1px solid #999071;
}


a {
	text-decoration:none;
	outline:none;
	color:#666666;
}
a img {
	border:none;
}
.clear {
	clear:both;
}
.bold {
	font-weight:500;
}
.colr {
	color:#435b7a !important;
}
.black {
	color:#000;
}
h1 {
	font-size:22px;
	font-weight:normal;
	font-family:'Ubuntu', Arial, Helvetica, sans-serif;
}
h2 {
	font-size:21px;
	font-weight:normal;
	font-family:'Ubuntu', Arial, Helvetica, sans-serif;
}
h3 {
	font-size:20px;
	font-weight:normal;
	font-family:'Ubuntu', Arial, Helvetica, sans-serif;
}
h4 {
	font-size:18px;
	font-weight:normal;
	font-family:'Ubuntu', Arial, Helvetica, sans-serif;
}
.subhead {
	margin-top:20px;
	width:100%;
	float:left;
}
h5 {
	font-size:15px;
	font-weight:normal;
	font-family:'Ubuntu', Arial, Helvetica, sans-serif;
}
h6 {
	font-size:14px;
	font-weight:normal;
	font-family:'Ubuntu', Arial, Helvetica, sans-serif;
}
p {
	line-height:18px;
}
.left {
	float:left !important;
}
.right {
	float:right !important;
}
.heading {
	padding:0px 0px 8px 0px;
	width:100%;
	border-bottom:#dddddd solid 1px;
	margin-bottom:10px;
}
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:500;
}
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.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:500;
}
a.simplebtndrk {
	height:23px;
	display:inline-block;
	color:#FFF;
	background-image:url(../images/drk_btn.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:0px 0px 0px 10px;
}
a.simplebtndrk span{
	height:18px;
	display:inline-block;
	color:#FFF;
	background-image:url(../images/drk_btn.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding:5px 10px 0px 0px;
	font-weight:500;
}
a.simplebtndrk:hover {
	color:#fff;
}
input.simplebtn {
	height:27px;
	display:inline-block;
	color:#FFF;
	padding:0px 10px 3px 10px;
	background-color:#333333;
	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:141px;
	margin-bottom:0;
	margin-top:12px;
	float:left;
}
.logo {
	width:363px;
	height:71px;
	float:left;
	padding-top:8px;
	padding-bottom:12px;
	margin-left:0px;
}

.slogan {
	width:530px;
	height:63px;
	float:right;
	margin:19px 0 0 0;
}

.righthead {
	float:right;
	margin:70px 0px 0px 0px;
}
.righthead ul.topnavi{
	float:left;
	list-style:none;
	margin:0px;
}
ul.topnavi li{
	float:left;
	padding:0px 10px;
	background-image:url(../images/sep.gif);
	background-repeat:no-repeat;
	background-position:right;
	color:#dddddd;
}
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(../images/searchbar.gif);
	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(../images/go.gif);
	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(../images/input_bar.gif);
	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;
}


#banner #slider{ width:942px; height:303px; background:url(images/slider-background-img.png) left top no-repeat; margin:0; padding:0; position:relative;}
#banner #slider IMG { position:absolute; width:942px; height:303px; top:0; left:0; z-index:8; opacity:0.0; }
#banner #slider IMG.active { z-index:10; opacity:1.0; }
#banner #slider IMG.last-active { z-index:9; }

/*
=======================================================================
	Bread Crumb Rules
=======================================================================
*/
.crumb {
	width:942px;
	float:left;
	padding:1px 0px 0px 0px;
	height:30px;
	background-image:url(../images/crumb.png);
	background-repeat:no-repeat;
	margin-bottom:10px;
}
ul.breadcrumb {
	float:left;
	list-style:none;
	color:#888;
	width:650px;
}
ul.breadcrumb li{
	float:left;
	padding:0px 10px;
	background-image:url(../images/crumb_seprator.gif);
	background-repeat:no-repeat;
	background-position:right;
	height:22px;
	padding:7px 20px 0px 10px;
}
ul.breadcrumb li.last{
	background-image:none;
}
ul.breadcrumb li a{
	color:#888;
}
ul.breadcrumb li a:hover{
	color:#888;
}
.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:left;
}
.listing ul{
	float:left;
	list-style:none;
}
.listing ul li{
	float:left;
	width:160px;
	height:237px;
	margin-bottom:20px;
	margin-right:20px;
	background:url(../images/product-list-background.png) left top no-repeat;
}
.listing ul li.last{
	margin-right:0px;
}
.listing ul li .thumb{
	float:left;
}
.listing ul li .thumb img{
	width:152px;
	height:108px;
	margin:4px;
}
.listing span.sale{
	position:absolute;
	height:29px;
	width:39px;
	padding:15px 10px;
	background-image:url(../images/sale.gif);
	background-position:left;
	background-repeat:no-repeat;
	color:#FFF;
	margin:-198px 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.gif);
	background-position:left;
	background-repeat:no-repeat;
	color:#FFF;
	float:left;
	margin:-192px 0px 0px 130px;
}
.listing ul li a.title{
	padding:6px 10px 0px 10px;
	width:138px;
	float:left;
	text-align:center;
	line-height:120%;
	color:#999;
}

.listing ul li a.price span{
	padding:5px 5px 0px 5px;
	height:30px;
	width:148px;
	display:inline-block;
	float:left;
	text-align:center;
	line-height:120%;
	color:#999;
	font-size:22px !important; font-weight:500;
}

.listing ul li a.price span i{ font-size:14px; font-style:normal; font-weight:normal; padding-left:4px; }

.listing span {
	width:160px;
	font-size:14px;
	font-family:'Ubuntu', Arial, Helvetica, sans-serif;
	text-align:center;
	color:#777;
	line-height:140%;
}

.listing ul li.big{
	float:left;
	width:698px;
	height:205px;
	margin-bottom:20px;
	margin-right:20px;
	border:#cdcdcd solid 1px;
	background-color:#fff;
}




.listing2 {
	float:left;
}
.listing2 ul{
	float:left;
	list-style:none;
}
.listing2 ul li{
	float:left;
	width:160px;
	height:148px;
	margin-bottom:20px;
	margin-right:20px;
	background:url(../images/gallery-list-background.png) left top no-repeat;
	list-style:none;
}

.listing2 ul li img{
	width:152px;
	eight:140px;
	margin:4px;
}

.listing2 ul li.last{
	margin-right:0px;
}


.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:left;
	padding:10px 0px;
}
.pagingbullets ul{
	float:right;
	list-style:none;
}
.pagingbullets ul li{
	float:left;
	margin-left:5px;
}
.pagingbullets ul li a.link{
	float:left;
	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:left;
	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:left;
	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:#333333 !important;
}
.active_page{
	color:#333333 !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:#fafafa;
}
/*
=======================================================================
	Column 1 Rules
=======================================================================
*/
.col1 {
	width:222px;
	float:left;
	margin:0px 0px 0px 0px;
}
.col1 .small_heading{
	width:222px;
	float:left;
	height:34px;
	background-image:url(../images/left_head.gif)
}
.col1 .left_botm{
	width:222px;
	float:left;
	height:1px;
	background-image:url(../images/left_botm.gif);
	background-position:bottom;
}
.col1 a.bigbtn {
	height:21px;
	width:200px;
	padding-top:6px;
	font-size:12px;
	color:#777777;
	background-image:url(../images/bigbtn.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-align:center;
	display:inline-block;
	float:left;
	margin:10px 0px;
}
/*
=======================================================================
	Advertisment Rules
=======================================================================
*/
.adv {
	width:222px;
	padding:0px 0px 0px 0px;
	float:left;
	background-image:url(../images/left_bg.gif);
	background-repeat:repeat-y;
	background-position:top;
	margin-bottom:10px;
}
.adv h5{
	float:left;
	padding:10px 0px 5px 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;
}
.category h5{
	float:left;
	padding:10px 0px 5px 10px;
	color:#666666;
}

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

.glossymenu a.menuitem{	
	color: #4a6565;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 8px 0px 12px 0px;
	padding-left: 25px;
	text-decoration: none;
	width:195px;
	height:14px;
	background-image:url(../images/left_cat_bg.png);
	background-repeat:repeat-x;
	margin-left:1px;
	font-size:13px;
	font-family:'Ubuntu', Arial, Helvetica, sans-serif;
}


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

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

.glossymenu a.menuitem:hover{
	background-image: url(../images/left_cat_bg1.png) !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 0px 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: 3px 0px 5px 0px;
	text-decoration: none;
	width:218px;
	height:30px;
	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: 1px 0;
	padding-left: 25px;
	text-decoration: none;
	background-image:url(../images/cat_arow.gif);
	background-position:10px 2px;
	background-repeat:no-repeat;
	font-size:12px;
}

.glossymenu div.submenu ul li a:hover{
	color:#3b9fd5;
}
/*
=======================================================================
	My Account Rules
=======================================================================
*/
.myaccount {
	width:200px;
	padding:0px 10px 10px 10px;
	float:left;
	min-height:100px;
	background-image:url(../images/left_heading.gif);
	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(../images/crumb_sep.gif);
	background-position:left;
	background-repeat:no-repeat;
}
.myaccount ul li a{
	color:#666;
}
.myaccount ul li a:hover{
	font-weight:500;
}
.myaccount ul li a.selected{
	font-weight:500;
}
/*
=======================================================================
	My Cart Rules
=======================================================================
*/
.mycart {
	width:200px;
	padding:0px 10px 10px 10px;
	float:left;
	min-height:100px;
	background-image:url(../images/left_heading.gif);
	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(../images/left_heading.gif);
	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(../images/left_heading.gif);
	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:#333333;
	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(../images/left_heading.gif);
	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(../images/left_heading.gif);
	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(../images/left_heading.gif);
	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(../images/inputbar.gif);
	background-repeat:repeat-x;
	margin-bottom:6px;
}
.newsletter ul li input.subs{

}
/*
=======================================================================
	Column 2 Rules
=======================================================================
*/
.col2 {
	width:700px;
	float:right;
}
/*
=======================================================================
	Product Detail Page Rules
=======================================================================
*/
.prod_detail {
	width:680px;
	padding:10px;
	float:left;
	margin-bottom:20px;
}
.prod_detail .big_thumb{
	width:678px;
	background-color:#f8f7f7;
	border:#ededed solid 1px;
	float:left;
	overflow:hidden !important;
	margin-bottom:15px;
}
.prod_detail .big_thumb2{
	width:238px;
	height:311px;
	background-color:#f8f7f7;
	border:#ededed solid 1px;
	float:left;
	overflow:hidden !important;
}
.prod_detail .contentdiv {
	width:238px !important;
	height:311px !important;
	overflow:hidden !important;
	float:left;
}
.prod_detail .contentdiv img{
	width:238px !important;
	height:311px !important;
	overflow:hidden !important;
	float:left;
	margin:00px 0px 0px 0px;
	z-index:1;
}
.big_thumb #slider2{
	width:238px;
	height:311px;
	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);
}

.product-img{ width:678px; margin:0px; padding:0px; }
.product-img img{ display:block; margin:0px auto; width:678px; }

.cat-list{ width:700px; display:block; margin:5px 0px; padding:0px; }
.cat-list ul{ list-style:none; }
.cat-list ul li{ width:126px; height:30px; margin:4px; padding:0px; float:left; background:#f9f9f9; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; border:1px solid #eee; }
.cat-list ul li a{ font-family:'Ubuntu', Arial, Helvetica, sans-serif; font-size:15px; text-align:center; display:block; padding:5px; line-height:140%; }
.cat-list ul li:hover{ background:#efefef; border:1px solid #dfdfdf; }


.prod_detail .desc{
	width:460px;
	float:left;
	margin-right:20px;
}
.prod_detail .desc a.email{
	font-weight:500;
	background-image:url(../images/email.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
}

.prod_detail .paylas{
	width:200px;
	float:right;
}

.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(../images/input_bar.gif);
	background-repeat:repeat-x;
}
.quickreview {
	padding:00px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}

.quickreview table, td { border:1px solid #e0e0e0 !important; }
.quickreview td { padding:4px 10px; }
.quickreview tr:first-child{ background:#efefef;  }


.qheading {
	border-bottom:#dddddd solid 1px;
	color:#2e7fc4;
	font-weight:500;
	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;
	font-size:12px;
}

.quickreview ul{ list-style:none; }
.quickreview ul li{ list-style:none; margin:4px 0px; padding:2px 0px 0px 14px; display:block; font-family:'Ubuntu', Arial, Helvetica, sans-serif; font-size:13px; color:#777; background:url(../images/newsarrow.gif) 0px 5px no-repeat; line-height:120%;  }

.prod_desc {
	padding:20px 0px;
	float:left;
	margin-top:20px;
}
.prod_desc h6.bar{
	margin-bottom:10px;
}

.aditional_info {
	width:700px;
	background-image:url(../images/cont_bg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
}
.aditional_info h6{
	width:690px;
	height:24px;
	padding:10px 0px 0px 10px;
	background-image:url(../images/top_curve_big.gif);
	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(../images/cont_bg.gif);
	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(../images/sep.gif);
	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(../images/inputbar.gif);
	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(../images/top_curve_big.gif);
	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:left;
	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(../images/bar.gif);
	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:#333333;
	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:500;
}
.grayborder {
	width:100%;
	border-top:#e1e1e1 solid 1px;
	margin:10px 0px;
	height:1px;
	overflow:hidden;
}
.static p {
	padding:10px 0px;
	font-family:Tahoma, Geneva, sans-serif; font-size:13px;
}
.static ul li {
	text-indent:10px;

	font-family:Tahoma, Geneva, sans-serif; font-size:13px;
}
.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(../images/white_top.png);
	background-position:top;
	background-repeat:no-repeat;
}
.botm_curve{
	width:960px;
	height:7px;
	overflow:hidden;
	float:left;
	background-image:url(../images/white_botm.png);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-bottom:20px;
}
.centersec{
	width:940px;
	padding:0px 10px;
	float:left;
	background-image:url(../images/white_bg.png);
	background-repeat:repeat-y;
}
/*
=======================================================================
	Categoriesk page section
=======================================================================
*/
.categories {
	width:940px;
	height:529px;
	background-image:url(../images/cat_bg.gif);
	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(../images/cat_heading_bg.png);
	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(../images/category_black_bg.png);
	background-position:top;
	background-repeat:no-repeat;
}
.catlinks ul{
	list-style:none;
	float:left;
	padding-left:20px;
}
.catlinks ul li{
	background-image:url(../images/cat_arow.png);
	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(../images/category_black_botm.png);
	background-position:top;
	background-repeat:no-repeat;
}
/*
=======================================================================
	Login rules
=======================================================================
*/
.login {
	width:940px;
	height:620px;
	background-image:url(../images/login.gif);
	background-position:top;
	background-repeat:no-repeat;
}
.registrd {
	width:502px;
	height:190px;
	padding:30px 0px 30px 20px;
	background:url(../images/login_sec_bg.png);
	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(../images/login_sec_bg.png);
	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:500;
	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(../images/sections_bg.gif);
	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(../images/sections_botm.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:269px;
	height:5px;
	padding-top:10px;
}
/*
=======================================================================
	Discount Coupon Rules
=======================================================================
*/
.discount {
	width:269px;
	background-image:url(../images/sections_bg.gif);
	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(../images/sections_bg.gif);
	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(../images/sections_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding:10px 0px 0px 0px;
	text-align:center;
	float:left;
}
.grand_total h5{
	font-weight:500;
}
.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(../images/featured_prod_bg.gif);
	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:#333333 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(../images/cart.gif);
	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(../images/slider.gif) no-repeat #FFF;
	float:left;
}
.handle {
	position: absolute;
	cursor: move;
	height: 17px;
	width: 204px;
	top: 0;
	background: url(../images/pan.gif) 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(../images/about.png);
	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(../images/footer_arow.gif);
	background-repeat:no-repeat;
	background-position:left;
}
.aboutstore ul li a{
	color:#888888;
}
.aboutstore ul li a:hover{
	color:#333333;
	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(../images/cus_care.png);
	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(../images/footer_arow.gif);
	background-repeat:no-repeat;
	background-position:left;
}
.cus_care ul li a{
	color:#888888;
}
.cus_care ul li a:hover{
	color:#333333;
	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(../images/community.png);
	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(../images/youtube_foot.gif);
}
.community ul li a.facebook{
	background-image:url(../images/facebook_foot.gif);
}
.community ul li a.rss{
	background-image:url(../images/rss_foot.gif);
}
.community ul li a.blog{
	background-image:url(../images/blogger_foot.gif);
}
.community ul li a:hover{
	color:#333333;
	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(../images/support.png);
	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(../images/footer_arow.gif);
	background-repeat:no-repeat;
	background-position:left;
}
.support ul li a{
	color:#888888;
}
.support ul li a:hover{
	color:#333333;
	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(../images/signupnews.png);
	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(../images/input_bar.gif);
	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(../images/input_bar.gif);
	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(../images/input_bar.gif);
	background-repeat:repeat-x;
	background-position:top;
	border:#cbcbcb solid 1px;
	margin-right:8px;
}
.signnews ul li input.simplebtn{
	float:left;
	background-color:#333333;
	border:none;
	color:#FFF;
	padding:6px 11px;
	cursor:pointer;
}
.signnews ul li input.simplebtn:hover{
	background-color:#095fa8;
}
/*
=======================================================================
	Copyrights rules
=======================================================================
*/
.copyrights {
	color:#fff;
	width:940px;
	height:50px;
	margin:0 10px;
	font-family:Tahoma;
}
.copyrights p{
	margin:15px 0px 0px 0px;
}
.copyrights p a{
	color:#fff;
	padding-left:10px;
	margin-left:10px;
}

/*
=======================================================================
	Input Form Rules
=======================================================================
*/
ul.forms {
	float:left;
	list-style:none;
	padding:0px 0px 10px 10px;
}
ul.forms li{
	
}
ul.forms li.txt{
	width:230px;
	color:#000;
	padding:5px 0px;
	font-size:13px;
}
.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(../images/input_bar.gif);
	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;
}





ul.forms2 {
	float:left;
	list-style:none;
	padding:0px 0px 10px 10px;
}
ul.forms2 li{
	
}
ul.forms2 li.txt{
	width:530px;
	color:#000;
	padding:5px 0px;
	font-size:13px;
}

ul.forms2 li.inputfield{
	float:left;
}
ul.forms2 li.inputfield input{
	width:658px;
	height:30px;
	background-image:url(../images/input_bg.gif);
	background-repeat:repeat-x;
	background-color:#FFF;
	border:#cccccc solid 1px;
	padding:0px 5px;
}
ul.forms2 li.inputfield select{
	width:541px;
	height:20px;
	background-image:url(../images/input_bar.gif);
	background-repeat:repeat-x;
	border:#cccccc solid 1px;
}
ul.forms2 li.textfield{
	float:left;
}
ul.forms2 li.textfield textarea{
	width:658px;
	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.forms2 li.radiobtn{
	float:left;
}
ul.forms2 li.radiobtn input{
	margin:0px 10px;
	float:left;
}
ul.forms2 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 .contact_form2{
	width:690px;
	float:left;
}
.contact_form2 .msg{
	width:590px;
	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:0; line-height:140%; font-size:12px;
}
/*
=======================================================================
	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:#999;
}
.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:#333333;
}
/*
=======================================================================
	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;
}

.crumb .arastir{ width:272px; margin:4px 0px 0px 12px; padding:0; display:inline-block; float:right; z-index:9999; }
.crumb .arastir form{ width:272px; margin:0; padding:0; z-index:9999; }
.crumb .arastir input{ width:123px; height:14px; background:url(../images/arastir-input.png) left top no-repeat; border:none; margin:0 2px 0 0px; padding:4px 6px; font-size:12px; color:#999; float:left; }
.crumb .arastir .submit-button{ width:130px; height:22px; background:url(../images/arastir-button.png) left top no-repeat; margin:0 4px 0 0; padding:0; float:right; }

table.noborder td{ border:none !important;}

a.pdflink{ font-size:16px; background:url(../images/pdf.png) left top no-repeat; padding-left:25px; color:#069; font-weight:500; line-height:160%; }


.price-bar{ width:678px; margin:20px 0px; padding:0px 0px 20px 0px; border-bottom:1px dotted #dedede; }
.price-bar .price{ font-family:'Ubuntu', Arial, Helvetica, sans-serif; font-size:40px; color:#3e7192; float:left; display:inline-block; width:358px; line-height:100%; }
.price-bar .price i{ font-family:'Ubuntu', Arial, Helvetica, sans-serif; font-size:18px; padding-left:5px; font-style:normal; }
.price-bar .pricebar { float:right; display:inline-block; width:320px; margin:0px; padding:6px 0px; }
.price-bar label{ font-family:'Ubuntu', Arial, Helvetica, sans-serif; font-size:22px; padding-left:5px; font-style:normal; float:left; padding:4px 5px 0px 94px; }
.price-bar input[type=text]{ width:20px; height:20px; padding:5px 10px; text-align:center; font-family:'Ubuntu', Arial, Helvetica, sans-serif; font-size:20px; border-radius:3px; border:1px solid #999; float:left; margin-right:10px; }
.price-bar input[type=submit]{ width:120px; height:32px; padding:5px 10px; text-align:center; font-family:'Ubuntu', Arial, Helvetica, sans-serif; font-size:18px; border-radius:3px; border:1px solid #999; float:left; }


.kurlar{ font-family:'Ubuntu' ,Arial, Helvetica, sans-serif; font-size:16px; line-height:120%; padding:5px 10px; }