@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: url(images/header_backgroud.gif) repeat-x top left #20263a;
	margin:0;
	padding:0;
	color:#000;
}

a {
	color:#014e5e;
	text-decoration:underline;
}

a:hover {
	color:#014e5e;
}

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

h3 {
	text-transform:uppercase;
	font-weight:bold;
	color:#46a6ae;
}

h4{
	font-size:10px;
	color:#014e5e;
	font-weight:bold;
	text-transform:uppercase;
}

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

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

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

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


#maincontainer {
	overflow:hidden;
	float:left;
	width:946px;
	background:#fff url(images/footer_background.jpg) left bottom no-repeat;
	padding:10px;
}

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

#header img.head{
	float:right;
	margin:2px 0 2px 0;
}

a#logo{
	display:block;
	float:left;
	width:282px;
	height:118px;
	padding-left:10px;
}

#leftcol {
	width:308px;
	float:left;
}

#leftcollview{
	width:400px;
	float:left;
}

#maincol {
	float:right; 
	width:628px;
}

#maincolview {
	float:right; 
	width:528px;
}

#footer {
	clear:both;
 	font-size:10px;
	height:15px;
	color:#fff;
	padding:5px 0 5px 10px;;
}

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

p.totop{
	padding:0 0 0 6px;
	clear:both;
}

p.totop a{
	color:#bbbdc0;
	text-decoration:none;
}

#quicksearch{
	width:966px;
	color:#000;
	float:left;
	background:#fff;
	height:45px;
	padding:17px 0 0 0;
}

#quicksearch label{
	color:#3f9da5;
	text-transform:uppercase;
	font-weight:bold;
	padding:0 0 0 20px;
	width:100px;
}

#quicksearch select{
	width:160px;
	border:solid 1px #999;
	margin-left:20px;
}

#quicksearch input{
	width:57px;
	color:#999;
	border:solid 1px #999;
	margin-left:10px;
}

#quicksearch p{
	background:url(images/advsearch_background.gif) no-repeat 0 12px;
	height:15px;
	padding:6px 0 0 0;
}

#quicksearch p a{
	font-size:10px;
	display:block;
	height:15px;
	width:140px;
	text-transform:lowercase;
	color:#3f9da5;
	text-decoration:none;
	margin-left:732px;
}

#undermenu{
	background:url(images/undermenu_background.gif) repeat-x top left;
	height:25px;
	padding:5px 20px 5px 20px;
	float:left;
	width:926px;
	color:#fff;
}

#undermenu a{
	color:#fff;
	text-decoration:none;
}


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

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

#mainmenu {
	margin:0;
	list-style:none;
	float:right;
	width:966px;
	height:30px;
	margin-top:7px;
}

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

#mainmenu li a {
	font-family:Tahoma;
	width:138px;
	height:30px;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	text-align:center;
	text-decoration:none;
	color:#fff;
	line-height:30px;
	background:url(images/menubg.gif) no-repeat left center;
}
#mainmenu li a.selected, #mainmenu li a.selected:hover{
	color:#fff;
	background:url(images/menu_hover.gif) no-repeat top left;
}

#mainmenu li a:hover{
	color:#3f9da5;
}

/* tabs */
#tabcontainer {
	float:right;
	width:400px;
	margin-top:10px;
}

#tab1, #tab2, #tab3, #tab4, #tab5, #tab6{
	width:180px;
	float:left;
	
}

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

.infotabs {
	
	height:20px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	padding:8px 0 0 20px;
	color:#3e9ca4;
}

.infotabsactive {
	height:20px;
	background:#3e9ca4;
	color:#3e9ca4;
	font-weight:bold;
	text-transform:uppercase;
	padding:8px 0 0 20px;
}

.infotabs a{
	color:#3e9ca4;
}

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


#tabcontent1, #tabcontent2, #tabcontent3, #tabcontent4, #tabcontent5, #tabcontent6 {
	width:400px;
	margin-top:10px;
	text-align:center;
}

#tabcontent5,#tabcontent6{
	width:284px;
	padding:0 40px 0 40px;
}

/* end tab */


.infoBox{
	width:288px;
	padding:10px;
	background:url(images/cont_background.gif) repeat-x 0 0;
	float:left;
}

.infoBox h4{
	padding:0 0 8px 0;
}

.infoBox h4 a{
	color:#014e5e;
	text-decoration:none;
}

.margnTen{
	margin-left:10px;
}

#indexTitles{
	float:left;
	width:100%;
	padding-bottom:8px;
}

#indexTitles h3{
	width:308px;
	float:left;
}

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

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

#tabs {
	padding:5px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
	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:220px;
	color:#e68100;
	margin-top:92px;
	text-align:right;
	padding-right:10px;
}

#langs a{
	color:#4b4643;
	font-weight:normal;
	text-decoration: none;
}

#listcomplexes {
	width:305px;
	color:#000;
	float:right;
	background:#fff;
	border-top:solid 1px #e68100;
	border-right:solid 1px #e68100;
	border-left:solid 1px #e68100;
	padding:10px 0 10px 0;
	background:url(images/leftcoll_bg.jpg) repeat-x left top #fff;	
}
#listcomplexes ul {
	padding:0 0 0 8px;
}

#listcomplexes ul li{
	color:#4f4f4f;
	font-size:11px;
	padding-left: 10px;
}
#listcomplexes li a{
	color:#e68100;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.emaillist{
	padding:10px 0 0 0;
	color:#014e5e;
}

