@font-face {
    font-family: 'mgbold';
    src: url('styleImage.aspx?styleid=638&filename=MGBOLD.ttf') format('truetype');
}

a {
    text-decoration: none;
}

#minibasket h3 {
    color: black;
    text-align: center;
}
/*SOT*/
#keyboardMsg { font-size: 14pt }


/* MAIN */
#container {
    width: 1100px;
    position: relative;
    margin: 0 auto 10px auto;
    background-color: #fff;
    padding: 0;
    /*box-shadow: 0 0 5px 5px rgba(0,0,0,0.2);*/
}
body {
   /* background-image: url('styleImage.aspx?styleid=638&filename=backgroundtile.png');*/
    background-repeat: repeat-x;
    background-color: #fff;
    color: #000;
    font-family: Arial;
    font-size: 10pt;
    margin: 0;
}
a:link,
a:visited { color: #A50404 }
a img { border: none }
.clear { clear: both }
/*HEADER*/
#hometopsection {
    /*background: #fff url('styleImage.aspx?styleid=638&filename=TC_REID_ELECTRICAL.png') no-repeat;*/
    height: auto;
}
#toplogo {
    float: left;
    padding: 27px 0;
    width: 723px;
}

#toplogo img {
	width: 100%;
}

#exvatmessage {
padding-left: 265px;
}
#topsection {
    /*background: #fff url('styleImage.aspx?styleid=638&filename=TC_REID_ELECTRICAL.png') no-repeat;*/
    height: auto;
}
/*MENU*/
#topmenu {
    z-index: 3;
    /*background: #E7E7E7;*/
    background: url('styleImage.aspx?styleid=638&filename=navbg.png');
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    height: 75px;
    line-height: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#topmenu ul {
    padding: 0 0 0 0;
    margin: 0 auto;
    display: inline-block;
}
#topmenu ul li {
    margin: 0;
    display: inline-block;
}
#topmenu ul li a {
    display: block;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0px 4px;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
#topmenu ul li a:hover {
    background-color: #A50404;
    color: #fff;
    padding: 22.5px 15px;;
}
#topmenu ul a:link,
#topmenu ul a:visited { color: #1c1c1c; padding: 22.5px 15px;}
#topmenu li:hover ul {
    position: absolute;
    z-index: 2;
    left: auto;
}
#topmenu li ul li {
    display: block;
    float: none;
}
#topmenu li ul li a {
    padding-top: 6px;
    float: none;
}
#topmenu li ul li a:hover { background-color: #A50404 }
#topmenu li ul li a {
    border: none;
    height: auto;
    line-height: normal;
    text-align: left;
    width: 150px;
    padding-bottom: 6px;
}
#topmenu li ul {
    border: 2px solid #fff;
    position: absolute;
    left: -999em;
    border-top: 2px solid white;
    padding: 0px;
    background: black;
}
#topmenu ul .link_selected_par a { text-decoration: underline }
#topmenu ul .link_selected a {
    color: #fff;
    background: #1c1c1c;
    padding: 22.5px 15px;;
}
/*SEARCH*/
#CRMProdSearch {
    /* height: 26px; */
    /* display: block; */
    /* position: relative; */
    /* margin-top: 5px; */
}
#CRMProdSearch form {
    clear: both;
    /* float: right; */
    /* padding: 0px 11px 0px 11px; */
    text-align: center;
    /* width: 500px; */
    position: absolute;
top: 196px;
right: 15px;
}
#CRMProdSearch select {
    border: 1px solid black;
