/*
@font-face {
    font-family: 'ITCAvantGardeGothicStdBook';
    src: url('../itcavantgardestd-bk-webfont.eot');
    src: url('../itcavantgardestd-bk-webfont.eot?#iefix') format('embedded-opentype'),
         url('../itcavantgardestd-bk-webfont.woff') format('woff'),
         url('../itcavantgardestd-bk-webfont.ttf') format('truetype'),
         url('../itcavantgardestd-bk-webfont.svg#ITCAvantGardeGothicStdBook') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ITCAvantGardeGothicStdBold';
    src: url('../itcavantgardestd-bold-webfont.eot');
    src: url('../itcavantgardestd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../itcavantgardestd-bold-webfont.woff') format('woff'),
         url('../itcavantgardestd-bold-webfont.ttf') format('truetype'),
         url('../itcavantgardestd-bold-webfont.svg#ITCAvantGardeGothicStdBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/
@font-face {
    font-family: 'ITCAvantGardeGothicStdDemi';
    src: url('../itcavantgardestd-demi-webfont.eot');
    src: url('../itcavantgardestd-demi-webfont.eot?#iefix') format('embedded-opentype'),
         url('../itcavantgardestd-demi-webfont.woff') format('woff'),
         url('../itcavantgardestd-demi-webfont.ttf') format('truetype'),
         url('../itcavantgardestd-demi-webfont.svg#ITCAvantGardeGothicStdDemi') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*
@font-face {
    font-family: 'ITCAvantGardeGothicStdMedium';
    src: url('../itcavantgardestd-md-webfont.eot');
    src: url('../itcavantgardestd-md-webfont.eot?#iefix') format('embedded-opentype'),
         url('../itcavantgardestd-md-webfont.woff') format('woff'),
         url('../itcavantgardestd-md-webfont.ttf') format('truetype'),
         url('../itcavantgardestd-md-webfont.svg#ITCAvantGardeGothicStdMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ITCAvantGardeGothicStdMdOb';
    src: url('../itcavantgardestd-mdobl-webfont.eot');
    src: url('../itcavantgardestd-mdobl-webfont.eot?#iefix') format('embedded-opentype'),
         url('../itcavantgardestd-mdobl-webfont.woff') format('woff'),
         url('../itcavantgardestd-mdobl-webfont.ttf') format('truetype'),
         url('../itcavantgardestd-mdobl-webfont.svg#ITCAvantGardeGothicStdMdOb') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #333;
	font-size: 12px;
}
tr, td {
	line-height: 18px;
}
h1, h2, h3, h4, h5 {
    font-family: 'ITCAvantGardeGothicStdDemi';
	margin-bottom: 10px;
	color: #09bcdc;
	font-weight: normal;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 14px;
}
h4, h5 {
	font-size: 13px;
}
p {
	margin-bottom: 10px;
}
p.larger {
	font-size: 14px;
	color: #666;
	line-height: 18px;
}
a,
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	color: #999;
}
hr {
	border: none;
	background: #ccc;
	height: 1px;
	margin: 20px 0;
}
.strikethru {
	text-decoration: line-through;
}
img {
	border: none;
}
input[type=text],
textarea,
select {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
input[type=text],
textarea {
	clear: right;
	height: 14px;
	width: 300px;
	padding: 4px 9px;
	color: #888a7a;
}
input[type=text]:hover,
textarea:hover,
select:hover {
	border-color: #900;
}
input[type=text]:focus, 
select:focus,
textarea:focus {
	border-color: #39b2e5;
	-webkit-box-shadow: #b5dff1 0 0 5px;
	-moz-box-shadow: #b5dff1 0 0 5px;
	-o-box-shadow: #b5dff1 0 0 5px;
	box-shadow: #b5dff1 0 0 5px;
}
select {
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 5px;
}
.shadow {
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=5);
	-webkit-box-shadow: #000 0 0 5px;
	-moz-box-shadow: #000 0 0 5px;
	-o-box-shadow: #000 0 0 5px;
	box-shadow: #000 0 0 5px;
}
.rounded {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.transparent {
	-webkit-opacity:0.9;
	-moz-opacity:0.9;
	-o-opacity:0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	opacity: 0.9;
}
.btn {
	background: url(../images/btnBG.gif) repeat-x 0px 0px #FF3F27;
	color: #fff !important;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	display: block;
	border: 1px solid #C43579;
}
.dark {
	background: url(../images/btnBG_dark.gif) repeat-x 0px 0px #900;
}
.light {
	background: url(../images/btnBG_light.gif) repeat-x 0px 0px #CCC;
	border: 1px solid #CCC;
}
.btn:hover {
	color: #eee;
	cursor: pointer;
}
#screen_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: black;
	display: none;
	z-index: 1000;
	filter: alpha(opacity=60); 
	-khtml-opacity: 0.60;     
	-moz-opacity: 0.60;    
	opacity: 0.60;    
}
#wrap {
	text-align: center;
	background: url(../images/bannerBG.jpg) repeat-x 0px 0px;
}
#innerWrap,
#bottom {
	width: 908px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#bottom {
	width: 873px;
	margin-bottom: 10px;
	font-size: 11px;
}
#banner {
	position: relative;
	z-index: 200; /*on top of the left column */
	height: 173px;
}
#banner #logo {
	position: absolute;
	top: 0px;
	left: -26px;
}
#banner #free_del {
	position: absolute;
	top: 22px;
	left: 380px;
}
#banner #tel {
	position: absolute;
	top: 10px;
	right: 0px;
}
#banner #huge_range {
	position: absolute;
	top: 105px;
	left: 15px;
}
#cartWrap {
	position: absolute;
	top: 95px;
	right: 0px;
	z-index: 1500;
	width: 253px;
	height: 71px;
	background: url(../images/basket.png) no-repeat 0px 0px;
}
#cart,
#cart strong {
	color: #fff;
}
#cart {
	font-size: 11px;
	height: 36px;
	width: 180px;
	position: relative;
	margin-top: 32px;
	margin-left: 50px;
	line-height: 15px;
}
#cart .btn {
	float: right;
	margin-top: 4px;
	padding: 0 5px;
	color: #fff;
}
#emailLinks {
	position: absolute;
	left: 395px;
	top: 50px;
}
#emailLinks a {
	color: #FFFFFF;
	text-decoration: none;
}
#emailLinks a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#colWrap {
	clear: both;
	background-color: #fff;
	float: left;
	width: 908px;
	padding-bottom: 15px;
	border-left: solid 1px #E8E8E8;
	border-right: solid 1px #E8E8E8;
	position: relative;
}
#headBar {
	padding: 8px 0px;
	position: relative;
}
#nbH {
	margin-left: 12px;
}
#nbH li {
	display: inline;
	float: left;
}
#nbH a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #e00;
	padding: 0px 10px;
}
#nbH a:hover {
	color: #333;
}
#searchBox {
	color: #717171;
	position: relative;
	width: 221px;
	float: right;
	margin-top: 10px;
	margin-right: 16px;
	border: solid #D4D4D4 3px;
	background: #f2f2f2;
	position: relative;
}
#searchFrm {
	float: left;
	position: relative;
}
#searchWord {
	font-size: 14px;
	line-height: 17px;
	color: #717171;
	width: 196px;
	height: 15px;
	float: left;
	position: relative;
	padding-top: 2px;
	padding-left: 2px;
	border: none;
	background: url(../images/searchWordBG.gif) no-repeat -6px -4px #F2F2F2;
}
#searchFrm .searchBtn {
	position: absolute;
	top: 4px;
	left: 207px;
	float: left;
}
div.autocomplete {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #333;
}
div.autocomplete ul {
	position: absolute;
	top: -180px;
	left: -982px;
	list-style-type:none;
	margin:0px;
	padding:0px;
	background: #FFF;
	border: 1px solid #888;
}
div.autocomplete ul li.selected {
	background-color: #b3d4ff;
}
div.autocomplete ul li { list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	cursor:pointer; 
}

