/*

#0B0D10 Dark Black (Top Line)
#282B2F Black (Header)
#202226 Dark Grey (Final Wrapper)
#555555 Grey (Footer Background/Services Background/Search Box Background)
#F5F6F7 Light Grey (Page Background)
#F79520 Orange

*/

/* WEB FONTS */
@font-face {
  font-family: '28DaysLater';
  src: url('../fonts/28DaysLater.eot?#iefix');
  src: url('../fonts/28DaysLater.eot?#iefix') format('embedded-opentype'),
       url('../fonts/28DaysLater.woff') format('woff'),
       url('../fonts/28DaysLater.ttf') format('truetype'),
       url('../fonts/28DaysLater.svg#28DaysLater') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* BODY */
body {
	background-attachment: fixed;
	background-color: #F5F6F7;
	background-image: url('../images/page_bg.jpg');
	background-position: 50% 0%;
	color: #444444;
	font-family: "Lato", sans-serif;
	font-size: 15px;
}

#page_wrapper {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	min-height: 400px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 1170px;
}

.row-border {
	border: 2px solid #ECEAEA;
	margin-right: 15px;
	margin-left: 15px;
	padding: 15px 0px 15px 0px;
}

.row-border-no-padding {
	border: 2px solid #ECEAEA;
	margin-right: 15px;
	margin-left: 15px;
	padding: 0px;
}

#mobile_picture_details {
	display: none;
}

/* BOOTSTRAP OVERRIDES */
.btn-success,
.btn-info,
.btn-warning {
	background-color: #555555;
	background-image: none !important;
	border: none;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	color: #FFFFFF;
	text-shadow: none;
}

.btn-success:hover, .btn-success:focus, .btn-success:active,
.btn-info:hover, .btn-info:focus, .btn-info:active,
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
	background-color: #F79520;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	color: #FFFFFF;
}

.btn-default {
	background-color: #F79520;
	background-image: none !important;
	border: none;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	color: #FFFFFF;
	text-shadow: none;
}

.btn-default:hover, .btn-default:focus, .btn-default:active {
	background-color: #000;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	color: #FFFFFF;
}

.btn-primary {
	background-color: #000;
	background-image: none !important;
	border: none;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	color: #FFFFFF;
	text-shadow: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background-color: #444;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	color: #FFFFFF;
}

/* HEADER */
#header_wrapper {
	background-color: #282B2F;
}

#header {
	background-image: url('../images/header_bg.jpg');
	background-position: 50% 0%;
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 157px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#logo_container_wrapper {
}

#logo_container {
	background-image: url('../images/logo_container_bg.png');
	background-position: 0% 0%;
	background-repeat: repeat;
	height: 127px;
	padding-left: 132px;
	position: relative;
	z-index: 1;
}

#logo {
	height: 127px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 127px;
	z-index: 2;
}

#logo img {
	border: 0px;
	height: 127px;
	width: 127px;
}

#logo_text {
	height: 100px;
	padding-top: 14px;
	width: 287px;
}

#logo_text img {
	border: 0px;
	height: 100px;
	width: 287px;
}

/* SEARCH BAR (HEADER) */
#header_search {
	height: 40px;
	overflow: hidden;
	margin-top: 43px;
}

#header_search form#search-form input {
	background: #555555 !important;
	border: 0px solid #555555 !important;
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	color: #ADACAC;
	height: 40px;
}

#header_search form#search-form .input-group-btn button {
	background: #555555 url('../images/header_search_button_bg.gif') !important;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 0px solid #555555 !important;
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	color: #F79520;
	height: 40px;
	margin-left: 5px;
	text-shadow: none !important;
	width: 40px;
}

#header_search form#search-form .input-group-btn button .glyphicon {
	font-size: 24px;
}

/* MINI BASKET (HEADER) */
#header_basket {
	background-color: #0B0D10;
	height: 40px;
	overflow: hidden;
	margin-top: 43px;
}

#header_basket_label {
	color: #FFFFFF;
	font-size: 13px;
	line-height: 40px;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	z-index: 1;
}

#header_basket_label i {
	color: #F79520;
	font-size: 1.4em;
}

#header_basket_label #header_basket_label_quantity {
	color: #F79520;
	margin-right: 5px;
	margin-left: 5px;
}

#header_basket_label a {
	bottom: 0px;
	left: 0px;
	opacity: 0;
	position: absolute;
	right: 0px;
	text-decoration: none;
	top: 0px;
	z-index: 2;
}

#header_basket_label a:hover,
#header_basket_label a:hover {
	text-decoration: none;
}

/* HEADER ICONS */

/* TOP MENU */
#top_menu_wrapper {
	background-color: #0B0D10;
	color: #FFFFFF;
	font-size: 12.5px;
	line-height: 20px;
	height: 22px;
}

#top_menu_wrapper ul {
	display: inline-block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#top_menu_wrapper ul li {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	padding: 0px;
	position: relative;
}

#top_menu_wrapper ul li a {
	color: #FFFFFF;
	display: inline-block;
	height: 22px;
	line-height: 22px;
	text-decoration: none;
}

#top_menu_wrapper ul li a:hover,
#top_menu_wrapper ul li a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}

#top_menu_wrapper #top_menu_account_controls {
	text-align: right;
}

#top_menu_wrapper #top_menu_account_controls ul li {
	margin-left: 15px;
}

#top_menu_wrapper #top_menu_account_controls ul li:first-child {
	margin-left: 0px;
}

/* SERVICE FEATURES */
#service_features {
	background-color: #555555;
	color: #F79520;
	font-size: 14px;
	height: 40px;
}

