/*
 * Digidesk media solutions
 *
 * @link			http://www.digidesk.de
 * @oxidVersion		OXID eShop CE/PE 4.3.2
 * @version			SVN: $$Id: dd_review.css 45 2010-09-03 07:44:37Z Sri $$
 */

/* Stylesheet for review-Module */
.dd_rating_head {
	position: relative;
	color: color :   #393939;
}

.dd_rating_plain {
	font-weight: normal;
}

.dd_rating_overall {
	position: absolute;
	right: 20px;
	top: 0;
	height: 49px;
	line-height: 49px;
}

.dd_rating_overall .star {
	background-image: url(dd_review_header_star.gif);
	background-repeat: no-repeat;
	display: inline-block;
	width: 21px;
	height: 20px;
	position: relative;
	top: 5px;
}

.dd_rating_overall .star.last {
	margin-right: 10px;
}

.dd_rating_overall .dd_rating_help {
	background-image: url(dd_review_header_help.gif);
	background-repeat: no-repeat;
	display: inline-block;
	width: 19px;
	height: 19px;
	position: relative;
	top: 5px;
	cursor: pointer;
}

.dd_rating_overall .dd_rating_btn {
	float: right;
	margin-top: 13px;
	margin-left: 10px;
}

.dd_rating_overall .dd_rating_sep {
	margin: 0 7px;
}

#body .dd_rating_box {
	padding: 10px;
	width: 748px;
}

#body .dd_rating_box.small {
	padding: 10px;
	width: 548px;
}

#body .dd_rating_box p {
	margin: 0;
}

.dd_rating_box .dd_rating_list {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #393939;
}

.dd_rating_box .dd_rating_list .dd_rating_item {
	border-bottom: 1px solid #cecece;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
	min-height: 137px;
}

.dd_rating_box .dd_rating_list .dd_rating_item.last {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.dd_rating_box .dd_rating_status,.dd_rating_box .dd_rating_types,.dd_rating_box .dd_rating_descr,.dd_rating_box .dd_rating_helpful
{
	width: 530px;
}

.dd_rating_box .dd_rating_status {
	padding-bottom: 5px;
}

.dd_rating_box .dd_rating_types {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
	float: left;
	width: 213px;
}

.dd_rating_box .dd_rating_types li { /*display: inline;*/
	padding-right: 5px;
	/*border-right: 1px solid #393939;*/
	margin-right: 5px;
}

.dd_rating_box .dd_rating_types li.last {
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}

.dd_rating_box .dd_rating_types .star {
	background-image: url(dd_review_star.gif);
	background-repeat: no-repeat;
	display: inline-block;
	width: 16px;
	height: 15px;
	position: relative;
	top: 3px;
}

#body .dd_rating_box .dd_rating_descr {
	float: right;
	margin-right: 216px;
	width: 311px;
	padding-bottom: 30px;
}

#body .dd_rating_box .dd_rating_descr.large {
	margin-right:0;
	margin-top:60px;
	width:100%;
}

.dd_rating_box .dd_rating_overall_rating {
	width: 189px;
	height: 115px;
	background-color: #ede9eb;
	border: 1px solid #cecece;
	padding: 10px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
}

.dd_rating_box .dd_rating_overall_rating .dd_rating_user {
	font-weight: bold;
}

#body .dd_rating_box .dd_rating_overall_rating .dd_rating_value {
	margin: 1px 0 8px;
}

.dd_rating_box .dd_rating_overall_rating .dd_rating_value .star {
	background-image: url(dd_review_end_star.gif);
	background-repeat: no-repeat;
	display: inline-block;
	width: 21px;
	height: 20px;
	position: relative;
	top: 5px;
}

.dd_rating_box .dd_rating_overall_rating .dd_rating_mark {
	font-weight: bold;
}

#body .dd_rating_box .dd_rating_overall_rating .dd_rating_mark.lastline
	{
	margin-top: 20px;
}

.dd_rating_box .dd_rating_overall_rating .dd_rating_btn {
	bottom: 10px;
	left: 40px;
	position: absolute;
}

.dd_rating_box .dd_rating_overall_rating .dd_rating_btn .btn_middle {
	width: 123px;
}

.dd_rating_box .dd_rating_helpful {
	position: absolute;
	bottom: 10px;
	left: 0;
}

