/* TITLES */
h1 {
	font-weight: bold;
	font-size: 145%;
	font-style: italic;
	color: #203080;
	display:block;
	text-align:center;
	background-color:#E0E0E0;
	padding:5px;
	margin:3px;
}

h1 a{
	font-size: 100%;
}
h2 {
	font-weight: bold;
	font-size: 100%;
	display:block;
	text-align:center;
}

h3, .menulink, .menulink_orange, .menulink_blue, .menulink_red {
	font-weight: bold;
	font-size: 85%;
	color: #FFFFFF;
	display:block;
	text-align:left;
	text-transform:uppercase;
	background-color: #6080B0;
	padding:2px 3px 1px 3px;
	margin:2px 0px 0px 0px;
}
.cobra_main_menu h3 , .menulink, .menulink_orange, .menulink_blue, .menulink_red{
	font-size: 100%;
}
.menulink {
	background-color: #60A060;
	}

.menulink_orange {
	background-color: #fad010;
}

.menulink_blue {
	background-color: #6080B0;
}
.menulink_red {
	background-color: #a00000;
}

.menulink a, .menulink_orange a, .menulink_blue a, .menulink_red a {
	color: #FFFFFF;
	text-decoration:none;
	display:block;
	width:100%;
	}
.menulink_orange a {
	color: #604000;
	}
.menulink_blue a {
	color: #f0f0f0;
}
.menulink_red a {
	color: #FFF8F0;
}

.menulink a:hover {
	color: #F8E020;
	background-color: #70B070;
}
.menulink_orange a:hover {
	color: #000000;
	background-color: #fae520;
}
.menulink_blue a:hover{
	color: #ffffff;
	background-color: #80a0d0;
}
.menulink_red a:hover{
	color: #ffffff;
	background-color:#e00000;
}

/* FLOATING OBJECTS */
.login_info {
	position:absolute;
	left:50%;
	margin-left:400px;
	top:5px;
	width:80px;
	padding:2px;
	color:#e0e0f0;
	background-color:#405080;
	z-index:1; 
	font-weight: normal;
	font-size: 8px;
	font-family:  Small Fonts;
	text-transform: uppercase;
	border:1px solid #e0e0f0;
}	

.calendar {
	background-color:#F0F0FF;
	padding:3px;
	color: #000000;
	text-align:left;
	}

/* MENU OBJECTS */	
.newslisting {
	background-color:#F0F2F5;
	padding:3px;
	color: #000000;
	text-align:left;
	}
.webshoplisting {
	background-color:#fff0e0;
	padding:3px;
	color: #000000;
	text-align:left;
	}
	
