*{margin:0;padding:0;}

body {

/* background: url("../../uploads/2010/03/site_bg.jpg") repeat-y center #f4f4f4;*/
background-color: #f4f4f4;
color: #303030;
font-family: Arial,Helvetica,Verdana,sans-serif;
font-size: 13px; 
line-height: 18px;
/* font-family: Arial, Helvetica,sans-serif;
font-size: 14px; */
}

a:link,a:visited{color:#0088cc;text-decoration:none;border-bottom:1px dotted #0088cc; line-height:1.2em;}
a:hover,a:active,a:focus{border-bottom:1px solid #0088cc;}
a img{border:none;}
.ui-tabs-hide{display:none;}
.clear{clear:both;}

/* Werbung */

#ad_superbanner {
	position: absolute;
	top: 2px;
	width: 930px;
	text-align: center;
	left: 25px;
}

#ad_contentad {
}

#ad_skyscraper {
	position: absolute;
	top: 110px;
	left: 975px;
}

#wrap {
	z-index:1;
	position:relative;
	width: 990px;
	margin: 110px 0 0 5px;                 
	/* overflow: hidden; */ /* deaktiviert, damit sjyscraper Werbung breiter werden kann */
	background: url("/bilder/styles/header_bg.png?20110801") top left no-repeat;
}

 /* Ende der Werbung */

ul.links{float:left;margin-left:5px;}
ul.meta{float:right;margin:2px 16px 0 0;color:#ccc;}

	ul.links li {
	display: inline;
	list-style: none;
	margin-right: 10px;
	font-size: 0.9em;
	}
	
	ul.meta li {
	display: inline;
	list-style: none;
	margin-left: 10px;
	font-size: 0.9em;
height:16px;
	}
	
	ul.links li a:link, ul.links li a:visited, ul.meta li a:link, ul.meta li a:visited {
	color: #ccc;
	border-bottom: none;
	}
	
	ul.links li a:hover, ul.links li a:active, ul.links li a:focus, ul.meta li a:hover, ul.meta li a:active, ul.meta li a:focus {
	color: #fff;
	}

#container {
background: url("../../uploads/2010/03/site_bg.jpg") repeat-y center #f4f4f4;
color: #111;
clear: both;
padding: 0 20px;
width:930px;
}

#header {
background: url("../../uploads/2010/03/head_bg1.png") top repeat-x #eee;

height: 90px;
width: 930px;
}

	.logo {
	height: 60px;
	margin-top:20px;
	width: 280px;
	float: left;
overflow:hidden;
	}

	.logo a{
border: none;	
}	
	.logo h1 {
	height: 60px;
	text-indent: -9999em;
	float: left;

	}
	
	.logo p {
	text-indent: -9999em;
	float: left;
	}
	
	.headersearch {
	float:right;
	margin: 10px 100px 0 0;
height:30px;

	width: 440px;

	}	
	.searchbox {
background: url("../../uploads/2010/03/searchbox_bg.png") repeat-x;
	border: 1px solid #0088cc;
	}
	
		.searchbox input.text {
		padding: 0px 3px 3px 10px;
		background: transparent;
		color: #fff;
		border: none;
margin:0;
		}
		
		.searchbox input.button {
		background: url("../../uploads/2010/03/icon_search.png") no-repeat;
margin: 0 -1px 0 0;
		text-indent: -9999em;
		width: 40px;
height:30px;
		border: none;
		color: #f0f0f0;
		}
		.headersearch .btn_search input.button  {
		background: url("../../uploads/2010/03/btn_suche.png") no-repeat;
		width: 110px;
		height:30px;
		border: none;
		margin-left: 25px;
		color: #f0f0f0;
}

	.rss {
background: url("../../uploads/2010/03/icon_rss.png") no-repeat; 
padding: 0 0 16px 20px;

	}

	
#nav {
padding: 0 10px;
background: url("../../uploads/2010/03/nav_bg.png") repeat-x #0088cc;
font-size: 0.9em;
overflow: hidden;
}

	#nav ul {
	list-style: none;
	overflow: hidden;

	}
	
		#nav ul li {
		display: inline;
		float: left;
		margin: 0;
		overflow: hidden;
		}
		
			#nav ul li a:link, #nav ul li a:visited {
		padding: 9px 14px 9px 11px;
