


#suggestions{ 

	position:absolute; 

	left:0px!important; 

	top:23px;

	width:209px; 

	display:none; 

	z-index: 9999; 

	border-width:1px; 

	border-color:#dedede;

	border-style:solid;

	background:#fff;

}

#suggestions hr { 

	padding: 0px;

	margin: 0px;

	border: none;

	border-bottom: #dedede dashed 1px;

}

.suggestion { 

	width:209px; 

	background-color: #FFF;

	font-size:12px; 

}

.suggestion a { 

	display:block; 

	clear:left; 

	text-decoration:none; 

	padding: 5px;

}

.suggestion a:hover { 

	color:#0080C0;

	background-color:#f7f7f7;

}

.suggestion img{

	margin-bottom:10px;

}

.suggestion .left-search-info{

	float:left;

	width:50px;

	margin: 0px 10px 0 0; 

}

.suggestion .search-info{ 

	float:left;

	width:139px;

}

.suggestion:hover .suggestionName {

	color:#c60c03;

}

.suggestionName {

	color:#828181;

	font-size:11px;

	line-height:13px;

	display:block;

	height:35px;

}

.suggestionModel {

	display:block;

	color:#4f4c4d;

	font-size:10px;

	line-height:13px;

	text-transform:lowercase;

	font-weight:bold;

	text-align:right;

}

.suggestionBrand {

	display:block;

	color:#4f4c4d;

	font-size:10px;

	line-height:13px;

	text-transform:lowercase;

	font-weight:bold;

	text-align:right;

}

.suggestionPrice {

	font-size:15px;

	letter-spacing:-1px;

	color:#231f20;

	line-height:15px;

	font-family: 'Open Sans', sans-serif;

	margin:2px 0;

}

.suggestionPrice .normalprice{

	font-size:13px;

	margin:0;

	text-decoration:line-through;

}

.suggestionPrice .productSpecialPrice, 

.suggestionPrice .productSalePrice, 

.suggestionPrice .productSpecialPriceSale{

	font-size:13px;

	color:#c60c03;

}

#suggestionPaging {

	background-color:#ececec;

	color:#000;

	height: 18px;

	font-size:10px;

	font-weight:bold;

	padding: 2px;

	text-transform:lowercase;

}

#suggestionCount {

	text-align:center;

	display:block;

	font-weight:normal;

}

#suggestionPrev {

	display: block;

	cursor:pointer;

	text-align: left;

	float:left;

}



#suggestionNext {

	display: block;

	float:right;

	text-align:right;

	cursor:pointer;

}



#suggestionPrev:hover, #suggestionNext:hover {

	text-decoration: underline;

}
