@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 11px/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:#ddd;
	margin:0;
	padding:0;
	color:#000;
}

a {
	color:#446694;
}

a:hover {
	color:#446694;
	text-decoration:underline;
}

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


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


h4{
	font-weight:bold;	
}

textarea{
	width:156px;
}

ul{
	list-style-type:square;
	padding-left:10px;
}

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

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

#pagewidth {
	width:980px;
	margin:auto;
	background:#fff;
	
}

#maincontainer{
	overflow:hidden;
	float:left;
	width:980px;
	background:#fff;
}

#header{
	float:left;
	width:100%;
	height:186px;
	background:#fff;
}


#logo{
	float:left;
	width:370px;
	height:176px;
	padding:6px 0 10px 5px;
	background:url(images/logo.jpg) no-repeat;
	word-spacing:5px;
}

.header{
	border:solid 9px #fcfcfc;
	display: block;
	float:right;
}

#leftcol {
	width:382px;
	float:left;
	margin-bottom:-3000px; 
	padding-bottom: 3000px;
	color:#fff;
}

#maincol {
	float:right; 
	width:595px;
	background:url(images/welcome_bg.jpg) top left no-repeat;
}

#maincol ul{
	padding:0 0 0 30px;
}

#maincol h2{
	margin:0;
	padding:2px 2px 7px 25px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
}

#footer {
	clear:both;
 	font-size:10px;
	height:20px;
	background:url(images/menu_bg.gif) repeat-x;
	color:#ccc;
	padding:15px 10px 10px 20px;
}

#footer  a{
	color:#ccc;
	text-decoration:none;
}


#quicksearch{
	float:left;
	background:url(images/quicksearch_bg.jpg) no-repeat top left;
	padding-left:30px;
	width:352px;
	height:161px;
}

#quicksearch h2{
	float:left;
	width:266px;
	color:#406592;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	padding:5px 0px 12px 28px;
}

#quicksearch p{
	width:170px;
	float:left;
	text-align:left;
	padding:2px 0 2px 0;
	font-weight:bold;
}

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

#quicksearch input{
	width:56px;
	color:#999;
	border:solid 1px #999; 
}

#quicksearch a{
	font-size:10px;
	color:#0a4999;
	font-weight:normal;
}

#index_imot{
	background:url(images/complex_bg.jpg) no-repeat top left #e6e8e7;
	float:left;
	width:352px;
	padding:0px 15px 10px 15px;
	margin-top:4px;
	color:#000;
}

#index_imot h2{
	float:left;
	width:306px;
	color:#406592;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
	padding:5px 0px 12px 24px;
}

#index_imot h3{
	color:#000;
	font-weight:bold;
	font-size:12px;
}

#valuti{
	width:50px;
	float:right;
	padding-top:4px;
}
/* ------ CSS MAIN DIVS END ------ */

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

#mainmenu {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	height:58px;
	width:100%;
	background:#fff url(images/menu_bg.gif) repeat-x top left;
}
#mainmenu li {
	padding:0;
	margin:0;
	float:left;
	background:url(images/menu_li_bg.gif) top right no-repeat;
}

#mainmenu li a {
	width:163px;
	height:58px;
	display:block;
	text-align:center; ;
	color:#cfcfcf;
	font-weight:bold;
	text-decoration:none;
	line-height:50px;
	text-transform:uppercase;
	background:url(images/menu_off.gif) bottom center no-repeat;
}

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

#infocontainer {
	float:left;
	width:260px;
}

#tabcontainer {
	float:right;
	padding:5px 6px 5px 0;
	width:320px;
}

#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:9px;
	font-weight:bold;
}

.infotabs {
	width:103px;
	height:40px;
	float:left;
	margin-left:3px;
	padding-top:3px;
	background:#ddd;
	border-bottom:6px solid #fff;
	
}

.infotabsactive {
	width:103px;
	height:40px;
	float:left;
	margin-left:3px;
	padding-top:3px;
	background:#4E4E4E;
	border-bottom:6px solid #4E4E4E;
	color:#fff;
}


#tabcontent1, #tabcontent2, #tabcontent3, #tabcontent4, #tabcontent5, #tabcontent6 {
	background-color:#4E4E4E;
	width:316px;
	margin:0 5px 5px 3px;
	*margin:0px 4px 4px 5px;
	color:#fff;
}

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

#tabcontent4 table, #tabcontent5 table, #tabcontent6 table {
	margin:auto;
	border-collapse:separate;
	border-spacing:10px;
}

/* ------ CSS MENUS END ------ */
.opisanie{
	font-size:12px;
}
.pic_str{
	padding:0 100px 0 100px;
	margin:auto;
	height:32px;
}

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

.padding{
	padding:10px;
	float:left;
}

input.width{
	width:150px;
}

.kategorii2 {
	float:left;
	width:336px;
	padding:5px 5px 0 5px;
	background: #fff;
}

.kategorii2 img{
	float:left;
	margin-right:10px;
}

#listcomplexes {
	padding: 5px 5px 5px 10px
}
#listcomplexes li{
	color:#3a3a39;
	font-size:11px;
	padding-left: 10px;
}
#listcomplexes li a{
	color:#9d0a0e;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.emaillist {
	padding:10px 25px 0px 0px;
	text-align:right;
	font-weight:bolder;
}

