/* CSS Document */

#leftColumn {
	float:left;
	width:240px;
	margin-right:30px;
}

.greyBox {
	background:url(../images/common/boxes/middle.png) 0% 0% repeat-y;
	width:240px;
	float:left;
	margin-bottom:20px;
}

#saveSearchLayer .greyBox {
	line-height:300%;
}

.boxTop {
	background:url(../images/common/boxes/top.png) 0% 0% no-repeat;
	height:5px;
	margin-bottom:12px;
	clear:both;
	
}

.boxContent {
	/*height:405px;*/
	width:208px;
	margin:0 16px;
	padding:2px 0 12px 0;
	background:url(../images/common/boxes/divider.png) 0% 0% no-repeat;
	float:left;
}

.genderCatNavContent {
	height:450px;
}

.sellerInfo {
	float:left;
	width:208px;
	background:url(../images/common/boxes/divider.png) 0% 100% no-repeat;
}

.sellerInfo img {
	float:left;
	margin:0 10px 7px 0;
}

.sellerInfo .sellerDetails {
	float:left;
	top:10px;
	position:relative;
	line-height:150%;
	color:#666;
}

.profileDetails {
	color:#7a0082;
	line-height:200%;
}

.profileLabel {
	font-weight:bold;
	font-size:1.5em;
}

.boxLink {
	float:left;
	clear:both;
	width:208px;
	padding:5px 0 7px 0;
	background:url(../images/common/boxes/divider.png) 0% 100% no-repeat;
}

.boxLinkCurrent {
	float:left;
	clear:both;
	width:208px;
	padding:5px 0 7px 0;
	background:url(../images/common/boxes/divider.png) 0% 100% no-repeat;
}

.activeBoxLink 
{
	float:left;
	clear:both;
	width:208px;
	padding:5px 0 7px 0;
	background:#B3B3B3 url(../images/common/boxes/divider.png) 0% 100% no-repeat;
}

.boxLink2 
{
	float:left;
	clear:both;
	width:208px;
	padding:5px 0 7px 0;
	background:#B3B3B3 url(../images/common/boxes/divider.png) 0% 100% no-repeat;
}

.boxLink2 a:link, .boxLink2 a:visited {
	text-decoration:none;
	font-size:1.4em;
	font-weight:bold;
	color:#333;
	margin-left:10px;
	display:block;
	width:170px;
  	outline:none;
	float:left;
}

.boxLink a:link, .boxLink a:visited {
	text-decoration:none;
	font-size:1.4em;
	font-weight:bold;
	color:#333;
	margin-left:10px;
	display:block;
	width:170px;
  	outline:none;
	float:left;
}

.activeBoxLink a:link, .activeBoxLink a:visited {
	text-decoration:none;
	font-size:1.4em;
	font-weight:bold;
	color:#333;
	margin-left:10px;
	display:block;
	width:170px;
  	outline:none;
  	float:left;
}
.genderCatNav a:link, .genderCatNav a:visited {
	float:none !important;
}

.boxLink .count {
	float:right;
	width:20px;
	margin-right:5px;
	text-align:right;
}
.activeBoxLink .count {
	float:right;
	width:20px;
	margin-right:5px;
	text-align:right;
}

.boxBottom {
	background:url(../images/common/boxes/bottom.png) 0% 0% no-repeat;
	height:5px;
	clear:both;
}

ul.leftNavDropDown {
	margin:0;
	padding:0;
	list-style-type:none;
	display:none;
}

ul.leftNavDropDown li 
{
	font-size:1.1em;
	line-height:200%;
	margin-left:10px;
	display:block;
}

ul.leftNavDropDown li a:link, ul.leftNavDropDown li a:visited {
	font-size:1.0em;
	float:none;
	display:inline;
}