@charset "utf-8";
/*steve force to utf-8 with ñ*/
/* CSS Document */
/** Motorvista5 extra style mods
/*for jQuery category sidebox http://www.bluebit.co.uk/blog/jquery_expandable_navigation_for_zen_cart*/
.js ul.jqNavigation { /*hides navigation until jQuery has run*/
    display: none;
}
ul.jqNavigation li ul { /*when users js is off, hides subcategories and forces user to navigate using centre page subcategory links*/
    display: none;
}
.jqNavigation {
    list-style-type: none;
    padding: 1em 0 1em 1em;
    margin: 0;
}

#accountEditDefault input[type=hidden] {
    height: 0;
}
#orderHistoryHeading, #prevOrders {
    width: 100%;
}
#myAccountOrdersStatus tbody {
    border-left: black thin solid;
    border-top: black thin solid;
}
#myAccountOrdersStatus th, #myAccountOrdersStatus td {
    padding: 2px 4px;
    border-right: black thin solid;
    border-bottom: black thin solid;
}
#orderHistoryDetailedOrder { /*copied from h2*/
    font-size: 1.4em;
    margin: 0.3em 3px;
    text-align: left;
}
#account_history_col01 { /*to push centre column in on all orders listing*/
    margin: 0 20px 0 0;
}
.navSplitPagesResult {
    padding: 5px 0 8px 0;
}
.instructions { /*address book edit*/
    float: right;
    width: 450px;
}
#orderHistoryStatus { /*copied from h2*/
    font-size: 1.4em;
    margin: 0.3em 3px;
    text-align: left;
}
#captcha_table { /*table shock horror*/
    border-collapse: collapse;
    margin: 0;
}
#captcha_table td {
    vertical-align: top;
}
#captcha_table td img {
    margin: 0 5px 0 0;
}
#captcha_table #captcha-img, #captcha_table .inputLabel, #captcha_table #captcha {
    float: none;
}
#captcha-img {
    border: 1px solid #999;
}
#cartContentsDisplay {
    width: 100%;
    padding: 0 10px 0 10px;
}
#cartContentsDisplay .cartModelDisplay, .accountModelDisplay {
    vertical-align: top;
}
/**puts the order Total in bold*/
#ottotal {
    font-weight: bold;
}
.ot_total { /*account history history order Total and amount 123*/
    font-weight: bold;
}
/**puts a line under the order total, separating it from the ex-tax subtotal and tax total underneath*/
#otspainsubtotal {
    border: 1px solid #cacaca;
}
/**this aligns the "Total" header text in the right column correctly on the confirm order 3 of 3 page*/
#ccTotalHeading {
    text-align: right;
}
/**this aligns the list of products in the cart under the title of the Products column on the confirm order 3 of 3 page*/
.cartProductDisplay ul {
    display: inline;
}
/*
.cartProductDisplay ul li {
    display: inline;
    margin-left: 3px !important;
}*/
/**this aligns the list of products in the cart under the title of the Products column  on the confirm order 3 of 3 page*/
#myAccountTotal {
    padding: 0 .1em 0 0;
    text-align: right;
}
/**this aligns the list of products in the cart under the title of the Products column on the account history info page*/
/*.accountProductDisplay {
    text-align: center;
}*/
.PaymentTable { /**for tpl_checkout_default payment options box*/
    width: 100%;
}
.PaymentImg {
    width: 25%;
    float: right;
    text-align: center;
}
.PaymentDescr {
    width: 100%;
    float: right;
    margin-left: 0.5em;
}
/**for tpl_checkout_confirm payment options box*/
.paymentAlert {
    background-color: #FFD5D7;
    border: 1px solid #A6000A;
    padding: .6em;
    /*margin: 4px 0;/*check order history page*/
    text-align: center;
    font-weight: bold;
}
/**for languages and currencies in header*/
#navCurrenciesLanguages {
    text-align: right;
    padding: 0.5em;
}
#headerCurrencies {
    margin-left: 20px;
}
#headerCurrencies a, #headerLanguages a {
    color: white;
    font-size: 11px;
    text-decoration: none;
}
#navCurrenciesLanguages a:hover {
    color: red;
    text-decoration: none;
}
.adv_shipp_icons {
    vertical-align: middle;
    padding: 5px 5px;
}
/******************** Motorvista 4 Styles ****************************/
/*Product Finder styles moved to separate sheet*/
#tab_bar {
    /*	margin:50px 0 0 0;*/
    position: absolute;
    bottom: 0;
    width: 100%;
}
#top_link_tab {
    float: left;
    /*width:100%;*/
    background: none;
    /*font-size:93%;*/
    line-height: normal;
}
/*#top_link_tab ul {
  margin:0 10px 0 10px;
  list-style:none;
  }*/
