/* 

	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: #519f2c;	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.addrec { 
	width: 420px; 
	border: 0;
	background: #FFF url(images/dob1.gif) no-repeat;
	padding: 4px; 
	color: #E0691A;
	font-weight: bold;
}

input.addrec2 { 
	width: 65px; 
	border: 0;
	background: #FFF url(images/dob2.gif) no-repeat;
	padding: 4px; 
	color: #E0691A;
	font-weight: bold;
}

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.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.submit1 {
	background: url(images/submit1.png) no-repeat;
	border: 0;
	padding: 4px 0;
	width: 111px;
	margin: 0 15px 1px 0;
	color: #fff;
	font: bold 1em Arial, Sans-Serif;
	height: 25px;
	cursor: pointer;
}
input.login { 
	width: 130px;
	border: none; 
	height:14px;
	padding: 2px;
	background-color:#d5e89f;
	border: 1px solid gray; 
}
input.login2 { 
	width: 230px; 
	height:14px;
	padding: 2px;
	background-color:#feeca2;
    border-color:Gray;
    border-style:dashed; 
}
input.login3 { 
	width: 210px; 
	height:14px;
	padding: 2px;
	background-color:#feeca2;
    border-color:Gray;
    border-style:dashed; 
}

/* layout
   ------ */

.content { 
	margin: 0 auto;
	width: 980px;
	padding: 10px; 
}

.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: 300px;
	color: #ffffda;
	background: #FF9148 url(images/menubg.gif) repeat-x;
}

.bar { 
	clear: both;
	font-size: 1.1em;
	height: 30px; 
	color: #000;
	background: #d5e89f url(images/menubg.gif) repeat-x;
}

	.bar li { 
		padding: 6px 0px 6px 0px;
		color: #ffffda;
		float: left; 
	}
	
	.bar li a:hover { 
		background: #d5e89f url(images/barg.gif) repeat; 
		color: #fff;
		padding: 8px 15px 8px 15px;
		font-weight: bold; 
	}
	
	.bar li a { 
		font-weight: bold;
		color: #fff; 
		padding: 8px 15px 8px 15px;
		background: inherit;
		text-decoration: none;
	}
/*nash shit*/

.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: url(images/submit.png) no-repeat;
		border: 0;
		padding: 4px 0;
		width: 66px;
		margin: 0 10px 1px 0;
		color: #fff;
		font: bold 1em Arial, Sans-Serif;
		height: 25px;
	}
	.grey { color: #808080; background: inherit; font-weight: normal; }
	.search_form { float: right; }


	input.sledvashta {
		background: #fff url(images/next_bw.gif) no-repeat;
		border: 0;
		padding: 4px 0;
		width: 27px;
		margin: 0 10px 1px 0;
		color: #FFF;
		font: bold 1em Arial, Sans-Serif;
		height: 26px;
	}	
	input.sledvashtaa {
		background: #fff url(images/next.gif) no-repeat;
		border: 0;
		padding: 4px 0;
		width: 27px;
		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.gif) no-repeat;
		border: 0;
		padding: 4px 0;
		width: 27px;
		margin: 0 10px 1px 0;
		color: #FFF;
		font: bold 1em Arial, Sans-Serif;
		height: 26px;
	}
	input.predishnaa {
		background: #fff url(images/prev.gif) no-repeat;
		border: 0;
		padding: 4px 0;
		width: 27px;
		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.gif) 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.gif) 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.gif) 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.gif) 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: #c41818 url(images/lenta3.png) repeat center left;
	color: #fff;
	padding: 3px 0 4px 13px;
	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: 10px 0 0 38px;
	}
	.left_side_1_3 {
		float: left;
		width: 120px;
		padding: 0 0 0 10px;
		margin: 10px 0 0 38px;
	}
	.left_side_2_3 {
		float: left;
		width: 140px;
		background: #FFF url(images/dotted.gif) repeat-y;
		padding: 0 0 0 10px;
		margin: 10px 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: 10px 0;
	}
	.right_side_3_3 
	{
		clear: both;
	}
	.left_box { 
		margin: 0 0 10px 0; 
		color: #000; 
		background: #FFF; 
		padding: 3px 0; 
	}

	.left ul {
		list-style: square;
		margin-left: 0;
		padding-left: 1em;
		text-indent: -1em;
		}
		
	.left ul li {
		list-style: square;
		}


 .left_box h4 { clear: both;
 clear: both;
 background: url(images/lenta2.png) no-repeat center;
 color: #ffffda;
 padding: 3px 0 4px 0px;
 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: #BAAAB4  url(images/lenta3.png) 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;
}
.tablica {
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px
}
.tablica1{
    border-bottom-style: solid;
    border-bottom-width: 1px
}
.tablica2{
    border-right-style: solid;
    border-right-width: 1px;
}