#leftBar {
	float: left;
	width: 180px;
	position: relative;
	z-index: 100;
	margin-right: 10px;
	margin-left: -876px;
	height: 100%;
}
#leftBar .browse {
	margin-left: 7px;
}
.LBcatsCont {
	float: left;
	height: 150px;
	width: 175px;
}
.LBcats {
	border: 1px solid #CCCCCC;
	padding: 3px;
	float: left;
	width: 77px;
	margin: 1px;
	text-align: center;
	height: 140px;
}
.LBcats img {
	width: 77px;
	height: 77px;
	background-image: url(../images/noImage.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.LBcats p {
	font-size: 10px;
}
#content {
	margin-left: 200px;
	float: left;
/*	width: 706px; */
	width: 440px; 
	margin-right: 15px;
}
#content .fadein {
	position: relative;
	width: 410px;
	height: 145px;
	margin-left: 0px;
	margin-bottom: 20px;
	padding-top: 30px;
	padding-left: 30px;
}
#content .fadein div.abs {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	width: 460px;
	height: 185px;
	padding-top: 30px;
	padding-left: 30px;
}
#content .fadein div.abs img {
	position: relative;
	z-index: 100;
	width: 440px;
	height: 175px;
	margin-top: -30px;
	margin-left: -30px;
}
#content .fadein div.abs .shadowed {
	position: absolute;
	z-index: 200;
	top: 95px;
	left: 15px;
	width: 565px;
	height: 80px;
}
#content .fadein div.abs .shadowed h1 {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 50;
	font-size: 24px;
	line-height: 26px;
	color: #fff;
	font-weight: normal;
}
#content .fadein div.abs .shadowed h1.shadow {
	position: absolute;
	top: 2px;
	left: 2px;
	z-index: 0;
	color: #333;
}
#content .fadein div.abs p {
	position: absolute;
	top: 35px;
	left: 0px;
	z-index: 50;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
}
#content .fadein div.abs p.shadow {
	position: absolute;
	top: 37px;
	left: 2px;
	z-index: 0;
	color: #333;
}
#content .masthead {
	position: relative;
	height: 126px;
	width: 423px;
	background: #F2F2F2;
	border: solid #D4D4D4 1px;
	clear: both;
	margin: 0 0 20px 0;
	padding: 57px 0 0 15px;
}
#content .masthead img.sale_tag {
	position: absolute;
	left: -14px;
	top: 10px;
	z-index: 20;
}
#content .masthead .item_text {
	position: relative;
	z-index: 100;
}
#content .masthead h1, 
#content .masthead h2, 
#content .masthead h3, 
#content .masthead h4, 
#content .masthead h5, 
#content .masthead p {
	font-family: 'ITCAvantGardeGothicStdDemi';
	letter-spacing: -0.05em;
	margin: 0px;
	padding: 0px;
}
#content .masthead img {
	position: absolute;
	top: 1px;
	right: 1px;
	float: right;
	z-index: 10;
}
#content .masthead .now_only a,
#content .masthead .masthead_price a {
	font-family: 'ITCAvantGardeGothicStdDemi';
	font-size: 20px;
	color: #333;
	float: left;
	position: relative;
	z-index: 30;
	margin: 5px 0 0 0;
	padding: 0px;
}
#content .masthead .now_only a {
	width: 50px;
	line-height: 15px;
}
#content .masthead .masthead_price a {
	font-size: 36px;
	letter-spacing: -0.03em;
	line-height: 34px;
}
.contInner {
	padding: 10px;
}
#searchresults #content,
#cats #content,
#product #content {
	width: 676px; 
}
.wideCol {
	width: 435px;
	margin-right: 20px;
	float: left;
}
/*
.wideCol h3 {
	font-size: 12px;
	color: #FFF;
	background-color: #661C3F;
}
*/
.wideColInner {
	width: 435px;
	margin-bottom: 20px;
	text-align: left;
	float: left;
	padding: 2px;
}
#home .wideColInner {
	border: 1px solid #CCC;
}
#content .satisfation_guaranteed {
	background: url(../images/satisfaction_guranteed.jpg) no-repeat 0px 0px;
	height: 120px;
	width: 413px;
	margin-bottom: 13px;
	padding: 13px;
	border: 1px solid #CCC;
}
#content .satisfation_guaranteed h2 {
	font-size: 24px;
	color: #09bcdc;
	text-align: left;
	padding: 0px;
	margin-bottom: 5px ;
	line-height: 22px;
}
#content .satisfation_guaranteed p {
	font-family: 'ITCAvantGardeGothicStdDemi';
	font-size: 18px;
	color: #a1a1a1;
	text-align: left;
	letter-spacing: -0.05em;
}
.featured {
	width: 439px;
	clear: both;
}
.colThird {
/*	width: 132px; */
	width: 131px;
	height: 220px;
/*	height: 171px;*/
	float: left;
	text-align: center;
	border: 1px solid #CCC;
	position: relative;
	padding: 2px;
	margin: 0 14px 14px 0;
}
.colThird .figure {
	width: 130px;
}
.colThird .prodText {
	text-align: left;
	float: left;
	clear: both;
	width: 130px;
	margin: 0px;
}
.colThird .prodText a {
	font-weight: bold;
}
.colThird .prodText a:hover {
	color: #09bcdc;
}
.colThird .prodText .price {
	bottom: 30px;
}
.colThird .prodText .textRedBold {
	font-size: 26px;
	line-height: 26px;
	color: #EE4E00;
	font-weight: normal;
}
.right {
	margin-right: 0px;
}
.colThird img {
	width: 130px;
	height: 86px;
	margin-bottom: 7px;
}
/*
.colThird p {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
*/
.colThird .btn {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	border: none;
}
#searchresults  .wideCol, #searchresults .wideColInner,
#product .wideCol, #product .wideColInner,
#confirm  .wideCol, #confirm .wideColInner {
	width: 675px;
}
#prodCont {
	width: 695px;
	float: left;
}
#prodCont h2 {
	font-weight: normal;
	padding: 2px;
	margin: 0 0 15px 0;
}
.product {
	padding: 5px;
	margin-bottom: 10px;
	margin-right: 13px;
	float: left;
	height: 240px;
	width: 685px;
	border: 1px solid #CCC;
}
.product .figure {
	width: 152px;
	float: left;
	text-align: center;
}
.product .figure img {
/*	width: 148px;*/
	margin-left: auto;
	margin-right: auto;
}
.prodText {
	margin-left: 136px;
}
.prodText h1 {
	font-size: 18px;
}
.prodText .price {
	position: absolute;
	bottom: 0px;
	float: left;
/*	margin-top: 15px;*/
	letter-spacing: -0.05em;
}
.prodText .price .our_price {
	font-size: 10px;
	color: #EE4E00;
	line-height: 11px;
	float: left;
	width: 32px;
	padding-top: 2px;
	text-align: left;
	text-transform: uppercase;
}
.disclaimer {
	font-size: 11px;
	color: #EE4E00;
	color: #999;
	line-height: 12px;
	clear:both;
	letter-spacing: normal;
}
#product .product {
	position: relative;
	height: auto;
}
#product .prodText .price {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}
#product .product .figure,
#confirm .product .figure { 
	float: left;
	width: 335px;
}
#product .prodText, 
#confirm .prodText {
	margin-left: 336px; 
}
#cats .product,
#Sub .product,
#searchresults .product,
#basket_confirm .product {
	float: left;
	width: 155px;
	margin-right: 8px; 
