/* main */

span.colour {
	color: #3b5998;
}

div.bigright span {
	
	color: #00aeef;
	/*color: #3b5998;*/
	font-weight: bold;
}

div#mcwrap span {
	font-size: 16px;
	color: #3b5998;
	font-weight: bold;
}

a {
	color:#000;
	/*color: #3b5998;*/
}

.btn_orange,
.pages a,
.pages span {
	background-color: #00aeef !important;
	color: #fff;
}
/* header */

.header_top {
	background: none repeat scroll 0 0 #313131;
}

/*.header_main_bg {
	clear: both;
	padding: 25px 0;
	position: relative;
}
*/

.header_main_bg {
    background: url(../images/top_bar_white.png) repeat-x scroll center top transparent !important;
    clear: both;
    padding: 5px 0;
    position: relative;
}

.header_top_res p a {
	color: #528BC3;
}

.header_main_res #logo h1 {
	font-size: 38px;
	margin: 0px;
	padding: 0px;
}

.header_main_res #logo h1 a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.header_main_res .description {
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
}

.header_menu {
	background: #00aeef !important;
	    height:55px;
}
/* top search button styles */


.btn-topsearch_home {
	background-color:#00aeef !important;
}


.btn-topsearch_home {
    float: right;
    width: 38px;
    text-align: center;
    padding: 11px;
    outline: none;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    border: none;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 0 0 0 10px;
}

.btn-topsearch_home:before {
	color: #3b5998;
}

.btn-topsearch {
	background-color: #333 !important;
}

.btn-topsearch:before {
	color: #3b5998;
}
/* category menu */

.adv_categories ul li.active {
	margin: 0 -7px 0 -8px;
	padding: 4px 7px 4px 8px;
	color: #fff;
	background: #3b5998;
}

.adv_categories .catcol ul li.maincat a {
	margin: 0;
	padding: 4px 0;
	color: #3b5998;
	text-decoration: none;
}
/* content */

.content_res .priceblockbig p.price {
	margin: 0;
	padding: 0;
	float: right;
	font: bold 18px/1.2em Arial, Helvetica, sans-serif;
	color: #3b5998;
}

.content_res .priceblockbig p.location span {
	font-weight: bold;
	color: #3b5998;
}

.content_res .priceblocksmall p.price {
	margin: 0;
	padding: 0;
	float: right;
	font: bold 13px/1.2em Arial, Helvetica, sans-serif;
	color: #3b5998;
}

.content_res .stepsline div.l_ready {
	background: #3b5998;
}

.content_res .stepsline div.no_ready {
	border: 1px solid #2c416f;
}

.content_res .stepsline div.ni_ready {
	background: #3b5998;
	border-top: 1px solid #5671a9;
}

.content_left p.bigprice {
	color: #3b5998;
	float: right;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0;
	padding: 8px 0 0;
}

.content_res .can_chg_bg:hover {
	background-color: #EAF2FA;
}

.tags span {
	background:#00aeef !important;
}

.tags span:before {
	border-color: transparent #00aeef transparent transparent !important;
}
/* sidebar refine search */

#refine_widget ul.refine li input#amount,
#refine_widget ul.refine li input#distance {
	color: #3b5998;
	border: 0;
	font-weight: bold;
}

.ui-widget-header {
	background: #3b5998;
}
/* footer */

.footer_menu {
	background: #00aeef !important;
	/*background: #3b5998;*/
}

.footer_main_res div.column p {
	margin: 0;
	padding: 0;
	font: normal 14px/1.8em Arial, Helvetica, sans-serif;
	color: #5671a9;
}

.footer_main_res div.column p a {
	color: #5671a9;
}

.footer_main_res div.column ul li a {
	color: #5671a9;
	text-decoration: none;
}

.footer_main_res div.column {
	font: normal 14px/1.8em Arial, Helvetica, sans-serif;
	color: #5671a9;
}
/* tooltip */

#easyTooltip {
	background-color: #3b5998;
	color: #fff;
}
/* payments styles */

.order-gateway h1,
.order-gateway h2 {
	color: #3b5998;
}
/* progress tracker */

ol.progtrckr li.progtrckr-done,
ol.progtrckr li.progtrckr-todo {
	border-bottom-color: #3b5998;
}

ol.progtrckr li.progtrckr-done:before {
	background-color: #00aeef;
}
/* dashboard */

.tab-dashboard ul.tabnavig li a.selected {
	border-bottom: 1px solid #00aeef;
	background-color: #00aeef;
	color: #fff;
}

.tab-dashboard ul.tabnavig li a {
	background-color: #3b5998;
	height: 19px;
	color: #fff;
}
/* reports */

.reports_form input[type="submit"] {
	background-color: #00aeef;
}
/* responsive styles */

@media screen and (max-width: 320px) {
	.header_main_res #logo h1 {
		font-size: 20px;
	}
}