color: #666666;
text-transform: uppercase;
font-weight: bold;
font-family: tahoma;
font-size: 8pt;
margin-right: 4px;
width: 237px;
position: absolute;
bottom: 32px;
right: 0;
height: 25px;
border-radius: .5em;
vertical-align: top;
background: #F1F0F0;
background-image: url('styleImage.aspx?styleid=638&filename=selectgradient.jpg'); /* fallback */
background-image: url('styleImage.aspx?styleid=638&filename=selectgradient.jpg'), -webkit-gradient(linear, left top, left bottom, from(#F1F0F0), to(#A4A3A2)); /* Saf4+, Chrome */
background-image: url('styleImage.aspx?styleid=638&filename=selectgradient.jpg'), -webkit-linear-gradient(top, #F1F0F0, #A4A3A2); /* Chrome 10+, Saf5.1+ */
background-image: url('styleImage.aspx?styleid=638&filename=selectgradient.jpg'),    -moz-linear-gradient(top, #F1F0F0, #A4A3A2); /* FF3.6+ */
background-image: url('styleImage.aspx?styleid=638&filename=selectgradient.jpg'),     -ms-linear-gradient(top, #F1F0F0, #A4A3A2); /* IE10 */
background-image: url('styleImage.aspx?styleid=638&filename=selectgradient.jpg'),      -o-linear-gradient(top, #F1F0F0, #A4A3A2); /* Opera 11.10+ */
background-image: url('styleImage.aspx?styleid=638&filename=selectgradient.jpg'),         linear-gradient(to bottom, #F1F0F0, #A4A3A2); /* W3C */
}
#CRMProdSearch select:focus, #CRMProdSearch input[type="text"]:focus { outline: 0 }
#CRMProdSearch input[type="text"] {
    padding: 4px;
    font-family: tahoma;
    font-size: 8pt;
    border: 1px solid black;
    width: 150px;
    background: #fff;
    height: 15px;
    border-radius: .5em;
    vertical-align: top;
}
#CRMProdSearch input[type="submit"] {
    border: 0px;
    margin-left: 3px;
    padding: 5px 10px;
    font-family: tahoma;
    text-transform: uppercase;
    background-color: #D7E4ED;
    color: #467BA7;
    font-weight: bold;
    font-size: 8pt;
}
/*GREETING*/
#greetingstuff {
    color: #1c1c1c;
    font-weight: bold;
    font-size: 12pt;
    text-transform: uppercase;
    padding: 17px 0;
    height: 65px;
    position: relative;
    text-align: right;
    float: right;
    /* margin-top: -29px; */
    width: 283px;
    /* top: -150px; */
    /* right: -20px; */
}
#greetingstuff .inout {
    color: #666666;
    padding-right: 1px;
    float: right;
}
#greetingstuff .inout a {
    color: black;
    text-decoration: none;
    font-size: 15px;
    color: #1c1c1c;
}
#greetingstuff .inout a:hover { color: #A50404 }
#greetingstuff .phone {
    font-weight: bold;
    float: right;
    height: 28px;
    font-size: 31px;
    margin-top: 7px;
}
/*BREADCRUMBS*/
#crumbs {
    margin-top: 10px;
    min-height: 0px;
    padding-bottom: 10px;
}
#crumbs a {
    color: #407AAA;
    text-decoration: none;
}
#crumbs .divider { padding: 4px }
#crumbs .current {
    font-weight: bold;
    color: #A50404;
}
/*BODY*/
#bodysection {
    display: block;
    background-repeat: repeat-x;
    color: black;
    float: left;
    width: 680px;
    padding: 20px;
}
#bodysection input[type="submit"] {
    border: none;
    padding: 5px;
    font-family: tahoma;
    text-transform: uppercase;
    background-color: black;
    color: #fff;
    font-weight: bold;
    font-size: 8pt;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
#bodysection input[type="submit"]:hover {
    background-color: #A50404;
    color: #fff;
}
.CRMProdItemAddToBasket input[type="text"] {
    padding: 5px;
    font-family: tahoma;
    font-size: 8pt;
    border: 1px solid #black;
    width: 30px;
    background-color: #fff;
    text-align: center;
    color: black;
    font-weight: bold;
    height: 11px;
}
#bodysection h2 { color: #A50404 }
#bodysection h1 {
    color: #ccc;
	text-transform: uppercase;
	display: block;
	padding-bottom: 10px;
	font-weight: lighter;
	margin-top: 20px;
}
/*MENU*/
#leftside {
    float: left;
    width: 180px;
    position: relative;
    padding-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
}
#homeleftside {
    float: left;
    width: 180px;
    position: relative;
    padding-top: 28px;
    padding-left: 5px;
    padding-right: 5px;
}
#leftside { }
#leftside h3,
#leftside h2 {
    text-transform: uppercase;
    border: none;
    padding: 0px 8px 0px 8px;
    color: black;
    /*background: #3D7AA7;*/
    margin: 0;
    font-size: 10pt;
    font-weight: bold;
    margin-bottom: 0px;
    /*      background: url('styleImage.aspx?styleid=638&filename=hrtile.png') left bottom repeat-x;*/
}
#menu1 { }
#menu1 ul {
    list-style: none;
    padding: 0 5px;
    margin: 0px;
}
#menu1 a {
    display: block;
    font-size: 9pt;
    text-decoration: none;
    padding: 16px 8px;
    width: 163px;
    margin-left: -4px;
    line-height: 22px;
    list-style-type: none;
    color: black!important;
    border: 0px solid;
    background-position: 160px center;
    -moz-transition: background-position 0.1s;
    -webkit-transition: background-position 0.1s;
    -o-transition: background-position 0.1s;
    transition: background-position 0.1s;
    overflow: hidden;
    text-overflow: ellipsis;
}
#menu1 a:link,
#menu1 a:visited { color: #A50404 }
#menu1 ul ul { padding: 0px }
#menu1 ul ul a:link,
#menu1 ul ul a:visited {
    color: #A50404;
    text-transform: uppercase;
    /* text-indent: 5px; */ font-weight: normal;;
    padding-left: 10px;
}
#menu1 ul a:hover,
#menu1 ul ul a:hover {
    background-position: 163px center;
    color: #fff !important;
    background: #A50404!important;
    width: 163px;
	margin-left: -4px;
	background: #A50404!important;
}
#menu1 ul li a:hover { color: #A50404 }
#menu1 ul ul li a:hover { }
#menu1 li a.CRMCategorySelected {
    color: #fff!important;
    font-weight: bold;
    font-size: 9pt;
    width: 163px;
	margin-left: -4px;
    background-color: #1c1c1c !important;
}
#menu1 ul>li>ul>li>a.CRMCategorySelected {
    color: #A50404;
    font-weight: bold;
    background-color: #fff;
}
.CRMCategoryList { padding-bottom: 0px; margin-top: 65px; }
/*NEWS*/
#news h3 {
    background-color: #E7E7E7;