display:block;
			color: #fff;
			text-decoration: none;
			text-transform: uppercase;
text-shadow: 0 1px 0 #003366;
			margin:0;
			font-weight: bold;
			border: none;
		background: url("../../uploads/2010/03/nav_sep.png") no-repeat top right;
			}
			
			#nav ul li a:hover, #nav ul li a:active, #nav ul li a:focus {
			color: #99d6eb;
background: url("../../uploads/2010/03/nav_bg.png") repeat-x #0088cc;
background-position: -4px -50px;
			}
		
		#nav ul li.current_page_item a:link, #nav ul li.current_page_item a:visited {
			color: #99d6eb;
background: url("../../uploads/2010/03/nav_bg.png") repeat-x #0088cc;
background-position: -4px -50px;
		}
		
		#nav ul li.hide span {
		display: none;
		}
		
		#nav ul li ul {
			display: none;
			float: right;
			position: absolute;
		}
		
		#nav ul li:hover > ul {
			display: block;
		}
		
		#nav ul li ul {
			background-color: #dddddd;
			position: absolute;
			margin: 5px 0 0 -10px;
			width: 13em;
		}
		
		#nav ul li ul li {
			margin: 1px 0 0 0;
			display: block;
			padding: 0;
		}
		
		#nav ul li ul li a:link, #nav ul li ul li a:visited {
			background: url("images/w-navbg.jpg") repeat-x #ececec;
			display: block;
			padding: 8px 10px;
			width: 12em;
		}
		
		#nav ul li.current_page_item ul li a:link, #nav ul li.current_page_item ul li a:visited {
			color: #111;
		}
		
		#nav ul li.current_page_item ul li a:hover, #nav ul li.current_page_item ul li a:active, #nav ul li.current_page_item ul li a:focus {
			color: #666;
		}
		

		
		

#main {
overflow: hidden;
padding: 20px 16px 10px 16px;
background: url("../../uploads/2010/03/main_bg.png") repeat-x #fff;
}

	#breadcrumbs {
	background-color: #fff;
border-bottom: 1px solid #ccc;
	color: #545555;
	margin: 0 -16px 20px -16px;
