/* Import the text styles on load ------ 
 * 
 * 
 **/
@import "typography.css";


/*NOTE: Body is now in Typography Stylesheet so it can work with FCK ------- */

 
/* Curved Edges bit ----------------- */

.nw {
	position:absolute;
	background-position:left top;
	left:0;
	top:0;
	width: 4px;
	height: 4px;
	background: url('/images/c2.gif') no-repeat;
	margin: 0 0 0 0;
}
.ne {
	position:absolute;
	background-position:right top;
	right:0;
	top:0;
	width: 4px;
	height: 6px;
	font-size: 0.1em;
	background: url('/images/c2-ne.gif') no-repeat;
	margin: 0 -1px 0 0;
}
.sw {
	position:absolute;
	background-position:left bottom;
	bottom:0;
	left:0;
	width: 4px;
	height: 4px;
	font-size: 0.1em;
	margin-bottom: -1px;
	background: url('/images/c2-sw.gif') no-repeat;
}
.se {
	position:absolute;
	background-position:right bottom;
	bottom:0;
	right:0;
	width: 4px;
	height: 4px;
	font-size: 0.1em;
	margin: 0 -1px -1px 0;
	background: url('/images/c2-se.gif') no-repeat;
}

/* Template Layout Styles (For internal content pages see further down)
----------------------------------------------------------------------------------*/

/* Header Styles ------------ */

.noborder {
	border: none;
}

#header {
	width: 940px;
	text-align: left;
	float: left;
	position: relative;
	padding: 0;
}

#header div#header-top {
	width: 940px;
	height: 10px;
	font-size: 0.1em;
}

#header a img{
	float:left;
	padding: 10px;
	margin: 0px 0px 0px 5px;
}

#header img#HEADBANNER {
	position: absolute;
	right: 0;
}

#header h1 {
   float:left;
	background-color: #2E72B9;
	margin: 0;
	color: #2E72B9;
}

#header div.stores{
	clear:right;
	color:#555555;
	float:right;
	width: 400px;
}

#header div.stores p{
	margin: 0 !important;
	padding: 4px 0;
	text-align: right;
	color: #555555;
}

#header div.stores p a{
	font-size:1.3em!important;
	font-weight:bold;
}

#header div.stores p span {
	font-size: 1.7em !important
}

/* Top Bar Styles ------------- */


#topMenu {
	background:#444 none repeat-x scroll 0 0;
	clear:left;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 3px 0 14px;
	padding:0 0 0 20px;
	width:920px;
	/*position: relative;
	z-index: 1000;*/
}
#topMenu li {
	background: url(../images/menu-li-red.gif) repeat-x;
	border-right: 1px solid #FFFFFF;
	clear: none;
	float: left;
	z-index: 1001;
}
#topMenu li h3 {
	margin: 0;
}
#topMenu li:hover{
	background: #999;
}
#topMenu li.first {
	border-left: 1px solid #FFFFFF;
}
#topMenu li a {
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 7px;
	display: block;
	text-decoration: none;
}
#topMenu li.grey a {
	padding: 6px 7px;
}
#topMenu li.selected a{
	background: #fff;
	padding: 0 8px;
	color: #be1117;
}
#topMenu li a:hover{
	background:#FFFFFF none repeat scroll 0 0;
	border-top:1px solid #000000;
	color:#000000;
	padding:5px 7px 6px;
	text-decoration:none;
}
#topMenu li a.none:hover{
	border: none;
}
/* Selected Class */
#topMenu li.selected{
	background: #be1117;
	color: #be1117;
	padding: 1px; 
}
#topMenu li.selected a{
	background: #fff;
	color: #be1117;
}
#topMenu li.selected a:hover{
	background: #FFF;
	color: #000;
}

#topMenu li.selected ul li a{
	background: #D6D6D6;
}


/* Dropdown Styles --- */
#topMenu li div.DD {
	display: none;
	z-index: 99 !important;
}

#topMenu li div.DD {
	background:#EEE;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	display: none;
	padding: 0 0 0 0;
	position: absolute;
	width: 160px;
	overflow: hidden;
	z-index: 1500 !important;

}
#topMenu li:hover div.DD {
	display: block;
}
#topMenu li.link1 div.DD {
	width: 480px !important;
}
#topMenu li.link2 div.DD {
	width: 640px !important;
}
#topMenu li.link3 div.DD {
	width: 480px !important;
}
pMenu li.link8 div.DD {
	width: 480px !important;
	right: 0px !important;
}
#topMenu li div.DD ul{
	float: left;
	clear: none;
	padding: 0 0 0 0 !important;
	margin: 0 !important;
	width: 180px;
	color: #000 !important;
}

/* Menu 2 fix */
#topMenu li.link2 div.DD ul.menu2{
	width: 175px;
}

#topMenu li div.DD ul h4{
	background: #BFBFBF;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 2px 0 2px 5px;
	display: block;
	/*text-transform: uppercase;*/
}

#topMenu li div.DD.right ul h4{
	text-align: right;
	padding: 2px 5px 2px 0;
}

#topMenu li div.DD ul li {
	background: none !important;
	border: none !important;
	font-size: 0.9em;
	margin: 0 !important;
	padding:4px 2px 4px 7px;
	float: left;
	clear: left;
	width: 150px;
	/*text-transform: uppercase;*/
}

#topMenu li div.DD ul li a{
	color: #000;
	font-weight: normal !important;
	padding: 0 10px 0 0 !important;
	margin: 0 !important;
	font-size: 11px;
	/*text-transform: uppercase !important;*/
}
#topMenu li div.DD ul li a:hover{
	background: none;
	text-decoration: underline;
}


/* Do right handed menu */
ul.topMenu li div.right{
	right: 0px !important;
}
#topMenu li div.right ul{
	float: right !important;
	padding:0 !important;
}
#topMenu li div.right ul li{
	float: right !important;
	text-align: right;
	clear: right;
}
a.under:hover {
	text-decoration: underline;
}

#search { 
	float: right; 
	margin: 0.3em 0em 
}

#search *{ 
	float: left; 
	margin: 0 0.15em 0 0;
}

