#content ul{
	margin-left: 0;
	padding-left: 0;
}

/* ---- SHOPPING BASKET --- */        

#shopping-basket {
	overflow: hidden;
	width: 738px;
	background-color: #fff;
	padding: 0px 14px 55px 10px;
}

#VATMessage { 
	border:3px solid #E9E9E9; 
	font-size:89%; 
	margin:4px 0px; 
	padding:4px 1px 3px 6px; 
	width:541px; 
}

#VATMessage strong {
	font-weight: bold;
}

#shopping-display {
	float: left;
	width: 742px;
	margin-top: 10px;
}

#shopping-display h1 {
	color: #ba000d;
	font-size: 138.5%;
	margin-left: 4px;
	font-style: italic;

}

#shopping-display p {
	font-size: 108%;
	margin: 0 0 10px 4px;
	color: #333333;
}

#shopping-items {
	width: 548px;
	background-color: #cacaca;
	padding: 3px;
}

#shopping-items table {
	width: 548px;
	table-layout: fixed;
}

#shopping-items th {
	background-color: #cb2126;
	font-size: 93%;
	color: #fff;
	text-align: left;
	padding: 3px 0 3px 6px;
	border: 1px solid #cacaca;
}

#shopping-items td {
	border: 0 none transparent;
	border-top: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
	background-color: #fff;
}

#shopping-items .td1 { 
	padding: 8px 0 6px 6px;
	font-size: 93%;
	color: #cc0000;
	size: 2;
	vertical-align: top;
}
#shopping-items .td2 {
	padding: 8px 0 6px 6px;
	font-size: 93%;
	color: #333333;
	vertical-align: top;
	border-width: 0 0 0 1px;
}
#shopping-items .td3 { 
	padding: 8px 3px 6px 3px;
	font-size: 93%;
	color: #333333;
	margin-right: 3px;
	text-align: right;
	vertical-align: top;
}
#shopping-items .td4 {
	background-color: #cb2126;
	width: 60px;
	font-size: 93%;
	color: #fff;
	text-align: right;
	padding: 3px 3px 3px 3px;
	margin-right: 3px;
}
#shopping-items .td5 {
	padding: 8px 3px 6px 3px;
	font-size: 93%;
	color: #333333;
	vertical-align: top;
	text-align: right;
	margin-right: 6px;
	border-width: 0 0 0 1px;
}
#shopping-items .td6 { 
	padding: 8px 3px 6px 3px;
	font-size: 93%;
	color: #333333;
	margin-right: 6px;
	text-align: right;
	vertical-align: top;
}
#shopping-items .td7 {
	padding: 8px 0 6px 6px;
	font-size: 95%;
	font-weight: bold;
	color: #333333;
	vertical-align: top;
	border-width: 0 0 0 1px;
}
#shopping-items .td9 {
	width: 243px;
}
#shopping-items .td10 {
	width: 153px;
	background-color: #999999;
}
#shopping-items .td11 { 
	padding: 0px 0 6px 6px;
	font-size: 93%; 
	color: #cc0000;
	size: 2;
	vertical-align: top;
}

#shopping-items .td12 { 
	padding: 8px 0 6px 6px; 
	font-size: 93%;
	color: black;
	size: 2;
	vertical-align: top;
}
#shopping-items a {
	color: #ba000d;
	text-decoration: underline;
}

#shopping-items a:hover {
	text-decoration: none;
}

#shopping-items ul {
	list-style: none;
	margin-top: 10px;
}

#shopping-items .bundle ul {
	list-style: none;
	margin-top: 10px;
}

#shopping-items h3 {
	font-size: 125%;
	font-style: normal;
	font-weight: bold;
	color: #ba000d;
}

#shopping-items h3 a { 
	font-size: xx-small; 
	font-style: normal;
	font-weight: normal; 
	color: #ba000d;
}

#shopping-items p {
	margin-left: 0;
}

#shopping-items img {
	margin-left:5px;
	vertical-align:middle;	
}

#shopping-items input {
	margin-top: 5px;
}

#shopping-items .bundle {
	padding-top: 40px;
}

#shopping-items .cost {
	font-size: 100%;
	margin-top: 6px;
	border-left:1px solid #e9e9e9;
}

#shopping-items .remove {
	color: #333333;
	font-size: x-small; 
	float: right;
	clear:right;
	margin-right: 8px;
	
}

#shopping-items .remove1 {
	color: #333333;
	font-size: x-small; 
}

#shopping-totals {
	overflow: hidden;
	width: 548px;
	background-color: #e9e9e9;
	padding-top: 5px;
}

#shopping-totals .totals-descrip {
	float: left;
	width: 340px;
	text-align: right;
	margin: 0;
	font-size: 93%;
	color: #333333;
}

#shopping-totals .totals-cost {
	float: right;
	width: 197px;
	margin: 0;
	text-align: left;
	font-size: 93%;
	color: #333333;
}

#shopping-totals .totals-cost-neg {
	float: right;
	width: 201px;
	text-align: left;
	font-size: 93%;
	color: #333333;
}

#shopping-totals .red {
	color: #cc0000;
}

#shopping-options {
	overflow: hidden;
	width: 373px;
	background-color: #e9e9e9;
	padding: 0 0 5px 175px;
}

#shopping-options a {
	float: left;
	font-size: 86%;
	color: #333333;
	margin-right: 10px;
	padding-top: 8px;
}

#shopping-options .button a {
	float: left;
	font-size: 93%;
	color: #000;
	background-color: #ffe600;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 4px 7px 4px 7px;
}

#shopping-options .button a:hover {
	color: #cc0000;
}

/* ---- PRODUCT OPTIONS --- */

#product-options {
	float: left;
	width: 544px;
	background-color: #fff;
	margin-top: 10px;
	padding: 12px 0px 12px 5px;
}

#product-options h2 {
	color: #ba000d;
	font-size: 123.1%;
	font-weight: bold;
	font-style: italic;
}

#product-options p {
	font-size: 100%;
	margin: 0;
}

#product-list {
	width: 554px;
	margin-top: 18px;
}

#product-options .product {
	float: left;
	width: 179px;
	margin-right: 8px;
}

#product-options .product-last {
	float: left;
	width: 179px;
	margin-right: 0px;
}

#product-options .product h3, #product-options .product-last h3 {
	display: block;
	background: url(/images/background/product_bg.gif) no-repeat;
	width: 171px;
	height: 20px;
	color: #fff;
	font-size: 108%;
	font-weight: bold;
	font-style: italic;
	padding: 10px 0 0 8px;
	margin-bottom: 2px;
}

#product-options .product p, #product-options .product-last p {
	width: 163px;
	background-color: #990000;
	padding: 10px 8px 10px 8px;
	color: #fff;
	font-size: 86%;
	font-weight: bold;
	margin: 0;
}

#product-options .product a, #product-options .product-last a {
	float: left;
	margin-top: 3px;
	font-size: 86%;
	color: #000;
	background: #ffe600 url(/images/buttons/link_arrow.gif) 8px 5px no-repeat;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 3px 7px 3px 25px;
}

#product-options .product a:hover, #product-options .product-last a:hover {
	background: #ffe600 url(/images/buttons/link_arrow_red.gif) 8px 5px no-repeat;
	color: #cc0000;
}


/* ---- TERMS AND CONDITIONS--- */

#terms {
	float: left;
	margin: 30px 0 0 5px;
	color: #333333;
}

#terms h4 {
	font-size: 100%;
	font-weight: bold;
}

#terms p {
	font-size: 86%;
	color: #666666;
	margin: 0;
}

/* ---- JOIN US --- */

#join-us {
	float: left;
	width: 760px;
	background-color: #fff;
	padding: 0 0 55px 0;
}

#join-us .inset {
	padding-left: 10px;
}

#join-us h1 {
	clear: left;
	color: #ba000d;
	font-size: 138.5%;
	margin: 15px 0 4px 4px;
	font-style: italic;
}

#join-us p {
	font-size: 108%;
	margin: 0 0 10px 4px;
	color: #333333;
}

#join-us a {
	font-size: 93%;
	color: #333333;
}

#join-us a:hover {
	font-size: 93%;
	color: #cc0000;
	text-decoration:none;
}

#join-us hr {
	clear: both;
}

#join-us .join-us-box {
	overflow: hidden;
	width: 344px;
	background-color: #fff;
	border: 4px solid #e9e9e9;
	margin-bottom: 10px;
	padding: 0px;
	float:left;
}

#join-us .join-us-box.right{
	margin-left: 30px;
}

#join-us .join-us-box h2 {
	color: #ba000d;
	font-size: 108%;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 10px;
}

#join-us .join-us-box h3 {
	width: 340px;
	background-color: #cc0000;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	padding: 2px 0 2px 10px;
}

#join-us .join-us-box ul {
	font-size: 93%;
	list-style: disc;
	margin: 0 0 20px 15px;
}

#join-us .join-us-box p {
	font-size: 93%;
	margin: 0 0 10px 0px;
	color: #333333;
}

#join-us .join-us-box .red {
	color: #cc0000;
}

#join-us .button a {
	float:inherit;
	font-size: 93%;
	color: #000;
	background-color: #ffe600;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 4px 7px 4px 7px;
}

#join-us .button a:hover {
	color: #cc0000;
	font-size: 93%;
}

#join-us .join-us-box .join-us-box-inner {
	width: 532px;
	background-color: #fff;
	padding: 16px 8px 0px 8px;
}

#join-us  #new-to-vm .join-us-box .join-us-box-inner,
#join-us  #already-with-vm .join-us-box .join-us-box-inner {
	width: 340px;
}

#join-us .join-us-box .join-us-box-inner-row {
	clear: left;
	overflow: hidden;
	width: 340px;
	background-color: #fff;
	padding:2px 0px 2px 0px;
	margin-bottom: 10px;
}

#join-us .join-us-box .join-us-box-inner-row .join-now-image {	
	margin-left: 273px;
}

