/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {font-size: 100.01%;}
html {font-size: 62.5%;}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

body {
	margin:0;
	color:#fff;
	font:1.1em Arial,Helvetica,sans-serif !important;
/*	background:#3b3030; */
}
img {border-style:none;}
a {
	color:#ddd;
	text-decoration:none;
}
a:hover {text-decoration:underline;}
input,
textarea,
select {
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
}
form,
fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
q {quotes:none;}
q:before {content:''}
q:after {content:''}
#wrapper {
	width:827px;
	margin:0 auto;
	padding:0 0 15px;
}
#header{
	padding:17px 0 16px;
	width:837px;
	position:relative;
	z-index:20;
}
#header:after,
#main:after,
.box-frame:after,
.header-section:after,
.form:after,
#footer:after{
	content:"";
	display:block;
	clear:both;
}
.header-section{
	width:100%;
}
.logo{
	float:left;
	overflow:hidden;
	text-indent:-99999px;
	font-size:0;
	line-height:0;
	background:url(../images/yacht-yachts-logo.svg) no-repeat;
	width:279px;
	height:89px;
	margin:3px 0 0 -1px;
}
.logo a{
	display:block;
	height:100%;
	position:relative;
}
.contacts{
	float:right;
	font:16px Georgia, Helvetica, sans-serif;
	color:#a7a9ac;
	margin:65px 0 23px;
}
.contacts a{
	color:#a7a9ac;
}
/*Main menu*/
#nav{
	margin:0;
	padding:0 10px;
	list-style:none;
	background:url(../images/bg-header-footer.jpg) no-repeat;
	width:817px;
	float:left;
	font-size:12px;
	line-height:14px;
	text-transform:uppercase;
	font-weight:bold;
}
#nav li{
	float:left;
	position:relative;
}
#nav li:hover ul{display:block;}
#nav li a{
	padding:13px 15px 12px;
	float:left;
	color:#fff;
}
#nav li:hover ul,
#nav li.hover ul{display:block}
#nav li a:hover,
.active a{
	text-decoration:none;
/*	background:url(../images/bg-nav-hover.png) no-repeat;*/
    background-color: #6B6565;
}
#nav ul{
	width:135px;
	margin:0;
	padding:17px 0 0;
	display:none;
	position:absolute;
	overflow:hidden;
	left:0;
	top:38px;
}
#nav ul li{
	background:url(../images/bg-drop-down.jpg);
	overflow:hidden;
	float:none !important;
	width:138px;
}
#nav ul li a{
	display:block;
	float:none;
	background:none;
}
#nav ul li a:hover{background:url(../images/bg-hover-drop.jpg);}
#main{width:837px;}
/*Slideshow*/
.slideshow{
	overflow:hidden;
	width:837px;
	position:relative;
}
.slideshow .frame{
	height:438px;
	width:837px;
	overflow:hidden;
	position:relative;
}
.slideshow .slide-list{
	overflow:hidden;
	position:relative;
	width:99999px;
}
.slideshow .switcher-holder{
	bottom:11px;
	right:20px;
	position:absolute;
	z-index:10;
}
* html .slideshow .switcher-holder{
	bottom:10px;
	right:18px;
}
.slideshow .switcher-holder li{
	float:left;
	background:url(../images/bg-switcher.png) no-repeat;
	width:14px;
	height:14px;
	margin:0 1px;
}
.slideshow .switcher-holder li a{
	display:block;
	text-align:center;
	color:#000;
	font-size:10px;
}

