﻿@charset "utf-8";
/*
=======================================================================
	General Rules
=======================================================================
*/
* {
	padding:0px;
	margin:0px;
}
body {
	background: url(images/bg2.jpg) repeat-x scroll center top #F7F7F7;
    /*background-image:url(images/bg.gif);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#f6f6f6;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	/*border-top:#43b7c5 solid 3px;*/
} 
a {
	text-decoration:none;
	outline:none;
	color:#073D7E;
	text-decoration: underline;
}
a img {
	border:none;
}
.clear {
	clear:both;
}
.bold {
	font-weight:bold;
}
.under {
	text-decoration:underline;
}
.italic {
	font-style:italic;
}
.colr {
	color:#202020 !important;
}
.white {
	color:#fff !important;
}
h1 {
	font-size:26px;
	font-weight:normal;
}
h2 {
	font-size:23px;
	font-weight:normal;
}
h3 {
	font-size:19px;
	font-weight:normal;
}
h4 {
	font-size:17px;
	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:#cccccc solid 1px;
	margin-bottom:10px;
}
input {
	font-size:11px;
}
.itlc {
	font-style:italic;
}
.noback {
	background-image:none !important;
}
.noborder {
	border:none !important;
}

/*
=======================================================================
	Buttons
=======================================================================
*/
/* Button One */
a.buttonone {
	float:left;
	height:22px;
	padding-left:10px;
	background-image:url(images/buttonone.png);
	background-repeat:no-repeat;
	background-position:left;
	display:inline-block;
	color:#fff;
}
a.buttonone span{
	height:19px;
	padding-right:10px;
	padding-top:3px;
	background-image:url(images/buttonone.png);
	background-repeat:no-repeat;
	background-position:right;
	display:inline-block;
}
/* Button Two */
a.buttontwo {
	float:left;
	height:26px;
	padding-left:10px;
	background-image:url(images/buttontwo.png);
	background-repeat:no-repeat;
	background-position:left;
	display:inline-block;
	color:#fff;
}
a.buttontwo span{
	height:20px;
	padding-right:10px;
	padding-top:6px;
	background-image:url(images/buttontwo.png);
	background-repeat:no-repeat;
	background-position:right;
	display:inline-block;
}
/* Button Three */
a.buttonthree {
	float:left;
	height:21px;
	padding-left:10px;
	background-image:url(images/buttonthree.png);
	background-repeat:no-repeat;
	background-position:left;
	display:inline-block;
	color:#fff;
}
a.buttonthree span{
	height:18px;
	padding-right:10px;
	padding-top:3px;
	background-image:url(images/buttonthree.png);
	background-repeat:no-repeat;
	background-position:right;
	display:inline-block;
}
/* Button Four */
a.buttonfour {
	float:left;
	height:27px;
	padding-left:10px;
	background-image:url(images/buttonfive.png);
	background-repeat:no-repeat;
	background-position:left;
	display:inline-block;
	color:#fff;
}
a.buttonfour span{
	height:22px;
	padding-right:10px;
	padding-top:5px;
	background-image:url(images/buttonfive.png);
	background-repeat:no-repeat;
	background-position:right;
	display:inline-block;
}
/*
=======================================================================
	Input Form Rules
=======================================================================
*/
ul.forms {
	float:left;
	list-style:none;
	padding:0px 0px 10px 10px;
}
ul.forms li{
	
}
ul.forms li.txt{
	width:80px;
	color:#000;
	padding:5px 0px;
	float:left;
	text-align:right;
	margin-right:20px;
}
.req {
	color:#F00;
}
ul.forms li.inputfield{
	float:left;
}
ul.forms li.inputfield input{
	width:319px;
	height:24px;
	background-color:#FFF;
	border:#939393 solid 1px;
	padding:0px 5px;
}
ul.forms li.inputfield select{
	width:241px;
	height:20px;
	border:#939393 solid 1px;
}
ul.forms li.textfield{
	float:left;
	width:430px;
}
ul.forms li.textfield textarea{
	width:420px;
	height:110px;
	border:#939393 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;
}

div.forms label
{
    display: block;
}
div.forms input{
	width:319px;
	height:20px;
	background-color:#FFF;
	border:#939393 solid 1px;
	padding:0px 5px;
}
div.forms select{
	width:241px;
	height:20px;
	border:#939393 solid 1px;
}
div.forms textarea{
	width:420px;
	height:110px;
	border:#939393 solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px;
}