padding: 6px  0 0 20px;
	}
	
		#breadcrumbs a:link, #breadcrumbs a:visited {
		color: #545555;
		border-bottom: none;
		margin: 0 3px;
		}
		
		#breadcrumbs a:hover, #breadcrumbs a:active, #breadcrumbs a:focus {
		border-bottom: 1px solid #545555;
		}
		
		#breadcrumbs a:first-child {
		margin-left:0;
		}
		
	.advert-main {
	padding: 5px;
	margin: 5px 0 15px 0;
	text-align: center;
	}

	#sidebar {
	width: 314px;
	padding: 0 0;
	float: left;
	}

	#content {
	width: 584px;
	padding: 0 0px;
	float: right;
	}
	
		.features {
text-align:center;
		overflow: hidden;
		margin: 10px 0 24px 0;
		display: none;
background-color: #fff;
		}
		
			.includeme {
			display: block;
			}
		
			.features .fhold {
			float: left;
			width: 475px;
			}
			
			.features .ui-tabs-hide {
			display: none;
			}
			
			.features .feature-text {
			background:transparent url("../../uploads/2010/03/trans.png") repeat scroll 0 0;
			color:white;
			height:61px;
			margin-top:-75px;
			padding:5px 10px 5px 15px;
			position:relative;
			z-index:9999;
			width: 450px;
text-align:left;
			}
			.features .feature-text h1 a {
			color:white;
			border:none;
			}

			/* IE7 */
			*+html .features .feature-text h1 a {
			font-size: 0.9em;
			line-height: 1.0em;
			}
			/* IE7 Ende */

			.features .feature-text h1 a:hover {
			border-bottom:1px solid #fff;
			}

			
			.features .selections {
			width: 108px;
			background-color: #eee;
			height: 238px;
			float: right;
			padding: 6px 0;
			text-align: center;
			}
			
				.features .selections li {
				list-style: none;
				}
				
				.features .selections img {
margin:5px 0;
				padding: 4px 5px 4px 5px;
				border: 1px solid #eee;
				}
				
				.features .selections .ui-tabs-selected img {
				background-color:#ddd;
				border: 1px solid #0088cc;
				}
				
				.features .selections a:link, .features .selections a:visited, .features .selections a:hover, .features .selections a:active, .features .selections a:focus {
				border: none;
				outline: none;
				}
	
		.contenttitle {
		border: 1px solid #a0a0a0;
background: url("../../uploads/2010/03/boxhead_bg.png") repeat-x;

		padding: 5px;
		max-height: 27px;
		clear: both;
		}
		
			.contenttitle h1 {
			font-size: 1.0em;
			/*text-transform: uppercase;
text-shadow: 0 1px 0 #fff;*/
			color: #333;
			}
			.contenttitle h2 {
			font-size: 1.0em;

			color: #333;
			}
			
				.contenttitle h2 span {
				color: #000;

				}
				
				.contenttitle h2 a:link, .contenttitle h2 a:visited {
				color: #333;
				border-bottom: none;
				}
				
				.contenttitle ul li {
				list-style: none;
				}
		
		.contentblock {
		/*border: 1px solid #a0a0a0;*/
		border-top: none;
		padding: 10px;
		margin-bottom: 20px;
		overflow: hidden;
		}

		
			.newslist {
			margin-bottom: 15px;
			}
		
			.contentblock .post {
			clear: both;
			overflow: hidden;
padding-bottom:10px;
			margin-bottom: 10px;
			border-bottom: 1px dotted #3a3a3a;

			}
			
			.contentblock ul.archives li {
			list-style: none;
			padding-bottom: 10px;
			margin-bottom: 10px;
			overflow: hidden;
			border-bottom: 1px dotted #3a3a3a;
			}
			
				.contentblock ul.archives li a:link, .contentblock ul.archives li a:visited {
				float: left;
				}
				
				.contentblock ul.archives li span {
				color: #545555;
				float: right;
				font-size: 0.9em;
				}

