/* main */

span.colour {
	color: #ea0909;
}

div.bigright span {
	color: #347ea9;
	font-weight: bold;
}

div#mcwrap span {
	font-size: 16px;
	color: #347ea9;
	font-weight: bold;
}

a {
	color: #347ea9;
}

.btn_orange,
.pages a,
.pages span {
	background-color: #47b0ed;
	color: #fff;
	text-shadow: -1px -1px 1px rgba(255,255,255, 0.1), 
                1px 1px 1px rgba(255,255,255, 0.1), 
                1px 1px 1px rgba(0,0,0, 0.3);
}
/* header */

.header_top {
	background: none repeat scroll 0 0 #e8e8e8;
	border-bottom: 1px solid #e0e0e0;
	float: left;
	width: 100%;
}

.header_main_bg {
	clear: both;
	padding: 10px 0;
	position: relative;
}

.header_top_res p a {
	color: #347ea9;
}

.header_main_res #logo h1 {
	font-size: 30px;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, serif;
	font-style: italic;
	display: block;
  margin: 44px 0 0 0px;
  text-align: center;
}

.header_main_res #logo h1 a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.header_main_res .description {
	font-family: Georgia, serif;
	font-size: 16px;
	font-style: italic;
	text-align: center;
}
.desc_hide { 

}
.desc_hide h1.site-title {
	font-size: 30px;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, serif;
	font-style: italic;
	display: inline-block;
  text-align: center;
  line-height: 48px;
  vertical-align: top;

}

.desc_hide h1.site-title a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.desc_hide .description {
	font-family: Georgia, serif;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	display: inline-block;
  line-height: 16px;
  vertical-align: top;
  margin: 7px 0 0 20px;
  padding: 11px 0;	
}

.header_menu {
	background: #19232D;
}
/* top search button styles */

.btn-topsearch {
	background-color: #8B0000
}

.btn-topsearch:before {
	color: #b22222;
}
/* category menu */

.adv_categories ul li.active {
	margin: 0 -7px 0 -8px;
	padding: 4px 7px 4px 8px;
	color: #fff;
	background: #b22222;
}

.adv_categories .catcol ul li.maincat a {
	margin: 0;
	padding: 4px 0;
	color: #B22222;
	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: #b22222;
}

.content_res .priceblockbig p.location span {
	font-weight: bold;
	color: #b22222;
}

.content_res .priceblocksmall p.price {
	margin: 0;
	padding: 0;
	float: right;
	font: bold 13px/1.2em Arial, Helvetica, sans-serif;
	color: #b22222;
}

.content_res .stepsline div.l_ready {
	background: #b22222;
}

.content_res .stepsline div.no_ready {
	border: 1px solid #6d1414;
}

.content_res .stepsline div.ni_ready {
	background: #b22222;
	border-top: 1px solid #bd716d;
}

.content_left p.bigprice {
	color: #B22222;
	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: #47b0ed;
}

.tags span:before {
	border-color: transparent #b22222 transparent transparent;
}
/* sidebar refine search */

#refine_widget ul.refine li input#amount,
#refine_widget ul.refine li input#distance {
	color: #b22222;
	border: 0;
	font-weight: bold;
}

.ui-widget-header {
	background: #B22222;
}
/* footer */

.footer_menu {
	background: #272727;
}

.footer_main_res div.column p {
	margin: 0;
	padding: 0;
	font: normal 14px/1.8em Arial, Helvetica, sans-serif;
	color: #d05959;
}

.footer_main_res div.column p a {
	color: #D07373;
}

.footer_main_res div.column ul li a {
	color: #D07373;
	text-decoration: none;
}

.footer_main_res div.column {
	font: normal 14px/1.8em Arial, Helvetica, sans-serif;
	color: #d05959;
}
/* tooltip */

#easyTooltip {
	background-color: #59b8ef;
	color: #fff;
}
/* payments styles */

.order-gateway h1,
.order-gateway h2 {
	color: #59b8ef;
}
/* progress tracker */

ol.progtrckr li.progtrckr-done,
ol.progtrckr li.progtrckr-todo {
	border-bottom-color: #59b8ef;
}

ol.progtrckr li.progtrckr-done:before {
	background-color: #59b8ef;
}
/* dashboard */

.tab-dashboard ul.tabnavig li a.selected {
	border-bottom: 1px solid #59b8ef;
	background-color: #59b8ef;
	color: #fff;
}

.tab-dashboard ul.tabnavig li a {
	background-color: #59b8ef;
	height: 19px;
	color: #fff;
}
/* reports */

.reports_form input[type="submit"] {
	background-color: #59b8ef;
}
/* responsive styles */

@media screen and (max-width: 320px) {
	.header_main_res #logo h1 {
		font-size: 20px;
	}
}
