/* 

	project: internet services - 2nd edition
	author: luka cvrk (www.solucija.com) */

   
/* default styles
   -------------- */
*{ margin: 0; padding: 0; }* 
body { 
	font: .7em Arial, "Trebuchet MS", Tahoma, sans-serif; 
	line-height: 1.6em;
	background: #fff; 
	color: #444; 
}

a {	color: #E0691A;	background: inherit;}
a:hover { color: #6C757A; background: inherit; }

h1 { font: normal 2.4em "Trebuchet MS", Arial, Sans-Serif; padding: 0px 0 0 28px; margin: 0; }
h1 a { color: #737373; background: inherit; }
.orange { color: #E0692A; }
sup { font-size: .5em; }

h1 a, h2 a { text-decoration: none; border: none 0 0; border-style: none;}
h1 a:hover, h2 a:hover { color: #FF6600; background: inherit; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }
p {	margin: 0 0 5px 0; }

ul { list-style : none; }
/*ludnica
-----------*/
input.register { 
	width: 230px; 
	border: 0;
	background: #FFF url(images/input2.gif) no-repeat;
	padding: 4px; 
	color: #E0691A;
	font-weight: bold;
}

input.register2 { 
	width: 210px; 
	border: 0;
	background: #FFF url(images/input3.gif) no-repeat;
	padding: 4px; 
	color: #E0691A;
	font-weight: bold;
}

input.register3 { 
	width: 140px; 
	border: 0;
	background: #FFF url(images/input6.gif) no-repeat;
	padding: 4px; 
	color: #E0691A;
	font-weight: bold;
}
input.register4 { 
	width: 350px; 
	border: 0;
	background: #FFF url(images/input7.gif) no-repeat;
	padding: 4px; 
	color: #E0691A;
	font-weight: bold;
}
input.time { 
	width: 22px; 
	float: left;
	border: 0;
	background: #FFF url(images/input4.gif) no-repeat;
	padding: 4px 0px 4px 0px; 
	color: #E0691A;
	font-weight: bold;
	text-align:center;
}

input.time2 { 
	width: 90px; 
	border: 0;
	background: #FFF url(images/input5.gif) no-repeat;
	padding: 4px 4px 4px 0px; 
	color: #E0691A;
	font-weight: bold;
	text-align:center;
}
input.time2err { 
	width: 90px; 
	border: 0;
	background: #FFF url(images/input5r.gif) no-repeat;
	padding: 4px 4px 4px 0px; 
	color: #E0691A;
	font-weight: bold;
	text-align:center;
}

input.submit1 {
	background: #E0691A url(images/submit1.gif) no-repeat;
	border: 0;
	padding: 4px 0;
	width: 110px;
	margin: 0 15px 1px 0;
	color: #FFF;
	font: bold 1em Arial, Sans-Serif;
	height: 24px;
}
input.login { 
	width: 130px;
	border: none; 
	height:14px;
	padding: 2px;
	background-color:#eee;
	border: 1px solid gray; 
}
input.login2 { 
	width: 230px; 
	height:14px;
	padding: 2px;
	background-color:#eee;
    border-color:Gray;
    border-style:dashed; 
}
input.login3 { 
	width: 210px; 
	height:14px;
	padding: 2px;
	background-color:#eee;
    border-color:Gray;
    border-style:dashed; 
}

/* layout
   ------ */

.content { 
	margin: 0 auto;
	width: 980px;
	padding: 0px 10px 10px 10px; 
}

div#header_toolbar{
	background: transparent url(images/header-toolbar-bg.gif) repeat-x top left;
	margin:0;
	padding:0;
	height:30px;
}

div#header_buttons{
	float:right;
	margin:0 10% 0 0;
	padding:6px 0 0 0;
	height:24px;
}

.header_toolbar_left{
	background: transparent url(images/header-toolbar-left.gif) no-repeat bottom left;
	float:left;
	height:24px;
	width:4px;
}

.header_toolbar_center{
	background: transparent url(images/header-toolbar-center.gif) repeat-x bottom left;
	float:left;
	height:24px;
	color:#fff;
	font-weight:bold;
	padding:0 8px;
	font-size:1.1em;
	line-height:21px;
}

.header_toolbar_right{
	background: transparent url(images/header-toolbar-right.gif) no-repeat bottom left;
	float:left;
	height:24px;
	width:5px;
}

.header_link
{
    color:#FFFFFF;
    text-decoration: none;
    background: transparent;
}
.header_link:hover
{
    color:#FFFFFF;
    text-decoration: underline;
    background: transparent;
}

.header { 
	height: 70px;
	background: #fff url(images/headerbg.gif) repeat-x bottom;
	color: #808080;
	margin: 3px 0;
	padding: 10px 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: 400px;
	color: #FFF;
	background: transparent url(images/menubg.gif) repeat-x 0 30px;
	padding:6px 0px 0px 0px !important;
}

.bar { 
	clear: both;
	font-size: 1.1em;
	height: 37px; 
	color: #FFF;
	background: transparent url(images/menubg.gif) repeat-x 0 30px;
}

	.bar li { 
		padding: 2px 0px;
		color: #FFEADC;
		float: left; 
	}
	
	.bar li a:hover { 
		color: #fff;
		padding: 0 0px;
		font-weight: bold;
		line-height:28px;
		cursor:pointer; 
	}
	
	.bar li a { 
		font-weight: bold;
		color: #FFF; 
		padding: 0 0px;
		text-decoration: none;
		line-height:28px; 
		cursor:pointer;
	}

	.bar li a span{
		float:left;
		display:block;
		height:28px;
	}

	.bar li a span.bar_btn_left{
		width:8px;
		background: transparent url(images/button-bg.gif) no-repeat -12px 0; 		
	}

	.bar li a span.bar_btn_mid{
		background: transparent url(images/button-bg.gif) repeat-x 0 -28px; 
		padding:0 3px;
		line-height:28px;
	}

	.bar li a span.bar_btn_right{
		width:8px;
		background: transparent url(images/button-bg.gif) no-repeat; 
	}

	.bar li a:hover span.bar_btn_left{
		width:8px;
		background: transparent url(images/button-bg.gif) no-repeat -12px -56px;	
	}

	.bar li a:hover span.bar_btn_mid{
		background: transparent url(images/button-bg.gif) repeat-x 0 -84px; 
		padding:0 3px;
		line-height:28px;
	}

	.bar li a:hover span.bar_btn_right{
		width:8px;
		background: transparent url(images/button-bg.gif) no-repeat 0 -56px; 
	}

/*nash shit*/
table.usertab {
	border-width: 2px 2px 2px 2px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	border-collapse: separate;
	background-color: rgb(238, 238, 238);
}
table.usertab th {
	border-width: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.usertab td {
	border-width: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

.image {
	float: left;
	margin: 0 9px 3px 0;
}

.imagenogap {
	float: left;
	margin: 0 0px 0px 0;
	background: inherit;
	cursor:pointer;
}	
/* 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;
		padding: 4px 0;
		width: 65px;
		margin: 0 10px 1px 0;
		color: #FFF;
		font: bold 1em Arial, Sans-Serif;
		height: 24px;
	}	
	input.submitsiv {
		background: #E0691A url(images/submitche.gif) no-repeat;
		border: 0;
		padding: 4px 0;
		width: 80px;
		margin: 0 2px 1px 0;
		color: #FFF;
		font: bold 1em Arial, Sans-Serif;
		height: 20px;
	}
	.grey { color: #808080; background: inherit; font-weight: normal; }
	.search_form { float: right; }


	input.sledvashta {
		background: #fff url(images/next_bw.jpg) no-repeat;
		border: 0;
		padding: 4px 0;
		width: 48px;
		margin: 0 10px 1px 0;
		color: #FFF;
		font: bold 1em Arial, Sans-Serif;
		height: 26px;
	}	
	input.sledvashtaa {
		background: #fff url(images/next.jpg) no-repeat;
		border: 0;
		padding: 4px 0;
		width: 48px;
		margin: 0 10px 1px 0;
		color: #FFF;
		font: bold 1em Arial, Sans-Serif;
		height: 26px;
		cursor: pointer;
	}
	input.predishna {
		background: #fff url(images/prev_bw.jpg) no-repeat;
		border: 0;
		padding: 4px 0;
		width: 48px;
		margin: 0 10px 1px 0;
		color: #FFF;
		font: bold 1em Arial, Sans-Serif;
		height: 26px;
	}
	input.predishnaa {
		background: #fff url(images/prev.jpg) no-repeat;
		border: 0;
		padding: 4px 0;
		width: 48px;
		margin: 0 10px 1px 0;
		color: #FFF;
		font: bold 1em Arial, Sans-Serif;
		height: 26px;
		cursor: pointer;
	}
	input.parva {
		background: #fff url(images/first_bw.jpg) no-repeat;
		border: 0;
		padding: 4px 0;
		width: 48px;
		margin: 0 10px 1px 0;
		color: #FFF;
		font: bold 1em Arial, Sans-Serif;
		height: 26px;

	}
	input.parvaa {
		background: #fff url(images/first.jpg) no-repeat;
		border: 0;
		padding: 4px 0;
		width: 48px;
		margin: 0 10px 1px 0;
		color: #FFF;
		font: bold 1em Arial, Sans-Serif;
		height: 26px;
		cursor: pointer;
	}

	input.posledna {
		background: #fff url(images/last_bw.jpg) no-repeat;
		border: 0;
		padding: 4px 0;
		width: 48px;
		margin: 0 10px 1px 0;
		color: #FFF;
		font: bold 1em Arial, Sans-Serif;
		height: 26px;				
	}	
		
    input.poslednaa {
		background: #fff url(images/last.jpg) no-repeat;
		border: 0;
		padding: 4px 0;
		width: 48px;
		margin: 0 10px 1px 0;
		color: #FFF;
		font: bold 1em Arial, Sans-Serif;
		height: 26px;
		cursor: pointer;
	}

/* left side
   --------- */

.left {
	float: left;
	width: 634px;
	margin: 0 0 10px 0;
}

.left h2 {
	clear: both;
	background: #E8E8E8 url(images/h2bg.gif) no-repeat center left;
	color: #444;
	padding: 3px 0 4px 43px;
	font: bold 1.4em "Trebuchet MS", Arial, Sans-Serif;
	margin: 0 0 10px 0;
}
	.left_side {
		float: left;
		width: 250px;
		padding: 0 0 0 10px;
		margin: 0px 0 0 38px;
	}
	.left_side_1_3 {
		float: left;
		width: 140px;
		padding: 0 0 0 10px;
		margin: 0px 0 0 38px;
	}
	.left_side_2_3 {
		float: left;
		width: 150px;
		background: #FFF url(images/dotted.gif) repeat-y;
		padding: 0 0 0 10px;
		margin: 0px 0 0 38px;
	}
				
	.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: 0px 0;
	}
	.right_side_3_3 
	{
	}
	.left_box { 
		margin: 0 0 10px 0; 
		color: #000; 
		background: #FFF; 
		padding: 3px 0; 
	}

 .left_box h4 { clear: both;
 clear: both;
 background: #969696 url(images/h4bg.gif) no-repeat center left;
 color: #fff;
 padding: 3px 0 4px 43px;
 font: bold 1.4em "Trebuchet MS", Arial, Sans-Serif;
 margin: 0 0 10px 0;
}		
 .left_box h5 
 { 
 clear: both;
 background: #E6E6E6;
 color: #fff;
 padding: 3px 0 3px 3px;
 font: bold 1.4em "Trebuchet MS", Arial, Sans-Serif;
 margin: 0 0 10px 0;
}		
 .diri {
 font: bold 1.2em Tahoma, Arial, Sans-Serif;
}		

/* right side
   ---------- */
		
.right {
	float: right;
	width: 340px;
	margin: 0 0 10px 0;
}
	.right h3 {
		background: #BDBDBD  url(images/h3bg.gif) no-repeat center right;
		color: #FFF;
		padding: 8px 0 8px 5px;
		font: bold 1em Tahoma, Arial, Sans-Serif;
		margin: 0 0 3px 0;
	}
	.right_articles {
		background: #f5f5f5;
		color: #414141;
		padding: 8px;	
		margin: 0 0 3px 0;
	}
	.right_articles_spek {
		background: #f5f5f5;
		color: #414141;
	}
	.notice {
		background: #eee;
		color: #808080;
		padding: 12px 8px;	
		margin: 0 0 3px 0;
	}
	.image {
		float: left;
		margin: 0 9px 3px 0;
	}
/* nash shit*/
.imagenogap {
	float: left;
	margin: 0 0px 0px 0;
	background: inherit;
	cursor:pointer;
}	
/* footer
   ------ */

.footer { 
	clear: both;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	line-height: 2em;
}
	.footer a { color: #808080; background: #fff; }
/* nash shit*/	
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
	font: 9pt Arial, "Trebuchet MS", Tahoma, sans-serif; 
}

.tablica {
    background-color: #E8E8E8;
    padding: 5px 5px 5px 5px;
    
}
.link4e { 
		border: dotted 1px gray;
		color: #505050;
	}
.link4e:hover 
{
    border: 0px;
}
.agree
{
    overflow:auto;
    height:500px;
    text-align:justify;
}
.column2-unit-left {float:left; width:325px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column2-unit-right {float:right; width:325px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.multipole
{
    width: 350px;
    border-style: solid;
    border-color: Gray;
    border-width: 1px;
    color: #E0691A;
	font-weight: bold;

}

.ratingStar
{
	/*margin:1em;
	height:11px;*/
	width: 55px;
}
.ratingStar .ratingItem {
    width: 11px;
    height: 11px;
	cursor:pointer;
	/*display:inline-block;*/
    min-width: 11px;
}
.ratingStar .Filled {
    /*display:block;*/
    background-image: url(images/star_c.gif);
    min-width: 11px;
}
.ratingStar .Empty {
    background-image: url(images/star_bw.gif);
}
.ratingStar .Saved {
    background-image: url(images/star_c.gif);
}

.ratingStarsBDS{
	margin:0 0 10px 0;
	text-align:center;
}

.ratingStarsBDSClear{
	clear:both;
}

.ratingStarsBDSTitle{
	font-size:1.5em;
	font-family:Arial,Tahoma,sans-serif;
	font-weight:bold;
	display:block;
	margin:0 0 10px 0;
}

.ratingStarBDS
{
    width: auto;
}

.ratingStarBDS a{
	
}

.ratingStarBDS .ratingItem {
    float:left;
    width: auto;
    height: 32px;
}

.ratingStarBDS .Filled {
    width: 32px !important;
    height: 32px;
    background-image: url(images/star_bds.gif);
}
.ratingStarBDS .Empty {
    width: 0px;
    background-image: url(images/pixel.gif);
}
.ratingStarBDS .Saved {
    width: 32px;
    background-image: url(images/star_bds.gif);
}

/* Grid */
.gridcontainertable
{
	border: 1px solid #ffffff;
}

.gridcontainertable td
{
	text-indent: 2px;
	padding-right: 5px;
}

.title_wallet
{
	background-color: #dddddd;
}

.row1
{
}

.row2
{
	background-color: #E8E8E8;
}
/* End Grid */
.partners
{
    background: #fff url(images/searchbg.gif) repeat; 
	color: #808080;
	clear: both;
	font-weight: bold;
    padding-left:10px;
}