.newslisting a, .webshoplisting a {
	font-weight: normal;
	font-size: 100%;
font-size: 100%;
	color: #000000;
	background:url(http://www.tuningmag.net/images/bullets/bullet_square.png);
	background-repeat:no-repeat;
	padding-left:7px;
	display:block;
	text-decoration:none;
	margin-bottom:2px;
}
.newslisting a:hover, .webshoplisting a:hover {
	font-weight: normal;
	font-size: 100%;
	color: #8090F0;
	background:url(http://www.tuningmag.net/images/bullets/bullet_square.png);
	background-repeat:no-repeat;
	padding-left:7px;
	display:block;
	text-decoration:underline;
	}
a.new {
	color: red;
	background:url(http://www.tuningmag.net/images/bullets/bullet_triangle_red.png);
	background-repeat:no-repeat;
}
a.new:hover {
	color: #802010;
	background:url(http://www.tuningmag.net/images/bullets/bullet_triangle_red.png);
	background-repeat:no-repeat;
	}
	

/* BODY OBJECTS */
ol,li {
	margin:0px;
}
table tr{
	font-size: 80%;
}
table th{
	font-size: 100%;
}
.title {
	font-weight: bold;
	font-size: 13pt;
	font-style: italic;
	color: #203080;
	display:block;
	text-align:center;
	background-color:#E0E0E0;
	padding:5px;
	text-transform : uppercase;
}
.nowrap {
	white-space:nowrap;
	}

/* THUMB/IMAGE ELEMENTS */
.thumb {
	position:absolute;
	left:1px;
	top:1px;
	cursor: pointer;
	}
.thumbH {
	position:absolute;
	left:1px;
	top:1px;
	cursor: pointer;
	width:100px;
	height:75px;
	}

.thumbV {
	position:absolute;
	left:1px;
	top:1px;
	cursor: pointer;
	width:100px;
	height:133px;
	}
	     
.thumbcontainerH, .thumbcontainer_comment {
	position:relative;
	display:block;
	cursor:pointer;
	background:url(http://www.tuningmag.net/images/common/shadow_100x75.png);
	width:110px;
	height:85px;
	background-repeat:no-repeat;
	float:left;
	}
.thumbcontainer_comment {
	width:140px;
	height:115px;
	padding-top:85px;
	margin-right:10px;
	font-size: 10px;
	text-align:left;
	}
.thumbcontainerV {
	position:relative;
	display:block;
	cursor:pointer;
	background:url(http://www.tuningmag.net/images/common/shadow_100x133.png);
	width:110px;
	height:143px;
	background-repeat:no-repeat;
	float:left;
	}

.introcontainer {
	text-align:left;
	font-weight: normal;
	font-size: 95%;
	width:360px;
	margin:10px;
	border:0px dashed #dddddd;
	float:left;
	}
	
.thumbs {
	text-align:center;
	padding-left:25px;
	width:340px;
	border:0px solid #F8F8F8;
}

.two_thumbs {
	text-align:center;
	padding-left:16px;
	width:230px;
	border:0px solid #F8F8F8;
}


.table_light {
	border-width:1px;
	padding-left:15px;
	padding-right:15px;
	border-color:#666666;
	vertical-align:top;
}
.table_dark {
	border-width:1px;
	padding-left:15px;
	padding-right:15px;
	background-color:#EBEBEB;
	border-color:#666666;
	vertical-align:top;
}
.table_medium {
	border-width:1px;
	padding-left:15px;
	padding-right:15px;
	background-color:#F5F5F5;
	border-color:#666666;
	vertical-align:top;
} 

/* Download Central styles */

.dcentral_note {
	font-size: 100%;
	font-weight: bold;
	color:#808080;
	white-space:nowrap;
}
.dcentral_cell {
	font-weight:normal;
	/*font-size: 1.2em;*/
	color: #000000;
	border-bottom:2px dotted #808080;
}
.dcentral_thumb {
	float:left;
	margin-right:10px;
	border: 2px solid #000000;
}

/* BODY ELEMENTS */
a img { border:0px; }

a  	{ font-weight: bold; COLOR: #3232A0; }

a:hover { font-weight: bold; COLOR: #6480FF; } 

.whitelink a { font-size: 9pt; font-weight: normal; color: white; }
.whitelink a:hover { font-weight: normal; color:#f0e020;}

.silentlink, .silentlink:hover {
	font-weight: normal;
	color:#000000;
	text-decoration:none;
	}

body, .text {
	font-weight: normal;
	font-family: Tahoma;
	color: #000000;
}
.text{
	font-size: 100%;
}
body  {
	margin:20px;
	font-size: 75%;
}

.box {
	width:360px;
	text-align:left;
	}

.borderbox {
	display:block;
	border:1px solid #A0A0A0;
	padding:8px;
	}
	
.text {
	
	text-align:justify;
	}

.price {
	font-weight: bold;
	color:#1616FF;
	white-space:nowrap;
}

.footer {
	font-weight: normal;
	font-size: 90%;
	color: #F0F9FF;
	width:960px;
	padding:5px;
	text-align:center;
	background:url(http://www.tuningmag.net/images/_body/interlace.png); 
	clear:both;
}

.footer a {
	font-weight: normal;
	color: #ffffff;
	text-decoration:underline;
	}
.footer a:hover {
	font-weight: normal;
	color: #F0E020;
	text-decoration:underline;
	}
.preview_header {
	background: url(../images/common/preview_title.png);
	background-repeat:no-repeat;
	width:480px;
	height:20px;
}

.preview_footer {
	background: url(../images/common/preview_footer.png);
	background-repeat:no-repeat;
	text-align:center;
	width:480px;
	height:20px;
}
.preview_title {
	border:1px solid #000000;
	padding:2px;
	padding-left:5px;
	padding-right:5px;
	height:16px;
	background-color:#FFFFFF;
	width:460px;
	font-weight: bold;
	font-size: 10pt;
}

/* TABLE ELEMENTS */
table,td,th {
	padding:3px;
	font-size: 100%;
	text-align:left;
	}
th	{
	background-color: #E0E0E0;
	}
.silver {
	background-color:#F0F0F0;
	}
.voting {
	padding:3px;
	font-size: 12px;
	text-align:center;
	}

.normal_table_text table, .normal_table_text td, .normal_table_text th{
	font-size: 12px;
	vertical-align: top;
}

/* OTHER */
.emphasize {
	font-weight: bold;
	color:#203080;
	background-color:#FAFAFA;
	border-top:1px solid #808080;
	border-bottom:1px solid #808080;
	margin:10px;
	padding:10px;
	}

.float {
	float:left;
	margin-right:8px;
}

.clickbtn {
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
	display:block;
	text-align: center;
	text-transform:uppercase;
	background-color: #6080B0;
	padding:2px 2px 2px 2px;
	height:15px;
	width:148px;
	cursor:pointer;
	text-decoration:none;
}
.clickbtn:hover {
	background-color: #80A0D0;
	color: #ffffff;
	}
form { 
	margin:0px;
}
input {
	border:1px solid #808080;
	font-weight: normal;
	font-size: 10px;
	font-family: Tahoma;
}
.150px {
	float:left;
	width:150px;
	margin-top:3px;
	}
.search_highlight {
	background: #ffff00;
	}

.googlebox {
	text-decoration:none;
}

/*             styles for the star rater                */
.star-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 100px;
	height: 20px;
	position: relative;
	background: url(star_rating.gif) top left repeat-x;		
}
.star-rating li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.star-rating li a{
	display:block;
	width:20px;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.star-rating li a:hover{
	background: url(star_rating.gif) left bottom;
	z-index: 1;
	left: 0px;
}
.star-rating a.one-star{
	left: 0px;
}
.star-rating a.one-star:hover{
	width:20px;
}
.star-rating a.two-stars{
	left:20px;
}
.star-rating a.two-stars:hover{
	width: 40px;
}
.star-rating a.three-stars:hover{
	width: 60px;
}
.star-rating a.three-stars{
	left: 40px;
}
.star-rating a.four-stars{
	left: 60px;
}	
.star-rating a.four-stars:hover{
	width: 80px;
}
.star-rating a.five-stars{
	left: 80px;
}
.star-rating a.five-stars:hover{
	width: 100px;
}

/*-----------------------------------------------------------------
			messages
-----------------------------------------------------------------*/	
	
#Message {
	font-family: Tahoma;
	font-size: 1.1em;
	color: #444;
	padding: 8px 20px 8px 45px;
	display:block;
	text-align: center;
	margin:10px;
	border-top:1px solid;
	border-bottom:1px solid;
	}
	#Message a{
		text-decoration: underline;
		color: #444;
		}
	#Message a:hover {
		text-decoration: none;
		color: #FFF;
		background-color: #444;
		}
	#Message.success {
		background:  #EAFFEB url(/img/flag_green.gif) 15px no-repeat;
		border-color: #00CC00;
		}
	#Message.alert {
		background: #ffe8e5 url(/img/exclamation.png) 15px no-repeat;
		border-color: #f7aea5;
		}
	#Message.download {
		background: #e3fce3 url(/img/package_go.png) 15px  no-repeat;
		border-color:#9fe8b8;
		}
	#Message.info {
		background: #eff7ff url(/img/information.png) 15px  no-repeat;
		border-color: #bfdaff;
		}
	#Message.podcast {
		background: #f1f4fa url(/img/ipod_cast.png) 15px center no-repeat;
		border-color: #d7ddfb;
		}
	#Message.rssfeed {
		background: #ffe6c6 url(/img/feed.png) 15px center no-repeat;
		border-color:#ffcfa2;
		}
	#Message.warning {
		background: #fff6bf url(/img/error.png) 15px center no-repeat;
		border-color: #f8dd70;
		}