/* 

	project: internet services - 2nd edition
	author: luka cvrk (www.solucija.com) */

   
/* default styles
   -------------- */
*{ margin: 0; padding: 0; }* 
body { 
	font: 8pt Arial, "Trebuchet MS", Tahoma, sans-serif; 
	line-height: 1.6em;
	background: #e8e8e8; 
	color: #444; 
}

a {	color: #0000cc;	background: inherit;}
a:hover { color: #6C757A; background: inherit; }

h1 { font: normal 2.4em "Trebuchet MS", Arial, Sans-Serif; padding: 7px 0 0 8px; margin: 0; }
h1 a { color: #737373; background: inherit; }
.green { color: #006600; }
sup { font-size: 6pt; }

h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #FF6600; background: inherit; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }
h3 { font-size: 1.2em; margin-bottom: 5px; color: #444; background: inherit; }
p {	margin: 0 0 5px 0; }

ul { list-style : none; }

/* layout
   ------ */

.page_start {
	margin: 0 auto;
	width: 830px;
	height: 112px;
	background: #fff url(images/page_top.jpg) no-repeat center;
}
.content { 
	margin: 0 auto;
	width: 810px;
	padding: 0 10px 0px 10px;
	background: #fff url(images/page_mid.jpg) repeat-y center;
}
.page_end {
	margin: 0 auto;
	width: 830px;
	height: 18px;
	background: #fff url(images/page_end.jpg) no-repeat top;
}
.header { 
	height: 102px;
	background: #fff;
	color: #808080;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.top_info {
	height: 102px;
	float: right;
	width: 555px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #808080;
}

	.top_info_left {
		width: 200px;
		float: left;
	}

	.top_info_right {
		float: right;
		width: 260px;
		padding: 0 0 0 35px;
		border-left: 1px solid #eee;
	}

.browse_category  {
	width: 390px;
	color: #FFF;
	background: inherit;
}

.bar { 
	clear: both;
	font-size: 8pt;
	height: 30px; 
	color: #FFF;
	background: #a00 url(images/menubg.gif) repeat-x;
}

	.bar li { 
		padding: 6px 12px 6px 12px;
		color: #FFEADC;
		float: left; 
	}
	
	.bar li.active { 
		background: #E0691A url(images/bar.gif) repeat-x; 
		color: #fff;
		font-weight: bold; 
	}
	
	.bar li a { 
		font-weight: bold;
		color: #FFF; 
		background: inherit;
		text-decoration: none;
	}
	.bar li.active a { 
		color:#800;
	}
	.bar li a:hover { 
		color: #ffcc00;
	}
	.bar li.active a:hover { 
		color:#444;
	}
	
	#topnav li {
		position:relative;
		margin: 0;
		padding:0;
	}
	#topnav a, #topnav a:link, #topnav a:visited, #topnav a:hover, #topnav a:active {
		display: block;
		padding: 6px 12px 6px 12px;
	}
	#topnav li ul {
		border-left: 1px solid #c00;
		border-right: 1px solid #c00;
		margin-top:0px;
		position: absolute;
		font-weight:normal;
		left: -999em;
		filter:alpha(Opacity=92);
	}
	#topnav li:hover ul, #topnav li.sfhover ul {
		left: 0;
		z-index:99999;
	}
	#topnav li li {
		background:none;
		float:none;
	}
	#topnav li li.last {
		border-bottom:1px solid #f88;
	}
	#topnav li li a, #topnav li li a:link, #topnav li li a:visited, #topnav li li a:hover {
		background:#fff url(images/dropmenubg.gif) repeat-x;
		color:#fff;
		padding: 1px 10px 2px 10px;
		width:200px;
		height: 19px;
	}
	#topnav li li a:hover {
		color:#fc0;
		background:#c00;
	}
	#topnav li li.hilite a, #topnav li li.hilite a:link, #topnav li li.hilite a:visited, #topnav li li.hilite a:hover {
		background:#fff url(images/dropmenubg-y.gif) repeat-x;
		color:#006;
		padding: 1px 10px 2px 10px;
		width:200px;
		height: 19px;
	}
	#topnav li li.hilite a:hover {
		color:#c00;
		background:#fc0;
	}
	
	
	/* hide from IE mac \*/
	#topnav li {width:auto}
	