#join-us .join-us-box .join-us-box-inner-row p {
	width: auto;
	clear: left;
	font-size: 93%;
	color: #333333;
	padding-top: 5px;
	margin: 0;
}

#join-us .join-us-box .join-us-box-inner-row select {
	width:328px;
}

#join-us .join-us-box .join-us-box-inner-row .pnomarg {
	padding: 0;
	margin-bottom: -8px;
}

#join-us label {
	position:absolute;
	top: -5000px;
	}

.join-us-option .option-title {
	float: left;
	font-size: 100%;
	font-weight: bold;
	margin-left: 1px;
	color: #333333;
	cursor: pointer;
	text-decoration: none;
}

.join-us-option .option-expand {
	float: right;
	font-size: 86%;
	text-decoration: none;
	text-align: right;
	padding-right: 12px;
	color: #333333;
	cursor: pointer;
	margin: 2px 2px 0 0;
}


.join-us-option-open .option-title {
	float: left;
	font-size: 100%;
	font-weight: bold;
	margin-left: 1px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.join-us-option-open .option-close {
	float: right;
	font-size: 86%;
	text-decoration: none;
	text-align: right;
	padding-right: 12px;
	color: #fff;
	cursor: pointer;
	margin: 2px 2px 0 0;
}

/* ---- BEFOR-YOU-CONTINUE--- */

#before-you-continue {	
	overflow: hidden;
	width: 738px;
	background-color: #fff;
	padding: 6px 14px 55px 10px;
}

#before-you-continue h1 {
	clear: left;
	color: #ba000d;
	font-size: 138.5%;
	margin: 15px 0 4px 4px;
	font-style: italic;
}
/* body reference required to beat virgin.css to the width */
body.availability #before-you-continue p,
body.availability #before-you-continue .inset p {
	width: 548px;
	font-size: 93%;
	margin: 4px 0 10px 4px;
}

body.availability #before-you-continue div p,
body.availability #before-you-continue .inset div p {
	width: auto;
}

#before-you-continue a {
	font-size: 93%;
	color: #333333;
	margin-left: 3px;
	padding-top: 3px;
}

#before-you-continue a:hover {
	color: #cc0000;
	text-decoration:none;
}

#before-you-continue em {
	font-style: normal;
	font-weight: bold;
}

#before-you-continue .before-you-continue-box {
	overflow: hidden;
	width: 710px;
	background-color: #fff;
	border: 4px solid #e9e9e9;
	margin-bottom: 12px;
	padding: 4px 4px 0px 10px;
}

#before-you-continue .before-you-continue-box-left {
	padding: 6px 8px 0px 0px;
	width:400px;
}

#before-you-continue .before-you-continue-box-left .continue-image {
	padding: 6px 8px 0px 0px;
	width:400px;
	margin-left: 640px;
}

#before-you-continue h2 {
	clear: both;
	color: #ba000d;
	font-size: 108%;
	font-weight: bold;
	font-style: normal;
	margin: 0 4px;
}

#before-you-continue .before-you-continue-box-left h2 {
	margin: 10px 0;
}

#before-you-continue ul {
	color:#333333;
	font-size: 93%;
	list-style: disc;
	margin: 0 0 2px 15px;
}

#before-you-continue .before-you-continue-box-left p {
	font-size: 93%;
	margin: 20px 0 8px 0px;
	padding-left:2px;
}

#before-you-continue .before-you-continue-box-left p.list-definition {
	margin: 0 0 8px 15px;
	color: #333333;
}


#before-you-continue .button a {
	float: left;
	font-size: 93%;
	color: #000;
	background-color: #ffe600;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 4px 7px 4px 7px;
}

#before-you-continue .button a:hover {
	color: #cc0000;
}

#before-you-continue .before-you-continue-box-right {
	width:271px;
	float:right;
	margin-bottom:0px;
}

#before-you-continue .legal {
	width: 560px;
	color:#787878;
	display:inline;
	float:left;
	font-size:85%;
	margin:15px 36px 25px 15px;
}

.full-width #before-you-continue {
	padding-left: 0;
	padding-bottom: 0px;
}

.full-width #before-you-continue .inset {
	padding-left: 10px;
}

/* ---- TOP TIPS--- */

#shopping-tips {
	float: right;
	width: 174px;
	margin-top: 1px;
	margin-left:5px;
	margin-right: 0; 
}

#shopping-tips .help {
	width: 152px;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	margin-bottom: 10px;
	padding: 5px 10px 5px 10px;
}

#shopping-tips .help h3 {
	color: #ba000d;
	font-size: 108%;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 2px;
}

#shopping-tips .help p {
	font-size: 93%;
	margin: 0;
	color: #333333;
}

#shopping-tips .tip {
	width: 174px;
	margin-bottom: 10px;
}

#shopping-tips .tip h3 {
	color: #fff;
	font-size: 93%;
	font-weight: bold;
	width: 154px;
	background-color: #999999;	
	padding: 2px 10px 2px 10px;
}

#shopping-tips .tip p {
	font-size: 86%;
	width: 154px;
	background-color: #e9e9e9;
	padding: 6px 10px 6px 10px;
	margin: 0;
}

/* ---- EXTRAS --- */

#extras {
	overflow: hidden;
	width: 738px;
	background-color: #fff;
	padding: 6px 14px 55px 10px;
}

#extras-promotions{
        overflow: hidden;	
        width: 736px;
	background-color: #fff;
        color:#ba000d;
	padding: 6px 14px 10px 12px;        
}

#extras-channels {
	float: left;
	width: 504px;
}

#extras-channels h1 {
	color: #ba000d;
	font-size: 138.5%;
	margin: 0 0 5px 4px;
}

#extras-channels h2 {
	color: #ba000d;
	font-size: 123.1%;
	font-weight: bold;
	margin: 7px 0 5px 4px;
}

#extras-channels p {
	color: #333333;
	font-size: 93%;
	margin: 0 0 10px 4px;
}

.extras-option a {
	display: block;
	overflow: hidden;
	background: #cccccc url(/images/buttons/expand_arrow.gif) 490px 7px no-repeat;
	width: 498px;
	padding: 2px 3px 2px 3px;
	margin-top: 3px;
	text-decoration: none;
}

.extras-option a:hover {
	background: #666666 url(/images/buttons/expand_arrow_hover.gif) 489px 8px no-repeat;
}

.extras-option a:hover span {
	color: #fff;
}

.extras-option .option-title {
	float: left;
	font-size: 100%;
	font-weight: bold;
	margin-left: 1px;
	color: #333333;
	cursor: pointer;
	text-decoration: none;
}

.extras-option .option-expand {
	float: right;
	font-size: 86%;
	text-decoration: none;
	text-align: right;
	padding-right: 12px;
	color: #333333;
	cursor: pointer;
	margin: 2px 2px 0 0;
}

.extras-option-open a {
	display: block;
	overflow: hidden;
	background: #666666 url(/images/buttons/close_arrow.gif) 490px 7px no-repeat;
	width: 498px;
	margin-top: 3px;
	padding: 2px 3px 2px 3px;
	text-decoration: none;
}

.extras-option-open a:hover {
	background: #cccccc url(/images/buttons/close_arrow_hover.gif) 488px 8px no-repeat;
}

.extras-option-open a:hover span {
	color: #333333;
}

.extras-option-open .option-title {
	float: left;
	font-size: 100%;
	font-weight: bold;
	margin-left: 1px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.extras-option-open .option-close {
	float: right;
	font-size: 86%;
	text-decoration: none;
	text-align: right;
	padding-right: 12px;
	color: #fff;
	cursor: pointer;
	margin: 2px 2px 0 0;
}


.extras-table {
	background-color: #e9e9e9;
	padding: 3px;
	margin-bottom: 5px;
}

.extras-table table {
	width: 498px;
}

.extras-table th {
	background-color: #cb2126;
	font-size: 100%;
	font-weight: bold;
	color: #fff;
	text-align: left;
	padding: 2px 0 2px 6px;
	border: 1px solid #e9e9e9;
}

.extras-table td {
	padding: 12px 6px 12px 6px;
	background-color: #fff;
	font-size: 100%;
	color: #333333;
	vertical-align: top;
	border: 1px solid #e9e9e9;
}
.extras-table td.prod {
	width:auto;
	font-weight:normal;	
	text-align:left;
}

.extras-table td.price span{	
	background-color:transparent;
	font-weight:bold;	
}
.extras-table .channel {
	width: 150px;
}

#extras-channels .small {
	font-size: 86%;
}

#extras-checkout {
	width: 514px;
	margin-top: 5px;
}

#extras-checkout a {
	float: left;
	font-size: 86%;
	color: #333333;
	margin-right: 10px;
	padding-top: 3px;
}

#extras-checkout a:hover {
	text-decoration: none;
}

#extras-checkout .button {
	float: right;	
	padding: 3px 7px 4px 7px;
}

#extras-checkout .button a:hover {
	color: #cc0000;
}

/* ---- COST OVERVIEW --- */

#cost-overview {
	float: right;
	width: 210px;
}

#costs-basket {
	width: 206px;
	background-color: #e9e9e9;
	padding: 4px;
}

#costs-basket h3 {
	color: #ba000d;
	font-size: 108%;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 5px 4px;
}

#costs-basket table {
	width: 206px;
}

#costs-basket th {
	background-color: #cc0000;
	color: #fff;
	font-size: 93%;
	font-weight: bold;
	padding: 2px 0px 2px 8px;
}

#costs-basket td {
	background-color: #fff;
	color: #333333;
	font-size: 93%;
	padding: 4px 0px 4px 8px;
	border-top: 1px solid #fff;
}

#costs-basket .totals tbody td {
	background-color: #e9e9e9;
	color: #333333;
	font-size: 93%;
	padding: 6px 0px 6px 8px;
	border-top: 1px solid #e9e9e9;
}

#costs-basket .cost, #costs-basket .totals .cost {
	border-top: 1px solid #fff;
	border-left: 1px solid #e9e9e9;
	text-align: right;
	padding-right: 10px;
}