font-weight: lighter;
width: 180px;
margin-left: -15px;
margin-top: 0;
text-align: center;
color: #1c1c1c;
padding: 15px 0;
}
.noarticles {
    color: #A50404;
    position: relative;
    top: -5px;
}
/*MINI BASKET*/
#minibasket {
    margin-top: 43px;
    margin-bottom: 15px;
    text-transform: none;
    /*      color: #A50404;*/
}
.CRMMiniBasket { color: #1c1c1c; }
.CRMMiniBasketLines,
.CRMMiniSavedBaskets { font-size: 9pt }
.CRMMiniSavedBaskets {
    color: #666;
    text-transform: none;
    padding-top: 3px;
}
.CRMMiniBasketAmount {
    margin: 5px 0;
    font-weight: bold;
}
.CRMMiniBasket,
.articleContainer {
    text-transform: uppercase;
    font-size: 10pt;
    padding: 8px;
}
.CRMMiniBasket .CRMMiniLineRow { margin-bottom: 12px }
.CRMMiniLineSummary {
    margin-bottom: 8px;
    font-size: 8pt;
}
.CRMMiniLineQty {
    min-width: 15px;
    text-align: center;
    float: left;
    display: block;
    height: 100%;
    font-weight: bold;
}
.CRMMiniLineDesc {
    display: block;
    overflow: hidden;
    border-left: 1px solid #333;
    padding-left: 5px;
}
/* CATEGORY LIST */
.CRMProdItemListTitle {
    color: black;
    /* padding-bottom: 10px; */
    /*  border-bottom: 10px solid #A50404;*/
}
.searchpagenav { margin-top: 10px }
.CRMProdCatDesc,
.CatThumbmaindesc { margin-top: -5px }
.CRMCategoryThumbList { margin-top: 10px }
.CRMCategoryThumbList ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.CRMCategoryThumbList li {
    height: 175px;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 190px;
    float: left;
    text-align: center;
    margin: 10px;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    padding: 20px 7px;
}
.CRMCategoryThumbList li>a {
    /*width: 50px;;
    height: 50px;
    margin: 10px;*/
}
.CRMCategoryThumbList li:hover { /* border: 1px solid #A0D4FF; _NO__DOTCOMMA__AFTER__*/ }
.CRMCategoryThumbList li:hover .CatThumbgroupdesc a { color: #A50404 }
.CatThumbgroupdesc a {
    text-transform: uppercase;
    font-size: 11pt;
    color: #1c1c1c;
    text-decoration: none;
}
.CatThumbgroupdesc {
    text-align: center;
}
.CRMCategoryThumbList img {
    /*width: 65px;;
    height: 65px;
    margin-top: 8px;
    margin-left: -2px;
    margin-bottom: -15px;*/
    border: 0px solid #666666;
    padding: 0 0 15px 0;
    /* margin-left: 28px; */
}
.CRMCategoryThumbList li:hover .CatThumbgroupextdesc { background: #F2F2F2 }
.CatThumbgroupextdesc {
    height: 137px;
    clear: both;
    padding: 10px;
    margin-top: 68px;
    background: #F2F2F2;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.CatThumbgroupextdesc a {
    text-decoration: none;
    color: black;
}
/*Variations*/
.CRMProdItemSummaryVariationControls { margin-bottom: -14px }
#expandedvars .CRMProdItemSummaryVariationControls {
    float: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.CRMProdItemSummaryVariationControls .CRMProdItemSummaryVarTitle { width: 690px }
/*PRODUCTS*/

div.CRMProdItemSummaryStdPrice.CRMProdItemSummaryCost {display: none;}

.CRMProdItemSummary {
    min-height: 113px;
    margin-bottom: 35px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
    clear: both;
    position: relative;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.CRMProdItemSummary:hover { border-bottom: 1px solid #ccc; }
.CRMProdItemSummaryImg {
    display: block;
    width: 150px;
    height: 113px;
    border: 0px solid #666666;
    line-height: 130px;
    text-align: center;
    float: left;
    margin: -1px 10px 10px -1px;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.CRMProdItemSummary:hover .CRMProdItemSummaryImg { border: 0px solid gray }
.CRMProdItemSummaryImg img { }
.CRMProdItemSummaryImg ~ div {
    font-weight: bold;
    color: black;
}
.CRMProdItemSummaryRef,
.CRMProdItemSummaryCost,
.CRMProdItemSummaryStock { position: relative }
.CRMProdItemSummaryExDesc {
    width: 325px;
    margin-left: 211px;
    position: relative;
    top: -75px;
    font-weight: normal !important;
    height: 102px;
    overflow: hidden;
}
.CRMProdItemSummaryStock { font-weight: normal !important }
.CRMProdItemSummaryDesc {
    font-size: 12pt;
    overflow: hidden;
    margin: 0 10px 0 10px;
}
.CRMProdItemSummaryDesc a {
    color: black;
    font-size: 13pt;
    text-transform: uppercase;
    text-decoration: none;
}
.CRMProdItemSummaryDesc a:hover { color: #A50404 }
/*PRODUCT DETAIL*/
.CRMProdItemListTitle a,
.CRMProdItemListTitle hr { display: none }
.CRMProdItemListTitle h3,
.CatThumbmaintitle h3 {
    display: block;
    /*height: 28px;*/
    font-size: 14pt;
    text-transform: uppercase;
    color: rgb(102,102,102);
}
#CRMProdItemRef1 { margin-left: 4px }
#expandedvars {
    clear: both;
    float: none;
}
.CRMProdItemDetail {
    width: 550px;
    clear: both;
    margin-bottom: 10px;
}
.CRMProdItemDetail hr { display: none }
.CRMProdItemDetailImg {
    float: left;
    width: 253px;
}
.CRMProdItemDetailImg a { text-decoration: none }
.CRMProdItemDetailImg img { border: 0px solid #666666 }
.enlargelink {
    background: #000;
    border: medium none;
    color: #fff;
    font-size: 8pt;
    font-weight: bold;
    padding: 4px 20px;
    text-transform: uppercase;
    display: block;
    width: 60px;
    margin-top: 10px;
    border-image: initial;
    text-align: center;
}
.enlargelink:hover {
    background-color: #A50404;
    color: #fff;
}
.CRMProdItemDetail .l { padding-left: 10px }
.CRMProdItemDetailDesc {
    font-size: 12pt;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 261px;
    padding-top: 10px;
    color: #A50404;
    overflow: hidden;
}
.CRMProdItemModeR .CRMProdItemDetailDesc {
    display: none; /* hide the duplicated description for Related Items */
}
.CRMProdItemDetailCost { font-weight: bold }
.CRMProdItemDetailCost,
.CRMProdItemDetailStock { font-size: 10pt; margin-bottom: 5px;}
.CRMProdItemDetailExDesc {
    width: 543px;
    margin-bottom: 10px;
    margin-top: 10px;
    float: left;
}
.CRMProdItemDetailExDesc .v { }
.CRMProdItemDetailSpec {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    color: rgb(70,70,70);

}
.CRMProdItemDetail .CRMProdItemAddToBasket .addqty { margin-left: 10px }
.CRMProdItemSummary .CRMProdItemAddToBasket {
    position: absolute;
    right: 5px;
    bottom: 5px;
}
.CRMProdItemSummary .CRMProdItemAddToBasket select[name="addprodref"] {
    position: absolute;
    width: 255px;
    right: 2px;
    bottom: 29px;
}
.CRMProdItemDetail .CMSAddToYS {
    margin-left: 380px;
    margin-top: 5px;
}
/*Variations*/
.CRMProdItemDetailVariationControls {
    float: left;
    margin-top: 20px;
}
style.css:588 .CRMProdItemDetailVariationControls,
.CRMProdItemSummaryVariationControls { clear: both }
.CRMProdItemSummaryVarTitle,
.CRMProdItemDetailVariationControls a:link,
.CRMProdItemDetailVariationControls a:visited,
.CRMProdItemDetailVarTitle {
    color: #083467;
    display: block;
    font-weight: bold;
    padding: 5px 0;
}
#expandedvars .CRMProdItemDetailVariationControls {
    text-transform: uppercase;
    font-size: 12pt;
}
.CRMProdItemDetailVariationControls {
    padding-left: 10px;
    font-size: 10pt;
}
.CRMProdItemDetailVariationControls .CRMProdItemDetail { margin-bottom: 30px }
/*FOOTER*/
#footer img {backround-image:url('styleImage.aspx?styleid=638&filename=sagepay[1].png'); }
#footer {
    margin-top: 20px;
    padding: 20px 15px;
    border-top: 1px solid #ccc;
    margin-left: 15px;
    margin-right: 15px;
    color: #A50404;
}
#footer p {
    margin: 0px;
    width: 600px;
}
/*LOGIN*/
#loginForm {
    width: 200px;
    padding: 0px 20px 20px 20px;
    margin-bottom: -20px;
}
#loginForm #inputUser input {
    width: 260px;
    border: 1px solid #7F9DB9;
    padding: 4px;
    text-align: left;
}
#loginForm #inputPassword input {
    width: 260px;
    border: 1px solid #7F9DB9;
    padding: 4px;
    text-align: left;
    font-family: Tahoma;
    font-size: 8pt;
}
/*YOUR STORE*/
.divprodlist li div a { margin-right: 10px }
.divprodlist ul+a img {
    position: relative;
    top: 3px;
}
/*BASKET*/
.divManage table { width: 100% }
.divManage th {
    background-color: black;
    color: #fff;
    padding: 5px;
}
.divManage th a:link,
.divmanage th a:visited { color: #fff }
.columnnumeric { text-align: right }
.columninput,
.basketLineDelete,
td.quantity { text-align: center }
/*Order Status*/
.CRMOrderStatus table tr form+td {
    text-indent: 10px;
    background-color: #083467;
    color: #fff;
    font-weight: bold;
}
.CRMOrderStatus table tr form+td a {
    float: right;
    margin-right: 10px;
    color: #fff;
    font-weight: normal;
}
.CRMOrderStatus table tr form+td+td {
    text-indent: 10px;
    background-color: #083467;
    color: #fff;
    font-weight: bold;
}
.CRMOrderStatus table tr form+td+td input {
    float: right;
    margin-right: 10px;
}
/*ORDER SUMMARY*/
.CRMOrderSummary .printlink {
    margin-top: 10px;
    margin-bottom: 5px;
    display: block;
}
.foottotaltext { text-align: right }
/*CHECKOUT*/
.CRMOrderSummaryDeliveryDetails { padding-left: 50px }
.CRMOrderSummaryLinesTable { padding-top: 20px }
/*ARTICLE*/
.article {
    text-transform: none;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 28px;
    clear: both;
    min-height: 104px;
}
.articleContainer .article_title a {
    font-weight: bold;
    color: rgb(102,102,102);
    text-decoration: none;
    text-transform: uppercase;
}
.articleContainer .article_date { display: none }
.article_summary {
    font-size: 8pt;
    color: #000;
}

.article_image {
	float: left;
}

#news img, #news .article_image, #homenews img, #news .article_image {
    width: 100%;
}

#bodysection .article_title {
    font-weight: bold;
    font-size: 13pt;
    color: #000;
}
/*END SOT*/
.CRMOrderSummary table + table th {
    background: black;
    color: #fff;
}
input[type="submit"],
input[type="button"] {
    border: none;
    border-radius: 0;
    padding: 15px;
    text-transform: uppercase;
    background-color: black;
    color: white;
    font-weight: bold;
    font-size: 10pt;
    cursor: pointer;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
input[type="submit"]:hover,
input[type="button"]:hover { background-color: #A50404 }

#CRMMiniBasketBubble {
    top: 83px;
    background: #ccc;
    position: absolute;
    left: -32%;
    width: 230px;
    margin-left: -20px;
    border: 1px solid #1c1c1c;
    color: #1c1c1c;
    height: 74px;
    border-radius: 2px;
    padding: 5px;
    opacity: 0.98;
}
#CRMMiniBasketBubble .bubbleCloseTop {
    text-align: right;
    padding-right: 5px;
    padding-bottom: 5px;
}
#CRMMiniBasketBubble .bubbleCloseTop a {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}
.bubbleText { text-align: center }
.bubbleControls {
    text-align: center;
    padding-top: 7px;
}
.bubbleCheckout a { padding-right: 10px }
.bubbleControls a { color: #A50404;}
.bubbleControls a:hover { text-decoration: underline }
.CRMGuestCheckout .CRMGuestEmailField { margin-bottom: 10px }
.CRMGuestCheckout .CRMGuestEmailField #gcemail {width: 263px;
margin-left: 11px;}