#top_link_tab ul {
    margin: 0 8px 0 5px;
    list-style: none;
}
#top_link_tab li {
    float: left;
    /*padding:0 0 0 9px;/*steve important to show image*/
    background: url(../images/tab_right.png) no-repeat right top;
}
#top_link_tab a {
    float: left;
    display: block;
    background: url(../images/tab_left.png) no-repeat left top;
    padding: 8px 10px 4px 10px; /*any space under tab link bar*/
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    color: white;
}
#top_link_tab li#current {
    background: url(../images/tab_active_right.png) no-repeat right top;
}
#top_link_tab #current a {
    background: url(../images/tab_active_left.png) no-repeat left top;
    color: black;
}
#top_link_tab li:hover {
    background: url(../images/tab_active_right.png) no-repeat right top;
}
#top_link_tab a:hover {
    background: url(../images/tab_active_left.png) no-repeat left top;
    color: black;
}
/*#top_link_tab ul li a span {
		height:28px;
	padding:8px 5px 7px 0;
	margin:0 0 0 3px;
}
/*#top_link_tab ul .close_rt {
	background-image:url(../images/menu_rt.png);
	background-repeat:no-repeat;
	width:10px;
	padding:0px;
	height:28px;
	margin-right:3px;
}
/*#top_link_tab ul {
	list-style:none;
	margin:0 0 0 5px;
	padding:0px;
}
#top_link_tab ul li {
	float:left;
	background-image:url(../images/menu_lt.png);
	background-repeat:no-repeat;
	height:28px;
	padding:8px 0 0 8px;
}
#top_link_tab ul li a {
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
}
#top_link_tab ul .close_rt {
	background-image:url(../images/menu_rt.png);
	background-repeat:no-repeat;
	width:10px;
	padding:0px;
	height:28px;
	margin-right:3px;
}*/
#manufacturersContent, #categoriesselectContent, #manufacturerinfoplusContent {
    text-align: center;
}
.separatesideboxlist {
    list-style-type: none;
    padding: 0 10px 0 22px;
    margin: 0;
}
#manufacturersHeading {
    background: url(../images/manufacturer_title.png) no-repeat;
    height: 53px;
    width: 252px;
}
#separatecategorysideboxHeading {
    background: url(../images/product_title.png) no-repeat;
    height: 53px; /*width:252px;*//*not needed*/
}
#categoriesselectHeading { /*used for manufacturers*/
    background: url(../images/manufacturer_title.png) no-repeat;
    height: 53px;
    width: 252px;
}
#manufacturerinfoplusHeading { /*used for manufacturers*/
    background: url(../images/sidebox_heading_manufacturerinfoplus.png) no-repeat;
    height: 53px;
    width: 252px;
}
#manufacturerinfoplus ul li {
    list-style-image: none; /*Kuroi sidebox to display on manufacturer listing page too*/
}
#manufacturerinfoplusContent {
    background: url(../images/left_panel_bg.png) repeat-y;
    width: 252px;
    /*padding: 10px 20px;*/
}
#separatecategorysidebox .sideBoxContent, #manufacturers .sideBoxContent, #categoriesselect .sideBoxContent, #dynamicpriceupdatersidebox .sideBoxContent {
    background: url(../images/left_panel_bg.png) repeat-y;
    width: 252px;
    padding: 20px 0;
}
#dynamicpriceupdatersidebox .sideBoxContent {
    padding-left:20px;
