/*
	project: internet hosting template
	author: luka cvrk (www.solucija.com) 

*/

*{ margin: 0; padding: 0;font-family:   Arial, , sans-serif, Verdana }
body { font: .9em Arial, Verdana, Sans-Serif; line-height: 1.7em; background: #fff url(images/menu.png) repeat-x; color: #454545; }
a { color: #3F2C57; background: inherit; text-decoration: none; }
#left a, #right a { border-bottom: 1px dotted #3F2C57; }
a:hover { color: #808080; background: inherit; }
p {	margin: 0px; }
h1 { font: normal 29px Georgia, "Trebuchet MS", Arial, Sans-Serif; padding: 0px; margin: 0; }
h2 { margin: 0; padding: 0; font-size:24px;font-family:  Arial, sans-serif, Verdana}
h1 a, h2 a { color: #000; background: inherit; text-decoration: none; }
h3 { font-size:15px;color:#0066CC }
img { border: 0; }
b { color: #003366 }

#content { margin: 0 auto; width: 980px;border:6px double #85A3CF;border-top:0px;padding:0px 0px 10px 30px;-moz-border-radius-bottomleft:20px; -webkit-border-bottom-left-radius:20px; -moz-border-radius-bottomright:20px; -webkit-border-bottom-right-radius:20px; }
#header {
	padding: 15px 0;
	color: #fff;
	margin: 0 0 20px 0;
	height: 94px;
}
#header h2 { color:yellow }


#tablist{  margin: 0px;  }
	#tablist li{ list-style: none; display: inline;  }
	#tablist li a{
		text-decoration: none;
		margin: 0 3px 0 0;
		padding: 4px 15px;
		border: 1px solid #3B3B3B;
		font-weight: bold;
		color: #ccc;
	}
	#tablist li a:hover{
		border: 1px solid #31619B;		background: #5F8BC2;
		color: #fff;-moz-border-radius:10px; -webkit-border-radius:10px;
	}
	#tablist li a.current{
		background: #95B3D7;
		color: #fff;-moz-border-radius:5px; -webkit-border-radius:5px;
	}
	#tablist li a:hover.current{
		background: #2663A6;
		color: #FFFF00;-moz-border-radius:5px; -webkit-border-radius:5px;
	}

	#tablist .key { text-decoration: underline; }



#left {
	float: left;
	width: 740px;
	margin: 0px;
}
	.border { border: 1px solid #0099CC;  margin: 0 0 10px 0;-moz-border-radius:10px; -webkit-border-radius:10px; background-color: white;padding:5px }
	.search { border: 1px solid #0099CC;width:150px;  margin:4px 0px 0px 0px;-moz-border-radius:7px; -webkit-border-radius:7px;}
	.subheader {
		padding: 15px;
		background: #2484BD;
		color: #444;
		border: 2px solid #0099CC;-moz-border-radius:10px; -webkit-border-radius:10px;
	}
	.highlight { background: #FFFF99; color: #000; }
	.left_articles {
		margin: 25px 0px;
		border: 2px solid #3471AD;-moz-border-radius:10px; -webkit-border-radius:10px;
		color: #454545;
		padding: 15px 20px;
  background-color: #FFFFee
}
		.date { font-size: .9em; padding: 0 0 0 12px; background: #fff url(images/news.gif) no-repeat center left; color: #808080; }
		.bigimage {
			float: left;
			clear: left;
			margin: 0 15px 10px 0;
		}
	.left_box {
		background: #F4F1F8;
		color: #808080;
		border-left: 3px solid #E8E2F2;
		padding: 15px;
		margin: 0 0 15px 0;-moz-border-radius:10px; -webkit-border-radius:10px;
	}
	.thirds {
		float: left;
		width: 186px;
		padding: 0 10px 0 15px;
	}		
		

#right {
	float: right;
	width: 232px;
	margin: 0 0 10px 0;
	padding: 0px;
	background: url(images/right.png) no-repeat top right;

}
	.button {
		font: normal;
        font-family:Arial, , sans-serif, Verdana;
        font-size: 16px;
		text-align: center;
		margin: 25px 0 80px 0;
	}
	.big { color: #2e2e2e; font: normal 2em "Georgia", "Times New Roman", Arial; }
	
	#side_menu { margin: 0 0 20px 0; }
	#side_menu li { list-style: none; }
	#side_menu li a { color: #FFFFFF; border: 0; margin: 0 30px 1px 30px; display: block; background: #fff url(images/side_menu.gif) repeat-x; padding: 8px; }
	#side_menu li a:hover { color: #FFFF00; background: #fff url(images/side_menu_hover.gif) repeat-x; }
	
	.image { float: left; margin: 0 9px 3px 0; }
	

#footer { 
	clear: both; 
	color: #808080;
	background: #FFF;
	padding:0px 0px 10px 0px
}
	#footer .right { float: right; }
.bel
{
	color:white;
	}
input
{
	border:1px solid grey;
	}
textarea
{
	border:1px solid grey;
	}
select
{
	border:1px solid grey;
	}
	
	.rating{
	font-size:110%;
	margin-bottom:7px;
	}
	
	.comm{
	font-size:110%;
	}
	
	.comment{
	font-size:110%;
	line-height:15px;
	}
.comment .name{
	color:blue;
	font-size:90%;
	margin-bottom:3px;
	}
	
	.comment .com{
	color:black;
	font-size:90%;
	}
	
.comment .name b{
	color:black;
}