h1 {color:#333; line-height:1.1;}

			h3 {
			color: #0088cc;
			font-size: 1.4em;
			}
			
			h4 {
			font-size: 1.3em;
			}
			
			h3 a:link, h3 a:visited {
			color: #0088cc;
			text-decoration: none;
			border-bottom: none;
			}
			
			h3 a:hover, h3 a:active, h3 a:focus {
			border-bottom: 1px solid #0088cc;
			}
			
			#content .contentblock ul.archives {
			margin-left: 0;
			}
			
			#content .contentblock ul, #content .contentblock ol {
			list-style-position: inside;
			margin-bottom: 15px;
			margin-left: 10px;
			}
			
				#content .contentblock ul li, #content .contentblock ol li {
				margin-bottom: 5px;
				}
				
			blockquote {
			margin: 20px 20px;
			border-left: 3px solid #0088cc;
			padding-left: 5px;
			}
			
			.contentblock p.meta {
			color: #888888;
			font-size: 0.8em;
			margin: 5px 0 10px 0;
			}
			
			.contentblock p.meta a:link, .contentblock p.meta a:visited {
			color: #545555;
			border-bottom: none;
			}
			
			.contentblock p.meta a:hover, .contentblock p.meta a:active, .contentblock p.meta a:focus {
			color: #545555;
			border-bottom: 1px solid #545555;
			}
			
			.contentblock img.pimage {
			float: left;
			margin: 0 10px 10px 0;
			display: inline;
			}
			
			img.alignleft {
			float: left;
			margin: 10px 15px 10px 0;
			display: inline;
			}
			
			img.alignright {
			float: right;
			margin: 10px 0 10px 15px;
			display: inline
			}
			
			div.wp-caption {
			text-align: center;
			}
			
			div.alignleft {
			margin: 5px 10px 5px 0;
			}
			
			div.alignright {
			margin: 5px 0 5px 10px;
			}
			
			p.wp-caption-text {
			font-style: italic;
			font-size: 0.9em;
			color: #545555;
			margin: 0;
			}
			
			img.centered {
			display: block;
			margin-left: auto;
			margin-right: auto;
			}
			
			.alignright {
			float: right;
			}
			
			.alignleft {
			float: left;
			}
						
			.aligncenter {
			text-align: center;
			display: block;
			margin: 5px auto 10px;
			}
			
			p {
			font-size: 1em;
			font-weight: normal;
			line-height: 1.5em;
			margin-bottom: 15px;
			}
			
			.post p {
			text-align: left;
			}
			
			.older .contentblock ul li {
			list-style: none;
			clear: both;
			margin-bottom: 10px;
			overflow: hidden;
			}
			
			.older .contentblock ul li h3 {
			float: left;
			}
			
			.older .contentblock h3 a:hover, .older .contentblock h3 a:active, .older .contentblock h3 a:focus {
			border-bottom: 1px solid #333;
			color: #333;
			}
			
			.older .contentblock ul li span {
			float: right;
			color: #545555;
			font-size: 0.9em;
			font-weight: bold;
			}
			
			.contentblock ul.reviews li {
			list-style: none;
			margin-bottom: 10px;
			font-size: 0.9em;
			overflow: hidden;
			}
			
				.contentblock ul.reviews li a {
				font-weight: bold;
				float: left;
				}
				
				.contentblock ul.reviews li span {
				float: right;
				color: #545555;
				}
				
			.newslist .contentblock ul {
			margin-bottom: 10px;
			}
			
			.newslist .contentblock ul li {
			list-style: none;
			display: inline;
			margin-right: 10px;
			font-weight: bold;
			}
			
				.newslist .contentblock ul li ul {
				display: inline;
				margin-left: 5px;
				}
				
				.newslist .contentblock ul li ul li {
				font-weight: normal;
				margin-bottom: 10px;
				}
				
		
		/* Reviews
		*****************************/
		.summary img {
		float: left;
		margin: 0 10px 5px 0;
		}
		
		.summary p {
		color: #545555;
		font-size: 0.9em;
		margin-bottom: 3px;
		}
		
		.summary h3 {
		color: #c1950d;
		margin-top: 10px;
		font-size: 1.4em;
		}
		
		.summary h2 a:link, .summary h2 a:visited {
		color: #333;
		border-bottom: none;
		}
		
		.summary h2 a:hover, .summary h2 a:active, .summary h2 a:focus {
		border-bottom: 1px solid #333;
		}
		
		
		
		/* Sidebar
		*****************************/		
		#sidebar .widget {
		list-style: none;
		margin: 0;
		padding: 0;
		}
		#sidebar .widget .contentblock {
background: url("../../uploads/2010/03/gradient1.png") repeat-x top;
width: 280px;
		}
#sidebar .widget .contenttitle {
width:300px;
}
		
			#sidebar .widget .contentblock ul li {
background: url("../../uploads/2010/03/line_bg.png") repeat-x top;
			list-style-position: inside;
		/*	margin-bottom: 4px;    */
			font-size: 0.9em;
			overflow: hidden;
			}
			
				#sidebar .widget .contentblock ul li a {
				font-weight: bold;
				}
#sidebar .widget .contentblock ul li.nav-item {
float:left;
margin: 0 12px 4px 0;
width: 120px;
list-style-type: none;
background:none;
}
#sidebar .widget .contentblock ul li.nav-item a {
background: url("../../uploads/2010/03/objs_appleradar.png") no-repeat;
background-position:  left -360px;
border:0;
font-size:12px;
display:block;
width: 100px;
padding: 7px 10px;
list-style-type: none;
color:#00679b;
}

#sidebar .widget .contentblock ul li.nav-item a:hover {
background: url("../../uploads/2010/03/objs_appleradar.png") no-repeat;
background-position:  -280px -360px;
border:0;

}	
#sidebar .widget .contentblock ul li.nav-item-selected {
margin: 0 12px 4px 0;
float:left;
background: none;
list-style-type: none;
width: 120px;
}
#sidebar .widget .contentblock ul li.nav-item-selected a{
background: url("../../uploads/2010/03/objs_appleradar.png") no-repeat;
background-position:  -460px -360px;
border:0;
color: #00679b;
font-size:12px;
display:block;
width: 100px;
padding: 7px 10px;
}
#sidebar .widget .contentblock ul li.navhead {
background: url("../../../bilder/2010/05/prodnav_head.png") no-repeat;
border:0;
color: #fff;
font-size:0.9em;
font-weight: bold;
width: 232px;
padding: 7px 10px;
list-style-type: none;
}