color:white;
}
#dynamicpriceupdatersideboxHeading { /*used for manufacturers*/
    background: url(../images/sidebox_heading_manufacturerinfoplus.png) no-repeat;
    height: 53px;
    width: 252px;
}
#separatecategorysidebox .footer_bg_box, #manufacturers .footer_bg_box, #categoriesselect .footer_bg_box, #manufacturerinfoplus .footer_bg_box {
    background: url(../images/left_panel_bottom.png) no-repeat;
    height: 13px;
    width: 252px;
    margin-bottom: 8px;
}
#separatecategorysideboxContent li {
    /*background:url(../images/bullet_left.gif);*/
    list-style-image: url(../images/bullet_left.gif);
    line-height: 22px;
    padding: 0 0 5px 0;
    margin: 0 0 5px 20px;
    background: url(../images/list_line_separator.png) no-repeat scroll -20px bottom;
}
#separatecategorysideboxContent .line_seprator {
    background: transparent url(../images/line_seprator.png) no-repeat scroll -17px 0;
    height: 3px;
    padding: 0;
}
#separatecategorysideboxContent li a {
    text-decoration: none;
}
/*#separatecategorysideboxContent li a .catSpan, #separatecategorysideboxContent li a:hover .catSpan {
	height:22px;
	padding-top:2px;
	display: block;
}*/
#separatecategorysideboxContent li a:hover .catSpan {
    background: url(../images/hover_img.png) no-repeat scroll 0 0;
}
/**Credit Card sidebox*/
#ccaccept {
    width: 243px;
    margin: auto;
}
#ccacceptHeading {
    background-image: url(../images/ccaccept_heading_bkg.gif);
    background-repeat: no-repeat;
    color: #F3EEEB;
    font-family: Arial, sans-serif;
    font-size: 15px;
    height: 22px;
    padding-left: 10px;
    padding-top: 4px;
    /*	text-align:left;*/
    /*	margin:0;*/
    /*text-shadow:1px 1px 1px #333333;*//*steve not allowed in css2.1*/
    /*	width:243px;*/
}
#ccacceptContent {
    background: #9B9B9B;
    background: linear-gradient(180deg,rgba(155, 155, 155, 1) 0%, rgba(231, 231, 231, 1) 100%);
  /*  background-image: url(../images/payment_mid_bg.png);
    background-repeat: repeat-x;*/
    text-align: center;
    padding: 10px 0 0 0;
    line-height: 1.5em;
    /*	height:94px;*/
}
#ccSabadell {
    padding-bottom: 5px;
}
#ccSantander {
    padding-top: 2px;
    /*padding-bottom:4px;*/
}
#ccTriodos {
    padding-top: 3px;
}
#ccaccept .footer_bg_box {
    background-image: url(../images/payment_bottom.png);
    background-repeat: no-repeat;
    height: 10px;
}
#centreColumnWrapper { /*td of tpl_main_page*/
    vertical-align: top;
    width: 750px;
}
#centreColumnContent { /*space around centre column box*/
    margin-top: 5px;
}
#navBreadCrumb_upper_edge {
    height: 13px;
    /*margin:0 0 0 10px;*/
    background: url(../images/content_body_top.png) no-repeat center;
}
#navBreadCrumb {
    padding: 10px;
    color: #e30f0f;
    font-size: 10px;
}
#navBreadCrumb a {
    color: #808080;
}
#navBreadCrumb img {
    margin: 0 0 0 5px; /*space between icon and following text not defineable*/
}
.centerColumn, #navBreadCrumb {
    background: url(../images/content_body_bg.png) repeat-y center;
    padding-left: 40px; /*gap between main text blocks and border*/
    padding-right: 40px;
}
.productListing, #sorter {
    background: url(../images/content_body_bg.png) repeat-y center;
}
.centerColumn {
    text-align: justify;
}
.centerColumn h1 {
    color: #E30F11;
    font-size: 1.8em;
}
.centerColumn h3 {
    margin-top: 5px;
}
.centerColumn ol, .centerColumn ul {
    margin: 0 0 8px 0;
}
.centerColumn ol li, .centerColumn ul li {
    line-height: 14px;
    padding: 0 0 5px 0;
    margin: 0 0 5px 20px;
    text-align: left;
}
.centerColumn ul li {
    list-style-image: url(../images/bullet_left.gif);
}
.lower_edge {
    background: url(../images/content_body_bottom.png) no-repeat center;
    /*width:701px;*/
    height: 13px; /*to display with no content*/
    margin: 0 0 10px 0;
}
/*
.body_lower_edge {
    background-image:url(../images/content_body_bottom.png);
    background-repeat:no-repeat;
    width:701px;
    height:13px;
    margin:0 0 -26px 0;
    background-position:9px 0;
}*/
#navSuppWrapper { /*footer*/
    margin: 0 auto;
    width: 960px;
    background-color: #161616;
}
/*#our_partner {
	background-image:url(../images/footer_bg.gif);
	padding-bottom:5px;
}
#our_partner h2 {
	color:#CCCCCC;
	font-size:17px;
	padding:10px 0 0 10px;
}*/
#logo_map {
    background-image: url(../images/footer_bg.gif);
    padding: 10px 10px 10px 15px;
    text-align: center;
}
#logo_map h2 {
    text-align: left;
    color: #CCCCCC;
    font-size: 17px;
    padding: 0 0 5px 0;
}
/*#logo_map img {
	text-align:center;
	margin:0 auto;
}*/
#navSupp {
    background-color: #161616;
    text-align: left;
    padding: 5px 0 5px 5px;
    float: left;
}
#navSupp ul {
    /*float:left;*/
    list-style-type: none;
    text-align: left;
}
#navSupp ul li {
    display: inline;
    white-space: nowrap;
}
#navSupp ul li a {
    text-decoration: none;
    color: #777;
}
#navSupp ul li a:hover {
    color: white;
}
#bottom_links {
    float: left;
    text-align: left;
}
#bottom_links a {
    text-decoration: none;
    color: #777;
}
#copyright {
    text-align: right;
}
#telfSocial{
    height: 26px;
    /*background: url(../images/icons/tel_icon.png) no-repeat;*/
    color: #C5C5C5;
    float: right;
    font-size: 22px;
    font-weight: bold;
    margin-top: 25px;
    padding: 0 5px 0 30px;
}
#telfSocial a{
    color: #C5C5C5;
    font-size: 22px;
    font-weight: bold;
}
#telfSocial #icon_telf {
    margin-bottom: -5px;
}
.valignTop {
    vertical-align: top;
}
.valignMiddle {
    vertical-align: middle;
}
#homepageflash_wrapper {
    text-align: center;
    /*	width:100%;*/
    margin: 0 auto;
}
#homepageflash_wrapper img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
#indexDefault .productListing, #indexCategories .productListing {
    margin: 0 0 0 10px;
}
#featuredProducts, #specialsDefault, #alsoPurchased, #whatsNewIndex {
    background: url(../images/content_body_bottom.png) no-repeat bottom center;
    padding: 0 0 13px 0;
    margin-bottom: 10px;
}
#featuredProducts .centerBoxHeading, #alsoPurchased .centerBoxHeading, #indexCategories .centerBoxHeading, #specialsDefault .centerBoxHeading, #whatsNewIndex .centerBoxHeading {
    background: url(../images/fasn_header_background.png) no-repeat center top;
    height: 38px; /*if set to image height (47) padding pushes columnar listing down*/
    color: #FBFBFB;
    font-family: arial, sans-serif;
    font-size: 17px;
    padding: 9px 0 0 15px;
    text-align: left;
}
#featuredProducts .columnar_display_listing, #alsoPurchased .columnar_display_listing, #specialsDefault .columnar_display_listing, #whatsNewIndex .columnar_display_listing {
    background: url(../images/content_body_bg.png) repeat-y center;
    text-align: center;
    margin: 0;
}
#alsoPurchased .columnar_display_listing {
    padding: 0 0 0 20px;
}
.bodyCodeTop { /*top curved edge*/
    width: 701px;
    height: 13px;
    background: url(../images/content_body_top.png) no-repeat 9px 0;
}
.close_div_bottom {
    width: 701px;
    height: 13px;
    background: url(../images/content_body_bottom.png) no-repeat 9px 0;
}
/*
#indexProductList, #indexCategories {
    background-image:url(../images/content_body_bg.png);
        background-repeat:repeat-y;
        width:691px;
        background-position:center;
        padding-right:10px;
}
*/
.itemTitle {
    padding: 10px 0 0 15px;
}
.moreInfo {
    text-align: right;
    float: right;
}
.listingDescription {
    padding: 4px 25px 0 15px;
    text-align: justify;
}
.itemPrice, .list-price {/*TODO remove itemPrice for 156*/
    color: #E30F11;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}
.itemCartAdd {
    float: right;
}
.itemCartAdd input[type="text"] {
    margin: 10px 0;
}
#productName, .gray_color {
    color: #555 !important;
}
.categoryListBoxContents {
    width: 100%;
}
.categoryListBoxContents .category_image {
    float: left;
    width: 160px;
    height: 160px;
    margin: 0 15px 0 0;
}
.categoryListBoxContents a img {
    padding: 30px 0 0 30px;
}
.categoryListBoxContents .category_description {
    padding: 5px 0 0 0;
    line-height: 15px;
    text-align: justify;
}
.centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .centerBoxContentsSpecials {
    /*height:300px;*/
    /*	position:relative;*/
    vertical-align: top;
}
.additionalImages {
    /*for 80x80 images*/
    background: url(../images/image_frame_100x100.png) no-repeat;
    /*height:149px;*/
    margin: 0 auto 0 auto;
    padding: 8px;
    text-align: center;
    white-space: normal;
    display: inline-block; /* *display: inline;*//*ie6,7 does not work*/
    /* *margin: 0 1px 0 1px;*//*ie6,7 does not work*/
}
.itemTitle a, .itemTitle a:hover {
    color: #a6000a;
    font-weight: bold;
}
.itemTitle a:hover {
    text-decoration: underline;
}