#search label { 
	font-size: x-small; 
	color: white; 
	margin: 0.5em 1em 0 0 
} 



/* Center Column Styles ------------------ */


#center {
	float: left;
	width: 792px;
	padding: 0px 8px 10px 0px;
	position: relative;
}


/*Right Col Styles ------------------- */

#cc {
	position: absolute;
	top: 0;
	right:0;
	width: 20px;
	height: 20px;
}
#right { 
	width: 140px;
	float: left;
	padding: 20px 0px 0px 0px;
	position: relative;
	overflow: hidden;
}


/* Footer Styles ---------------- */

div.footer {
		clear: both;
		float: left;
        background: #666;
        color: #FFFFFF;
        height: 72px;
        width: 945px;
    }
	div.footer div.terms {
        background: url('../images/footer-left.png') #666 no-repeat left top;
        color: #FFF;
        height: 72px;
		width: 930px;
	}
	div.footer-search {
		float: right;
		width: 245px;
		height: 48px;
		margin-top: 10px;
		text-align: right;
	}
    div.footer input.search-submit {
        background: none;
        border: 0;
        padding: 0 0 0 13px;
        background: url('../images/footer-bullet.png') no-repeat left center;
        font-size: 0.7em;
        cursor: pointer;
		color: #FFF;
		margin-left:5px;
    }
	div.footer-bullets {
        float: left;
		padding: 8px 0 0 20px;
    }
    div.footer div.footer-bullets ul.bullet-list {
		float:left;
		line-height:0.9em;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin:0;
		min-height:70px;
		padding:0;
		width:540px;
    }
    div.footer div.footer-bullets ul.bullet-list li {
		background:transparent url(../images/footer-bullet.png) no-repeat scroll left center;
		display:block;
		float:left;
		font-size:0.7em;
		margin:0;
		padding:1px 0 1px 15px;
		width:180px;
    }
	a.footerlinks {
		color: #FFF;
		text-decoration: none;
	}
	a.footerlinks:hover {
		color: #FFF;
		text-decoration: underline;
	}	

/* End of Template Layout
----------------------------------------------------------------------------------- */





/* Internal Content Page styles
----------------------------------------------------------------------------------- */


/* Product Styles -------------- */

#product {
	position: relative;
}
#product #image {
	float: left;
	width: 40%;
	
}
#productHeader {
	position: relative;
}

#productHeader #image{
	width: 260px;
	background: #fff;
	text-align: center;
}

#productHeader #image p{
	width: 260px;
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 0.8em;
	text-align: center;
}
#productHeader #image p a{
	color: #444;
	text-decoration: underline;
}

#product input {
	float: left;
}
.price, .wasprice, .saveprice {
	font-size: 17pt;
	font-weight: bold;
	color: #000;
}
#product h1 {
	float: left;
	margin: 0 0 12pt 0;
	font-weight: normal;
	width: 500px;
}

#product #info {
	width: 515px;
}

#product #buy {
	float: left;
	height: 86pt;
}
#product #buy .price {
	font-size: 24pt;
}
#product .longWebDescription {
	clear: both;
	line-height: 20px;
	font-size: 0.9em;
	text-align: justify;
	width: 515px;
}

#product .features {
	float: left;
	clear: both;
	width: 100%;
	background: #fff;
	padding: 0;
	margin: 0;
}

#product .features h2{
	float: left;
	clear: left;
	margin: 0;
	padding: 0 10px;
	font-size: 1.2em;
	color: #444444;
	font-weight: normal;
}

#product .features ul{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	clear: left;
	width: 200px;
	margin: 10px 15px;
}

#product .features ul li{
	background: url(/images/bullet.png) no-repeat left;
	font-size: 0.8em;
	padding: 3px 15px;
}

#product .features li {
	float: left;
	width: 100%;
}

#product .infotxt {
	width: 13em; 
}
#productFoot {
	float: right;
	width: 365px;
	margin: 0 0 0 0;
	background: #fff;
}

#product #guarantees {
	font-size: small;
	float: left;
	background-color: #B2D4E9;
	margin: 0;
	width: 200pt;
	min-height: 80pt; 
	position: relative;
}
#cfix{
	background-color: #B2D4E9;
	position: absolute;
	right: 0;
	width: 6px;
	height: 80pt; 
}

#product #guarantees h4 {
	padding: 0;
	margin: 4px; 
	float: left;
}


#product .priceButton {
	/*clear: both !important;*/
	width: 500px;
	height: 125px;
	padding: 0 0 0 0;
	margin: 0 10px 10px 0;
	background: #FFF;
	border: 2px dashed #CCC;
}

#product .priceButton div.compare{
	color: #000;
	margin: 5px 0 5px 5px;
	clear: left;
	float: left;
	text-align: right;
	font-size: 1.0em;
}

#product .priceButton div.compare label{
	text-align: left;
	font-size: 0.9em;
	padding: 2px 0 0 15px;
}

#product .priceButton p.buyForPrice{
	float: left;
	/*clear: both;*/
	font-size: 1.6em;
	background: transparent;
	margin: 0;
	color: #333;
	padding: 15px 0 0 15px;
}

#product .priceButton h2{
	width: 305px;
	float: right;
	/*clear: both;*/
	margin: 0 0 0 0;
	padding: 5px 80px 0 0;
	font-size: 1.7em;
	color: #C22D33;
	font-weight: normal;
	text-align: right;
}

#product .priceButton p.reserveNow{
	width: 335px;
	float: right;
	clear: both;
	font-size: 1.0em;
	font-weight: bold;
	text-align: right;
	margin: 0;
	padding: 0 20px 0 0;
}


#product .priceButton p.productReserveNow{
	width: 335px;
	float: right;
	clear: both;
	font-size: 1.0em;
	font-weight: bold;
	text-align: right;
	margin: 0;
	padding: 0 20px 0 0;
}

#product .priceButton p.wasPrice{
	width: 335px;
	float: right;
	/*clear: both;*/
	font-size: 1.0em;
	font-weight: normal;
	text-align: right;
	margin: 0 0 10px 0;
	padding: 0 80px 0 0;
}

