/* =================== RED VALUE #E92B35 ====================== */

/* =================== GLOBAL CSS Reset ======================= */

* {
 margin: 0;
 padding: 0;
}

.leftfloat {
 float: left;	
}

.rightfloat {
 float: right;	
}

.red {
 color: #E92B35;
 font-weight: bold;
}

.strong-black {
 color: #000000;
 font-weight: bold;
 font-size: 12px;	
}

.error {
 color: #E92B35;
 font-weight: bold;
 font-size: 12px;
 padding-right: 15px;	
}

.bold {
 float: left;
 clear:left;
 margin-bottom: 10px;
  margin-top: 10px;
 font-weight: bold;	
 font-size: 11px;
}

table.login-table td.smalltext {
 font-size: 11px;	
}

table {
 clear:left;
}

/* ===================== GENERAL ==================== */

body {
	font-size: 62.5%;
	font-family: Arial,Geneva,Helvetica,sans-serif;
	background: #ffffff;
	background-image:url(/WebRoot/Store/Shops/BargainCrazy/MediaGallery/style/xmas_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment:fixed;
  text-align: center;
}
	
#wrapper {
  text-align: left;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background:url(/WebRoot/Store/Shops/BargainCrazy/MediaGallery/style/centre.png) no-repeat;
	background-color:#ffffff;
	background-position:top center;
}

#header {
	width: 800px;
	height: 138px;
	position: relative;
}

#topNav {
	float: left;
	width: 800px;
	height: 35px;
	border-bottom: solid 2px #E92B35;
}

#titlebar,
#titlebar-blank {
	float: left;
	width: 800px;
	height: 70px;
	margin-top: 14px;
	background:url(/WebRoot/Store/img/titlebar.jpg) no-repeat;
	display:none;
}

#titlebar-blank {
	margin-top: 10px;
	margin-bottom: 10px;
	background:url(/WebRoot/Store/img/titlebar-blank.jpg) no-repeat;	
	display:none;
}

#breadcrumb {
	float: left;
	width: 800px;
	height: 15px;
	margin-top: 10px;
	margin-left: 2px;
	margin-bottom: 10px;
	font-size: 1.2em;
}

#intro {
	float: left;
	width: 800px;
	margin-top: 0px;
	margin-bottom: 20px;
}

#wrapContent {
	float: left;	
	width: 800px;
	min-height: 50px; 
}

#footer {
	float: left;
	position: relative;
  display: block;
	width: 800px;
	height: 80px;
	margin-bottom: 20px;
	margin-top: 10px;
}

/* ========================== HEADER STUFF ============================= */

a.header-logo {
	position: absolute;
	top: 10px;
	left: 0px;
	display: block;	
	width: 290px;
	height: 128px;
}

#basket {
	position: absolute;
	top: 42px;
	right: 3px;
	width: 140px;
	height: 50px;	
}

#basket a img {
 border: none;	
}

#basket table  {
 width: 140px;	
}

#basket table td {
 font-weight: bold;	
 font-size: 1.1em; 
 font-size: 11px;
}

#basket table td a {
	color: #E92B35;
	font-size: 1.1em;
  font-size: 11px;
	font-weight: bold;
}

#search {
	position: absolute;
	top: 105px;
	right: -5px;
	width: 180px;
	height: 20px;	
}

#search input#searchme {
 color: #CECECE;
 width: 135px;
 height: 15px; 
 margin-bottom: 5px;
 font-size: 1.2em; 
 border: solid 1px #CECECE;		
}

ul#topLinks {
 position: absolute;
 top: 110px;
 left: 346px;	
}

ul#topLinks li {
	float: left;
	display: inline;	
}

ul#topLinks li a {
	float: left;
	display: block;
	color: #000000;
	font-weight: bold;
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
	border-right: solid 1px #000000;
}

ul#topLinks li.last a {
	border-right: none;
}

/* ======================================= TOP NAV STUFF =========================== */

#topNav ul {
	display: block;
	width: 800px;
	height: 33px;
	float: left;
	display: inline;
	border-bottom: solid 2px #ffffff;	
}

#topNav ul li {
	float: left;
	display: inline;
	height: 33px;
	width: 100px;		
	background:url(/WebRoot/Store/img/topnav-list.jpg);
}

#topNav ul li.first {
	float: left;
	width: 100px;	
	display: inline;
	background:url(/WebRoot/Store/img/topnav-first.jpg);
}

#topNav ul li.last {
	float: left;
	display: inline;
	background: url(/WebRoot/Store/img/topnav-last.jpg) no-repeat;	
}

#topNav ul li a {
	padding: 0;
	text-decoration: none;
  font-weight: bold;	
	font-size: 1em;
	padding-top: 6px;
	text-align: center;
	color: #ffffff;
	display: block;
	width:100px;
       height: 29px;
}

#topNav ul li a:hover, 
#topNav ul li a.selected  {
 color: #000000;
}	

/* *************** TITLEBAR StUFF ************************* */

#titlebar h1 {
	float: left;
	position: relative;
	height: 70px;
	line-height: 70px;
	margin-left: 30px;
	font-size: 3.2em;
	font-weight: bold;
	color: #5B5B5B;
	z-index:1;	
}

#titlebar h1 span {
	position: absolute;
	left: 1px;
	top: 1px;
	color: #000000;
	z-index: -100;	
}

#titlebar h2 {
	float: right;
	position:relative;
	height: 70px;
	width: 350px;
	text-align: right;
	line-height: 70px;	
	margin-right: 35px;	
	font-size: 3.2em;
	font-weight: bold;
	color: #ffffff;
	z-index:1;
}

#titlebar h2 span {
	position: absolute;
	left: 1px;
	top: 1px;
	width: 350px;	
	text-align: right;	
	color: #5B5B5B;
	z-index: -100;	
}

/* *************** Breadcrumb Stuff *********************** */

#breadcrumb {
 color: #919191;
}

#breadcrumb span,
#breadcrumb a {
	color: #919191;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
}

/* *************** INTRO STUFF **************************** */

#intro p {
 font-size: 1.2em;
 font-weight: bold;
 color: #5B5B5B; 
 margin-top: 8px;	
 margin-left: 5px;
 margin-right: 5px;
}

/* *************** WrapContent stuff ********************** */

/* *************** #htmlarea1 ***************************** */

#htmlarea1 {
 float: left;
 width: 800px;
 min-height: 400px;
}

#htmlarea1 a {
 float: left;	
 margin-top: 9px;
}

