﻿@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'Metrophobic';
  font-style: normal;
  font-weight: 400;
  src: local('Metrophobic'), url(https://themes.googleusercontent.com/static/fonts/metrophobic/v4/0IZPA9DbzKXnGZABsAivT4bN6UDyHWBl620a-IRfuBk.woff) format('woff');
}

* {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
P, H1, H2, .alert-welcome, .product-details, .more-details, .grab-it, .product-header
{
	font-family: Metrophobic, Arial, Helvetica, sans-serif !important;
}
.frame {
	width: 980px;
	margin: auto;
	clear:left;
	background-color: #FFF;
	padding-left:10px;
	padding-right:10px;
}
.footerframe {
	top:200px;
	width: 980px;
	margin: auto;
	clear:left;
	background-color: #FFF;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
}
/*** Header ***/

.header {
	height: 119px;
	/*non-xmas*/
	background-image:url(../images/header-bg.jpg);
	/*xmas*/
	/*background-image:url(../images/headerbg.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;*/
}
.header .logo {
	margin-top: 7px;
	float: left;
}
.header .options {
	height: 40px;
	width: 316px;
	float: left;
	margin-left: 368px;
	background-image:url(../images/header-opt-bg.jpg);
}
.header .options .login-btn {
	height: 24px;
	width: 91px;
	float: left;
	padding-left: 53px;
	margin-top: 8px;
}
.header .options .register-btn {
	height: 24px;
	width: 91px;
	float: left;
	padding-left: 27px;
	margin-top: 8px;
}
.header .basket {
	width: 200px;
	float: left;
	margin-top: 8px;
	margin-left: 405px;
	background-image: url(../images/basket-icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
}
.header .basket h3 {
	color: #ED231F;
	font-size: 11pt;
	margin-top: 4px;
}

.header .basket a
{
    text-decoration: none;
}

.header .basket label {
	float: left;
	width: 50px;
	font-size: 8pt;
	margin-top: 4px;
}
.header .basket .basket-data {
	float: left;
	width: 120px;
	font-size: 8pt;
	margin-top: 4px;
}
/*** Menu ***/

.menu {
	height: 30px;
	/*non-xmas*/
	background-image:url(../images/menu-bg.jpg);
	/*xmas*/
	/*background-image:url(../images/navbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#575757;*/
}
.menu .frame ul {
	list-style: none;
	width: 980px;
	font-size: 9pt;
}
.menu .frame ul li {
	float:left;
	background-image:url(../images/menu-break.jpg);
	background-position: right center;
	background-repeat:no-repeat;
}
.menu .frame ul li:hover {
	background-color:#ED231F;

}
.language
{
    font-size: 9pt;
    padding-top: 8px;
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 7px;
	color:#FFFFFF;
}
.menu .frame ul li a {
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	color:#FFFFFF;
	text-decoration: none;
	display: block;
}

/*** Content ***/

.content-productdetails {
	margin-bottom: 13px;
	background-image:url(../images/content-bg.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #d6d6d6;
	
}

.content-paymentoptions {
	height: 750px;
	margin-bottom: 13px;
	background-image:url(../images/content-bg.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #d3d3d3;
	
}

.content-deliverypickup {
	height: 1200px;
	margin-bottom: 13px;
	background-image:url(../images/content-bg.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #d3d3d3;
	
}

.content-legalpolicy {
	height: 750px;
	margin-bottom: 13px;
	background-image:url(../images/content-bg.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #d3d3d3;
	
}

.content-storepickup {
	height: 750px;
	margin-bottom: 13px;
	background-image:url(../images/content-bg.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #d3d3d3;
	
}

.content-help {
	height: 1400px;
	margin-bottom: 13px;
	background-image:url(../images/content-bg.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #d3d3d3;
	
}

.content {
	margin-bottom: 0px;
	/*non-xmas*/
	background-image:url(../images/content-bg.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #D6D6D6;
	/*xmas*/
    	/*background-image:url(../images/xmas-background.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top:-296px;*/
}
.content .content-alert {
	color:#FFFFFF;
	font-size: 12pt;
	width: 980px;
	height: 48px;
	/* float:left; */
	margin-top: 10px;
	background-image:url(../images/content-alert-bg.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.content .content-alert .alert-form {
	margin-right: 5px;
	float: right;
	font-weight: bold;
	width:39%;
	margin-top: -5px;
}
.content .content-alert .alert-welcome {
	width:61%;
	float:left;
	height:0px;
	padding-left:10px;
	padding-top:15px;
	font-weight: bold;
}
.content .content-alert .alert-form p {
float:left;
margin-top: 3px;
}
.content .content-alert .alert-form #alert-email {
	width: 258px;
	height: 26px;
	border: solid 1px #999999;
	font-size: 12pt;
	margin-left: 5px;
	text-indent: 5px;
	float:left;
}
.content .content-alert .alert-form #content-alert-btn {
	width: 91px;
	height: 24px;
	background-image:url(../images/content-alert-btn.jpg);
	margin-left: 5px;
	margin-right: 5px;
	cursor: pointer;
	background-color: transparent;
	float:left;
	margin-top: 2px;
}
.top-alert-email
{
    width: 258px;
	height: 26px;
	border: solid 1px #999999;
	font-size: 12pt;
	margin-left: 5px;
	text-indent: 5px;
	float:left;
}
.top-content-alert-btn {
	width: 91px;
	height: 24px;
	background-image:url(../images/content-alert-btn.jpg);
	margin-left: 5px;
	margin-right: 5px;
	cursor: pointer;
	background-color: transparent;
	float:left;
	margin-top: 2px;
}
/*** Front Page Offer ***/

.offer-product {
	width: 425px;
	float: left;
	margin-top: 5px;
}
.offer-product h1 {
	font-size: 16pt;
	color: #ED231F;
	width: 550px;
}
.page-title h1 {
	font-size: 16pt;
	color: #ED231F;
	width: 600px;
	margin-left:10px;
	margin-top:10px;
}
.offer-product h2 {
	font-size: 11pt;
	color: #555555;
	margin-top: 5px;
}
.offer-product .offer-images {
	width: 404px;
	height: 67px;
	float: left;
	padding-left: 10px;
	margin-top: 70px;
	background-image:url(../images/offer-images.jpg);
}
.offer-product .offer-images-filler {
	width: 404px;
	height: 67px;
	float: left;
	padding-left: 10px;
	margin-top: 70px;
}
.offer-product .offer-images .offer-image-holder {
	width: 53px;
	height: 60px;
	float: left;
	margin-right: 5px;
	background-image:url(../images/offer-image.jpg);
}
.offer-product .offer-images .offer-image-holder:hover {
	width: 53px;
	height: 60px;
	float: left;
	margin-right: 5px;
	background-image:url(../images/offer-image-selected.jpg);
}
.offer-product .offer-images .offer-image-holder img {
	width: 40px;
	height: 40px;
	float: left;
	margin-left: 6px;
	margin-top: 15px;
}
.offer-price {
	width: 246px;
	height: 102px;
	float: left;
	margin-left: 30px;
	margin-top: 39px;
	background-image:url(../images/offer-price.gif);
}
.offer-price h1 {
	float: left;
	font-size: 12pt;
	color: #595858;
	margin-left: 5px;
	margin-top: 5px;
}
.offer-price .currency {
	float: left;
	font-size: 16pt;
	color: #89d10a;
	width: 12px;
	margin: 10px 0 0 15px;
}
.offer-price .price {
    color:#89D10A;
    float:left;
    font-size:31pt;
    font-weight:bold;
    width:145px;
    margin: 6px 0 0 10px;
}
.offer-price .incvat {
	float: right;
	margin-top: 59px;
	font-size: 9pt;
	color: #595858;
}
.offer-time {
	width: 236px;
	height: 102px;
	float: left;
	margin-left: 43px;
	margin-top: 39px;
	background-image:url(../images/offer-time.gif);
}
.offer-time #until2d4h .hours {
	width: 50px;
	height: 40px;
	float: left;
	padding-left: 20px;
	color:#FFFFFF;
	font-size: 18pt;
	text-align: center;
	padding-top: 40px;
}
.offer-time #until2d4h .minutes {
	width: 50px;
	height: 40px;
	float: left;
	padding-left: 23px;
	color:#FFFFFF;
	font-size: 18pt;
	text-align: center;
	padding-top: 40px;
}
.offer-time #until2d4h .seconds {
	width: 50px;
	height: 40px;
	float: left;
	padding-left: 23px;
	color:#FFFFFF;
	font-size: 18pt;
	text-align: center;
	padding-top: 40px;
}
.product-details-right {
	width: 227px;
	float: right;
	margin-left: 30px;
	margin-top: -150px;
}
.product-details {
	width: 270px;
	float: left;
	margin-left: 30px;
	margin-top: 40px;
}
.product-details ul {
	color: #555555;
	font-size: 9pt;
	width: 235px;
	float: left;
	padding-left: 20px;
	list-style-type: none;
}
.product-details ul li {
	margin-bottom: 4px;
	list-style-image: url(../images/tick-icon.gif);
}
.ilike {
	height: 20px;
	width: 95px;
	float: left;
	margin-top: -100px;
	margin-left: 331px;
}
.ilike img {
	float: left;
	width: 47px;
	margin-right: 5px;
}
.ilike #ilikecount {
	width: 20px;
	float: left;
	font-size: 8pt;
	padding-top: 3px;
	font-weight: bold;
}
.offer-options {
	width: 536px;
	float: right;
	margin-left: 30px;
	font-size: 9pt;
	margin-bottom: 10px;
	margin-top: 50px;
}
.offer-options p {
	height: 29px;
	padding-top: 8px;
	float: left;
}
.offer-options .rrp {
	text-decoration:line-through;
	color: #FF0000;
	font-size: 14pt;
}
.offer-options .more-details {
	width: 125px;
	height: 29px;
	float:left;
	margin-left: 45px;
	background-image:url(../images/grey-btn.jpg);
	color:#FFFFFF;
	padding-top: 8px;
	text-align: center;
}
.continue-shopping a 
{
    color:#FFFFFF;
	text-decoration: none;
	display: block;
	font-size: 11pt;
	margin-top:-8px;
	padding: 2px 5px;
	width: 115px;
	background-image:url(../images/grey-btn.jpg);
	text-align:center;
}
.submit a 
{
    color:#FFFFFF;
	text-decoration: none;
	display: block;
	font-size: 11pt;
	margin-top:-8px;
	padding: 10px 5px;
	width: 115px;
	background-image:url(../images/grey-btn.jpg);
	text-align:center;
}
.prooption
{
    margin-right:0px;
}
.prooption-productdetails
{
    margin-right:-15px;
    padding-top:10px;
    padding-bottom:5px;
}
.textbox-with-border 
{
    border-width: 1px;
    border-color:black;
    border-style:solid;
}
.textarea-with-border 
{
    border-width: 1px;
    border-color:black;
    border-style:solid;
    width:400px;
}

.checkout {
	width: 180px;
	height: 29px;
	float:left;
	margin-left: 411px;
	margin-top: -37px;
	background-image:url(../images/greenwide-btn.jpg);
	color:#FFFFFF;
	padding-top: 8px;
	text-align: center;
}
.checkout a 
{
    color:#FFFFFF;
	text-decoration: none;
	display: block;
	font-size: 11pt;
	margin-left:-7px;
}
.transfer {
	width: 125px;
	height: 29px;
	float:left;
	margin-left: 411px;
	margin-bottom:50px;
	background-image:url(../images/green-btn.jpg);
	color:#FFFFFF;
	padding-top: 8px;
	text-align: center;
}
.transfer a 
{
    color:#FFFFFF;
	text-decoration: none;
	display: block;
	font-size: 11pt;
	margin-left:-37px;
}
.offer-options .grab-it {
	width: 125px;
	height: 29px;
	float:left;
	margin-left: 411px;
	margin-top: -37px;
	background-image:url(../images/green-btn.jpg);
	color:#FFFFFF;
	padding-top: 8px;
	text-align: center;
}
.offer-options a {
	color:#FFFFFF;
	text-decoration: none;
	display: block;
	font-size: 12pt;
}
/*** Next Offer ***/
.next-deal {
	width: 414px;
	float:left;
}
.next-deal h1 {
	height: 30px;
	width: 394px;
	float: left;
	font-size: 12pt;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 8px;
	background-image:url(../images/green-head-bg.gif);
}
.next-deal .next-deal-content {
	min-height: 160px;
	width: 414px;
	float: left;
	background-image:url(../images/green-content-bg.gif);
	background-repeat:repeat-y;
}
.next-deal .next-deal-shadow {
	width: 414px;
	height: 35px;
	float: left;
	background-image:url(../images/green-content-shadow.gif);
}
.next-deal h2 
{
    margin-bottom: 7px;
	float: left;
	font-size: 12pt;
	color: #89d10a;
	padding-left: 20px;
	padding-top: 8px;
}
.next-deal .next-deal-product {
	width: 374px;
	float: left;
	margin-left: 20px;
}
.next-deal .next-deal-product img {
	width: 87px;
	height: 87px;
	float: left;
}
.next-deal .next-deal-product ul {
	float: left;
	list-style-type: none;
	font-size: 9pt;
	margin-top: -3px;
	padding-left: 37px;
	width: 250px;
}
.next-deal .next-deal-product ul li {
	margin-bottom: 2px;
	list-style-image: url(../images/next-deal-icon.gif);
}
.next-deal .more-details {
	float: left;
	width: 100px;
	height: 21px;
	padding-left: 300px;
	margin-top: 20px;
	background-image:url(../images/more-details.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 9pt;
	text-align: center;
	padding-top: 5px;
}
.next-deal .more-details a {
	text-decoration: none;
	display: block;
	color: #555555;
}
/*** Previous Deals ***/
.prev-deals {
	width: 323px;
	float:left;
	margin-left: 20px;
}
.prev-deals h1 {
	height: 30px;
	width: 303px;
	float: left;
	font-size: 12pt;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 8px;
	background-image:url(../images/grey-head-bg.gif);
}
.prev-deals .prev-deals-content {
	min-height: 160px;
	width: 323px;
	float: left;
	font-size: 9pt;
	padding-top: 10px;
	background-image:url(../images/grey-content-bg.gif);
	background-repeat:repeat-y;
	color: #555555;
}
.prev-deals .prev-deals-content .prev-deal-item {
	width: 323px;
	height: 20px;
	padding-top: 2px;
	float: left;
}
.prev-deals .prev-deals-content .prev-deal-item-alt {
	background-color: #dfdfdf;
}
.prev-deals .prev-deals-content .prev-deal-item .item-count {
	width: 30px;
	float: left;
	text-align: center;
}
.prev-deals .prev-deals-content .prev-deal-item .item-name {
	width: 240px;
	float: left;
}
.prev-deals .prev-deals-content .prev-deal-item .item-name a
{
    color: #555555;
    text-decoration: none;
}
.prev-deals .prev-deals-content .prev-deal-item .item-day {
	width: 46px;
	float: left;
}
.prev-deals .prev-deals-content .prev-deal-item .item-price {
	width: 77px;
	float: left;
	color:#000000;
}
.prev-deals .prev-deals-shadow {
	width: 323px;
	height: 35px;
	float: left;
	background-image:url(../images/grey-content-shadow.gif);
}
/*** Alert Me ***/
.basket-items
{
    color: #555555;
    font-size: 14px;
}

.shipping 
{
    color: #555555;
}
.shipping .shipping-list 
{
    padding-top:5px;   
}
.shipping .shipping-list input
{
    margin-right:10px;
}
.alert-me {
	width: 204px;
	float:left;
	margin-left: 19px;
}
.alert-me h1 {
	height: 30px;
	width: 174px;
	float: left;
	font-size: 12pt;
	color: #FFFFFF;
	padding-left: 30px;
	padding-top: 8px;
	background-image:url(../images/alert-head-bg.gif);
}
.alert-me a 
{
    color: #555555;
    text-decoration: none;   
}
.alert-me .alert-content {
	min-height: 160px;
	width: 186px;
	float: left;
	padding-left: 18px;
	background-image:url(../images/alert-content-bg.gif);
	background-repeat:repeat-y;
}
.alert-me .alert-content p {
	font-size: 9pt;
	color:#FFFFFF;
	width: 164px;
	margin-top: 15px;
}
.alert-me .alert-content input {
	width: 166px;
	height: 26px;
	background-image:url(../images/alert-input-bg.gif);
	margin-top: 15px;
	border: 0;
	padding-top: 2px;
	padding-left: 4px;
}
.alert-me .alert-content .alert-button {
	float: left;
	width: 80px;
	height: 19px;
	background-image:url(../images/alert-button.gif);
	background-repeat: no-repeat;
	background-position: top right;
	font-size: 9pt;
	text-align: center;
	padding-top: 5px;
	margin-top: 15px;
	padding-left: 90px;
}
.alert-me .alert-content .alert-button a {
	text-decoration: none;
	color: #555555;
	display: block;
}

.alert-me .alert-shadow {
	width: 204px;
	height: 35px;
	float: left;
	background-image:url(../images/alert-content-shadow.gif);
}
/*** Footer ***/

.footer {
	float: left;
	width: 980px;
	height: 150px;
	background-image:url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	font-size: 9pt;
	color: #a4a3a3;
}
.footer .quick-links {
	width: 200px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}
.footer h1 {
	font-size: 9pt;
	margin-bottom: 5px;
}
.footer .support-links {
	width: 200px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}
.footer .payment-links {
	width: 300px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}
.footer .payment-links .accepted-payments {
	width: 265px;
	height: 36px;
	margin-top: 5px;
	margin-bottom: 17px;
}
.footer .payment-links .accepted-payments2 {
	width: 265px;
	height: 36px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.footer .payment-links .accepted-payments #icon-google {
	margin-right: 8px;
}
.footer .payment-links .accepted-payments #icon-paypal {
	margin-right: 8px;
}
.footer .payment-links .accepted-payments #icon-visa {
	margin-right: 8px;
}
.footer .payment-links .accepted-payments #icon-mc {
	margin-right: 8px;
}
.footer .payment-links .accepted-payments #icon-eft {
	margin-right: 8px;
}
.footer .payment-links .accepted-payments #icon-dc {
	margin-right: 8px;
}
.footer .follow-links {
	width: 160px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}
.footer .follow-links p {
	margin-top: 5px;
}
.footer .follow-links .follow-twitter {
	margin-right: 10px;
	float: left;
}
.footer .follow-links .follow-facebook {
	float: left;
}
.footer ul {
	list-style-image: url(../images/footer-list-icon.gif);
	margin-left: 15px;
}
.footer ul li {
	height: 20px;
}
.footer ul li a {
	text-decoration: none;
	color: #a4a3a3;
}
.footer ul li a:hover {
	color: #555555;
}

#wrapper {
	MARGIN: 0px auto; WIDTH: 1000px; PADDING-TOP: 300px
}
#timer {
	POSITION: relative
}