.line, .line2, .line3 {
    border-bottom: 1px solid #dfdfdf;
    height: 2px;
    margin: 0 0 5px 0;
    width: 630px;
    padding-top: 10px;
}

#AskAQuestionForm {
    float: left;
}
label[for=productListingSorter] {
    /*padding-left:10px !important;*/
    margin-left: 10px;
}
#indexProductList .inputLabel {
    font-weight: bold;
    padding: 0;
    width: auto;
}
#navColumnOneWrapper a {
    color: #CCCCCC;
}
input[type=text], input[type=password] {
    border: 1px solid #999999;
    padding: 1px;
}
fieldset select, fieldset input[type=text], fieldset input[type=password] {
    margin-bottom: 5px;
}
.abc {
    background: url(../images/background_bg.gif) repeat;
    margin-right: -10px;
    height: 30px;
}
#productMainImage {
    background: url(../images/productdetail_image_bg.png) no-repeat;
    height: 250px;
    overflow: hidden;
    margin: 0 10px 0 0;
    width: 250px;
    text-align: center;
    display: inline-block;
}
#productMainImage img {
    vertical-align: middle;
    margin: 25px auto;
}
#productPrices, #productPricesSecond {
    font-size: 17px !important;
    color: #E30F11 !important;
    float: left;
    position: relative;
    line-height: normal;
    /*	margin:5px 0 0 0;*/
    font-weight: bold;/*here for DPU which replaces the productPrice div*/
}
#productPrice, .productBasePrice {
    font-weight: bold; /* if only in containing div productPrices, does not inherit*/
}