#service_features p {
	line-height: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	text-transform: uppercase;
}

#service_features p#service_features_email {
	text-transform: lowercase !important;
}

#service_features a {
	color: #F79520;
	text-decoration: none;
}

#service_features a:hover,
#service_features a:focus {
	color: #F79520;
	text-decoration: underline;
}

/* MAIN MENU */

/* HOME PAGE CONTENT */
#home_page_content_wrapper {
	margin-bottom: 15px;
}

#home_page_content_video {
	background-color: #000000;
	border: 2px solid #ECEAEA;
	color: #FFFFFF;
	height: 198px;
	margin-bottom: 30px;
	text-align: center;
}

#home_page_content_video iframe {
	border: 0px !important;
	height: 100%;
	width: 100%;
}

#home_page_content_special_offers {
	background-color: #F79520;
	border: 2px solid #ECEAEA;
	height: 141px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#home_page_content_special_offers img {
	position: relative;
	width: 100%;
}

#home_page_content_special_offers .home_page_content_special_offers_button {
	bottom: 10px;
	left: 0px !important;
	position: absolute;
	right: 0px !important;
	text-align: center;
	z-index: 2;
}

#home_page_content_special_offers .home_page_content_special_offers_button a {
	background-image: url('../images/home_special_offers_button_bg.png');
	background-position: 0% 0%;
	background-repeat: repeat;
	color: #FFFFFF;
	display: inline-block;
	font-size: 14px;
	font-style: italic;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
}

#home_page_content_special_offers a.home_page_content_special_offers_link {
	background-color: #FF0000;
	bottom: 0px;
	left: 0px;
	opacity: 0;
	position: absolute;
	right: 0px;
	text-decoration: none;
	top: 0px;
	z-index: 3;
}

/* HOME PAGE FEATURED PRODUCTS */
#featured_products_wrapper {
	margin-top: 15px;
}

#featured_products_wrapper h2 {
	color: #555555;
	text-align: center;
	text-transform: uppercase;
}

.featured_product {
	min-height: 275px;
	padding-bottom: 40px;
	position: relative;
	text-align: center;
	z-index: 1;
}

.featured_product .featured_product_image {
	padding-top: 15px;
	padding-bottom: 20px;
}

.featured_product p.featured_product_name {
	margin-bottom: 0px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}

.featured_product p.featured_product_price {
	bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: absolute;
	right: 0px;
	text-align: center;
	z-index: 2;
}

.featured_product p.featured_product_price i {
	color: #F79520;
	font-size: 17px;
}

.featured_product a.featured_product_link {
	bottom: 0px;
	left: 0px;
	opacity: 0;
	position: absolute;
	right: 0px;
	text-decoration: none;
	top: 0px;
	z-index: 3;
}

.featured_product a.featured_product_link:hover,
.featured_product a.featured_product_link:focus {
	text-decoration: none;
}

/* HOME PAGE BANNER */
#home_banner_wrapper {
	margin-top: 15px;
}

#home_banner_wrapper img {
	width: 100%;
}

/* FOOTER */
#footer_wrapper {
	background-color: #555555;
	color: #FFFFFF;
}

#footer {
	color: #ECEAEA;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}

#footer ul {
	list-style-type: none;
	margin-bottom: 0px;
	padding-left: 10px;
}

.footer_title {
	font-size: 15px;
	font-weight: bold;
}

.footer_section a {
	color: #ECEAEA;
	font-size: 14px;
	text-decoration: none;
}

.footer_section a:hover {
	color: #ECEAEA;
	text-decoration: underline;
}

#footer_cardsave {
	text-align: right;
}

#final_wrapper {
	background-color: #202226;
	color: #FFFFFF;
	font-size: 13px;
}

#copyright {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}

#copyright a {
	color: #FFFFFF;
	text-decoration: none;
}

#copyright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#upshot {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
}

#upshot a {
	color: #FFFFFF;
	text-decoration: none;
}

#upshot a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* GENERAL STYLING */
h1, h2, h3, h4, h5, h6 {
	color: #282B2F;
	font-family: "28DaysLater", sans-serif;
	font-size: 30px;
	font-weight: bold;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
}

h1 {
	font-size: 32px;
	margin-top: 0px !important;
	margin-bottom: 15px !important;
}

h2 {
	font-size: 30px;
	margin-top: 0px !important;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

img {
	border: 0px;
}

.nofloat {
	clear: both;
}

.warning {
	color: #CC0000;
	font-weight: bold;
	font-size: 18px;
}

.small {
	font-size: 10px !important;
}

a.small {
	text-decoration:underline;
}

.font12 {
	font-size: 12px;
}

.medium {
	font-size: 14px;
}

.large {
	font-size: 18px;
}

.bold {
	font-weight: bold;
}

.underlined {
	text-decoration: underline;
}

.red_text {
	color: #CC0000;
}

.white_text {
	color: #FFFFFF;
}

.centered {
	text-align: center;
}

.justify {
	text-align: justify;
}

.align_middle {
	vertical-align: middle;
}

.float-right {
	float: right;
	margin-left: 15px;
}

/* PRODUCTS */
#left_category {
	float: left;
	margin-right: 10px;
}

#left_category_top {
	background-color: #2498AF;
	color: #FFFFFF;
	font-size: 12px;
	font-family: "Lato", sans-serif;
	font-weight: bold;
	height: 24px;
	margin-top: 5px;
	padding-top: 5px;
	text-align: center;
	text-transform: capitalize;
}