#htmlarea1 a img {
 border: none;
}

/* *************** #htmlarea2 ***************************** */

#htmlarea2 {
 float: left;	
 width: 800px;	
 min-height: 132px;
}

#htmlarea2 a {
 margin-top: 4px;	
 margin-bottom: 4px; 
 margin-right: 6px;
}

#htmlarea2 a.rightfloat {
 margin-right: none;
}

#htmlarea2 a img {
 border: none;
}

/* *************** #home_prods ***************************** */

#home_prods {
 float: left;
 width: 800px;	
 min-height: 520px;
}

#home_prods .col1,
#home_prods .col2,
#home_prods .col3 {
 float: left;
 position: relative;
 width: 257px;
 min-height: 545px;
 padding-bottom: 20px;
 margin-top: 4px;
 background: url(/WebRoot/Store/img/home-prodcatback.jpg)
}

#home_prods .col1,
#home_prods .col2 {
 margin-right: 11px;
}

#home_prods .col1 .align-bottom,
#home_prods .col2 .align-bottom,
#home_prods .col3 .align-bottom {
 position: absolute;
 bottom: 0px;
 left: 0px;
 margin-top: 5px;
 height: 10px;
 width: 257px;
 background: url(/WebRoot/Store/img/prodcatback-alignbottom.jpg);	
}

#home_prods .prodblock-left {
	float: left;
	margin-left: 5px;
	margin-top: 13px;
	text-align: center;
	width: 120px;
}

#home_prods .prodblock-right {
 float: left;
 margin-left: 5px; 
 margin-top: 13px; 
 text-align: center;	
 width: 120px; 
}

#home_prods .prodblock-left a img,
#home_prods .prodblock-right a img {
 border: none;
}

#home_prods .prodblock-left a.prod-title,
#home_prods .prodblock-right a.prod-title {
 display: block;
 height: 30px;
 width: 120px;
 color: #7E7E7E;
 font-weight: bold;
 text-decoration: none;
 margin-bottom: -8px;
}

#home_prods .prod-redtext {
 font-weight: bold;	
 color: #E92B35;
}

#home_prods .prod-blacktext {
 font-weight: bold;		 
}

#home_prods .wrap-prodblock,
#maincolumn .wrap-prodblock,
#maincolumn-blank .wrap-prodblock {
	float: left;
}

/* *************** #htmlarea3 ***************************** */

#htmlarea3 {
 float: left;	
 width: 800px;	
}

#htmlarea3 a.clickhere,
#htmlarea3 a.clickhere-last {
 display: block;
 float: left;
 margin-right: 9px;
 width: 257px;
 height: 44px;
 line-height: 44px;
 color: #ffffff;
 font-size: 1.2em;
 font-weight: bold;
 text-decoration: none;
 text-indent: 20px;
 background: url(/WebRoot/Store/img/clickherebutton.jpg) no-repeat;	
}

#htmlarea3 a.clickhere-last {
	margin-right: 0;
}

#htmlarea4 {
 float: left;	
 width: 800px;	
 min-height: 10px;
}

/* *************************** ABOUT US PAGE ******************************* */

#menucolumn {
 float: left;
 width: 147px;	
}

#maincolumn,
#maincolumn-blank,
#maincolumn-blank-prodlist,
#mini-maincolumn {
 float: left;	
 position: relative;
 width: 645px;
 min-height: 600px; 
 margin-left: 5px;
 padding-bottom: 20px; 
 background: url(/WebRoot/Store/img/mainback.jpg) no-repeat;
}

#maincolumn-blank-prodlist,
#maincolumn-blank {
 background: none;
 margin-left:3px;
}

#maincolumn-blank-prodlist,
#maincolumn-blank p,
#maincolumn-blank img {
 margin:0;
 padding:0;
}

#mini-maincolumn {
 min-height: 175px;
 margin-bottom: 20px;
}

#maincolumn #shopdirect,
#maincolumn-blank #shopdirect,
#maincolumn-blank-prodlist #shopdirect {
	position: absolute;
	top: 10px;
	right: 10px;
}

#maincolumn-cap,
#maincolumn-blank-cap {
 position: absolute;
 bottom: -1px;
 left: 0px;
 width: 645px;
 height: 16px; 	
 margin-top: 20px; 
 background: url(/WebRoot/Store/img/mainback-cap.jpg); 
}

#maincolumn-blank-cap {
 background: none;	
}

#maincolumn .contain,
#maincolumn-blank-prodlist .contain,
#maincolumn-blank .contain,
#mini-maincolumn .contain {
 float: left;
 width: 635px;
 padding-left: 10px;
 padding-right: 10px;
 margin-top: 8px;
}

#maincolumn .contain a img,
#maincolumn-blank .contain a img,
#maincolumn-blank-prodlist .contain a img,
#mini-maincolumn .contain a img {
 border: none;
 margin-right: 10px;
}

#maincolumn .center-offer,
#maincolumn-blank .center-offer,
#maincolumn-blank-prodlist .center-offer {
 width: 334px;
 height: 196px;
 margin-left: auto;
 margin-right: auto;
 background: url(/WebRoot/Store/img/blankblock.jpg) no-repeat;
}

#maincolumn p,
#maincolumn-blank p,
#maincolumn-blank-prodlist p {
 font-size: 1.1em;
 margin-top: 8px;	
 margin-left: 10px;
 margin-right: 10px;
}

#maincolumn .center-offer p,
#maincolumn-blank .center-offer p,
#maincolumn-blank-prodlist .center-offer p {
 margin-left: 20px;	
 margin-right: 20px;
}

#menu {
 position: relative;
 width: 147px;	
 min-height: 206px;
 background: url(/WebRoot/Store/img/menuback.jpg);
}

#menucolumn #menu ul {
 margin-left: 10px;
 padding-top: 20px;
}

#menucolumn #menu ul li {
 display: block;
 width: 100%;
 padding-top: 3px;
 padding-bottom: 3px;
}

#menucolumn #menu ul li a {
 font-size: 1.2em;
 font-weight: bold;
 text-decoration: none;
 color: #5B5B5B;
 line-height: 1em;
}

#menucolumn #menu ul li a.selected {
 color: #AB4342;
}

#menucolumn #promo {
 width: 143px;
 min-height: 284px;	
 margin-top: 7px;
 margin-left: 2px;
}

/* *************************** CATEGORY LANDING PAGE ******************************* */