.CRMGuestRegister {margin-bottom: 5px;}

.CRMProdItemDetail select[name="addprodref"] {
    margin-left: 264px;
    width: 270px;
    display: block;
    margin-bottom: 1em;
}

.CRMProdItemDetailRef {
margin-bottom: 5px;
}

.bc_rrp {
margin-bottom: 5px;
}



#checkout-header {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    text-align: center;
    font-size: 16pt;
    color: black;
    margin-top: 15px;
}
#checkout-header span.selected { color: #A50404 }
#logincontainer {
    padding-bottom: 20px;
    width: 525px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #083467;
    margin-top: 100px;
    background-color: white;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
#logincontainer:hover { border: 1px solid #3D7AA7 }
#logincontainer #loginForm { margin: 0 auto }
#logintext h1 { color: #083467 }
#homesection {
    display: block;
    float: left;
    width: 910px;
    margin: 0px -5px 0 0;
    padding: 10px;
    position: relative;
    top: -23px;
}
.slider-wrapper { float: none; width: 99%; }
.nivoSlider { margin-bottom: 15px }
.nivo-controlNav { display: none }
#homesection .CRMProdItemList {
    float: left;
    width: 100%;
}
#homesection .CRMProdItemSummary {
    float: left;
    width: 443px;
    clear: none;
    margin: 5px 5px;
}
#homesection .CRMProdItemSummaryRef,
#homesection .CRMProdItemSummaryCost,
#homesection .CRMProdItemSummaryStock { margin-left: 0px }
.CRMProdItemModeR { clear: both }
#cmsbiscuits { display: inline }
.cmsbiscuit { display: inline }
.cmsbiscuitseperator { display: inline }
/* HOME CATEGORIES PLUGIN STYLES */
#home-categories-list .CRMCategoryList ul {
    margin: auto;
    padding: 0;
    width: 880px;
}
#home-categories-list .CRMCategoryList ul li {
    list-style: none;
    float: left;
}
#home-categories-list .CRMCategoryList ul a {
    display: block;
    margin: 5px;
    width: 130px;
    font-size: 10pt;
    text-decoration: none;
    border-bottom: 1px dotted #9EBCD3;
    line-height: 22px;
    height: 22px;
    list-style-type: none;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
}
#home-categories-list .CRMCategoryList ul a:link,
#home-categories-list .CRMCategoryList ul a:visited { color: #1E3E6D }
#home-categories-list .CRMCategoryList ul ul {
    margin: 0;
    padding: 0;
    width: 130px;
}
#home-categories-list .CRMCategoryList ul ul a:link,
#home-categories-list .CRMCategoryList ul ul a:visited {
    color: #3D7AA7;
    text-transform: uppercase;
    text-indent: 5px;
    font-weight: normal;
}
#home-categories-list .CRMCategoryList ul li a:hover { color: #2255bb }
#home-categories-list .CRMCategoryList ul ul li a:hover { color: #2255bb }
#home-categories-list .CRMCategoryList ul ul li { clear: left }
#home-categories-list .CRMCategoryList h3 {
    padding: 0;
    margin: 0;
    display: block;
    height: 48px;
    font-size: 16pt;
    text-transform: uppercase;
    color: #083467;
}
#home-mini-basket { display: none }
#rightside {
    width: 180px;
    position: relative;
    float: left;
    padding-right: 5px;
    padding-top: 17px;
}
.CRMProdItemList.CRMProdItemModeS {
    margin-top: 15px;
}
#homesection #CRMProdSearch form {
    float: left;
    width: 539px;
}
#registration {
    padding: 10px;
    width: 530px;
}
input[type="text"],
input[type="password"],
textarea,
select {
    padding: 4px;
    font-family: tahoma;
    font-size: 8pt;
    border: 1px solid #CCCCCC;
    /*background-color: #ffdccf;*/
    color: rgb(102,102,102);
    font-weight: bold;
}
.validationKey {
    line-height: 25px;
    color: #083467;
}
.password-meter {
    width: 100px;
    float: right;
    margin-top: 4px;
}
.password-meter-message {
    text-align: right;
    font-weight: bold;
    color: #F15C22;
}
.password-meter-bg {
    top: 8px;
    background: #F15C22;
}
.password-meter-bg,
.password-meter-bar { height: 6px }
.CRMUserRegFormSubmit input[type="submit"] {
    font-size: 1.3em;
    width: 133px;
    margin: 20px 0 0 0;
    padding: 8px;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #083467;
    color: white;
    font-weight: bold;
    text-decoration: none;
}
.CRMUserRegFormBasic label {
    display: inline-block;
    margin-right: 1em;
    width: 10em;
    vertical-align: top;
    text-align: right;
    margin-bottom: 1em;
    font-size: 1.1em;
}
.CRMUserRegFormBasic input, .CRMUserRegFormBasic select {
    /* vertical-align: top; */
    margin: 0;
    margin-bottom: 1em;
}
.password-meter-bg .password-meter-strong {
    background: #008000;
    width: 100px;
}
input.error { border: 1px solid #A50404 }
label[for="passwordA"].error,
label[for="passwordB"].error {
    display: none;
    background: #E7E7E7;
    width: 0px;
}
label.error {
    padding: 5px;
    font-size: 1em;
    float: right;
    background: #A50404;
    color: white;
    text-align: center;
    width: 95px;
    margin-top: 2px;
    text-transform: uppercase;
}
#freedelivery {
    margin-top: 11px;
    border: 1px solid #ccc;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    padding: 0 15px;
    color: #676767;
}
#freedelivery h3 {
    background-color: #E7E7E7;
    font-weight: lighter;
    width: 180px;
    margin-left: -15px;
    margin-top: 0;
    text-align: center;
    color: #1c1c1c;
    padding: 15px 0;
}
#tradeportal h3 {
    background-color: #A50404;
    text-align: center;
    margin-top: -1px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    color: #fff;
}
#tradeportal {
    /*border: 1px solid;*/
    text-align: center;
}
#homenews {
    margin-top: 11px;
    border: 1px solid #ccc;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    padding: 0 15px;
    color: #676767;
}
#homenews h3 {
    background-color: #E7E7E7;
    font-weight: lighter;
    width: 180px;
    margin-left: -15px;
    margin-top: 0;
    text-align: center;
    color: #1c1c1c;
    padding: 15px 0;
}
#needourhelp h3 {
    background-color: #A50404;
    font-weight: lighter;
    text-align: center;
    margin-top: 0;
    padding: 15px 0;
    color: #fff;
    width: 180px;
    margin-left: -15px;

}
#needourhelp {
    border: 1px solid #ccc;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    padding: 0 15px;
    color: #676767;
}
#imgneedourhelp { text-align: center }
#imgcustomerservice { text-align: center }
#homerightside {
    width: 180px;
    position: relative;
    float: left;
    padding-right: 5px;
    text-align: center;
    padding-top: 17px;
}
#accountmanager h3 {
    background-color: #A50404;
    text-align: center;
    margin-top: -1px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    color: #fff;
}
#accountmanager {
    margin-top: 11px;
    border: 1px solid;
}
#homepageheader { }
#accessto {
    margin-top: -40px;
    text-align: center;
    font-size: 27px;
}
#minibasket {
	margin-top: 47px;