/*
=======================================================================
	Wrapper Section Rules
=======================================================================
*/
#wrapper_sec {
	width:980px;
	margin:0px auto;
}
/*
=======================================================================
	Header Rules
=======================================================================
*/
#masthead {
	width:960px;
	float:left;
	color:#FFF;
	margin-left:10px;
}
#masthead .logo{
	float:left;
	padding-top:20px;
	padding-bottom:8px;
}
#masthead .topnav{
	float:right;
}
.topnav p.welcm{
	float:left;
	padding:2px 10px 0px 0px;
	color:#666666;
}
.topnav p.welcm a{
	color:#666666 !important;
}
.topnav ul.links{
	float:left;
	width:160px;
	height:21px;
	padding:3px 0px 0px 20px;
	list-style:none;
	background-image:url(images/top_btns.png);
	background-repeat:no-repeat;
	margin-bottom:17px;
}
.topnav ul.links li{
	float:left;
	padding-right:20px;
}
.topnav ul.links li.last{
	padding-right:0px;
	padding-left:4px;
}
.topnav ul.links li a{
	color:#fff;
}

.cart_bag
{
}
.cart_bag a.cartbtn{
	color:#fff;
	display:inline-block;
	width:100px;
	height:22px;
	padding:7px 0px 0px 35px;
	background-image:url(images/cart_btn.png);
	background-repeat:no-repeat;
	z-index:9;
	/*position:absolute;*/
}
#cart_bag_sec {
	width:250px;
	float:left;
	position:absolute;
	z-index:8;
	display:none;
}
#cart_bag_sec p{
	width:220px;
	float:left;
	padding:0px 15px 10px 15px;
	color:#fff;
}
#cart_bag_sec .carttop{
	width:250px;
	height:45px;
	background-image:url(images/cart_top.png);
	background-position:top;
	background-repeat:no-repeat;
	float:left;
}
#cart_bag_sec .cartbot{
	width:250px;
	height:15px;
	background-image:url(images/cart_botm.png);
	background-position:top;
	background-repeat:no-repeat;
	float:left;
}
#cart_bag_sec .cartcenter{
	width:250px;
	background-color:#363636;
	float:left;
	background-image:url(images/cart_center.png);
	background-repeat:repeat-y;
}
.cartcenter ul.cartitem_smal{
	width:250px;
	float:left;
	list-style:none;
	padding:5px 0px;
	border-bottom:#2a2a2a solid 1px;
}
.cartcenter ul.heads{
	background-image:url(images/cart_bag_border.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#243d0b;
	padding:8px 0px 5px 0px;
}
.cartcenter ul.last{
	border:none;
}
.cartcenter ul.cartitem_smal li.txt{
	padding-top:3px !important;
}
.cartcenter ul.cartitem_smal li.prods{
	width:130px;
	padding:0px 0px 0px 15px;
	float:left;
}
.cartcenter ul.cartitem_smal li.qty{
	width:50px;
	float:left;
}
.cartcenter ul.cartitem_smal li.qty input{
	width:20px;
	height:20px;
	float:left;
	border:#132205 solid 1px;
	background-color:#243d0b;
	text-align:center;
	color:#CCC;
}
.cartcenter ul.cartitem_smal li.total{
	padding:0px 0px 0px 15px;
	float:left;
}
.cartcenter ul.cartitem_smal li.subprice{
	padding:0px 15px 0px 0px;
	float:right;
}
ul.crtbtns {
	list-style:none;
	float:left;
	padding:10px 15px 0px 35px;
	width:200px;
}
ul.crtbtns li{
	float:left;
	margin-right:8px;
}
/*
=======================================================================
	Search Rules
=======================================================================
*/
.search {
	float:right;
	width:228px;
	height:23px;
	background-image:url(images/search_bg.gif);
	background-repeat:no-repeat;
	border:#bcbcbc solid 1px;
	margin:8px 10px 0px 0px;
}
.search input{
	float:left;
	width:190px;
	padding:2px 0px 0px 5px;
	height:20px;
	line-height:20px;
	background-color:transparent;
	border:none;
}
.search a.go{
	float:right;
	width:16px;
	height:16px;
	background-image:url(images/go.gif);
	background-repeat:no-repeat;
	margin:3px 5px 0px 0px;
}
/*
=======================================================================
	Banner Rules
=======================================================================
*/
#banner {
	width:920px;
	height:320px;
	padding:20px;
	float:left;
	background-image:url(images/banner_bg.jpg);
	background-repeat:no-repeat;
	margin-left:10px;
}
.sliderwrapper{
	position: relative;
	overflow: hidden;
}
.sliderwrapper .contentdiv{
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
.banner_nav {
	width:150px;
	float:left;
}
.banner_nav a{
	float:left;
	border:#a5a5a5 solid 3px;
	margin-bottom:7px;
}
.banner_nav a.selected{
	border:#fff solid 3px;
}
.banner_nav a.last{
	margin-bottom:0px;
}
#slider2 {
	width:770px;
	height:303px;
	overflow:hidden;
}
.banner_sec {
	width:770px;
	float:left;
	overflow:hidden !important;
	height:303px;
}
.banner_sec .con_img{
	float:left;
	border:#FFF solid 3px;
	margin-right:17px;
}
.banner_sec .con_desc h3{
	color:#666;
	margin-bottom:15px;
}
.banner_sec .con_desc h5{
	color:#666;
	margin-bottom:5px;
}
.banner_sec .con_desc p{
	color:#666;
}
/*
=======================================================================
	Crumb Rules
=======================================================================
*/
#crumb {
	float:left;
	background-image:url(images/crumb.png);
	width:980px;
	height:45px;
	color:#fff;
}
#crumb .crumblinks {
	list-style:none;
	float:left;
	padding:10px 0px 0px 20px;
	text-transform:uppercase;
}
#crumb .crumblinks li{
	float:left;
	padding:0px 10px 0px 5px;
	background-image:url(images/crumb_sep.gif);
	background-repeat:no-repeat;
	background-position:right;
}
#crumb .crumblinks li.last{
	background-image:none;
}
#crumb .crumblinks li a{
	color:#FFF;
}
#crumb .crumblinks li a:hover{
	text-decoration:underline;
}
#crumb .network {
	list-style:none;
	float:right;
	padding:10px 10px 0px 0px;
}
#crumb .network li{
	float:left;
	padding:0px 2px;
}
/*
=======================================================================
	Content Section Rules
=======================================================================
*/
#content_sec {
	float:left;
	width:960px;
	background-image:url(images/content.gif);
	background-repeat:repeat-y;
	background-position:left;
	background-color:#f0f0f0;
	margin-left:10px;
	margin-top:-10px;
}
/*
=======================================================================
	Column 1 Rules
=======================================================================
*/
.col1 {
	float:left;
	width:210px;
	padding:10px 15px;
}
.head {
	padding:0px 0px 20px 0px;
	color:#666;
	background-image:url(images/left_head.gif);
	background-repeat:no-repeat;
	background-position:0px 30px;
}
/*
=======================================================================
	Shopping bag Rules
=======================================================================
*/
.cart_bag_small {
	width:210px;
	
	background-repeat:no-repeat;
	background-position:top;
	padding:12px 0px 0px 0px;
	margin-bottom:20px;
	float:left;
}
.cart_bag_small ul{
	width:210px;
	list-style:none;
	float:left;
	margin-bottom:10px;
}
.cart_bag_small ul li{
	width:210px;
	float:left;
	padding:7px 0px;
	border-bottom:#ccc dotted 1px;
}
.cart_bag_small ul li .thumb{
	float:left;
	margin-right:10px;
}
.cart_bag_small ul li .thumb img{
	border:#666 solid 3px;
}
.cart_bag_small ul li .desc{
	float:left;
	width:135px;
}
.cart_bag_small ul li .desc a{
	color:#666;
}
.cart_bag_small ul li a.cros{
	float:right;
}
.cart_bag_small .total{
	font-size:12px;
	color:#FFF;
	padding-top:2px;
}
/*
=======================================================================
	Related Rules
=======================================================================
*/
.related {
	width:200px;
	
	background-repeat:no-repeat;
	background-position:top;
	padding:12px 10px 0px 10px;
	margin-bottom:20px;
	float:left;
}
.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-repeat:no-repeat;
	background-position:top;
	padding:12px 10px 0px 10px;
	margin-bottom:20px;
	float:left;
}
.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-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;
	color:#ccc;
}
.shopby ul a{
	color:#ccc;
}
.shopby ul.bcolor{
	background-color:#545454;
}
.shopby ul li.title{
	width:100px;
	float:left;
	font-weight:bold;
}
.shopby ul li.links{
	width:100px;
	float:right;
	text-align:right;
}
/*
=======================================================================
	Compare Products Rules
=======================================================================
*/
.compare {
	width:200px;
	
	background-repeat:no-repeat;
	background-position:top;
	padding:12px 10px 20px 10px;
	margin-bottom:20px;
	float:left;
}
.compare p{
	width:200px;
	margin-bottom:5px;
}
.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:#CCC;
}
.compare ul li a.title{
	float:left;
	width:190px;
}
.linethr {
	text-decoration:line-through;
}
/*
=======================================================================
	Account Navi Rules
=======================================================================
*/
.acc_nav {
	width:220px;
	
	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:#393939;
}
.acc_nav ul a{
	color:#ccc;
}
.acc_nav ul a:hover{
	text-decoration:underline;
}
/*
=======================================================================
	Share with us Rules
=======================================================================
*/
.shareus {
	width:210px;
	
	background-repeat:no-repeat;
	background-position:top;
	padding:12px 0px 0px 0px;
	margin-bottom:20px;
	float:left;
}
.shareus ul{
	width:210px;
	list-style:none;
	padding:10px 0px;
}
.shareus ul li{
	float:left;
	padding-right:10px;
}
/*
=======================================================================
	Reach us Rules
=======================================================================
*/
.reachus {
	width:210px;
	
	background-repeat:no-repeat;
	background-position:top;
	padding:12px 0px 0px 0px;
	margin-bottom:20px;
	float:left;
	color:#666;
}
.reachus a.map{
	float:left;
	margin:10px 0px;
}
.reachus p{
	padding-bottom:10px;
}
.reachus a{
	color:#666;
}
/*
=======================================================================
	Column 2 Rules
=======================================================================
*/
.col2 {
	float:right;
	width:700px;
	margin-right:10px;
}
/*
=======================================================================
	Listings Rules
=======================================================================
*/
.listingbasic {
	width:100%;
	float:left;
}
.listingbasic ul{
	width:100%;
	float:left;
	list-style:none;
}
.listingbasic ul li{
	width:139px;
	height:235px;
	padding:10px 12px 0px 10px;
	float:left;
	background-image:url(images/li.gif);
	background-repeat:no-repeat;
	background-position:top;
	text-align:center;
	margin:0px 18px 18px 0px;
}
.listingbasic ul li:hover{
	background-image:url(images/li_hover.gif);
}
.listingbasic ul li.last{
	margin-right:0px;
}
.listingbasic ul li h6 a{
	width:139px;
	color:#000;
	padding:0px 0px 5px 0px;
	float:left;
}
.listingbasic ul li a.thumb{
	border:#cccccc solid 1px;
	float:left;
}
.listingbasic ul li p{
	padding:5px 0px 20px 0px;
	float:left;
	width:139px;
	font-size:14px;
}
.listingbasic ul li .list_btn{
	padding:0px 0px 0px 20px;
	width:119px;
	float:left;
}
.listingbasic ul li .list_btn a{
	margin:0px 5px 0px 0px;
	float:left;
}
/*
=======================================================================
	Listing Switch Rules
=======================================================================
*/
.listing {
	float:left;
}
.listing ul{
	float:left;
	list-style:none;
}
.listing ul li{
	
}
.listing ul li.last{
	margin-right:0px;
}
.listing ul li .thumb{
	float:left;
}
.listing ul li .thumb img{
	/*width:137px;
	height:150px;*/
}
.listing ul li h6{
	display:none;
}
.listing ul li h6 a{
	width:139px;
	color:#000;
	padding:0px 0px 5px 0px;
	float:left;
}
.listing ul li p.price{
	width:139px;
	font-size:12px;
	text-align:center;
	display:none;
}