#menucolumn #menu #menu-title {
 width: 127px;		
 text-align: center;
 margin-left: 10px;
 margin-right: 10px;
 padding-top: 10px;
 font-size: 1.6em;
 font-weight: bold;
 color: #5B5B5B;
}

#menu #menu-cap {
 position: absolute;
 left: 0px; 
 bottom: -1px;
 width: 147px;
 height: 20px;
 background: url(/WebRoot/Store/img/menuback-cap.jpg); 
}

#maincolumn .catbox,
#maincolumn-blank .catbox,
#maincolumn-blank-prodlist .catbox {
 float: left;
 width: 147px;
 margin-left: 11px;
 margin-top: 10px;
}

#maincolumn .catbox a.catpic,
#maincolumn-blank .catbox a.catpic,
#maincolumn-blank-prodlist .catbox a.catpic {
 float: left;
 width: 147px;
 height: 161px;	
 margin: none;  
}

#maincolumn .catbox a img,
#maincolumn-blank .catbox a img,
#maincolumn-blank-prodlist .catbox a img {
 border: none;
 margin: none;
}

#maincolumn .catbox .catbox-title,
#maincolumn-blank .catbox .catbox-title,
#maincolumn-blank-prodlist .catbox .catbox-title {
 float: left;	
 width: 147px;
 height: 22px;	
 text-align: center;
 background: url(/WebRoot/Store/img/catbox-title-back.jpg);	
}

#maincolumn .catbox .catbox-title a,
#maincolumn-blank .catbox .catbox-title a,
#maincolumn-blank-prodlist .catbox .catbox-title a {	
 line-height: 22px;
 font-weight: bold;
 font-size: 1.2em;
 text-decoration: none;
 color: #ffffff;
}

/* *************** LISTING PAGE ******************* */

#maincolumn-blank-prodlist {
 background: url(/WebRoot/Store/img/fp.jpg) no-repeat;
}

.wrap-bigpic {
 width: 205px;
 float: left;
 text-align: center;
 margin-left: 8px;	
 margin-bottom: 10px;
 margin-top: 0px;
}

.bigpic {
 text-align: center;
 width: 205px;
 height: 225px;
 /* background: url(/WebRoot/Store/img/prodlisting-pic-back.jpg); */
}

.wrap-bigpic .bigpic a img  {
 margin-top: 10px;
 border: none;
}

.wrap-bigpic a.prod-title {
 color: #7E7E7E;
 font-weight: bold;

 margin-bottom: 6px;
 text-decoration: none;
 
 display:block;
 height:25px;
}

.wrap-bigpic .prod-redtext {
 font-weight: bold;	
 color: #E92B35;
}

.wrap-bigpic .prod-blacktext {
 font-weight: bold;		
}

.listing-prodblock {
	float: left;
	margin-left: 18px;
	margin-top: 13px;
	text-align: center;
	width: 140px;
}

.listing-prodblock a img  {
 margin-top: 10px;
 border: none;
}

.listing-prodblock a.prod-title {
 color: #7E7E7E;
 font-weight: bold;

 margin-bottom: 6px;
 text-decoration: none;
 
 display: block;
 height: 40px;
 width: 120px;
 margin-bottom: -8px; 
}


* html .listing-prodblock a.prod-title {
 height: 38px;
}




* html .wrap-bigpic a.prod-title {
 display:block;
 height:30px;
 margin-bottom: 3px;  
}

* html .wrap-bigpic  {
 margin-left:4px;	
}

.listing-prodblock .prod-redtext {
 font-weight: bold;	
 color: #E92B35;
}

.listing-prodblock .prod-blacktext {
 font-weight: bold;		
}

/* *************** PAGE SELECT NAVIGATION ********* */

.page-select {
 float: right;	
 margin-right: 10px;
}

.page-select a {
 display: block;
 float: left;
 height: 18px;
 line-height: 18px;
 font-size: 1.2em;
 font-weight: bold;
 text-decoration: none;
 margin-right: 5px;
 padding-left: 6px;
 padding-right: 6px;
 color: #5B5B5B; 
 border: solid 1px #5B5B5B; 
 background: #ffffff;
}

.page-select a.space {
 margin-right: 10px;	
}

.page-select a.selected,
.page-select a:hover {
 background: #ececec;	
}

/* ******************** LOGIN/REGISTER PAGE ********************* */

.redstripe-title {
 float:left;
 width: 638px;
 height: 30px;
 margin-left: 3px;
 margin-top: 20px;
 margin-bottom: 10px;
 line-height: 30px;
 text-indent: 10px;
 font-size: 1.2em;
 font-weight: bold;
 color: #ffffff;
 background: #E82430;
}

table.login-table {
 clear:left;
 margin-left: 10px;
 font-size: 12px;
 color: #7E7E7E;
}

table.login-table td.smalltext {
 font-size: 0.9em;	
}

table.login-table td.row1 {
 width: 130px;
}

input#female {
	margin-left: 10px;
	margin-right: 10px;		
}

input#male {
	margin-right: 10px;	
}

/* *************** MY ACCOUNT PAGE ****************** */

a.a-blocks {
 float: left;
 display: block;
 width: 317px;
 height: 52px;
 margin-left: 3px;
 margin-bottom: 3px;
}

a#a-block1 {
 background: url(/WebRoot/Store/img/managepersonaldata.jpg);	
}

a#a-block4 {
 background: url(/WebRoot/Store/img/changepassword.jpg);	
}

a#a-block2 {
 background: url(/WebRoot/Store/img/queryorderstatus.jpg);	
}

a#a-block5 {
 background: url(/WebRoot/Store/img/latestoffers.jpg);	
}

a#a-block3 {
 background: url(/WebRoot/Store/img/deliveryaddress.jpg);	
}

a#a-block6 {
 background: url(/WebRoot/Store/img/signout.jpg);	
}

/* *************** TABLE ************************ */

table.basket-form {
 width: 637px;
 border-collapse: collapse;
 margin-left: 1px;
 margin-top: 15px;
}

table.basket-form th.row1 {
 width: 12px;
}

table.basket-form th.row2 {
 width: 230px;
}

table.basket-form th.row3 {
 width: 70px;
}

table.basket-form th.row4 {
 width: 70px;
}

table.basket-form th.row5 {
 width: 90px;
}

table.basket-form th.row6 {
 width: 80px;
}

table.basket-form th.row7 {
 width: 80px;
}

table.basket-form th,
table.basket-form td.grey {
 height: 26px;
 color: #7E7E7E;
 text-align: left;
 font-size: 1.2em;
 font-weight: bold;
 background: #EDEDED;
}