border: 1px solid #ccc; 
}

#minibasket h3 {
    background-color: #A50404;
font-weight: lighter;
text-align: center;
margin-top: 0;
padding: 15px 0;
color: #fff;
width: 180px;
margin: 0px;
}
#news {
    margin-top: 11px;
border: 1px solid #ccc;
text-align: center;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
overflow: hidden;
padding: 0 15px;
color: #676767;
}
#news h3 {
    background-color: #E7E7E7;
font-weight: lighter;
width: 180px;
margin: 0;
margin-top: 0;
text-align: center;
color: #1c1c1c;
padding: 15px 0;
margin-left: -15px;
}
.CRMBreadcrumbs a { color: rgb(102,102,102) }
.CRMBreadcrumbs a:hover { color: #A50404 }
.CatThumbmaintitle {
    margin-bottom: -24px;
    margin-top: -1px;
}
.proditem-quantity-breaks {
    border: 1px solid #000;
    text-align: right;
    width: 340px;
    border-collapse: collapse;
}
.quantity-breaks-tagline {
    font-weight: bold;
    font-size: 14px;
}
#br_rber_proditem_quantitybreaks td {
    min-width: 40px;
    padding: 1px;
    padding-right: 5px;
}
#br_rber_proditem_quantitybreaks thead {
    font-weight: bold;
    color: #fff;
    background: #A50404;
}
#br_rber_proditem_quantitybreaks tr { border-bottom: 1px solid #000 }
#br_rber_proditem_quantitybreaks {
    float: left;
    padding-bottom: 15px;
    padding-top: 5px;
}
.productImageList {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 1em;
}
.productImageList li {
    display: inline-block;
    vertical-align: top;
    width: 79px;
}
.productImageList li img {
    width: 100%;
}
.CRMProdItemDetail .CRMProdItemAddToBasket {
  float:none;
}
.defaultProductImage a { text-decoration: none }

