@charset "utf-8";
/*
=======================================================================
	General Rules
=======================================================================
*/
* {
	padding:0px;
	margin:0px;
}
body {
	/*background-image:url(/images/bg.gif);*/
	background-position:top;
	/*background-color:#fff;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#53584a;
}
a {
	text-decoration:none;
	outline:none;
	color:#666666;
}
a img {border:none;}
.clear {clear:both;}
.bold {font-weight:bold;}
.colr {
	color:#999 !important;
}
.black {color:#000;}
h1 {
	font-size:22px;
	font-weight:normal;
}
h2 {
	font-size:20px;
	font-weight:normal;
}
h3 {
	font-size:18px;
	font-weight:normal;
}
h4 {
	font-size:16px;
	font-weight:normal;
}
.subhead {
	margin-top:20px;
	width:100%;
	float:left;
}
h5 {
	font-size:14px;
	font-weight:normal;
}
h6 {
	font-size:12px;
	font-weight:normal;
}
p {
	line-height:18px;
padding: 0px 0px 15px 0px;
}
.left {
	float:left !important;
}
.right {
	float:right !important;
}
.heading {
	padding:10px 0px 8px 0px;
	width:100%;
	border-bottom:#dddddd solid 1px;
	margin-bottom:20px;
	color:#000;
}
input {font-size:11px;}
div.hr {background: #fff url(/images/interface/hr_dots.gif) repeat-x scroll center; height: 10px;padding-top: 15px;padding-bottom: 15px}
div.hr hr {display: none}
/*
=======================================================================
	Buttons
=======================================================================
*/
a.simplebtn {
	height:16px;
	display:inline-block;
	color:#FFF;
	padding:3px 10px;
	background-color:#434343;
	border:#595959 solid 1px;
}
a.simplebtn:hover {
	background-color:#000;
	border:#000 solid 1px;
}
input.simplebtn {
	height:25px;
	display:inline-block;
	color:#FFF;
	padding:3px 10px 8px 10px;
	background-color: #d3007e;
	border:#fff solid 1px;
	float:left;
	cursor:pointer;
margin-bottom: 15px;
}
input.simplebtn:hover {
	background-color:#000;
	border:#000 solid 1px;
}
.proceed {
	padding:6px 15px 3px 15px;
	background-color:#434343;
	border:#595959 solid 1px;
	color:#fff;
	height:20px;
	display:inline-block;
	font-weight:bold;
	margin:5px 0px;
}
.proceed:hover {
	border:#000 solid 1px;
	background-color:#000;
}
.cartmarg {
	margin-top:8px;
	margin-right:5px;
}
 input.simplebtn#checkoutbtn {
	height:35px;
	display:inline-block;
	color:#FFF;
	padding:6px 15px 15px 15px;
	background-color: #d3007e;
	border:#fff solid 1px;
	float:left;
	cursor:pointer;
	font-size: 14px;
}

/*
=======================================================================
	Wrapper Section Rules
=======================================================================
*/
#wrapper_sec {
	width:960px;
	/*width:980px;*/
	/*margin:20px auto;*/
	margin: 0px auto 0px auto;
	padding-right: 10px;
	padding-left: 10px;
	/*background: #ac9264 url(/images/main_bg.gif) repeat-x;*/
	background: #ac9264 url(/images/main_bg.gif) repeat-x;
}
#wrapper_header {
	width:960px;
	/*width:980px;*/
	/*margin:0px 20px auto;*/
	margin:20px auto 0px auto;
	padding-right: 10px;
	padding-left: 10px;
	/*background: #ac9264 url(/images/main_bg.gif) repeat-x;*/
	background: #ffffff url(/images/main_bg.gif) repeat-x;
}
#wrapper_footer {
	width:960px;
	/*width:980px;*/
	/*margin:20px auto;*/
	margin: 0px auto 20px auto;
	padding-right: 10px;
	padding-left: 10px;
	background: url(/images/main_bg.gif) repeat-x 0 bottom;
	
}
/*
=======================================================================
	Header section Rules
=======================================================================
*/
#masthead {
	/*width:940px;*/
	width:940px;
	/*height:80px;*/
	height:120px;
	/*margin:0px 10px;*/
	margin:0px 0px;
	padding: 0px 10px;
	/*background-color: #fff;*/
	/*border-bottom:#dcdcdc solid 1px;*/
}
.logo {
	float:left;
	/*padding-top:24px;*/
	padding-top:28px;
}
.righthead {float:right;}
.righthead ul.topnavi{
	float:left;
	list-style:none;
	margin:15px 0px;
}
ul.topnavi li{
	float:left;
	padding:0px 10px;
	background-image:url(/images/sep.gif);
	background-repeat:no-repeat;
	background-position:right;
	color: #fff;
}

ul.topnavi li a{
	/*text-decoration:underline;*/
	color:#fff;
}

ul.topnavi li a:hover{
	text-decoration:underline;
	color:#000;
}
ul.topnavi li.last{
	padding-right:0px;
	background-image:none;
}

.righthead ul.search{
	
	display: none;
	
	float:right;
	list-style:none;
	background-image:url(/images/input_bar.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFF;
	width:197px;
	height:20px;
	border:#cbcbcb solid 1px;
	padding-top:3px;
}
.righthead ul.search li{float:left;}
.righthead ul.search li input.bar{
	border:none;
	background-color:transparent;
	width:175px;
	margin:2px 0px 0px 5px;
}
.righthead ul.search li input.go{
	float:left;
	background-image:url(/images/go.gif);
	background-repeat:no-repeat;
	height:13px;
	width:10px;
	border:none;
	font-size:0px;
	margin-top:2px;
}
/*
=======================================================================
	Language
=======================================================================
*/
ul.lang {
	float:right;
	list-style:none;
	margin-top:3px;
}
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;
	margin-top:10px;
}
/*
=======================================================================
	Content Section Rules
=======================================================================
*/
#contentsec {
	width:940px;
	margin:0px auto;
	padding:10px;
	background-color: #fff;
	/*padding: 10px 0px 10px 0px*/
}
#contentsec.tree_bg{
	background: #ffffff url(/images/indyc_pics/tree_big.gif) no-repeat center bottom;
}