#costs-basket .cost {
	width: 60px;
}

#costs-basket .totals .cost {
	border-top: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	text-align: right;
	padding-right: 10px;
}

#costs-basket .red {
	color: #cc0000;
}

#extras-terms {
	margin-top: 20px;
	width: 192px;
	padding: 8px 10px 0 10px;
	border: 1px solid #e9e9e9;
	background-color: #fff;
}

#extras-terms h4 {
	color: #ba000d;
	font-size: 93%;
	font-weight: bold;
	margin-bottom: 5px;
}

#extras-terms p {
	font-size: 86%;
	color: #333333;
	margin-bottom: 10px;
}

#cost-overview .help {
	width: 192px;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	margin: 20px 0 10px 0;
	padding: 5px 10px 5px 10px;
}

#cost-overview .help h3 {
	color: #ba000d;
	font-size: 108%;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 2px;
}

#cost-overview .help p {
	font-size: 93%;
	margin: 0;
	color: #333333;
}

#cost-overview .tip {
	width: 213px;
	margin-bottom: 10px;
}

#cost-overview .tip h3 {
	color: #fff;
	font-size: 93%;
	font-weight: bold;
	width: 193px;
	background-color: #999999;	
	padding: 2px 10px 2px 10px;
}

#cost-overview .tip p {
	font-size: 86%;
	width: 193px;
	background-color: #e9e9e9;
	padding: 6px 10px 6px 10px;
	margin: 0;
}

/* ---- shopping cart count --- */

#shopping-cart-count {
	float: right;
	width: 200px;
}

#basket-count {
	width: 206px;
	background-color: #e9e9e9;
	padding: 4px;
}

#basket-count h3 {
	color: #ba000d;
	font-size: 108%;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 5px 4px;
}

#basket-count table {
	width: 206px;
}

#basket-count th {
	background-color: #cc0000;
	color: #fff;
	font-size: 93%;
	padding: 6px 0px 6px 8px;
}

#basket-count td {
	background-color: #fff;
	color: #333333;
	font-size: 93%;
	padding: 6px 0px 6px 8px;
}

#basket-count .totals tbody td {
	background-color: #e9e9e9;
	color: #333333;
	font-size: 93%;
	padding: 6px 0px 6px 8px;
}

#basket-count .cost, #costs-basket .totals .cost {
	border-left: 1px solid #e9e9e9;
	text-align: right;
}

#extras-terms {
	margin-top: 10px;
	width: 192px;
	padding: 8px 10px 0 10px;
	border: 1px solid #e9e9e9;
	background-color: #fff;
}

#extras-terms h4 {
	color: #ba000d;
	font-size: 93%;
	font-weight: bold;
	margin-bottom: 5px;
}

#extras-terms p {
	font-size: 86%;
	color: #333333;
	margin-bottom: 10px;
}

#shopping-cart-count .help {
	width: 192px;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
}

#shopping-cart-count .help h3 {
	color: #ba000d;
	font-size: 108%;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 2px;
}

#shopping-cart-count .help p {
	font-size: 93%;
	margin: 0;
	color: #333333;
}

#shopping-cart-count .tip {
	width: 213px;
	margin-bottom: 10px;
}

#shopping-cart-count .tip h3 {
	color: #fff;
	font-size: 93%;
	font-weight: bold;
	width: 193px;
	background-color: #999999;	
	padding: 2px 10px 2px 10px;
}

#shopping-cart-count .tip p {
	font-size: 86%;
	width: 193px;
	background-color: #e9e9e9;
	padding: 6px 10px 6px 10px;
	margin: 0;
}

/* ---- ORDER FORM --- */

#order-form {
	overflow: hidden;
	width: 738px;
	background-color: #fff;
	padding: 6px 14px 55px 10px;
}

#order-form-details {
	float: left;
	width: 504px;
}

#order-form-steps {
	overflow: hidden;
}

#order-form-steps ul li {
	display: inline;
	list-style: none;
}

#order-form-steps a {
	float: left;
	background-color: #fff;
	color: #999999;
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	font-size: 93%;
	border: 1px solid #999999;
	text-decoration: none;
}

#order-form-steps .active a {
	float: left;
	background-color: #cc0000;
	color: #fff;
	padding: 3px 5px 3px 5px;
	margin-right: 3px;
	font-size: 93%;
	font-weight: bold;
	text-decoration: none;
	border: none;
}

#order-form-details h1 {
	clear: left;
	color: #ba000d;
	font-size: 138.5%;
	margin: 15px 0 4px 4px;
	font-style: italic;
}

#order-form-details p {
	font-size: 108%;
	margin: 0 0 10px 4px;
	color: #333333;
}

#order-form-details .red {
	font-size: 93%;
	color: #cc0000;
	margin-bottom: 15px;
}

#order-form-details .form-box {
	width: 496px;
	background-color: #e9e9e9;
	padding: 4px;
}

#order-form-details .form-box h3 {
	width: 486px;
	background-color: #666666;
	color: #fff;
	font-size: 93%;
	font-weight: bold;
	padding: 2px 0 2px 10px;
	margin-bottom: 18px;
}

/* ---- HOME--- */

#home {
	overflow: hidden;
	width: 740px;
	background-color: #fff;
	padding: 0px 12px 55px 8px;
}

#home h1 {
	clear: left;
	color: #ba000d;
	font-size: 138.5%;
	margin: 2px 0 2px 4px;
	font-style: italic;
}

#home p {
	font-size: 108%;
	margin: 0 0 10px 4px;
	color: #333333;
}

#home .home-offer-main {
	width: 442px;
	height: 280px; 
	/*background:url(/images/homepage/zone-ads/home_offer_02_290x90.jpg);*/
	margin-top: 0px;
	margin-right:10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	float: left;			
}
#home .home-offer-main-buttons {
	float: right;
	padding: 2px 0px 2px 0px;
	margin-top: 255px;
	margin-right: 5px;
	margin-bottom: 0px;
}

#home .home-offer-main .details a {
	font-size: 86%;
	color: #000;
	background: #ffe600 url(/images/buttons/link_arrow.gif) 8px 5px no-repeat;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 3px 7px 3px 25px;
}

#home .home-offer-main .details a:hover {
	background: #ffe600 url(/images/buttons/link_arrow_red.gif) 8px 5px no-repeat;
	color: #cc0000;
}

#home .home-offer-main .basket a {
	/*height: 14px;*/
	font-size: 86%;
	color: #000;
	background-color: #ffe600;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 3px 7px 3px 7px;
}

#home .home-offer-main .basket a:hover {
	color: #cc0000;
}
#home .home-offer-one {
	float: left;
	width: 288px;
	height:90px;	
	background-color:#7e1416;
	margin-top: 0px;
	margin-bottom: 5px;
}


#home .home-offer-one a {
	float: right;
	margin-top: 70px;
	margin-right: 8px;
	margin-bottom:5px;
	font-size: 93%;
	color: #DDD;
}
#home .home-offer-one a:hover {
	color: #FFF;
	text-decoration:none;
}

#home .home-offer-two {
	width: 288px;
    height:90px; 
	margin-bottom: 5px;
	background-color:#7e1416;
	float:left;
}

#home .home-offer-two a {
	float: right;
	margin-top: 70px;
	margin-right: 8px;
	margin-bottom: 6px;
	font-size: 93%;
	color: #DDD;
}

#home .home-offer-two a:hover {
	color: #FFF;
	text-decoration:none;
}

#home .home-offer-three {
	width: 288px;
	 height:90px; 
	margin-bottom: 10px;
	background-color:#7e1416;
	float:left;
}

#home .home-offer-three a {
 	float: right;
	margin-top: 70px;
	margin-right: 8px;
	margin-bottom: 5px;
	font-size: 93%;
	color: #DDD;
}

#home .home-offer-three a:hover {
	color: #FFF;
	text-decoration:none;
}

#home .home-offer-four {
	width: 288px;
	height:110px;
	background: url(/images/background/home_offer_04_290x114.jpg) no-repeat;
	background-color: #CCCCCC;
	margin-left:10px;
	float: left;
}

#home .home-offer-four a {
	float: right;
	margin-top: 90px;
	margin-right: 8px;
	margin-bottom: 4px;
	font-size: 93%;
	color: #333333;
}

#home .home-offer-four a:hover {
	color: #cc0000;
	text-decoration:none;
}

#home h2 {
	color: #ba000d;
	font-size: 108%;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 10px;
}

#home h3 {
	color: #ba000d;
	float: left;
	font-size: 108%;
	font-weight: bold;
	font-style: italic;
	margin-top: 6px;
	margin-bottom: 3px;
}

#home ul {
	font-size: 93%;
	list-style: disc;
	margin: 0 0 20px 15px;
}

#home p {
	font-size: 93%;
	margin: 0 0 10px 0px;
	color: #333333;
}

#home .home-postcode {
	width: 164px;
	height:88px;
	background-color: #e9e9e9;
	float:left;
	clear:both;
	padding:10px 10px 12px 10px !important; /* firefox & ie7 */
	padding:10px 10px 10px 10px; /* ie6 */
}

#home .home-postcode-row {
	overflow: hidden;
	margin-bottom: 4px;
}

#home .home-postcode button{
	vertical-align:middle;
	padding-bottom:4px;
	background-color:transparent;
	border-style:none;
}
/*
#home .home-postcode .button a {
	height:15px;
    margin-top:0px;
	float:left;
	font-size: 93%;
	color: #000;
	background-color: #ffe600;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: px 7px 4px 4px;
}

#home .home-postcode .button a:hover {
	height:15px;
	margin-top:1px;
	color: #cc0000;
}
*/
#home .home-form-item-grey {
	overflow: hidden;
	float: left;
}

#home .home-form-item-grey label {
	position:absolute;
	top:-5000px;
}


#home .home-form-item-grey input {
	height: 18px;
	width:97px;
	margin: 2px 8px 0 0;
	padding-left:2px;
	border: 1px solid #a3a3a3;
	color: #000000;
	vertical-align: bottom;
}

