


/*** Begin Generic Styles ***/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	font: inherit inherit inherit Arial, Helvetica, sans-serif;
}

body {
	overflow-x: hidden;
	background-color: #ddd;
	font: 14px Arial, Helvetica, sans-serif;
}

ul {
	list-style: none;
}

img {
	vertical-align: middle;
}

a,
a:visited {
	color: #0000ff;
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: underline;
	color: #000000;
}

h1, h2, h3, h4 {
	font-weight: bold;
	color: #424242;
}

blockquote {
	margin-left: 1.5em;
}
/*** End Generic Styles ***/

/*** Begin Masthead Styles ***/
#mastHead {
    background-color:#000;
	padding-bottom: 5px;
	border-bottom: 3px solid #68767f;
}

#mastHead a,
#mastHead a:visited,
#mastHead a:hover,
#mastHead a:active {
	text-decoration: none;
	color: #fff;
	padding-top: 5px;
	padding-left: 5px;
}
/*** End Masthead Styles ***/

/*** Begin Top Bar Styles ***/
#topBar {
    min-height:26px;
	padding: 3px;
	background-color: #0000FF;
	border: 1px solid #999999;
}

#topBar h2 {
	color: #FFFFFF;
	font-size: 18px;
}

#topBar .home {
	float: right;
    padding:1px;
    background-color:#ffffff;
    vertical-align:text-bottom;
}

#topBar ul {
	margin-top: 1px;
}

#topBar ul li {
	display: inline;
}

#topBar .iconBtn {
	float: right;
}

#topBar .secBtn {
	float: left;
	background: #ffffff;
    padding:1px 2px 1px 2px;
    margin:0px 2px;
}

#topBar .secBtn a,
#topBar .secBtn a:visited,
#topBar .secBtn a:hover,
#topBar .secBtn a:active {
	display: block;
	color: #0000ff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	height: 16px;
	padding: 1px;
	text-align: center;
	width: auto;
	float: left;
}
/*** End Top Bar Styles ***/

/*** Begin Footer Styles ***/
#footer {
	font-size: 0.70em;
	clear: both;
	padding: 20px 10px 10px 10px;
	color: #676767;
	text-align: center;
	line-height: 1.25em;
}
/*** End Footer Styles ***/

/*** Begin Main Content Styles ***/
#mainContainer {
	clear: both;
	padding: 7px;
}

#mainContainer h1,
#mainContainer .currentLoc {
	clear: both;
	font-size: 1.1em;
	display: block;
	font-weight: bold;
	color: #424242;
}

/** Begin Form Styles **/
form h1 {
	margin-bottom: 10px;
}

form ul li {
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
}

form label {
    text-align: right;
    width: 80px;
	float: left;
    padding-top: 6px;
    margin-right: 3px;
}

form.pageDropDown label {
	font-size: 0.9em;
	color: #6a5841;
}

input, select, textarea {
	font-size: 1.05em;
    margin-bottom:3px;
}

select {
	border: 2px solid #cfb493;
}

input {
	border: 2px solid #cfb493;
}

textarea {
	border: 2px solid #cfb493;
}

form input.typeTextLong,
form .typeSelect {
/*	width: 275px;*/
}

.typeSelectShort {
	width: 110px;
}

input.typeTextMedium {
	width: 193px;
}

input.typeTextShort {
	width: 110px;
}

input.typeTextPrice {
	width: 80px;
}

textarea.typeTextarea {
	width: 225px;
	height: 100px;
	border: 2px solid #cfb493;
}

form span.required {
	color: #be003a;
}

form .errorMsg {
	color: #be003a;
	font-size: 0.7em;
	padding-top: 2px;
}

/* Begin Specific Form Styles */
form li.year span,
form li.price span {
	font-weight: bold;
	font-size: 0.8em;
	color: #856e52;
	padding: 0 2px 0 7px;
}

form li.model {
	clear: right;
}

.contactForm li.email {
	clear: left;
}

form li.currency select {
	max-width: 200px;
}

form li.country select {
	max-width: 305px;
}
/* End Specific Form Styles */
/** End Form Styles **/

/** Begin Basic Button Styles **/
.btnsContainer {
	margin: 5px 0 5px 0px;
	padding: 0 3px 0 0;
	text-align: center;
}