#sidebar .widget .contentblock ul li.cat-item {
padding-top:6px;
list-style-type: none;
}
#sidebar .widget .contentblock ul li.cat-item img {
height: 57px;
width: 57px;
float:left;
text-decoration:none;
margin-right: 10px;
}
#sidebar .widget .contentblock ul li.cat-item a {
color: #303030;
font-size: 12px;
text-decoration:none;
border: none;
}
#sidebar .widget .contentblock ul li.cat-item .genre {
font-weight:normal;
width:140px; 
color:#666;
height:16px;

}
#sidebar .widget .contentblock ul li.cat-item .smallprice {
width:200px;
text-align:left;
color:#0b86d2;
height:16px;
font-weight:normal;
}


#sidebar .widget .contentblock ul li.cat-item:hover {
background-color: #d2e8f5;
}
#sidebar .widget .contentblock ul li.cat-item a:hover {
color: #0088cc;
}

#sidebar .widget .contentblock ul li.cat-item .cat-item-right {
display:table-cell;
vertical-align: middle;
height: 62px;
width: 180px		;
line-height: 1.3em;

}
*+html #sidebar .widget .contentblock ul li.cat-item span {
padding: 20px;
height: 40px; 
}

#sidebar .widget .showall {
text-align: right;
border-top: 1px solid #ccc;
background-color: #eee;
padding: 4px 10px;
}

					
		.advert-side {
		margin-bottom: 15px;
		text-align: center;
		}
		
			.advert-side a {
			border-bottom: none;
			}

		#sidebar .wp-polls ul {
		margin: 0 10px 10px 0px;
		}		
	
		.fvideos .contentblock {
		padding: 10px;
		text-align: center;
		overflow: hidden;
		}
		
			.fvideos .contentblock ul li {
			list-style: none;
			background-color: #b1b1b1;
			border: 1px solid #a0a0a0;
			font-size: 0.9em;
			margin-bottom: 5px;
			padding: 5px;
			text-transform: uppercase;
			}
			
				.fvideos .contentblock ul li:first-child {
				margin-top: 10px;
				}
				
				.fvideos .contentblock ul li.ui-tabs-selected a:link, .fvideos .contentblock ul li.ui-tabs-selected a:visited {
				color: #0088cc;
				}
				
				.fvideos .contentblock ul li a:link, .fvideos .contentblock ul li a:visited {
				color: #333;
				border-bottom: none;
				}
				
				.fvideos .contentblock ul li a:hover, .fvideos .contentblock ul li a:active, .fvideos .contentblock ul li a:focus {
				color: #545555;
				outline: none;
				}
				
				
				
				
		.pagination .older {
		float: left;
		}
		
		.pagination .newer {
		float: right;
		}

		
	input, textarea {
	padding: 3px;
	}
	
	textarea {
	overflow: auto; /* remove vertical bar for IE7 */
	}
	
	input.button {
	border: 1px solid #a0a0a0;
	background: #353535;
	padding: 3px;
	color: #111;
	text-transform: uppercase;
	font-size: 0.9em;
	margin-top: 5px;
	cursor: pointer;
	}
				
			
	p.button a:link, p.button a:visited {
	float: right;
	border: 1px solid #a0a0a0;
	border-bottom: none;
	background: url("images/w-contenttitle.png") #a0a0a0 repeat-x;
	max-height: 30px;
	padding: 5px;
	color: #333;
	text-transform: uppercase;
	font-size: 0.9em;
	margin-right: 10px;
	}
	
	p.button a:hover, p.button a:active, p.button a:focus {
	color: #545555;
	}
	
	
	
#footer {
margin-top: 25px;
background-color: #c3c3c3;
border-top: 1px solid #a0a0a0;
padding: 10px;
overflow: hidden;
color: #545555;
}

	#footer p.copy {
	float: left;
	}
	
	#footer p.design {
	float: right;
	}
	
	#footer a:link, #footer a:visited {
	color: #545555;
	border-bottom: 1px dotted #545555;
	}
	
	#footer a:hover, #footer a:active, #footer a:focus {
	color: #545555;
	border-bottom: 1px solid #545555;
	}
	