#home .home-why-choose-us {
	width: 240px;
	/*height:106px;*/
	background-color: #e9e9e9;
	margin-left: 10px;
	padding: 4px 4px 17px 4px;
	float: left;
}


#home .home-why-choose-us h2 {
	color: #ba000d;
	font-size: 108%;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 4px;
}

#home .home-why-choose-us p {
	font-size: 93%;
	margin: 0px 0px 0px 0px;
	color: #333333;
}

#home .home-why-choose-us .red {
	color: #cc0000;
}

#home .home-why-choose-us-image {
	width:59px;
	height:59px;
	float:left;
	}
	
#home .home-why-choose-us-content {
	float:left;
	width:161px;
	padding: 5px 10px 2px 10px;
	}
	
#home .home-why-choose-us-content p{
	font-size:86%;
	margin-bottom:6px;
	}
	
#home .home-why-choose-us .home-why-choose-us-content a {
	font-size:93%;
	margin-left:0px;
	color: #333333;
	padding-top: 3px;
}

#home .home-why-choose-us .home-why-choose-us-content a:hover {
	color: #cc0000;
	text-decoration:none;
}	
	
/* ---- PRODUCT HUB - GLOBAL --- */

#product-hub {
	overflow: hidden;
	float: left;
	width: 742px;
	background-color: #fff;
	padding: 10px 10px 35px 10px;
}

#product-hub-leftPanel {
	clear: both;
	float: left;
	width: 556px;
	margin-top: 3px;
}

#product-hub-rightPanel {
	float: right;
	width: 176px;
	margin-top: 25px;
}

#product-hub p.intro {
	color:#333333;
	margin-left:10px;
	font-size: 108%;
	width:650px;
}

h1 span	{
	padding: 3px 0 2px 0px;
}

h1 span.tab-corner-right	{
	border: 1px red solid;
	width: 6px;
	height: 6px;
	background: #000000;
}

#product-hub h1.tab,
#product-hub h2.tab,
#product-details h1.tab,
#product-details h2.tab{
	background-color: #e9e9e9;
	color: #333333;
	float: left;
	font-size: 93%;
	font-weight: bold;
	font-style: italic;
	margin: 6px 0 0 0;
	padding: 3px 9px 2px 9px;
}

#product-hub h1,
#product-hub h2	{
	float: left;
	font-size: 93%;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 0 0;
	padding: 3px 9px 2px 9px;
}

#product-hub .product-hub-leftPanel-topBlock {
	width: 548px;
	background-color: #fff;
	border: 4px solid #e9e9e9;
	margin-bottom: 5px;
	padding: 6px 0px 0px 0px !important; /* firefox & ie7 */
	padding: 3px 0px 10px 0px; /* ie6 */
	float: left;
}

#product-hub .product-hub-leftPanel-topBlock h3 {
	clear: both;
	padding-top: 10px;
	margin: 0px 0px 4px 14px;
	color: #ba000d;
	font-size: 108%;
	font-weight: bold;
	font-style: italic;
}

#product-hub .product-hub-leftPanel-topBlock p.description {
	font-size: 93%;
	margin: 0px 0px 10px 14px;
	color: #333333;
}


#product-hub .product-hub-leftPanel-topBlock .package {
	margin-left: 11px !important; /* firefox * ie7 */
	margin-left: 8px; /* ie6 */
	margin-bottom: 0px !important; /* firefox * ie7 */
	margin-bottom: 10px; /* ie6 */
	padding-left: 1px;
	width:167px;
	float:left;
	}

#product-hub .product-hub-leftPanel-topBlock .package ul {
	color:#333333;
	font-size:93%;
	list-style-type:none;
	margin-left:1px;
	padding-left:0;
	margin-bottom:5px;
	display: block;
}

#product-hub .product-hub-leftPanel-topBlock .package li {
	background: url(/images/background/bullet.gif) 0px 5px no-repeat;
	padding-left: 10px;
}
	
#product-hub .product-hub-leftPanel-midBlock {
	background: #E9E9E9;
	border: 4px solid #e9e9e9;
	width: 548px;
	float: left;
	margin-bottom: 10px;
}

#product-hub .product-hub-leftPanel-lowBlock {
	width: 556px;
	float: left;
	margin-bottom: 10px;
}
	

#product-hub .product-hub-rightPanel-banner {
	overflow: hidden;
	width: 176px;
	height: 187px;
	padding-top: 4px;
	margin-bottom: 10px;
}

#product-hub .product-hub-rightPanel-banner a {
	float: left;
	position: relative;
	top: 4px;
	margin-left: 10px;
	font-size:86%;
	color: #eeeeee;
}

#product-hub .product-hub-rightPanel-banner a:hover {
	color: #ffffff;
	text-decoration: none;
}

#product-hub .product-hub-rightPanel-featureBlock {
	width: 170px;
	padding: 4px 2px 2px 2px;
	border: 1px solid #e9e9e9;
	margin-bottom: 10px;
}

#product-hub .product-hub-rightPanel-whiteBlockTop {
	width: 161px;
	border-width: 1px;
	border-style: solid;
	border-color: #e9e9e9;
	padding: 4px 6px 9px 9px;
}

#product-hub .product-hub-rightPanel-whiteBlock {
	width: 166px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #e9e9e9;
	padding: 4px 6px 9px 4px;
	margin-bottom: 10px;
}

#product-hub .product-hub-rightPanel-whiteBlock.bundles	{
	width: 164px;
	border-top: 1px solid #E9E9E9;
	margin: 10px 0 0 0;
}

#product-hub .product-hub-rightPanel-whiteBlock h3,
#product-hub .product-hub-rightPanel-whiteBlock p,
#product-hub .product-hub-rightPanel-whiteBlock a	{
	margin: 0 0 0 5px;
}

#product-hub .product-hub-rightPanel-featureBlock-inner {
	background: #e9e9e9 url(/images/background/product_hub_tv_rightPanel_featureBlock_bg_170x144.jpg) no-repeat;
	padding-bottom: 9px;
}

#product-hub .product-hub-rightPanel-featureBlock h3 {
	color: #333333;
	font-size: 93%;
	font-weight: bold;
	margin: 2px 4px 4px 8px;
}

#product-hub .product-hub-rightPanel-whiteBlock h3, #product-hub .product-hub-rightPanel-whiteBlockTop h3 {
	color: #333333;
	font-size: 93%;
	font-weight: bold;
	margin-bottom: 4px;
}

#product-hub .product-hub-rightPanel-whiteBlock h3.red {
	color: #ba000d;
	font-size: 93%;
	font-weight: bold;
	margin-bottom: 4px;
}

#product-hub .product-hub-rightPanel-featureBlock p {
	font-size:86%;
	margin: 0px 4px 0px 7px;
}

#product-hub .product-hub-rightPanel-whiteBlock p, #product-hub .product-hub-rightPanel-whiteBlockTop p {
	font-size:86%;
}
	
#product-hub .product-hub-rightPanel-featureBlock a {
	font-size:86%;
	color: #333333;
	margin: 0px 4px 0px 7px;
}

#product-hub .product-hub-rightPanel-whiteBlock a, #product-hub .product-hub-rightPanel-whiteBlockTop a {
	font-size:86%;
	color: #333333;
}

#product-hub .product-hub-rightPanel-featureBlock a:hover {
	color: #cc0000;
	text-decoration:none;
}

#product-hub .product-hub-rightPanel-whiteBlock a:hover, #product-hub .product-hub-rightPanel-whiteBlockTop a:hover {
	color: #cc0000;
	text-decoration:none;
}

#product-hub .product-hub-rightPanel-postcodeChecker {
	width: 166px;
	border-width: 1px;
	border-style: solid;
	border-color: #e9e9e9;
	padding: 4px 4px 9px 5px;
	margin: 4px 0 10px 0;
	background-color: #e9e9e9;
}

#product-hub .product-hub-rightPanel-postcodeChecker h2 {
	display: block;
	color: #c00;
	font-size: 120%;
	font-style: normal;
	padding: 3px 0;
}

#product-hub .product-hub-rightPanel-postcodeChecker form {
	clear: both;
}

#product-hub .product-hub-rightPanel-postcodeChecker form label {
	padding-bottom: 3px;
}

#product-hub .product-hub-rightPanel-postcodeChecker form input.button {
	padding-left: 5px;
}

#product-hub .product-hub-leftPanel-midBlock-leftBox {
	border: none;
	width: 269px;
	height: 209px;
	padding: 0;
	float: left;
}

#product-hub .product-hub-leftPanel-midBlock-rightBox {
	border: none;
	width: 269px;
	margin-left: 10px;
	height: 209px;
	padding: 0;
	float:left;
}

#product-hub .product-hub-leftPanel-midBlock-wideBox {
	border: none;
	width: 548px;
	height: 209px;
	padding: 0;
	float: left;
}

#product-hub .product-hub-leftPanel-midBlock-wideBox p.view-details a{
	left: auto;
	top: auto;
	bottom: 8px;
	right: 8px;
	font-size: 93%;
}

.button-holder	{
	position: relative;
}

#product-hub .product-hub-leftPanel-lowBlock-leftBox {
	width: 253px;
	background-color: #e9e9e9;
	padding: 10px 10px 10px 10px;
	float: left;
}

#product-hub .product-hub-leftPanel-lowBlock-rightBox {
	width: 253px;
	height: 100%;
	background-color: #e9e9e9;
	margin-left: 10px;
	padding: 10px 10px 10px 10px;
	float: left;
}

#product-hub .product-hub-leftPanel-lowBlock-leftBox h3, #product-hub .product-hub-leftPanel-lowBlock-rightBox h3 {
	color: #ba000d;
	font-size: 108%;
	font-weight: bold;
	font-style: italic;
	line-height: 1em;
	margin: -2px 0 4px 0;
}