#product .priceButton p.reserveNow a{
	color: #444;
}

#guaranteeDesc .guaranteeDesc {
	display: none;
}
#product #guarantees .field {
	clear: both;
	float: left;
}


/* Linked Products -------------- */

#linkedProducts {
	width: 515px;
	clear: both;
	float: left;
	background: #fff; 
	padding: 10px 0 0 0;
}

#linkedProducts h3.linked{
	width: 495px;
	background: #444444;
	color: #fff;
	padding: 5px 10px;
	margin: 0 0 10px 0;
}

#linkedProducts .productListEntry div.Details{
	width: 185px;
	float: left;
	background: #fff;
}

#linkedProducts .productListEntry .priceBox{ 
	float: right;
	font-size: 1.0em;
	color: #fff;
	height: 96px;
	width: 100px;
	padding: 5px;
	margin: 0;
} 

#linkedProducts .productListEntry div.Details h2{
	float: left;
	margin: 0;
	padding: 5px 10px 5px 0;
	font-size: 0.8em;
} 
/* Product List -------------- */

#productList {
	clear: both;
	float: left;
	width: 100%;
	margin: 0 0 12pt 0;
}

.productListEntry {
	clear: left;;
	float: left;
	width: 100%;
	margin: 10px 0 10px 0;
	padding: 0 0 10px 0;
	background: #fff;
	border-bottom: solid 2px #666666;
}

.productListEntry .imageBox{
	float: left;
	width: 180px;
	background: #fff;
	text-align: center;
}

.productListEntry div.Details{
	width: 200px;
	float: left;
	background: #fff;
}
.productListEntry div.productFeatures {
	width: 220px;
	float: left;
	margin: 0 0 0 20px;
}

.productListEntry div.productFeatures ul.feature-list {
    float: left;
    width: 200px;
	margin: 0 0 0 15px;
	padding: 0;
}
.productListEntry div.productFeatures ul.feature-list li {
    border-bottom: 1px #b2b2b2 solid;
    margin: 0;
    padding: 7px 0 3px;
    display: block;
	font-size: 0.8em;
	color: #444;
}

.productListEntry div.productLinkFeatures {
	width: 220px;
	float: left;
}

.productListEntry div.productLinkFeatures ul.feature-list {
    float: left;
    width: 200px;
	margin: 0 0 0 15px;
	_margin: 0 0 0 7.5px;
	padding: 0;
}
.productListEntry div.productLinkFeatures ul.feature-list li {
    border-bottom: 1px #b2b2b2 solid;
    margin: 0;
    padding: 7px 0 3px;
    display: block;
	font-size: 0.8em;
	color: #444;
}

.productListEntry div.Details h2{
	float: left;
	margin: 0;
	padding: 5px 10px;
	font-size: 0.8em;
}

.productListEntry div.Details h2 a {
	font-size: 1.5em!important;
}

.productListEntry div.Details h3{
	float: right;
	clear: both;
	margin: 0;
	padding: 5px 10px;
	font-size: 0.8em;
	text-decoration: underline;
}

.productListEntry div.Details p{
	float: left;
	color: #444444;
	clear: both;
	width: 100%;
	padding: 0px 10px;
	font-size: 0.8em;
	text-align: justify;
	line-height: 16px;
}


/* Price Box styles ------- */

.priceBox{ 
	float: left;
	font-size: 1.0em;
	color: #fff;
	height: 96px;
	width: 96px;
	padding: 5px 5px 5px 5px;
	margin: 0 0 0 20px;
	_margin: 0;
}
.productListEntry .priceBox{ 
	float: right;
	font-size: 1.0em;
	color: #fff;
	height: 130px;
	width: 142px;
	overflow: hidden;
	padding: 5px;
	_padding: 5px 0 0 0;
} 
.priceBox p.price{
	color: #C22D33;
	margin: 0;
	padding: 0;
	width: 100px;
	text-align: right;
	clear: right;
} 


div.priceBox div.compare{
	margin: 5px 0 5px 0;
	float: right;
	text-align: right;
	width: 142px;
	font-size: 0.8em;
}

.priceBox div.compare label{
	text-align: right;
	font-size: 0.9em;
	padding: 2px 0 0 15px;
}

.priceBox p.moreInfo{
	width: 90px;
	clear: both;
	float: right;
	font-size: 0.8em;
	text-align: right;
	padding-top: 5px;
	font-weight: bold;
	color: #fff;
}

.priceBox p.moreInfo a{
	color:#76DC56;
}



/* Product List Entry ---------- */

.productListEntry .info { 
	float: left;
	border-top: 3px solid #B2D4E9;
	width: 60%;
	padding: 0 0 0 0.25em;
	font-size: 9pt;
	background: #ccc;
}
.productListEntry .info .features {
	float: left;
	width: 67%
}

.productListEntry .price { 
	font-size: 16pt;
}
.productList .action {
}



/* Action ----------------- */

.action { 
	float: left;
	font-size: 10pt;
	position: relative;
	background-color:#B2D4E9;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	height: 72pt;
	width: 72pt;
	padding: 4pt;
}
.action div {
	clear: both;
	float: left;
}
.moreinfo {
	text-align: right; 
	padding: 2em 0 0 0;
	width:100%;
}
.moreinfo a {
	text-decoration: underline; 
}
.action .price {
	font-size:175%;
	width:100%;
	text-align:right;
}
.buy {
	position: relative;
	font-weight: bold;
	color: #5F8FC9;
}
.productListEntry h2 {
	padding: 0;
	margin: 0;
	font-size: 12pt;
}
.productListEntry p {
	padding: 0 ;
	margin:0;
	font-size: small;
	float: right;
}
.productListEntry p.wasPrice {
	padding: 0;
	margin: 0;
	font-size: small;
	width: 142px;
	text-align:right;
}
.productListEntry ul {
	font-size: small;
	float: left;
	padding: 0 0 0 1em ;
	margin: 2pt ;
}

.pence {
	font-size: 70%;
	
}