table.basket-form td input#qty {
 width: 40px;
}

table.basket-form td select {
 width: 120px;
 height: 20px;
 font-size: 1em;
 margin-left: 60px;
}

table.basket-form td img {
 float: left;
 margin-right: 10px;
}

table.basket-form td input#redeemcoupon {
 margin-left: 4px;
 margin-bottom: -3px;
}

textarea#comments {
 width: 300px;
 height: 100px;
 margin-top: 10px;
 margin-bottom: 10px;	
 border: solid 1px #000000;
 font-family: Verdana, Arial;
 font-size: 1.1em;
 padding: 2px;
}

/* *************** OrderStatus made by MarkoV ******************* */

table.basket-form-place_order {
 width: 637px;
 border-collapse: collapse;
 margin-left: 1px;
 margin-top: 15px;
}

table.basket-form-place_order th.row1 {
 width: 12px;
}

table.basket-form-place_order th.row2 {
 width: 230px;
}

table.basket-form-place_order th.row3 {
 width: 70px;
}

table.basket-form-place_order th.row4 {
 width: 70px;
}

table.basket-form-place_order th.row5 {
 width: 90px;
}

table.basket-form-place_order th.row6 {
 width: 80px;
}

table.basket-form-place_order th.row7 {
 width: 80px;
}

table.basket-form-place_order th,
table.basket-form-place_order td.grey {
 height: 26px;
 color: #7E7E7E;
 text-align: left;
 font-size: 1.2em;
 font-weight: bold;
 background: #FFFFFF;
}

table.basket-form-place_order td input#qty {
 width: 40px;
}

table.basket-form-place_order td select {
 width: 120px;
 height: 20px;
 font-size: 1em;
 margin-left: 60px;
}

table.basket-form-place_order td img {
 float: left;
 margin-right: 10px;
}

table.basket-form-place_order td input#redeemcoupon {
 margin-left: 4px;
 margin-bottom: -3px;
}

table.orders-list {
 width: 637px;
 border-collapse: collapse;
 margin-left: 3px;
 margin-top: 15px;
}

table.orders-list th,
table.orders-list td {
	font-size: 12px;
}

table.orders-list th.row1 {
 width: 12px;
}

table.orders-list th.row2 {
 width: 230px;
}

table.orders-list th.row3 {
 width: 70px;
}

table.orders-list th.row4 {
 width: 70px;
}

table.orders-list th.row5 {
 width: 90px;
}

table.orders-list th.row6 {
 width: 80px;
}

table.orders-list th.row7 {
 width: 80px;
}

table.orders-list th,
table.orders-list td.grey {
 height: 26px;
 color: #7E7E7E;
 text-align: left;
 font-size: 12px;
 font-weight: bold;
 background: #EDEDED;
}

table.orders-list td input#qty {
 width: 40px;
}

table.orders-list td select {
 width: 120px;
 height: 20px;
 font-size: 10px;
 margin-left: 60px;
}

table.orders-list td img {
 float: left;
 margin-right: 10px;
}

table.orders-list td input#redeemcoupon {
 margin-left: 4px;
 margin-bottom: -3px;
}


table.baskets-list {
 width: 637px;
 border-collapse: collapse;
 margin-left: 1px;
 margin-top: 15px;
}

table.baskets-list th.row1 {
 width: 12px;
}

table.baskets-list th.row2 {
 width: 230px;
}

table.baskets-list th.row3 {
 width: 70px;
}

table.baskets-list th.row4 {
 width: 70px;
}

table.baskets-list th.row5 {
 width: 90px;
}

table.baskets-list th.row6 {
 width: 80px;
}

table.baskets-list th.row7 {
 width: 80px;
}

table.baskets-list th,
table.baskets-list td.grey {
 height: 26px;
 color: #7E7E7E;
 text-align: left;
 font-size: 1.2em;
 font-weight: bold;
 background: #EDEDED;
}

table.baskets-list td input#qty {
 width: 40px;
}

table.baskets-list td select {
 width: 120px;
 height: 20px;
 font-size: 1em;
 margin-left: 60px;
}

table.baskets-list td img {
 float: left;
 margin-right: 10px;
}

table.baskets-list td input#redeemcoupon {
 margin-left: 4px;
 margin-bottom: -3px;
}



table.OrderStatus {
 width: 300px;
 border-collapse: collapse;
 margin-left: 3px;
 margin-top: 15px;
}

table.OrderStatus th.SlimColumn {
 width: 150px;
 padding-left: 13px;
}

table.OrderStatus td.AttributeLabel {
 padding-left: 13px;
}

table.OrderStatus th.AlignLeft {
 text-align: left;
 height: 26px;
 color: #7E7E7E;
 font-size: 1.2em;
 font-weight: bold;
 background: #EDEDED;
}

table.address-list {
 width: 500px;
 border-collapse: collapse;
 margin-left: 3px;
 margin-top: 10px;
 margin-bottom: 15px;
}

table.address-list td.acontent {
 padding-left: 30px;
 width: 300px;
}

table.address-list td.abuttons {
 padding-left: 25px;
 padding-top: 10px;
}

table.address-list td.aoption {
 padding-left: 0px;
}
/* *************** Footer Links ******************* */

#footer ul.footerLinks {
 float: left;
 display: inline; 
 margin-left: 170px;
 margin-top: 20px; 
 margin-bottom:20px;
}

#footer ul.footerLinks li {
	float: left;
	display: inline;
}

#footer ul.footerLinks li a {
 float: left; 
 display: inline; 
 padding-left: 4px;
 padding-right: 4px;
 font-size: 1em;  
 color: #000000;
 border-right: solid 1px #000000;
}

#footer ul.footerLinks li.last a {
 border-right: none;
}

#footer a#cards {
 position: absolute;
 top: 20px;
 left: 0px;	
}

#footer a#cards img {
 border: none;	
}

#footer #offers {
 float:left;
 position:relative;
 width: 180px;
 height: 40px;
 margin-left: 40px;
 margin-top: 8px;
}

* html #footer #offers {
 margin-left: 30px;
}

#footer #offers a {
 position:absolute;
 top: 0px;
 left:2px;
 color: #E92B35;	
 font-weight: bold;
 font-size: 1.1em;
 text-decoration: none;
}

#footer #offers input#signoffers {
 position:absolute;
 top: 20px;
 left:2px;
 color: #CECECE;
 width: 135px;
 height: 15px;
 padding-top:2px;
 margin-bottom: 2px;
 font-size: 1.2em;
 border: solid 1px #CECECE;
}

