@charset "utf-8";
/* ------ CSS RESET ------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font:normal 12px/1.5 Tahoma,Verdana, Arial, Helvetica, sans-serif;
}


table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
	padding:0;
	margin:0;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* ------ CSS RESET END ------ */



/* ------ CSS COMMON ELEMENTS ------ */

body {
	background:#000;
	margin:0;
	padding:0;
	color:#fff;
}

a {
	color:#fff;
	text-decoration:underline;
}

a:hover {
	color:#f59d1c;
}

input { 
	padding:2px; 
	margin:1px;
	font-size: 11px; 
}


select { margin:2px; font-size:12px;}

/* ------ CSS COMMON ELEMENTS END ------ */

/* ------ CSS MAIN DIVS START ------ */

#pagewidth {
	width:940px;
	margin:auto;
}


#maincontainer{
	overflow:hidden;
	float:left;
	width:940px;
}

#header{
	width:100%;
	float:left;
	height:119px;
	background:url(images/header.jpg) no-repeat 0px 0px ;
}

#logo {
	float:left;
	padding:40px 0 0 28px;
	width:290px;
}

#rightcoll {
	float:right;
	width:365px;
	font-size:11px !important;
}

#rightcoll ul{
	padding-left:2px;
}

#rightcoll ul.width{
	padding-left:2px;
	width:165px;
	float:left;
}

#rightcoll ul li{
	width:150px;
	float:left;
	background:url(images/bullet.gif) no-repeat 0px 6px;
	padding-left:15px;
}

#maincol {
	float:left; 
	width:545px;
	padding:10px;
	background:url(images/box_background.jpg) repeat-x left top #41423c;
	margin-top:10px;
}

#footer {
	clear:both;
 	font-size:10px;
	height:20px;
	color:#fff;
	width:940px;
}

#footer a{
	color:#fff;
}

#quicksearch{
	color:#fff;
	padding:15px 15px 0 15px;;
	background:url(images/box_background.jpg) repeat-x left top #41423c;
	height:176px;
}

#quicksearch p{
	width:167px;
	height:40px;
	float:left;
	display:inline-block;
}

#quicksearch select{
	width:160px;
	border:solid 1px #999;
}

#quicksearch input{
	width:71px;
	color:#999;
	border:solid 1px #999; 
	height:12px;
	margin-bottom:4px;
}
.noheight{
	height:auto !important;
}

.leftcoll{
	float:left;
	width:565px;
	margin-top:10px;
}

.rightcoll{
	float:right;
	width:365px;
	margin-top:10px;
	background:url(images/box_background.jpg) repeat-x left top #41423c;
}

.title{
	background:url(images/big_bullet.gif) no-repeat 0px 6px;
	color:#a6d1f9;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0 0 0 16px;
}

/* ------ CSS MAIN DIVS END ------ */

/* ------ CSS MENUS START ------ */

#mainmenu {
	margin:0;
	list-style:none;
	float:right;
	width:540px;
	height:36px;
	padding:53px 4px 0 0;
}

#mainmenu li {
	padding:0;
	margin:0;
	float:left;
}

#mainmenu li a {
	width:104px;
	height:30px;
	padding:6px 2px 0 2px;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	text-align:center;
	text-decoration:none;
	color:#fff;
	line-height:12px;
	background:url(images/btn_of.jpg) no-repeat top center;
}

#mainmenu li a:hover, #mainmenu li a.selected{
	color:#fff;
	background:url(images/btn_on.jpg) no-repeat top center;
}

.infocont_left{
	width: 310px;
	float:left;
}

.infocont_right{
	width: 310px;
	float:right;
}

#tabs {
	padding:5px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	background:#e68100;
	text-align:center;
	color:#fff;
}

#tabs a{
	padding:4px 20px 4px 10px;
	color:#fff;
	text-decoration:none;
}

/* ------ CSS MENUS END ------ */

#langs {
	float:right;
	width:115px;
	padding:10px 5px 0 10px;
	text-transform:uppercase;
	color:#fff;
	height:20px;
}
#langs a{
	color:#fff;
	font-weight:normal;
	text-decoration: none;
}


#emaillist {
	float:right;
	width:345px;
	padding:10px;
	margin-top:10px;
	background:url(images/box_background.jpg) repeat-x left top #41423c;	
}

#emaillist p{
	width:170px;
	height:38px;
	float:left;
	display:inline-block;
}

#emaillist input{
	width:155px;
	color:#999;
	border:solid 1px #999; 
}

#content {
	
}

#maincol h2{
	background:url(images/big_bullet.gif) no-repeat 0px 6px;
	color:#a6d1f9;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0 0 0 16px;
}

#content select{
	width:140px;
}

#content h3{
	display:block;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}

#content h4{
	font-weight:bold;
	text-transform:uppercase;
}

#content ul{
	list-style-type:square;
	padding-left:25px;
}

#cont_left {
	float:left;
	width:310px;
}
#cont_right {
	float:right;
	width:324px;
	border-left:solid 1px #ddd;
}
.thumb {
	border:1px solid #ccc;
	margin:2px;
}
.linkpages {
	text-align:center;
	padding:3px;
	color:#fff;
	margin-bottom:2px;
	
}
.tblresult {
	margin-top:10px;
	margin-bottom:5px;
	border:3px solid #282924;
	background:#000;
}
.tblcontact {
	margin-bottom:15px;
}
.header_row {
	background:#282924;
	padding:3px 10px;
	font-weight:bold;
	color:#fff;
}

h3#header_row_details {
	color:#404040;
	height:20px;
	padding:3px 3px 3px 10px;
	background:#e2e2e0;
	font-weight:bold;
	margin-bottom:3px;
	text-align:left;
	text-transform:uppercase;
	height:26px;
}