.productGroups {
	margin: 10px 0 0 0;
	padding: 0 0 15px 0 ;
	font-size:10pt;
	list-style: none;
	background-color: #444444;
	float: left;
	width: 100%;
	position: relative;
}

.productGroups h1 {
	color: #eee;
	font-size: 16pt;
	padding: 5px 10px;
	margin: 0; 
}
.pgroup { 
	height: 200px;
	font-weight: bold;
	width: 100%;
	float: left;
	color: #fff;
}

.productGroups ul{
	list-style: none;
}

.productGroups ul li{
	margin: 2px 15px;
	width: auto;
}

.productGroups ul li a{
	margin: 0;
	padding: 5px 10px;
	color: #fff;
	border: 1px solid #fff;
	display: block;
}

.productGroups ul li a:hover{
	background:#fff;
	color: #444;
	display: block;
}

.productGroupEntry {
	float: left;
	width: 33%;
	font-weight: normal;
}

.offer {
	width: 49%;
	color:#000; 
	float: left;
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 10pt;
	position: relative;
	border: 1px solid #003B67;
}

.offer .image {
	float: left;
	margin: 4px; 
}

.offer .buy {
	position: relative;
	bottom: 4px; 
	right: 4px;
	font-size: 11pt; 
	font-weight: bold;
}
.offer .moreinfo {
	position: relative;
	bottom: 4px; 
	left: 138px;
	font-size: 10pt;
	font-weight: normal;
}

.offer .price {
	margin: 4pt 0 0 0;
	font-size: 250%;
}

/* ODD and EVEN Styles
------------------------------------------ */

#row1{
	width:635px;
	float: left;
	clear: left;
}

#row1 .even{
	height: 250px;
}

#row1 .odd{
	height: 250px;
}

#row2{
	width:635px;
	float: left;
	clear: left;
	margin-top: 10px;

}

.even{
	border: 1px solid #ababab;
	width: 385px;
	height: 230px;
	float: left;
	padding: 0;
	margin: 0 0 10px 10px;
}

.even a img{
	max-width: 160px;
	margin: 0;
	padding: 10px 0 0 0;
	border: none;
	float: none;
}

.even div.title{
	float: left;
	clear: none;
	width: 210px;
}

.even a{
	color: #333;
}

.even div.title h1{
	font-size: 1.2em;
	padding: 10px 0 0 0;
	margin: 0;
	color: #5F8FC9;
}

.even div.title h2{
	font-size: 1.0em;
	padding: 5px 0 0 0;
	margin: 0;
	font-weight: normal;
}

.even div.title h3{
	float: right;
	font-size: 2.2em;
	margin: 0;
	padding: 0;
	color:#C22D33;
}

.even div.title p.infotban{
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}

.even ul{
	float:right;
	list-style:none outside none;
	margin:5px 0 0 5px;
	padding:0;
	width:90px;
}

.even ul li{
	font-size:0.9em;
	margin:0 0 5px;
	text-align:center;
}

.even ul li a{
	color: #5F8FC9;
}

.even p{
	float: left;
	clear: left;
	margin: 0;
	padding: 10px;
	text-align: justify;
	font-size: 0.8em;
	color: #555555;
	line-height: 18px;
	width: 361px;
}

.odd{
	border: 1px solid #ababab;
	width: 385px;
	height: 230px;
	float: left;
	clear: left;
	padding: 0; 
	margin: 0 0 10px 0;
}

.odd a img{
	max-width: 160px;
	margin: 0;
	padding: 10px 0 0 5px;
	border: none;
	float: none;
}

.odd div.title{
	float: left;
	clear: none;
	width: 200px;
}


.odd a{
	color: #333;
}

.odd div.title h1{
	font-size: 1.2em;
	padding: 10px 0 0 0;
	margin: 0;
	color: #5F8FC9;
}

.odd div.title h2{
	font-size: 1.0em;
	padding: 5px 0 0 0;
	margin: 0;
	font-weight: normal;
}

.odd div.title h3{
	float: right;
	font-size: 2.2em;
	margin: 0;
	padding: 0;
	color:#C22D33;
}

.odd div.title p.infotban{
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}

.odd ul{
	float:right;
	list-style:none outside none;
	margin:5px 0 0 5px;
	padding:0;
	width:90px;
}

.odd ul li{
	font-size:0.9em;
	margin:0 0 5px;
	text-align:center;
}

.odd ul li a{
	color: #5F8FC9;
}

.odd p{
	float: left;
	clear: both;
	margin: 0;
	padding: 10px;
	text-align: justify;
	line-height: 18px;
	font-size: 0.8em;
	color: #555555;
	width: 361px;
}
p.homePageDesc {
	clear: both;
	margin: 0;
	padding: 10px 10px 10px 0;
	text-align: justify;
	line-height: 18px;
	font-size: 0.8em;
	color: #555555;
	width: 190px;
	height: 110px; 
	overflow: hidden;
}
.odd p.wasPrice, .even p.wasPrice {
	/*clear: both;*/
	margin: 0;
	padding: 0;
	text-align: right;
	line-height: 18px;
	font-size: 0.8em;
	color: #555555;
	width: 105px;	
	height: 15px;
}
/* End of ODD and EVEN 
------------------------------------------ */

#firstoffer{
	width: 788px;
	border: 1px solid #555555;
	float: left;
	margin: 10px 0;
	padding: 0 0 10px 0;
}

#firstoffer div.leftDetail{
	float: left;
	width: 300px;
}

#firstoffer div.leftDetail h2{
	font-size: 1.2em;
	padding: 10px 0 0 25px;
	margin: 0;
}

#firstoffer div.leftDetail h3{
	font-size: 1.0em;
	padding: 5px 0 0 25px;
	margin: 0;
}

#firstoffer div.leftDetail p{
	font-weight: bold;
	clear: left;
	color: #446174;
	font-size: 0.8em;
	padding: 10px 0 0 25px;
	width: 250px;
	margin: 0;
}


#firstoffer .rightDetail{
	float: left;
	width: 330px;
}

#firstoffer .rightDetail img{
	padding: 10px 0 0 0;
	border: 0;
	float: right;
	margin: 0 20px 0 0;
}