.slideshow .list-slide{
	position:relative;
	width:837px;
}
.slideshow .list-slide li{
	position:absolute;
	top:0;
	left:0;
	width:837px;
	height:438px;
}
.slideshow .list-slide span{
	position:absolute;
	top:86px;
	left:20px;
	color:#fff;
	font:2.727em/1.3em Georgia, Helvetica, sans-serif;
}
#twocolumns{
	width:100%;
	overflow:hidden;
}
#sidebar{
	float:left;
	padding:14px 4px 0 0;
	width:190px;
}
/*Sidebar box*/
.box{
	background:url(../images/bg-black-block.jpg) no-repeat;
	width:190px;
	padding:11px 0 0;
	margin:0 0 16px;
}
.box-wide{
	background-color:#251F1F;
	border-radius:0 10px 10px 10px;
	margin-bottom:15px;
	padding: 15px;
}
.box-holder{
	background:url(../images/bg-black-block.jpg) no-repeat -380px 100%;
	width:190px;
	padding:0 0 11px;
}
.box-frame{
	background:url(../images/bg-black-block.jpg) repeat-y -190px 0;
	width:166px;
	padding:0 9px 0 15px;
}
.box h2,.box-wide h2 {
	font:1.727em/1.3em Georgia, Helvetica, sans-serif;
	background:url(../images/sep-h3.gif) no-repeat 0 8px;
	padding:0 0 0 15px;
	margin:0 0 3px;
}
.box p{margin:0 0 4px;}
.box dl,.box-wide dl{
	overflow:hidden;
	width:124px;
	padding:0 0 0 36px;
}
.box dl a,.box-wide dl a {
	color:#fff;
	text-decoration:none;
}
.box dl a:hover,.box-wide dl a:hover {
	text-decoration:underline;
}
.box dt,.box-wide dt{
	position:relative;
	float:left;
	margin:0 0 0 -36px;
	display:inline;
}
.box ul li{
	background:url(../images/sep-box-list.gif) no-repeat 0 7px;
	padding:0 0 0 10px;
	line-height:1.5em;
}
.box ul li a{color:#fff;}
/*Sidebar Form*/
.form{
	padding:7px 0 10px;
	width:100%;
}
.radiobutton{
	width:165px;
	color:#938f8f;
	margin:0 0 10px;
}
.radiobutton label{
	float:left;
	font-weight:bold;
	font-size:1.091em;
	margin:0 8px 0 0 !important;
}
.radiobutton input{
	float:left;
	margin:-2px 5px 0 0;
	width:16px;
	height:15px;
	padding:0;
}
.form .row label{width:55px;padding-right:5px;}

.form .row label.checkbox{
	width:140px;
	float:left;
}

.form .row div.input-checkbox{
	width:20px;
	float:right;
	text-align:right;
}

.form .row div.input-checkbox input {
	margin:0px;
}

.form .row{
	width:160px;
	margin:0 0 12px;
	overflow:hidden;
}
.form label{
	font-size:12px;
	color:#938f8f;
	float:left;
	position:relative;
}
.bg-input-text{
	padding:0 5px;
	width:90px;
	float:left;
	background:url(../images/bg-inputfield.jpg) no-repeat;
}
.input-text{
	background:none;
	margin:0;
	padding:2px 0;
	border:none;
	outline:none;
	float:left;
	width:90px;
}
.form .row select{
	width:100px !important;
	float:left;
	height:19px;
}

.form .row input.normal {
    float: left;
    height: 17px;
    width: 85px !important;
}
.form a{
	color:#938f8f;
	font-size:0.909em;
	text-transform:uppercase;
	text-decoration:underline;
	overflow:hidden;
	float:left;
}
.go{
	margin:0;
	padding:0;
	width:17px;
	height:17px;
	background:url(../images/bg-form-button.gif) no-repeat;
	text-indent:-99999px;
	font-size:0;
	line-height:0;
	overflow:hidden;
	border:none;
	cursor:pointer;
	float:right;
	position:relative;
}
.form a:hover{text-decoration:none;}
/*Content*/
#content{
	float:right;
	width:600px;
	padding:14px 0;
}
#content-wide{
	float:right;
	width:638px;
	padding:14px 0;
}
#content h1,#content-wide h1,h1.yacht-title,.cms-content h1,#topbar h1{
	margin:0 0 4px;
	font:2.182em Georgia, Helvetica, sans-serif;
}
.text-holder{
	overflow:hidden;
	width:100%;
	margin:0 0 8px;
}
#content strong{font-weight:bold;}
#content p{margin:0 0 9px;}
/*Carousel*/
.carousel{
	overflow:hidden;
	width:594px;
	margin:0 0 25px 6px
}
.carousel .link-n,
.carousel .link-p{
	float:left;
	width:19px;
	padding:69px 5px 75px 6px;
	background:url(../images/bg-gallery-button.jpg) no-repeat 0 -168px;
}
.carousel .link-p{background:url(../images/bg-gallery-button.jpg) no-repeat;}
.carousel .link-next,
.carousel .link-prev{
	float:left;
	width:17px;
	height:24px;
	text-indent:-99999px;
	font-size:0;
	line-height:0;
	overflow:hidden;
}
.carousel .frame{
	width:498px;
	height:139px;
	float:left;
	padding:15px 18px;
	overflow:hidden;
	background:#261f1f;
}
.carousel .text{
	margin:-5px 0 5px;
	float:left;
	font:1.727em Georgia, Helvetica, sans-serif;
}
.carousel .slide-holder {
	overflow:hidden;
	width:100%;
}
.carousel .slide-frame {
	overflow:hidden;
	width:513px;
}
.carousel .list-slide{
	float:left;
	width:99999px;
}
.carousel .list-slide li{
	float:left;
	margin:0 15px 0 0;
}
/*Footer*/
#footer{width:837px;
clear:both;
}
.footer-holder{
	padding:9px 12px;
	height:13px;
	overflow:hidden;
	background:url(../images/bg-header-footer.jpg) no-repeat 0 -37px;
	width:813px;
	font-size:11px;
	margin:0 0 4px;
}
.footer-holder .footer-section{float:left;}
.footer-holder .footer-section2{float:right;}
.footer-section2 ul{
	float:left;
	margin:0 19px 0 0;
}
.footer-section2 ul li{
	float:left;
	padding:0 0 0 22px;
	background:url(../images/sep-footer-list.gif) no-repeat 9px 45%;
}
.footer-section2 ul li:first-child,
.footer-section2 ul li.first-child{background:none;}
.footer-section2 .ico{margin:0;}
.footer-section2 .ico li{
	background:none;
	padding:0;
	margin:-2px 0 0 4px;
}
.footer-section2 ul li a{color:#fff;}
.footer-section2 .ico .facebook{
	background:url(../images/ico-footer.gif) no-repeat;
	width:18px;
	height:18px;
	float:left;
	text-indent:-99999px;
	font-size:0;
	line-height:0;
	overflow:hidden;
	position:relative;
}
.footer-section2 .ico .twitter{
	background:url(../images/ico-footer.gif) no-repeat -18px 0;
	width:18px;
	height:18px;
	float:left;
	text-indent:-99999px;
	font-size:0;
	line-height:0;
	overflow:hidden;
	position:relative;
}

.footer-section2 .ico .rss{
	background:url(../images/ico-footer2.gif) no-repeat;
	width:18px;
	height:18px;
	float:left;
	text-indent:-99999px;
	font-size:0;
	line-height:0;
	overflow:hidden;
	position:relative;
}
.footer-section2 .ico .linkedin{
	background:url(../images/ico-footer2.gif) no-repeat -18px 0;
	width:18px;
	height:18px;
	float:left;
	text-indent:-99999px;
	font-size:0;
	line-height:0;
	overflow:hidden;
	position:relative;
}

.footer-section2 .ico .google{
	background:url(../images/ico-footer3.gif) no-repeat;
	width:18px;
	height:18px;
	float:left;
	text-indent:-99999px;
	font-size:0;
	line-height:0;
	overflow:hidden;
	position:relative;
}
.footer-section2 .ico .pinterest{
	background:url(../images/ico-footer3.gif) no-repeat -18px 0;
	width:18px;
	height:18px;
	float:left;
	text-indent:-99999px;
	font-size:0;
	line-height:0;
	overflow:hidden;
	position:relative;
}


#footer h3{
	text-transform:uppercase;
	font-size:0.818em;
	font-weight:bold;
}
.footer-section p{font-size:11px !important;margin:0;line-height:11px;}
#footer p{font-size:11px;}
.footer-section3{
	width:817px;
	padding:0 10px;
}

