/* TITLES */
h1 {
	font-weight: bold;
	font-size: 160%;
	color: #505050;
	display:block;
	text-align:left;
	padding:5px;
	margin:3px;
	border-top:3px solid #a0a0a0;
	border-bottom:2px solid #a0a0a0;
}

h1 a, .text h1 {
	display:block;
	font: bold 125% Tahoma;
	text-align:center;
	border:0;
}
h2 {
	font-weight: bold;
	font-size: 100%;
	display:block;
	text-align:center;
}
h4 {
	font-weight: bold;
	font-size: 160%;
	color: #505050;
	display:block;
	text-align:center;
	padding:5px;
	margin:3px;
}



.cobra_main_menu h3, .menulink, .menulink_orange, .menulink_blue, .menulink_red, .text h3 {
	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.tuning.sk/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.tuning.sk/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.tuning.sk/images/bullets/bullet_triangle_red.png);
	background-repeat:no-repeat;
}
a.new:hover {
	color: #802010;
	background:url(http://www.tuning.sk/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.tuning.sk/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.tuning.sk/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:290px;
	margin:0px 10px 10px 0px;
	border:0px dashed #dddddd;
	float:left;
	}
	
.thumbs {
	text-align:center;
	padding-left:25px;
	/*width:300px;*/
	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.tuning.sk/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;
	}

.lfloat, .float {
	float:left;
	margin-right:8px;
}
.rfloat {
	float:right;
	margin-left: 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;
	}
.red {
	color: #a00000;
	}
.green {
	color: #800000;
	}
.blue {
	color: #2030a0;
}
.gray {
	color: #a0a0a0;
}
.black {
	color: #000000;
}
.white {
	color: #ffffff;
}


/*
	LISTING CSS 
*/
.listing {
	font: normal 100% Tahoma;
	text-align:left;
}
.listing .column {
	float:left;
	width:260px;
	border:1px dashed red;
}
.listing h2 {
	font: normal 200% Tahoma;
	background: transparent;
	color: #505050;
	margin:10px 0px 15px 0px;
	padding:0px;
	display:inline;
}
.listing .container {
	padding:10px 20px;
	text-align: left;
	font-weight: normal;
	font-size: 90%;
	padding:0px 30px 10px 0px;
	border:1px dashed #dddddd;
	float:left;
	text-align: justify;
}
.listing .container a {
	font-weight:normal;
	text-decoration:none;
	color: #505050;
}
.listing .container .fthumb {
	padding:3px;
	margin:0px 5px 3px 0px;
	border:1px solid #d0d0d0;
	vertical-align:top;
	float:left;
}
.listing .container .fthumb:hover {
	border:1px solid #a0a0a0;
}
.listing .title {
	display:inline;
	margin:0px;
	padding:0px;
	background: transparent;
	text-align:left;
	font: normal 125% Tahoma;
	text-decoration: underline;
	text-transform: none;
	color: #505090;
}
.listing .container .views, .listing .container .date {
	font-size: 75%;
	color: #a0a0a0;
}

.listing_colb ul {
	margin:0px;
	padding:0px;
}

.listing_colb li {
	margin: 5px 0px 5px 15px;
}

.pagination_table {
	width:740px;
}

a .pagination {
	font-weight:normal;
	color: #505090;
	text-decoration:none;
	font-variant:small-caps;
}

.page_first, .page_prev, .page_next, .page_last {
	width:45px;
	height:40px;
	background: url(http://www.tuning.sk/images/buttons/pagination_controls_std.png);
	background-position:0px 40px;
}

.page_first {
	background-position:0px 40px;
	}
.page_prev {
	background-position:135px 40px;
}
.page_next {
	background-position:90px 40px;
	}
.page_last {
	background-position:45px 40px;
	}


.page_first:hover {
	background-position:0px 0px;
	}
.page_last:hover {
	background-position:45px 0px;
	}
.page_next:hover {
	background-position:90px 0px;
	}
.page_prev:hover {
	background-position:135px 0px;
}

/* Featured content */
	.featured {
	        width:100px;
		margin: 0px auto 10px;
        }
	.featured_item {
		text-align:right;
	}
	.highlight_border {
	        border:1px solid #000000;
	        cursor:pointer;
	}
	.highlight_border:hover {
	        border:1px solid #ffffff;
	}
/* Advertising Square */
.adsquare {
	position: absolute;
	z-index: 2;
	left: 50%;
	margin-left: -480px;
	top: 60px;
	width: 80px;
	height: 55px;
}
.semitransparent {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}
.solid {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity: 1.0;
}
.partneri {
	position:absolute;
	z-index:2;
	left:50%;
	margin-left: -375px;
	top: 135px;
	width: 477px;
	padding:1px 5px 1px 5px;
	font: normal 10px Tahoma;
	color: #ffffff;
	background: #232370;
	text-align:left;
	}
.partneri a {
	font-weight:normal;
	color: #ffffff;
}

.yellow {
	font-weight: bold;
	font-size: 90%;
	color: #FFF611;
	text-indent:10px;
}

.yellow a {
	color: #FFF611;
	text-decoration:underline;
	}
.yellow a:hover {
	color: #FFF;
	text-decoration:none;
	}
	
.input {
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-bottom: 1px solid #cecece;
	border-right: 1px solid #cecece;
}

/*

 This CSS is used for document listing elements

*/

.listing_cola {
	width:625px;
	float:left;
}

.listing_colb {
	font-size:10px;
	text-align:left;
	width:165px;
	height:auto;
	float:right;
	background-color: #f0f2f5;
}

.listing_colab {
	width: 790px;
}

.listing_box {
	margin-bottom: 5px;
	padding: 8px 5px 5px 5px;
	background: #f0f2f5;
}

.listing_box a {
	font-weight:normal;
	text-decoration: underline;
	}
.listing_box a:hover {
	text-decoration: underline;
	background: #303030;
	color: #ffffff;
	}
.listing_box a img {
	border:1px solid #dddddd;
	padding:2px;
	cursor:pointer;
}

.listing_colb .listing_box hr {
	height:1px;
	border:1px solid #808080;
	clear:both;
}
.listing_colb h2 {
	display:block;
	background-color: #6080B0;
	font-size:14px;
	padding:2px;
	color: #ffffff;
	border-top:8px solid #ffffff;
}
.listing_box h3 {
	font-size:        100%;
	display:          block;
	margin:           0px 0px 5px 0px;
	padding:          2px;
	color:            #ffffff;
	text-align:       left;
	text-transform:   uppercase;
	text-decoration:  none;
	background-color: #ffffff;
	color:            #000000;
	border:           1px solid #808080;
}

.listing_box h3 a {

}
.listing_box a:hover h3 {
	background-color: #202020;
	color: #ffffff;
}

.views {
	color: #808080;
}

.sidenews {
	padding:3px;
	color: #ffffff;
}
.sidenews a {
	text-decoration: underline;
	color: #000000;
	line-height: 100%;
}
.sidenews a:hover {
	color: #ffffff;
}
.sidenews a img {
	padding:1px;
	border:1px solid #d0d0d0;
	display:block;
}
.sidenews a:hover img {
	border:1px solid #ffffff;
}

.sidenews h3, .sidenews a h3 {
	display:block;
	text-align:left;
	margin: 3px 0px 3px 0px;
	padding: 0;
	text-transform:none;
	font: bold 14px Tahoma;
	color: #000000;
}

.sidenews a:hover h3 {
	color: #ffffff;
}

.sidenews hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #ffffff;
}
.bluebox {
	background: #7090f0;
	line-height:100%
}
.dkbluebox {
	background: #3050a0;
	line-height:100%
}
.redbox {
	background: #b00000;
	line-height:100%
}
.dkredbox {
	background: #500000;
	line-height:100%
}
.greenbox {
	background: #d0ffb0;
	line-height:100%
}
.goldbox {
	background: #ffcc00;
	line-height:100%
}
.graybox {
	background: #d0d0d0;
	line-height:100%;
}
.blackbox {
	background: #000000;
	line-height:100%;
}

.greenbox a {
	color: #000000;
}
.greenbox a:hover {
	color: #005000;
}

.dkredbox a, .redbox a, .dkbluebox a, .blackbox a {
	color: #ffffff;
}

.dkredbox a:hover, .redbox a:hover, .dkbluebox a:hover, .blackbox a:hover {
	color: #ffea00;
}


.dkredbox a h3, .redbox a h3, .dkbluebox a h3, .blackbox a h3 {
	color: #ffffff;

}

.dkredbox a:hover h3, .redbox a:hover h3, .dkbluebox a:hover h3 {
	color: #ffea00;
}

.fullgallery {
	display:block;
	margin:5px auto;
	padding:5px 10px 5px 10px;
	background: #f8f8f8;
	border: 1px solid #f0f0f0;
	width: 230px;
	cursor: pointer;
	font: normal 13px Tahoma;
	color: #808080;
	text-align:left;
	
}
a.fullgallery:hover {
	background: #e0e0e0;
	color: #202020;
	font-weight:normal;
	border:1px solid #d0d0d0;
}
.fullgallery img {
	float:left;
	vertical-align:middle;
	margin-right:5px;
}

ul.newgallery {
	/*float: left;*/
	list-style: none;
	margin: 5px auto;
	padding: 10px;
	width: 300px;
}
ul.newgallery li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 80px;
	height: 60px;
	
}
ul.newgallery li img {
	width: 75px; height: 50px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
}
ul.newgallery li img.hover {
	background: #f0f0f0;  /* Image used as background on hover effect */
	border: none; /* Get rid of border on hover */
}

.anketa2010 {
	text-align:left;
	margin:10px 20px 50px 20px;
}
.anketa2010 h2 { font-size: 18px}
.anketa2010  legend {
			border:1px solid #e0e0e0;
			font-size: 14px normal Tahoma;
			padding:3px;
		}
.anketa2010  fieldset {
			width:400px;
			border:1px solid #d0d0d0;
		}
.anketa2010  input[type="text"] {
		font-size:14px;
		border: 1px solid #808080;
		margin:2px;
		width:300px;
		padding:4px;
		}
.anketa2010  input[type="text"]:focus {
		background: #f0fff0;
		}
.anketa2010  input[type="submit"] {
		font: bold 14px Tahoma;
		border: 1px solid #808080;
		background: #c0c0c0;
		margin:2px auto;
		width:100px;
		color: #505050;
		cursor: pointer;
		padding:5px;
		}
.anketa2010  input[type="submit"]:hover {
			background: #e0e0e0;
			border: 1px solid #a0a0a0;
		}