.emaillist label{
	display:inline-block;
	font-weight:bold !important;
}

.emaillist .input{
	width:125px;
}

#content {
	background:url(images/cont_background.gif) repeat-x 0 0;
	padding: 0 10px 10px 10px;
}

#maincol h2, #maincolview h2{
	color:#426392;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding: 10px 0 10px 0;
}

#content select{
	width:140px;
}

#content h3{
	display:block;
	color:#68686a;
	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:300px;
}
#cont_right {
	float:right;
	width:300px;
}
.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;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
}
.tblcontact {
	margin-bottom:15px;
}
.header_row {
	background-color:#e2e2e0;
	padding:3px 10px;
	font-weight:bold;
	color:#404040;
}

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:#404040;
	text-decoration: none;
}
.odd_row {
	padding:3px 3px 3px 10px;
	margin:0px;
	background:#EFEFEF;
	border-top:1px solid #fff;
}
.even_row {
	padding:3px 3px 3px 10px;
	margin:0px;
	border-top:1px solid #fff;
}
.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{
	background: url(images/search.gif) repeat-x;
	color:#37939d !important;
	width:73px ;
	height:21px;
	border:0 !important;
	font-weight:bold;
}

.swidth{
	width:200px;
	margin:2px 0 0 0;
}


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

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

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

.gray_blank{
	width:307px;height:1px;display:block;float:right
}
 /* *** 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;}
}


/* INDEX NEWS */
#indexnews{
	background:#e68100;
	float:left;
	padding:8px 10px 8px 9px;
}

#indexnews ul{
	width:212px;
	float:left;
}

#indexnews a{
	color:#fff;
}

#indexnews .title{
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}

/* TOP OFFERS */

#top_offers{
 	float:left;
	padding:10px 0 10px 10px;
	width:338px;
}
 
#top_offers ul li{
  	width:154px;
	float:left;
	padding:4px;
	border:solid 1px #ddd;
	margin-right:5px;
}

#top_offers ul li h3{
	background:#ddd;
	padding:4px 0 4px 0;
	text-align:center;
}

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

#top_offers ul li p.img{
	overflow:hidden;
	width:154px;
	height:118px;
}

#top_offers ul li p.cena{
	background:#426392;
	padding:3px;
	color:#fff;
	text-align:center;
	font-weight:bold;
}

/* NEW OFFERS INDEX */

#new_offers{
	width:308px;
	float:left;
	background:#fff url(images/cont_background.gif) repeat-x 0 0;
}

#new_offers h2{
	text-align:right;
	padding-right:10px;
}

#new_offers ul{
	border-top:solid 1px #e9eaea;
}

#new_offers ul li {
	width:300px;
	display:block;
	padding:3px 4px 3px 4px;
	border-bottom:solid 1px #e9eaea;
	cursor:pointer;
}

#new_offers ul li h3 {
	float:left;
}

#new_offers ul li h3 a{
	font-weight:bold;
	text-decoration:none;
}

#new_offers ul li p{
	float:right;
	font-weight:bold;
	font-size:18px;
}

#new_offers ul li p span{
	font-size:11px;
}

.new_off_row_off{
	background:none;
}

.new_off_row_off h3 a{
	color:#426392;
}

.new_off_row_off p{
	color:#7d3434;
}

.new_off_row_on{
	background:#ddd;
}

.new_off_row_on h3 a, .new_off_row_on h3 a:hover{
	color:#3b98a1;

}

.new_off_row_on p{
	color:#cc0000;
}

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

/* TOP OFFERT SLIDER */
.jcarousel-skin-tango .jcarousel-container {
    background: #fff;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 918px;
    padding: 20px 24px 0 24px;
	float:left;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  918px;
    height: 210px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 220px;
    height: 180px;
	padding:10px 0px 10px 0px;
	background:url(images/top_background.gif) no-repeat 0 0;
	text-align:center;
	float:left;
	display:block;
	visibility:visible;
	color:#338d97;
}


 .jcarousel-skin-tango .jcarousel-item h2 a{
 	color:#20263a;
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
 
.jcarousel-skin-tango .jcarousel-item p.cena{
 
	font-size:22px;
	font-weight:bold;
} 

.jcarousel-skin-tango .jcarousel-item p.img{
	height:135px;
	overflow:hidden;
}
 
.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 83px;
    right: 0px;
    width: 12px;
    height: 41px;
    cursor: pointer;
    background: transparent url(images/right_ar.gif) no-repeat 2px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 83px;
    left: 0px;
    width: 12px;
    height: 41px;
    cursor: pointer;
    background: transparent url(images/left_ar.gif) no-repeat 0 0;
}

#itabs{
	float:left;
	height:28px;
	background:#014e5e;
	width:900px;
	padding:0 33px 0 33px;
	
}
#itabs li {
	float:left;
}

#itabs li a{
	display:block;
	width:180px;
	height:26px;
	text-align:center;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:26px;
}

#itabs li a.inac{
	color:#fff;
}

#itabs li a.ac{
	color:#3e9ca4;
	background:#fff url(images/actab.gif) 1px 24px no-repeat;
}

#mycarousel1{
	float:left;
	width:918px;
}

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

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

form.cf .half{
	color:#666;
	width:138px !important;
}

form.cf .half input{
	width:130px !important;
	border:1px solid #767676;
	margin:0;
}

form.cf label{
	display:block;
	width:288px;
	margin-bottom:3px;
	color:#555555;
	float:left;
}

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

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

form.cf textarea{
	width:284px !important;
}