/* ----------------- property -------------------- */
.product-left {
	float:left;
	width:430px;
}

.product-right {
	float:right;
	width:400px;
	font-size:11px;
}

a.product-image img {
	border:solid 1px #887c7c;
}

a.product-image:hover img {
	border:solid 1px #dddddd;
}

a.product-image.column-1 {
	padding-right:4px;
	padding-bottom:4px;
}

.product-title h1{
	margin:0 0 4px;
	font:2.182em Georgia, Helvetica, sans-serif;
}

.action a {
	background-color:#1F1F1F;
	color:white;
	padding:5px;
	border-radius:3px;
}

.link-button {
	background-color:#0F0F0F;
	color:white;
	padding:5px;
	border-radius:5px;
	border:solid 1px #a0a0a0;
	font-size: 13px;
}

.link-button:hover {
	text-decoration:none;
	background-color:#333333;

}

.action a:hover {
	background-color:#4F4F4F;
}

#action-product {
	margin-top:10px;
}

#product-table th {
	text-align:left;
}

.property-description {
	margin: 10px 0;
}

#product-table h2{
	font:1.727em/1.3em Georgia, Helvetica, sans-serif;
	background:url(../images/sep-h3.gif) no-repeat 0 8px;
	padding:0 0 0 15px;
	margin:0 0 3px;
}