.flickr {
display: inline;
text-align: center;
}

.flickr a {
border-bottom: none;
}

.flickr img {
padding: 0 5px 7px 2px;
}




.commentlist {
	margin: 0 0 20px 0 !important;
	}


.commentlist li {
	font-size: inherit;
}

.commentlist li .avatar { 
	float: right;
	}

.commentlist cite {
	font-weight: bold;
	font-style: normal;
	}
	
.commentlist cite a:link, .commentlist cite a:visited {	
	border-bottom: none;
	color: #111;
	}
	
.commentlist cite a:hover, .commentlist cite a:active, .commentlist cite a:focus {
	border-bottom: 1px solid #111;
}

.commentmetadata {
	display: block;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.1em;
	margin: 3px 0 8px 0;
	}

.commentmetadata a:link, .commentmetadata a:visited {
	border: none;
	color: #545555;
	}
	
.commentmetadata a:hover, .commentmetadata a:active, .commentmetadata a:focus {
	border-bottom: 1px solid #545555;
	}
	
.commentlist p {
	margin: 5px 0 10px 0;
	}
	
.commentlist .reply {
	font-size: 0.8em;
	font-weight: bold;
	margin: 0 0 10px 0;
	}

.commentlist li {
	margin-bottom: 25px !important;
	padding: 5px 0 !important;
	list-style: none;
	}
	
.children {
	padding: 0 0 0 10px !important;
	border-left: 1px solid #A0A0A0 !important;
	margin: 15px 0 5px 15px !important;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
.entry {
background: url("../../uploads/2010/03/gradient1.png") repeat-x top;
}
.post .contenttitle h2 {
font-size: 1.0em;
color: #303030;
text-transform: none;
border:0;

}
.post .contentmodule h1 {
font-size: 1.8em;
color: #303030;
text-transform: none;
border:0;
padding-left: 10px;
}
.contentmodule .contenttitle h2,
.latest .contenttitle h2,
.widget .contenttitle h2,
.widget .contenttitle h1 {
padding-top:6px;
}
.widget .contenttitle h1 {
padding-top:7px;
}
.contentmodule .showall {
text-align: right;
padding: 4px 10px;
}

.ct_thumb {
width: 12px;
height: 27px;
background: url("../../uploads/2010/03/boxheader_bg.png") no-repeat;
float:left;
}
.video {
background-position: 0 -120px;
}

.bilder {
background-position: 0 -120px;
}


.default {
background-position: 0 -120px;
}

.post .contenttitle{
background: none;
border:0;
}
.entry .post {


		border-top: none;
		padding: 10px;
		margin-bottom: 10px;
		overflow: hidden;

}
.entry .post p.meta {
			color: #888888;
			font-size: 0.8em;
			margin: 5px 0 5px 0;
			}
.product_ads {
background: url("../../uploads/2010/03/adhead_bg.png") no-repeat #fff;
padding:16px 0 10px 60px;
}
.product_nav_ads {
width:232px;
background: url("../../uploads/2010/03/objs_appleradar.png") no-repeat #fff;
background-position:  left -360px;
padding:10px 10px 0 10px;
}
.news_ads {
margin: 0 10px 0 -6px;
}
.main_ads {
background-color: #fff;
text-align: center;
}
#bb{
margin-bottom: 20px;
}
/* Galerie auf Produktdetailseite*/
#gallery_preview{
text-align:center;
}


#gallery_preview .gallery_thumb{
float:left;
margin: 1px;
text-align: center;
height: 110px; 
width: 110px;
}

#gallery_preview .gallery_thumb a{
background: url("../../../bilder/2010/04/default_news.jpg") no-repeat;
display: table-cell;
height: 110px; width: 110px;
vertical-align: middle;
border: 1px solid #ccc;
}