.dd_rating_box .dd_rating_list .dd_rating_item.last .dd_rating_helpful {
	bottom: 0;
}

.dd_rating_box .dd_rating_helpful label {
	display: inline-block;
	float: left;
	height: 21px;
	line-height: 21px;
}

.dd_rating_box .dd_rating_helpful .dd_rating_btn {
	float: left;
	margin-left: 10px;
}

.dd_rating_box .dd_rating_helpful .dd_rating_btn .btn_middle {
	width: 40px;
}

div#path.dd_rating_path {
	width: 958px;
	margin-left: 0;
}

div#body.dd_rating_body {
	margin-left: 0;
	width: 980px;
}

.dd_review_title {
	height: 49px;
	line-height: 49px;
	margin: 0;
	color: #393939;
	background-image: url(dd_review_header_bg.gif);
	background-repeat: repeat-x;
	padding: 0 10px;
	position: relative;
	font-size: 11px;
}

.dd_review_title .dd_review_user {
	position: absolute;
	height: 49px;
	line-height: 49px;
	right: 10px;
	top: 0;
	font-size: 11px;
}

#body .dd_review_title .dd_review_user a {
	color: #4a9CF7;
	text-decoration: underline;
}

.dd_review_box {
	border: 1px solid #cecece;
	padding: 20px;
	font-size: 11px;
	color: #393939;
}

.dd_review_entry_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dd_review_entry_list li {
	margin-bottom: 10px;
}

.dd_review_entry_list li.last {
	margin-bottom: 0;
}

.dd_review_entry_left {
	float: left;
	width: 676px;
}

.dd_review_entry_right {
	float: right;
	width: 260px;
	position: relative;
}

.dd_review_entry_btn {
	clear: both;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
}

.dd_review_entry_btn .btn {
	width: 150px;
	float: left;
	margin-right: 10px;
}

.dd_review_entry_inp {
	background-color: #efe7e7;
	margin-bottom: 1px;
	padding: 10px;
}

.ok .dd_review_entry_inp {
	background-color: #d1f6c4;
}

.dd_review_entry_inp.no_margin {
	margin-bottom: 0;
}

.dd_review_entry_inp h1 {
	font-size: 11px;
	height: 19px;
	line-height: 19px;
	margin-top: 0;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	padding-left: 24px;
}

.dd_review_entry_inp h1.one {
	background-image: url(dd_review_inp1.gif);
}

.dd_review_entry_inp h1.two {
	background-image: url(dd_review_inp2.gif);
}

.dd_review_entry_inp h1.three {
	background-image: url(dd_review_inp3.gif);
}

.dd_review_entry_inp .dd_rating_types {
	margin: 0 0 0 24px;
	padding: 0;
	list-style: none;
}

.dd_review_entry_inp .dd_rating_types li {
	/*display: inline;*/
	margin: 0 20px 0 0;
	white-space: nowrap;
}

/* ie 7 */
*+html .dd_review_entry_inp .dd_rating_types li {
	margin-bottom: 6px;
}

.dd_review_entry_inp .dd_rating_types li.last {
	margin: 0;
}

.dd_rating_types label {
	display: inline-block;
	font-weight: bold;
	height: 19px;
	width: 100px;
	line-height: 19px;
	vertical-align: top;
	margin-right: 1px;
}

/* ie 7 */
*+html .dd_rating_types label {
	float: left;
}