#cartAdd {
    float: right;
    /*margin:4px 0 8px 5px;/*steve need left margin to get add to cart below the price!*/
    text-align: right;
}
#cartAdd input[type=text], #cartAdd input[type=image] {
    vertical-align: middle;
}
.call_for_price_image {
    /*position:absolute;
    top:50%;
    margin-top:0;*/
    vertical-align: middle;
}
#stockInfo {
    /*margin-top: 10px;*/
    margin-bottom: 10px;
    padding-top: 7px;
    clear: both;
}
#productDetailsList li span {
    color: #e30f0f;
}
#productDetailsList {
    list-style: none;
    padding: 0;
}
#productDetailsList li {
    line-height: normal;
    margin: 0;
    padding: 0;
    list-style-image: none;
}
#productDescription {
    padding: 0 20px 0 20px;
    clear: both;
}
#productDescription .bike_list {
    font-weight: bold;
    padding-top: 15px;
    text-align: left;
}

.orderAttribsList {
    padding: 0 !important;
    margin: 0 !important;
}
.orderAttribsList ul, .orderAttribsList li {
    padding: 0 !important;
}
caption {
    font-family: arial, sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    margin: 0.3em 3px;
}
#checkoutSuccessOrderNumber {
    font-weight: bold;
}
#checkoutSuccessThanks {
    margin-bottom: 0 !important;
}
#alsoPurchased a, .product_info a {
    color: #A6000A;
    font-weight: bold;
}
.centerBoxContentsAlsoPurch .product_info {
    padding: 60px 5px 10px;
}
.centerBoxContentsAlsoPurch .product_info {
    position: relative; /*needed with parent div relative to work*/
    bottom: 0;
}
.product_info {
    padding: 35px 5px 10px;
    text-align: left;
    font-size: 12px;
    /*position: relative;*/
    height: 30px;
    margin-bottom: 6px;
}
.product_info_price {
    /*position: absolute;/*needed with parent div relative to work*/
    /*bottom:-20px;*/
    padding: 0 5px;
    text-align: right;
    font-weight: bold;
    font-size: 12px;
    /*	display:inline-block;
        vertical-align:bottom;*/
}
.product_info_button { /*product details button on featured template 1*/
    text-align: left;
    padding-left: 5px;
    /*position:absolute;
    bottom:0;*/
}

