/*
Theme Name:		 OXTS
Description:		OXTS custom WordPress theme
Author:				 Nick Carpenter
Template:			 ultimatum
Version:				0.5.0
*/

/* General styles */

body a:hover, body a:focus {
	color: #222;
	font-weight: inherit;
}

#searchform #s {
	width: 280px;
	padding: 5px 10px;
}
div.fimage-align-right img {
	float: right !important;
	margin: 20px 20px 20px 35px;
}
#container-60 {
	margin-top: 30px;
}

/* Woocommerce Product Filter */

.prdctfltr_woocommerce.pf_arrow #prdctfltr_woocommerce_filter {
	padding: 6px 4px 3px 4px;
	border: 1px solid;
	border-radius: 4px;
	margin-right: 10px;
}
.prdctfltr_woocommerce.pf_arrow #prdctfltr_woocommerce_filter:hover {
	background: #f8f8f8;
}
#prdctfltr_woocommerce_filter,
#prdctfltr_woocommerce > span {
	font-size: 16px;
	color: #cb2127;
	vertical-align: middle;
}
#prdctfltr_woocommerce .prdctfltr_woocommerce_ordering .prdctfltr_filter label > span {
	white-space: nowrap;
}
#prdctfltr_woocommerce .prdctfltr_woocommerce_ordering .prdctfltr_filter label {
	margin-bottom: 0;
}
#prdctfltr_woocommerce.pf_mod_row .prdctfltr_filter_inner .prdctfltr_filter {
	margin-bottom: 15px;
}
.product-title {
	color: #cb2127;
}

/* Woocommerce product tabs */

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
	font-weight: bold;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	font-weight: normal;
}