#left_category_mid {
	background-color: #F1F1F1;
	border-right: 1px solid #2498AF;
	border-left: 1px solid #2498AF;
	color: #2498AF;
	font-size: 10px;
	padding: 5px;
}

#left_category_bot {
	background-color: #2498AF;
	color: #FFFFFF;
	height: 1px;
}

#left_menu ul {
	list-style: none;
	margin: 0px;
	padding-left: 5px;
}

#left_menu ul li a {
	color: #2498AF;
	font-size: 12px;
	text-decoration: none;
}

#left_menu ul li a:hover {
	color: #A1A1A1;
}

#left_banner_ad {
	background-color: #13C0DF;
	margin-top: 10px;
	padding: 5px;
	text-align: center;
}

.product {
	background: #FFFFFF;
	border: 1px solid #ECEAEA;
	height: 305px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
	position: relative;
	text-align: center;
	z-index: 1;
}

.product_thumbs {
	padding-top: 3px;
	height: 40px;
	border: 1px solid red;
}

.product_thumbs img {
	cursor: pointer;
}

.product_name {
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	text-decoration: none;
}

.product_name:hover {
	color: #A1A1A1;
	text-decoration: none;
}

.product_image {
	margin-top: 5px;
	margin-bottom: 5px;
}

.product_price {
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px;
}

.product .product_price {
	left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: absolute;
	right: 0px;
	top: 230px;
	z-index: 2;
}

.product .product_link {
	left: 0px;
	position: absolute;
	right: 0px;
	top: 260px;
	z-index: 2;
}

.product_link a {
	text-transform: uppercase;
}

.rrp {
	color: #CC0000;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 20px;
	text-decoration: line-through;
}

.product_more_info_btn {
	margin-top: 10px;
}

.product_thumb {
	padding: 3px;
}

.product_more {
	background-color: #2498AF;
	border: 1px solid #333333;
	margin: 10px auto 0px auto;
	padding: 2px;
	width: 130px;
}

.product_more a {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	font-weight: bold;
}

.product_more a:hover {
	text-decoration: none;
	color: #a1a1a1;
}

#tab_description p a {
	color: #F89422;
	font-weight: bold;
}

.btn_left {
	float: left;
	margin-left: 20px;
}

.btn_right {
	float: right;
	margin-right: 20px;
}

#product_info_left {
	margin-top: 5px;
}

#product_options_inner {
	width: 700px;
	margin: auto;
}

.product_options_image {
	float: left;
	width: 170px;
}

.product_options_details {
	float: right;
	width: 500px;
}

.thumbnail {
	width: 99px;
	height: 99px;
	padding: 0px;
	float: left;
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 4px;
	background: #FFFFFF;
}

.main-image {
	margin-top: 10px;
	max-width: 300px;
}

.img-border {
	border: 1px solid #D1D1D1;
	margin: auto;
	text-align: center;
}

.last {
	margin-right: 0px;
}

#gal2 {
	display: none;
}

#product_info_right h2 {
	font-size: 18px;
}

#productdivcontainer ul {
	padding-left: 20px;
}

.product_card_save {
	float: left;
	text-align: left;
}

/* RELATED PRODUCTS */
.related {
	height: 230px;
	margin-bottom: 10px;
	background: #FFFFFF;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
}

.related .title {
	height: 50px;
}

/* BUNDLED PRODUCTS */
.plus_sign {
	margin-top: 60px;
	font-size: 48px;
	color: #444;
	text-align: center;
}

.bundles {
	background: #FFFFFF;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	padding: 5px;
}

.bundles .title {
	height: 40px;
}

.bundles a {
	color: #000000;
	background-color: transparent;
}

#bundle_desc {
	margin-top: 10px;
	font-weight: bold;
}

#bundle_individual_price {
	margin-top: 10px;
	font-weight: bold;
	color: #000000;
	background: transparent;
}

#bundle_price {
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #FF5C00;
	background: transparent;
}

/* BASKET */
#basket_btn {
	width: 220px;
	height: 40px;
	background: url('../images/basket_btn.gif');
	border: 0px;
	cursor: pointer;
}

#basket_btn_disabled {
	width: 220px;
	height: 40px;
	background: url('../images/basket_btn_disabled.gif');
	border: 0px;
}

.readmore {
	color: #000000;
	text-decoration: none;
}

.readmore:hover {
	color: #000000;
	text-decoration: underline;
}

/* BASKET */
#add_to_basket_form select {
	color: #000000;
	font-weight: normal;
	margin-bottom: 5px;
}

#add_to_basket_form label {
	font-weight: bold;
	float: left;
	width: 120px;
	margin-bottom: 5px;
}

#add_to_basket_form label.error {
	display: none;
	font-weight: normal;
	color: red;
	text-align: left;
	width: 350px;
	margin-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background: transparent url('../images/cancel.png') no-repeat scroll left;
}

#add_to_basket_form input.error {
	border: 1px dotted red;
	background: #EDBE9C;
}

#add_to_basket_form select.error {
	border: 1px dotted red;
	background: #EDBE9C;
}

.basket_options {
	color: #444444;
	font-size: 12px;
	padding-left: 10px;
}

.bundle_options {
	color: #444444;
	font-size: 12px;
	padding-left: 10px;
}

#basket_error {
	background: #EDBE9C url('../images/cart-error.png') no-repeat;
	background-position: 5px 5px;
	border: 1px solid #A40000;
	color: #000000;
	font-size: 14px;
	margin: 0px auto 20px auto;
	min-height: 40px;
	padding-left: 45px;
	text-align: left;
	vertical-align: middle;
	width: 550px;
}