#footer #offers input#gobutt {
 position:absolute;	
 top: 20px;
 left:143px;
}

#footer #offers form {
	width:200px;
 padding: 0;
 margin: 0;
}

.Entry .InputField input#gobutt {
 margin-bottom: -5px;	
}

/* *************** PRODUCT DETAIL PAGE ********************** */

#thin-maincolumn,
#thin-maincolumn-blank
{
 float: left;	
 position: relative;
 width: 450px;
 min-height: 740px; 
 margin-left: 5px;
 padding-bottom: 20px; 
 background: url(/WebRoot/Store/img/thin-mainback.jpg) no-repeat;
}

#thin-maincolumn-blank {
 background: none;
}

#thin-maincolumn-cap,
#thin-maincolumn-blank-cap {
 position: absolute;
 bottom: 0;
 left: 0;
 width: 450px;
 height: 17px;  
 background: url(/WebRoot/Store/img/thin-maincolumn-cap.jpg) no-repeat; 
}

#thin-maincolumn-blank-cap {
 background:none;
}

#right-column {
 float: left;	
 position: relative;
 width: 190px;
 min-height: 740px; 
 margin-left: 5px;
 padding-bottom: 20px;
 background: url(/WebRoot/Store/img/rightcolumn-back.jpg) no-repeat;	
}

#right-column-cap {
 position: absolute;
 bottom: 0;
 left: 0;
 width: 190px;
 height: 15px; 
 background: url(/WebRoot/Store/img/rightcolumn-cap.jpg) no-repeat;  	
}

#prod-img {
 float: left;
 min-height: 450px;
 width: 242px;
 margin-top: 13px;
 margin-left: 13px; 
}

* html #prod-img {
 height: 450px;
}

#more-img {
 margin-top: 5px;
}

#more-img a img {
 border: none;
}

#more-img a {
 margin-left: 3px;
}

#prodspecs {
 float: left;	
 width: 180px;
 _width: 175px;
 min-height: 450px;
 margin-top: 10px;
 margin-left: 11px;
 _margin-left: 3px;
 background: url(/WebRoot/Store/img/prodspecsback.jpg) repeat-x;
}

#prodspecs h1 {
 font-size: 1.4em;
 font-weight: bold;
 color: #000000;	
 margin-bottom: 4px;
 margin-top: 5px;
 margin-left: 5px;
 margin-right: 5px;
}

#prodspecs h2 {
 font-size: 1.2em;
 font-weight: bold;
 color: #000000;	
 margin-bottom: 20px; 	
 margin-top: 0px;
 margin-left: 5px;
 margin-right: 5px; 
}

#prodspecs h2.red {
 font-size: 1.2em;
 font-weight: bold;
 color: #FD2F2F;	
 margin-bottom: 20px; 	
 margin-top: 0px;
 margin-left: 5px;
 margin-right: 5px;  
}

#prodspecs h2.red-strike-thru {
 font-size: 1.2em;
 font-weight: bold;
 color: #FD2F2F;	
 text-decoration: line-through; 
 margin-bottom: 3px; 	
 margin-top: 0px;
 margin-left: 5px;
 margin-right: 5px;  
}

#prodspecs h1.big {
 font-size: 2.4em;
 font-weight: bold;
 color: #000000;	
 margin-bottom: 20px; 
 margin-top: 0px;
 margin-left: 5px;
 margin-right: 5px;  
}

#prodspecs .wrapstuff,
#prodspecs .wrapstuff-sizes {
 float: left;
 clear: left;
 margin-left: 5px;
 margin-right: 5px;  	
 margin-top: 5px;
 margin-bottom: 5px;
 width: 160px; 
}

#prodspecs .wrapstuff div {
 float: left;
 clear: none;
 width:28px;
 height:28px; 
 text-align: center;
}

* html #prodspecs .wrapstuff div {
 width:30px;
 height:30px; 	
}

#prodspecs .wrapstuff div p {
 margin-left: 0px;
}

#prodspecs p {
 float: left;
 clear: left;	
 margin-left: 5px;
 margin-right: 5px; 
 color: #000000; 		
}

#prodspecs .wrapstuff-sizes {
 width: 150px;
}

#prodspecs .wrapstuff div a {
 display:block;
 float:left;
 height:24px;
 margin-bottom:3px;
 margin-right:4px;
 width:24px;
}

#prodspecs .wrapstuff div a.selected {
	margin-bottom: 3px;	
  margin-right: 6px;
  margin-right: 4px;	
}

#prodspecs .wrapstuff div a img {
 border:1px solid #7A7A7A;
 border:2px solid #ececec;
}

#prodspecs .wrapstuff div a.selected img {
	border: solid 2px #E92B35;
}

*:first-child+html #prodspecs .wrapstuff div a {
	margin-bottom: 6px;
}

*:first-child+html #prodspecs .wrapstuff div a.selected {
	margin-bottom: 5px;		
}

#prodspecs .wrapstuff div a {
  _margin-right: 2px;	
	_margin-bottom: 2px;
}

#prodspecs .wrapstuff div a.selected {
	_margin-bottom: 0px;	
	_margin-bottom: 1px;		
  _margin-right: 1px;
}

#prodspecs .wrapstuff div p {
	display:none;
}

#prodspecs .wrapstuff-sizes a img {
	border: solid 1px #7A7A7A;
}

#prodspecs .wrapstuff-sizes a.selected img {
	border: solid 1px #000000;
}

#prodspecs .wrapstuff-sizes a.greyed img {
	border: dashed 1px #7A7A7A;
}

#prodspecs a.prodspec {
 float: left;
 clear: left;
 margin-top: 50px;
}

#thin-maincolumn a.addinfo,
#thin-maincolumn-blank a.addinfo {
 float: left;
 clear: left;
 margin-left: 10px;
 display: block;
 margin-top: 10px;
 width: 327px;
 height: 43px;
 line-height: 43px; 
 text-indent: 20px;
 text-decoration: none;
 color: #7A7A7A;
 font-weight: bold;
 font-size: 1.4em;
 background: url(/WebRoot/Store/img/addinfo.jpg) no-repeat;
}

#thin-maincolumn p.std,
#thin-maincolumn-blank p.std {
 float: left;
 clear: left;	
 margin-left: 10px;
 margin-bottom: 5px;
 width: 90%
}

#thin-maincolumn ul,
#thin-maincolumn-blank ul {
	float: left;
	clear: left;
 margin-left: 20px;
 margin-bottom: 8px;
 font-size: 12px;
 width: 90%;
}