#product-hub .product-hub-leftPanel-lowBlock-leftBox p, #product-hub .product-hub-leftPanel-lowBlock-rightBox p {
	font-size: 93%;
	margin: 0px 0px 6px 0px;
	color: #333333;
}

#product-hub .product-hub-leftPanel-lowBlock-leftBox ul, #product-hub .product-hub-leftPanel-lowBlock-rightBox ul{
	margin-left:14px;
	list-style-type:disc;
	font-size:93%;
	color:#333333;
	margin-bottom:6px;
	}
	
#product-hub .product-hub-leftPanel-lowBlock-leftBox a, #product-hub .product-hub-leftPanel-lowBlock-rightBox a {
	font-size:86%;
	margin-left:0px;
	color: #333333;
	padding-top: 3px;
}

#product-hub .product-hub-leftPanel-lowBlock-leftBox p a, #product-hub .product-hub-leftPanel-lowBlock-rightBox p a {
	font-size:93%;
}

#product-hub .product-hub-leftPanel-lowBlock-leftBox a:hover, #product-hub .product-hub-leftPanel-lowBlock-rightBox a:hover {
	color: #cc0000;
	text-decoration:none;
}

#product-hub .product-hub-leftPanel-lowBlock-leftBox img, #product-hub .product-hub-leftPanel-lowBlock-rightBox img  {
	clear: both;
	width:59px;
	height:59px;
	margin: 0 10px 0 0;
	float:left;
	}
	
#product-hub .product-hub-leftPanel-lowBlock-leftBox-content, #product-hub .product-hub-leftPanel-lowBlock-rightBox-content {
	float: left;
	/*height: 80px;*/
	padding: 0 0 0 0;
	width: 182px;
}

#product-hub .price {
        color: #ba000d;
        font-size: 108%;
        font-weight: bold;
        font-style: italic;
        margin: 10px 0px 4px 10px;
}

#product-hub .offer-price {
        color: #ba000d;
        font-size: 108%;
        font-weight: bold;
        font-style: italic;
        margin: 10px 0px 0px 10px;
}

#product-hub .price-terms {
        font-size: 80%;
        font-style: italic;
        margin: 0px 0px 4px 10px;
}

#product-hub .product-hub-legal-stuff {
	width:430px;
	float: left;
	margin-top: 10px;
}

#product-details .legal-stuff {
	font-size: 70%;
}
	
#product-hub .product-hub-legal-stuff h3,
#product-details .legal-stuff h3 {	
	margin:10px 0 0 4px;
	font-size:93%;
	font-weight:bold;
	color:#333333;
	line-height: normal;
}

#product-hub .product-hub-legal-stuff p,
#product-details .legal-stuff p {
	margin:4px 0 0 4px;
	font-size:86%;
	color:#333333;
	line-height: normal;
}

#product-hub .package p.details a {
	float: left;
	color: #000;
	text-decoration: underline;
	font-size:86%;
	margin: 12px 0px 10px 13px
}

#product-hub .hubIntro {
padding: 5px; 
background-color: #fff; 
width: 538px; 
float: left; 
margin-bottom: 5px;
}

#product-hub .hubIntro h2 {
color:#BA000D; 
font-size:108%; 
font-style:italic; 
font-weight:bold; 
padding: 0 0 2px 0; 
width: 100%;
}

#product-hub .hubIntro p {
 padding: 0 0 2px 0;
 }

p.view-details	{
	clear: left;
	display: block;
}

.product-hub-leftPanel-midBlock-leftBox p.view-details,
.product-hub-leftPanel-midBlock-rightBox p.view-details	{
	height: 0;
}

.button-holder p.basket	{
	position: absolute;
	top: 213px;
	right: 0;
	height: 0;
	padding: 0;
	margin: 0;
}

.button-holder p.view-details a	{
 	color: #ffffff;
	position: absolute;
	bottom: 8px;
	left: 10px;
	font-size:86%;
}

.button-holder p.view-details-special a	{
 	color: #FFFFFF;
	position: absolute;
	top: 190px;
	left: 200px;
	font-size:86%;
}

.button-holder p.view-details a.bottom-right {
    top: auto;
    right: 9px;
	bottom: 8px;
    left: auto;
}


.button-holder p.view-details a.black {
	color: #000000;
}

.button-holder p.view-details a.black:hover {
	color: #cc0000;
}

#product-hub .package .details a:hover,
p.view-details a:hover	{
	color: #CC0000;
	text-decoration: none;
}

.button-holder p.view-details a:hover	{
	color: #FFFFFF;
}

#product-hub .package .basket a	{
	float: right;
	margin: 10px 0 0 0;
	font-size: 86%;
	color: #000;
	background: #ffe600;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 3px 4px 3px 4px;
}

#product-hub .package .basket a:hover	{
	color: #CC0000;
}

#product-hub .product-hub-leftPanel-midBlock-leftBoxThin p.basket a,
.product-hub-leftPanel-midBlock-rightBoxThin p.basket a	{
	float: right;
	margin: -8px 4px 4px 0;
	font-size: 86%;
	color: #000;
	background: #ffe600;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 3px 7px 3px 7px;
}

#product-hub .product-hub-leftPanel-midBlock-leftBoxThin .basket a:hover,
.product-hub-leftPanel-midBlock-rightBoxThin .basket a:hover,
#product-hub .package .basket a:hover {
	background: #ffe600;
	color: #cc0000;
}

#product-hub .product-hub-leftPanel-midBlock-leftBox .details a,
.product-hub-leftPanel-midBlock-rightBox .details a  {
	float: right;
	position: relative;
	top: -27px;
	margin-right: 4px;
	font-size: 86%;
	color: #000;
	background: #ffe600 url(/images/buttons/link_arrow.gif) 8px 5px no-repeat;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 3px 7px 3px 25px;
}

#product-hub .product-hub-leftPanel-midBlock-leftBox .details a:hover,
.product-hub-leftPanel-midBlock-rightBox .details a:hover {
	background: #ffe600 url(/images/buttons/link_arrow_red.gif) 8px 5px no-repeat;
	color: #cc0000;
}

#product-hub .product-hub-leftPanel-midBlock-leftBox .basket a,
.product-hub-leftPanel-midBlock-rightBox .basket a  {
	float: right;
	position: relative;
	top: -27px;
	margin-right: 4px;
	font-size: 86%;
	color: #000;
	background: #ffe600;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 3px 7px 3px 7px;
}

#product-hub .product-hub-leftPanel-midBlock-leftBox .basket a:hover,
.product-hub-leftPanel-midBlock-rightBox .basket a:hover {
	background: #ffe600;
	color: #cc0000;
}


/* ---- PHONE PRODUCT HUB --- */

#product-hub .product-hub-leftPanel-midBlock-phone {
	width: 556px;
	clear: both;
	padding-top: 5px;
	font-size: 0px;
}

#product-hub p.spacer {
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	font-size: 0px;
}

/* ---- MOBILE PRODUCT HUB --- */

#product-hub .product-hub-rightPanel-banner-mobile {
	position: relative;
	overflow: hidden;
	padding: 4px 0 0 0;
	margin-bottom: 10px;
}

#product-hub .product-hub-rightPanel-banner-mobile .view-details a	{
	position: absolute;
	color: #FFFFFF;
	top: 278px;
	left: 12px;
	font-size: 86%;
}

#product-hub .product-hub-rightPanel-banner-mobile .view-details-mid a	{
	position: absolute;
	color: #FFFFFF;
	top: 165px;
	left: 12px;
	font-size: 86%;
}

#product-hub .product-hub-rightPanel-banner-mobile a:hover {
	color: #ffffff;
	text-decoration: none;
}

#product-hub .product-hub-rightPanel-banner-mobile .basket a	{
	float: right;
	position: absolute;
	top: 346px;
	right: 0px;
	margin: 0 4px 0 0;
	font-size: 86%;
	color: #000;
	background: #ffe600;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 3px 7px 3px 7px;
}

#product-hub .product-hub-rightPanel-banner-mobile .basket a:hover	{
	color: #CC0000;
}

#product-hub .product-hub-rightPanel-banner-mobile p.find-out-more a	{
	color:#FFFFFF;
	font-size:86%;
	display: block;
	width: 160px;
	padding: 0 0 10px 10px;
	position: relative;
	top: -40px;
}


/* ---- PRODUCT DETAILS --- */

#product-details {
	/*overflow: hidden;*/
	float: left;
	width: 548px;
	background-color: #fff;
	padding: 6px 10px 35px 5px;
	font-size: small;
}

#product-details-leftPanel {
	clear: both;
	float: left;
	width: 176px;
	margin-top: 10px;
}

#product-details-leftPanel ul {
	color: #333333;
	font-size: 86%;
	list-style: none;
}

#product-details-rightPanel {
	float: right;
	width: 548px;
	margin-top: 10px;
}

#product-details p {
	color:#000000;
}

#product-details p.intro,
#product-details .contentBlock p {
	color:#000000;    
	font-size: 93%;
	padding-top: 4px;
	margin-bottom: 10px;
	clear: both;
}

#product-details p.intro {
	width: 340px;
}

#product-details span.pricetextmini {
	clear:both;	
	color:#333333;
	font-size: 93%;
	padding-top: 4px;
	width: auto;
	margin-bottom: 10px;
	padding-right: 5px;
	text-align: right;
	display: block;	
}

#product-details p.pricetextbasket {
	clear:both;	
	color:#333333;
	width: auto;
	padding-right: 8px;
	text-align: right;
	display: block;	
}

#product-details-intro {
	float: left;
	width: 350px;
	margin-bottom:10px;
}

#product-details-intro-wide {
	float: left;
	margin-bottom:10px; 
}

#product-details #product-details-intro-wide p.intro {
	width: auto;
}

#product-details-intro li,
#product-details-intro-wide li {
	clear: left;
	background: url(/images/background/bullet.gif) 0px 5px no-repeat;
	padding-left: 12px;
	line-height: 15px;
}