#gallery_preview .gallery_thumb a:hover{
border: 1px solid #0088cc;
}
#gallery_preview .gallery_thumb img{
margin:1px;
max-width: 110px;
max-height: 110px;
vertical-align: middle;
}
/* */
.contentmodule .contenttitle, 
.latest .contenttitle,
.widget .contenttitle {
background: url("../../uploads/2010/03/boxheader_bg.png") no-repeat top right;
height:32px;
padding:0;
border:0;
clear:left;
}
/* Layout */
.contentmodule {
background: url("../../uploads/2010/03/gradient1.png") repeat-x top;
}
/* Produktdetail Infos*/
.row_detail {
display:block;
width: 100px;
float:left;
}
.price {
padding-top: 4px;
font-size:1.4em;
float:left;
font-weight:bold;
width: 100px;
}
.worldscore {
background: url("../../uploads/2010/03/objs_appleradar.png") no-repeat;
background-position: -280px top; 
width: 180px;
height: 28px;
padding-top: 32px;
color: #444;
}
.detail_worldscore {
padding-left: 10px;
margin-bottom: 10px;
font-size:1.1em;
background-color:#ddd;
border: 1px solid #ccc; 
}
.votescore {
float: left;
padding: 0 6px;
font-family: Tahoma, Arial, Helvetica sans-serif;
font-weight:bold;
font-size: 20px;
}
.voteunit {
font-weight:normal;
font-size: 12px;

}
.votebase {
font-size: 11px; 
padding-top:4px;
position:bottom;
}
.detail_worldscore .votesystem,
.detail_worldscore .votesource,
.detail_worldscore .votedate {
padding-left: 20px;
font-size:11px;
color: #303030;
}
.detail_worldscore .votescore {
font-size:12px;
}
.detail_prod_thumb {
width: 100px;
height: 140px;
background: url("../../uploads/2010/03/appimg_bg.png") no-repeat;
}

.detail_prod_thumb img{
margin: 20px 0 0 8px;
width: 57px;
height: 57px;
}
.btn_store {
height: 30px;
width: 140px;
background: url("../../uploads/2010/03/objs_appleradar.png") no-repeat;
background-position: -280px -60px; 
}
.btn_buy {
height: 30px;
width: 140px;
background: url("../../uploads/2010/03/objs_appleradar.png") no-repeat;
background-position: -280px -90px; 
}
.first_box,
.social_bookmark {
background-color: #fff;
border: 1px solid #ccc;
padding:10px;
}
.boxhead {
background-color: #ddd;
padding:5px;
text-align:center;
}
.boxhead a{
font-weight: bold;
}
.boxhead .active {
color: #666;
border:none;
}
.first_box  a{
border:0;
padding-left: 20px;
text-decoration: underline;
}
.first_box  a:hover{
color:#666;
}
.first_box .active a{
color: #f6871f;
text-decoration: none;
font-weight:bold;
border:0;
width: 200px;
background: url("/bilder/styles/icon_a_arrow_active.png") no-repeat;
padding-left: 20px;
}
.list_excerpt {
padding-right: 5px;
}
.list_row {
margin:0; 
padding: 10px 5px;
}
.weight {
font-weight: bold;
}
.appthumb {
float:left;
width: 57px; 
height: 57px;
margin-right:10px;
background: url("../../../bilder/2010/04/default_app.png") no-repeat;
}
.img_hardwaredetail {
float: left;
margin: 16px 16px 16px 0;
}
.tab-bestof {
	float:left;
	width:278px;
	height:78px;
}
.tab-bestof a:link,
.tab-bestof a:visited {
	display: block; 
	background: url('/bilder/styles/toplist_tabs.png') no-repeat 0 -78px;
	width:218px; 
	height:48px; 
	padding:30px 0 0 60px; 
	color:#000; 
	font-size: 1.4em; 
	font-weight:bold;
	border:0;
}
.tab-bestof a:hover {
background-position: 0 -156px;
}
.tab-bestof a.active {
background-position: 0 0;
}
.label-bestof {
padding-left: 20px;
}
.list-sort {
padding: 0 0 10px 16px;
}
.list-sort a:link,
.list-sort a:visited {
font-size: 0.9em;
text-decoration:underline;
border:0;
}
.list-sort a:hover{
color:#666;
}
.list-sort a.active{
border:0;
text-decoration:none;
font-weight:bold;
color:#303030;

}