#thin-maincolumn #prod-img ul,
#thin-maincolumn-blank #prod-img ul {
 float: left;
 clear: left;
 margin-left: 20px;
 margin-bottom: 8px;
 margin-top: 10px;
 font-size: 11px;
 width: 80%;
}

* html #thin-maincolumn #prod-img ul,
* html #thin-maincolumn-blank #prod-img ul {
 margin-left: 10px;	
}

#thin-maincolumn #prod-img p.heads,
#thin-maincolumn-blank #prod-img p.heads {
 float: left;
 clear: left;	
 font-size: 11px;
 width: 80%; 
 font-weight: bold;
}

#thin-maincolumn p {
	clear:left;
	float:left;
	margin-left:15px;
	width:90%;
	font-size: 12px;
	_margin-left: 7px;
}

#thin-maincolumn ul li,
#thin-maincolumn-blank ul li {
 margin-left: 20px;
}

#thin-maincolumn table,
#thin-maincolumn-blank table {
	float: left;
	clear: left;
 margin-left: 10px;
 margin-top: 20px;
 width: 80%;
 font-size: 11px;
}

#prodspecs a.tellfriend {
 float: left;
 clear: left;
 margin-top: 10px;
 margin-left: 5px;
 color: #7A7A7A;
 font-weight: bold;
 font-size: 1.2em;
 width: 80%;
}

#prodspecs a.prodspec img {
 border: none;
}

#right-column .prodblock-single {
	margin-left: auto;
	margin-right: auto;	
	margin-top: 13px;
	text-align: center;
	width: 146px;
}

#right-column .prodblock-single a img {
 border: none;
}

#right-column .prodblock-single a.prod-title {
 color: #7E7E7E;
 font-weight: bold;
 margin-bottom: 6px;
 text-decoration: none;
}

#right-column .prod-redtext {
 font-weight: bold;	
 color: #E92B35;
}

#right-column .prod-blacktext {
 font-weight: bold;		
}

#right-column h1 {
 font-size: 1.4em;
 font-weight: bold;
 color: #7A7A7A;	
 margin-right: 8px;
 margin-left: 8px;	
 margin-top: 13px;
}

/* *************** IE7 HACKS ********************** */



/* *************** IE6 HACKS ********************** */

* html #thin-maincolumn ul,
* html #thin-maincolumn-blank ul {
 margin-left:15px;
}

* html #wrapContent {
	height: 50px; 
}

* html #home_prods {
 width: 800px;	
 height: 520px;
}

* html #htmlarea1 {
 width: 800px;
 height: 400px;
}

* html #htmlarea2 {
 width: 800px;	
 height: 132px;
}

* html #htmlarea3 {
 width: 800px;	
 height: 10px;
}

* html #htmlarea4 {
 width: 800px;	
 height: 10px;
}

* html #home_prods .col1,
* html #home_prods .col2,
* html #home_prods .col3 {
 height: 545px;
}

* html #home_prods .col1 .align-bottom,
* html #home_prods .col2 .align-bottom,
* html #home_prods .col3 .align-bottom {
 margin-bottom: -1px;
}

* html #home_prods .prodblock-left {
	margin-left: 3px;
}

* html #home_prods .prodblock-right {
	margin-left: 3px;
}

* html #titlebar h1 {
	margin-left: 15px;
}

* html #titlebar h2 {
	margin-right: 20px;
}

* html #menucolumn #promo {
  height: 284px;	
}

* html #menucolumn #menu {	
  height: 206px;
}

* html #maincolumn,
* html #maincolumn-blank,
* html #maincolumn-blank-prodlist {
 height: 600px; 
 padding-bottom: -20px;
}

* html #maincolumn .contain,
* html #maincolumn-blank .contain,
* html #maincolumn-blank-prodlist .contain,
* html #mini-maincolumn .contain {
	float: none;
 width: 635px;
 padding-left: 10px;
 padding-right: 0px;
  margin-bottom: 10px;
}

* html #maincolumn .catbox,
* html #maincolumn-blank .catbox,
* html #maincolumn-blank-prodlist .catbox {
 margin-left: 8px;
}

* html #topNav ul li a {
	padding-top: 4px;
}

* html .page-select {
 margin-right: 4px;	
}

* html .listing-prodblock {
	margin-left: 14px;
}

* html #mini-maincolumn {
  height: 175px;
}

* html #right-column,
* html #thin-maincolumn,
* html #thin-maincolumn-blank {
 height: 740px; 
}

* html a.a-blocks {
 margin-left: 2px;
}

* html #prodspecs {
 height: 450px;
}

* html #prod-img {
 margin-left: 7px; 
}

* html  #prodspecs p.std {
 margin-left: 2px;	
}

* html  #prodspecs a.prodspec {
 margin-top: 40px;
}

#mini-maincolumn .DialogMessage,
#mini-maincolumn .MessagePositiveResult {
 float: left;
 width: 635px;
 padding-left: 10px;
 padding-right: 10px;
 margin-top: 8px;
}

#mini-maincolumn .DialogMessage h3,
#mini-maincolumn .MessagePositiveResult h3 {
 color: #E92B35;
 font-weight: bold;
 font-size: 13px;
 padding-right: 15px;      
 margin-bottom: 5px;
}

#mini-maincolumn .DialogMessage p,
#mini-maincolumn .MessagePositiveResult p {
 color: #E92B35;
 font-weight: normal;
 font-size: 1.2em;
 padding-right: 15px;      
 margin-bottom: 4px;
}


#mini-maincolumn .MessagePositiveResult h3,
#mini-maincolumn .MessagePositiveResult p {
	color: #000000;
}

.Separator {
 display:block;
 height:2px;
 width:100%;
 float:left;
 clear:left;
}

#mini-maincolumn .NormalMessage {
 float: left;
 width: 635px;
 padding-left: 10px;
 padding-right: 10px;
 margin-top: 8px;
}

#mini-maincolumn .NormalMessage h3 {
 color: #5B5B5B;
 font-weight: bold;
 font-size: 13px;
 padding-right: 15px;      
 margin-bottom: 5px;
}

#mini-maincolumn .NormalMessage p {
 color: #5B5B5B;
 font-weight: normal;
 font-size: 12px;
 padding-right: 15px;      
 margin-bottom: 4px;
}

/*=================== PEDRO's ======================*/

.BasketAddressSelect {
	clear:both;
	float:left;
	font-size:12px;
	margin-top:5px;
	padding:0 10px;
	width:615px;
}