#basket_verify {
	background: #9c6 url('../images/cart-warning.png') no-repeat;
	background-position: 5px 5px;
	border: 1px solid green;
	color: #000000;
	font-size: 14px;
	margin: 0px auto 20px auto;
	padding: 10px;
	padding-left: 55px;
	text-align: left;
	vertical-align: middle;
	width: 650px;
}

.basket_preview_image {
	float: left;
	width: 100px;
}

.basket_preview_description {
	float: left;
	margin-left: 10px;
	width: 878px;
}

#contact-form label.error {
	background: transparent url('../images/cancel.png') no-repeat scroll left;
	display: none;
	font-weight: normal;
	color: red;
	text-align: left;
	width: 350px;
	margin-left: 135px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#contact-form input.error {
	border: 1px dotted red;
	background: #EDBE9C;
}

#contact-form textarea.error {
	border: 1px dotted red;
	background: #EDBE9C;
}

#contact-form select.error {
	border: 1px dotted red;
	background: #EDBE9C;
}

/* REVIEWS */
#reviews {
	margin: 0px auto 0px auto;
	width: 924px;
}

#review_form {
	background: #F1F1F1;
	border: 1px solid #A1A1A1;
	margin: 10px auto 0px auto;
	padding: 10px;
	width: 914px;
}

#review-form select {
	color: #AF7817;
	font-size: 20px;
}

#review-form textarea {
	font-family: "Lato", sans-serif;
	width: 97%;
}

#reviewText {
	color: #CC0000;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* GIFT VOUCHERS */
#voucher_form {
}

#voucher_form label {
	float: left;
	margin-bottom: 10px;
	width: 160px;
}

#voucher_form input {
	float: left;
}

#voucher_form textarea {
	float: left;
	width: 195px;
}

#voucher_left {
	background: #000000;
	border: 1px solid #A1A1A1;
	color: #FFFFFF;
	float: left;
	min-height: 558px;
	padding: 20px;
	width: 370px;
}

#voucher_right {
	float: left;
	margin-left: 20px;
	width: 350px;
}

#voucher_picture {
	background: url('../images/vouchers/womens.jpg');
	height: 598px;
	width: 400px;
}

#voucher_code {
	font-size: 24px;
	color: #232220;
	background-color: transparent;
	position: absolute;
	margin-top: 160px;
	margin-left: 30px;
	text-align: center;
}

#voucher_value {
	font-size: 50px;
	color: #232220;
	width: 170px;
	background-color: transparent;
	position: absolute;
	margin-top: 230px;
	margin-left: 30px;
	text-align: center;
}

#voucher_text {
	width: 320px;
	height: 220px;
	background: url('../images/voucher_text.png');
	position: absolute;
	margin-top: 320px;
	margin-left: 30px;
	padding: 10px;
	font-size: 22px;
}

#voucher_from {
}

#voucher_message {
}

#voucher_message_text {
	font-size: 18px;
}

#voucher_date {
	background: #000000;
	color: #FFFFFF;
	margin-top: 560px;
	margin-left: 30px;
	position: absolute;
	text-align: center;
	width: 340px;
}

#voucher_form label.error {
	background: transparent url('../images/cancel.png') no-repeat scroll left;
	color: red;
	display: none;
	font-weight: normal;
	margin-left: 160px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	width: 195px;
}

#voucher_form input.error {
	background: #EDBE9C;
	border: 1px dotted red;
}

#voucher_form select.error {
	background: #EDBE9C;
	border: 1px dotted red;
}

#voucher_form .btn {
	width: 207px;
	height: 37px;
	border: 0px;
	background: url('../images/basket_btn_white.gif');
	cursor: pointer;
}

/* MY ACCOUNT */
#my_account_middle {
}

#my_account_middle h1 {
}

#tab_sub_menu {
	background-color: #555555;
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#tab_sub_menu a {
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
}

#tab_sub_menu a:hover {
	color: #A1A1A1;
}

#tab_content {
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border-left: 1px solid #555555;
	font-size: 14px;
	padding: 20px;
}

#tab_content h2 {
	margin-top: 0px;
}

/* CATEGORY BANNER */
#category_banner {
	height: 327px;
	margin: 0px auto 15px auto;
	overflow: hidden;
	width: 980px;
}

#category_banner .category_slideshow {
	height: 327px;
	margin: auto;
	width: 980px;
}

#category_banner .category_slideshow img {
}

/* SEARCH BOX */
#show_search {
	float: right;
	position: absolute;
	width: 244px;
	height: 58px;
	margin-top: 6px;
	margin-left: 700px;
	cursor: pointer;
	background: url('../images/search_closed.png');
	border: 0px;
}

#search_open {
	float: right;
	position: absolute;
	width: 244px;
	height: 426px;
	margin-top: 6px;
	margin-left: 700px;
	background: url('../images/search_open.png');
	display: none;
}

#search_content {
	margin-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	height: 330px;
}

#hide_search {
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	width: 244px;
	height: 58px;
	background: url('../images/blank.gif');
	cursor: pointer;
	border: 0px;
}

#search_form {
}

.search_section {
	margin-top: 10px;
}

#search_form label {
	color: #00ADF1;
	background-color: transparent;
	font-weight: bold;
}

#search_form select {
	width: 205px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #a1a1a1;
}

#search_category {
	width: 190px;
	height: 115px;
	padding: 5px;
	border: 1px solid #a1a1a1;
	overflow: scroll;
}

.search_price {
	color: #1A418C;
	background-color: transparent;
	font-weight: bold;
	border: 0px;
	width: 100px;
}