#firstoffer .rightDetail a img{
	padding: 10px 0 0 0;
	border: 0;
	float: right;
}

#firstoffer .rightDetail h2{
	width: 100px;
	height: 30px;
	float: left;
	font-weight: bold;
	color: #446174;
	font-size: 0.8em;
	padding: 15px 0 0 15px;
	margin: 0;
}

#firstoffer .rightDetail h3{
	float: left;
	clear: left;
	margin: 0;
	padding: 0 0 0 15px;
	color:#C22D33;
	font-size:2.1em;
	font-weight:bold;
}

#firstoffer .rightDetail ul{
	width: 270px;
	clear: both;
	list-style: none;
	padding: 5px 0 0 60px;
	margin: 0;
}

#firstoffer .rightDetail ul li{
	float: left;
	width: 100px;
	padding: 0 10px;
}

#sortList {
	float: right;
	clear: both;
	font-size: small;
	margin: 0 0 0 0;
	padding: 0 0;
	width: 465px;
	height: 45px;
}
#sortList h2 {
	display: inline;
	font-size: small;
	float: left;
}
#sortList ul {
	margin: 0;
	padding: 15px 0 0 0;
	float: left;
	clear: none;
}

#sortList ul li { 
	list-style: none;
	display: inline;
	padding: 1px 5px; 
	margin: 0 5px;
	background: #eee;
}

.sortPriceASC {
}
.sortPriceDESC {
}

#pageInfo{
	width: 100%;
	background: #eee;
	float: left;
	clear: both;
	margin: 5px 0;
	padding: 2px 0;
}

.pageList {
	font-size: small;
	color: silver;
	clear: both;
	float: left;
}
.pageList a {
	padding: 0 0.25em;
}

.compareList{
	float: right;
	font-size: 0.75em;
}

.compareList a{
	padding: 0 10px 0 0;
	text-decoration: underline;
}

a.next {
	color: black;
	padding-right: 1em;
	background-image: url('/images/bullet.png');
	background-position: center right;
	background-repeat: no-repeat;
}
a.previous {
	color: black;
	padding-left: 1em;
	background-image: url('/images/prev.png');
	background-position: center left;
	background-repeat: no-repeat;
}
a.current {
	color: black;
	font-weight: bold; 
}

.cartItem {
	clear: both;
	float: left; 
	width: 632px;
	border: 1px solid #444;
	margin: 5px 0 0 0;
	padding: 5px 0;
	
}
.cartItem .imageBox {
	width: 120px;
	margin: 0 0 0 0;
	padding: 0;
	background: #eee;
	float: left;
}

.cartItem div {
	float: left;
	font-size: 14pt;
	width: 3em;
	padding-left: 10px; 
	white-space: nowrap;
	text-align: right;	
}
.cartItem .qty {
	width: 50px;
}

.cartItemh2{
	font-weight: bold;
	clear: left;
	color: #446174;
	padding: 0pt;
	font-size: 14pt;
	margin:2pt;

}

.cartItem{
	width: 632px;
	background: #fff;
	float: left;
}

.cartItem p{
	margin: 20px;
	text-align: center;
}
.cartItem p a{
	color: #64BC49;
}

.cartItem .imageBox{
	float: left;
	width: 180px;
	text-align: center;
	background: #fff;
}

.cartItem .basketItemText{
	float: left;
	font-size: 1.2em;
	color:#5F8FC9;
	width: 320px;
	background: #fff;
}

.cartItem .basketItemText h2{
	text-align: left;
	margin: 0 0;
	padding: 0 0;
	font-size: 1.0em;
}
.cartItem .basketItemText h3{
	text-align: left;
	margin: 0 0;
	padding: 10px 0 0 0;
	font-size: 0.9em;
	color: #444444;
	font-weight: normal;
}
.cartItem .basketItemText h3 span {
	color: #C22D33;
}
.cartItem .basketRightCol{
	float: left;
	width: 110px;
	background: #fff;
	margin: 0 auto;
}

.cartItem .basketRightCol input{
	margin: 0 0 0 5px;
	width: 40px;
}

.cartItem .basketRightCol ul.removeText{
	list-style: none;
	width: 110px;
	margin: 0 auto;
	padding: 10px 0;
	float: left;
	text-align: center;
}

.cartItem .basketRightCol ul.removeText li{
	float: left;
	clear: left;
	width: 110px;
	text-align: center;
	padding: 5px 0 0 0;
}

.cartItem .basketRightCol ul.removeText li a{ 
	text-decoration: underline;
	font-size: 0.7em;
	color: #444;
}

.cartItem .product {
	width: 300px;
	padding-left: 0;
	font-weight: bold;
	text-align: left;
}
.cartItemWarranty {
	border-top: none;
}
.cartItemWarranty .product {
	padding-left: 130px;
}
.cartItemWarranty .subtotal {
	padding-left: 70px;
}

#totals {
	margin: 20px 0 0 0;
	padding-right: 15px;
	float: left;
	position: relative;
	background-color: #444444;
	color:#FFF;
	width: 620px;
}


#totals h1{
	font-size: 1.1em;
	clear: none;
	float: right;
	margin: 0;
	padding: 5px 0;
	text-align: right;
	color: #fff;
	font-weight: normal;
}

#totals h1 span.bigger {
	font-size: 1.5em !important;
}

#totals .note {
	width: 25%;
	float: left;
}

#totals .label{
	font-size: 10pt;
	font-weight: 800;
}

#totals .total{
	font-size: 12pt;
	font-weight: 800;	
}


#tempting {
	clear:both;
	padding: 12pt 0 0 0 
}


/* Logo */
#logo { margin-right: 1.8em; }


/* checkout */

#checkout{
	width: 790px;
	background: #fff;
	float: left;
	margin: 0;
	padding: 0;
}

#checkout .fieldset{
	margin: 10px 0;
	width: 770px;
	float: left;
}

#checkout .formComplete{
	width: 770px;
	clear: left;
	margin: 20px 10px;
	padding: 0;
}

#checkout h4{
	margin: 0;
	padding: 10px 0;
	color: #64BC49;
}