/*
=======================================================================
	Product Scroller Rules
=======================================================================
*/
#prod_scroller {
display:none;
	width:914px;
	height:209px;
	padding:0px 10px;
	/*border:#3f3f3f solid 3px;*/
	/*background-image:url(/images/scroll_bg.gif);*/
	background-repeat:repeat-x;
	margin-bottom:10px;
}
#prod_scroller h3{
	width:914px;
	/*height:40px;*/
	height:25px;
	padding-top:10px;
	color:#FFF;
}
#prod_scroller .prev{
	width:19px;
	height:19px;
	background-image:url(/images/scroll_paging.gif);
	background-position:left;
	background-repeat:no-repeat;
	float:left;
	margin:70px 10px 0px 10px;
}
#prod_scroller .next{
	width:19px;
	height:19px;
	background-image:url(/images/scroll_paging.gif);
	background-position:right;
	background-repeat:no-repeat;
	float:left;
	margin:70px 0px 0px 15px;
}
.anyClass {
	width:830px !important;
	float:left;
	/*margin-top:50px;*/
	margin-top:10px;
}
.anyClass ul li{
	/*margin:0px 20px;*/
	margin:0px 30px;
	/*width:171px !important;
	height:69px !important;*/
	width:150px !important;
	height:125px !important;
}
/*
=======================================================================
	Categories for home page rules
=======================================================================
*/
.cats {width:940px;}
.cats h5{
	margin-top:165px;
	float:left;
}
.cats a.browse{
	margin-top:165px;
	float:right;
}
.cats .cat_home{
	width:318px;
	height:177px;
	padding:10px;
	border:#d4d4d4 solid 1px;
	float:left;
	background-position:left;
	background-repeat:no-repeat;
	display:inline-block;
	margin-right:20px;
}
.cats .cat_home_women{
	background-image:url(/images/home_catbox1.jpg) !important;
}
.cats .cat_home_men{
	background-image:url(/images/home_catbox2.jpg) !important;
}
.cat_home a.browse{
	background-image:url(/images/arow.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:15px;
}
.adv {
	border:#d4d4d4 solid 1px;
	float:left;
}
/*
=======================================================================
	Footer rules
=======================================================================
*/
#footer {
	width:960px;
	/*background-image:url(/images/footer.gif);*/
	background-repeat:repeat-x;
	/*background-color:#050505;*/
	min-height:229px;
	/*color:#888888;*/
	color:#ffffff;
}
/*
=======================================================================
	About The Store rules
=======================================================================
*/
.aboutstore {
	width:149px;
	min-height:155px;
	/*border-right:#242424 solid 1px;*/
	border-right: 1px;
	padding:12px 0px 12px 20px;
	float:left;
}
.aboutstore h5{
	width:129px;
	background-image:url(/images/icons/about.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding-top: 5px;
	padding-left:30px;
	margin-bottom:30px;
	height: 22px;
}
.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:#fff;}
.aboutstore ul li a:hover{
	color:#bababa;
	text-decoration:underline;
}
/*
=======================================================================
	Customer Care rules
=======================================================================
*/
.cus_care {
	width:159px;
	min-height:155px;
	/*border-right:#242424 solid 1px;*/
	border-right: solid 1px;
	padding:12px 0px 12px 20px;
	float:left;
}
.cus_care h5{
	width:139px;
	background-image:url(/images/icons/love.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:30px;
	padding-top: 5px;
	margin-bottom:30px;
	height: 22px;
}
.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:#fff;}
.cus_care ul li a:hover{
	color:#bababa;
	text-decoration:underline;
}
/*
=======================================================================
	Community rules
=======================================================================
*/
.community {
	width:159px;
	min-height:155px;
	/*border-right:#242424 solid 1px;*/
	border-right: solid 1px;
	padding:12px 0px 12px 20px;
	float:left;
}
.community h5{
	width:139px;
	background-image:url(/images/icons/support.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:30px;
	padding-top: 5px;
	margin-bottom:30px;
	height: 22px;
}
.community ul{
	width:159px;
	list-style:none;
}
.community ul li{
	width:159px;
	padding:3px 0px;
}
.community ul li a{
	color:#fff;
	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:#bababa;
	text-decoration:underline;
}
/*
=======================================================================
	Support rules
=======================================================================
*/
.support {
	width:159px;
	min-height:155px;
	/*border-right:#242424 solid 1px;*/
	border-right: solid 1px;
	padding:12px 0px 12px 20px;
	float:left;
}
.support h5{
	width:139px;
	background-image:url(/images/icons/cus_care.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:30px;
	padding-top: 5px;
	margin-bottom:30px;
	height: 22px;
}
.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:#fff;}
.support ul li a:hover{
	color:#bababa;
	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-image:url(/images/icons/newsletter.png);
	background-position: left top;
	background-repeat:no-repeat;
	padding-left:30px;
	padding-top: 5px;
	margin-bottom:30px;
	height: 22px;
}
.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;
}
/*
=======================================================================
	Copyrights rules
=======================================================================
*/
.copyrights {
	width:940px;
	height:50px;
	padding:0px 10px;
	/*background-image:url(/images/copyrights.gif);*/
	/*background-repeat:repeat-x;
	background-position:top;*/
}
.copyrights p{
	margin:15px 0px 0px 0px;
}
.copyrights a.top{
	margin:15px 0px 0px 0px;
	float:right;
	color:#b3b3b3;
	background-image:url(/images/top.gif);
	background-repeat:no-repeat;
	background-position:35px 6px;
	padding:3px 25px 3px 10px;
	border:#4a4a4a solid 1px;
	background-color:#434343;
}
.copyrights a.top:hover{
	border:#000 solid 1px;
	background-color:#000;
}
/*
=======================================================================
	Input Form Rules
=======================================================================
*/
ul.forms {
	/*float:left;*/
	list-style:none;
	padding:0px 20px 0px 0px;
}
ul.forms li{
margin-bottom: 10px;
	/*float:left;*/
}
ul.forms li.txt{
	float:left;
	width:140px;
	color:#000;
	padding-top:3px;
}
.req {color:#F00;}
ul.forms li.inputfield{/*float:left;*/}
ul.forms li.inputfield input{
	/*width:229px;*/
	width:150px;
	height:20px;
	background-image:url(/images/input_bar.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:340px;
	height:110px;
	background-image:url(/images/input_bar.gif);
	background-repeat:repeat-x;
	border:#cccccc solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px;
}
ul.forms li.radiobtn label{
	float:left;
	width: 180px;
	
}
ul.forms li.radiobtn input{
	margin:5px 10px 0px 10px;
	/*float:right;*/
}
ul.forms li.radiobtn .labletxt{
	margin:0px 20px 0px 0px;
	float:left;
}
ul.forms li#auto_login.radiobtn  {
	float: left;
	/*width: 250px;*/
	margin-left: 143px;
	
}
ul.forms li#auto_login.radiobtn label {
	/*float: left;*/
	width: 115px;
	/*margin-left: 143px;*/
	
}
/* ------- NIC Forms ------- */

fieldset {
	padding: 20px;
	border: 1px solid #e5e5e5;
	margin-bottom: 20px;
}

legend,label {
	letter-spacing: 1px;
}
label{
	float: left;
	width: 140px;
	color: #000;
	padding-top: 3px;

}
legend {
	font-size: 12px;
	color: #d1087c;
}


/*
=======================================================================
	Checkout Form Rules
=======================================================================
*/

.checkout_form h5{
	margin-bottom: 20px;
margin-top: 15px;
}
/*
=======================================================================
	Gateway Fields
=======================================================================
*/
.gateway_form{
	/*width:450px;
	float:right;
	margin:0px 0px 20px 0px;*/
}

fieldset.billing_info{
	width:420px;
	margin:0px 0px 20px 0px;
}
fieldset.information {
	width:420px;
	margin:0px 0px 20px 0px;

}
fieldset.shipping_info {
	width:420px;
	margin:0px 0px 20px 0px;

}

fieldset.new_login_details {
	width:420px;
	margin:0px 0px 20px 0px;
}


/*
=======================================================================
	Column background Rules
=======================================================================
*/
.backgr {
	width:940px;
	/*background-image:url(/images/backgr.gif);*/
	background-repeat:repeat-y;
	/*background-position:left;*/
	
	float:left;
	margin-bottom:10px;
	
	/*background-color: #fff;*/
min-height: 600px;
}
/*
=======================================================================
	Column 1 Rules
=======================================================================
*/
.col1 {
	width:220px;
	float:left;
	margin:0px 0px 0px 0px;
}
.col1 .small_heading{
	width:220px;
	float:left;
	padding:0px 0px 17px 0px;
}
/*
=======================================================================
	Categories Rules
=======================================================================
*/
.category {
	width:200px;
	padding:0px 10px 25px 10px;
	float:left;
	min-height:100px;
	background-image:url(/images/hr_dots_sm.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	
	margin-bottom:10px;
}
.category h5{
	float:left;
	padding:7px 0px 5px 0px;
	color: #d1087c;
}

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

.glossymenu a.menuitem{	
	color: #9a9a9a;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 6px 0;
	padding-left: 0px;
	text-decoration: none;
	border-bottom:#dddddd solid 1px;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color: #9a9a9a;
}

.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{
color: #d1087c;
}

.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: 10px 0px 10px 10px;
	width:200px;
}

.glossymenu div.submenu ul li{
}

.glossymenu div.submenu ul li a{
	color: #9a9a9a;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 15px;
	text-decoration: none;
	background-image:url(/images/cat_arow.gif);
	background-position:left center;
	background-repeat:no-repeat;
}

.glossymenu div.submenu ul li a:hover{
	color:#cccccc;
	text-decoration:underline;
}
/*
=======================================================================
	My Account Rules
=======================================================================
*/
.myaccount {
	width:200px;
	padding:0px 10px 10px 10px;
	float:left;
	min-height:100px;
	background-image:url(/images/sections.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin-bottom:10px;
}
.myaccount h5{
	float:left;
	padding:7px 0px 5px 0px;
	color:#fff;
}
.myaccount ul{
	width:200px;
	float:left;
	padding:7px 0px;
	list-style:none;
}
.myaccount ul li{
	width:185px;
	padding:7px 0px 7px 15px;
	border-bottom:#666666 solid 1px;
	background-image:url(/images/crumb_sep.gif);
	background-position:left;
	background-repeat:no-repeat;
}
.myaccount ul li a{color:#888888;}
.myaccount ul li a:hover{font-weight:bold;}
.myaccount ul li a.selected{font-weight:bold;}
/*
=======================================================================
	My Cart Rules
=======================================================================
*/
.mycart {
	width:200px;
	padding:0px 10px 25px 10px;
	float:left;
	min-height:100px;
	background-image:url(/images/hr_dots_sm.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom:10px;
	/*border-bottom: 1px solid #d3247d;*/

}
.mycart h5{
	float:left;
	padding:7px 10px 5px 0px;
	color: #d1087c;
}
.mycart .right{padding-top:7px;}
.mycart .left{padding-top:7px;}
.mycart .veiwitems{
	padding:15px 0px 5px 0px;
	width:200px;
	border-bottom:#414141 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:#666666 dotted 1px;
	margin-bottom:5px;
}
.mycart p.title{width:180px;}
.mycart .grey{
	float:left;
	padding:1px 0px 5px 0px;
	width:200px;
	margin:00px 0px 2px 0px;
}
/*
=======================================================================
	Compare Products Rules
=======================================================================
*/
.compareproducts {
	width:200px;
	padding:0px 10px 10px 10px;
	float:left;
	min-height:100px;
	/*background-image:url(/images/sections.gif);*/
	background-repeat:repeat-x;
	background-position:top;
	margin-bottom:10px;
}
.compareproducts h5{
	float:left;
	padding:7px 0px 5px 0px;
	color: #d1087c;
}

.compareproducts ul{
	float:left;
	list-style:none;
	padding-bottom:10px;
}
.compareproducts ul li{
	float:left;
	width:200px;
	border-bottom:#666666 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/sections.gif);*/
	background-repeat:repeat-x;
	background-position:top;
	margin-bottom:10px;
}
.poll h5{
	float:left;
	padding:7px 0px 5px 0px;
	color: #d1087c;
}
.poll p{
	float:left;
	padding:7px 0px;
}
.poll ul{
	width:200px;
	float:left;
	padding:15px 0px;
	border-top:#333333 solid 1px;
	border-bottom:#333333 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:#156603;
	color:#FFF;
	margin:10px 0px 0px 10px;
}
.poll a.vote:hover{
	background-color:#000;
	color:#FFF;
}
/*
=======================================================================
	Shop Now Rules
=======================================================================
*/
.shopby {
	width:200px;
	padding:0px 10px 10px 10px;
	float:left;
	min-height:100px;
	/*background-image:url(/images/sections.gif);*/
	background-repeat:repeat-x;
	background-position:top;
	margin-bottom:10px;
}
.shopby h5{
	float:left;
	padding:7px 10px 5px 0px;
	color: #d1087c;
}
.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:#ccc;
	background-repeat:no-repeat;
	background-position:bottom;
	border-bottom:#ccc 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/sections.gif);*/
	background-repeat:repeat-x;
	background-position:top;
	margin-bottom:10px;
}
.tags h5{
	float:left;
	padding:7px 10px 5px 0px;
	color: #d1087c;
}
.tags ul{
	width:180px;
	float:left;
	min-height:100px;
	padding:20px 0px;
	list-style:none;
}
.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/sections.gif);*/
	background-repeat:repeat-x;
	background-position:top;
	margin-bottom:10px;
}
.newsletter h5{
	float:left;
	padding:7px 10px 5px 0px;
	color: #d1087c;
}
.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/input_bar.gif);
	background-repeat:repeat-x;
	margin-bottom:6px;
}
.newsletter ul li input.subs{

}
/*
=======================================================================
	Column 2 Rules
=======================================================================
*/
.col2 {
	width:700px;
	float:right;
}
/*
=======================================================================
	FULL Column 2 Rules
=======================================================================
*/
.full_col1 {
	width:460px;
	float:left;
}
.full_col2 {
	width:460px;
	float:right;
}

/*
=======================================================================
	Listing Rules
=======================================================================
*/
/*.listings {
	float:left;
	width:700px;
}
.listings ul{
	float:left;
	list-style:none;
}
.listings ul li{
	float:left;
	width:200px;
	height:189px;
	background-image:url(/images/prod_bg.gif);
	background-repeat:no-repeat;
	margin:0px 20px 20px 0px;
	padding:10px 10px 0px 10px;
}
.listings ul li.last{margin-right:0px;}

.listings ul li a.thumb{		
		margin-top:0px;
		float:left;
		margin-bottom:11px;
}
.listings ul li:hover a.title, .listings ul li:hover a.addwish{
	color:#000 !important;
}
.listings ul li a.thumb img{
	float:left;	
	width:200px;	
	height:140px;
}
.listings ul li a.title{
	float:left;
	padding:2px 5px 5px 5px;
}
.listings ul li a.addwish{
	background-image:url(/images/add.gif);
	background-repeat:repeat-x;
	background-position:left;
	background-repeat:no-repeat;
	padding:2px 5px 0px 15px;
	float:left;
	margin-left:5px;
}
.listings ul li p.price{
	padding:8px 0px 2px 5px;
}
.listings ul li a.addtocart{
	background-image:url(/images/cart.gif);
	background-repeat:no-repeat;
	background-position:left;
	border:none;
	padding:0px 0px 0px 0px;
	margin:10px 0px 0px 0px;
	width:16px;
	height:14px;
}*/
/*
=======================================================================
	NEW Listing Rules
=======================================================================
*/
.listings {
	float:left;
	width:700px;
}
.listings .listing_box{
	float:left;
	/*width:140px;*/
	width:200px;
	/*height:189px;*/
	height:313px;
	background-image:url(/images/prod_bg.gif);
	background-repeat:no-repeat;
	margin:0px 20px 20px 0px;
	padding:10px 10px 0px 10px;
}
.listings .listing_box.last{margin-right:0px;}
.listings .listing_box a.thumb{
		/*margin-top:20px;*/
		margin-top:0px;
		float:left;
		/*margin-bottom:40px;*/
		margin-bottom:11px;
}
.listings .listing_box:hover a.title, .listings .listing_box:hover a.addwish{
	color:#000 !important;
}
.listings .listing_box a.thumb img{
	float:left;
	/*width:135px;*/
	width:200px;
	/*height:80px;*/
	height:257px;

}
.listings .listing_box a.title{
	float:left;
	padding:2px 5px 5px 5px;
}
.listings .listing_box p.price{
	padding:8px 0px 2px 5px;
}
.listings .listing_box a.addtocart{
display: none;
	background-image:url(/images/cart.gif);
	background-repeat:no-repeat;
	background-position:left;
	border:none;
	padding:0px 0px 0px 0px;
	margin:10px 0px 0px 0px;
	width:16px;
	height:14px;
}



/*
=======================================================================
	column 3 Rules
=======================================================================
*/
.col3 {width:940px;}
/*
=======================================================================
	Product Detail Page Rules
=======================================================================
*/
.prod_detail {
	width:686px;
	float:left;
}
.prod_detail .big_thumb{
	/*width:240px;*/
	width:275px;
	float:left;
}
.prod_detail .desc{
	width:390px;
	float:right;
}
.prod_detail .desc a.email{
	font-weight:bold;
	background-image:url(/images/email.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
}
.margn {
	padding:12px 0px 0px 0px;
}
.addtocart {
	padding:10px 5px;
	margin-top:10px;
	border:#e3e3e3 solid 1px;
	float:left;
}
.addtocart h4{
	padding:5px 0px 10px 10px;
}
.addtocart ul.forms{
	width:364px;
	padding-left:0px;
}
.addtocart ul.forms li.txt{
	width:80px;
	padding-left:20px;
}
.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:30px;
	padding-top:2px;
	padding-left:20px;
}
.addtocart ul.qt li input.bar{
	float:left;
	width:45px;
	height:21px;
	background-color:#FFF;
	border:#d0d0d0 solid 1px;
	background-image:url(/images/input_bar.gif);
	background-repeat:repeat-x;
}
.quickreview {
	padding:00px 0px 10px 0px;
	margin:0px 0px 10px 0px;
}
.qheading {
	border-bottom:#dddddd solid 1px;
	color:#2e7fc4;
	font-weight:bold;
	font-size:13px;
	margin-bottom:10px;
}
.quickreview h4{
	padding:20px 0px 10px 0px;
}
.quickreview h4.price{
	padding:10px 0px;
}
.quickreview p.avail{
	padding:10px 0px 10px 0px;
}
.quickreview p{
	padding:0px 0px 5px 0px;
}
.prod_desc {
	padding:20px 0px;
	float:left;
	margin-top:20px;
}
.prod_desc h6.bar{margin-bottom:10px;}

.aditional_info {
	width:700px;
	background-image:url(/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/input_bar.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 {
display: none;
	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;
}
/*
=======================================================================
	Contact Page Rules
=======================================================================
*/
.contact {
	float:left;
	width:700px;
	margin-bottom:20px;
}
.mapsec {
	width:336px;
	float:left;
}
.mapsec h6{
	padding-bottom:10px;
	margin-top:10px;
}
.mapsec p{
	width:300px;
	float:left;
}
.map {
	float:left;
	margin-top:20px;
}
.map iframe{
	border-bottom:#000 solid 1px;
}
.map a.enlarg{
	font-weight:bold;
	padding:5px 0px;
	color:#333;
	float:left;
}
.contact_form {
	width:280px;
	float:right;
}
.contact_form h6{
	padding-bottom:10px;
	margin-top:10px;
}
.contact_form ul{
	float:left;
	list-style:none;
}
.contact_form ul li{margin-bottom:5px;}
.contact_form input.bar{
	width:269px;
	height:24px;
	padding:0px 5px;
	background-image:url(/images/bar.gif);
	background-position:left;
	background-repeat:no-repeat;
	border:#dddddd solid 1px;
	font-size:11px;
}
.contact_form textarea{
	width:269px;
	height:154px;
	padding:5px;
	background-image:url(/images/textarea.gif);
	background-position:left;
	background-repeat:no-repeat;
	border:#dddddd solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.error {color:#F00;}
.seccess {color:#090;}
/*
=======================================================================
	Sorting Rules
=======================================================================
*/
.sorting {
	width:700px;
	margin:7px 0px;
	background-image:url(/images/gray_sort.gif);
	background-repeat:repeat-x;
	background-position:0px 25px;
	float:left;
}
.sorting p{padding-top:5px;}
.sorting ul{
	float:left;
	list-style:none;
}
.sorting ul li{
	float:left;
	height:23px;
	padding:4px 10px 0px 10px;
}
.sorting ul li.last{border-right:none;}
.sorting ul li.text{
	height:21px;
	padding:6px 10px 0px 10px;
}
/*
=======================================================================
	Shopping Cart Rules
=======================================================================
*/
.shoppingcart {
	width:940px;
	float:left;
}
.shoppingcart ul.tablehead{
	width:938px;
	float:left;
	list-style:none;
	height:24px;
	padding-top:5px;
	background-color:#fbfbfb;
	border:#dcdcdc solid 1px;
}
.shoppingcart ul.tablehead li{
	float:left;
	padding:2px 0px 0px 0px;
	font-weight:bold;
	font-size:12px;
	color:#666666;
	background:none !important;
	height:18px !important;
}
.shoppingcart ul li.remove{
	width:34px;
	text-align:center;
	height:28px;
	padding-left:10px;
}
.shoppingcart ul li.thumb{
	width:84px;
	text-align:center;
	height:44px;
	padding-top:4px !important;
}
.shoppingcart ul li.title{
	width:568px;
	padding-left:10px;
	height:28px;
}
.shoppingcart ul li.price{
	width:75px;
	text-align:center;
	height:28px;
}
.shoppingcart ul li.qty{
	width:64px;
	text-align:center;
	height:48px;
}
.shoppingcart ul li.qty input{
	width:25px;
	height:25px;
	background-color:#fafafa;
	border:#d5d5d5 solid 1px;
	text-align:center;
	margin-top:12px;
}
.shoppingcart ul li.total{
	width:75px;
	text-align:center;
}

.shoppingcart ul.cartlist{
	width:940px;
	float:left;
	list-style:none;
	padding:0px 0px;
	height:50px;
	margin-top:5px;
	border-bottom:#dbdbdb solid 1px;
}
.shoppingcart ul.cartlist li{
	float:left;
	padding-top:0px;
}
.shoppingcart ul.cartlist li.txt{padding-top:20px;}
.btns {
	border-bottom:#d7d7d7 solid 1px;
	width:100%;
	padding:15px 0px;
	float:left;
}
.btns ul{list-style:none;}
/*
=======================================================================
	Sections Rules
=======================================================================
*/
.sections {
	width:940px;
	float:left;
	padding:20px 0px;
}
.centersec {
	float:left;
	width:280px;
	margin:0px 43px;
}

/*
=======================================================================
	Cart Payment Rules
=======================================================================
*/
.cartpayment {
	width:420px;
	border:#dbdbdb solid 1px;
	padding:20px;
	/*float:left;*/
	margin-bottom:10px;
}


/*
=======================================================================
	Cart Items Rules
=======================================================================
*/
.cartitems {
	width:244px;
	border:#dbdbdb solid 1px;
	padding:10px;
	float:left;
	margin-bottom:10px;
}
.cartitems h6{
	width:244px;
	float:left;
}
.cartitems h6 span{padding-bottom:5px;}
.cartitems ul{
	float:left;
	list-style:none;
}
.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;
}
/*
=======================================================================
	Discount Coupon Rules
=======================================================================
*/
.discount {
	width:258px;
	border:#dbdbdb solid 1px;
	padding:10px;
	float:left;
	margin-bottom:10px;
margin-top:10px;
	margin-left: 280px;
	height: 150px;
}
#checkout_cart .discount{
	height: 110px;
}
.discount h6{
	width:258px;
	float:left;
}
.discount h6 span{padding-bottom:5px;}
.discount p{
	width:258px;
	float:left;
	padding-top:5px;
}
#checkout_cart .discount p{
padding-bottom: 0px;

}
.discount ul{
	width:258px;
	float:left;
	list-style:none;
	margin-top: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:258px;
	border:#dbdbdb solid 1px;
	padding:10px;
	float:left;
	margin-bottom:10px;
}
.estimate h6{
	width:258px;
	float:left;
}
.estimate h6 span{padding-bottom:5px;}
.estimate p{
	width:258px;
	float:left;
	padding-top:5px;
}
.estimate ul{
	width:258px;
	float:left;
	list-style:none;
	margin-top: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:285px;
	border:#dbdbdb solid 1px;
	padding:10px;
	/*float:left;*/
	float:right;
	margin-top: 10px;
	margin-bottom:10px;
	text-align:center;
	
	height: 150px;

}
#checkout_cart .grand_total{
	height: 110px;
}


.grand_total h5{font-weight:bold;}
.grand_total ul.line{
	border-bottom:#dadada solid 1px;
	width:100%;
	margin-bottom:10px;
}
.grand_total ul{
	float:left;
	list-style:none;
	margin-bottom:5px;
}
.grand_total ul li{
	float:left;
	background:none  !important;
height: 20px;
}
.grand_total ul li.title{
	text-align:right;
	width:100px !important;
height: 20px;
}
.grand_total ul li.price{
	text-align:right;
	width:80px !important;
height: 20px;
}
/*
=======================================================================
	Login Page Rules
=======================================================================
*/
.login {
	width:938px;
	height:353px;
	/*border:#dcdcdc solid 1px;*/
background: url(/images/bg_transparency020.png) repeat;
position: relative;
}
.logintabs {
display:  none;
	width:940px;
	float:left;
	height:19px;
margin-top: 15px;
}
.logintabs ul{
	list-style:none;
	float:left;
}
.logintabs ul li{
	float:left;
	margin-right:2px;
}
.logintabs ul li a{
	padding:5px 10px;
	background-color:#ebebeb;
}
.logintabs ul li a:hover{
	background-color:#000;
	color:#FFF;
}
.logintabs ul li a.selected{
	background-color:#000;
	color:#FFF;
}
.burst-big-box {
	position: absolute;
	display: block;
	z-index: 1000;
	top: 100px;
	left: 450px;
	/*clear: left;*/
	/*bottom: 200px;*/
	/*float: left;*/
}
/*
=======================================================================
	New Customer Section Rules
=======================================================================
*/
.sections .inner {
	height:210px;
	background-image:url(/images/botm_acount_curve.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:10px;
}
.newcustmr {
	width:420px;
	float:left;
	margin:30px 27px 80px 30px;
}
.newcustmr p{
	width:424px;
	padding:10px 0px;
	float:left;
}
a.forget {
	margin:5px 0px 0px 0px;
}
.new_register {
	width:400px;
	float:right;
	margin:30px 27px 80px 30px;
}
.new_register p{
	width:404px;
	padding:10px 0px;
	float:left;
}

.new_login {
	/*width:430px;
	float:left;
	margin: 0px 20px 20px 0px;*/
}
.new_login  p{
	/*width:404px;*/
	padding:10px 0px;
	/*float:left;*/
}

/*
=======================================================================
	Registered Customer Section Rules
=======================================================================
*/
.registerdcustmr {
	width:420px;
	float:right;
	margin:50px 27px 80px 0px;
}
.registerdcustmr h6{
	width:430px;
	padding:8px 0px 0px 10px;
	height:23px;
	float:left;
	font-weight:bold;
	background-image:url(/images/login_bg.gif);
	background-repeat:repeat-x;
	background-position:0px 0px;
}
.registerdcustmr p{
	width:410px;
	padding:10px;
	float:left;
}
.registerdcustmr a.forgot{
	margin:5px 0px 0px 10px;
}
/*
=======================================================================
	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;
}
ul.acount_navi {
	width:698px;
	float:left;
	background-color:#fbfbfb;
	border:#dcdcdc solid 1px;
	background-repeat:repeat-x;
	background-position:top left;
	list-style:none;
	height:27px;
margin-bottom: 25px;
}
ul.acount_navi li{
	float:left;
	background-image:url(/images/gray_sep.gif);
	background-repeat:no-repeat;
	background-position:right top;
}
ul.acount_navi li a{
	font-weight:bold;
	color:#000;
	padding:5px 10px;
	height:15px;
	display:inline-block;
	border:transparent solid 1px;
}
ul.acount_navi li a.selected{
	background-color:#000;
	color:#FFF;
}
ul.acount_navi li a:hover{
	background-color:#000;
	color:#FFF;
}

.acount_info {
	width:700px;
	float:left;
	padding:20px 0px;
}
h6.bar{
	width:680px;
	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:342px;
	min-height:132px;
	margin-bottom:10px;
}
.small_sec .content{
	min-height:80px;
	padding:10px 10px;
	float:left;
}
.small_sec .content p{
	width:100%;
	padding-bottom:5px;
	float:left;
}
.small_sec_main  {
padding: 27px 27px 10px 27px;
	background-color: #fbfbfb;
	/*border:#dcdcdc solid 1px;*/
}
.small_sec .headng{
	float:left;
	width:320px;
	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:700px;
	border-bottom:#e2e2e2 solid 1px;
	padding:5px 0px;
	margin:20px 0px;
}
.big_sec .headng h6{float:left;}
/*
=======================================================================
	Static Page Rules
=======================================================================
*/
.static {
	float:left;
	width:940px;
}
a.bordrs {
	padding:3px;
	border:#c9c9c9 solid 1px;
	float:left;
}
.static h1{
	float:left;
	width:940px;
	padding:10px 0px;
	color:#666666;
}
.static h2{
	float:left;
	width:940px;
	padding:8px 0px;
	color:#666666;
}
.static h3{
	float:left;
	width:940px;
	padding:6px 0px;
	color:#666666;
}
.static h4{
	float:left;
	width:940px;
	padding:5px 0px;
	color:#666666;
}
.static h5{
	float:left;
	width:940px;
	padding:5px 0px;
	color:#666666;
}
.static h5 span{padding-bottom:10px;}
.static h6{
	float:left;
	width:940px;
	padding:5px 0px;
	color:#666666;
}
.static h5{
	float:left;
	width:940px;
	padding:5px 0px;
	line-height:24px;
	color:#666666;
}
.static ul.imgs{
	float:left;
	list-style:none;
	padding:5px 0px 10px 0px;
}
.static ul.imgs li{
	float:left;
	margin-right:10px;
}
.static .sec1 {
	width:282px;
	float:left;
	margin-right:30px;
	margin-top:20px;
}
.static .sec1 p{
	width:282px;
	float:left;
	padding:0px 0px 10px 0px;
}
.static .sec1 a.bordrs{margin-bottom:10px;}
.static .sec2 {
	width:282px;
	float:left;
	margin-right:30px;
	margin-top:20px;
}
.static .sec2 p{
	width:282px;
	float:left;
	padding:0px 0px 10px 0px;
}
.static .sec2 a.bordrs{margin-bottom:10px;}
.static .sec3 {
	width:282px;
	float:left;
	margin-top:20px;
}
.static .sec3 p{
	width:282px;
	float:left;
	padding:0px 0px 10px 0px;
}
.static .sec3 a.bordrs{margin-bottom:10px;}
.static ul.number{
	width:100%;
	float:left;
	list-style:decimal;
}
.static ul.number li{
	padding:4px 0px;
	font-weight:bold;
}
.bigsec {
	width:100%;
	float:left;
	padding:20px 0px;
}
.bigsec a.left{
	margin:0px 20px 10px 0px;
}
.grayborder {
	width:100%;
	border-top:#e1e1e1 solid 1px;
	margin:10px 0px;
	height:1px;
	overflow:hidden;
}
.static ol{
	padding:20px 0px 20px 30px;
}
ul.radio {
	list-style:none;
	padding:15px 0px;
	float:left;
}
ul.radio li{
	padding:5px 0px;
}
ul.radio li input{
	float:left;
	margin-right:7px;
}

.main_image img{
padding:3px;
	border:#c9c9c9 solid 1px;

margin-bottom: 10px;
}
/*
=======================================================================
	Bread Crumb Rules
=======================================================================
*/
/*p.breadcrumb{
	float:left;
	padding:0px 10px;
	color: #999;
	line-height: 15px;
}

#crumb {
	width:928px;
	float:left;
	padding:7px 10px 0px 0px;
	height:23px;
	background-color:#fbfbfb;
	border:#dcdcdc solid 1px;
	margin:10px 0px 10px 10px;
}*/
p.breadcrumb{
	/*float:left;*/
	padding:0px 10px;
	color: #999;
	line-height: 15px;
}

#crumb {
	/*width:928px;*/
	width:940px;
	/*float:left;*/
	padding:10px;
	height:23px;
	background-color:#ffffff;
	/*border:#dcdcdc solid 1px;*/
	/*margin:10px 0px 10px 10px;*/
margin:0px auto;

}