#productInfoLink {
    font-weight: bold;
    margin: 5px 0 5px 0;
}
.pad {
    padding: 5px;
}
.productListing-rowheading { /*column titles of row listing table*/
    display: none;
}

.productListing-data .itemImage, .productListing-data .itemManufacturer, .productListing-data .list-model, .list-man, .list-image {/*TODO remove itemImage, itemManufacturer for 156*/
    float: left;
}
.productListing-data .itemImage, .list-image {/*TODO remove itemImage for 156*/
    margin-right: 15px;
}
.itemImage, .list-image {/*TODO remove itemImage for 156*/
text-align:center;
}
.productListing-data .itemManufacturer, .productListing-data .list-model, .list-man {/*TODO remove itemManufacturer for 156*/
    margin-top: 8px;
}
.productListing-data .list-model {
    margin-left: 4px;
}
.productListing-data .itemPrice, .list-price {/*TODO remove itemPrice for 156*/
    float: right;
}
.productListing-data .moreInfo {
    clear: right;
}
#prevOrders th, #prevOrders td {
    vertical-align: middle;
}
#orderTotals {
    margin-bottom: 10px;
}
#ht_pa_wrapper {
    margin: 15px 0;
    height: 275px; /*or lower margin does not work*/
    width: 500px;
}
#ht_pa_flash {
    float: left;
    margin-right: 10px;
}
#ht_pa_text {
    padding-top: 50px;
    font-size: 12px;
    font-weight: bold;
}
#prevOrders address {
    font-size: 11px;
}
#se_postcode_input {
    vertical-align: middle;
}
#se_postcode_input input {
    vertical-align: middle;
}
#postcodeSuffix {/*span added by js after postcode field*/
    margin-left: 5px;
}
#productTitlePriceWrapper {
    width: 350px;
    float: right;
}
#productAttributes {
    display: inline-block; /*for attributes fieldset to not be 100%*/
}
#productAttributes fieldset {
    width: auto; /*to override the default frameset 96%*/
}
#attribsOptionsText { /*Please Choose*/
    font-size: 12px;
    font-weight: normal;
}
.blackhighlightdigit {
    color: black !important;
    font-weight: bold;
}
.greyhighlightdigit {
    font-weight: bold;
    color: gray !important;
}
.redhighlightdigit {
    font-weight: bold;
    color: red !important;
}
.yellowhighlightdigit {
    font-weight: bold;
    color: yellow !important;
}
.greenhighlightdigit {
    font-weight: bold;
    color: green !important;
}
.bluehighlightdigit {
    font-weight: bold;
    color: blue !important;
}
.purplehighlightdigit {
    font-weight: bold;
    color: purple !important;
}
.camohighlightdigit {
    background-color: #1C6901;
    font-weight: bold;
    color: #6F3 !important;
}
#conditional_wrapper ul {
    margin-top: 5px;
    margin-bottom: 5px;
}
#conditional_wrapper li {
    font-weight: bold;
    color: #000 !important;
}
#conditional_wrapper a {
    color: black;
}
#conditional_wrapper a:hover {
    color: white;
}
#esystem_video {
    margin: 10px 0 20px 0;
}
.pmtOptions label.radioButtonLabel, #pmt-ceca, #pmt-moneyorder, #pmt-cod, #pmt-paypalwpp, #pmt-redsys {
    vertical-align: middle;
}
.pmtOptions {
    margin-top: 4px;
    border: 2px solid lightgrey;/*steve box highlight and border changed by javascript*/
    padding: 10px;
}
.pmtOptions:hover {
    background-color: lightgreen;
}
.pmtOptions img {
    float: right;
    margin: 0 0 10px 10px;
}
.pmtOptions label.radioButtonLabel {
    font-size: 1.5em;
}
.generic_product_warning {
    padding: 4px;
    border: 1px solid #CCC;
    background-color: #FFC;
    color: red;
    font-weight: bold;
}
.attribsRadioButton {
    font-size: 11px;
    text-align: left;
}
#feeds {
    margin-top: 12px;
    text-align: center;
}
#manufacturerinfoplusContent img {
    padding-bottom: 8px;
}
/***************BOF Attribute Rollovers CSS**************/
/*default attribute image*/
a.attribRoll img {
    border: 0;
    cursor: default;
    width: 50px;
    height: 50px;
}
/*link*/
a.attribRoll:hover {
    text-decoration: none;
    position: relative;
    cursor: default;
}
/*currently hidden attribute image*/
a.attribRoll i {
    display: block;
    position: absolute;
    left: -9999px;
    opacity: 0;
    /*-moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, .5);obsolete*/
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, .5);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, .5);
    /* -moz-border-radius: 10px;obsolete*/
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
/*revealed attribute image*/
a.attribRoll:hover i {
    top: -260px;
    left: -10px;
    padding: 10px;
    border: 1px solid #aaa;
    background: #fff;
    opacity: 1.0;
}
a.attribRoll:hover i img {
    width: 200px;
    height: 200px;
}
/***************EOF Attribute Rollovers CSS**************/
#attrib-4-16, #attrib-4-17, #attrib-4-18, #attrib-4-19 { /*separate upper radio buttons from lower attribute images*/
    margin-bottom: 8px;
}
.hols {
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
    text-transform: none;
    color: #000000;
    text-align: left !important;
    line-height: normal;
    background-color: #CCC;
    margin-bottom: 5px;
    border: 2px solid #F00;
    padding: 5px 8px;
    border-radius: 10px;
}
.debug {
    font-weight: bold;
    color: red;
    background-color: white;
    padding: 3px;
}
#BackInStock_link {
    /*	padding:10px 0 10px 0;
        font-size:11px;*/
    color: black;
    font-weight: bold;
}
.below_categoryListBoxContents {
    clear: left;
}
#myAccountOrdersStatus td {
    vertical-align: top;
}
#myAccountStatusDate, .myAccountStatusDate, #myAccountStatusComments, .myAccountStatusComments {
    text-align: left;
    padding-left: 5px;
}
#myAccountStatus, .myAccountStatus {
    text-align: center;
}
/* retained in case...
.rg_shocktube_table {
    border: thin solid #CCC;
    border-right-style: none;
    border-bottom-style: none;
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.rg_shocktube_table th, .rg_shocktube_table td {
    border: thin #CCC;
    border-right-style: solid;
    border-bottom-style: solid;
    padding: 3px;
    text-align: center;
}
.rg_shocktube_table th.col_01, .rg_shocktube_table td.col_01 {
    white-space: nowrap;
    text-align: left !important;
}
.rg_shocktube_table tbody tr.alt-row td {
    background-color: #E4E4E4;
}
*/
.table_mv1 {
    border: thin solid #CCC;
    border-right-style: none;
    border-bottom-style: none;
    /*font-size: 10px;too small*/
    margin-top: 10px;
    margin-bottom: 10px;
}
.table_mv1 th, .table_mv1 td {
    border: thin #CCC;
    border-right-style: solid;
    border-bottom-style: solid;
    padding: 3px;
    /*text-align: center;*/
}
/*
.table_mv1 th p {needs specific targetting, for Which GS-911
    text-align: center;
}
*/
.table_mv1 th.col_01, .table_mv1 td.col_01 {
    white-space: nowrap;
    text-align: left !important;
}
.table_mv1 tbody tr.alt-row td {
    background-color: #E4E4E4;
}
.table_col1_th tr:first-child, .table_col1_th td:first-child { /* for making first column bold */
font-weight: bold;
width:0.1%;
}