#checkoutError {
	color: black;
	font-size: 12pt;
}
#checkoutError a {
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
}	
#checkoutform input.error {
	border: 1px solid red; 
	background: #FFFCE2 url('/images/warning_obj.gif') no-repeat right; 
	width: 15em;
	margin: 3px 0 0.5em 15px;
	margin-bottom: 0.5em;
	font-size: 0.75em; 
	float:left;
}
#checkoutform #delpostcode.error, #checkoutform #postcode.error, #checkoutform #title.error {
	border: 1px solid red;
	background: #FFFCE2 url('/images/warning_obj.gif') no-repeat right; 
	width: 6em; 
	margin: 3px 0 0.5em 15px;
	margin-bottom: 0.5em;
	font-size: 0.75em; 
	float:left;
}
form#checkoutform {
	margin: 0; 
	padding: 0; 
	background: #fff;
}
.bullet { clear:none }

#checkoutform label, .warning, .bullet  {
	font-size: 0.75em;  
	font-weight: bold; 
	padding: 5px 0 0 5px; 
	float: left; 
	clear: left; 
	width: 270px;
}

#checkoutform label a{
	color: #444;
	text-decoration: underline;
}

#checkoutform .lblpostcode {
	font-size: 0.75em; 
	color: #555; 
	display: block; 
	font-weight: bold; 
	padding:  5px 0 0 5px; 
	float: left; 
	clear: none; 
	width: 100px; 
	text-align: right;
}
form#checkoutform input.text, form#checkoutform select.text {
	border: solid #ccc 1px; 
	width: 15em; 
	margin: 3px 0 0.5em 15px;
	font-size: 0.75em; 
	float:left;
}
form#checkoutform input.checkbox {
	border: solid #ccc 1px; 
	margin: 3px 0 0.5em 15px;
	font-size: 0.75em; 
	float:left;
}
form#checkoutform input.text2 {
	border: solid #ccc 1px; 
	width: 6em; 
	margin: 3px 0 0.5em 15px;
	font-size: 0.75em; 
	float:left; 
	clear:right
}
form#checkoutform textarea {
	border: solid #ccc 1px; 
	margin: 3px 0 0.5em 15px;
	font-size: 0.75em; 
	width: 31.0625em
}
form#checkoutform .text, .text2 {
	font-size: 0.75em
}
form#checkoutform .warning {
	color: red; 
}
#checkoutform fieldset {
	margin: 0% 3% 0% 0;
}
#checkoutform fieldset p {
	color: #555; 
	font-size: 0.6875em
}
#checkoutform fieldset p.indent {
	margin-left: 30px
}
legend {
	display: none;
}
clear2 {
	clear: left
}
html:not([dummy]) .clear2 {clear: none} /*Seen by Moz and FF*/
#checkoutform.warning {
	color: #f00; 
	float:left; 
	width: 50%;
}
#checkoutnotice.notice {
	color: #f00; 
	font-size: 0.8em; 
	float:left
}
span.fieldreq { 
	font-size: 0.7em; 
	left:0.7em; 
	float:left; 
	padding: 0.35em 0 0 0.35em;
	color: #444;
}
span.uk { 
	width: 40%; 
	margin: 3px 0 0.5em 15px;
	font-size: 0.75em;  
	float:left;
}
span.checkoutlast { 
	font-size: 0.7em; 
	float:left;
}
span.checkoutnext { 
	font-size: 0.7em; 
	float:right; 
	font-weight: bold;
}
#checkoutform input.checkoutnav {
	font-size: 1.3em;
}
#postcodeclick { 
	margin-left: 2em; 
}
#address_error { 
	clear:left; 
	font-size: 0.75em; 
	font-weight: bold; 
	padding:  0.35em 0 0 0.8em;
}
#header h1 { float: left; }
#LOGO { float: left; margin: 0 0 0 0.3em }
#HEADBANNER { float: right; }
div.offer { height: 18em; }
.hotoffer { 
	border-bottom:1px solid #333333;
	clear:both;
	color:#1F1F1F;
	font-size:1.4em;
	font-weight:normal;
	height:28px;
	width:788px;
 }
.leftImg { text-align: center; padding: 0.5em 0; }
#leftBanners { background-color: #FFF; clear: left; }
#topofferdesc { padding: 0.3em 0em 0em 0.3em; color: #103756; font-size:13.5pt; }
.productdata { float: left; width: 50%; }
#firstoffer div.pricedata { float: right; margin:0.9em 0 0 0; width:9em; }
#firstoffer div.image { float: right; }
#firstoffer div.priceimg { width: 50%; background: #eee; }
#firstoffer div.priceimg img {}
#firstoffer div.priceimg div.infotban{ float: left; width:100px; padding-top: 10px;}
#firstoffer div.priceimg div.price { color:#446174; font-size:2.4em; font-weight: bold; }
#firstoffer div.buy { position: relative; float: left; width: 50%; font-size: 11pt; font-weight: bold; text-decoration: underline; }
#firstoffer div.priceimg ul.buydata { width: 200px; float:left; clear: left; background: #ccc; }
div.wasprice { float: left; clear:both; color:#446174; font-size:12pt; height: 1.2em; }
div.saveprice { float: left; clear:both; color:#446174; font-size:12pt; height: 1.2em; }
.imgbuydata { float: left; width: 13em; }
.detailpricedata { float: left; width: 9em; color:#5F8FC9; margin:1em 0em 0em 0.5em; }
.buydata { float: left; text-align: center; color:#5F8FC9; font-weight: bold; text-decoration: underline; margin: 0 0 0 3.85em; background: #333; }
.proddescdata { float: left; text-align: center; color: #446174; font-size: 9pt; font-weight: bold; text-align: center; clear: left; width: 99%; }
#submitbutton{float: right; margin-top:5pt}
#items div.product{font-size: 13pt; margin-top:0.1em}
.buydata a { color: #5F8FC9; }
.productbuy { text-align: right; width:100%; margin: 1.75em 0pt 0pt }
.productbuy a { font-size: 13pt; text-decoration:underline; color:#446174;}
.checkoutFinish { text-align: center; }
.checkoutFinish a { font-size: 13pt; text-decoration:underline; color:#446174;}
#map { height: 500px; height:500px; }
.rightImg { 
	text-align: center; 
	padding: 0.5em 0; 
}


/* Product Text Banner Classes */
.tbanred { color: red; }
.tbangreen { color: green; }
.tbansilver { color: silver; }
.tbanblack { color: black; }
.tbanyellow { color: yellow; }

#productBigPicture p a{
	color: #446174;
	font-size: 0.8em;
	float: left;
	clear: left;
	margin: 20px 0; 
}

#productBigPicture div#image{
	width: 630px;
	float: left;
	clear: left;
}

/* Product Compare */
.compare {
	color: #000;
	margin: 0 0 0 1.5em;
	display: inline;
	width: 100%;
}
#compareproducts {
	font-size: 10pt;
	text-align: center;
}
.comparecol {
	font-weight: bold;
	border-style: none solid solid none;
	border-width: 0pt 1px 1px 0pt;
	border-color: #CCCCCC;
}
.featurecol {
	font-weight: normal;
	border-style: none solid solid none;
	border-width: 0pt 1px 1px 0pt;
	border-color: #CCCCCC;
}

#compare input {
	float: none;
}

/* Choose Branch Screen */
#neareststore {
	float: left;
	clear: right;
}

#neareststore h1{
	font-size: 1.8em;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 0 0;
	clear: left;
}

#neareststore h2{
	clear: left;
	font-size: 0.9em;
}

#neareststore h3{
	clear: left;
	font-size: 1.0em;
}

