/**
 * Digidesk media solutions
 *
 * @link				http://www.digidesk.de
 * @oxidVersion	OXID eShop CE/PE 4.3.2
 * @version   		SVN: $$Id: dd_toprated_products.css 3 2010-07-12 11:26:55Z Sri $$
 */

/* Stylesheet für Widget für Toprated-Products */

/* Farbeinstellung */
.toprated_products {
	border-color: #DEDEDE;
	background-color: #DEDEDE;
	color: #424242;
}

.toprated_products .trp_product .trp_prod_part {
	background-color: #FFF;
}

.toprated_products .trp_product .trp_to_detail a {
	color: #424242;
}

/* Formatierung */
.toprated_products {
	width: 216px;
	height: 134px;
	border-width: 8px;
	border-style: solid;
	position: relative;
}

.toprated_products p {
	margin: 0;
}

.toprated_products .trp_header {
	background-image: url(footer_bewert_header_bg.gif);
	background-repeat: no-repeat;
	text-align: right;
	position: relative;
	padding-right: 5px;
	height: 41px;
}

.toprated_products .trp_header .trp_title {
	font-size: 9px;
	padding-top: 2px;
}


.toprated_products .trp_container {
	width: 216px;
	height: 89px;
	position: relative;
	top: -20px;
}

.toprated_products .trp_container .trp_product {
	width: 216px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.toprated_products .trp_container .trp_product.show {
	display: block;
}

.toprated_products .trp_product .trp_stars {
	margin: -3px 0 0 54px;
	background:transparent url(footer_stars.gif) no-repeat scroll left top;
	clear:both;
	height:16px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0;
	position:relative;
	width:89px;
}

.toprated_products .trp_product .trp_stars li {
	background:transparent url(footer_stars.gif) repeat scroll left bottom;
	height:16px;
	position:absolute;
	z-index:1;
}

.toprated_products .trp_product .trp_rating {
	font-weight:bold;
	position:absolute;
	right:5px;
	top:0;
}

.toprated_products .trp_product .trp_prod_part {
	left:0;
	position:absolute;
	top:25px;
	height: 64px;
	width: 216px;
}

.toprated_products .trp_product .trp_pic {
	display:table-cell;
	vertical-align: middle;
	text-align: center;
	height:64px;
	overflow:hidden;
	position:relative;
	width: 58px;
}

.toprated_products .trp_product .trp_prod_title {
	display:inline-block;
	font-size:10px;
	font-weight:bold;
	position:absolute;
	right:5px;
	top:10px;
	width:152px;
}

.toprated_products .trp_product .trp_to_detail {
	position:absolute;
	text-align:center;
	top:95px;
	width:216px; 
}

.toprated_products .trp_product .trp_to_detail a {
	text-decoration: underline;
}

.toprated_products .trp_navi {
	position: absolute;
	width: 216px;
	top: 115px;
	left: 0;
}

.toprated_products .trp_navi .trp_prev {
	background-image: url(footer_bewert_left.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	width: 28px;
	height: 21px;
	position: absolute;
	left: 0;
	top: 0;
}

.toprated_products .trp_navi .trp_next {
	background-image: url(footer_bewert_right.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	width: 28px;
	height: 21px;
	position: absolute;
	right: 0;
	top: 0;
}