#checkoutConfirmDefaultPaymentTitle {
    font-weight: bold;
}
.bankTransferTable {
    width: 100%;
    border: thin solid #CCC;
    border-right-style: none;
    border-bottom-style: none;
    /*font-size: 10px;
    margin-top:10px;*/
    margin-bottom: 10px;
}
.bankTransferTable th, .bankTransferTable td {
    border: thin #CCC;
    border-right-style: solid;
    border-bottom-style: solid;
    padding: 8px;
    text-align: center;
}
.bankTransferTable th.col_01, .bankTransferTable td.col_01 {
    white-space: nowrap;
    text-align: left !important;
}
/* Extra selectors needed to override the default styling */
.bankTransferTable tbody tr.alt-row td {
    background-color: #E4E4E4;
}
/* success message from contact and ask a question */
.success {
    font-size: 13px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 8px;
}
#productAdditionalImages, #productReviewLink {
    margin-bottom: 10px;
}
label.contact_id, input#contact_id { /*Ask a question honeypot*/
    display: none;
}
.inline_links { /*to space a horizontal list of links, like reviews*/
    text-align: left;
}
.inline_links a { /*to space a horizontal list of links, like reviews*/
    margin-right: 15px;
}
#seAddress {
    margin-top: 10px;
}
.cartAttribsList {
    margin-left: 18px;
}
.cartAttribsList ul li {
    display: list-item;
}
.cartAttribsList li {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.cartRow {
    border: thin none #999;
    border-top-style: solid;
}
/*
#productAttributesTable {
    tr spacing see below
}
*/
#productAttributesTable tr > td {
    padding-bottom: 6px;
}
.optionName {
    /*text-align: center;*/
    font-weight: bold;
    text-transform: capitalize;
    display: inline-block;
    /*	vertical-align:middle;*/
}
.optionMenu {
    display: inline-block;
    vertical-align: middle;
}
.inline_img {
    margin: 4px;
}
.inline_img img {
   border:solid black thin;
}
.ivaNote {
    clear:left;
    font-size: 10px;
}