.defaultProductImage enlargetitle { display: none }
.defaultProductImage a span.enlargetitle { display: none }
.defaultProductImage a span.enlargelink { display: none }
.defaultProductImage a span.description { display: none }
.searchButton {
    -moz-box-shadow: inset 0px 1px 0px 0px #d4d4d4;
    -webkit-box-shadow: inset 0px 0px 0px 0px #d4d4d4;
    box-shadow: inset 0px 0px 0px 0px #d4d4d4;
    background: -moz-linear-gradient( center top, #575757 5%, #0a0a0a 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#0a0a0a');
    background-color: #575757;
    -webkit-border-top-left-radius: 18px;
    -moz-border-radius-topleft: 18px;
    border-top-left-radius: 18px;
    -webkit-border-top-right-radius: 18px;
    -moz-border-radius-topright: 18px;
    border-top-right-radius: 18px;
    -webkit-border-bottom-right-radius: 18px;
    -moz-border-radius-bottomright: 18px;
    border-bottom-right-radius: 18px;
    -webkit-border-bottom-left-radius: 18px;
    -moz-border-radius-bottomleft: 18px;
    border-bottom-left-radius: 18px;
    text-indent: 0;
    border: 1px solid #c9c9c9;
    display: inline-block;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    height: 24;
    width: 78px;
    text-decoration: none;
    text-align: center;
}
.searchButton:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0a0a0a), color-stop(1, #575757) );
    background: -moz-linear-gradient( center top, #0a0a0a 5%, #575757 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a0a0a', endColorstr='#575757');
    background-color: #0a0a0a;
}
.searchButton:active {
    position: relative;
    top: 1px;
}
form[name="TCREID_CONUS"] {
    overflow: auto;
    width: 500px;
}
form[name="TCREID_CONUS"] label {
    display: block;
    float: left;
    width: 150px;
    text-align: Left;
    padding-right: 5px;
    margin: 10px 0;
    clear: both;
}
form[name="TCREID_CONUS"] input[type="text"] {
    margin: 10px 0;
    width: 250px;
}
form[name="TCREID_CONUS"] input[type="submit"] {
    clear: both;
    display: block;
    margin: 10px auto;
    width: auto;
}
div.bc_rrpnl { display: none }
#spare_parts { 
    margin-top: 23px;
    clear:both;
 }
 