/* sexy bookmarks */
div.sexy-bookmarks {
height:54px;
background:url('images/bmback.png') no-repeat left bottom;
position:relative;
width:560px;
}

div.sexy-bookmarks span.sexy-rightside {
width:17px;
height:54px;
background:url('images/bmback.png') no-repeat right bottom;
position:absolute;
right:-17px;
}

div.sexy-bookmarks ul.socials {
margin:0 !important;
padding:0 !important;
position:absolute;
bottom:0;
left:10px;
width:550px;
}

div.sexy-bookmarks ul.socials li {
display:inline-block !important;
float:left !important;
list-style-type:none !important;
margin:0 !important;
height:29px !important;
width:48px !important;
cursor:pointer !important;
padding:0 !important;
}

div.sexy-bookmarks ul.socials a {
/*display:block !important;*/
width:48px !important;
height:29px !important;
font-size:0 !important;
color:transparent !important;

}

.sexy-furl, .sexy-furl:hover, .sexy-digg, .sexy-digg:hover, .sexy-reddit, .sexy-reddit:hover, .sexy-stumble, .sexy-stumble:hover, .sexy-delicious, .sexy-delicious:hover, .sexy-yahoo, .sexy-yahoo:hover, .sexy-blinklist, .sexy-blinklist:hover, .sexy-technorati, .sexy-technorati:hover, .sexy-facebook, .sexy-facebook:hover, .sexy-twitter, .sexy-twitter:hover, .sexy-myspace, .sexy-myspace:hover, .sexy-mixx, .sexy-mixx:hover, .sexy-script-style, .sexy-script-style:hover, .sexy-designfloat, .sexy-designfloat:hover, .sexy-syndicate, .sexy-syndicate:hover, .sexy-email, .sexy-email:hover, .sexy-svejo, .sexy-svejo:hover {
background:url('images/bmicons.png') no-repeat !important;
}

.sexy-furl {
background-position:-300px top !important;
}
.sexy-furl:hover {
background-position:-300px bottom !important;
}
.sexy-digg {
background-position:-500px top !important;
}
.sexy-digg:hover {
background-position:-500px bottom !important;
}
.sexy-reddit {
background-position:-100px top !important;
}
.sexy-reddit:hover {
background-position:-100px bottom !important;
}
.sexy-stumble {
background-position:-50px top !important;
}
.sexy-stumble:hover {
background-position:-50px bottom !important;
}
.sexy-delicious {
background-position:left top !important;
}
.sexy-delicious:hover {
background-position:left bottom !important;
}
.sexy-yahoo {
background-position:-650px top !important;
}
.sexy-yahoo:hover {
background-position:-650px bottom !important;
}
.sexy-blinklist {
background-position:-600px top !important;
}
.sexy-blinklist:hover {
background-position:-600px bottom !important;
}
.sexy-technorati {
background-position:-700px top !important;
}
.sexy-technorati:hover {
background-position:-700px bottom !important;
}
.sexy-myspace {
background-position:-200px top !important;
}
.sexy-myspace:hover {
background-position:-200px bottom !important;
}
.sexy-twitter {
background-position:-350px top !important;
}
.sexy-twitter:hover {
background-position:-350px bottom !important;
}
.sexy-facebook {
background-position:-450px top !important;
}
.sexy-facebook:hover {
background-position:-450px bottom !important;
}
.sexy-mixx {
background-position:-250px top !important;
}
.sexy-mixx:hover {
background-position:-250px bottom !important;
}
.sexy-script-style {
background-position:-400px top !important;
}
.sexy-script-style:hover {
background-position:-400px bottom !important;
}
.sexy-designfloat {
background-position:-550px top !important;
}
.sexy-designfloat:hover {
background-position:-550px bottom !important;
}
.sexy-syndicate {
background-position:-150px top !important;
}
.sexy-syndicate:hover {
background-position:-150px bottom !important;
}
.sexy-email {
background-position:-753px top !important;
}
.sexy-email:hover {
background-position:-753px bottom !important;
}
.sexy-svejo {
background-position:-798px top !important;
}
.sexy-svejo:hover {
background-position:-798px bottom !important;
}