.BasketAddressSelect a.edit {
 display: block;
 height: 20px;
 margin-top: 10px;
}

.BasketAddressSelect .Address {
	margin: 5px 0 15px 0;
	float: left;
	clear:left;
}

.Address .BottomSmallMargin {
 font-size: 14px;
 margin-bottom: 4px;
}

.BasketAddressSelect .AddressOptions {
	margin: 25px 0;
	float: right;
	clear: right;
	width: 300px;
}

.TableHead div {
 display: block;
 float:left;
 clear: both;
}

.OrderProcessNavigation {
 float: left;
 clear: both;
}

.BasketAddressSelect .TableHead div {
	margin:0 0 3px 0;
	font-weight: bold;
}

.InnerTop {
	clear:both;
	float:left;
	font-size:1.2em;
	margin: 0 0 0 10px;
	_margin: 0 0 0 5px;
	margin-top:20px;
  margin-bottom:20px;
}

#menucolumn .BoxContainer {
	background:transparent url(/WebRoot/Store/img/catback.jpg) no-repeat bottom;
	min-height:206px;
	padding:25px 10px 10px;
	position:relative;
	width:127px;
	_width: 147px;
}

#menucolumn .BoxContainer .ContextBoxHead {
	padding: 5px 10px 0 5px;
	background:transparent url(/WebRoot/Store/img/cattopcap.jpg) no-repeat top;	
	position: absolute;
	top: 0;
	left: 0;
	width:132px;
	height:5px;
	_width: 147px;
}

#mini-maincolumn .general_content h1 {
	padding: 10px;
}

#mini-maincolumn .general_content p strong {
	font-weight: bold;
}

#mini-maincolumn .general_content p {
	clear:both;
	float:left;
	font-size:1.2em;
	line-height:1.3;
	margin: 0 0 10px 0;
	padding: 0 10px;
	width:625px;
}

#mini-maincolumn table.BasketDetails td,
#mini-maincolumn table.BasketDetails th {
 font-size: 12px;
}

#mini-maincolumn .general_content ol,
#mini-maincolumn .general_content ul {
	clear:both;
	float:left;
	font-size:1.2em;
	line-height:1.4;
	padding: 0 35px 10px 35px;
	width:575px;
}

#mini-maincolumn .general_content ol li,
#mini-maincolumn .general_content ul li {
	padding: 0 0 5px 0;
}

#mini-maincolumn .general_content p a,
#mini-maincolumn .general_content p a:visited,
#mini-maincolumn .general_content a,
#mini-maincolumn .general_content a:visited {
	color:#000000;
}

.general_content .HelpHeadingCell {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 0 10px 0;
}

.general_content .HelpTable {
	clear: both;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 10px;
	width:625px;
}

.general_content .HelpTable p {
	padding:0;
}

.BigPictureAlign {
	clear:both;
	float: left;
	text-align: center;
	width: 100%;
}

.BigPictureAlign img {
	border: 2px solid #ccc;
}

.general-content .HelpTable {
	padding: 0 10px;
}

.general-content .HelpBackLink {
	padding: 0 0 0 10px;
}

.InputField {
 width: 190px;
}

.address-list .acontent {
 font-size: 12px;
}

.address-list .aoption {
 font-size: 12px;
}

.login-table td {
 font-size: 12px;
}

.login-table td.error input {
 border: solid 1px #E92B35;
}

.InnerTop table.login-table td.row1 {
 width: 0px;
}

/* ***  Justin Amends *** */

#maincolumn-blank p,
#maincolumn-blank-prodlist p,
#maincolumn-blank img,
#maincolumn-blank-prodlist img {
 margin:0;
 padding:0;
}

* html #maincolumn-blank,
* html #maincolumn-blank-prodlist,
* html #mini-maincolumn {
	width: auto;
	height: auto;
	margin-left: 0px;
}

* html #maincolumn-blank-prodlist {
 width: 645px;	
}

.price_info {
 float: left;
 clear: left;
 width: 450px;
 font-size: 11px;
 font-family: Arial,Geneva,Helvetica,sans-serif;
}

.out_of_stock {
 float:left;
 clear: left;
 margin-top: 5px;
 margin-left: 5px;
 margin-bottom: 5px;
 border: solid 1px #ff0000;
 padding: 4px;
 font-size:12px;
 font-weight: bold;
 color: #ff0000;
 font-family: Arial,Geneva,Helvetica,sans-serif;
}

.out_of_stock_top {
 float:left;
 clear: left;
 margin-top: 5px;
 margin-left: 5px;
 margin-bottom: 5px;
 border: solid 1px #ff0000;
 padding: 4px;
 font-size:12px;
 font-weight: bold;
 color: #ff0000;
 font-family: Arial,Geneva,Helvetica,sans-serif;
 width: 420px;	
}

#mini-maincolumn .MessageInfo {
	float:left;
	clear:left;
	font-size:12px;
	width: 600px;
  font-family: Arial,Geneva,Helvetica,sans-serif;	
  margin-left: 10px;
  margin-top: 15px;
  margin-bottom:5px;
}

#mini-maincolumn .TableHead div {
	float:left;
	clear:left;
	font-size:12px;
	font-weight: bold;
  font-family: Arial,Geneva,Helvetica,sans-serif;	
  margin-left: 0px;
  margin-top: 5px;
  margin-bottom:5px;	
}

#mini-maincolumn .Dialog,
#mini-maincolumn .DialogButtonbar {
	float:left;
	clear:left;
	font-size:12px;
	font-weight: normal;
  font-family: Arial,Geneva,Helvetica,sans-serif;	
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom:5px;		
}

#mini-maincolumn .InputBlock {
	float:left;
	clear:left;
	margin-bottom: 5px;
}

#mini-maincolumn .InputBlock .InputLabelling,
#mini-maincolumn .InputBlock .InputField {
	float:left;	
}

#mini-maincolumn .InputBlock .InputLabelling {
 width: 100px;	
}

#mini-maincolumn .InputBlock .InputField {
 width: 200px;		
}

#mini-maincolumn .DialogButtonbar {
	float:left;
	clear:left;	
}

#mini-maincolumn .SizeContainer {
	float:left;
	clear:left;		
  width: 600px;
}

#mini-maincolumn .MessageWarning {
	color: #E92B35;
	font-weight: bold;
	margin-top: 20px;
}

* html #mini-maincolumn .MessageWarning {
 margin-left: 5px;	
}