#search_button {
	border: 0px;
	background: url('../images/search_button.gif');
	width: 202px;
	height: 38px;
	cursor: pointer;
	margin-top: 20px;
}

/* HOME ICONS */
#home_icons {
	width: 964px;
	margin: 10px auto 10px auto;
	padding-left: 2px;
}

.home_icon {
	margin-left: 11px;
}

/* BRAND LOGOS */
#brand_logos {
	width: 940px;
	margin: 10px auto 10px auto;
	text-align: center;
}

/* BREADCRUMBS */
#breadcrumb-wrapper {
	background: #f1f1f1;
	height: 25px;
}

#breadcrumbs {
	color: #2498AF;
	font-size: 10px;
	height: 12px;
	padding-top: 5px;
	padding-left: 5px;
	text-transform: uppercase;
}

#breadcrumbs a {
	color: #2498AF;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #000000;
}

/* Buy Now/Request Callback Buttons */
.buynowbtn {
	background: transparent url('../images/buy-now.png') !important;
	background-repeat: no-repeat;
	border: 0px;
	cursor: pointer;
	float: left;
	height: 50px;
	width: 176px;
}

.paypalbtn {
	width: 153px;
	height: 45px;
	background: url('../images/paypal_btn.png');
	cursor: pointer;
	border: 0px;
}

.requestcallbackbtn {
	background: transparent url('../images/request-callback.png') !important;
	background-repeat: no-repeat;
	border: 0px;
	cursor: pointer;
	float: left;
	height: 50px;
	width: 297px;
}

/* CSS3 Button */
.width_60 {
	width: 60px;
}

.width_80 {
	width: 80px;
}

.width_100 {
	width: 100px;
}

.width_180 {
	width: 180px;
}

.width_250 {
	width: 250px;
}

.width_300 {
	width: 300px;
}

.btn_center {
	text-align: center;
}

/* LOYALTY POINTS */
#cust_loyalty_banner {
	float: right;
	color: #FFFFFF;
	background-color: #fd8402;
	padding: 10px;
	border-radius: 0.5em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
}

#cust_loyalty_banner .info_button {
	margin-left: 10px;
	vertical-align: middle;
	margin-top: -5px;
}

#loyalty_message {
	width: 550px;
	padding: 10px;
	margin: 20px auto 20px auto;
	color: #000000;
	background-color: #ECF598;
	border: 1px solid #A39B11;
	text-align: center;
	font-size: 14px;
}

#loyalty_points_product {
	float: right;
	color: #FFFFFF;
	background-color: #00AEEF;
	padding: 5px;
	border-radius: 0.5em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
}

#loyalty_points_product .info_button {
	margin-left: 5px;
	vertical-align: middle;
	margin-top: -5px;
}

/* centre tables (firefox bug) */
.marginauto {
	margin: auto;
}

#payment_info {
	margin-top: 20px;
}

/* SORT MENU */
#sort_menu_wrapper {
	background-color: #555555;
	font-size: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
}

#sort_menu_wrapper .control-label {
	color: #FFFFFF;
}

#sort_menu_container {
}

#sort_menu {
	float: left;
	line-height: 24px;
	margin-left: 5px;
}

#sort_menu label {
	color: #FFFFFF;
	float: left;
	line-height: 24px;
	margin: 0px;
	margin-right: 5px;
}

#sort_menu select {
	float: left;
	font-size: 12px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	width: 150px;
}

#sort_menu_navigation {
	float: right;
}

/* NUMBER OF PRODUCTS FORM */
#number_of_products_container {
}

#number_of_products_form {
	float: left;
	height: 24px;
	line-height: 24px;
	margin-left: 10px;
}

#number_of_products_form label {
	color: #FFFFFF;
	float: left;
	margin: 0px;
	margin-right: 5px;
	line-height: 24px;
}

#number_of_products_form select {
	float: left;
	font-size: 12px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	width: 150px;
}

/* PAGINATION */
.pagination {
	float: right;
	margin-right: 15px;
	margin-bottom: 0px;
}

#pagination_wrapper_top {
	margin-bottom: 15px;
}

.pagination li a {
	background: #FFFFFF;
	border: 1px solid #555555;
	color: #555555 !important;
	text-decoration: none !important;
}

.pagination li a:hover {
	border: 1px solid #555555;
	color: #010101 !important;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.pagination > .active > a {
	background-color: #555555;
	border: 1px solid #555555;
	color: #FFFFFF !important;
}

.pagination > .active > a:hover {
	background-color: #555555;
	border: 1px solid #555555;
	color: #FFFFFF !important;
}

* html .pagination li.currentpage, * html .pagination li.disablepage { /* IE 6 and below. Adjust non linked LIs slightly to account for bugs */
	margin-right: 5px;
	padding-right: 0px;
}

/* Contact Form
-------------------------------------------------------------- */
label {
	color: #555555;
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin: 4px 0px;
}