.emaillist .input{
	width:150px;
	margin-left:5px;
}

#content{
	padding:0;
	background:url(images/content_bg.gif) repeat-x top left;
	color:#000;
	float:left;
	width:100%
}

#content select{
	width:145px
}

#ajaxraioni{
	width:334px;
}

#content h3{
	font-weight:bold;
}

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

h3#header_row_details {
	color:#000;
	height:20px;
	padding:3px 3px 3px 10px;
	background:#E2E2E2;
	font-weight:bold;
	margin-bottom:3px;
	border-bottom:3px solid #AFAFAF;
}

.header_row a {
	color:#000;
	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;
	background-color:#fff;
}
.pic_row {
	padding:5px;
	background-color:#fff;
}
.area_row {
	padding:5px;
	background-color:#fff;
}
.price_row {
	padding:5px;
	background-color:#fff;
}
.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{
	border:solid 1px #000 !important;
	font-size: 10px;
	color:#446694 !important;
	background:#d3d5d4;
	padding:0px 3px 0px 3px;
}

.welcome{
	padding:0px 5px 2px 20px;
	color:#fff;
}
.welcome a{
	color:#fff;
}

#popheader {
	height:90px;
	width:100%;
	background:#fff url(images/popheader_bg.jpg);
	color:#000;
	border-bottom:solid 6px #ccc;
	
}

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

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


#complex{
	background:url(images/complex_bg.jpg) no-repeat top left #e6e8e7;
	float:left;
	width:352px;
	padding:0px 15px 0 15px;
	margin-top:4px;
}

#complex h2{
	float:left;
	width:306px;
	color:#406592;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
	padding:5px 0px 12px 24px;
}

.list_comp{
	margin:0;
	padding:0;
	float:left; 
}
.list_comp li{
	background:url(images/compl_bg.jpg) right bottom no-repeat #fff;
	width:332px;
	padding:10px 10px 5px 10px;
	display:block;
	height:120px;
	overflow:hidden;
	margin:5px 0 3px 0;	
}
.list_comp li img{
	border:solid 2px #ccc;
	margin-right:5px;
	float:left;
}
.list_comp li p{
	font-size:10px;
	color:#000;
	padding:3px 0 3px 0;
}
.list_comp li p.price{
	color:#fff;
	font-size:12px;
	text-align:right;
	padding:2px;
	margin-left:160px;
	background:#446694;
	font-weight:bold;
}

.list_comp li a{
	color:#139c95;
	font-size:14px;
	font-weight:bold;
}
.list_comp li a:hover{
	color:#438201;
}

#itabs{
	float:left;
	height:31px;
	text-align:center;
	color:#fff;
	background:url(images/tabsbg.gif);
	list-style-type:none;
	padding:0 !important;
}

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

#itabs a{
	float:left;
	display:block;
	height:31px;
	color:#fff;
	text-decoration:none;
	line-height:30px;
	font-weight:bold;
	text-transform:uppercase;
}

.inacttab1{
	background:url(images/tab1.gif) no-repeat;
	width:190px;
}

.acttab1{
	background:url(images/tab1_on.gif) no-repeat;
	width:190px;
	color:#bc0500 !important;
}

.inacttab2{
	background:url(images/tab2.gif) no-repeat center top;
	width:210px;
	padding:0 3px 0 2px;
}

.acttab2{
	background:url(images/tab2_on.gif) no-repeat center top;
	width:210px;
	color:#bc0500 !important;
	padding:0 3px 0 2px;
}

.inacttab3{
	background:url(images/tab3.gif) no-repeat;
	width:190px;
}

.acttab3{
	background:url(images/tab3_on.gif) no-repeat;
	width:190px;
	color:#bc0500 !important;
}

#top_offers, #new_offers, #ex_offers{
	
}
/* top oferti */
.top_offers{
	float:left;
	list-style-type:none;
	padding:0 !important;
}

.top_offers li{
	float:left;
	display:block;
	padding:0 15px 0 15px;
}

.top_offers li div{
	width:158px;
	padding:3px;
	border:solid 1px #ddd;
}

.top_offers li div h3{
	height:31px;
	text-transform:uppercase;
	background:#ddd;
	text-align:center;
	line-height:30px;
}

.top_offers li div p.img{
	height:115px;
	overflow:hidden;
	text-align:center;
}

.top_offers li div p.price{
	background:#446694;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	padding:1px 0 1px 0;
	
}

.index_news{
	background:#e6e8e7 url(images/news_bg.gif) top left no-repeat;
	float:left;
	width:568px;
	margin-top:10px;
	padding:8px 10px 10px 18px;
}

.index_news h3{
	color:#456490;
	text-transform:uppercase;
	float:left;
	width:100%;
}

.index_news ul{
	padding:0;
	margin:0;
	list-style:none;
	float:left;
	width:538px;
}

.index_news ul li{
	float:left;
	width:48%;
	padding:2px 8px 2px 0px;
}

 /* *** 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;}
}