.product-list-image {
	width:305px;
	float:left;
}

.product-list-info {
	width:250px;
	float:right;
}

.product-list-info table th {
	text-align:left;
	padding-right:10px;
	color:#cccccc;
}

.product-list-box {
	background-color:#251f1f;
	padding:15px;
	margin-bottom:15px;
	border-radius:10px;
	font-size:12px;
	line-height:18px;
}

.list-thumb {
	width:310px;
}

.more-details {
	margin-top:10px;
	display:block;
	float:left;
}

#property-buttons {
	margin-top:10px;
}

/* -------------------------- contact form -------------------------- */
.form-input {
	padding-bottom:5px;
}

/* ------------------------- intro ------------------------------------- */

ul#sectionrollovers {
	width: auto;
	height: 257px;
	margin: 0;
	padding: 0;
}

ul#sectionrollovers li {
	padding: 0;
	list-style: none;
	float: left;
}

ul#sectionrollovers li a.yachts-button, ul#sectionrollovers li a.property-button {
	width: 400px;
	height: 257px;
	margin: 0;
	padding: 0;
	display: block;
}
/*
ul#sectionrollovers li a.yachts-button {
	background: url(../images/button_yachts.jpg) no-repeat;
}

ul#sectionrollovers li a.property-button {
	background: url(../images/button_property.jpg) no-repeat;
	margin-right: 35px;
}

ul#sectionrollovers li a.yachts-button:hover {
	background: url(../images/button_yachts_ro.jpg) no-repeat;
}

ul#sectionrollovers li a.property-button:hover {
	background: url(../images/button_property_ro.jpg) no-repeat;
	margin-right: 35px;
}
*/
ul#sectionrollovers li div a:hover img {
      opacity: 0.5;
}

#contentindex{
	float:right;
	width:834px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
#contentindex h1{
	margin:0 0 4px;
	font:2.182em Georgia, Helvetica, sans-serif;
}

#contentindex strong{font-weight:bold;}
#contentindex p{margin:0 0 9px;}

.display-none {
	display: none;
}

/* ---------------------------------- proprerty --------------------------------------- */
.property-columns .middle {
	float:right;
	width:410px;
	padding:15px 15px 15px 0;
}

.property-columns .right {
	float:right;
	width:210px;
	padding: 15px 0;
}

#property-info {
	background-color:#181818;
	border-top-left-radius:0px;
	border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	padding:15px;
}

#property-info h3 {
	font-size:18px;
	margin: 15px 0 5px;
	font-family:Georgia,Helvetica,sans-serif;
}

.product-table th {
	color:#938F8F;
	text-align:left;
	padding-right:10px;
	font-size:12px;
	line-height:18px;
	width:130px;
}

.product-table td {
	color:white;
	text-align:left;
	font-size:12px;
	line-height:18px;
}

#property-buttons {
	padding-top:15px;
}

/* -------------------------------- advanced search -------------------------------------- */
.form-panel {
    background-color: #251F1F;
    border-radius: 0 8px 8px 8px;
    padding: 15px;
	position:relative;
}
fieldset.column {
	float:left;
	width:190px;
}

fieldset.column.column-3 {
	width:180px;
}

fieldset.column .row label {
	width:70px;
}

fieldset.column .row {
	width:170px;
}

fieldset.column .row select {
	float:right;
}

fieldset.column .row input.input-text {
	float:right;
}
fieldset.column .row .bg-input-text {
	float:right;
}

h2.advanced-search {
	font-size:18px;
	margin:20px 0 10px;
	font-family:Georgia,Helvetica,sans-serif;
}

