/* 

	project: internet services - 2nd edition
	author: luka cvrk (www.solucija.com) */

 .padonly    {margin: 0.6em; background-color: #EFEFEF; border:1px dotted #000000;}
 
 .search_title {  
font: 18px Arial, Sans-Serif;
text-transform:uppercase; 
margin: 2px 0 10px 0px; 
padding: 0;
padding-top: 17px;
color: #000000; 
background: inherit; 
border-bottom: 1px dotted #000000;
}
  
     #rule
  { width: 950px;
  height:6px;
  background: url(images/rule.gif);
}
/* default styles
   -------------- */
*{ margin: 0; padding: 0; }* 

td{
padding:7px;
}
body { 
	font: .8em Arial, "Trebuchet MS", Tahoma, sans-serif; 
	line-height: 1.6em;
	background: #FFF; 
	color: #000; 
}

a {	color: #000; font-weight:bold;}
a:hover { color: #757575; font-weight:bold;}
a:visited {	color: #757575; font-weight:bold;}

h1 { font: normal 1.5em Arial, Sans-Serif; padding: 7px 0 0 0px; margin: 0;  color: #333; font-weight:bold; }
h1 a { color: #737373; background: inherit; }
.orange { color: #E0692A; }
sup { font-size: .5em; }

h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #333; background: inherit; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #333; background: inherit; }
p {	margin: 0 0 5px 0; }

ul { list-style : none; }

/* layout
   ------ */
   
   

.content { 
	margin: 0 auto;
	width: 950px;
	padding: 0px; 
	background: #fff; 
}

.header { 
	height: 141px;
	background: #fff url(images/wbanner.jpg) no-repeat;
	color: #808080;
	margin: 0px 0;
	padding: 0px 0 0 0;
}

.top_info {
	float: right;
	width: 555px;
	padding: 5px 0 4px 0;
	color: #808080;
}

	.top_info_left {
		width: 200px;
		float: left;
	}

	.top_info_right {
		float: right;
		width: 290px;
		padding: 0 0 0 35px;
		border-left: 1px solid #eee;
	}

.browse_category  {
	width: 390px;
	color: #FFF;
	background: inherit;
}

.bar { 
	clear: both;
	margin:0;
	font-size: 13px;
	height: 30px; 
	color: #FFFFFF;
	margin-bottom:5px;
	background:#ffbf00;

}

.whitelinks{
color:#fff;
}


	.bar li { 
		color: #000000;
		float: left; 
		background:#ffbf00;
		padding-left:28px;
		padding-right:28px;
		margin:0px;
		height:30px;
		text-transform:uppercase;
		font-size:15px;
	}
	
	.bar li#start{ 
		color: #000000;
		float: left; 
		height:30px;
		width:25px;
		margin:0;
		background:#000000;
	}
	
	.bar li a { 
		font-weight: bold;
		color: #000000; 
		background: inherit;
		text-decoration: none;
		line-height:30px;
	} 
	


	
/* 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; 
		font-weight: bold;
		margin: 0 0 0 3px;
	}
	input.submit {
		background: #E0691A url(images/submit.gif) no-repeat;
		border: 0;
		padding: 4px 0;
		width: 65px;
		margin: 0 10px 1px 0;
		color: #FFF;
		font: bold 1em Arial, Sans-Serif;
	}
	.search_form { float: right; }

/* left side
   --------- */

.left {
	width: 680px;
	float:right;
	font-size:14px;
}

.left h2 {
	color: #333;
	padding: 3px 0 4px 0px;
	font: bold 1.6em Arial, Sans-Serif;
	margin: 0 0 10px 0;
}
		
	.left_side a, .right_side a { color: #414141; background: #FFF; }
	

/* 1st Column
   ---------- */
		
.ColumnOne {
	float: left;
	width: 235px;
	margin: 0 auto;
	margin-right:20px;
	clear: both;
	
}
	.ColumnOne h3 {
		background: #ffbf00 url(images/h3.gif) no-repeat right; 
		color: #ffbf00;
		padding-left:18px;
		margin:0px;
		margin-bottom:2px;
		font: bold 1em Arial, Sans-Serif;
		font-size:14px;
		text-transform:uppercase;
		font-weight:bold;
		line-height:24px;
	}
	
.ColumnOne a, .ColumnOne a:visited, .ColumnOne a:hover {
color: #000000;

}

.ColumnOne li{
background: #FFFFFF url(images/option.gif) repeat-y right; 
text-decoration:none;
padding-left:18px;
line-height:24px;
padding-bottom:2px;
margin-bottom:2px;
display:block;

}

.ColumnOne ul {
display:block;
margin-bottom:25px;
}	


/* footer
   ------ */

.content #footer { 
	clear: both;
	text-align: center;
	padding: 10px 0;
	line-height: 2em;
	width:100%;
}
.content #footer a { color: #808080; background: #fff; }