.listing ul li.big{
	float:left;
	width:680px;
	height:155px;
	padding:10px;
	margin-bottom:20px;
	background-image:url(images/li_big.gif);
	background-repeat:no-repeat;
	margin-right:0px;
}
.listing ul li.big .list_btn{
	display:none;
}
.big_li_sec {
	width:148px;
	float:left;
	height:205px;
}
.big_li_sec a.thumb img{
	/*border:#cccccc solid 1px !important;*/
}
.big_li_sec_right {
	width:490px;
	float:left;
	height:135px;
	padding:0px 20px 20px 20px;
	
	background-repeat:repeat-x;
	background-position:bottom;
}
.big_li_sec_right .bigprice{
	float:left;
	margin-right:50px;
}

.big_li_sec_right h3{
	padding:0px 0px 5px 0px;
}
.big_li_sec_right p{
	padding:3px 0px 10px 0px;
}
.big_li_sec_right p.pricebig {
	float:left;
	font-size:14px;
	/*font-weight:bold;*/
	margin-right:20px;
}
.thumb_view h6 {
	display:block !important;
	float:left !important;
}
.thumb_view li {
	width:139px !important;
	height:235px !important;
	padding:10px 12px 0px 10px !important;
	float:left !important;
	background-image:url(images/li.gif) !important;
	background-repeat:no-repeat !important;
	background-position:top left !important;
	text-align:center !important;
	margin:0px 18px 18px 0px !important;
	overflow:hidden !important;
}
.thumb_view p.price {
	display:block !important;
	padding:5px 0px 20px 0px !important;
	float:left !important;
	width:139px !important;
	font-size:14px !important;
}
.thumb_view p.pricebig {
	display:none !important;
}
.thumb_view .list_btn{
	padding:0px 0px 0px 20px !important;
	width:119px !important;
	float:left !important;
	display:block !important;
}
.thumb_view .list_btn a{
	margin:0px 5px 0px 0px !important;
	float:left !important;
	display:block !important;
}
/*
=======================================================================
	Pagination Script Rules
=======================================================================
*/
#page_navigation {
	float:left;
	margin-top:4px;
}
#page_navigation a{
	padding:3px 0px 0px 0px;
	width:26px;
	height:17px;
	display:inline-block;
	text-align:center;
	margin:2px;
	color:black;
	text-decoration:none;
	color:#c0c0c0;
	border:#f9f9f9 solid 1px;
	float:left;
}
#page_navigation a img{
	padding:4px 0px 0px 0px;
}
#page_navigation a:hover{
	color:#000 !important;
	background-color:#FFF;
	border:#c0c0c0 solid 1px;
}
.active_page{
	color:#000 !important;
	background-color:#FFF;
	border:#c0c0c0 solid 1px !important;
}
/*
=======================================================================
	Pagination Rules
=======================================================================
*/
.pagingbullets {
	width:100%;
	float:left;
	padding:10px 0px 30px 0px;
}
.pagingbullets ul{
	float:left;
	list-style:none;
}
.pagingbullets ul li{
	float:left;
	margin-left:5px;
}
.pagingbullets ul li.txt{
	padding:3px 10px 0px 0px;
}
.pagingbullets ul li a.link{
	float:left;
	width:25px;
	height:16px;
	padding-top:3px;
	text-align:center;
	color:#000;
	border:#cccccc solid 1px;
	background-color:#f6f6f6;
}
.pagingbullets ul li a.link:hover{
	background-color:#fff;
}
.pagingbullets ul li a.selected{
	background-color:#fff;
}
/*
=======================================================================
	Sorting Rules
=======================================================================
*/
.sorting {
	width:698px;
	margin:7px 0px 15px 0px;
	background-color:#f9f9f9;
	border:#c0c0c0 solid 1px;
	height:32px;
	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;
}
/*
=======================================================================
	Product Detail Page Rules
=======================================================================
*/
.prod_detail {
	width:700px;
	padding:10px 0px;
	float:left;
	margin-bottom:20px;
}
.prod_detail p.pricebig {
	float:left;
	font-size:15px;
	margin-right:20px;
}
.prod_detail .big_thumb{
	width:340px;
	height:461px;
	background-color:#f2f1f1;
	float:left;
	overflow:hidden !important;
}
.prod_detail .contentdiv {
	width:340px !important;
	height:340px !important;
	overflow:hidden !important;
	float:left;
}
.prod_detail .contentdiv img{
	/*width:340px !important;
	height:372px !important;*/
	overflow:hidden !important;
	margin:0 auto;
	z-index:1;
}
.big_thumb #slider2{
	width:340px;
	height:356px;
	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;*/
	
	/*height:55px !important;
	width:55px !important;*/
}
.prod_detail #paginate-slider2 li a.selected{
	/*border:#999 solid 1px;*/
}
.prod_detail #paginate-slider2 img{
	/*height:55px;
	width:55px;*/
	z-index:1;
}
.prod_detail a.prevsmall {
	float:left;
	margin:38px 8px 0px 59px;
}
.prod_detail a.nextsmall {
	float:left;
	margin:38px 5px 0px 5px;
}
.zoom {
	background-repeat:no-repeat;
	background-position:top left;
	width:340px;
	height:372px;
	margin:-372px 0px 0px 0px;
	z-index:9;
	font-size:1000px;
	overflow:hidden;
	display:block;
	float:left;
}
.zoom:hover {
	background-image:url(images/zoom.png);
}
.prod_detail .desc{
	width:340px;
	float:left;
	padding-left: 19px;
}
.prod_detail .desc a.email{
	font-weight:bold;
	
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
}
.prod_detail a.buttonthree {
	margin-right:5px;
}
.margn {
	padding:12px 0px 0px 0px;
}
.addtocart {
	padding:0px 0px;
	margin-top:0px;
	float:left;
	width:100%;
}
.addtocart h4{
	padding:5px 0px 10px 0px;
}
.addtocart ul.forms{
	width:304px;
	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-repeat:repeat-x;
}
.quickreview {
	padding:00px 0px 0px 0px;
	margin:0px 0px 10px 0px;
    font-size: 13px;
}
.qheading {
	border-bottom:#dddddd solid 1px;
	color:#2e7fc4;
	font-weight:bold;
	font-size:13px;
	margin-bottom:10px;
}
.quickreview h5{
	padding:0px 0px 0px 0px;
	float:left;
}
.quickreview h4.price{
	padding:10px 0px;
}
.quickreview p.avail{
	padding:10px 0px 10px 0px;
}
.quickreview p{
	padding:0px 0px 5px 0px;
}
.prod_desc {
	padding:20px 0px;
	float:left;
	margin-top:20px;
}
.prod_desc h6.bar{
	margin-bottom:10px;
}