input {
	background-color: #F4F4F4;
	border: 1px solid #5F5F5F;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #000000;
	display: block;
	font-family: "Lato", sans-serif;
	font-size: 13px;
	margin-bottom: 10px;
	padding: 10px;
	width: 100%;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

input[type=checkbox] {
	width: 20px;
}

select {
	background-color: #F4F4F4;
	border: 1px solid #5F5F5F;
	color: #000000;
	display: block;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 10px;
	width: 100%;
}

textarea {
	background-color: #F4F4F4;
	border: 1px solid #5F5F5F;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #000000;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 10px;
	width: 100%;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

legend {
	background-color: #555555;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 10px 5px 10px;
}

.form_header {
	background-color: #555555;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 10px 5px 10px;
}

.sendButton {
	background-color: #555555;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 1.2em;
	margin: auto;
	padding: 10px;
	text-align: center;
	width: 90%;
}

.sendButton:hover {
	background-color: #13C0DF;
	color: #FFFFFF;
}

.form_section {
	width: 100%;
}

.error {
	color: #CC0000;
}

/* CONTACT FROM ERRORS */
label.error {
	display: none;
	font-weight: normal;
	color: red;
	text-align: left;
	width: 350px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background: transparent url('../images/cancel.png') no-repeat scroll left;
}

input.error {
	border: 1px dotted red;
	background: #EDBE9C;
}

textarea.error {
	border: 1px dotted red;
	background: #EDBE9C;
}

select.error {
	border: 1px dotted red;
	background: #EDBE9C;
}

/* ElavateZoom */
/*set a border on the images to prevent shifting*/
#gallery_01 img {
	border: 1px solid white;
}

/* BASKET */
/* CARD LOGOS */
#card_logos {
	text-align: right;
}

.basket_image {
	float: left;
	margin-right: 20px;
}

.delete {
	background: url('../images/delete_icon.gif');
	width: 25px;
	height: 25px;
	border: 0px;
	cursor: pointer;
}

.delete:hover {
	background: url('../images/delete_icon.gif');
	width: 25px;
	height: 25px;
}

.border_bottom_head {
	border-bottom: 2px solid #d1d1d1;
}

.border_bottom {
	border-bottom: 1px solid #d1d1d1;
}

#ff_cart label {
	float: left;
	color: #444;
	font-weight: normal;
	margin-right: 10px;
}

.voucher {
	float: left;
	text-align: right;
	width: 200px;
}

/* css radio buttons */
input[type=radio].css-checkbox {
	display: none;
}

input[type=radio].css-checkbox + label.css-label {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	height: 18px;
	line-height: 18px;
	padding-left: 35px;
	vertical-align: middle;
}

input[type=radio].css-checkbox:checked + label.css-label {
	background-position: 0px -18px;
}

label.css-label {
	background-image: url('../images/cssradio.png');
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

table,
td,
th {
	border: 0px;
	border-collapse: collapse;
}

table {
	border-spacing: 0px;
}

th {
	color: #000000;
	margin: 0px;
	padding: 4px;
}

td {
	background-color: #FFFFFF;
	margin: 0px;
}

.entryTable {
	background-color: #DDDDDD;
	font-family: "Lato", sans-serif;
	font-size: 14px;
}

.entryTableHeader {
	background-color: #F1F1F1;
	color: #000000;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.entryTable .heading {
	background-color: #D1D1D1;
}

.entryTable .label {
}

.entryTable .content {
	background-color: #FFFFFF;
}

.confTable {
	background-color: #DDDDDD;
	font-family: "Lato", sans-serif;
	font-size: 12px;
}

.confTableHeader {
	background-color: #FFFFFF;
	background-position: center;
	color: #444444;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.confTable .label {
	background-color: #EFEFEF;
}

.confTable .content {
	background-color: #FFFFFF;
}

.infoTable {
	background-color: #DDDDDD;
	font-family: "Lato", sans-serif;
	font-size: 14px;
}

.infoTableHeader {
	background-color: #FFFFFF;
	background-position: center;
	color: #000000;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.infoTable .label {
	background-color: #EFEFEF;
	width: 30%;
}

.infoTable .heading {
	background-color: #D1D1D1;
}

.infoTable .content {
	background-color: #FFFFFF;
}

/* PAYMENT PAGES */
#paypal {
	margin: auto;
	text-align: center;
}

.paypal_payment {
	margin-top: 10px;
	margin-bottom: 10px;
}

#paypal_button {
	margin: auto;
	text-align: center;
	width: 300px;
}

.paypal_button {
	height: 40px;
	width: 300px;
	background: url('../images/paypal_button.gif');
	border: 0px;
	cursor: pointer;
	margin-top: 20px;
	margin-bottom: 20px;
}

.paypal_button:hover {
	background: url('../images/paypal_button.gif');
}

.cardsave_button {
	height: 51px;
	width: 300px;
	background: url('../images/payment_button.png');
	cursor: pointer;
	border: 0px;
	margin: 20px auto 20px auto;
}

.cardsave_button:hover {
	background: url('../images/payment_button.png');
}

#sagepay_message {
	color: #FF0000;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

#sagepay_iframe_container {
	margin: auto;
	width: 702px;
}

#sagepay_iframe_container iframe {
	width: 100%;
}

/* Product Attributes */
#product_attributes_responsive {
	display: none;
}

#responsive_description {
	display: none;
}

.responsive_reviews {
	display: none;
}

/* EU VAT */
#eu-vat {
	display: none;
}

/* Additional Basket Styling */
.margin_top_0 {
	margin-top: 0px;
}

.margin_top_10 {
	margin-top: 10px;
}

.margin_top_20 {
	margin-top: 20px;
}

.margin_top_30 {
	margin-top: 30px;
}

.padding_top_10 {
	padding-top: 10px;
}

.border_top {
	border-top: 1px solid #ECEAEA;
}

.basket_image {
	float: left;
	margin-right: 15px;
}

.text_align_right {
	text-align: right;
}

/* Checkout Styling */
.heading {
	background-color: #555555;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.shipping-heading {
	background-color: #555555;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.frmlabel {
	font-weight: bold;
}

.frmwhite {
	color: #FFFFFF;
}

hr {
	color: #F1F1F1;
}