/* --------------- blog ----------------- */
.article {
	margin-bottom:40px;
	margin-top:10px;
}

.article .date {
	color: #e0e0e0;
	font-size:12px;
	margin-bottom:10px;
}

.article h2 {
	font-size:16px;
	margin:20px 0 5px;
	font-family:Georgia,Helvetica,sans-serif;
}

#news-sidebar {
	width:190px;
	float:right;
	padding-top:14px;
}

#news-sidebar h3 {
	font-size:16px;
	margin:0px 0 5px;
	font-family:Georgia,Helvetica,sans-serif;
}

#news-sidebar a {
	color:#aaaaaa;
	font-size:11px;
	line-height:18px;
}

.read {
	text-align:right;
	padding:5px 0;
}

.read a {
	background-color:#0F0F0F;
	color:white;
	padding:5px;
	border-radius:5px;
	border:solid 1px #a0a0a0;
}

.read a:hover {
	text-decoration:none;
	background-color:#333333;
}

.article a {
	color:white;
	text-decoration:underline;
}

.newsdate {
	padding-right:5px;
}
a .newsdate {
	color:#aaaaaa;
}

/* ----------------- property ---------------------------- */
.product-description {
	font-size:12px;
	padding-top:20px;
	line-height:16px;

}

.product-description ul {
	list-style:disc inside;
}

.cms-content {
	font-size:12px;
	line-height:normal;
}

.cms-content p {
	text-align:justify;
}

.cms-content a {
	color:#B1B2B3;
}

.email-frame th {
	text-align:left;
	padding-right:10px;
	color:black;
}

.email-frame td {
	color:#606060;
	line-height:18px;
}

#friend-table th {
	text-align:left;
	padding-right:10px;
	vertical-align:top;
}

#friend-table td {
	color:#606060;
	line-height:18px;
}

.email-frame {
	border: solid 2px #1F1F1F;
	font-size: 12px;
	padding:15px;
	margin:20px 0 20px;
	background-color:white;
}

.email-frame p {
	margin-bottom:10px;
}

.email-frame a {
	color:#65203F;
}

.message{
	background-color:#B8B8B8;
	padding:10px;
	border-color:#888888;
	color:black;
}

#switchsite {
	position:absolute;
	right:0px;
}

#switchsite a {
	background-color:#808080;
	padding:8px;
	border-top-left-radius:5px;
	display:block;
	float:right;
	width:auto;
	color:white;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

#switchsite a:hover {
	background-color:#AAAAAA;
	text-decoration:none;
}

 #tab-panel {
	margin-top:30px;
	font-size:12px;
	line-height:16px;
 }

 #tab-nav {
	border-bottom:solid 5px #5B5050;
	height:20px;
 }

#tab-nav a {
	text-transform:capitalize;
	padding:5px;
}

 #tab-nav a.selected {
	background-color:#5B5050;
	color:white;
	border-radius: 4px 4px 0 0;
	font-size:11px;
 }
  #tab-nav a.selected:hover {
	text-decoration:none;
  }
   #tab-nav a.normal {
	background-color:#1F1F1F;
	color:white;
	border-radius: 4px 4px 0 0;
	font-size:11px;
 }
  #tab-nav a.normal:hover {
	text-decoration:none;
	background-color:#7B7070;
  }

  #panel-main {
		padding:10px 0;
		border-bottom:solid 5px #5B5050;
  }

  #page-products {
	padding-top:10px;
  }

	.flags {
		float:left;
		padding-right:10px;
	}

		.flags img{
			vertical-align:text-top;
			padding:0px;
		}

	#search-top {
		padding-bottom: 15px;
		min-height:40px;
		width: 100%;
		display: table;
	}

	#search-top table {
		width:100%;
	}


	#search-bottom {
		padding:15px 0;
	}
	#search-bottom table {
		width:100%;
	}




.pagecell a {
    border: 1px solid #CCCCCC;
    display: inline-block;
    height: 19px;
    line-height: 19px;
    text-align: center;
    width: 25px;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
	background-color:#251F1F;
}

.pagecell a.current {
	background-color:#A0A0A0;
}

.pagecell a:hover {
	background-color:#A0A0A0;
}


#topbar {
	position:relative;
	padding:12px 0 12px;
}

#topbar table {
	width:100%;
}