/*	text-align: center;
	height: 190px;
	height: 240px;*/
	position: relative;
}
#Sub .product {
	width: 155px;
	height: 250px;
	margin-right: 10px; 
}
#Sub .product .btn {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 164px;
	text-align: center;
}
.product .prodText {
	bottom: 13px;
}
.product a,
.product a:visited {
	font-size: 13px;
	color: #777;
}
.product a:hover {
	color: #09bcdc;
}
.product .strikethru {
	font-size: 14px;
	color: #900;
}
.product .textRedBold {
	font-size: 26px;
	line-height: 26px;
	color: #EE4E00;
	font-weight: normal;
}
#Sub .noRtMar {
	margin-right: 0px;
}
#cats .product .figure,
#Sub .product .figure,
#searchresults .product .figure {
	float: none;
	width: 155px;
}
/*
#cats .product .figure img,
#Sub .product .figure img,
#searchresults .product .figure img {
	width: 155px;
}
*/
#cats .prodText,
#Sub .prodText,
#searchresults .prodText {
	font-size: 12px;
	margin-left: 0px;
	position: absolute;
	top: 160px;
/*	bottom: 5px;*/
	left: 5px;
	width: 152px;
	height: 85px;
}
.clearBoth {
	clear: both;
}
#cats .prodText p,
#Sub .prodText p,
#searchresults .prodText p {
	margin-bottom: 0px;
	line-height: 15px;
}
#Sub {
	width: 698px;
}
.sub2 {
	width: 40px;
}
#sortBx {
	clear: both;
	color: #006600;
	border: 1px solid #CCCCCC;
	padding: 10px;
	width: 350px;
	margin-bottom: 10px;
}
.narCol {
	float: left;
	width: 237px;
}
.narCol h1,
.narCol h2,
.narCol h3,
.narCol h4,
.narCol h5 {
	color: #fff;
	padding: 5px;
	font-size: 12px;
	background-color: #BC1262;
	font-size: 1.3em;
}
.narCol h3 {
	margin-bottom: 0px;
}
.narCol .order {
	border: solid 1px #ccc;
	margin-bottom: 10px;
	padding: 10px;
}
.narCol img {
	max-width: 237px;
}
.narCol .address {
	text-align: left;
}
.narCol .address p {
	margin: 0px;
	padding: 0px;
}
.narCol .address div {
	font-size: 11px;
	line-height: 15px;
}
#relProdFrm select {
	width: 156px;
	height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 11px;
	position: relative;
}
#relProdFrm #quantity {
	width: 20px;
	padding-top: 4px;
	padding-bottom: 3px;
	font-size: 11px;
}
#footBar {
	text-align: center;
	clear: both;
}
#footer {
	clear: both;
	float: left;
	width: 100%;
	background-color: #dedede;
	color: #494949;
	padding: 13px;
	margin-bottom: 10px;
}
#footer .inner {
	width: 889px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-left: 18px;
	position: relative;
}
#footer a,
#footer a:visited {
	color: #494949;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
}
#reqhead {
	color: #900;
	margin-bottom: 13px;
	font-weight: bold;
}
.textErr {
	color: #666;
}
.textErr .t11 {
	margin-left: 15px;
}
.goodMsg {
	color: #09C;
}
#contFrm {
	width: 410px;
	float: left;
	border: solid 1px #CCC;
	padding: 10px;
	background-color: #F2F2F2;
	margin-bottom: 15px;
}
#Form {
	float: left;
	width: 455px;
}
#contFrm .label,
#ordTrack .label,
#Form .label {
	clear: left;
	float: left;
	text-align: left;
	width: 70px;
	margin-right: 15px;
	padding-top: 3px;
}
#contFrm .tp {
	margin-top: 5px;
}
input.invalid,
select.invalid,
textarea.invalid {
	background-color: #FF9;
	border-color: red;
}
label.invalid {
	color: #F00;
	font-weight: bold;
}
#contFrm .name,
#contFrm .comp,
#contFrm .email,
#contFrm .tel {
	width: 300px;
}
#contFrm .tel {
	width: 100px;
}
#contFrm .query {
	height: 80px;
}
#contFrm .captcha {
	width: 100px;
}
.submit {
	margin-left: 95px;
	margin-top: 5px;
}
#captchaImg {
	position: relative;
	margin-left: 5px;
	top: 6px;
	margin-right: 23px;
}
.printOnly {
	display: none;
}
.leadline {
	font-size: 13px;
}
.t11 {
	font-size: 11px;
}