*:first-child + HTML HR {
	TOP: 370px
}
.timer_numbers {
	TEXT-ALIGN: left; FONT-FAMILY: Arial, Helvetica, sans-serif; COLOR: #ffffff; FONT-SIZE: 100px; FONT-WEIGHT: bold
}

#timer
{
    color:#000;
}


#timer_days {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 18px; WIDTH: 236px; PADDING-RIGHT: 0px; BACKGROUND: url(../images/countdown1.png) #000 no-repeat; FLOAT: left; LETTER-SPACING: 60px; HEIGHT: 159px; PADDING-TOP: 10px
}
#timer_hours {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 18px; WIDTH: 236px; PADDING-RIGHT: 0px; BACKGROUND: url(../images/countdown1.png) #000 no-repeat; FLOAT: left; LETTER-SPACING: 60px; HEIGHT: 159px; PADDING-TOP: 10px
}
#timer_mins {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 18px; WIDTH: 236px; PADDING-RIGHT: 0px; BACKGROUND: url(../images/countdown1.png) #000 no-repeat; FLOAT: left; LETTER-SPACING: 60px; HEIGHT: 159px; PADDING-TOP: 10px
}
#timer_seconds {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 22px; WIDTH: 210px; PADDING-RIGHT: 0px; BACKGROUND: url(../images/countdown2.png) #000 no-repeat; FLOAT: left; LETTER-SPACING: 55px; HEIGHT: 138px; PADDING-TOP: 10px
}
.timer_labels {
	TEXT-ALIGN: center; FONT-FAMILY: Arial, Helvetica, sans-serif; COLOR: #666; FONT-SIZE: 40px; FONT-WEIGHT: bold
}
#timer_labels {
	POSITION: relative
}
#timer_days_label {
	POSITION: absolute; TOP: 150px; LEFT: 58px
}
#timer_hours_label {
	POSITION: absolute; TOP: 150px; LEFT: 305px
}
#timer_mins_label {
	POSITION: absolute; TOP: 150px; LEFT: 570px
}
#timer_seconds_label {
	POSITION: absolute; TOP: 150px; LEFT: 825px
}
P#demoPage {
	PADDING-BOTTOM: 5px; BACKGROUND-COLOR: #000000; MARGIN: 20px 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 5px; DISPLAY: inline; COLOR: #000; FONT-SIZE: 18px; PADDING-TOP: 5px
}
P#demoPage A {
	COLOR: #000
}