.breadcrumb_inner {
	width:928px;
	
	/*float:left;*/
	padding:7px 10px 8px 0px;
	/*height:23px;*/
	background-color:#fbfbfb;
	border:#dcdcdc solid 1px;
	/*margin:10px 0px 10px 10px;*/
}


ul.breadcrumb {
	float:left;
	list-style:none;
	color:#666;
}
ul.breadcrumb li{
	float:left;
	padding:0px 10px;
	background-image:url(/images/sep1.gif);
	background-repeat:no-repeat;
	background-position:right;
}
ul.breadcrumb li.last{background-image:none;}
ul.breadcrumb li a{color:#000;}
ul.breadcrumb li a:hover{text-decoration:underline;}

ul.network {
	float:right;
	list-style:none;
	color:#666;
}
ul.network li{
	float:left;
	padding:0px 5px;
}
ul.network li.last{background-image:none;}
ul.network li a{color:#3b9fd5;}
ul.network li a:hover{
	color:#666;
	text-decoration:underline;
}
/*
=======================================================================
	Categories Rules
=======================================================================
*/
.categs {
	/*float:left;*/
	/*width:940px;*/
	width:700px;
}
.categs .cat_secs{
	float:left;
	/*width:898px;*/
	width:658px;
	/*height:216px;*/
	height:145px;
	padding:20px;
	background-repeat:no-repeat;
	border:#dcdcdc solid 1px;
	margin-bottom:10px;
}
.cat_belts{background-image:url(/images/cat_banners/banner_belts.jpg);}
.cat_handbags{background-image:url(/images/cat_banners/banner_bags.jpg);}
.cat_headwear{background-image:url(/images/cat_banners/banner_headwear.jpg);}
.cat_jewellery{background-image:url(/images/cat_banners/banner_jewel.jpg);}
.cat_leggings{background-image:url(/images/cat_banners/banner_leggins.jpg);}
.cat_other{background-image:url(/images/cat_banners/banner_others.jpg);}
.cat_scarves{background-image:url(/images/cat_banners/banner_scarves.jpg);}
.cat_shoes{background-image:url(/images/cat_banners/banner_shoes.jpg);}
.cat_basics{background-image:url(/images/cat_banners/banner_basics.jpg);}

.cat_secs h1{
	margin-bottom:10px;
	margin-top: 100px;
	width:350px;
	font-size: 55px;
	letter-spacing: -1px;
	color: #d3247d;
	text-transform: uppercase;
}
.cat_secs h1 a{
	color: #d3247d;
}
.cat_secs h1 a:hover{
	color: #000000;
}

.cat_secs p{
	margin-bottom:10px;
	width:400px;
}
.cat_secs ul{list-style:none;}
.cat_secs ul li{
	padding:5px 0px 5px 20px;
	background-image:url(../images/bullet.png);
	background-repeat:no-repeat;
	background-position:left;
}
.cat_secs ul li a:hover{
	color:#000;
	text-decoration:underline;
}



/*Pagination Link START*/
#pagination-links ul {
	margin-left: 0;
	padding-left: 0;
	float: left;
	background: url(/images/pagination/m.gif) repeat-x;
}
#pagination-links li {
	display: inline;
}
#pagination-links li#li-open {
	width: 12px;
	height: 24px;
	float: left;
	background: url(/images/pagination/open.gif) no-repeat;
	text-decoration: none;
}
#pagination-links li#li-close {
	width: 11px;
	height: 24px;
	float: left;
	background: url(/images/pagination/close.gif) no-repeat;
}
#pagination-links ul a {
	height: 24px;
	float: left;
	background: url(/images/pagination/b.gif) no-repeat right top;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 6px;
}
#pagination-links strong,
#pagination-links b {
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
	float: left;
	height: 24px;
	background: url(/images/pagination/b.gif) no-repeat right top;
}
#pagination-links li#end-pagination strong,
#pagination-links li#end-pagination b {
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
	float: left;
	height: 24px;
	background: url(/images/pagination/m.gif) no-repeat top;
}
#pagination-links li#end-pagination a {
	height: 24px;
	float: left;
	background: url(/images/pagination/m.gif) no-repeat top;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 6px;
}
#pagination-links a:link {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: none;
}
#pagination-links a:visited {
	color: #000;
	border-bottom: none;
}
#pagination-links a:hover {
	color: #ad8965;
}
#pagination-links a#current {
	color: #595959;
font-weight: normal;
	font-style: normal;
}

/*Pagination END*/

/*START News*/
#news p {
	padding: 5px 0px 0px 0px;
	margin: 0px;
	
}
#news h2 {
	background-color: #f8f8ec;
	margin-bottom: 0px;
	margin: 5px 0px 0px 0px;
	padding: 5px 5px 5px 2px;
	/*height: 110px;*/
	
}
#latest #news {
	padding: 3px 0px 15px 0px;
}
.blog_post{
	margin-bottom: 10px;
}
.blog_post h2{
	padding-bottom: 0px;
padding-top: 5px;
}
.blog_post img {
	margin-bottom: 15px;
}
.post_meta {
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 10px 0px;
		font-size: .9em;
		}
.main_image img {
	margin-bottom: 25px;
}

.secure_box{
	padding-top: 35px;
	padding-left: 140px;
	background-image:url(/images/hr_dots_sm.gif);
	background-repeat: no-repeat;
	background-position: 140px 15px;
}


.sale_badge {
position:absolute; top:1px; right:1px;background-image:url(/images/sale_badge.png);background-repeat:no-repeat;background-position:left;border:none;padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;width:100px;height:100px;
}