/* search form */
.search_field { 
	background: #fff url(images/searchbg.gif) no-repeat right; 
	color: #808080;
	clear: both;
	font-weight: bold;
	padding: 7px 12px 10px 10px;
	margin: 5px 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: #E0691A url(images/submit.gif) no-repeat;
		border: 0;
		height: 24px;
		padding: 3px 0;
		width: 65px;
		margin: 0 10px 1px 0;
		color: #FFF;
		font: bold 1em Arial, Sans-Serif;
	}
	.grey { color: #808080; background: inherit; font-weight: normal; }
	.search_form { float: right; }

.fullwidth {
	width:98%;
}

#left_side {
	float: left;
	width: 160px;
	padding: 0 0 0 0;
	margin: 10px 15px 10px 0;
}

#left_side h3 {
	background: #fff  url(images/h3bg.gif) no-repeat center right;
	color: #444;
	padding: 5px 0 1px 8px;
	font: bold 13px "Trebuchet MS", Arial, Sans-Serif;
	margin: 0 0 10px 0;
	height: 23px;
}

#left_side p {
	margin-left: 5px;
}

#left_side a, .right_side a { color: #414141; background: #FFF; }
	
.right_side {
	float: right;
	width: 250px;
	background: #FFF url(images/dotted.gif) repeat-y;
	color: #414141;
	padding: 0 0 0 70px;
	margin: 10px 0;
}

/* ----- NAVIGATION LEFT/RIGHT ----- */

#navigationLeft,#navigationRight
{
 padding: 0;
 margin: 0 0 10px 0;
 border-bottom: 1px solid #fff;
 width: 160px;
}

#navigationLeft li,#navigationRight li
{
 line-height: 2em;
 list-style: none;
 margin: 0;
 border-top: 1px solid #fff;
 height: 22px;
}

#navigationLeft li a,#navigationLeft li a:link,#navigationLeft li a:visited, #navigationRight li a,#navigationRight li a:link,#navigationRight li a:visited
{ 
 background:#fff url(images/leftmenubg.gif) no-repeat;
 font-weight: bold;
 color:#800;
 display: block;
 text-indent: 0.5em;
 text-decoration:none;
 width: 100%;
}
#navigationLeft li a:hover, #navigationRight li a:hover 
{ 
 color:#f60;
}

#navigationLeft li.hilite a,#navigationLeft li.hilite a:link,#navigationLeft li.hilite a:visited, #navigationRight li.hilite a,#navigationRight li.hilite a:link,#navigationRight li.hilite a:visited
{ 
 background:#fff url(images/leftmenubg-y.gif) no-repeat;
 font-weight: bold;
 color:#006;
 display: block;
 text-indent: 0.5em;
 text-decoration:none;
 width: 100%;
}


#mid {
	float: left;
	width: 634px;
	margin: 10px 0 10px 0;
}

#mid h2 {
	clear: both;
	background: #fff url(images/h2bg.gif) no-repeat center left;
	color: #d00;
	padding: 3px 0 3px 43px;
	font: bold 16px "Trebuchet MS", Arial, Sans-Serif;
	margin: 0 0 10px 0;
	height: 23px;
}

#mid p {
	margin:5px 5px 15px 0;
	font-size: 9pt;
}
#mid table td {
	font-size: 9pt;
}

.mid_box { 
	margin: 0 0 10px 0; 
	color: #000; 
	background: #FFF; 
	padding: 3px 0 0 32px; 
}
		
.right {
	float: right;
	width: 310px;
	margin: 0 0 10px 0;
}

.notice {
	background: #feff65;
	color: #414141;
	padding: 12px 8px;	
	margin: 0 0 3px 0;
}

img.float_right {
	float: right;
	margin: 0 0 10px 10px;
}

img.float_left {
	float: left;
	margin: 0 10px 10px 0;
}

img.border {
	background-color:#e8e8e8;
	padding: 2px;
	border: 1px outset #e8e8e8;
}

ul.points {
	list-style:disc;
}
ul.points li {
	margin:0 10px 0px 40px;
	font-size:9pt;
}
ol.points li {
	margin:0 10px 15px 30px;
	font-size:9pt;
}

.clear {
	clear:both;
}
/* footer
   ------ */

.footer { 
	clear: both;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	line-height: 2em;
}
	.footer a { color: #808080; background: #fff; }
	
.bold, .bold td {
	font-weight:bold;
}