@charset "UTF-8";
/* <SITENAME> CONTENT CSS */

a {
	color: #C10000;
}

a:hover {
	color: #333;
}

h1 {
	color: #666;
	font-size: 2em;
	text-transform: uppercase;
}

.basket {
	color: #fff;
	float: left;
	height: 23px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	width: 372px;
}

.basketIcon {
	margin-right: 10px;
	vertical-align: middle;
}

.breadcrumb {
	font-size: 1.3em;
	/*padding: 0 0 10px 260px;*/
	margin: 0 0 10px 260px;
}

.breadcrumb a, .breadcrumbProduct a {
	text-decoration: none;
}

.breadcrumb a.selected, .breadcrumbProduct a.selected
{
	color:#555;
	
}

.breadcrumbProduct
{
	width:580px;
	float:right;
	font-size: 1.3em;
}

.buyNow {
	background: url(/assets/images/buyNow.png) top;
	display: block;
	height: 20px;
	width: 130px;
}

.buyNowGrey
{
	background: url(/assets/images/buyNowGrey.png) top;
	display: block;
	height: 20px;
	width: 130px;
}

.buyNow:hover, .buyNowGrey:hover {
	background-position: bottom;
}



.checkout {
	background: url(/assets/images/checkout.png) top;
	display: block;
	float: right;
	height: 20px;
	margin: 1px 0 0 10px;
	width: 102px;
}

.myaccountbtn {
	background: url(/assets/images/myaccount.png) top;
	display: block;
	float: right;
	height: 20px;
	margin: 1px 0 0 10px;
	width: 117px;
}

.checkout:hover {
	background-position: bottom;
}

.myaccountbtn:hover {
	background-position: bottom;
}

.clear {
	clear: both;
}

.featProdContainer
{
	clear:both;
	position:relative;
}

.featuredProducts {
	background: url(/assets/images/featuredProducts.png);
	height: 16px;
	width: 209px;
}

.featProd {
	/*float: left;*/
	padding: 10px 24px 0px 0;
	width: 130px;
	position:relative;
}

.featProd.last {
	padding-right: 0;
}

.featProd a.imgLink {
	border: 1px solid #ccc;
	display: block;
	padding: 1px;
}

.imgLink img
{
	border: 0;
}

.featProd a.imgLink:hover {
	border-color: #999;
}

.featProd h3 {
	font-size: 1.4em;
	margin-top: 8px;
}
.featProd p.stockStatus,.featProd p.noStockStatus
{
	font-size:1.1em;
	margin-top:7px;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top:5px;
}

#content .featProd h3.CatgoryName
{
	font-size: 1.4em;
	margin-top: 8px;
}

.featProd h3 a {
	text-decoration: none;
}

.featProd p {
	font-size: 1.3em;
	font-weight: bold;
	margin: 2px 0 5px 0;
}

.featProdPrice
{
	clear:both;
	bottom: 0px;
	position:absolute;
	height:65px;
}
.imgTitle
{
	padding-bottom: 60px;
	
}

.catTitle
{
	padding-bottom: 15px;
}

.clear
{
	clear:both;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	color: #FFC6C6;
	font-size: 1.2em;
	margin-bottom: 5px;
}

.pagination a, .pagination span.currentPage {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 5px;
}

.pagination a.currentPage
{
	color: #555;
}

.pagination a {
	text-decoration: none;
}

.pagination img
{
	border:0;
}

.strip p.textDisplay
{
	/*font-size: 1.1em;*/
	margin-top: 10px;
}

.phone {
	background:url(/assets/images/phone.png) top left no-repeat;
	color: #fff;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	height: 18px;
	padding: 5px 0 0 25px;
	width: 275px;
}

.price, #eComPageCol2 p.price {
	color: #C10000;
	font-weight: bold;
	margin-bottom: 4px;
}

.price2 {
	color: #C10000;
	font-weight: bold;
}

.priceLarge {
	color: #C10000;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 10px;
}

.priceLarge span.VAT
{
	font-size: 0.45em;
}

.quantityInput {
	border: 1px solid #7F9DB9;
	color: #555;
	font-size: 12px;
	height: 15px;
	padding: 1px 2px;
	vertical-align: top;
	width: 40px;
}

.red {
	color: #C10000;
}

