/* CSS Document */

body {
	font:100% Arial, Verdana, Helvetica, sans-serif;
	/*background:  url("../images/girls/bg.jpg") no-repeat #efcddd; */
	
	}



#toplinks { float:right; padding: 0; margin-top:5px; margin-bottom:11px; font-size: 67%; font-weight: normal; color: #5a4745; }
#toplinks a { text-decoration: none; color: #553937; padding-left: 5px; padding-right:7px; }
#toplinks a:hover { text-decoration: none; color: #b69083; padding-left: 5px; padding-right: 7px; }

#topnavdiv{
	background:url(../images/shoes/top-nav-bg.jpg) !important;
	}

.bagitems {
color: #4a9c30;
font-size: 70%;
padding-left: 5px;
padding-right: 5px;
padding-top: 3px;
padding-bottom: 3px;
width: 130px;
text-align: left;
margin-right: 3px;
margin-left: 5px;
float:left;
height:14px;
border: 1px solid #4a9c30; background:#d3eccc;}

*html .bagitems { margin-right: 0px; }

a.viewbuttonsmall {
text-decoration: none;
font-weight: normal;
color: #FFF;
text-align: center;
padding-bottom: 1px;
padding-top: 2px;
margin: 0px;
font-size: 70%;
background-color: #cf4b87;
float:left;
width:60px;
}

html a.viewbuttonsmall {background:url("../images/shoes/view-btn.gif") no-repeat top; width:50px; height:20px; text-indent:-9999px; padding-bottom:2px;}

.header-info .head-saerch {
border-right:1px solid #4a9c30 !important;
}

/* TOP NAVIGATION BAR /*

/*
	************************************************************************************************************************
	START OF Drop Down Menu Styles
	************************************************************************************************************************
*/

/*---------------------------------- Vertical Menus -------------- */
ul.navmenuvert { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}


li.navmenuvertli { /* all list items */
	float: left;
	z-index:2;
	height:36px;
}

li.navmenuvertlisub {
	width: 135px; /* Width of Menu Items */
	z-index:3;
}

/*
	Salonlines Specific - Styles (Peter Brennen Oct 2004)
*/
li.navmenuvertlisub_mensgroom {
	width: 113px; /* Width of Menu Items */
	z-index:3;
}

li ul.navmenuvert { /* second-level lists */
	display: none;
	position: absolute;
	top: auto;
	left: 0;
}

/* Top level off state */

ul.navmenuvert li a {

	font-size: 70%;
	font-weight: 600;
	text-align:center;
	line-height: 24px;
	color: #ffffff;
	display: block;
	text-decoration: none;
	border-right: 1px solid #9cd68a;	/* Right-hand border colour = LINE */
	/*border-bottom: 1px solid #666666;	 Bottom border colour = LINE */
	border-left:1px solid #5fa14a;
	margin: 5px 0 0 0 ;
	padding: 0px 22px;
	
}

ul.navmenuvert li a.first {
	border-left:0px;	
}

ul.navmenuvert li a.last {
	border-right:0px;	
}


/* Top level over state */

ul.navmenuvert li a:hover {
	
	background: #4a9c30; /* IE6 Bug */
	background-color: #4a9c30;
	text-decoration: none;
	

}

ul.navmenuvert li:hover {
	
	background: #4a9c30; /* IE6 Bug */
	background-color: #4a9c30;
	text-decoration: none;
	

}


	
/* Fix IE. Hide from IE Mac \*/

* html ul.navmenuvert li { float: left; height: 1%; }
* html ul.navmenuvert li a { height: 1%; }

/* End */

li>ul.navmenuvert
	{ 
	/* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
	}


/*
	Sub Nav off Style
*/

li ul.navmenuvert li a { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	padding-left:9px;
	line-height: 18px;
	color: #0238D0;
	display: block;
	text-decoration: none;
	background: #CBE8FF; /* IE6 Bug */
	background-color: #CBE8FF; 
	border-bottom: 1px solid #0182FB;
	border-left: 1px solid #0182FB;
	border-right: 1px solid #0182FB;
	
	/*background: #0000FF; 		IE6 Bug 
	background-color: #0000FF; 
D6086B
	*/
}




/*
	Sub Nav over Style
*/

li ul.navmenuvert li a:hover { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	padding-left: 9px;
	line-height: 18px;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	background: #1F93FF; /* IE6 Bug */
	background-color: #1F93FF; 
	border-bottom: 1px solid #0182FB;
	border-left: 1px solid #0182FB;
	border-right: 1px solid #0182FB;
}

/*
ul#navmenuvert3 li ul.navmenuvert li a {
	text-indent: 0px;
	background: #FFF; * IE6 Bug *
	background-color: #FFF; 
	font-weight: normal;
	color: #000;
	width:126px;
	text-align:left;
	/*voice-family: "\"}\"";*
	voice-family:inherit;
	width:115px;
}

ul#navmenuvert3 li ul.navmenuvert li a:hover {
	text-indent: 0px;
	background: #F00; /* IE6 Bug *
	background-color: #F00; 
	font-weight: normal;
	color: #FFF;
	width:126px;
	text-align:left;
	/*voice-family: "\"}\"";
	voice-family:inherit;
	width:115px;
}

ul#navmenuvert2 li ul.navmenuvert li a { 
	background: #FFF; /* IE6 Bug *
	background-color: #FFF; 
	color: #000;
	width:150px;
	text-align:left;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:139px;
}
*/


li:hover ul.navmenuvert, li.oververt ul.navmenuvert { /* lists nested under hovered list items */
	display: block;
}


hr.content {
	clear: left;
	display: none;
}



/*
	************************************************************************************************************************
	END OF Drop Down Menu Styles
	************************************************************************************************************************
*/

	/* side navigation
================================================*/
	
#sidenavbg { float:left; width:220px; margin-right: 6px; clear: both; }

#sidenavbg img{border:0px; margin-top:6px;}

#search input{ border: 1px solid #4a9c30; background:#d3eccc; width: 184px; color: #4a9c30; padding-left: 3px; height:18px; vertical-align:top;   }
	
#search label, .shopping-bag a{ color: #5bb23f; font-size: 17px; text-decoration:none; vertical-align:top;  }

	
#search .button{ text-decoration: none; width:31px; height:22px; background:url("../images/shoes/search-btn.gif") no-repeat top; border:0px; text-indent:-9999px; padding-bottom:2px; }
	
/* Styles left navigation buttons */
	
		
ul#navmenuhoriz {
	margin: 0px;
	padding: 0;
	list-style: none;
	line-height: 20px;
}

ul#navmenuhoriz {
margin-top: 0;
}