.t13 {
	font-size: 13px;
}
.t14 {
	font-size: 14px;
	line-height: normal;
}
.t15 {
	font-size: 15px;
	line-height: normal;
}
.t16 {
	font-size: 16px;
	line-height: normal;
}
.t24 {
	font-size: 24px;
}
.t36 {
	font-size: 36px;
}
.Bold {
	font-weight: bold;
}
.Italic {
	font-style: italic;
}
.Justify {
	text-align: justify;
}
.Right {
	text-align: right;
}
.Centre {
	text-align: center;
}
.Left {
	text-align: left;
}
.textRedBold {
	font-weight: bold;
	color: #FF0000;
}
.textBlueBold {
	font-weight: bold;
	color: #006699;
}
.textWhiteBold {
	font-weight: bold;
	color: #FFFFFF;
}
.shareThis a {
	color: #F7DFEA;
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.padT5 {
	padding-top: 4px;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	visibility: hidden;
	clear: both;
}
.clear {
	min-height: 1px;
}
.noCSS {
	display: none;
}
.w120 {
	width: 120px;
}
.w155 {
	width: 155px;
}
.h120 {
	height: 120px;
}
.h100 {
	height: 100px;
}
.w320,
.product .figure img.w320 {
	width: 320px;
}
.h320,
.product .figure img.h320 {
	height: 320px;
}
/*
#basket_confirm {
	display: none;
	top: 60px;
	left: -260px;
	position: absolute;
	z-index: 10000;
	width: 320px;
	height: 270px;
	background-image: url(../images/fyh_popup2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
*/
#basket_confirm {
/*	display: none;*/
	top: 90px;
	left: -9490px;
	position: absolute;
	z-index: 10000;
	min-width: 220px;
	max-width: 800px;
	min-height: 50px;
	background: url(../images/basket.gif) no-repeat center 10px #fff;
	padding: 50px 15px 15px 15px;
	border: solid 5px #900;
	text-align: center;
}
#basket_confirm a {
	text-decoration: none;
	color: #666;
	display: block;
}
#basket_confirm a.btn {
	color: #fff;
	padding: 0 10px;
}
#basket_confirm a:hover {
	color: #ccc;
}
#basket_confirm a#close_basket_popup {
	float: left;
	position: absolute;
	top: 5px;
	right: 5px;
	height: 15px;
	background: url(../images/close_btn.gif) no-repeat right;
	padding-top: 1px;
	padding-right: 20px;
	cursor: pointer;
	font-size: 11px;
	color: #000;
}
#basket_confirm #cross_sell_items {
	margin: 13px auto 20px auto;
	display: inline-block;	
}
#basket_confirm h1 {
	line-height: 24px;
	text-transform: uppercase;
	font-size: 18px;
}
#basket_confirm h2 {
	color: #999;
	font-size: 16px;
}
/*
#basket_confirm #cross_sell_items .prodText {
	bottom: 13px;
}
*/
#basket_confirm #cross_sell_items .product {
	text-align: left;
	margin: 0 6px; 
