/* Boat Lists and Search Results */
.bw_List_Row:nth-child(even) {
	background-color:#EFEFEF;
}
.bw_List_Row:nth-child(odd) {
	background-color:#F5F5F5;
}
.bw_List_Row:hover {
	background-color:#DFDFDF;
}
.bw_List_Row,.bw_List_Footer_Row {
	margin:15px;
	clear:both;
}
.bw_List_Footer_Row {
	padding-top:20px;
}
.bw_List_Image_Container {
	margin-top:20px;
	margin-right:10px;
}
.bw_List_Info_Container {
}
.bw_List_Price {
	font-weight:bold;
	font-size:140%;
	color:black;
}
.bw_List_Length {
	margin-right:5px;
}
.bw_List_Length,
.bw_List_Year {
	display:inline-block;
}
#bw_Credit_Link {
	font-size:90%;
	color:black !important;
}

/* Individual Boat Viewing Page */
.bw_Boat_Field_Label {
	font-weight:bold;
}
.bw_Boat_Field_Row:nth-child(odd) {
/*	background-color:#DFDFDF; */
}
.bw_Boat_Field_Row:nth-child(even) {
/*	background-color:#FFFFFF; */
}
.bw_Boat_Field_Row {
	padding-top:5px;
	border-bottom:#DFDFDF solid 2px
}
#galleria {
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
}

/* Enquiry Form */
.bw_Enquiry_Form_Container label {
	font-weight:bold;
}
.bw_Enquiry_Form_Container input,
.bw_Enquiry_Form_Container textarea,
.bw_Enquiry_Form_Container select {
	max-width:550px;
	width:95%;
}
#captcha.img, {
	margin-bottom:5px;
}
#captcha-status {
	margin-top:5px;
}

/* Latest Listings */
.bw_Latest_List_Row {
	margin-bottom:10px;
}

/* Temp - Need to fix */
.galleria-info {
	display: none !important;
}

.bw_Send_Enquiry.disabled {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
}


/*Fixes for issue with customers template */
/* Spans not working properly for boat viewing so force it */

.bw_List_Row {padding-left:15px;padding-bottom: 15px;}
.bw_List_Info_Container {max-width:790px;}
@media (max-width:1199px) {
	.bw_List_Info_Container {max-width:570px !important;}
}
@media (max-width:979px) {
	.bw_List_Info_Container {max-width:460px !important;}
	.bw_Search_Form .span6 {width: auto;margin-left: 0;}
}
.bw_Search_Form input {min-width:75px}
.bw_Search_Form .input-prepend {font-size:100%}
.bw_List_Header_Row .pagination {margin-bottom:20px;}
.bw_List_Pagination_Row li.active a {padding: 5px 10px !important}
.bw_Enquiry_Form_Location {margin-bottom:10px;}
/*
.bw_List_Image_Container {
	max-width:300px;
	float:left;
}
.bw_Boat_Field_Label {
	padding-top:5px;
	min-width:100px;
	max-width:100px;
	float:left;
	color:black;
}
.bw_Boat_Field {
	padding-top:5px;
	float:left;
	max-width:800px;
}
.bw_Boat_Field_Row {
	clear:both;
}
.bw_Enquiry_Form_Container {
	padding-top:30px;
}
.bw_Search_Form_Col1,
.bw_Search_Form_Col2 {
	float:left;
	max-width:420px;
}
.bw_Search_Form  .input-prepend .add-on {
	min-width:30px;
}
*/

