/* jQuery CSS */
.tabs {

	padding:1em;
	background:#fff;
	font-size:100%;
	line-height:normal;
}
		
.tabs ul {
	list-style:none;
}
		
.tabs ul li {
	float:left;
	background:url(/gfx/shop/left.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
}
		
.tabs ul a {
	float:left;
	display:block;
	background:url(/gfx/shop/right.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	color:#000;
}
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
	.tabs a {float:none;}
/* End IE5-Mac hack */
	.tabs a:hover {
	color:#474747;
}
		
.tabs ul .current {
	background-image:url(/gfx/shop/left_on.gif);
	border-width:0;
}
	
.tabs ul .current a {
	background-image:url(/gfx/shop/right_on.gif);
	color:#333;
	padding-bottom:5px;
}

.js .tabs .current-info,
.js .tabs .accessibletabsanchor{
	position:absolute;
	left:-999em;
}
		
.js .tabs .content{
	clear:both;
	margin:0em 1em 1em 1em;
}
		
.js .tabs{

}

h1{
	margin:1em;
}
		
.tabbody{
	border-top: 1px solid #b51621;
	margin-left: -28px;
	margin-right: -28px;
	padding-left:30px;
	padding-right:30px;

}

.tabbody ul{
	list-style-type: square; 
	background-image: none;
	padding: 0 0 0 0px;
	background: none;
	float: right;
}

.line_dotted_rating{
	width:537px;
	height:1px;
	margin-left: -27px;
	border-top:1px dotted #5b5b5b;
	margin-top:3px;
	margin-bottom:2px;
}