#neareststore p{
	font-size: 0.8em;
	font-weight: normal;
	clear: left;
}

#neareststore div.branchSelector{
	width: 600px;
	clear: left;
	margin: 10px 0;
	padding: 10px 0 20px 0;
	border-bottom: 1px solid #000;
}


#neareststore div.branchSelector label{
	float: left;
	padding: 2px 10px 0 0;
	font-size: 1.0em;
}

#neareststore div.branchSelector select {
	float: left;
	padding: 0.1em 0 0 0;
	margin: 0 10px 0 0;
}

#storecopy {
	font-weight: bold;
	width: 100%;
	clear: left;
	float: left;
	margin: 1.25em 0 0 0;
}
.locationdetails h3 {
	float: left;
	clear: left;
	margin: 0;
}
#locationdetailsMap, #locationdetailsMap1, #locationdetailsMap2 {
	clear: left;
}

div.comparefeatures{
	width: 640px;
	float: left;
	background: #fff;
}


table.compareRow {
	width: 635px;
	background: #fff;
	float: left;
	clear: left;
	margin: 20px 0;
}

table.compareRow tr{
	width: 620px;
}

table.compareRow td{
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	padding: 0;
}

table.compareRow td.compareproduct{
	background: #fff;
	border-top: 1px solid #000;
}

table.compareRow td.compareproduct h2{
	font-size: 1.3em;
	margin: 5px 0 5px 0;
	padding: 0 0 0 15px;
}

table.compareRow td.compareproduct img{
	margin: 0 0 5px 0;
}

table.compareRow td.compareproduct p{
	margin: 0 ;
	padding: 0 0 5px 0;
	font-size: 0.8em;
	color: #1a4F75;
}

table.compareRow td.compareproduct p a{
	color: #1A4F75;
	text-decoration: underline;
}

table.compareRow td.header{
	background: #eee;
	font-weight: normal;
	font-size: 0.8em;
	padding: 5px 5px;
	width: 100px;
	border-left: 1px solid #000;
}

#pagePrint h2{
	float: left;
	clear: both;
}

#pagePrint fieldset{
	float: left;
	clear: left;
	margin: 10px 0;
	width: 500px;
}

#pagePrint p{
	float: left;
	clear: left;
	margin: 5px 0;
	padding: 0;
	font-size: 0.8em;
}

#pagePrint p a{
	text-decoration: underline;
	color: #444;
	font-size: 1.0em;
}

#pagePrint hr{
	width: 100%;
	float: left;
	clear: both;
}

#header-top {
	font-size:0.1em;
	height:10px;
	width:940px;
}

.moreInfo {
	-moz-border-radius:4px 4px 4px 4px;
	background:none repeat scroll 0 0 #666666;
	color:#FFFFFF!important;
	font-size:0.6em;
	font-weight:bold;
	padding:5px 15px;
	text-align:center;
	text-decoration:none;
	float: right;
	width: 55px;
}
.reserveNow {
	-moz-border-radius:4px 4px 4px 4px;
	background:none repeat scroll 0 0 #dddddd;
	color:#444!important;
	font-size:0.6em;
	font-weight:bold;
	margin-bottom:5px;
	padding:5px 15px;
	text-align:center;
	text-decoration:none;
	width:55px;
	float: left;
}


.top-selling {
	margin-bottom: 10px;
	display: block;
	height: 160px;
}
.top-selling-right-bottom .moreInfo {
	-moz-border-radius:4px 4px 4px 4px;
	background:none repeat scroll 0 0 #666666;
	color:#FFFFFF!important;
	font-size:0.9em;
	font-weight:bold;
	margin-bottom:5px;
	text-align:center;
	text-decoration:none;
	width:70px;
}
.top-selling-right-bottom .reserveNow {
	-moz-border-radius:4px 4px 4px 4px;
	background:none repeat scroll 0 0 #dddddd;
	color:#444!important;
	font-size:0.9em;
	font-weight:bold;
	margin-bottom:5px;
	padding:5px 15px;
	float: right;
	text-align:center;
	text-decoration:none;
	width:70px;
}


div.main-product div.title {
		height: 25px;
		font-size: 1.5em;
		font-weight: normal;
		padding: 5px 0 0 7px;
	}
	div.main-product div.image {
		height: 175px;
		width: 220px;
		float: left;
	}
	div.main-product div.price {
		clear:both;
		font-size: 1.2em;
		font-weight: bold;
		height: 45px;
		padding: 0 20px 0;
		bottom: 0;
		left: 0;
		position: absolute;
	}