.aditional_info {
	width:700px;
	
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
}
.aditional_info h6{
	width:690px;
	height:24px;
	padding:10px 0px 0px 10px;
	
	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-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-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-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-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;
}
.des_head ul{
	list-style:none;
}
.des_head ul li{
	float:left;
}
.des_head ul li a.prevprod{
	float:left;
	background-image:url(images/arrow_back.png);
	background-repeat:no-repeat;
	background-position:left;
	padding:0px 20px 0px 15px;
	color:#000;
	/*border-right:#000 solid 1px;*/
	height:14px;
}
.des_head ul li a.nextprod{
	float:left;
	background-image:url(images/right.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding:0px 20px 0px 15px;
	border-left:#000 solid 1px;
	color:#000;
}
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:205px;
	height:24px;
	padding:3px;
	color:#666;
}

ul.list {
	list-style:disc;
	padding-left:20px;
}
/*
=======================================================================
	Lightbox Rules
=======================================================================
*/
.lightbx {
	width:800px;
	height:600px;
}
/*
=======================================================================
	Shopping Cart Rules
=======================================================================
*/
.shoppingcart {
	width:700px;
	float:left;
}
.shoppingcart ul.carthead{
	width:700px;
	float:left;
	list-style:none;
	height:29px;
	background-image:url(images/shop_head.gif);
	background-repeat:repeat-x;
}
.shoppingcart ul.carthead li.image{
	width:80px;
	padding:17px 0px 0px 0px;
	float:left;
	text-align:center;
}
.shoppingcart ul.carthead li.cod{
	width:100px;
	height:25px;
	padding:8px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float:left;
}
.shoppingcart ul.carthead li.desc{
	width:218px;
	height:25px;
	padding:8px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float:left;
}
.shoppingcart ul.carthead li.priceu{
	width:70px;
	height:25px;
	padding:8px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float:left;
}
.shoppingcart ul.carthead li.qty{
	width:100px;
	height:25px;
	padding:8px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float:left;
	text-align:center;
}
.shoppingcart ul.carthead li.price{
	width:70px;
	height:25px;
	padding:8px 0px 0px 0px;
	margin:0px 0px 0px 0;
	float:left;
}
.shoppingcart ul.carthead li.remove{
	width:60px;
	height:25px;
	padding:8px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float:left;
}
.shoppingcart ul.cartcont{
	width:698px;
	border-bottom:#cdcdcd solid 1px;
	border-left:#cdcdcd solid 1px;
	border-right:#cdcdcd solid 1px;
	border-top:none;
	float:left;
	list-style:none;
	height:67px;
}
.shoppingcart ul.cartcont li.image{
	width:65px;
	padding:8px 0px 0px 0px;
	float:left;
	margin-left: 15px;
}
.shoppingcart ul.cartcont li.image img{
	/*width:60px;
	height:60px;*/
}
.shoppingcart ul.cartcont li.cod{
	width:100px;
	padding:8px 0px 0px 0px;
	float:left;
}
.shoppingcart ul.cartcont li.desc{
	width:218px;
	padding:8px 0px 0px 0px;
	float:left;
	font-size: 12px;
}
.shoppingcart ul.cartcont li.priceu{
	width:70px;
	padding:8px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float:left;
}
.shoppingcart ul.cartcont li.qty{
	width:100px;
	padding:8px 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:45px;
	height:18px;
	text-align:center;
	float:left;
	margin:1px 5px 0px 15px;
}
.shoppingcart ul.cartcont li.total{
	width:80px;
	padding:40px 0px 0px 0px;
	float:left;
	text-align:center;
}
.shoppingcart ul.cartcont li.price{
	width:70px;
	padding:8px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float:left;
}
.shoppingcart ul.total li.price{
	width:70px;
	height:27px;
	padding:10px 10px 0px 0px;
	float:left;
	text-align:right;
}
.shoppingcart ul.cartcont li.remove{
	width:60px;
	padding:8px 0px 0px 0px;
	float:left;
	
	background-repeat:repeat-y;
	background-position:right;
}
.calculate {
	width:100%;
	float:left;
}
.calculate p.txt{
	width:700px;
	float:left;
	padding:5px 0px;
}
.calculate select{
	width:373px;
	height:24px;
	padding:2px;
	background-color:#FFF;
	border:#cdcdcd solid 1px;
	float:left;
	margin-right:5px;
}
.calculate p.flatrate{
	width:680px;
	float:left;
	padding:3px 10px;
	margin:15px 0px 5px 0px;
	background-color:#6b6b6b;
	color:#FFF;
}
.calculate ul{
	float:left;
	list-style:none;
	padding:10px 0px;
	width:700px;
	border-bottom:#cdcdcd solid 1px;
}
.calculate ul li.title{
	width:530px;
}