.replace span {
	display: none;
}

#relatedProds h2 {
	font-size: 1.8em;
	text-transform: uppercase;
}

#relatedProds .featProd {
	padding-right: 13px;
}

#relatedProds .featProd.last {
	padding-right: 0;
}

.return {
	background: url(/assets/images/return.png) top;
	display: block;
	height: 20px;
	margin-bottom: 10px;
	width: 220px;
}

.return:hover {
	background-position: bottom;
}
.returnProd {
	background: url(/assets/images/returnToProductList.png) top;
	display: block;
	height: 20px;
	margin-bottom: 10px;
	width: 206px;
}

.returnProd:hover {
	background-position: bottom;
}

#searchBox label {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 12px;
	position: relative;
	top: 3px;
	vertical-align: top;
}

#searchBox select {
	border: 1px solid #7F9DB9;
	color: #555;
	font-size: 12px;
	padding: 1px 2px;
	vertical-align: top;
	/*width: 124px;*/
}

#searchBox select.ddManu
{
	width:124px;
}
#searchBox select.ddCat
{
	width:133px;
}

.searchButton {
	margin-left: 10px;
}

.searchInput {
	border: 1px solid #7F9DB9;
	color: #555;
	font-size: 12px;
	height: 15px;
	padding: 1px 2px;
	vertical-align: top;
	width: 115px;
}

.searchResultDetails h2 {
	font-size: 1.6em;
	margin-bottom: 6px;
}

.searchResultDetails h2 a {
	text-decoration: none;
}

.strap {
	background: url(/assets/images/strap.png);
	float: left;
	height: 52px;
	width: 506px;
}

.strip img {
	vertical-align: bottom;
}

.strip p, .strip2 p, .searchResult p {
	font-size: 1.3em;
}

.strip select {
	border: 1px solid #7F9DB9;
	color: #555;
	font-size: 12px;
	padding: 1px 2px;
}

.searchResultBuy p.stockStatus, .searchResultBuy p.noStockStatus, #eComPageCol2 p.stockStatus, #eComPageCol2 p.noStockStatus
{
	font-size:1.1em;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:8px;
	padding-top:0px;
}

.zoom {
	margin-top: 15px;
	padding-left: 95px;
}

.zoom a {
	background: url(/assets/images/zoom.png) top;
	display: block;
	height: 19px;
	margin-bottom: 10px;
	width: 110px;
}

.zoom a:hover {
	background-position: bottom;
}

.zws {
	font-size: 1.1em !important;
}

.hidden
{
	display:none;
}

.requiredmarker
{
	color: #FF0000;
}
.divider
{
	margin-bottom: 10px;
}

/* ********************* CMS BAR ***************************/
div#CMSBar
{
	background: #c0dbff url(/RadControls/Panelbar/Skins/Office2007/Img/RootItemBkg.gif) repeat-x;
	color: #204d89;
	font-weight: bold;
	left: 0px;
	top: 0px;
	margin-bottom: 10px;
	position: static;
	line-height: 31px;
	height: 31px;
	width: 100%;
}
div#CMSBar span
{
	float: left;
	margin-left: 10px;
}

div#CMSBar a, div#CMSBar a:visited, div#CMSBar a:link
{
	float: right;
	color: #204d89;
	font-size: 9pt;
	text-decoration: none;
	font-weight: normal;
	margin-right: 10px;
}

div#CMSBar a:hover
{
	color: #10110f;
	font-weight: normal;
	text-decoration: underline;
}

/************ Admin button ********************/

.ContentRegionButton, .EditPageButton
{
	float:right;
}

/********************** Site Map *******************/
#content li.SiteMapTier1
{
	font-weight:bold;
	font-size: 1.2em;
	line-height: 1.9em;
	margin-top: 5px;
}
#content li.SiteMapTier1 a
{
	text-decoration:none;
}
#content li.SiteMapTier2
{
	margin-left: 40px;
	font-size:1.2em;
	list-style-type: none;
}

/***************** Basket Styles ***********************/
p.menuTitle
{
	font-size: 1.2em;
	font-weight:bold;
	margin-bottom:5px;
}

img.basketIcon
{
	border:0;
}

/**************** Order Process Styles *********************/
.browse
{
	font-size: 1.2em;
	font-weight:bold;
	margin-bottom:5px;
}