.header_row a {
	color:#fff;
	text-decoration: none;
}
.odd_row {
	padding:3px 3px 3px 10px;
	margin:0px;
}
.even_row {
	padding:3px 3px 3px 10px;
	margin:0px;
}
.desc_row {
	padding:5px;

}
.pic_row {
	padding:5px;

}
.area_row {
	padding:5px;

}
.price_row {
	padding:5px;

}
.empty_row {
	padding:6px 3px 0 10px;
	margin:0;
}
.hot {
	color:#c00;
}
.error {
	color:#c00;
	background-color:#fcc;
	padding:2px;
	margin-bottom:5px;
	text-align:center;
	font-weight:bold;
	border:1px solid #c00;
}
.success {
	color:#090;
	background-color:#cfc;
	padding:2px;
	margin-bottom:5px;
	text-align:center;
	font-weight:bold;
	border:1px solid #0c0;
}
.selectedvaluta {
	border-bottom:2px solid #097F9F;
	background-color:#eee;
}
a.topsold {
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:12px;
	display:block;
}

.submit{
	background: url(images/submitbg.gif) repeat-x;
	color:#000 !important;
	border:0 !important;
	height:auto !important;
}

.ibox{
	border:solid 1px #282924;
	overflow:auto;
	width:200px;
	padding:5px;
	float:left;		
}

.valuti{
	float:right;
	padding:10px;
}

.tblsearch tr td {
	padding:4px;
}

.tblsearch tr td label{
	width:70px;
	display:block ;
	float:left;
}

.tblsearch .block{
	display:block;
	float:left;
}

#popheader {
	height:130px;
	width:100%;
	background:#fff;
	color:#000; 
}

#popheader p{
	padding:5px 5px 0 20px;
}

#popheader a{
	color:#000;
}

#results{
	float:left;
	width:100%;
}

.gray_blank{
	width:307px;
	height:1px;
	display:block;
	float:right
}

#tabcontainer {
	float:right;
	width:345px;
	padding:10px;
	margin-top:10px;
	background:url(images/box_background.jpg) repeat-x left top #41423c;	
}

#tab1 img, #tab2 img, #tab3 img, #tab4 img, #tab5 img, #tab6 img {
	margin:2px 4px 2px 2px;
}

#tab1 a, #tab2 a, #tab3 a, #tab4 a, #tab5 a, #tab6 a {
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}

.infotabs {
	width:335px;
	height:20px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	padding:8px 0 0 10px;
	border-bottom:solid 1px #282924;
}

.infotabsactive {
	width:335px;
	height:20px;
	background:#282924;
	color:#f59d1c;
	font-weight:bold;
	text-transform:uppercase;
	padding:8px 0 1px 10px;
}

.infotabsactive a, .infotabsactive a:hover{
	color:#f59d1c;
}


#tabcontent1, #tabcontent2, #tabcontent3, #tabcontent4, #tabcontent5, #tabcontent6 {
	width:335px;
	color:#fff;
	margin-top:10px;
}

#tabcontent1 {
	width:280px;
	margin:auto;
	text-align:center;
}

#tabcontent1 a:hover, #tabcontent2 a:hover, #tabcontent3 a:hover, #tabcontent4 a:hover, #tabcontent5 a:hover, #tabcontent6 a:hover {
	color:#fff !important;
}


 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 } 
.clearfix{display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
 
 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#maincol{width:100%; float:none;}
}

/* TOP OFFERS */

#top_offers{
 	float:left;
	width:545px;
	margin-top:5px;
	list-style:none;
	padding:0px;
}
 
#top_offers li{
  	width:248px;
	float:left;
	padding:15px 10px 10px 10px;
	background:#010100;
	margin-bottom:10px;
	font-size:11px;
}

#top_offers li h3{
	padding: 0 0 5px 0;
}

#top_offers li h3 a{
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
} 

#top_offers li p.img{
	overflow:hidden;
	width:246px;
	height:184px;
	padding:0 0 5px 0;
}

#top_offers li span.cena{
	padding:3px 0 0 20px;
	color:#f59d1c;
	font-size:14px;
	font-weight:bold;
}


/* CONTACT FORM CSS */
form.cf {
	padding: 5px 0 0 12px;
}

form.cf .input-text{
	border:1px solid #767676;
	color:#000;
	width:180px;
}

form.cf label{
	display:block;
	margin-bottom:3px;
	color:#fff;
}

form.cf label span{
	display:inline-block;
	float:left;
	padding-right:6px;
	width:100px;
	text-align:left;
	font-weight:bold;
}

form.stf label span{
	display:inline-block;
	float:left;
	padding-right:6px;
	width:180px;
	text-align:left;
	font-weight:bold;
}

/* INDEX IMOTI */
#indexim{
	float:right;
	width:345px;
	padding:10px;
	margin-top:10px;
	background:url(images/box_background.jpg) repeat-x left top #41423c;	
}

#ind_content{
	background:#282924;
	padding:5px;
	border-top:1px solid #ff9100;
	clear:both;
	float:left;
}



#ind_tabs {
	padding-top:10px;
}

#ind_tabs a{
	width:95px;
	height:22px;
	display:block;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	padding:5px 0 0 20px;
	float:left;
}

.act_ind{
	background:url(images/tab_on.gif) top right no-repeat;
}
.inact_ind{
	background:url(images/tab_of.gif) top right no-repeat;
}


/* Index ceni */
#ind_ceni{
	float:right;
	width:345px;
	padding:10px;
	margin-top:10px;
	background:url(images/box_background.jpg) repeat-x left top #41423c;	
}

.about td{
	padding:4px;
}

.pic_str{
	padding:0 100px 0 100px;
	margin:auto;
	height:32px;
}

.pic_str p{
	width:300px;
	float:left;
	text-align:left;
}
