@charset "utf-8";
/*
=======================================================================
	General Rules
=======================================================================
*/
* {
	padding:0px;
	margin:0px;
}
body {
	/*background-image:url(../images/bg.gif);*/
	background-image:url(../images/l2.jpg);
	background-position:top;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}
a {
	text-decoration:none;
	outline:none;
	color:#666666;
}
a img {
	border:none;
}
.clear {
	clear:both;
}
.bold {
	font-weight:bold;
}
.colr {
	color:#ff5400 !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;
}
.left {
	float:left !important;
}
.right {
	float:right !important;
}
.heading {
	padding:10px 0px 8px 0px;
	width:100%;
	border-bottom:#dddddd solid 1px;
	margin-bottom:10px;
	color:#ff5400;
}
input {
	font-size:11px;
}
/*
=======================================================================
	Buttons
=======================================================================
*/
a.simplebtn {
	height:16px;
	display:inline-block;
	color:#FFF;
	padding:3px 10px;
	background-color:#ff5400;
	border:#c84f14 solid 1px;
}
a.simplebtn:hover {
	background-color:#c84f14;
	border:#c84f14 solid 1px;
}
input.simplebtn {
	height:25px;
	display:inline-block;
	color:#FFF;
	padding:3px 10px 8px 10px;
	background-color:#ff5400;
	border:#c84f14 solid 1px;
	float:left;
	cursor:pointer;
}
input.simplebtn:hover {
	background-color:#c84f14;
	border:#c84f14 solid 1px;
}
.proceed {
	padding:6px 15px 3px 15px;
	background-color:#ff5400;
	border:#c84f14 solid 1px;
	color:#fff;
	height:20px;
	display:inline-block;
	font-weight:bold;
	margin:5px 0px;
}
.proceed:hover {
	border:#c84f14 solid 1px;
	background-color:#c84f14;
}
.cartmarg {
	margin-top:8px;
	margin-right:5px;
}
/*
=======================================================================
	Wrapper Section Rules
=======================================================================
*/
#wrapper_sec {
	width:960px;
	margin:20px auto;
	background-color:#FFF;
	position:relative;
}
/*
=======================================================================
	Header section Rules
=======================================================================
*/
#masthead {

	height:80px;

	position:relative;
	/*border-bottom:#dcdcdc solid 1px;*/
}
.logo {
	padding-top:5px;
float:left;
width:150px;
height:65px;
	z-index: 1000;
	padding-left:10px;
	position:relative;
}
.logo a {display:block;position:absolute;top:10px;left:10px;}
.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;
}
ul.topnavi li a:hover{
	text-decoration:underline;
	color:#000;
}
ul.topnavi li.last{
	padding-right:0px;
	background-image:none;
}

.righthead ul.search{
	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:7px;
}
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;
}
/*
=======================================================================
	Product Scroller Rules
=======================================================================
*/
#prod_scroller {
	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;
	padding-top:10px;
	color:#FFF;
}
#prod_scroller .prev{
	width:11px;
	height:15px;
	background-image:url(../images/scroll_paging.png);
	background-position:left;
	background-repeat:no-repeat;
	float:left;
	margin:80px 10px 0px 10px;
}
#prod_scroller .next{
	width:11px;
	height:15px;
	background-image:url(../images/scroll_paging.png);
	background-position:right;
	background-repeat:no-repeat;
	float:left;
	margin:80px 0px 0px 15px;
}
.anyClass {
	width:830px !important;
	float:left;
	margin-top:50px;
}
.anyClass ul li{
	margin:0px 20px;
	width:171px !important;
	height:69px !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/women_shows.gif) !important;
}
.cats .cat_home_men{
	background-image:url(../images/men_shoes.gif) !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;
}
/*
=======================================================================
	About The Store rules
=======================================================================
*/
.aboutstore {
	width:149px;
	min-height:155px;
	border-right:#242424 solid 1px;
	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:30px;
}
.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:#bababa;
	text-decoration:underline;
}
/*
=======================================================================
	Customer Care rules
=======================================================================
*/
.cus_care {
	width:159px;
	min-height:155px;
	border-right:#242424 solid 1px;
	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:30px;
}
.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:#bababa;
	text-decoration:underline;
}
/*
=======================================================================
	Community rules
=======================================================================
*/
.community {
	width:159px;
	min-height:155px;
	border-right:#242424 solid 1px;
	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:30px;
}
.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:#bababa;
	text-decoration:underline;
}
/*
=======================================================================
	Support rules
=======================================================================
*/
.support {
	width:159px;
	min-height:155px;
	border-right:#242424 solid 1px;
	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:30px;
}
.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:#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-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-bottom:30px;
}
.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:#fff;
	background-image:url(../images/top.gif);
	background-repeat:no-repeat;
	background-position:35px 6px;
	padding:3px 25px 3px 10px;
	background-color:#ff5400;
	border:#c84f14 solid 1px;
}
.copyrights a.top:hover{
	border:#c84f14 solid 1px;
	background-color:#c84f14;
}
/*
=======================================================================
	Input Form Rules
=======================================================================
*/
ul.forms {
	float:left;
	list-style:none;
	padding:0px 20px 10px 20px;
}
ul.forms li{
	float:left;
}
ul.forms li.txt{
	float:left;
	width:100px;
	color:#000;
	padding-top:3px;
}
.req {
	color:#F00;
}
ul.forms li.inputfield{
	float:left;
}
ul.forms li.inputfield input{
	width:229px;
	height:20px;
	background-image:url(../images/input_bar.gif);
	background-repeat:repeat-x;
	background-color:#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{
	float:left;
}
ul.forms li.radiobtn input{
	margin:0px 10px;
	float:left;
}
ul.forms li.radiobtn .labletxt{
	margin:0px 20px 0px 0px;
	float:left;
}
/*
=======================================================================
	Column background Rules
=======================================================================
*/
.backgr {
	width:940px;
	background-image:url(../images/backgr.gif);
	background-repeat:repeat-y;
	background-position:left;
	float:left;
	margin-bottom:10px;
}
/*
=======================================================================
	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 10px 10px;
	float:left;
	min-height:100px;
	background-image:url(../images/sections.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin-bottom:10px;
}
.category h5{
	float:left;
	padding:7px 0px 5px 0px;
	color:#fff;
}

.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:#666666 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{
}

.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 10px 10px;
	float:left;
	min-height:100px;
	background-image:url(../images/sections.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin-bottom:10px;
}
.mycart h5{
	float:left;
	padding:7px 10px 5px 0px;
	color:#fff;
}
.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:#fff;
}

.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:#fff;
}
.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:#fff;
}
.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:#fff;
}
.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:#fff;
}
.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;
}
/*
=======================================================================
	Listing Rules
=======================================================================
*/
.listings {
	float:left;
	width:700px;
}
.listings ul{
	float:left;
	list-style:none;
}
.listings ul li{
	float:left;
	width:140px;
	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:20px;
		float:left;
	/*	margin-bottom:20px;*/
}
.listings ul li:hover a.title, .listings ul li:hover a.addwish{
	color:#000 !important;
}
.listings ul li a.thumb img{
	float:left;

}
.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;
}
/*
=======================================================================
	column 3 Rules
=======================================================================
*/
.col3 {
	width:940px;
}
/*
=======================================================================
	Product Detail Page Rules
=======================================================================
*/
.prod_detail {
	width:686px;
	float:left;
}
.prod_detail .big_thumb{
	width:240px;
	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:0px 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;
}
.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 {
	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:100px;
	text-align:center;
	height:85px;
	padding-top:5px !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:28px;
}
.shoppingcart ul li.total{
	width:75px;
	text-align:center;
}

