/*************************************
Add your custom styles here
*************************************/


/********  Detailpagina motorboten  ***************/
div.fieldGroup div.fieldLabel {
    float: left;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    white-space: normal;
    width: 170px;
}

div.boot-specificaties div.fieldRow {
    margin-bottom: 0px;
    overflow: hidden;
}

div.boot-specificaties h3.fieldGroupTitle {
    display: none;
}

#bootbezet h3.fieldGroupTitle {
    display: none;
}

.jrListingWidgets {
    float: left;
    margin: 0;
    width: 50%;
}

.ui-widget-content a {
    color: #BF0000;
}

#bootboeken {
    float: left;
    margin: 0;
    width: 250px;
}

#bootbezet {
    float: right;
    margin: 0;
}

ul.fieldValueList li:after {
    content: none;
    padding-left: 5px;
}

ul.fieldValueList li {
    display: block;
    float: right;
    margin-right: 8px !important;
}

#uitrustingTab {
    margin: 20px 0 0 0;
}

.articleContent img, .feed-item-description img {
margin: 0;
}

/********  Listpagina verhuurders  ***************/
div.jr_thumbview .listItem {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    float: left;
    height: 240px;
    margin: 5px 7px 5px 7px;
    overflow: hidden;
    padding: 5px;
    width: 22%;
}

div.jr_thumbview .contentThumbnail {
    height: 130px;
    margin: 0 0 8px;
    overflow: hidden;
    width: auto;
}

div.jr_thumbview .contentTitle {
    font-size: 12px;
    height: 2em;
    overflow: hidden;
    text-align: left;
}

/********  Tabs  ***************/
.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: 0.1em 0.6em;
    text-decoration: none;
}

/********  Listpagina boten  ***************/
div.jr_tableview td, div.jr_tableview td.columnFirst, div.jr_tableview td.columnMain, div.jr_tableview td.columnHits, div.jr_tableview td.columnLast {
    border-top: 1px solid #CCCCCC;
    padding: 10px 1.2em 15px 0;
    vertical-align: top;
}

div.listpagecategory {
    color: #777777;
    float: right;
    font-size: 0.85em;
    font-weight: normal;
    margin-bottom: 5px;
    padding: 0;
}

span.contentIndicators span {
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-size: 9px;
    font-weight: bold;
    line-height: 9px;
    padding: 0.5em 0.4em 0.3em;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

div.listpagecustomfieldsleft {
    width: 260px;
    float: left;
    margin: 0 7px 0 0;
}

div.listpagecustomfieldsright {
    float: right;
    text-align: right;
}

div.listpagecustomfieldsleft div.fieldLabel, div.listpagecustomfieldsright div.fieldLabel {
    float: left;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    white-space: normal;
    width: 130px;
}

div.listpagecustomfieldsleft div.fieldValue, div.listpagecustomfieldsright div.fieldValue {
    margin-left: 130px;
}

/*************************************
Buttons & Links - Search
*************************************/
.gkZoek .jrButton,
.jr_form input.jrButton {
    font-size: 18px;
    margin-top: -20px;
    position: absolute;
    height: 40px;
    margin-left: 150px;
    background: none repeat scroll 0 0 #005A9C;
    color: #FFFFFF;
    text-shadow: none;
    border: none;
    border-radius: 4px;
}

.jrButton,
.jr_form input.jrButton {
    color: #333;
    cursor: pointer;
    display: inline-block;
    padding: 3px 6px;
	margin: 5px 0 0;
	margin-left: 0px;
	float: none;
	position: inherit;
    border: 1px solid #ccc;
	font-size: 13px;
	line-height: 1em;
	text-shadow: 0 0 1px #fff;
    vertical-align: middle;
    white-space: nowrap;	
	background-color: #ddd;
	background-image: -moz-linear-gradient(center top, #f5f5f5, #ddd);
	background-image: -o-linear-gradient(top, #f5f5f5, #ddd);
	background-image: -webkit-gradient(linear, center top, center bottom, color-stop(0, #f5f5f5), color-stop(1, #ddd));
	background-image: -webkit-linear-gradient(#f5f5f5, #ddd);
	background-image: linear-gradient(top, #f5f5f5, #ddd);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;	
}


.gkZoek .jrButton:hover,
.jr_form input.jrButton:hover {   
color: #ED1C24 !important;
}

.jrButton:hover,
.jr_form input.jrButton:hover {    
	background-color: #ccc;
	background-image: -moz-linear-gradient(center top , #ddd, #f5f5f5);
	background-image: -o-linear-gradient(top, #ddd, #f5f5f5);
	background-image: -webkit-gradient(linear, center top, center bottom, color-stop(0, #ddd), color-stop(1, #f5f5f5));
	background-image: -webkit-linear-gradient(#ddd, #f5f5f5);
	background-image: linear-gradient(top, #ddd, #f5f5f5);	
	-moz-box-shadow: 0 0 2px #999;
	-webkit-box-shadow: 0 0 2px #999;
	box-shadow: 0 0 2px #999;
	color: #333 !important;
}

a.jrButton,
.jrButton a:link,
.jrButton a:visited{
	text-decoration: none !important;
	color: #333 !important;
}

.jrButtonText {
	vertical-align: middle;
}

/*************************************
jReviews formulieren
*************************************/
.jr_form .jrSelect, .jr_form .jrSelectMultiple {
    height: 50%;
    margin-right: 5px;
}