input[value="Checkout"]:hover 
{
background: #7f0303!important;
}

input[value="Checkout"] 
{
background: #a50404!important;
}

input[value="Add To Basket"]:hover {
background: #7f0303!important;
}
input[value="Add To Basket"] {
background: #a50404!important;
}
.CRMProdItemDetailStdPrice.CRMProdItemDetailCost span.v {
padding-left: 7px;
}
.parsley-errors-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.CRMUserRegFormBasic .parsley-errors-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-left: 1em;
}

.parsley-errors-list li {
    color: darkred;
    font-size: .8em;
}
.parsley-error {
    background: rgb(255, 242, 244);
}
td.code, th.code {
display: none;
}
.disabled {
background: #CFCFCF;
cursor: not-allowed;
}

#regtext {
margin-left: 18px;
}

#submitLogin {
margin-top: 5px;
}

.theme-default .nivoSlider {
    box-shadow: none !important;
    border: 1px solid #ccc;
}

.nivoSlider img {
    width: 673px !important;
    height: 449px !important;
}

#menu1 {
    background: #E7E7E7;
}

#menu1 h3 {
    background-color: #A50404;
    font-weight: lighter;
    text-align: center;
    margin-top: 0;
    padding: 15px 0;
    color: #fff;
    width: 179px;
	margin-left: 1px;
}

.CatThumbmaintitle {
	display: none;
}

span.CRMBreadcrumbs {
font-size: 11px;
}

.CRMProdItemModeS .CRMProdItemListTitle h3, .CatThumbmaintitle h3 {
	display: none;
} 

div#menu1trail {
	display: none;
}

.CatThumbmaindesc {
text-transform: lowercase;
}