/* 

	project: internet services - 2nd edition
	author: luka cvrk (www.solucija.com) */

   
/* default styles
   -------------- */
*{ margin: 0; padding: 0; }* 
body { 
	font: 0.8em Arial, "Trebuchet MS", Tahoma, sans-serif; 
	line-height: 1.6em;
	background: #fff; 
	color: #444; 
}

a {	color: #323181;	background: inherit;}
a:hover { color: #6C757A; background: inherit; }

h1 { font: 1.7em "Trebuchet MS", Arial, Sans-Serif; padding: 7px 0 0 8px; margin: 0; }
h1 a { color: #737373; background: inherit; }
.orange { color: #323181; }
sup { font-size: .5em; }

h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #88C0E7; background: inherit; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }
p {	margin: 0 0 5px 0; }

ul { list-style : none; }

/* layout
   ------ */

.content { 
	margin: 0 auto;
	width: 980px;
	padding: 10px; 
}

.header { 
	height: 125px;
	background: #fff url(/images/headerbg.gif) repeat-x bottom;
	color: #808080;
	margin: 3px 0;
	padding: 3px 0 0 0;
}

.top_info {
	float: right;
	width: 500px;
	padding: 5px 0 4px 0;
	color: #808080;
}

	.top_info_left {
		width: 195px;
		float: left;
	}

	.top_info_right {
		float: right;
		width: 255px;
		padding: 0 0 0 25px;
		border-left: 1px solid #eee;
	}

.browse_category  {
	width: 50px;
	color: #FFF;
	background: inherit;
}

.bar {
	clear: both;
	font-size: 1.1em;
	height: 30px;
	color: #FFF;
	background: #323181 url(/images/menubg.gif) repeat-x;
}

	.bar ul { 
		float: right; 
	}

	.bar li {
	padding: 6px 14px 6px 14px;
	color: #FFFFFF;
	float: left;
	}
	
	.bar li.active { 
		background: #323181 url(/images/bar.gif) repeat-x; 
		color: #fff;
		font-weight: bold; 
		
	}
	
	.bar li a { 
		font-weight: bold;
		color: #FFF; 
		background: inherit;
		text-decoration: none;
	} 
	
/* search form */
.search_field {
	color: #808080;
	clear: both;
	font-weight: bold;
	padding: 5px;
	margin: 0;
}
	input.search { 
		width: 292px; 
		border: 0;
		background: #FFF url(/images/input.gif) no-repeat;
		padding: 4px; 
		color: #E0691A;
		font-weight: bold;
		margin: 0 0 0 3px;
	}
	input.submit {
		background: #3B8BBE url(/images/submit.gif) no-repeat;
		border: 0;
		padding: 4px 0;
		width: 65px;
		margin: 0 10px 1px 0;
		color: #FFF;
		font: bold 0.85em Arial, Sans-Serif;
	}
	.grey { color: #808080; background: inherit; font-weight: normal; }
	.blue { color: #323181; }
	.search_form { float: right; }

/* left side
   --------- */

.left {
	float: right;
	width: 675px;
	margin: 0 0 10px 0;
}

.left ul {
	margin: 5px;
	padding: 0 0 0 20px;
	list-style-type: square;
}

.left h2 {
	clear: both;
	background: #E8E8E8;
	color: #D20F14;
	padding: 4px 0 4px 15px;
	font: bold 1.5em "Trebuchet MS", Arial, Sans-Serif;
	margin: 0 0 10px 0;
}
	.left_side {
		float: left;
		width: 250px;
		padding: 0 0 0 10px;
		margin: 10px 0 0 18px;
	}
		
	.left_side a, .right_side a { color: #414141; background: #FFF; }
		
	.right_side {
		float: right;
		width: 260px;
		background: #FFF url(/images/dotted.gif) repeat-y;
		color: #414141;
		padding: 0 0 0 50px;
		margin: 10px 0;
	}
	.left_box { 
		margin: 0 0 10px 0; 
		color: #000; 
		background: #FFF; 
		padding: 3px 0; 
	}
	
		
/* right side
   ---------- */
		
.right {
	float: left;
	width: 290px;
	margin: 0 0 10px 0;
}
	.right h3 {
		background: #bdbdbd;
		color: #FFF;
		padding: 8px 0 8px 5px;
		font: bold 1.3em Tahoma, Arial, Sans-Serif;
		margin: 0 0 3px 0;
	}
	.right_articles {
		background: #f5f5f5;
		color: #414141;
		padding: 8px;	
		margin: 0 0 3px 0;
	}
	.notice {
		background: #eee;
		color: #666666;
		padding: 12px 8px;	
		margin: 0 0 3px 0;
	}
	.image {
		float: left;
		margin: 0 9px 3px 0;
	}

/* footer
   ------ */

.footer {
	clear: both;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	line-height: 2em;
	background-color: #FFFFFF;
}
	.footer a { color: #808080; background: #fff; }
.red {
	color: #F31820;
}
.xsmall {
	font-size: 80%;
}
.small {
	font-size: 90%;
}
.large {
	font-size: 110%;
}
.xlarge {
	font-size: 125%;
	line-height: 100%;
}
.quote {
	font-weight: bold;
	color: #323181;
	background-image: url(/images/bg_quote.gif);
	background-repeat: repeat-x;
	padding: 4px;
}
.quote_hoog {
	font-weight: bold;
	color: #323181;
	background-image: url(/images/bg_quote_hoog.gif);
	background-repeat: repeat-x;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.borderblue {
	border: 1px solid #BACDE5;
}
.border {
	border: 1px solid #f6f6f6;
	background-color: #fafafa;
	padding: 4px;
	margin: 2px;
}
blockquote {
	margin-left: 40px;
}
.buttontext {
	font-weight: bold;
	background-color: #C4D2FF;
	padding: 4px;
	border: 1px solid #8AB0FF;
}