ul#navmenuhoriz li{
	position: relative;
}

ul#navmenuhoriz li ul {
	margin: 0;
	padding: 1;
	list-style: none;
}
	
ul#navmenuhoriz li a {

	text-indent: 40px;
	color: #505050;
	display: block;
	text-decoration: none;
	font-size: 70%;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 3px;
	background:#f1f1f1;
	margin-bottom:1px;
}

.dashyline {
width: 100%;
border-bottom-width: 1px;
border-bottom-style: dashed;
border-bottom-color: #f4addc;
	}
	
ul#navmenuhoriz li a:hover {
	color: #7F0F3B;
	background:#dfdfdf;
} 

/* Fix IE. Hide from IE Mac \*/
* html ul#navmenuhoriz li { 
	float: left; 
	height: 1%; 
}
* html ul#navmenuhoriz li a {
	height: 1%;
	position:relative;
}
/* End */

/* Hover Styles */
		
ul#navmenuhoriz li ul li a {
	color: #ffffff;
	background-image: url(/images/left_but_sub.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: normal;
} 

/* ------------- Register For Benefits -----------------*/
/*
ul#navmostpop {
margin: 0px;
	padding: 0;
list-style:none;
	width: 161px;
	line-height: 20px;
}

ul#navmostpop li {
position: relative;

}

ul#navmostpop li ul {
	margin: 0;
	padding: 0px;
	
}

ul#navmostpop li a {

padding:0px;
	color: #553937;
	text-decoration: none;
	font-size: 70%;
	font-weight: normal;
	background: #fff;
	border: 0;
	line-height: 23px;
	
	
}
ul#navmostpop li a:hover {
	color: #b69083;
} 


#spaceleft {
margin-left: 7px;
margin-bottom: 2px;

}

#spaceleft2 {
margin-left: 9px;
margin-top: 2px;

}

*/