* html #mini-maincolumn .DialogMessage {
 width: 500px;
}


/*

* html #min-maincolumn form {
 margin:0;
 padding:0;	
 width: 600px;
}


* html #mini-maincolum div.NormalMessage {
	float:left;
	clear:left;
 width: 600px;
 padding-left: 0px;
 padding-right: 0px;
  border: solid 1px #ff0000;
  margin-left:0;
  margin-right:0;
}

* html #mini-maincolumn .NormalMessage h3 {
 float:left;
  clear:left;
 padding-right: 0;      
 margin-bottom: 5px;
}

* html #mini-maincolumn .NormalMessage p {
 float:left;	
 clear:left;
 padding-right: 0px;      
 margin-bottom: 4px;
}

* html #mini-maincolumn .contain {
 margin-left: 0;	
 	width: 600px;
}

* html #mini-maincolumn {
	
}

*/

* html #mini-maincolumn {
 margin-left: 0;	
 clear: none;
}

* html .Separator {
 width: 90%;
}

* html #mini-maincolumn .NormalMessage {
 float: left;
 width: 600px;
 padding-left: 10px;
 padding-right: 10px;
 margin-top: 8px;
}

* html #mini-maincolumn .NormalMessage p {

}

/* *** FACT-Finder Stylings *** */

.FloatRightFF {
	float: left;
	clear: both;
	margin-top: 5px;
	margin-bottom: 20px;
	width: 645px;
	font-family: Arial,Geneva,Helvetica,sans-serif;
	font-size: 11px;
	color: #000;
  text-align: right;	
}

.FloatRightFF select {
	text-align: left;
	font-family: Arial,Geneva,Helvetica,sans-serif;
	font-size: 11px;
}

.PagerSizeContainer,
.PagerInfoLeft,
.PagerInfo {
  display:block;
  float:left;
  clear:left;
	width: 600px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	text-align: left;
	font-family: Arial,Geneva,Helvetica,sans-serif;
	font-size: 11px;	
}

.PagerInfoLeft {
 display:none;
}

.PagerSizeContainer a.PagerButton,
.PagerSizeContainer a.PagerButtonCurrent {
 display: block;
 float: left;
 height: 18px;
 line-height: 18px;
 font-size: 1.2em;
 font-weight: bold;
 text-decoration: none;
 margin-right: 5px;
 padding-left: 6px;
 padding-right: 6px;
 color: #5B5B5B; 
 border: solid 1px #5B5B5B; 
 background: #ffffff;	
}

.PagerSizeContainer a.PagerButton:hover,
.PagerSizeContainer a.PagerButtonCurrent {
 background: #ececec;		
}

.Address ul {
 list-style-type: none;
 margin-left: 10px;
}

.Address ul li {
 margin-left: 0px;
 	font-family: Arial,Geneva,Helvetica,sans-serif;
	font-size: 12px;	
}

#FACTFinderAfterSearch a#ffCloseAfterSearch,
#FACTFinderAfterSearch .ContextBoxHead span,
a#MultiFilter_FFMultiManufacturer,
a#MultiFilter_FFMultiProductType,
a#MultiFilter_FFMultiSize,
a#MultiFilter_FFMultiColour,
.LayerOverIframe {
 display:none;
}

#FACTFinderAfterSearch .ContextBoxBody h2 {
 font-size: 14px;
 font-weight: bold;	
}

* html #maincolumn-blank,
* html #maincolumn-blank-prodlist {
 margin-left: 0px;	
}

* html #menucolumn .BoxContainer {
 width: 140px;	
 margin: 0;
 padding:0;
 margin-left: -10px;
 padding-top: 15px;
 padding-bottom: 15px;
 padding-left: 20px;
}

* html 	#menucolumn #FACTFinderAfterSearch .ContextBoxHead {
 height: 5px;
 margin-left: -1px;
}

div.SiteMapBackground  {
 margin-left: 20px;
	font-family: Verdana, Arial,Verdana,Helvetica,sans-serif; 
}

a.SiteMapLink {
 margin-left: 0;	
 font-size: 11px; 
 font-weight: bold;
}

.InnerHead {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
 font-size: 11px;	
	font-weight: bold;
}

#wrapContent #intro {
 margin-top: 40px;	
}

#wrap-bigpic-wrapper {
 float: left;
 width: 645px;
 height: 320px;
 margin:0;
 padding:0;
 padding-top: 50px;
 margin-left: 3px;
 background: url(/WebRoot/Store/img/fp.jpg) no-repeat;	
}

.redstripe-title2 {
 float:left;
 width: 638px;
 height: 30px;
 margin-left: 1px;
 margin-top: 20px;
 margin-bottom: 10px;
 line-height: 30px;
 text-indent: 10px;
 font-size: 1.2em;
 font-weight: bold;
 color: #ffffff;
 font-size: 12px;
 background: #E82430;
}

* html #maincolumn-blank-prodlist {
 background-position: 2px 0px;
 padding-right: 5px;
}

/* *** Product Large Image TItle Changes *** */

#titlebar h1.smallertitle {
	height: 70px;
	line-height: 70px;
	margin-left: 30px;
	font-size: 16px;
}


/* *** Justin - Amends to Continue Button  - [Address] *** */

.OrderProcessNavigation .FloatRight {
 display:block;
 float:right;
 margin-top:30px;
 margin-left:315px;
}

.Address a.Edit {
 float:left;
 display:block;
 margin-top: 10px;
}

/* *** Justin - extra Prod info wrapping Fix *** */

#thin-maincolumn-blank .bold p {
 width:450px;
}

/* *** Justin - Header Extra Space Issue *** */

/* *** HEADER *** */

* html #header {
 margin-bottom:-13px !important;
}

*:first-child+html #header {
 margin-bottom:-13px !important;
}

#header {
 margin-bottom /*\**/:-13px !important\9;
}

/* *** HEADER ITEMS - IE6*** */

* html ul#topLinks {
 top: 95px !important;
}

* html #search{
 top: 95px !important;
}

* html #basket {
 top:27px;
}

/* *** Footer OVerwrites*** */
#footer #offers {
 margin-left: 0px;
 margin-top: 0px;
}


/*

ul#topLinks {
 _top: 95px !important;
}

#search {
 _top: 95px !important;
}

#basket {
 _top:27px;
 _border: solid 1px #ff0000;
}


body {
 _background: #000000;
}

ul#topLinks {
 top /*\**/: 95px !important\9;
}


#search {
 top /*\**/: 95px !important\9;
}

*/