fieldset.checkoutCredit label.inputLabel {
    float: none; /*aligns coupon code box centrally with Redemption Code*/
}
#popupCouponHelp {
    width: 95%;
    margin: 5px auto 0 auto;
}
#popupCouponHelp h3 {
    margin: 5px;
}
#popupCouponHelp li { /*could use list-style-position: inside; but there are p tags around the text*/
    list-style-position: outside;
    margin-left: 20px;
}
#htPaBlock {
	width:320px;
	border:1px solid;
	margin-bottom: 10px;
	display:inline-block;
	overflow:auto;
	padding:5px;
	border-radius: 4px;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	-webkit-box-shadow: 0 7px 4px #777;
	-moz-box-shadow: 0 7px 4px #777;
	box-shadow: 0 7px 4px #777;
}
#htPaBlock legend{
	text-align:left;
}
#htPaIframe {
    border: 1px solid;
    height:600px;/*1080 for GSX-R1000 2013 most products*/
	margin-left:3px;
}
.tinyText {
    font-size: 7px;
}
.cartProductText div {/*separation between product name, attribute and stock info in cart*/
    margin-top:2px;
}
.left {
    float:left;
}
.right {
    float:right;
}
img {/*responsive*/
    max-width: 100%;
    height: auto;
}
.freeShippingText {
    font-weight: bold;
    margin-bottom: 10px;
}
img.border{
   border:solid black thin;
}
img.marginRight{
   margin-right: 15px;
}
.u {
	text-decoration:underline;
	}

.b {
	font-weight:bold;
	}
.navNextPrevButtons {
    text-align: center;
}
.nowrap {
    white-space: nowrap;
}
.textAlignLeft {
    text-align: left;
}
.textAlignCenter {
    text-align: center;
}
.textAlignRight {
    text-align: right;
}
.bannerMv1HOLS
{
    /*background, width, margin from #contentMainWrapper */
    /*background: url(../images/background_bg.gif) repeat;*/
    background: black;
    width: 958px;
    margin: 0 auto;
    border: red 2px solid;
    padding: 10px 0;
    text-align: center;
    font-size:40px;
    color:red;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: darkred;
    font-weight:bold;
}
.bannerMv1
{
    background: black;
    width: 958px;
    margin: 0 auto;
    border: red 1px solid;
    padding: 10px 0;
    text-align: center;
    font-size:20px;
    color:white;
    font-weight:bold;
}
/*in template RC for making search results page numbers horizontal */
.pagination li {
    display: inline-block;
}
/*copied from Bootstrap to replace table_mv1*/
.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
    padding:4px;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}
/* used for very long product names overflowing/not wrapping in Chrome like RG-HLS0176CL*/
.wordwrap {
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap;     /* Opera <7 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* Webkit */
    word-wrap: break-word;      /* IE */
}
#filter-wrapper {
    margin-bottom: 10px;
}

/* otherwise the second dropdown is offset to the right on the product listing */
#filter-wrapper label.inputLabel {
    float: none;
    font-size: larger;
}

#disp-order-sorter, #select-filter_id, #categoriesselectContent #select-cPath{
    font-size: larger;
    padding:5px 0 5px 5px;
}

#filter-wrapper form[name="sorter_form"] {
    margin-right: 10px;
}
/*mp4 videos e.g. Innovv K7 EIS */
.video-container {
    max-width: 100%; /* Set a pixel value instead if no parent container*/
    margin: 0 auto; /* Center the container */
}
.video-container video {
    width: 100%; /* Fill the available width */
    height: auto; /* Adjust height automatically */
}
.messageStackWarning {
    font-size: xx-small;
    border: none;
    padding: 0;
    margin: 0;
}
.messageStackWarning>img {
    width: 10px;
}