.dd_rating_types .stars {
	background-image: url(dd_review_stars.gif);
	background-repeat: no-repeat;
	display: inline-block;
	height: 19px;
	width: 99px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

/* ie 7 */
*+html .dd_rating_types .stars {
	float: left;
}

.dd_rating_types .stars li {
	cursor: pointer;
	float: left;
}

.dd_rating_types .stars li a {
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 19px;
	text-decoration: none;
	z-index: 200;
}

.dd_rating_types .stars li a b {
	display: none;
}

.dd_rating_types .stars li.one a {
	left: 0
}

.dd_rating_types .stars li.two a {
	left: 20px;
}

.dd_rating_types .stars li.three a {
	left: 40px;
}

.dd_rating_types .stars li.four a {
	left: 60px;
}

.dd_rating_types .stars li.five a {
	left: 80px;
}

.dd_rating_types .stars li a:hover {
	z-index: 2;
	width: 108px;
	height: 19px;
	overflow: hidden;
	left: 0;
	background: url(dd_review_stars_active.gif) no-repeat 0 0
}

.dd_rating_types .stars li.one a:hover {
	background-position: -80px 0;
}

.dd_rating_types .stars li.two a:hover {
	background-position: -60px 0;
}

.dd_rating_types .stars li.three a:hover {
	background-position: -40px 0;
}

.dd_rating_types .stars li.four a:hover {
	background-position: -20px 0;
}

.dd_rating_types .stars li.five a:hover {
	background-position: 0 0;
}

.dd_rating_types .stars li.current {
	z-index: 1;
	width: 0px;
	height: 19px;
	overflow: hidden;
	left: 0;
	background: url(dd_review_stars_active.gif) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 0;
}

.dd_review_entry_inptitle {
	height: 14px;
	padding: 6px 0;
	width: 500px;
}

.dd_review_entry_inptext {
	width: 652px;
	/*height: 65px;*/
	height: 121px;
}

.dd_review_entry_right h1 {
	height: 49px;
	line-height: 49px;
	margin: 0;
	color: #393939;
	background-image: url(dd_review_header_bg.gif);
	background-repeat: repeat-x;
	padding: 0 10px;
	position: relative;
	font-size: 11px;
}

.dd_review_entry_right .dd_review_entry_right_cont {
	margin: 0;
	border: 1px solid #cecece;
	height: 263px;
	width: 258px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
}

/* ie 7 */
*+html .dd_review_entry_right .dd_review_entry_right_cont {
	line-height: 264px; 
}
*+html .dd_review_entry_right .dd_review_entry_right_cont img {
	line-height: 264px;
	vertical-align: middle;
}
*+html .dd_review_entry_right .dd_review_entry_right_cont .dd_review_entry_prodlink {
	line-height: normal;
}

/* ie 7 */
*+html .dd_review_entry_right .dd_review_entry_right_cont {
	height: 247px;
}

.dd_review_entry_right .dd_review_entry_right_cont img {
	vertical-align: middle;
}

#body .dd_review_entry_right .dd_review_entry_right_cont a {
	position: absolute;
	display: block;
	left: 0;
	bottom: 10px;
	color: #4A9CF7;
	text-decoration: underline;
	width: 238px;
	padding: 0 10px;
}

.dd_rating_btn_alone {
	width: 180px;
}

#body .dd_rating_box .dd_rating_with_margin {
	margin-bottom: 10px;
}

.dd_review_rated_prods_cont {
	margin_bottom: 10px;
}

.dd_review_rated_prods {
	margin: 0 0 10px 20px;;
	padding: 0;
	list-style: none;
}

.dd_review_rated_prods li {
	padding: 5px 0;
}

.dd_review_entry_err {
	border: 1px solid #ff0000;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	color: #ff0000;
}

.dd_rating_help_layer {
	display: none;
	position: absolute;
	right: 0;
	bottom: 14px;
	width: 300px;
	height: auto;
	border: 1px solid #948C94;
	background-color: #efefef;
	z-index: 1000;
	padding: 10px;
	line-height: 120%;
}

.dd_rating_help_layer .dd_rating_close {
	background-color: #CECECE;
	border-bottom: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
	color: #FFFFFF;
	line-height: normal;
	padding: 2px 4px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	cursor: pointer;
}

.dd_rating_rated {
	color:#00CE00;
	font-weight:bold;
}

.dd_rating_already_rated {
	color:#777777;
	font-style:italic;
}

.dd_rating_small {
	margin-bottom: 5px;
	line-height:normal;
	width:100%;
	color: #5e5e5e;
	font-size: 10px;
}

.dd_rating_small .dd_overall_stars {
	background:transparent url(stars_small.gif) no-repeat scroll left top;
	display:block;
	height:16px;
	margin:0 auto 3px;
	width:80px;
	text-align: left;
}

.dd_rating_small .dd_overall_stars span {
	background:transparent url(stars_small.gif) no-repeat scroll 0 -33px;
	display:block;
	height:16px;
	width:0;
}

.dd_overall_stars {
	background:transparent url(../bg/stars.jpg) no-repeat scroll left top;
	cursor:pointer;
	display:block;
	height:16px;
	margin:0 0 3px;
	width:89px;
}

.dd_overall_stars span {
	background:transparent url(../bg/stars.jpg) no-repeat scroll 0 bottom;
	display:block;
	height:16px;
	width:0;
}