.shoppingcart ul.cartlist{
	width:940px;
	float:left;
	list-style:none;
	padding:0px 0px;
	height:90px;
	margin-top:5px;
	border-bottom:#dbdbdb solid 1px;
}
.shoppingcart ul.cartlist li{
	float:left;
	padding-top:0px;
}
.shoppingcart ul.cartlist li.txt{
	padding-top:35px;
}

.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 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;
}
.discount h6{
	width:258px;
	float:left;
}
.discount h6 span{
	padding-bottom:5px;
}
.discount p{
	width:258px;
	float:left;
	padding-top:5px;
}
.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;
	margin-bottom:10px;
	text-align:center;
}
.grand_total h5{
	font-weight:bold;
}
.grand_total ul.line{
	border-bottom:#dadada solid 1px;
	width:100%;
	margin-bottom:10px;
}
.grand_total ul{
	float:left;
	list-style:none;
	margin-bottom:5px;
}
.grand_total ul li{
	float:left;
	background:none  !important;
}
.grand_total ul li.title{
	text-align:right;
	width:100px !important;
}
.grand_total ul li.price{
	text-align:right;
	width:80px !important;
}
/*
=======================================================================
	Login Page Rules
=======================================================================
*/
.login {
	width:938px;
	height:353px;
	border:#dcdcdc solid 1px;
	background-image:url(../images/login.gif);
	background-position:right center;
	background-repeat:no-repeat;
}
.logintabs {
	width:940px;
	float:left;
	height:19px;
}
.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{
	color:#FFF;
	background-color:#ff5400;
}
.logintabs ul li a.selected{
	color:#FFF;
	background-color:#ff5400;
}
/*
=======================================================================
	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;
}
/*
=======================================================================
	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;
}
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{
	color:#FFF;
	background-color:#ff5400;
}
ul.acount_navi li a:hover{
	color:#FFF;
	background-color:#ff5400;
}

.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 .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:8px;
}
.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;
}
/*
=======================================================================
	Bread Crumb Rules
=======================================================================
*/
#crumb {
	width:928px;
	float:left;
	padding:7px 10px 0px 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 3px;
	background-repeat:no-repeat;
	background-position:right;
}
ul.breadcrumb li.first 
{
	padding:0px 0px 0px 10px;
}
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;
}
.categs .cat_secs{
	float:left;
	width:898px;
	height:216px;
	padding:20px;
	background-repeat:no-repeat;
	border:#dcdcdc solid 1px;
	margin-bottom:10px;
}
.women{
	background-image:url(../images/cat2.gif);
}
.men{
	background-image:url(../images/cat1.gif);
}
.cat_secs h1{
	margin-bottom:10px;
	width:500px;
}
.cat_secs p{
	margin-bottom:10px;
	width:500px;
}
.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;
}
.normal_links {list-style:none;border:0;margin:0;padding:0;}
.normal_links li {border:0;margin:0;padding:0;}