div.top-selling div.description {
        float: left;
        width: 240px;
		padding-top: 20px;
    }
div.top-selling ul.feature-list {
        float: left;
        width: 200px;
		margin: 35px 0 0 0;
		padding: 0;
    }
div.top-selling ul.feature-list li {
        border-bottom: 1px #b2b2b2 solid;
        margin: 0;
        padding: 7px 0 3px;
        display: block;
		font-size: 0.8em;
		color: #444;
    }
.top-selling .title {
	font-size:1.5em;
	font-weight:normal;
	height:25px;
	padding:5px 0 0 0;
}
.moreDetails {
	
}
.top-selling-left {
	width: 400px;
	float: left;
}
.top-selling-description p{
	color: #555555;
	text-align: justify;
	font-size: 0.8em;
	line-height: 18px;
}
.top-selling-right {
	float: left;
	width: 373px;
	margin-left: 15px;
}
.top-selling-right .image {
	float: right;
	height: 120px;
}
.top-selling-right-bottom {
	clear: both;
	float: left;
	width: 373px;
	padding: 0;
}
.top-selling-right-bottom .price {
	color:#C22D33;
	font-size:2.2em;
	margin:0;
	/*padding:0 0 0 15px;*/
	font-weight: normal;
	float: left;
	width: 225px;
}
.top-selling-right-bottom .wasPrice {
	color: #444!important;
	font-size: 0.5em!important;
	display: block;
	clear: both;
	padding: 0 0 0 24px;
}
.productOfferPriceBox {
	float: left;
	width: 110px;
	height: 70px;
}

.productOfferPriceBox h1{
	font-size: 1.2em;
	padding: 10px 0 0 0;
	margin: 0;
	color: #5F8FC9;
}

.productOfferPriceBox h2{
	font-size: 1.0em;
	padding: 5px 0 0 0;
	margin: 0;
	font-weight: normal;
}

.productOfferPriceBox h3{
	/*float: right;*/
	font-size: 2.2em;
	margin: 0;
	padding: 0;
	color:#C22D33;
}

.productOfferPriceBox p.infotban{
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}

.productRCDLinks li {float: right;}
.productRCDLinks li a {font-size: 0.9em!important; text-decoration: none;}
.moreInfoLink {}
.moreInfoLink a{
	-moz-border-radius:4px 4px 4px 4px;
	background:none repeat scroll 0 0 #666666;
	color:#ffffff;
	float:right;
	font-size:0.9em;
	font-weight:bold;
	line-height:1.3em;
	margin-bottom:5px;
	margin-left:7px;
	padding:3px 12px 4px;
	text-align:center;
	text-decoration:none; 
	width:70px;
}
.buyLink {float: right; height: 30px;}
.buyLink a{
	-moz-border-radius:4px 4px 4px 4px;
	background:none repeat scroll 0 0 #DDDDDD;
	color:#444;
	float:left;
	font-size:0.9em;
	font-weight:bold;
	line-height:1.3em;
	margin-bottom:5px;
	margin-left:7px;
	padding:3px 12px 4px;
	text-align:center;
	text-decoration:none;
	width:70px;
}


div.searchbar {
	float:right;	
	font-size:11px;
	margin:0 0 10px;
	text-align:right;
	width:400px;
}
div.searchbar a.basketlink {
	background:url("../images/cart.png") no-repeat scroll left center transparent;
	color:#000000;
	padding:0 0 0 20px;
	text-decoration:none;
}
span.pipe {
	padding:0 7px;
}
.search {
	border:1px solid #999999;
	color:#7F7F7F;
	font-size:9px;
	margin:0 2px;
	padding:1px 3px;
	width:140px;
}
div.searchbar input.search-submit {
	background:url("../images/icon-list.gif") no-repeat scroll left center transparent;
	border:0 none;
	cursor:pointer;
	font-size:1em;
	margin-left:6px;
	padding:0 0 0 13px;
}
#productLeft {
	float: left;
	width: 260px;
}
#productRight {
	float: left;
	width: 515px;
}


.question {float: left;}
.answer {float: right;}
li.color {background: url("/images/bullet.png") no-repeat scroll left center #e4e4e4!important; width: 260px;}


div.category-title {
		clear: both;
		width: 791px;
		height: 28px;
		border-bottom: 1px solid #333;
		font-weight: bold;
		font-size: 1.4em;
		color: #1f1f1f;
		margin-bottom: 10px;
	}
	.category-margin {
		margin: 10px 0 0;
	}
	.basket tr th {
background:none repeat scroll 0 0 #EAEAEA;
border:1px solid #CCCCCC;
border-collapse:collapse;
padding:5px;
}
a.basketname {
color:#000000;
font-size:1.2em;
font-weight:bold;
text-decoration:none;
}
div.basketimage {
float:left;
padding:0 40px;
}
div.checkoutbuttons {
clear:both;
float:right;
margin-top:20px;
text-align:right;
}
.checkoutform {
float:left;
margin:5px 0 5px 5px;
}

.tableright {
	float: right;
}
.tableright dl.checkout {
	width: 180px;
}
.tableright dt.check {
	font-weight: bold;
	float: left;
}
.tableright dd {
float: left;	
margin: 0 0 0 10px;
}
.tableright span.total {
	color: #c22d33;	
}
.basket tr td h5.price {
	color:#C22D33;
	font-size:1.5em;
	font-weight:normal;
}
.basketSmallPrice {
	color:#C22D33;
	font-size:1em;
	font-weight:normal; 
}
.offerProductLeftCol {
	width: 170px;
	float: left;
	text-align: center;
}
.offerProductRightCol {
	width: 210px;
	float: left;
		
}
.offerProductLeftCol ul.feature-list {
	float: left;
	margin: 0 0 0 15px;
	_margin: 0 0 0 7.5px;
	padding: 0;
	width: 150px;
}
.offerProductLeftCol ul.feature-list li {
	border-bottom: 1px #b2b2b2 solid;
    margin: 0;
    padding: 7px 0 3px;
    display: block;
	font-size: 0.8em;
	color: #444;
	text-align: left;
	width: 150px;
}