/*	height: 220px;*/
}
/*
#basket_confirm #cross_sell_items .product a {
	font-size: 14px;
	font-weight: normal;
	color: #000;
}

#basket_confirm #cross_sell_items .product .strikethru {
	font-size: 14px;
	color: #900;
}
#basket_confirm #cross_sell_items .product .textRedBold {
	font-size: 16px;
	color: #900;
}
*/
.main_button_wrap {
	margin: auto;
	clear: both;
	text-align: center;
	display: inline-block;
}
a#basket_popup_continue,
a#basket_popup_checkout {
	float: left;
	cursor: pointer;
}
a#basket_popup_continue:hover,
a#basket_popup_checkout:hover {
	border: 1px solid #892555;
}
a#basket_popup_continue {
	clear: both;
}
a#basket_popup_checkout {
	margin: 0px 0 0 10px;
}
#basketWrap {
	width: 688px;
}
#basketWrap #basket {
	width: 688px;
	border-collapse: collapse;
	margin-bottom: 10px;
}
#basketHtml {
	width: 230px;
	margin-bottom: 10px;
	text-align: left;
}
#basketHtml p {
	font-size: 11px;
	line-height: 15px;
}
#basketHtml p.orderTot {
	font-size: 14px;
}
#basketHtml h1 {
	font-size: 16px;
	background: none;
	color: #09bcdc;
	padding-left: 0px;
}
#basketWrap #basket th {
	border-bottom: solid 1px #EBEBEB;
	font-weight: bold;
	text-align: left;
	padding: 5px 3px;
}
#basketWrap #basket th.one { 
	font-size: 16px;
	width: 250px;
}
#basketHtml #basket th.one { 
	width: 285px;
}
#basketWrap #basket th.two, 
#basketWrap #basket th.three, 
#basketWrap #basket th.four, 
#basketWrap #basket th.five {
	font-size: 12px;
	width: 70px;
	text-align: right;
}
#basketHtml #basket th.two, 
#basketHtml #basket th.four, 
#basketHtml #basket th.five {
	font-size: 11px;
	width: 40px;
}
#basketWrap #basket th.six { 
	width: 16px;
}
#basketWrap #basket td {
	padding: 5px 3px;
	border-bottom: solid 1px #EBEBEB;
}
#basketHtml #basket td {
	font-size: 11px;
}
#basketWrap #basket td.rightSide {
	text-align: right;
	margin-right: 5px;
	border-bottom: none;
}
#basketWrap #basket td.rightSide a {
	float: right;
	margin-right: 5px;
}
#basketFrm {
	position: relative;
	float: left;
	margin-bottom: 10px;
	width: 688px;
}
#basketFrm input[type=submit] {
	float: right;
}
#basketFrm2 {
	width: 435px;
	float: left;
	margin-bottom: 80px;
	position: relative;
}
#basketFrm2 p {
	margin-bottom: 3px;
}
#basketFrm2 input[type=text] {
	width: 220px;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 2px;
}
#basketFrm2 select {
	font-size: 12px;
	color: #888a7a;
}
#basketFrm2 .label {
	width: 70px;
	font-weight: bold;
	font-size: 11px;
	display: block;
	float: left;
}
#basketFrm2 #reqhead {
	margin-bottom: 5px;
	text-align: left;
	clear: both;
}
#basketFrm2 input[type=submit] {
}
#basketWrap .green {
	background-color: #063;
}
#basketWrap input[type=submit] {
	margin-top: 0px;
	padding: 5px;
	height: 28px;
}
#basketWrap input[type=submit]:hover {
	cursor: pointer;
	border: solid #666 1px;
}
#basket .updtQty {
	width: 20px;
}
.buttonWrap {
	width: 140px;
	height: 25px;
	margin-left: 80px;
}
.button {
	display: block;
	background-color: #333;
	color: #FFF;
	height: 20px;
	width: 60px;
	float: left;
	margin-right: 10px;
	text-align: center;
	padding-top: 5px;
	cursor: pointer;
}
.button:hover {
	background-color: #666;
}
#cartBtn {
}
/*
#checkout {
	display: none;
	position: absolute;
	z-index: 500;
	top: 175px;
	left: 240px;
	background-image: url(../images/cc_clickToCheckout.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 112px;
	width: 268px;
}
#checkout a#close_checkout_popup {
	float: left;
	position: absolute;
	top: 5px;
	right: 25px;
	height: 15px;
	font-size: 10px;
	text-decoration: none;
	color: #ffffff;
	background-image: url(../images/basket_popup_close.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 1px;
	padding-right: 20px;
	display: block;
	cursor: pointer;
}
*/
#buyFrm #buyNow {
	margin-top: 10px;
}
#buyFrm #quantity {
	width: 20px;
	padding-top: 4px;
	padding-bottom: 3px;
	font-size: 11px;
}
#buyFrm a.btn,
#payment_sense_checkout .btn {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	float: left;
	padding: 0 10px;
	margin-top: 10px;
}
#buyFrm a.btn:hover {
	color: #ccc;
}
.btnWrap {
	padding-top: 10px;
	float: right;
}
.btnWrap .btn,
.btnWrap .btn:visited {
	padding: 0 10px;
	display: inline-block;
	color: #fff;
}
.btnWrap .btn:hover {
	color: #ccc;
}
#payment_sense_checkout .basket_button,
#payment_sense_checkout .basket_button:visited,
a.basket_button,
a.basket_button:visited {
	background: url(../images/fyh_cartBtn.gif) repeat-x left center;
	height: 16px;
/*	height: 28px;*/
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 2px;
	margin-left: 1px;
	float: left;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	border: solid 1px #fff;
}
#payment_sense_checkout .form_btn {
	height: 28px;
	width: 180px;
}
#payment_sense_checkout .basket_button:hover,
a.basket_button:hover {
	color: #EEE;
	border: solid 1px #999;
}
.paypal_button,
.paypal_button:visited {
	background: url(../images/paypal_button.gif) no-repeat 0px 0px;
	width: 136px;
	height: 85px;
	display: block;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 2px;
	text-decoration: none;
	border: none;
	color: #FFEECE;
}
ul.errors {
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
	list-style-type: none;
}
ul.errors li {
	color: #069;
}
#Form p {
	margin-bottom: 4px;
}
#Form .label {
	width: 100px;
}
#Form input[type=text] {
	height: 14px;
	width: 300px;
	padding: 3px 5px;
	color: #888a7a;
}
#Form select {
	height: 22px;
}
#Form .orderSum {
	float: right;
	border: solid 1px #ccc;
	padding: 15px;
	width: 200px;
	margin-right: -20px;
}
#Form .notes {
	font-size: 11px;
	width: 200px;
	float: left;
	margin-top: 3px;
	margin-left: 10px;
}
#Dsalutation,
#Dfname,
#Dadd1,
#Dadd2,
#Dadd3,
#Dadd4,
#Dtown,
#Dcounty,
#Dpostcode,
#Salutation,
#Fname,
#Add1,
#Add2,
#Add3,
#Add4,
#Town,
#County,
#Postcode {
	display: inline;
}
#Dphone {
	display: none;
}
.TransactionResultsLabel {
	font-weight: bold;
}
.TransactionResultsText {
	margin-bottom: 15px;
}
.TransactionResultsItem #basketHtml,
.TransactionResultsItem .address {
	width: 430px;
}
#promo_code {
	width: 75px;
}
