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

   
/* default styles
   -------------- */
   
body { 
	padding: 0; 
	margin: 0; 
	font: 8pt Tahoma, sans-serif; 
	line-height: 1.5em;
	background: #fff; 
	color: #454545; 
}

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

h1 { font: normal 2.1em Arial, Sans-Serif; letter-spacing: -1px; padding: 7px 0 0 8px; margin: 0; border-bottom: 1px solid #000; }
.dark  { color: #737373; background: inherit; font-weight: bold; }
h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #FF6600; background: inherit; }
h2 { margin: 0; padding: 0; font: bold 1.7em Arial, Sans-Serif; letter-spacing: -1px; }
h2 { font-size: 1.5em; color: #000; background: inherit; }

p {	margin: 0 0 5px 0; }

ul { margin: 0; padding : 0; list-style: none; }

form { 	margin: 0; }

input.search { 
	width: 292px; 
	border: 0;
	background: #FFF url('/images/input.gif') no-repeat;
	padding: 4px; 
	color: #E0691A;
	font-weight: bold;
}

input.submit {
	background: #E0691A url('/images/submit.gif') no-repeat;
	border: 0;
	padding: 4px 0;
	width: 65px;
	margin: 0 15px 1px 0;
	color: #FFF;
	font: bold 1em Arial, Sans-Serif;
}

input.login { 
	width: 150px;
	border: none; 
	
	padding: 4px; 
}

th {
  text-align: left;
  border-bottom: 1px solid black;
}


/* layout
   ------ */

.content { 
	margin: 0 auto;
	width: 780px;
	padding: 10px; 
}

.header { 
	height: 55px;
	background: #eee;
	color: #808080;
	margin: 3px 0;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #ccc;
}
	.header h1 {
		border: 0;
	}


.top_info {
	float: right;
	width: 555px;
	padding: 5px 0 4px 0;
	border-bottom: 1px solid #eee;
	background: #eee;
	color: #808080;
}

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

	.top_info_right {
		float: right;
		width: 290px;
		padding: 0 5px 0 0;
		border-left: 1px solid #eee;
		text-align: right;
	}

.browse_category  {
	font-size: 0.9em;
	width: 190px;
	color: #FFF;
	background: inherit;
}

.bar { 
	clear: both;
	font-size: 1.1em;
	height: 30px; 
	color: #FFF;
	margin: 0 0 5px 0; 
	background: #FF9148;
	text-align: center;
}

	.bar li { 
		margin: 0; 
		padding: 7px 12px 5px 12px;
		color: #FFEADC;
		background: #FF9148;
		float: left; 
	}
	
	.bar li.active { 
		background: #E0691A url('/images/bar.gif') no-repeat center top; 
		color: #fff;
		font-weight: bold; 
		padding: 7px 10px 6px 10px;
	}
	
	.bar li a { 
		font-weight: bold;
		color: #FFF; 
		text-decoration: none;
		background: inherit;
	} 
	
	.bar li a:hover { 
		color: #E0691A; 
		background: inherit;
	} 

.grey {
	color: #808080;
	background: inherit;
	font-weight: normal;
}

.search_form { float: right; }

.subheader {
	margin: 0px 0 10px 0;
	border-bottom: 1px solid #eee;
	padding: 5px 0 5px 0;
	background: #A4A4A4;
	color: #fff;
}

/* left side
   --------- */

.left {
	float: left;
	width: 575px;
	margin: 0 0 10px 0;
}

.left h3 {
	clear: both;
	background: #A9C0CE;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 0px 0;
}
	.left_side {
		float: left;
		width: 250px;
		padding: 0 0 0 10px;
		margin: 10px 0;
	}
		
	.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 5px 0 40px;
		margin: 10px 0;
	}
		
	.left_box { margin: 0 0 10px 0; color: #000; background: #FFF; padding: 3px 0; clear: both }
	
		
/* right side
   ---------- */
		
.right {
	float: right;
	width: 200px;
	margin: 0 0 10px 0;
}

.right h3 {
	background: #6C757A;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 3px 0;
}

	.right_photos {
		background: #f5f5f5;
		color: #414141;
		padding: 8px;	
		margin: 0 0 3px 0;
		text-align: center;
	}
		.right_photos p {
			margin-bottom: 20px;
		}

		.right_photos img {
			background: #fff;
			padding: 1px;
			border: 1px solid #6c757a;
		}

.image {
	float: left;
	margin: 0 5px 0 0;
}

.right_image {
	float: right;
	margin: 0 0 0 5px;
}

	
/* footer
   ------ */

.footer { 
	clear: both;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0;
	border-top: 1px solid #ccc;
	line-height: 1.8em;
}

.footer a { color: #808080; background: #fff; }

ul.regulations {
  list-style: circle;
  padding: 0 25px;
}

div.about h1 {
  padding: 0;
  margin: 0 0 -0.5em 197px;
}

div.about p {
  margin: 1.5em 0;
  text-align: justify;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.note {
  font-size: .85em;
  font-style: italic;
}

select, .input-text {
  width: 100%;
}

.accounts {
  width: 100%;
}

.accounts img {
  background: #fff;
  padding: 1px;
  border: 1px solid #000;
}

.accounts a {
  text-decoration: none;
}

.title {
  margin-top: 1em;
}

.photo {
  text-align: center;
  padding: 5px;
  font-weight: bold;
}

.photo img {
  background: #fff;
  padding: 1px;
  border: 1px solid #000;
  margin-bottom: 1em;
}

/* Image listings */
div.gallery {
  text-align: center;
}

div.gallery div {
  display: inline;
}

div.gallery div span {
  width: 175px;
  padding: 5px 5px 1em 5px;
  display: table-cell;
  display: inline-block;
  line-height: 1.25em;
}

div.gallery img {
  display: block;
  margin: 0 auto;
}

div.gallery b {
  display: block;
  height: 25px;
  line-height: 1em;
  overflow: visible;
}

div.pages {
  clear: both;
  text-align: center;
}

.message, .error {
  font-weight: bold;
  text-align: center;
  color: #00f;
}

.error {
  color: #f00;
}