#product-details-intro ul,
#product-details-intro-wide ul {
	margin-left: 15px;
	padding-bottom: 15px;
	margin-top:-15px;
}

.tab-nav	{
	clear: both;
	padding: 4px 0 0 0;
}

#product-details a {
	color: #333333;
}

#product-details a:hover {
	color: #ba000d;
	text-decoration: none;
}

#product-details p.basket {
	padding-bottom: 10px;
}

#product-details p.basket a {
	margin: 0 4px 0 0;
	font-size: 86%;
	color: #000;
	background: #ffe600;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 3px 7px 3px 7px;
}

#product-details p.basket a:hover	{
	color: #CC0000;
}

.product-details-rightPanel-bigBlock p.other	{
	margin: 20px 0 0 0;
}

.product-details-rightPanel-bigBlock.legal p	{
	margin: 0 0 10px 0;
}

#product-details h1 {
	clear: both;
/*	color: #ba000d;*/
	font-size: 138.5%;
	font-style: italic;
	padding-bottom: 2px;
	float: left;
}

#product-details h2 {
/*	color: #ba000d;*/
	font-size: 118%;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 2px;
}

#product-details-intro h2,
#product-details-intro-wide h2 {
	clear: none;
	float: left;
}

#product-details img.size {
	float: left;
	margin: -3px 0 0 4px;
	padding: 0;
	border: 0;
}

#product-details-rightPanel .titleTab {
	background: #e9e9e9;
	height: 26px;
	float: left;
	margin-right: 3px;
	padding: 0 3px 0 3px;
}

#product-details-rightPanel h2 {
	float: left;
	font-size: 93%;
	font-weight: bold;
	font-style: italic;
	padding: 4px 5px 2px 4px;
}

#product-details-rightPanel .banner{
	float: left;
	margin-bottom: 10px;
	clear: both;
}


#product-details .product-details-leftPanel-whiteBlock {
	width: 156px;
	border: 1px solid #e9e9e9;
	padding: 4px 10px 8px 10px;
	margin-bottom: 10px;
}

#product-details .product-details-leftPanel-whiteBlock h2	{
	font-size: 108%;
}

#product-details .product-details-leftPanel-whiteBlock h3 {
	color: #333333;
	font-size: 93%;
	font-weight: bold;
	margin-bottom: 4px;
}

#product-details .product-details-leftPanel-whiteBlock ul {
	color: #333333;
	font-size: 86%;
	list-style-type:none;
}

#product-details .product-details-leftPanel-whiteBlock li.selected {
	background: url(/images/buttons/small_arrow_red.gif) 0px 4px no-repeat;
	padding-left: 12px;
	color: #ba000d;
	text-decoration: none;
	font-weight: bold;
	line-height: 15px;
}

#product-details .product-details-leftPanel-whiteBlock li a {
	background: url(/images/buttons/small_arrow_grey.gif) 0px 4px no-repeat;
	padding-left: 12px;
	color: #333333;
	line-height: 15px;
}

#product-details .product-details-leftPanel-whiteBlock li a:hover {
	background: url(/images/buttons/small_arrow_red.gif) 0px 4px no-repeat;
	padding-left: 12px;
	color: #ba000d;
	text-decoration: none;
}

#product-details .product-details-leftPanel-whiteBlock-rule {
	color: #e9e9e9;
	background-color: #e9e9e9;
	height: 1px;
	width: 100%;
	margin: 10px 0 5px 0;
}

#product-details .product-details-rightPanel-bigBlock {
	float: left;
	width: 520px;
	border: 4px solid #e9e9e9;
	padding: 8px 10px 8px 10px;
	margin: 0 0 10px 0;
}

#product-details .product-details-rightPanel-bigBlock h3 {
	color: #333333;
	font-size: 93%;
	font-weight: bold;
	margin-bottom: 4px;
}

#product-details span.price,
#product-details .product-details-rightPanel-bigBlock span.price {
	color: #cc0000;
	font-size: 108%;
	font-style: italic;  
	font-weight: bold;
	padding: 0 5px 2px 0; 
    float: right;
}

#product-details p.price,
#product-details .product-details-rightPanel-bigBlock p.price {
	clear: both;
	color: #cc0000;
	font-size: 108%;
	font-style: italic;
	font-weight: bold;
	padding: 0 5px 2px 0;
	float: left;
}

#product-details .product-details-rightPanel-bigBlock table span.price {
	font-size: 121.5%;
}

#product-details .product-details-rightPanel-bigBlock ul {
	color: #333333;
	font-size: 93%;
	list-style-type:none;
}

#product-details .product-details-rightPanel-bigBlock li {
	background: url(/images/background/bullet.gif) 0px 5px no-repeat;
	padding-left: 12px;
	line-height: 15px;
}

#product-details .product-details-rightPanel-bigBlock p {
	color: #333333;
	font-size: 96%;
	padding-bottom: 7px;
}

#product-details .product-details-rightPanel-bigBlock table {
	color: #333333;
	font-size: 96%;
	margin-bottom: 10px;
}

#product-details .product-details-rightPanel-bigBlock table p {
	margin-bottom: 5px;
	line-height: 12px;
}

#product-details .product-details-rightPanel-bigBlock table ul {
	color: #333333;
	font-size: 96%;
	list-style-type:none;
}

#product-details .product-details-rightPanel-bigBlock table li {
	background: url(/images/buttons/bullet.gif) 0px 5px no-repeat;
	padding-left: 12px;
	line-height: 12px;
	margin-bottom: 5px;
}

#product-details .product-details-rightPanel-tab .selected {
	float: left;
	width: 123px;
	height: 20px;
	padding-top: 4px;
	margin-right: 3px;
	color: #333333;
	background-color: #e9e9e9;
	font-size: 93%;
	font-weight: bold;
	text-align: center;
}

#product-details .product-details-rightPanel-tab a {
	float: left;
	width: 123px;
	height: 18px;
	padding-top: 4px;
	margin-right: 3px;
	color: #fff;
	background-color: #999;
	font-size: 93%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#product-details .product-details-rightPanel-tab a:hover {
	background-color: #ba000d;
}

#product-details img.right	{
	float: right;
}

#product-details table	{
	margin: 10px 0 10px 0;
}

#product-details table tr	{
	vertical-align: top;
}

#product-details table tr td,
#product-details table tr th	{
	border: none;
	font-size: 86%;
	padding: 5px;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-style:none solid none none;
}

#product-details table tr th {
	background: #9A0000;
	color: #FFFFFF;
}

#product-details table tr th img {
	vertical-align: middle;
}

#product-details table tr.imageBased td,
#product-details table tr.imageBased th,
#product-details table tr td.imageBased,
#product-details table tr th.imageBased {
	padding: 0;
	background-color: #ffffff;
}

#product-details table tr td.yellow,
#product-details table tr th.yellow {
	background: #FEE600;
	color: #000000;
}

#product-details table tr td.headerRed,
#product-details table tr th.headerRed {
	background: #cc0000;
	color: #ffffff;
	font-weight: bold;
}

#product-details table tr td.leftGrey,
#product-details table tr th.leftGrey {
	background: #cdcdcd;
	color: #000000;
}

#product-details table tr td.rightGrey,
#product-details table tr th.rightGrey {
	background: #e9e9e9;
	color: #000000;
}

#product-details table tr td.bundleColumn,
#product-details table tr th.bundleColumn {
	background: #e6e6e6;
	color: #000000;
	padding: 10px 10px 10px 10px;
	font-size: 93% !important;
	font-size: 86%;
}

#product-details table tr td.bundleColumn p,
#product-details table tr th.bundleColumn p {
	margin-bottom: 5px;
	line-height: 12px;
}

#product-details table tr td.bundleColumn p.vip,
#product-details table tr th.bundleColumn p.vip {
	color: #826843;
	margin-bottom: 5px;
	line-height: 12px;
	font-weight: bold;
}

#product-details table tr td.bundleColumn ul li,
#product-details table tr th.bundleColumn ul li {
	background: url(/images/background/bullet.gif) 0px 5px no-repeat;
	padding-left: 8px;
	margin-left: 4px;
	line-height: 12px;
	margin-bottom: 5px;
}

#product-details .product-details-tab-nav	{
	clear: both;
	padding: 10px 0 0 0;
}

/* ---- BUNDLES PRODUCT HUB --- */

#product-hub .product-hub-leftPanel-midBlock-leftBoxThin {
	background: #FFFFFF;
	border: none;
	clear: both;
	float: left;
	width: 269px;
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
}

#product-hub .product-hub-leftPanel-midBlock-rightBoxThin {
	background: #FFFFFF;
	border: none;
	float:left;
	width: 269px;
	margin: 10px 0 0 10px;
	padding: 0 0 5px 0;
}

#product-hub .product-hub-leftPanel-midBlock-leftBox.bundle	{
	height: 209px;
}

#product-hub .product-hub-leftPanel-midBlock-rightBox.bundle	{
	height: 209px;
}

#product-hub .product-hub-leftPanel-midBlock-leftBoxThin a, .product-hub-leftPanel-midBlock-rightBoxThin a  {
	float: left;
	font-size: 86%;
	color: #000;
	margin: 2px 9px 0 19px;
	text-decoration: underline;
}

#product-hub .product-hub-leftPanel-midBlock-leftBoxThin a.bottom-right,
.product-hub-leftPanel-midBlock-rightBoxThin a.bottom-right  {
	float: right;
}

.product-hub-leftPanel-midBlock-leftBoxThin img,
.product-hub-leftPanel-midBlock-rightBoxThin img	{
	padding: 4px 0 4px 4px;
}

#product-hub .product-hub-leftPanel-midBlock-leftBoxThin a:hover, .product-hub-leftPanel-midBlock-rightBoxThin a:hover {
	color: #CC0000;
	text-decoration: none;
}

#product-hub .product-hub-leftPanel-midBlock-leftBoxThin ul, #product-hub .product-hub-leftPanel-midBlock-rightBoxThin ul {
	color: #333333;
	font-size: 93%;
	list-style-type:none;
	margin: 0 0 10px 6px;
	width: 255px;
}