/* Social share buttons on product detail pages */
.twitter-share-button {
	margin-right: 15px;
	padding-top: 4px;
}

.fb-like {
}

.google-share-button {
	padding-top: 4px;
}

/* LEGACY BROWSER SUPPORT */
input[type=hidden] {
	display: none;
}

.no-padding {
	padding: 0px;
}

/* CAROUSEL */
.carousel-wrapper {
	background: #FFFFFF;
	border: 2px solid #ECEAEA;
}

/*
.carousel.fade {
	opacity: 1;
}

.carousel.fade .item {
	transition: opacity ease-out 5s;
	left: 0;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block;
}

.carousel.fade .item:first-child {
	top: auto;
	opacity: 1;
	position: relative;
}

.carousel.fade .item.active {
	opacity: 1;
}
*/

.carousel .item {
}

.carousel-control {
}

.carousel-indicators {
}

.carousel-caption {
	bottom: auto;
	left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	text-shadow: none;
	top: 15px;
	width: 590px;
}

.carousel-caption h1 {
	color: #F79520;
	font-size: 36px;
	line-height: 34px;
	margin-top: 0px;
	margin-bottom: 0px !important;
	text-transform: uppercase;
}

.carousel .item a {
	background-color: #555555;
	color: #ECEAEA;
	display: block;
	font-size: 14px;
	font-style: italic;
	max-width: 190px;
	padding: 10px 30px 10px 30px;
	position: absolute;
	right: 20px;
	text-decoration: none;
	text-transform: uppercase;
	top: 15px;
	z-index: 2;
}

.carousel .item a:hover,
.carousel .item a:focus {
	background-color: #F79520;
	color: #FFFFFF;
	text-decoration: none;
}

/* NAVBAR */
.navbar-default {
	background: #FFFFFF;
	border: 0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow: 0 5px 5px rgba(100, 100, 100, 0.5);
	-moz-box-shadow: 0 5px 5px rgba(100, 100, 100, 0.5);
	-webkit-box-shadow: 0 5px 5px rgba(100, 100, 100, 0.5);
	color: #333333;
}

/*
.navbar-default .navbar-nav > li > a {
	color: #333333;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #D1D1D1;
}

.navbar-nav > li > a {
	padding-left: 10px;
	padding-right: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFFFFF;
}
*/

#navbar2 {
	padding-right: 90px;
	padding-left: 0px;
	position: relative;
}

#navbar_social_networking {
	height: 50px;
	line-height: 50px;
	min-width: 90px;
	position: absolute;
	right: 0px;
	text-align: right;
	top: 0px;
	z-index: 2;
}

#navbar_social_networking a {
	color: #F79520;
	margin-right: 10px;
	margin-left: 5px;
	text-decoration: none;
}
#navbar_social_networking a:first-child {
	margin-left: 0px;
}

#navbar_social_networking a:hover,
#navbar_social_networking a:hover {
	color: #F79520;
	text-decoration: none;
}

#navbar_social_networking i {
	line-height: 50px;
}

/* jssor slider arrow navigator skin 05 css */
/*
.jssora05l					(normal)
.jssora05r					(normal)
.jssora05l:hover			(normal mouseover)
.jssora05r:hover			(normal mouseover)
.jssora05l.jssora05ldn		(mousedown)
.jssora05r.jssora05rdn		(mousedown)
*/
.jssora05l, .jssora05r {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url('../images/a17.png') no-repeat;
	overflow: hidden;
}
.jssora05l { background-position: -10px -40px; }
.jssora05r { background-position: -70px -40px; }
.jssora05l:hover { background-position: -130px -40px; }
.jssora05r:hover { background-position: -190px -40px; }
.jssora05l.jssora05ldn { background-position: -250px -40px; }
.jssora05r.jssora05rdn { background-position: -310px -40px; }

/* jssor slider thumbnail navigator skin 01 css */
/*
.jssort01 .p			(normal)
.jssort01 .p:hover		(normal mouseover)
.jssort01 .p.pav		(active)
.jssort01 .p.pdn		(mousedown)
*/
.jssort01 .p {
	height: 152px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 152px;
}

.jssort01 .t {
	border: none;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
}

.jssort01 .w {
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
}

.jssort01 .c {
	border: #d1d1d1 0px solid;
	box-sizing: content-box;
	background: url('../images/t01.png') -800px -800px no-repeat;
	_background: none;
	cursor: pointer;
	height: 152px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 152px;
}

.jssort01 .pav .c {
	top: 2px;
	_top: 0px;
	left: 2px;
	_left: 0px;
	width: 148px;
	height: 148px;
	border: #000 0px solid;
	_border: #fff 2px solid;
	background-position: 50% 50%;
}

.jssort01 .p:hover .c {
	top: 0px;
	left: 0px;
	width: 150px;
	height: 150px;
	border: #fff 1px solid;
	background-position: 50% 50%;
}

.jssort01 .p.pdn .c {
	background-position: 50% 50%;
	width: 148px;
	height: 148px;
	border: #000 2px solid;
}

* html .jssort01 .c, * html .jssort01 .pdn .c, * html .jssort01 .pav .c {
	/* ie quirks mode adjust */
	width /**/: 152px;
	height /**/: 152px;
}