#product-block-wrap
{
	width:720px;
	float:left;
}
#product-block-wrap .product-block
{
	width:349px;
	height:160px;
	float:left;
	margin:10px 8px 0px 0px;
	padding:0px;
	display:inline;
	/*border:#cecece solid 1px;	*/
	background-color:#f7f6f1;
	background-image:url(../images/grid.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
#product-block-wrap .product-block-img
{
	width:135px;
	height:130px;
	padding:2px;
	/*background-image:url(../images/product-block-img.gif);
	background-position:top right;
	background-repeat:no-repeat;*/
	margin:10px 10px 10px 10px;
	overflow:hidden;
	text-align:center;
	float:right;
}
#product-block-wrap .product-block-desc
{
	width:142px;
	height:140px;
	margin:auto 0px auto 0px;
	padding:10px 10px 10px 13px;
	text-align:left;
	float:left;
	display:inline;
	color:#ffffff;
	position:relative;
	font-size:15px;
}
#product-block-wrap .product-block-desc p
{
	line-height:19px;
	color:#ffffff;
}
#product-block-wrap .product-block-desc a
{
	line-height:19px;
	color:#ffffff;
	text-decoration:none;
}

#product-block-wrap .product-block-desc .viewproduct
{
    color:#999999;
}
#product-block-wrap .product-block-desc div.wasprice
{
    font-weight:bold;
    font-size:13px;
    position:absolute;
    bottom:10px;
    left:10px;
}

#product-block-wrap .product-block-desc .item_now
{
    position:absolute;
    top:40px;
    left:150px;
    background-image:url(../images/altsavebutton.png);
	background-position:top right;
	background-repeat:no-repeat;
	display:block;
	height:62px;
	padding:22px 10px 10px 10px;
	width:73px;
	color:#ffffff !important;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}

table.shipping 
{
	color:#666;
	font-size:11px;
	font-weight:bold;
}
.AddButton {
	background-color:transparent;
	/*background-image:url(../images/add.gif);*/
	background-image:url(../images/addtobasket.png);
	background-position:center top;
	background-repeat:no-repeat;
	border:0 none;
	color:#FE0303;
	font-size:11px;
	font-weight:bold;
	height:55px;
	width:100px;
	margin:0;
	padding:30px 0 0;
	vertical-align:bottom;
	cursor:default;
}
.arial11 
{
	color:#666666;
	font-family:Arial,Tahoma,Verdana,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
}
.AddButtonHover
{
    border:0;
    padding:30px 0 0 0;
    margin:0;
    background-color:transparent;
    background-image:url('../images/addtobasket.png');
    background-repeat:no-repeat;
    height:55px;
	width:100px;
	FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
	color:#666666;
    background-position:top;
    cursor:hand;    
}
.add {
	color:#6A9100;
	font-family:Arial,Tahoma,Verdana,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
}
.pagetitle 
{
    font-size :18px;
    color:black;
    FONT-FAMILY: Arial, Tahoma, Verdana, Helvetica, sans-serif;    
}
.pagetitle a
{
    color:#ffffff;
    font-weight:normal;
}
.info 
{
	color:#ee4d24;
	font-family:Arial,Tahoma,Verdana,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
}
.ProductTitle 
{
	color:#333333;
	font-size:13px;
	font-weight:bold;
}
.pricelarge 
{
	color:#FE0303;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
}
.breadcrumb
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    color:black;
    FONT-FAMILY: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

.breadcrumb A:visited, .breadcrumb A:link, .breadcrumb A:active
{
    FONT-WEIGHT:normal;    
    COLOR: black;
    FONT-FAMILY: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

.breadcrumb A:hover
{
    FONT-WEIGHT:normal;    
    COLOR: #cecece;
    text-decoration:underline;
    FONT-FAMILY: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
.smalltextbox
{
	width:30px !important;
}
#container #content-wrap #content-inside #product-block-wrap .product-block-desc span.item_now
{
	font-weight:bold;
	color:#ee4d2a;
	margin-top:-5px;
}

#breadcrumb-block
{
	width:700px;
	height:40px;
	background-image:url(../images/topleftbarbg.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding:1px 0px 0px 10px;
	position:relative;
}
#breadcrumb-block img
{
	padding:5px;
	float:left;
}
.pagetitle 
{
    font-size :18px;
    color:#black;
    FONT-FAMILY: Arial, Tahoma, Verdana, Helvetica, sans-serif;    
}
.pagetitle a
{
    color:black;
    font-weight:normal;
}
.breadcrumb
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    color:black;
    FONT-FAMILY: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

.breadcrumb A:visited, .breadcrumb A:link, .breadcrumb A:active
{
    FONT-WEIGHT:normal;    
    COLOR: black;
    FONT-FAMILY: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

.breadcrumb A:hover
{
    FONT-WEIGHT:normal;    
    COLOR: #cecece;
    text-decoration:underline;
    FONT-FAMILY: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

#contentArea 
{
    width: 970px;
    margin: 0 auto;
    padding: 15px !important;
    background-color:#fff;
}

#contentArea p 
{
    line-height: 1.15em;
    margin: 10px 0;
    font-size: 0.9em;
}

.centreContent 
{
    margin: 0 auto;
    width: 960px;
}

.productHeader 
{
    margin-top: 20px;
    color: Red;
    font-size: 0.65em;
    
}

.fullDesc
{
    margin:50px 0px 50px 0px;
}
.fullDesc ul
{
    margin-left:20px;
}

.ilikePro
{
    margin-left:0px;
}

.grab-it input
{
    background-color:Transparent;
    color:#ffffff;
    font-size:12pt;
}
    
.imgproducts
{
    height:250px;
    text-align: center;
}

.imgproducts a
{
    height:250px;
    display:block;
    margin:auto;
}

.imgproductshome
{
    height:230px;
    padding-top:10px;
    text-align: center;
}

.imgproductshome a
{
    height:230px;
    display:block;
    margin:auto;
}
.offer-price-productdetails {
	width: 246px;
	height: 102px;
	float: left;
	margin-left: 30px;
	margin-top: -14px;
	background-image:url(../images/offer-price.gif);
}
.offer-price-productdetails h1 {
	float: left;
	font-size: 12pt;
	color: #595858;
	margin-left: 5px;
	margin-top: 5px;
}
.offer-price-productdetails .currency {
    float: left;
	font-size: 16pt;
	color: #89d10a;
	width: 12px;
	margin: 10px 0 0 15px;
}
.offer-price-productdetails .price {
    color:#89D10A;
    float:left;
    font-size:31pt;
    font-weight:bold;
    width:145px;
    margin: 6px 0 0 10px;
}
.offer-price-productdetails .incvat {
	float: right;
	margin-top: 60px;
	font-size: 9pt;
	color: #595858;
}
.offer-time-productdetails-fillermessage {
	width: 236px;
	height: 102px;
	float: left;
	margin-left: 38px;
	margin-top: -14px;
}
.offer-time-productdetails-fillermessage h1 {
color:#595858;
float:left;
font-size:12pt;
margin-left:-5px;
margin-top:5px;
}
.offer-time-productdetails {
	width: 236px;
	height: 102px;
	float: left;
	margin-left: 33px;
	margin-top: -14px;
	background-image:url(../images/offer-time.gif);
}
.offer-time-productdetails #until2d4h .hours {
	width: 50px;
	height: 40px;
	float: left;
	padding-left: 20px;
	color:#FFFFFF;
	font-size: 18pt;
	text-align: center;
	padding-top: 40px;
}
.offer-time-productdetails #until2d4h .minutes {
	width: 50px;
	height: 40px;
	float: left;
	padding-left: 23px;
	color:#FFFFFF;
	font-size: 18pt;
	text-align: center;
	padding-top: 40px;
}
.offer-time-productdetails #until2d4h .seconds {
	width: 50px;
	height: 40px;
	float: left;
	padding-left: 23px;
	color:#FFFFFF;
	font-size: 18pt;
	text-align: center;
	padding-top: 40px;
}
.product-details-productdetails {
	width: 525px;
	float: left;
	margin-left: 27px;
	margin-top: 40px;
}
.product-details-productdetails ul {
	color: #555555;
	font-size: 9pt;
	width: 235px;
	float: left;
	padding-left: 20px;
	list-style-type: none;
	padding-top:20px;
}
.product-details-productdetails ul li 
{
    list-style-image:url(../images/tick-icon.gif);
    margin-bottom:4px;
}
.product-fulldetails-productdetails {
	width: 950px;
	float: left;
	margin-left: -10px;
	margin-top: 50px;
}
/*.product-fulldetails-productdetails ul {
	color: #555555;
	font-size: 9pt;
	width: 235px;
	float: left;
	margin-left: 20px;
	list-style-image: url(../images/tick-icon.gif);
	list-style-type: none;
}
*/
.product-fulldetails-productdetails ul {
                color:#555555;
                font-size:9pt;
                list-style-image:url("../images/tick-icon.gif");
                list-style-type:none;
                margin-left:20px;
                padding-bottom:9pt;
}

.product-fulldetails-productdetails h3 {
                padding-bottom: 9pt;
}

.product-fulldetails-productdetails p {
                padding-bottom:9pt;
}

.product-fulldetails-productdetails ul li {
	
}
.offer-product-productdetails {
	width: 425px;
	float: left;
	margin-top: 5px;
}
.offer-product-productdetails h1 {
	font-size: 16pt;
	color: #ED231F;
}
.offer-product-productdetails h2 {
	font-size: 11pt;
	color: #555555;
	margin-top: 5px;
}
.offer-product-productdetails .offer-images .offer-image-holder {
	width: 53px;
	height: 60px;
	float: left;
	margin-right: 5px;
	background-image:url(../images/offer-image.jpg);
}
.offer-product-productdetails .offer-images .offer-image-holder:hover {
	width: 53px;
	height: 60px;
	float: left;
	margin-right: 5px;
	background-image:url(../images/offer-image-selected.jpg);
}
.offer-product-productdetails .offer-images .offer-image-holder img {
	width: 40px;
	height: 40px;
	float: left;
	margin-left: 6px;
	margin-top: 15px;
}
.offer-product-productdetails {
	width: 425px;
	float: left;
	margin-top: 5px;
}
.offer-product-productdetails h1 {
	font-size: 16pt;
	color: #ED231F;
}
.offer-product-productdetails h2 {
	font-size: 11pt;
	color: #555555;
	margin-top: 5px;
}
.offer-product-productdetails .offer-images {
	width: 404px;
	height: 67px;
	float: left;
	padding-left: 10px;
	margin-top: 51px;
	background-image:url(../images/offer-images.jpg);
}
.offer-product-productdetails .offer-images .offer-image-holder {
	width: 53px;
	height: 60px;
	float: left;
	margin-right: 5px;
	background-image:url(../images/offer-image.jpg);
}
.offer-product-productdetails .offer-images .offer-image-holder:hover {
	width: 53px;
	height: 60px;
	float: left;
	margin-right: 5px;
	background-image:url(../images/offer-image-selected.jpg);
}
.offer-product-productdetails .offer-images .offer-image-holder img {
	width: 40px;
	height: 40px;
	float: left;
	margin-left: 6px;
	margin-top: 15px;
}

.product-details-productdetails .rrp {
	text-decoration:line-through;
	color: #FF0000;
	font-size: 14pt;
}
.product-details-productdetails .grab-it-filler {
	width: 125px;
	height: 29px;
	float:left;
	margin-left: 395px;
	margin-top: -32px;
	color:#FFFFFF;
	padding-top: 8px;
	text-align: center;
}
.options-filler {
	width: 125px;
	height: 40px;
	float:left;
	margin-left: 270px;
	margin-top: -32px;
	color:#FFFFFF;
	padding-top: 8px;
	text-align: center;
}
.product-details-productdetails .grab-it {
	width: 125px;
	height: 37px;
	float:right;
	margin-right: 8px;
	margin-top: -20px;
	background-image: url("../images/green-btn.jpg");
	background-color: Transparent;
	color:#FFFFFF;
	cursor: pointer;
	text-align: center;
    
}
.product-details-productdetails .grab-it input
{
    cursor: pointer;
}

.product-details-productdetails .recommended {
	margin-top:-21px;
	float: left;
}
.product-details-productdetails a {
	color:#FFFFFF;
	text-decoration: none;
	display: block;
	font-size: 12pt;
}
.LoginTitle
{
    text-align:center;
    background-color:#eee;
    font-weight:bold;
}

#loginForm .contactDetails tr td:first-child
{
    padding-right: 10px;
    text-align: right;
}

#loginForm .address tr td:last-child 
{
    width: 300px;
}

#loginForm .address input 
{
    float: left;
    width: 150px;
}

#loginForm .address span
{
    float: left;
}

#loginForm .address input[type=checkbox]
{
    margin: 0 3px;
    width: auto;
    float: none;
}

#accountDetails a
{
    color: Blue;
    font-size: 0.95em;
}

.clearer 
{
    clear: both;
}


#mailShot 
{
    
}

#mailShot .header 
{
    width: 600px;
    margin: 0 auto;
}

#mailShot .header .logo 
{
    margin-left: 20px;
}

#mailShot .content 
{
    margin: 0 auto;
    background: #ffffff;
    width: 600px;
}

#mailShot .content .imgproductshome 
{
    text-align: left;
}

#mailShot .content td 
{
    border: 1px solid #bbbbbb;
    border-top: none;
    width: 598px;
}

#mailShot .content .offer-product 
{
    width: 290px;
}

#mailShot .content .offer-product .offer-images 
{
    display: none;
}

#mailShot .content .product-details 
{
    width: auto;
}

#mailShot .content .offer-product h1 
{
    margin: -5px 0 0 -1px;
    background-image: url("../images/red-head-bg.gif");
    padding: 0 10px;
    width: 580px;
    color: #ffffff;
}

#mailShot .content .offer-product h2 
{
    margin: 6px;
}

#mailShot .content .offer-time 
{
    display: none;
}

#mailShot .content .page-title 
{
    width: 600px;
    overflow: hidden;
}

#mailShot .content .page-title h1 
{
    width: auto;
    float: left;
}

#mailShot .content .page-title p 
{
    margin-top: 15px;
    float: right;
    font-size: 11px;
    color: #444444;
}

#mailShot .content .unsubscribe 
{
    float: right;
    font-size: 11px;
    color: #444;
}



#mailShot .content .page-title a, #mailShot .content .unsubscribe a 
{
    color: Red;
    text-decoration: none;
}

#mailShot .content .offer-options
{
    width: auto;
    margin-right: 6px;
    margin-top: 15px;
}

#mailShot .content .offer-options .grab-it
{
    margin: 0;
    margin-left: 10px;
}

#mailShot .content .next-deal 
{
    margin-top: 20px;
    width: 600px;
}

#mailShot .content .next-deal .next-deal-product 
{
    width: 560px;
}

#mailShot .content .next-deal .next-deal-product a
{
    float: left;
}

#mailShot .content .next-deal .next-deal-product img 
{
    width: auto;
    height: auto;
}

#mailShot .content .next-deal .next-deal-product ul 
{
    margin: 10px 20px;
}

#mailShot .content .next-deal .more-details 
{
    margin: 0;
    float: right;
}

#mailShot .content .next-deal td 
{
    margin: 0;
    border: 0;
}

#mailShot .content .next-deal h1
{
    float: none;
    width: auto;
    background-image: url("../images/green-head-bg-wide.gif");
}   

#mailShot .content .next-deal .next-deal-content 
{
    background-repeat: repeat;
    width: auto;
    background-image: url("../images/red-content-bg.gif");
}

#mailShot .content .next-deal .next-deal-shadow
{
    width: 100%;
    background-image: url("../images/red-content-shadow.gif");
}

.cross-deal {
	width: 274px;
	float:left;
}
.cross-deal h1 {
	height: 42px;
	width: 254px;
	float: left;
	font-size: 12pt;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 8px;
	background-image:url(../images/crossell-green-head-bg.gif);
}
.cross-deal .cross-deal-content {
	width: 274px;
	float: left;
	background-image:url(../images/green-content-bg.gif);
	background-repeat:repeat-y;
}
.cross-deal .cross-deal-shadow {
	width: 274px;
	height: 35px;
	float: left;
	background-image:url(../images/crossell-green-content-shadow.gif);
}
.cross-deal h2 
{
    margin-bottom: 7px;
	float: left;
	font-size: 12pt;
	color: #89d10a;
	padding-left: 0px;
	padding-top: 0px;
}
.cross-deal .cross-deal-product {
	width: 250px;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}
.cross-deal .cross-deal-product img {
	width: 87px;
	height: 87px;
	float: left;
}
.cross-deal .cross-deal-product ul {
	float: left;
	list-style-type: none;
	font-size: 9pt;
	margin-top: -3px;
	padding-left: 37px;
	width: 250px;
}
.cross-deal .cross-deal-product ul li {
	margin-bottom: 2px;
	list-style-image: url(../images/next-deal-icon.gif);
}
.cross-deal .more-details {
	float: left;
	width: 100px;
	height: 21px;
	padding-left: 160px;
	margin-top: 10px;
	background-image:url(../images/more-details.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 9pt;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.cross-deal .more-details a {
	text-decoration: none;
	display: block;
	color: #555555;
}
.rrp {
	text-decoration:line-through;
	color: #FF0000;
	font-size: 14pt;
	padding-left: 15px;
}
.dp {
	font-size: 14pt;
}

.delivery-options {
	width: 215px;
	float:left;
	margin-left: 20px;
	margin-top:22px;
}
.delivery-options h1 {
	height: 17px;
	width: 227px;
	float: left;
	font-size: 11pt;
	color: #555555;
	padding-left: 8px;
	padding-top: 3px;
	background-image:url(../images/delivery-head-bg.gif);
}
.delivery-options .delivery-options-content {
	min-height: 80px;
	width: 235px;
	float: left;
	font-size: 9pt;
	padding-top: 10px;
	background-image:url(../images/grey-content-bg.gif);
	background-repeat:repeat-y;
	color: #555555;
}
.delivery-options .delivery-options-content .delivery-options-item {
	width: 235px;
	height: 20px;
	padding-top: 2px;
	float: left;
}
.delivery-options .delivery-options-content .delivery-options-item-alt {
	background-color: #dfdfdf;
}
.delivery-options .delivery-options-content .delivery-options-item .item-count {
	width: 30px;
	float: left;
	text-align: center;
}
.delivery-options .delivery-options-content .delivery-options-item .item-name {
	width: 167px;
	float: left;
	margin-left: 5px;
}
.delivery-options .delivery-options-content .delivery-options-item .item-name a
{
    color: #555555;
    text-decoration: none;
}
.delivery-options .delivery-options-content .delivery-options-item .item-day {
	width: 63px;
	float: left;
}
.delivery-options .delivery-options-content .delivery-options-item .item-price {
	width: 60px;
	float: left;
	color:#000000;	
	margin-left: 18px;
	width: 45px;
}




.delivery-options-productdetails {
	width: 215px;
	float:left;
	margin-left: 20px;
	margin-top:3px;
}
.delivery-options-productdetails h1 {
	height: 17px;
	width: 227px;
	float: left;
	font-size: 11pt;
	color: #555555;
	padding-left: 8px;
	padding-top: 3px;
	background-image:url(../images/delivery-head-bg.gif);
}
.delivery-options-productdetails .delivery-options-content {
	min-height: 80px;
	width: 235px;
	float: left;
	font-size: 9pt;
	padding-top: 10px;
	background-image:url(../images/grey-content-bg.gif);
	background-repeat:repeat-y;
	color: #555555;
}
.delivery-options-productdetails .delivery-options-content .delivery-options-item {
	width: 235px;
	height: 20px;
	padding-top: 2px;
	float: left;
}
.delivery-options-productdetails .delivery-options-content .delivery-options-item-alt {
	background-color: #dfdfdf;
}
.delivery-options-productdetails .delivery-options-content .delivery-options-item .item-count {
	width: 30px;
	float: left;
	text-align: center;
}
.delivery-options-productdetails .delivery-options-content .delivery-options-item .item-name {
	width: 167px;
	float: left;
	margin-left: 5px;
}
.delivery-options-productdetails .delivery-options-content .delivery-options-item .item-name a
{
    color: #555555;
    text-decoration: none;
}
.delivery-options-productdetails .delivery-options-content .delivery-options-item .item-day {
	width: 63px;
	float: left;
}
.delivery-options-productdetails .delivery-options-content .delivery-options-item .item-price {
	width: 60px;
	float: left;
	color:#000000;	
	margin-left: 18px;
	width: 45px;
}
.addthis {
	width: 260px;
	float:left;
	margin-left: -7px;
	margin-top:10px;
}
#stickyfooterwrap 
{
    clear: both;
    width: 1000px;
    margin: 0 auto;
}
#stickyfooter {
    display: none;
    width: 1000px;
    color: #ffffff;
    background-color:#606060;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#606060), to(#393939));
    background: -webkit-linear-gradient(top, #606060, #393939);
    background: -moz-linear-gradient(top, #606060, #393939);
    background: -ms-linear-gradient(top, #606060, #393939);
    background: -o-linear-gradient(top, #606060, #393939);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#606060', endColorstr='#393939');
    z-index: 1000;
}
#stickyfooterinner{padding: 5px;}
#stickyfooter div.closer {float:right;}
#stickyfooter img.closer{cursor: pointer;}
#stickyfooterpad{display: none;}
#stickyfooterpadwrap {background-color: #D6D6D6;}

.optionsPanel {padding-bottom:5px; text-align: right;}

.featureMessage
{
    position: relative;
    float: right;
    left: -260px;
}

.featureMessageText
{
    background: transparent url("../images/featureproduct.png") no-repeat center;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    height: 81px;
    width: 279px;
    text-align: center;
    position: absolute;
    clear: both;
    line-height: 90px;
}

.prod-wrap
{
   	border:1px solid #d1d1d1;
	padding:0;
	margin-bottom:10px;
}   

.featured
{
   	border:2px solid #777777;
}   

.accordionHeader {
	BORDER-RIGHT: #ece9d8 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #ece9d8 1px solid; MARGIN-TOP: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 12px; PADDING-BOTTOM: 5px; BORDER-LEFT: #ece9d8 1px solid; CURSOR: pointer; COLOR: #595858; PADDING-TOP: 5px; BORDER-BOTTOM: #ece9d8 1px solid; FONT-FAMILY: Arial, Sans-Serif; background-color: #F7F6F2;
}

.accordionHeader A {
	BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: #ffffff; TEXT-DECORATION: none
}
.accordionHeader A:hover {
	BACKGROUND: none transparent scroll repeat 0% 0%; TEXT-DECORATION: underline
}
.accordionHeaderSelected {
	BORDER-RIGHT: #ece9d8 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #ece9d8 1px solid; MARGIN-TOP: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 12px; PADDING-BOTTOM: 5px; BORDER-LEFT: #ece9d8 1px solid; CURSOR: pointer; COLOR: #595858; PADDING-TOP: 5px; BORDER-BOTTOM: #ece9d8 1px solid; FONT-FAMILY: Arial, Sans-Serif; background-color: #F7F6F2;
}
.accordionHeaderSelected A {
	BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: #ffffff; TEXT-DECORATION: none
}
.accordionHeaderSelected A:hover {
	BACKGROUND: none transparent scroll repeat 0% 0%; TEXT-DECORATION: underline
}
.accordionContent {
	BORDER-RIGHT: #ece9d8 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #ece9d8 1px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; BORDER-LEFT: #ece9d8 1px solid; PADDING-TOP: 10px; BORDER-BOTTOM: #ece9d8 1px solid; BACKGROUND-COLOR: #FDFDFB; color: #747474;
}
a.priceTemp
{
    color:#89D10A;   
}
a.clickforprice
{
    color:#000;   
    padding-right:2px;
}
.other-deals
{
    padding-left:10px;   
}
table.customwizard
{
	 padding-top:20px;
	 padding-left:20px;
	 padding-right:20px;
	 width:732px;
	 height:295px;
	 background-image:url(../images/customwizardbackground.jpg);
}
table.customwizard tr td
{
	color:White;
	font-size:14pt;
	vertical-align:top;
	padding-left:10px;
	padding-top:5px;
}
table.wizard
{
	 padding-top:20px;
	 padding-left:20px;
	 padding-right:20px;
	 width:732px;
	 height:295px;
	 background-image:url(../images/wizardbackground.jpg);
}
table.wizard tr td
{
	color:White;
	font-size:14pt;
	vertical-align:top;
	padding-left:10px;
	padding-top:5px;
}
img.wizardRHpic
{
	float:right;
	padding-right:100px;
	padding-top:20px;
}
div.wizardRHpic
{
	float:right;
	padding-right:100px;
	padding-top:20px;
}
img.wizardRHpic2
{
	float:right;
	padding-right:0px;
	padding-top:20px;
}img.wizardglovepic
{
	float:right;
	padding-right:100px;
	padding-top:60px;
}
img.wizardrighthand
{
	float:right;
	padding-right:0px;
	padding-top:20px;
}
img.wizardlefthand
{
	float:left;
	padding-top:100px;
}
td.wizardnav1
{
	background-image:url(../images/step1of6-standalone.gif);
	height:104px;
	padding:0px;
	background-repeat:no-repeat;
}
td.wizardnav2
{
	background-image:url(../images/step2of6-standalone.gif);
	height:104px;
	padding:0px;
	background-repeat:no-repeat;
}
td.wizardnav3
{
	background-image:url(../images/step3of6-standalone.gif);
	height:104px;
	padding:0px;
	background-repeat:no-repeat;
}
td.wizardnav4
{
	background-image:url(../images/step4of6-standalone.gif);
	height:104px;
	padding:0px;
	background-repeat:no-repeat;
}
td.wizardnav5
{
	background-image:url(../images/step5of6-standalone.gif);
	height:104px;
	padding:0px;
	background-repeat:no-repeat;
}
td.wizardnav6
{
	background-image:url(../images/step6of6-standalone.gif);
	height:104px;
	padding:0px;
	background-repeat:no-repeat;
}
td.wizardnav7
{
	background-image:url(../images/step-final-standalone.gif);
	height:104px;
	padding:0px;
	background-repeat:no-repeat;
}
.custom-404 .search-box {
    background-image: url("../images/custom-search-box-bg.png");
    clear: both;
    height: 33px;
    margin-top: 10px;
    padding: 7px;
    width: 360px;
    margin:auto;
}
.custom-404 .search-box input {
    background-image: url("../images/search-input-bg.gif");
    border: 0 none;
    float: left;
    height: 14px;
    padding: 10px;
    width: 236px;
}
.custom-404 .search-box input.submit {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C80B0D), to(#EC1F20));
    background: -webkit-linear-gradient(top, #C80B0D, #EC1F20);
    background: -moz-linear-gradient(top, #C80B0D, #EC1F20);
    background: -ms-linear-gradient(top, #C80B0D, #EC1F20);
    background: -o-linear-gradient(top, #C80B0D, #EC1F20);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#C80B0D', EndColorStr='#EC1F20');
    border: 0 none;
    cursor: pointer;
    float: left;
    height: 34px;
    width: 104px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    padding:5px;
}
.custom-404 {
    text-align:center;
}
.share-button a
{
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C1242B), to(#A91217));
    background: -webkit-linear-gradient(top, #C1242B, #A91217);
    background: -moz-linear-gradient(top, #C1242B, #A91217);
    background: -ms-linear-gradient(top, #C1242B, #A91217);
    background: -o-linear-gradient(top, #C1242B, #A91217);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C1242B', endColorstr='#A91217');
    color:#fff;
    padding:5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-decoration: none;
}
.share-button a:hover {
    background-color: #9F000E;
    background-image: none;
}
#share-tabrow {
    font-size: 14px;
    height: 24px;
    letter-spacing: 0;
    line-height: 2;
    margin: 0;
}
#share-tabrow ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
}
#share-tabrow li.select 
{
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C1242B), to(#A91217));
    background: -webkit-linear-gradient(top, #C1242B, #A91217);
    background: -moz-linear-gradient(top, #C1242B, #A91217);
    background: -ms-linear-gradient(top, #C1242B, #A91217);
    background: -o-linear-gradient(top, #C1242B, #A91217);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C1242B', endColorstr='#A91217');
}
#share-tabrow li 
{
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C5C5C5), to(#7E7E7E));
    background: -webkit-linear-gradient(top, #C5C5C5, #7E7E7E);
    background: -moz-linear-gradient(top, #C5C5C5, #7E7E7E);
    background: -ms-linear-gradient(top, #C5C5C5, #7E7E7E);
    background: -o-linear-gradient(top, #C5C5C5, #7E7E7E);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C5C5C5', endColorstr='#7E7E7E');
    float: left;
    height: 24px;
    margin-right: 2px;
    cursor:pointer;
}
#share-tabrow li:hover {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C1242B), to(#A91217));
    background: -webkit-linear-gradient(top, #C1242B, #A91217);
    background: -moz-linear-gradient(top, #C1242B, #A91217);
    background: -ms-linear-gradient(top, #C1242B, #A91217);
    background: -o-linear-gradient(top, #C1242B, #A91217);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C1242B', endColorstr='#A91217');
}
#share-tabrow li span
{
    color: #FFFFFF;
    display: block;
    font-weight: normal;
    padding: 0px 15px;
}
#midbox 
{
    border: 1px solid #CCCCCC;
    clear: both;
    float: left;
    padding: 15px;
    width: 668px;
}
#midbox h2 
{
    margin-bottom:10px;
}
.ratingStar
{
	white-space:nowrap;
	height:14px;
}
.ratingStar .ratingItem {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-repeat: no-repeat;
	cursor:pointer;
}
.ratingStar .Filled {
    background-image: url(../images/ratingStarFilled.png);
}
.ratingStar .Empty {
    background-image: url(../images/ratingStarEmpty.png);
}
.ratingStar .Saved {
    background-image: url(../images/ratingStarFilled.png);
}
.reviewTitle {color:#545454;margin:0 0 2px 0;font-size:larger;}
.reviewOuterBorder {border:1px solid #D1D1D1;padding:10px;background-color:#F2F2F2;}
.reviewInnerBorder {border:1px solid #D1D1D1;background-color:#FFF;font-weight:bold;color:#545454;}
table.reviewInnerBorder {width:100%;}
.prodImageCell {height:220px; width:220px;text-align:center;}
.reviewPanel p {margin:0;}
.Mandatory {font-size:30px; line-height:3px; color:#FF0000;vertical-align:bottom;}

.reviewSummaryHeading{font-size:18px;margin:0;padding:0}
.reviewSummaryLabel{font-size:14px;color:#C21E30;}
.reviewSummaryOuterBorder{border:1px solid #D1D1D1;padding:10px;background-color:#F2F2F2;}
.reviewSummaryInnerBorder{border:1px solid #D1D1D1;background-color:#FFF;font-weight:bold;color:#545454;padding:10px;}
.reviewSummaryOuterBorder td {padding:10px 10px 0 0;}


.pagerCurrent, .pagerNumeric, a.pagerButton {
    background-color: #D1D1D1;
    margin: 3px;
    padding: 3px 5px;
    text-align: center;
    display:inline-block;
    font-weight:normal;
    color: #555555;
    text-decoration:none;
}

span.pagerButton {display:none;}

.pagerCurrent 
{
    background-color: #666666;
    color: #F2F2F2;
    font-weight: bold;
}

a.pagerNumeric:hover, a.pagerButton:hover {
    background-color: #666666;
    color: #F2F2F2;
    font-weight: bold;
}

blockquote {
    background: url("../images/q_left.png") no-repeat;
    display: block;
    font-style: italic;
    margin: 0;
    width: 100%;
}
blockquote p {
    background: url("../images/q_right.png") no-repeat 100% 100%;
    padding: 10px 30px;
    margin:0;
}