#product-hub .product-hub-leftPanel-midBlock-leftBoxThin li, #product-hub .product-hub-leftPanel-midBlock-rightBoxThin li {
	background: url(/images/background/bullet.gif) 0px 5px no-repeat;
	padding-left: 12px;
	line-height: 15px;
}

#product-hub .product-hub-leftPanel-midBlock-leftBoxThin .basket a:hover,
.product-hub-leftPanel-midBlock-rightBoxThin .basket a:hover	{
	color: #CC0000;
}

#product-hub .vip-image-holder,
#product-hub .vip-image-holder-right {
		float: left;
        margin: 0;
        padding: 0;
        position: relative;
        width: 273px;
        height: 113px;
}

#product-hub .vip-image-holder-right {
		margin-left: 10px;
}

#product-hub .vip-image-holder .copy,
#product-hub .vip-image-holder .copy-inset73,
#product-hub .vip-image-holder-right .copy,
#product-hub .vip-image-holder-right .copy-inset73 {
        position: absolute;
        top: 0;
        left: 0;
        width: 263px;
        height: 113px;
        margin-left: 10px;
}

#product-hub .vip-image-holder .copy-inset73,
#product-hub .vip-image-holder-right .copy-inset73 {
        width: 200px;
        margin-left: 73px;
}

#product-hub .vip-image-holder p.view-details,
#product-hub .vip-image-holder-right p.view-details {
        width: 85px;
        height: auto;
        position: absolute;
        margin: 8px 0 8px 14px;
        bottom: 0;
}

#product-hub .vip-image-holder p.view-details a,
#product-hub .vip-image-holder-right p.view-details a {
        font-size: 86%;
        color: #000;
        text-decoration: underline;
}

#product-hub .vip-image-holder p.basket,
#product-hub .vip-image-holder-right p.basket {
        width: 95px;
        position: absolute;
        bottom: 0;
        right: 0;
}

#product-hub .vip-image-holder p.basket a,
#product-hub .vip-image-holder-right p.basket a {
        float: right;
        margin: 4px;
        font-size: 86%;
        color: #000;
        background: #ffe600;
        text-decoration: none;
        text-align: center;
        vertical-align: middle;
        padding: 3px 7px 3px 7px;
}

#product-hub .vip-image-holder h3,
#product-hub .vip-image-holder-right h3 {
        color: #826843;
        font-size: 107%;
        font-style: italic;
        font-weight: bold;
        line-height: 1em;
        margin: 7px 0 2px 0;
}

#product-hub .vip-image-holder ul,
#product-hub .vip-image-holder-right ul {
        font-size: 86%;
        list-style-type: disc;
        list-style-position: inside;
        margin: 0 0 2px 0;
}

#product-hub .vip-image-holder ul li,
#product-hub .vip-image-holder-right ul li {
        color: #826843;
}

/* CONTENT - basket product table */

table.basket{
	width:564px;
	clear:left;
	border-style:solid;
	border-collapse:collapse;
	margin:8px 0 8px 2px;
	border-width:3px;
	border-color:#c00;
}
table.basket thead tr th span,
table.basket.nohead thead{
	display:none;
}
table.basket th,
table.basket td{
	padding:4px 10px;
	border-style:solid;
	border-width:2px 0;
	border-color:#fff;
}
table.basket thead tr th{
	color:#fff;
	background-color:#000;
}
table.basket td.select{
	padding:4px;
}
table.basket td.select,
table.basket td.desc{
	color:#000;
	background-color:#dedede;
	border-color:#fff;
}
table.basket.summary td{
	border-width:0;
	color:#000;
	background-color:#dedede;
}
table.basket.summary th,
table.basket td.prod{
	color:#000;
	background-color:#fff;
	border-color:#dedede;
	font-weight:bold;
	font-size:109%;
}
#content form table.basket td.prod label span{
	width:auto;
	font-weight:normal;
	font-size:92%;
	text-align:left;
}
table.basket td.price{
	color:#000;
	background-color:#fff;
	border-color:#dedede;
}
table.basket td.price span{
	color:#c00;
	background-color:transparent;
	font-weight:bold;
	font-size:127%;
}
table.basket.summary td.price{
	color:#c00;
	background-color:#fff;
	font-weight:bold;
	font-size:127%;
}
table.basket.summary tr.section td,
table.basket.summary tr.section th{
	border-width:2px 0 0 0;
}
table.basket.summary tr.section th{
	font-size:144%;
}
table.basket.summary tr.cost td,
table.basket.summary tr.cost th{
	color:#fff;
	background-color:#666;
	font-weight:bold;
	font-size:145%;
	padding:8px 10px;
	border-width:0;
}

/* CONTENT - warnings */
#content ul.error{
	margin-left:8px;
	clear:both;
	float:left;
	margin-bottom:1em;
	width:auto;
	overflow:hidden;
}

#content ul.errors li{
	margin-left:8px;
	color:#c00;
	background-color:transparent;
}

#product-hub-leftPanel .linkTabOn,
#product-details-rightPanel .linkTabOn {
	background: #e9e9e9;
	height: 22px;
	float: left;
	margin-right: 3px;
}

#product-hub-leftPanel .linkTabOff a,
#product-details-rightPanel .linkTabOff a {
	color: #ffffff;
	background: #999999;
	height: 22px;
	float: left;
	margin-right: 3px;
	text-decoration: none;
}

#product-hub-leftPanel .linkTabOff a:hover,
#product-details-rightPanel .linkTabOff a:hover {
	color: #ffffff;
	background: #cc0000;
}

#product-hub-leftPanel .tabCornerLeft,
#product-details-rightPanel .tabCornerLeft {
	float: left;
	display: inline;
	height: 22px;
	width: 6px;
	background: url('/images/background/tab_corner_left.gif') 0 0 no-repeat;
}

#product-hub-leftPanel .tabCornerRight,
#product-details-rightPanel .tabCornerRight {
	float: left;
	display: inline;
	height: 22px;
	width: 6px;
	background: url('/images/background/tab_corner_right.gif') 0 0 no-repeat;
}

#product-details-bundlesBox {
	clear: left;
	width: 341px;
	border: 1px solid #e9e9e9;
	padding: 4px 10px 8px 10px;
	margin: 14px 0 10px 0;
}

#product-details-bundlesBox h2 {
	clear: both;
	color: #cc0000;
	font-size: 118%;
	font-style: italic;
	font-weight: bold;
	padding: 0;
	font-size: 108%;
}

#product-details-bundlesBox p {
	clear: both;
	font-size: 86%;
	line-height: 16px;
}


#product-details .product-details-rightPanel-banner {
	overflow: hidden;
	float: right;
	width: 176px;
	height: 187px;
    right:15px;  
}

#product-details .product-details-rightPanel-banner img {
	float: right;
}

#product-details .product-details-rightPanel-tallBanner {
	overflow: hidden;
	float: right;
	width: 176px;
	height: 348px;
}  

#product-details .product-details-rightPanel-banner a {
	float: left;
	position: relative;
	top: -27px;
	margin-left: 10px;
	font-size:93%;
	color: #eeeeee; 
}

#product-details .product-details-rightPanel-bigBlock p.newprice {
clear:both;
color:#CC0000;
font-size:108%;
font-style:italic;
font-weight:bold;
margin-bottom:-1px;
margin-top:3px;
padding:0pt 5px 2px 0pt;
text-align:right;
}

#product-details .product-details-rightPanel-bigBlock p.newprice_bundle {
clear:both;
color:#CC0000;
font-size:108%;
font-style:italic;
font-weight:bold;
margin-bottom:-1px;
margin-top:3px;
padding:0pt 5px 2px 0pt;

}


#product-details .product-details-rightPanel-banner a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* New CSS */

.image-holder {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

.image-holder .copy {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 10px;
}

.image-holder p.view-details,
.image-holder p.view-details-pale {
	width: 85px;
	height: auto;
	position: absolute;
	margin: 8px 0 8px 14px;
	bottom: 0;
	left: 0;
}

.image-holder p.view-details a, 
.image-holder p.view-details-pale a{
	font-size: 86%;
	text-decoration: underline;
}

#product-hub .image-holder p.view-details a, 
#product-details .image-holder p.view-details a {
	color: #000;
}

#product-hub .image-holder p.view-details-pale a,
#product-details .image-holder p.view-details-pale a {
	color: #fff;
}

#product-hub .image-holder p.view-details a:hover,
#product-details .image-holder p.view-details a:hover {
	color: #c00;
	text-decoration: none;
}

#product-hub .image-holder p.view-details-pale a:hover,
#product-details .image-holder p.view-details-pale a:hover {
	color: #fff;
	text-decoration: none;
}

.image-holder p.basket {
	width: 95px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.image-holder p.basket a {
	float: right;
	margin: 4px;
	font-size: 86%;
	color: #000;
	background: #ffe600;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 3px 7px 3px 7px;
}

.image-holder-right h3 {
	color: #826843;
	font-size: 107%;
	font-style: italic;
	font-weight: bold;
	line-height: 1em;
	margin: 7px 0 2px 0;
}

.image-holder ul {
	font-size: 86%;
	list-style-type: disc;
	list-style-position: inside;
	margin: 0 0 2px 0;
}

.fullwidthPromo {
	height: 121px;
	float: left;
	margin-top: 10px;
}

.fullwidthPromo .image-holder {
	height: 121px;
}

#product-hub .fullwidthPromo .image-holder p.view-details-pale,
#product-details .fullwidthPromo .image-holder p.view-details-pale {
	left: auto;
	bottom: 0;
	right: 0;
}

#product-details .left {
	float: left;
}

#product-details .right {
	float: right;
}

#product-details .right p {
	text-align: right;
}

#product-details .contentBlock {
	padding: 0 5px 20px;
}

#product-details .contentBlock  * {
	float: none;
}

