.rssRR {
	text-align: right;
	margin-top: 17px;
}

/* Search Result */
#searchResultHeader span {
	font-weight:bold;
}
.navigation {
	background-color: #d1c2de;
	border: 1px solid #627AAD;
	padding: 3px 8px;
	width: auto;
	margin-bottom: 10px;
	height: 13px;
}
.navigation a {
	float: left; display: inline;
	margin-right: 5px;
}
#productsList {
	border: 0px none;
}
#productsList .cell {
	clear: both;
	margin: 0;
	display: block;
	float: none;
	border:1px solid #D8DFEA;
	margin-bottom: 10px;
}
#productsList h3.title {
	padding: 0;
}
#productsList .title a {
	padding: 5px 10px;
}
#productsList .content {
	clear:both;
	margin:10px;
	padding:0;
	position:relative;
}
#productsList .photo {
	width: 18%;
	position: absolute;
	left: 0;
	top: 0;
}
#productsList .left {
	width: 60%;
	margin-left: 18%;
}
#productsList .right {
	width: 20%;
	position: absolute;
	top: 0;
	right: -10px;
}
#productsList .content .button {
	position: absolute;
	right: 0;
	bottom: 0;
}
#productsList .content .left div {
	clear: both;
	height: 13px;
}
#productsList .content .left div div {
	height: auto;
}
#productsList .content .left div a {
	display: inline;
}
#productsList .content .left .info {
	height: 26px;
	margin-bottom: 5px;
	padding: 0;
}
#productsList .content div.label {
	clear: none;
	display: inline; float: left;
	width: 25%;
}
#productsList .content div.content {
	clear: none;
	display: inline; float: left;
	width: 75%;
	margin: 0;
}
#productsList .content div.price {
	margin: 0;
	height: 24px;
}
#productsList .content div.price div {
	text-align: left;
	height: 24px;
	line-height: 24px;
}
#productsList .content div.price .content {
	font-weight: bold;
}
#productsList .right a {
	padding: 2px 5px;
	border-bottom: 1px solid #D8DFEA;
	margin-bottom: 2px;
}
#productsList .right a:hover {
	background-color: #3B5998;
	color: #FFF;
	text-decoration: none;
	border-bottom-color: #FFF;
}