/* BANNER */

#banner {
float: left;
background: #9ECC83;
width: 726px;
height: 106px;
margin-bottom: 12px;
padding-right: 8px;
}

#banner p {
color: #fff;
font-size: 75%;

}

h2 {
color: #fff;

font-size: 100%;
font-weight: 600;
margin-top: 15px;
margin-bottom: 7px;

}


/*  PRODUCTS 
================================================*/


.price1{
	font-size:75%;
	padding:5px 10px 0 10px;
	font-weight:bold;
	color:#cc2666;
	}
	
.old-price{
	color:#000;
	text-decoration:line-through;
	}

a.producttitles2 {

text-decoration: none;
font-size: 75%;
color: #67565c;
line-height: 15px;
padding:0 10px;
display:block;
	font-weight:bold;
}


a.producttitles2:hover {

text-decoration: none;
	color: #8f8387;
	
	
}

a.pricenew {
text-decoration: none;
font-size: 95%;
color: #fe7303;
font-weight: 600;
line-height: 20px;
}

a.pricenew:hover {
text-decoration: none;
	color: #fd5105;
}
		

	#row1prodboxone p {
	margin-top: 2px;
	color:#553937;
	font-size: 75%;

}


	#row1prodboxtwo p {
	margin-top: 2px;
	color:#553937;
	font-size: 75%;

	}
	

	#row1prodboxthree p {
	margin-top: 2px;
	color:#553937;
	font-size: 75%;

	}
	
	h1 {
	font-size:80%;
	color: #4a9c30;
	font-weight:600;
	padding-top:5px;
	line-height:15px;
	border:0px;
	margin-bottom:13px;
	margin-top: 0px;
}

	h5 {
	font-size:75%;
	color: #cc2666;
	font-weight:600;
	padding-top:5px;
	line-height:15px;
	border:0px;
	margin-bottom:5px;
	margin-top: 0px;
}

	.add_basket_button {
float:right;
	background: #d04e8a;
	color: #FFF;
	text-align:center;
	border: 1px solid #533531;
	font-weight: normal;
	margin-top:1px;
padding-top: 2px;
padding-bottom: 8px;
width: 110px;
font-size: 70%;

}

*html 	.add_basket_button {
margin-top:1px;
padding-top: 1px;
padding-bottom: 0px;

}



#anybutton {
float:right;
	color: #666;

	height: 20px;
	margin-bottom: 0;
margin-left: 5px;
margin-right: 0;
margin-top:0px;
padding-top:0px;


	}
	
	#anybutton .button{ text-decoration: none; width:100px; height: 23px; font-weight: normal; color: #FFF; text-align: center; padding-bottom: 5px; padding-top: 2px;  margin: 0px; font-size: 70%; border: 1px solid #5f413e;
background-color: #88706b; }
	
		a.anybutton{
text-decoration: none;
width:100%;
color: #FFF;
text-align: center;	min-width: 75px;
padding-left: 14px;
padding-right: 14px;
padding-top: 3px;
padding-bottom: 3px;
border: 1px solid #5f413e;

background: #886b6d;
	

}

ul{
	
	list-style: none;
	margin-left:0px;
	margin-top: 0;
	margin-bottom: 10px;
}