#topbar table td {
	vertical-align:middle;
}

#topbar table th {
	text-align:left;
	padding:15px 0;
	font-weight:bold;
	vertical-align:middle;
}

#topbar table #righttable th {
	padding: 5px 0;
}
#topbar table #righttable td {
	padding: 5px 0;
}

#lengthamount,#priceamount {
	padding-bottom:5px;
}

#searchacross {
	position:absolute;
	background-color:#292929;
	width:837px;
	top:-118px;
	left:0px;
	height:114px;
	display:none;
	border-radius:10px;
}

.search-empty {
	min-height:200px;
}

.cell-list-box {
	width:230px;
	float:left;
	background-color:#251f1f;
	margin: 0 6px 6px 0;
	border:solid 1px #251f1f;
	font-size: 11px;
}


/*
.cell-list-box a {
	display:block;
}
.cell-list-box a {
	border:solid 1px #251f1f;
}

.cell-list-box a:hover {
	border:solid 1px white;
	text-decoration:none;
}
*/

.cell-list-box .productinfo {
	color:#F0f0f0;
	padding:3px 3px 0 3px;
	font-size:11px;
	min-height:23px;
	line-height:11px;
}

.cell-list-box .productinfo .divider {
	padding:0 5px;
}

.cell-list-box .productinfo a {
	text-decoration:none;
	color:white;
}

.cell-list-box .title {
	padding:3px;
	font-weight:bold;
	font-size:13px;
	overflow: hidden;
	height: 30px;
}

.cell-list-box .title a {
	text-decoration:none;
}

.cell-list-box.column-4 {
	margin-right:0;
}



.cell-list-box  img.list-thumb{
	width:230px;
	display:block;
	height:160px;
}

select.sort {
	background-color: #3B3030;
    border: 1px solid #CCCCCC;
	color:white;
	line-height:21px;
	padding:2px;

}

.searchdown {
	background-color:#251F1F;
	border-radius:10px 0 0 10px;
	margin-bottom:15px;
}


.searchdown th {
	text-align:left;
	width:80px;
	vertical-align:middle;
	font-weight:bold;
}

.searchdown td {
	width:170px;
	vertical-align:middle;
	padding: 5px 0;

}

.searchdown td.submitcell {
	padding:15px 0;
	text-align:right;
}

.searchdown td.slidercell {
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
}

#charter-image {
	float:right;
	width:652px;
	background-image: url(../images/charter-pic.jpg);
	background-repeat: no-repeat;
	border-radius:0 10px 10px 10px;
/*	padding:10px;*/

	min-height:400px;
}

.product-list-box h3 {
	padding-bottom: 10px;
	font-weight: bold;
	color: #E0E0E0;
	font-size: 13px;
}

#property-info div {
	font-size: 12px;
	line-height: 16px;
}

#product-list {
	margin-top: 20px;
}

#search-charter {
	background-image: url(../images/search-icon.png);
	background-repeat: no-repeat;
	padding-left: 24px;
	background-position: 2px 4px;
}

#yacht-panel-link a {
	float: left;
	margin-bottom: 10px;
}

#yacht-panel-link a:hover {
	text-decoration: none;
}


#yacht-panel-link a.column-1 {
	width:296px;
	margin-right: 8px;
}
#yacht-panel-link a img{
	width: 296px;
	height: 200px;
	display: block;
}
#yacht-panel-link {
	margin: 20px 0;
}

#sidebar-wide {
    float: left;
    width: 290px;
}

/* russian text too big */
.ru .link-button {
	font-size: 11px;
}
.ru .product-title h1 {
	font-size: 16px;
}
.ru .box h2 {
	font-size: 14px;
	line-height: 28px;
}
.ru .radiobutton label {
	font-size: 11px;
}
.ru .form .row label {
	word-wrap: break-word;
}
.ru .contacts {
	font-size: 14px;
}

.slideshow.homepage .list-slide li img {
    width: 837px;
    height: 438px;
}

#main-content h2 {
	    font: 1.727em/1.3em Georgia, Helvetica, sans-serif;
    padding: 0;
    margin: 15px 0;
}
.contact-map {
	width:100%;
	height:300px;
	margin-bottom: 15px;
}
.panel-home.yacht-list {
	margin-top: 20px;
}

.berth-list-item {

}