/******************* Customer Details *********************/
.myaccountpanel { MARGIN-TOP: 10px; MARGIN-BOTTOM: 10px; WIDTH: 547px }
.myaccountpanelTop { BACKGROUND-POSITION: left top; BACKGROUND-IMAGE: url(/ecommerce/assets/images/largepanel-top.gif); BACKGROUND-REPEAT: no-repeat; HEIGHT: 46px }
.myaccountpanelMiddle { PADDING-RIGHT: 14px; BACKGROUND-POSITION: left top; PADDING-LEFT: 14px; FONT-SIZE: 11px; BACKGROUND-IMAGE: url(/ecommerce/assets/images/largepanel-middle.gif); PADDING-BOTTOM: 0px; PADDING-TOP: 0px; BACKGROUND-REPEAT: repeat-y }
.myaccountpanelBottom { PADDING-RIGHT: 14px; BACKGROUND-POSITION: left bottom; PADDING-LEFT: 14px; BACKGROUND-IMAGE: url(/ecommerce/assets/images/largepanel-bottom.gif); PADDING-BOTTOM: 0px; PADDING-TOP: 0px; BACKGROUND-REPEAT: no-repeat; HEIGHT: 29px }


/************ eCom styles ****************/
#eComPageCol2 p
{
	font-size: 1.2em;
	margin-bottom:15px;
}

#eComPageCol2 .searchResultDetails {
	float: left;
	padding: 10px 0;
	width: 362px;
}
#eComPageCol2 .searchResultDetails p
{
	margin-bottom: 0px;
}

#eComPageCol2 .searchResultBuy 
{
	float: left;
	padding: 15px 0px 0 17px;
	width: 133px;
}

#eComPageCol2 .searchResultImage {
	float: left;
	padding: 5px 22px 3px 0px;
	width: 126px;
}

#eComPageCol2 #whiteInner-noPad {
	background: none;
	
}

#eComPageCol2 .stripRight 
{	float: right;	
 	width: 465px;	
 	text-align: right
 	}
 	

#eComPageCol2 h1
{
	margin-bottom: 15px;
}

#eComPageCol2 #whiteInnerTop, #eComPageCol2 #whiteInnerEnd
{
	background-image:none;
	height: 0px;
}
#eComPageCol2 .prodList
{
	padding: 5px 0px;
	border-top: solid 1px #D8DCDF;
	border-bottom: solid 1px #D8DCDF;
}

#eComPageCol2 ul
{
	list-style-type:disc;
	margin-bottom: 10px;
}

#eComPageCol2 li
{
	margin-left: 25px;
	list-style-type:disc;
	line-height: 1.6em;
	font-size:1.2em;
}

li a.child
{
	padding-left: 10px;
}
.upto
{
 font-style:italic;
}

.stockStatus
{
	padding-bottom: 0px;
}
.noStockStatus
{
	padding-bottom: 0px;
	color:#ff0000;
}
.QtyBox
{
	margin-top:10px;
}

/****************** News Headline Styles ********************/
.date
{
	float:right;
	font-style:italic;
	margin-top:5px;
}
.more
{
	margin-top:5px;
}

#HeadlineStoryDate
{
	text-align:right;
	font-style:italic;
	margin-top:5px;
}

#HeadlineStoryBack
{
	margin-top:5px;
}

.hidden
{
	display:none;
}

.HeadlineEditButton
{
	position:absolute;
	top: 2px;
	right: 0px;
}

#HeadlineStory
{
	position:relative;
}

#HeadlineStoryContainer a.ContentRegionButton
{
	position:absolute;
	top:0;
	right:0;
}

/************* News scroller styles ***************/
#ticker
{
	border-top: solid 1px #ccc;
	padding-top: 5px;
	clear:both;
	position:relative;
}
#tickerTitle
{
	float:left;
	margin-top:3px;
}
#tickerContent
{
	
	float:left;
	margin-top: 2px;
}
.tickerItem
{
	padding-right: 80px;

}

.checkbox
{
    margin-top:5px;
}

.checkbox label
{
    margin-left:5px;
    margin-top:0px;
}

.error
{
    color:Red;
    padding-bottom:5px !important;
    padding-top:5px !important;
}