/*li.brands {
padding-left: 14px;
color: #a72364;
background-image:url(/images/dot.gif);
background-position:left;
background-repeat:no-repeat;}

li.brands a {
color: #a72364;
font-size: 75%;
text-decoration: none;
}

li.brands a:hover {
color: #FF0099;
font-size: 75%;
text-decoration: none;
}*/

h5.brand-title:before  { content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;}

ul#brands { margin:0 10px 0 0;
padding:0;}

ul#brands li { display:block;
margin:0 5px 5px 0;
border:1px solid #d588aa;
float:left;
width:140px;
height:130px;
text-align:center;}

ul#brands li a { }

ul#brands li img { display:block;
margin:5px 20px;}

li {

	color: #a72364;

}

li a.brands {
color: #a72364;
font-size: 75%;
text-decoration: none;
}

li a.brands:hover {
color: #FF0099;
font-size: 75%;
text-decoration: none;
}

.text3 a {
color: #67565c;
font-size: 100%;
font-weight: bold;
text-decoration: none;
}

.text3 a:hover {
color: #94868b;
}

#sortby .button{ text-decoration: none; width:25px; font-weight: normal; color: #4a9c30; text-align: center; padding: 0px 1px 1px 0px; margin-left:5px; font-size: 70%; border: 1px solid #4a9c30; background:#d3eccc;}
 }

.nowprice { color: #fe4296; }

.sidetitle {
	margin-bottom: 2px; 
	color:#000; 
	font-size:75%; 
	font-weight:bold;
	line-height:29px;
	background:url("../images/quick-links-bg.gif") repeat-x top;
	text-indent:20px;
	}
	
.hometitle {


	margin-bottom: 5px; 
	color:#000; 
	font-size:75%; 
	font-weight:bold;
	line-height:29px;
	background:url("../images/quick-links-bg.gif") repeat-x top;
	text-indent:20px;
	clear:both;
	border-bottom:1px solid #8f8f8f;
	}
	
.hometitle span{
	float:right;
	margin-right:8px;
	}
	
.hometitle span a{
	color:#000;
	text-decoration:none;
	}

.topprods ul {margin:0; padding:0; }
.topprods li { display:list; list-style:none; }
.topprods a {  color: #cc2666; font-size:70%; text-decoration:none;}
.topprods a:hover {  color: #FF6699; font-size:70%; }

#topprods2 ul { margin:0; padding:0;}
#topprods2 li {
	display:list;
	list-style:none;
	font-size:70%;
	float:left;
	width:100%;
	clear:both;
	padding-left:7px;
	}
	
	
		#topprods2 li a{
	display:block;
	width:100%;
	color:#cc2666;
	line-height:16px;
	text-decoration:none;

	}
	
	#topprods2 li a:hover{
	color:#fff;
	/*background-image: url(/assets/images/hover.gif);
	background-repeat: repeat-y;*/
	background: #f9e8f0;
	width:100%;
	color:#ed3c81;
	}
	
	
.comments-box{
	background:url("../images/comments-bg.jpg") top repeat-x;
	width:200px;
	padding:20px 10px;
	border-top:1px solid #cccccc;
	margin-top:10px;
	}
	
.comments-box blockquote{
	margin:0px;
	padding:0px;
	background:url("../images/comments-quote.png") no-repeat top left;
	text-indent:30px;
	padding-top:4px;
	}
	
.comments-box span{
	background:url("../images/comments-quote-closed.png") no-repeat bottom right;
	padding:0 30px 2px 0;
	}
	
	
.header-info .shopping-bag {
float:right;
width:303px;
background:url(../images/shoes/shopping-bag.gif) no-repeat left ;
padding-left:27px;
padding-top:5px;
margin-top:-5px;
}

h3.cat-head{
	font-size:15px;
	font-weight:normal !important;
	color:#4A9C30;
	margin:5px 0 0 0px;
	padding:0px;
	clear:both;
	}
	
p.cat-text{
	font-size:12px;
	margin:0px 0 15px 0;
	padding:0px;
	color:#7F7F7F;
	}

#4A9C30