#product-details .contentBlock  h2 {
	font-size: 100%;
	font-style: normal;
	padding: 0;
}

/* For compatibility with Content div */ 
#content {
	font-size: small;
	display: inline;
}

#content h1 {
	font-family: Arial,Verdana,Times New Roman;
}

#product-details .product-details-rightPanel-bigBlock .numberlist li {
line-height:15px;
padding-left:12px;
background: none;
list-style-type: decimal; 
padding-left:8px;
padding-bottom:5px;
}



#product-details .numberlist ol {
line-height:15px;
padding-left:12px;
background: none;
list-style-type: decimal; 
padding-left:30px;
}

#product-details strong { 
font-weight:bold; font-style:none;
} 

/*style for items with no h1 but image header*/
#product-details .newitemnoheader {
clear:both;
font-size:118.5%;
font-style:none;
font-weight:700;
clear:right;

}

/* Summary Page New Look */

#basket_summary {
	width: 548px;
	background-color: #fff;
	padding: px 2px 3px 3px;
}

#remove2 {
	float: right; 
	text-align: right;
	font-size: x-small;
}

#cost_summary tr th,
#cost_summary tr td {
	padding: 3px 9px 3px 6px;
	border-style: solid;
	border-color:	#cacaca;
	border-width: 1px 0;
}

#cost_summary tr.cost_heading th,
#cost_summary tr.cost_heading td,
#cost_summary tr.cost_links th,
#cost_summary tr.cost_links td{
	background-color: #e9e9e9;
	color: #000;
	font-weight: bold;
	font-size: 100%;
}

#cost_summary tr.cost_line th {

}

#cost_summary tr.cost_line th span {
	font-weight: normal;
}

#cost_summary tr.cost_line td.cost {
	color: #c00;
	text-align: right;
	font-weight: bold;
	font-size: 100%;
}

#cost_summary tr.cost_line td.cost1 {
	color: #000000;
	text-align: right;
	font-weight: bold;
	font-size: 100%;
}

#cost_summary tr {
}

div#cost_summary {
	margin: 15px 0px 0px 0px;
	padding: 5px 0 5px 2px;
	width: 548px;
	display: block;
	text-align: right;
}

div#cost_summary table {
	width: 389px;
	border-style: solid;
	border-color: #cacaca;
	border-width: 3px;
	float: left;
}

#cost_summary tr.discount {
	font-style: italic;
	
	text-align: left;
}

#cost_summary tr.cost_links td {
	padding: 3px 1px 2px 4px;
	vertical-align: middle;
}

#cost_summary tr.cost_links a {
	font-weight: normal;
	font-size: 86%;
	color: #333;
	float: left;
	padding: 2px;
	margin: 4px 6px 2px 0px;
}

#cost_summary tr.cost_links input {
	float: right;
}

.single-column #content #product-details {
	margin-left: auto;
	margin-right: auto;
	float: none;
}

/**************************TEST******************
     
   
#extras-add {
	overflow: hidden;
	width: 498px;
	background-color: #fff;
	padding: 6px 14px 5px 10px;
}

  
#extras-add-table {
        width: 498px;  
	background-color: #e9e9e9;
	padding: 3px;
	margin-bottom: 5px;
}


#extras-add-table table {
	width: 498px;
}

#extras-add-table th {
	background-color: #cb2126;
	font-size: 100%;
	font-weight: bold;
	color: #fff;
	text-align: left;    
	padding: 2px 0 2px 6px;
	border: 1px solid #e9e9e9;
}

#extras-add-table td {
	padding: 12px 6px 12px 6px;
	background-color: #fff;
	font-size: 100%;
	color: #333333;
	vertical-align: top;
	border: 1px solid #e9e9e9;
}
#extras-add-table td.prod {   
	width:auto;
	font-weight:Bold;	
	text-align:left;
}   

#extras-add-table td.price span{	
	background-color:transparent;
	font-weight:bold;	
}
#extras-add-table .channel {  
	width: 150px;
}
**************************TEST*******************/

   
#extras-add {
	overflow: hidden;
	width: 498px;
	background-color: #fff;
	padding: 6px 14px 5px 10px;
}

  
#extras-add-table {
        width: 498px;  
	background-color: #e9e9e9;
	padding: 3px;
	margin-bottom: 5px;
}


#extras-add-table table {
	width: 498px;   
}

#extras-add-table th {
	background-color: #cb2126;
	font-size: 100%;
	font-weight: bold;
	color: #fff;
	text-align: left;    
	padding: 2px 0 2px 6px;
	border: 1px solid #e9e9e9;
}

#extras-add-table td {
	padding: 12px 6px 12px 6px;
	background-color: #fff;
	font-size: 100%;
	color: #333333;
	vertical-align: top;
	border-style: solid;
	border-color:	#e9e9e9;
	border-width: 1px 0;
	/*border: 1px solid #e9e9e9;*/
}
#extras-add-table td.td1 {
	colspan: 3;
	bgcolor: #cccccc;
}
#extras-add-table td.prod {   
	font-weight:normal;	
	width: 80px;
	text-align:left;
}   
#extras-add-table td.prod1 {   
	 
	font-weight:normal;	
	width: 300px;
	text-align:left;
}
#extras-add-table td.price span{	
	background-color:transparent;
	font-weight:bold;	
}
#extras-add-table .channel {  
	width: 150px;
}


.newIntroLarge {
color:#BA000D;
font-size:small;
font-style:italic;
font-weight:bold;
}

#product-details-intro span{
width:400px;
} 

/* New CSS for 14/01/09 */


#join-us  #new-to-vm,
#join-us  #already-with-vm {
	display: inline;
	float: left;
	margin: 0 0 0 10px;
}

#join-us {
	width: 760px;
	padding: 0 0 55px 0;
}

#join-us a,
#join-us a:hover {
	font-size: inherit;
}

#join-us .join-us-box  {
	width: auto;
}

#join-us .join-us-box .join-us-box-inner-row {
	width: auto;
	padding: 4px 0 12px 0;
}

#join-us h1 {
	font-style: normal;
}

#join-us .join-us-box h2 {
	color: #000;
	font-style: normal;
	font-size: 100%;
	margin-bottom: 5px;
}

#join-us #postcode-input input {
	vertical-align: middle;
}

#join-us #postcode-input #postcode {
	padding: 2px 2px 1px 2px;
}


#before-you-continue {
	width: 736px;
	padding-top: 0;
}

#before-you-continue h1 {
	font-style: normal;
}

#before-you-continue .before-you-continue-box {
	float: left;
	width: auto;
	padding: 0;
}

#before-you-continue .before-you-continue-box-left {
	width: 532px;
	padding: 6px 8px 0 8px;
}

#before-you-continue .before-you-continue-box-left h1 {
	margin: 0;
}

#before-you-continue h4 {
	font-size: 93%;
	font-weight: bold;
}

body.availability #before-you-continue ul {
	width: auto;
	font-weight: normal;
	margin: 8px 4px 20px 15px;
}

#before-you-continue .before-you-continue-box .before-you-continue-box-left p {
	width: auto;
	padding-left: 0;
	margin: 8px 0 20px 0;
}

#before-you-continue a,
#before-you-continue a:hover {
	font-size: inherit;
	font-weight: bold;
}

#before-you-continue .before-you-continue-requirements {
	margin:0 0 20px 0;
}

#before-you-continue .before-you-continue-box .before-you-continue-requirements p{
	margin:0 0 8px 0 !important;
}

#before-you-continue .continue-image {
	width: 557px;
	clear: both;
	text-align: right;
}

#before-you-continue .before-you-continue-box .before-you-continue-box-left p.before-you-continue-intro {
	margin-bottom: 0;
}


body.availability #before-you-continue p.right-after {
	margin-top: 0;
}


#before-you-continue .national-bundle-box {
	float: left;
	width: 253px;
	background-image: url(file:///C:/Documents%20and%20Settings/W7515585/Desktop/ServiceabilityChanges/NationalBundleBkg.png);
	padding: 11px 15px 5px 14px;
	margin: 0 6px;
}

#before-you-continue .national-bundle-box h2 {
	margin: 0 0 2px 0;
}

#before-you-continue .national-bundle-box h4 {
	margin: 0 0 2px 0;
}

body.availability #before-you-continue .national-bundle-box p {
	margin-left: 0;
}

body.availability #before-you-continue .national-bundle-box ul {
	margin-bottom: 10px;
}

#before-you-continue .national-bundle-box .price {
	font-size: 170%;
	font-weight: bold;
	color: #c00;
}

#before-you-continue .national-bundle-box p.PrimaryCTA {
	text-align: right;
	margin: 15px 0 30px 0;
}

#before-you-continue .national-bundle-box .PrimaryCTA a {
	background-color: #FFE600;
	padding:3px 7px 3px 7px;
	font-size: 93%;
	text-decoration: none;
}

#before-you-continue .national-bundles {
	float: left;
	padding-left: 6px;
}

#before-you-continue .national-bundle-box {
	float: left;
	width: 253px;
	background-image: url(/images/ShadowBoxes/shadowbox_280x229.png);
	background-repeat:no-repeat;
	margin: 0;
	padding: 11px 15px 5px 14px;
}

body.availability #before-you-continue .national-bundle-box h2 {
	margin: 0 0 2px 0;
	padding: 0;
}

#before-you-continue .national-bundle-box h4 {
	margin: 0 0 2px 0;
}

body.availability #before-you-continue .national-bundle-box p {
	margin-left: 0;
}

body.availability #before-you-continue .national-bundle-box ul {
	margin-bottom: 10px;
}

#before-you-continue .national-bundle-box .price {
	font-size: 170%;
	font-weight: bold;
	color: #c00;
}

#before-you-continue .national-bundle-box p.PrimaryCTA {
	text-align: right;
	margin: 15px 0 30px 0;
}

#before-you-continue .national-bundle-box .PrimaryCTA a {
	background-color: #FFE600;
	padding:3px 7px 3px 7px;
	font-size: 93%;
	text-decoration: none;
}