.cart_form {
	width:680px;
	float:left;
	padding:10px;
	border-bottom:#cdcdcd 1px solid;
}
.cart_form .secs{
	width:320px;
	padding-top:10px;
}
.cart_form .secs h1{
	float:left;
	width:35px;
	height:28px;
	padding-top:7px;
	background-color:#626262;
	text-align:center;
	color:#FFF;
	margin-right:15px;
}
.cart_form .secs .form_cont{
	float:left;
	width:270px;
}
.form_cont input{
	float:left;
	width:240px;
	height:18px;
	padding:2px 4px;
	background-color:#FFF;
	border:#cdcdcd solid 1px;
	margin:0px 3px 6px 0px;
}
.form_cont select{
	float:left;
	width:250px;
	height:24px;
	padding:2px;
	background-color:#FFF;
	border:#cdcdcd solid 1px;
	margin:0px 3px 6px 0px;
	font-size:11px;
}
.form_cont textarea{
	float:left;
	width:240px;
	height:86px;
	padding:2px 4px;
	background-color:#FFF;
	border:#cdcdcd solid 1px;
	margin:0px 3px 6px 0px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
a.makepurchase {
	float:left;
	height:32px;
	padding-left:30px;
	background-image:url(images/buttonfour.png);
	background-repeat:no-repeat;
	background-position:left;
	display:inline-block;
	color:#fff;
	font-size:14px;
	margin-left:300px;
	margin:0 0 30px 270px;
}
a.makepurchase span{
	height:24px;
	padding-right:30px;
	padding-top:8px;
	background-image:url(images/buttonfour.png);
	background-repeat:no-repeat;
	background-position:right;
	display:inline-block;
}
/*
=======================================================================
	Blog Rules
=======================================================================
*/
.blog {
	width:700px;
	float:left;
}
.blog .blogentry{
	width:700px;
	float:left;
}
.blogentry .date{
	width:40px;
	height:47px;
	float:left;
	background-image:url(images/date.gif);
	background-repeat:no-repeat;
	text-align:center;
	margin-right:10px;
}
.blogentry .date p{
	color:#000;
	line-height:15px;
	font-size:12px;
	font-weight:bold;
	padding-top:8px;
}
.blogentry .bloghead{
	width:650px;
	float:left;
	border-bottom:#cdcdcd solid 1px;
	padding-bottom:7px;
	margin-bottom:20px;
}
.blogentry .bloghead h5{
	width:650px;
	float:left;
}
.blogentry .bloghead ul{
	width:650px;
	float:left;
	list-style:none;
	padding-top:7px;
}
.blogentry .bloghead ul li{
	float:left;
	padding:0px 14px;
	color:#999999;
	background-image:url(images/sep.gif);
	background-repeat:no-repeat;
	background-position:left;
}
.blogentry .bloghead ul li.first{
	padding-left:0px;
	background-image:none;
}
.blogentry .bloghead ul li a{
	color:#999999;
}
.blogentry .blogimg{
	border:#FFF solid 8px;
	float:left;
	margin-right:10px;
}
.blogentry .blogcont{
	float:left;
	width:700px;
}
.blogentry .blogcont p{
	padding-bottom:5px;
}
.continuestory {
	width:700px;
	height:30px;
	margin-top:20px;
	float:left;
	background-image:url(images/border.gif);
	background-repeat:repeat-x;
	background-position:0px 13px;
}
/*
=======================================================================
	Comments Rules
=======================================================================
*/
.comments {
	float:left;
	width:700px;
}
.comments ul{
	float:left;
	width:700px;
	list-style:none;
}
.comments ul li{
	float:left;
	width:678px;
	padding:10px;
	background-image:url(images/comments_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#f5f5f5;
	border:#a7a7a7 solid 1px;
	margin-bottom:10px;
}
.comments ul li .says{
	height:65px;
}
.comments ul li .says h6{
	padding:5px 0px;
}
.comments ul li a.man{
	border:#cdcdcd solid 3px;
}
/*
=======================================================================
	Static Page Rules
=======================================================================
*/
.static {
	float:left;
	width:700px;
	font-size: 11px;
}
a.bordrs {
	padding:3px;
	border:#c9c9c9 solid 1px;
	float:left;
}
.static h1{
	float:left;
	width:700px;
	padding:10px 0px;
	color:#666666;
}
.static h2{
	float:left;
	width:700px;
	padding:8px 0px;
	color:#666666;
}
.static h3{
	float:left;
	width:700px;
	padding:6px 0px;
	color:#666666;
}
.static h4{
	float:left;
	width:700px;
	padding:5px 0px;
	color:#666666;
}
.static h5{
	float:left;
	width:700px;
	padding:5px 0px;
	color:#666666;
}
.static h5 span{
	padding-bottom:10px;
}
.static h6{
	float:left;
	width:700px;
	padding:5px 0px;
	color:#666666;
}
.static h5{
	float:left;
	width:700px;
	padding:5px 0px;
	line-height:24px;
	color:#666666;
}
.static ul.number{
	width:100%;
	float:left;
	list-style:decimal;
}
.static ul.number li{
	padding:4px 0px;
	font-weight:bold;
}
.grayborder {
	width:100%;
	border-top:#e1e1e1 solid 1px;
	margin:10px 0px;
	height:1px;
	overflow:hidden;
}
.static p {
	padding:10px 0px;
}
.static .left{
	float:left;
	border:#cdcdcd solid 1px;
	margin:0px 20px 20px 0px;
}
/*
=======================================================================
	Footer Rules
=======================================================================
*/
#footer {
	float:left;
	width:920px;
	
	padding:10px 20px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin-left:10px;
	color:#666666;
}
.rights {
	float:left;
	width:350px;
}
.rights p{
	width:100%;
	float:left;
	padding-bottom:5px;
}
.rights p a{
	color:#999;
}
.rights ul{
	width:100%;
	float:left;
	list-style:none;
	padding-bottom:5px;
}
.rights ul li{
	float:left;
	padding:0px 10px;
	background-image:url(images/foot_sep.gif);
	background-repeat:no-repeat;
	background-position:left;
}
.rights ul li a{
	color:#666;
}
.rights ul li.first{
	padding-left:0px;
	background-image:none;
}
.foot_links {
	float:right;
}
.foot_links ul{
	float:left;
	width:90px;
	list-style:none;
    text-align: right;
}
.foot_links ul li{
	padding-bottom:5px;
}
.foot_links ul li a{
	color:#666;
}
.foot_links ul h5{
	color:#666;
}