.btnsContainer input {
	font-size: 1.15em;
	height: 45px;
	color: #fff;
	border: none;
	margin: 0;
	padding: 0 10px 0 13px;
	vertical-align: middle;
	background: url(http://newimages.yachtworld.com/images/mobile/btn_bluelargeleft.gif?11.4-Build-73) no-repeat left top;
	cursor: pointer;
/*	position: relative;
	bottom: 7px;*/
}

.btnsContainer a.btn {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding: 10px 10px 15px 13px;
	background: url(http://newimages.yachtworld.com/images/mobile/btn_bluelargeleft.gif?11.4-Build-73) no-repeat left top;
}

.btnsContainerSmall {
	padding: 0 3px 0 0;
	width: 87px;
	font-size: 0.8em;
	background: url(http://newimages.yachtworld.com/images/mobile/btn_bluesmallright.gif?11.4-Build-73) no-repeat right top;
	text-align: center;
}


.btnsContainerSmall a.btn {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding: 3px 4px 4px 4px;
	background: url(http://newimages.yachtworld.com/images/mobile/btn_bluesmallleft.gif?11.4-Build-73) no-repeat left top;
}
/** End Basic Button Styles **/

/** Begin Pagination Styles **/
.pagination {
    margin:0 auto;
	width:100%;
    padding:5px 10px 5px 0px;
}
.pagination ul {
	float: right;
}
.pagination ul li {
	display: inline;
}

.pagination img {
	padding: 4px;
}
/** End Pagination Styles **/

/** Begin Box Content Styles **/
#boxContainer {
	background-color: #dddddd;
}

#boxContainer .boxTop {
	background: url(http://newimages.yachtworld.com/images/mobile/box_topleft.gif?11.4-Build-73) no-repeat left top;
}

#boxContainer .boxBottom {
	background: url(http://newimages.yachtworld.com/images/mobile/box_bottomleft.gif?11.4-Build-73) no-repeat left bottom;
}

#boxContainer .boxTop,
#boxContainer .boxBottom {
	text-align: right;
	height: 3px;
}

#boxContainer .boxTop img,
#boxContainer .boxBottom img {
	vertical-align: top;
}

#boxContainer .boxMiddle {
	padding: 5px 7px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
    margin-bottom: 10px;
}

#boxContainer .boxMiddle h1 {
	font-size: 1.4em;
	margin-bottom: 0;
}

#boxContainer .boxMiddle h2 {
	margin-top: 30px;
	margin-bottom: 5px;
	font-size: 1.2em;
}

#boxContainer .boxMiddle h3 {
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 0px;
	font-size: 1em;
}

#boxContainer .boxMiddle p {
	line-height: 1.3em;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

#boxContainer .boxMiddle .btnsContainer {
	width: 325px;
	margin: 10px auto;
}

#boxContainer .boxMiddle ol li {
	margin-left: 3em;
	margin-bottom: 0.4em;
}

/* Begin Error and Confirmation Pages Styles */
#boxContainer .shortMsg {
	text-align: center;
}

#boxContainer .shortMsg h1 {
	font-size: 1.2em;
	margin-bottom: 0;
}

#boxContainer .shortMsg .btnsContainer {
	display: inline-block;
	width: auto;
}

#boxContainer .shortMsg .btnsContainer a {
	padding-left: 1.5em;
	padding-right: 1.5em;
}
/* End Error and Confirmation Pages Styles */

/* Begin Details Page Styles */
#boxContainer .galleryLnk {
	float: left;
	min-height: 50px;
}

#boxContainer .galleryLnk .btnsContainerSmall { 
	margin-top: 1px;
	min-width: 165px;
	font-size: 1em;
}

#boxContainer .galleryLnk img {
	border: 1px solid #bcbcbc;
	width: 165px;
}

#boxContainer ul.summary {
	margin: 15px 0 20px 215px;
	list-style-type: disc;
}

#boxContainer ul.summary li {
	margin-bottom: 0.4em;
}
/* End Details Page Styles */

/* Begin Gallery Page Styles */
#boxContainer .photoContainer {
	text-align: center;
	min-height: 150px;
}

#boxContainer .photoContainer img {
	width: 100%;
	vertical-align: top;
}

#boxContainer h2.photoCaption {
	clear: both;
	margin-bottom: 0;
	margin-top: 5px;
	font-weight: normal;
	font-size: 1em;
}
/* End Gallery Page Styles */

/* Begin Results List Styles */
#boxContainer ul.results {
	margin: -7px -7px -8px -7px;
}

#boxContainer ul.results li {
	clear: both;
	overflow: hidden;
	cursor: pointer;
	float: none;
	margin:auto;
    vertical-align:middle;
	background: #ffffff url(http://newimages.yachtworld.com/images/mobile/icon_arrowmore.gif?11.4-Build-73) no-repeat right center;
	border-bottom: 1px solid #999999;
}

#boxContainer ul.results li:hover,
#boxContainer ul.results li:active {
	background-color: #e3eeff;
}

#boxContainer ul.results img, #boxContainer ul.results li img {
	border: 0;
	float: left;
	margin: 4px 4px 4px 4px;
    vertical-align: middle;
}

#boxContainer ul.results .details {
	margin-left: 105px;
	margin-right: 10px;
	padding: 3px;
    vertical-align: middle;
}

#boxContainer ul.results .details h2 {
	margin: 0;
}

#boxContainer ul.results h2 {
	font-size: 1.4em;
	color: #0088CC;
}

#boxContainer ul.results h2 a:hover,
#boxContainer ul.results h2 a:active {
	color: #0088CC;
	text-decoration: none;
}
/* End Results List Styles */
/** End Box Content Styles **/
/*** End Main Content Styles ***/