/* YouTube Videos (responsive) */
.js-video {
	height: 0;
	padding-top: 25px;
	padding-bottom: 67.5%;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

.js-video.widescreen {
	padding-bottom: 56.34%;
}

.js-video.vimeo {
	padding-top: 0;
}

.js-video embed, .js-video iframe, .js-video object, .js-video video {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.panel.with-nav-tabs .panel-heading {
	padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs {
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified {
	margin-bottom: -1px;
}

/********************************************************************/

/*** PRODUCT DETAIL TABS ***/

/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
	color: #777;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
	color: #777;
	background-color: #ddd;
	border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
	color: #555;
	background-color: #fff;
	border-color: #ddd;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
	background-color: #f5f5f5;
	border-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
	color: #777;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
	background-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
	color: #fff;
	background-color: #555;
}
/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
	color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
	color: #fff;
	background-color: #3071a9;
	border-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
	color: #428bca;
	background-color: #fff;
	border-color: #428bca;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
	background-color: #428bca;
	border-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
	color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
	background-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
	background-color: #4a9fe9;
}
/********************************************************************/
/*** PANEL SUCCESS ***/
.with-nav-tabs.panel-success .nav-tabs > li > a,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
	color: #3c763d;
}
.with-nav-tabs.panel-success .nav-tabs > .open > a,
.with-nav-tabs.panel-success .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-success .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
	color: #3c763d;
	background-color: #d6e9c6;
	border-color: transparent;
}
.with-nav-tabs.panel-success .nav-tabs > li.active > a,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:focus {
	color: #3c763d;
	background-color: #fff;
	border-color: #d6e9c6;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu {
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a {
	color: #3c763d;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
	background-color: #d6e9c6;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
	color: #fff;
	background-color: #3c763d;
}
/********************************************************************/
/*** PANEL INFO ***/
.with-nav-tabs.panel-info {
	border-color: #555555;
}
.with-nav-tabs.panel-info .panel-heading {
	background-image: -webkit-linear-gradient(top, #555555 0, #555555 100%);
	background-image: -o-linear-gradient(top, #555555 0, #555555 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #555555), to(#555555));
	background-image: linear-gradient(to bottom, #555555 0, #555555 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF555555', endColorstr='#FF555555', GradientType=0);
	border-color: #555555;
}
.with-nav-tabs.panel-info .nav-tabs > li > a,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
	color: #FFFFFF;
	outline: 0;
}
.with-nav-tabs.panel-info .nav-tabs > .open > a,
.with-nav-tabs.panel-info .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-info .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
	color: #555555;
	background-color: #ECEAEA;
	border-color: #555555;
}
.with-nav-tabs.panel-info .nav-tabs > li.active > a,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:focus {
	color: #555555;
	background-color: #FFFFFF;
	border-color: #555555;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu {
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a {
	color: #31708f;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
	background-color: #bce8f1;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
	color: #fff;
	background-color: #31708f;
}
/********************************************************************/
/*** PANEL WARNING ***/
.with-nav-tabs.panel-warning .nav-tabs > li > a,
.with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
	color: #8a6d3b;
}
.with-nav-tabs.panel-warning .nav-tabs > .open > a,
.with-nav-tabs.panel-warning .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
	color: #8a6d3b;
	background-color: #faebcc;
	border-color: transparent;
}
.with-nav-tabs.panel-warning .nav-tabs > li.active > a,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:focus {
	color: #8a6d3b;
	background-color: #fff;
	border-color: #faebcc;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu {
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a {
	color: #8a6d3b;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
	background-color: #faebcc;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
	color: #fff;
	background-color: #8a6d3b;
}
/********************************************************************/
/*** PANEL DANGER ***/
.with-nav-tabs.panel-danger .nav-tabs > li > a,
.with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
	color: #a94442;
}
.with-nav-tabs.panel-danger .nav-tabs > .open > a,
.with-nav-tabs.panel-danger .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
	color: #a94442;
	background-color: #ebccd1;
	border-color: transparent;
}
.with-nav-tabs.panel-danger .nav-tabs > li.active > a,
.with-nav-tabs.panel-danger .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.active > a:focus {
	color: #a94442;
	background-color: #fff;
	border-color: #ebccd1;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu {
	background-color: #f2dede; /* bg color */
	border-color: #ebccd1; /* border color */
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a {
	color: #a94442; /* normal text color */
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
	background-color: #ebccd1; /* hover bg color */
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
	color: #fff; /* active text color */
	background-color: #a94442; /* active bg color */
}

/* hidden field to stop form spam */
#fNameHere {
	display: none;
}

/* BIKE SEARCH */
.bike-search-wrapper {
	background: #282B2F;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 55px;
	width: 100%;
	z-index: 2000;
}

.bike-search-title {
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	font-size: 20px;
	margin-top: 3px;
	text-transform: uppercase;
}

.bike-search-title span {
	color: #F89422;
}

.bike-search-clear-btn {
	text-transform: uppercase;
}

.bike-search-buttons {
	float: right;
}

.bike-search-wrapper .btn-default, .bike-search-wrapper .btn-primary {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	font-weight: bold;
}

.bike-search-wrapper .input-md {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.bike-search-wrapper .form-group, .bike-search-wrapper .form-control {
	margin-bottom: 0px;
}

.bike-category-title {
	color: #F89422;
}

.product-bike-desc {
	color: #F89422;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

/* CLOSE BROTHERS REPRESENTATIVE FINANCE EXAMPLE CALCULATOR */
#tab_finance table {
	font-size: 14px;
	margin-bottom: 10px;
	width: 100%;
}

#tab_finance table,
#tab_finance table th,
#tab_finance table td {
	border: 1px solid #444444;
}

#tab_finance table td {
	padding: 5px;
}

#tab_finance table td.description {
	width: 200px;
}

#tab_finance table tfoot td {
	font-weight: bold;
}

#tab_finance table select {
	clear: both;
	margin-bottom: 0px;
	width: auto;
}