/***********************************************/
/* Bramhman styles.css                         */
/*                                             */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	background:#272f6e;
	color:#58595B;
	font:12px Helvetica, Arial, sans-serif;
	margin:0;
	padding:30px 0 20px 0;
}

#body-wrapper {
	width:919px;
	text-align:left;
	background:#fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	position: relative;
}

#nav 
{
	color:#A39368;
	height:32px;
	margin-bottom:3px;
	padding:0;
	position:relative;
	background-color: #dedde9;
	background-image: url(../images/white-corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 919px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}
/*#nav img.corner {
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	_right:-1px;
	_bottom:-1px;
}
*/#nav ul {
	list-style-type:none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 17px;
}
#nav li {
	display:inline;
	line-height:32px;
	padding-right:25px;
}
#nav li a {	
	color:#A39368;
	text-decoration:none;
	font-size:14px;
}
#nav li a:hover {
	text-decoration:underline;
}
#header {
	background:url(../images/bg-header.gif) repeat-y top;
	width:919px;
	height:132px;
	position:relative;
	float: left;
}
#header img.corner {
	position:absolute;
	bottom:0;
	right:0;
	_right:-1px;
}
#header h1 {
	display:block;
	width:425px;
	background:url(../images/bramham.gif) no-repeat;
	margin-top:11px;
	margin-left:15px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
#header h1 a {
	text-decoration:none;
	display:block;
	width:160px;
	height:74px;
}
#header h1 span {
	font-size:1px;
	visibility:hidden;
}
#header ul {
	list-style-type:none;
	margin:0;
	padding:4px 0 0 15px;
}
#header li {
	display:block;
	float:left;
	margin-right:3px;
}
#header li a {
	display:block;
	background:url(../images/transparent-corner.gif) no-repeat;
	width:162px;
	height:34px;
	line-height:32px;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:15px;
	text-decoration:none;
	text-align:center;
	position:relative;
}
#header li a img {
	display:block;
	position:absolute;
	bottom:0;
	right:0;
}
#header li a:hover {
	text-decoration:underline;
}




.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 17px;
	padding-bottom: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 15px;
}
.bodytext a{
	color: #443366;
	text-decoration: underline;
}

p {
	margin: 0px
	padding: 0px;
}
img {
	border: none;
}
/*-------------------------------DEFAULT LINKS-------------------------------------*/
a:link {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #50518F;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #50518F;
	text-decoration: none;
	font-weight: bold;
}

/*------------------------------- BREADCRUMB -------------------------------------*/


#breadcrumbtop {
	color:#28306f;
	font-size:14px;
	width:919px;
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 14px;
	padding-left: 0;
	margin-top: 0px;
	clear: both;
	overflow: hidden;
}
#breadcrumbtop a {
	font-weight:bold;
	color:#28306f;
	text-decoration:none;
}
#breadcrumbtop a:hover {
	text-decoration:underline;
}





.breadcrumb-holder {
	width:655px;
	position: absolute;
	top: 196px;
	right: 20px;
	text-align: right;
	font-weight: bold;
	color:#28306f;
	font-size:14px;
	overflow: hidden;
}
.breadcrumb a:link {
	font-weight:bold;
	color:#28306f;
	font-size:14px;
}
.breadcrumb a:visited {
	font-weight:bold;
	color:#28306f;
	text-decoration: none;
	font-size:14px;
}
.breadcrumb a:hover {
	font-weight:bold;
	color:#28306f;
	text-decoration: underline;
	font-size:14px;
}
.breadcrumb a:active {
	font-weight:bold;
	color:#28306f;
	text-decoration: none;
	font-size:14px;
}

/*------------------------------- SEARCH -------------------------------------*/
.searchstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-align: right;
	vertical-align: middle;
	position: absolute;
	top: 59px;
	width: 740px;
}

input.txt-search-go {
	background-color: #003367;
	font-weight: bold;
	font-size: 9px;
	color: white;
	border: 1px solid white;
	padding-top: 1px;
	padding-bottom: 1px;
}

input.txt-search-go-hov {
	background-color: #000;
	font-weight: bold;
	font-size: 9px;
	color: white;
	border: 1px solid white;
	padding-top: 1px;
	padding-bottom: 1px;
}

input.txt-search-box {
	background-color: #000;
	font-size: 11px;
	border: 1px solid #999999;
	margin-right: 5px;
	padding: 2px;
	color:#FFFFFF;
}

input.btn {
	color:##50518F;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
 }

.line {
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #B40701;
	margin-top: 10px;
	padding-top: 10px;
}

.search-wrapper {
	width:600px;
	margin-left: 40px;
}
.search-holder {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
}

.search-right {
	text-align:right;
	padding-right: 5px;
}
.search-li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	color: #CCCCCC;
	text-decoration: none;
	margin-bottom: 5px;
	margin-left: 5px;
}

.search-li a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #B40701;
	text-decoration: none;
}

.search-li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #B40701;
	text-decoration: none;
}

.search-li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #fff;
	text-decoration: underline;
}
.search-li a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #fff;
	text-decoration: underline;
}

ol {
	padding: 0px;
	margin: 0px;
}

/*------------------------------- LIST -------------------------------------*/

ul {
	list-style:disc url(none);
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

ul ul {
	list-style:url(none) none;
	margin-left: 2px;
	padding-left: 2px;
}
li {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image: url(../images/bodybullet.gif);
	padding-top: 0px;
	padding-bottom: 0px;
}

.li-indent {
	margin-left:20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/*------------------------------- HEADINGS -------------------------------------*/

.title-text {
	width: 340px;
	text-align: center;
}


h1 {
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif; COLOR: #272f6f;
}
h2 {
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif; COLOR: #272f6f;
}
h3 {
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif; COLOR: #272f6f;
}




/*h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #6565BA;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 0.15em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 15px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-left: -15px;
	margin-right: -10px;
	overflow: hidden;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 135%;
	color: #336699;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}

*/
/*------------------------------- BANNER -------------------------------------*/


.banner-style {
	height: 85px;
	width: 563px;
	padding-left: 199px;
	position: relative;
}
.banner-style p {
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	left: 20px;
	top: 25px;
	color: #FFFFFF;
}

.banner-style p img {
	position: absolute;
	left: -20px;
	top: -25px;
}
.banner-style img {
	position: absolute;
	left:0px;
	top: 0px;
}


.banner-info-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: white;
	position: absolute;
	top: 11px;
	width: 140px;
	right: 25px;
}
.banner-info-text a:link {
	font-size: 13px;
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
.banner-info-text a:visited {
	font-size: 13px;
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
.banner-info-text a:hover {
	font-size: 13px;
	color: #AF1306;
	text-decoration: underline;
	font-weight: bold;
}
.banner-info-text a:active {
	font-size: 13px;
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

/*------------------------------- MAIN BODY -------------------------------------*/
#products-holder-firefox {
width:98%;
}

.body-indexcontent {
	background-color: transparent;
	margin-top: 0px;
	width: 650px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 17px;
	padding-bottom: 15px;
	padding-top: 0px;
	padding-right: 6px;
	padding-left: 5px;
	overflow:auto;
	float: left;
	min-height: 450px;
}
.body-content {
	background-color: transparent;
	margin-top: 0px;
	width: 650px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 17px;
	padding-bottom: 15px;
	padding-top: 0px;
	padding-right: 6px;
	padding-left: 5px;
	overflow:auto;
	float: left;
	min-height: 450px;
}
.body-content-info {
	background-color: transparent;
	margin-top: 0px;
	width: 650px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 17px;
	padding-bottom: 15px;
	padding-top: 0px;
	padding-right: 6px;
	padding-left: 5px;
	overflow:auto;
	float: left;
	min-height: 450px;
}

/*---------------------------- pop up ---------------------------------------------------*/

#message-container {
	width:350px;
	height:121px;
	background-image:url(../images/pop-box.png);
	position:absolute;
	top:-141px;                             /*height value plus 20px;*/
	left:50%;
	z-index:100;
	margin-left:-175px;                     /*half the width value*/
	font-family:verdana, sans-serif;
	font-size:12px;
	background-repeat: no-repeat;
	font-weight:bold;
}
#message-container p {
	text-align:center;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	}

input.message-button {
	color:#AD0000;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	width: 130px;
	right: 17px;
	bottom: 17px;
	}
	
input.message-button2 {
	color:#AD0000;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	width: 100px;
	bottom: 17px;
	left: 17px;
	}
	
/*---------------------------- pop up ---------------------------------------------------*/

#message-container-error {
	width:350px;
	height:121px;
	background-image:url(../images/pop-box-error.png);
	position:absolute;
	top:-141px;                             /*height value plus 20px;*/
	left:50%;
	z-index:100;
	margin-left:-175px;                     /*half the width value*/
	font-family:verdana, sans-serif;
	font-size:12px;
	background-repeat: no-repeat;
	font-weight:bold;
}
#basketmessage-error {
	text-align:center;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 110px;
}

input.message-button-error {
	color:#AD0000;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	width: 100px;
	bottom: 20px;
	left: 171px;
	}

/*---------------------------- related items start ---------------------------------------------------*/
.rel-box {
	border-top:2px solid #fff;
	float: left;
	width: 100%;
}
/*-------------------------------CATEGORY PAGE-------------------------------------*/


.product-list2 {
	float: left;
	width: 402px;
	background-color: #D5D9E5;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 9px;
	padding-right: 4px;
	padding-bottom: 9px;
	padding-left: 9px;
}


.product-list2 h2 {
	background-color: #2E6150;
	display: block;
	padding:0px;
	margin:0px;
}
.product-list2 h2 {
	background-color: #484D53;
	display: block;
	margin-top: -9px;
	margin-bottom: 0px;
	margin-left: -9px;
	margin-right: -4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
}
.product-list2 h2 a:link {
	background-color: #484D53;
	display: block;
	font-size: 14px;
	padding:5px;
	color: #FFFFFF;
	text-decoration:none;
	width:405px;
}

.product-list2 h2 a:visited {
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	padding:5px;
	text-decoration:none;
	background-color: #484D53;
	width:405px;
}
.product-list2 h2 a:hover {
	display: block;
	color: #ccc;
	font-size: 14px;
	padding:5px;
	text-decoration:none;
	background-color:#6F7580;
	width:405px;
}
.product-list2 h2 a:active {
	display: block;
	color: #ccc;
	font-size: 14px;
	padding:5px;
	text-decoration:none;
	background-color:#6F7580;
	width:405px;
}





.product-list {
	float: left;
	width: 290px;
	background-color: #E5EBF2;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	height: 210px;
	margin-left: 0px;
	padding-top: 9px;
	padding-right: 4px;
	padding-bottom: 9px;
	padding-left: 9px;
	overflow: hidden;
	background-image: url(../images/prod-grad-back.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.product-list h2 {
	background-color: #C4CCD9;
	display: block;
	margin-top: -9px;
	margin-bottom: 0px;
	margin-left: -9px;
	margin-right: -4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
.product-list h2 a:link {
	background-color: #272F6F;
	display: block;
	font-size: 14px;
	padding:5px;
	color: #FFFFFF;
	text-decoration:none;
	width:293px;
	height: 37px;
}

.product-list h2 a:visited {
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	padding:5px;
	text-decoration:none;
	background-color: #272F6F;
	width:293px;
	height: 37px;
}
.product-list h2 a:hover {
	display: block;
	color: #fff;
	font-size: 14px;
	padding:5px;
	text-decoration:none;
	background-color:#3F4AB1;
	width:293px;
	height: 37px;
}
.product-list h2 a:active {
	display: block;
	color: #fff;
	font-size: 14px;
	padding:5px;
	text-decoration:none;
	background-color:#3F4AB1;
	width:293px;
	height: 37px;
}

#body-wrapper .container .body-content #products-holder-firefox .product-list select {
	font-size: 10px;
}
#body-wrapper .container .body-content #products-holder-firefox .product-list2 select {
	font-size: 10px;
}
#body-wrapper .container .body-content #products-holder-firefox .product-list .cat-prod-price .quantity input {
	font-size: 10px;
}
#body-wrapper .container .body-content #products-holder-firefox .product-list2 .cat-prod-price .quantity input {
	font-size: 10px;
}



.cat-hotspot-1 {
	float: left;
}


.cat-hotspot-2 {
	width: 98%;
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
}

.cat-prod-image {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}

.prod-img-link img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.cat-prod-link {
	color: #B30800;
	text-decoration: none;
	text-align: left;
	margin-bottom: 10px;
	height: auto;
	font-size: 14px;
}


.product-link a:link {
	font-size: 15px;
	font-weight: bold;
	color: #B30800;
	text-decoration: none;
}

.product-link a:visited {
	font-size: 15px;
	font-weight: bold;
	color: #B30800;
	text-decoration: none;
}

.product-link a:hover {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.product-link a:active {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.cat-prod-image-and-title {
	height:auto;
	clear: both;
}
.cat-prod-description {
	text-align: left;
	height: auto;
	line-height: 110%;
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.cat-prod-price {
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	color: #272F6E;
	margin: 0px;
	padding-bottom: 7px;
	padding-top: 5px;
}

.cat-buy-now {
	text-align: left;
	line-height: 32px;
	width: auto;
	margin-left: 150px;
}

label {
	color: #000000;
}

.more-details {
	height: 15px;
	width:50px;
	border: 1px solid;
	border-color: #333333;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	background-color: #E5EBF2;
	display: block;
	font-size: 70%;
	text-align: center;
	white-space: nowrap;
	line-height: 13px;
	float:right;
}

a:hover .more-details {
	height: 15px;
	line-height: 13px;
	width:50px;
	text-align:center;
	border: 1px solid;
	border-color: #000;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	background-color: #fff;
	display: block;
	font-size: 70%;
	white-space: nowrap;
}




.quantity {
	font-weight: normal;
	color: #333333;
	font-size: 90%;
}

.quantity {
	font-weight: bold;
	color: #333333;
	font-size: 90%;
	display: block;
	margin-top: 9px;
}

.Gprice {
	padding-right: 4px;
}




/*--------------------------------------- product page styles start ---------------------------------------*/
.prod-hotspot-1 {
}

.prod-buy-now {
	margin-bottom: 4px;
}

.prod-image {
	float: right;
	margin-bottom: 15px;
	margin-right: 10px;
	margin-top: 4px;
	margin-left: 10px;
}

.prod-summary {
	margin-top: 15px;
	margin-bottom: 15px;
}

.prod-price {
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #272F6E;
	font-size: 120%;
}

.prod-description {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 13px;
}

.prod-hotspot-2 {
}

.prod-hotspot-3 {
	margin-top: 12px;
	margin-bottom: 12px;
}

.form-pos {
text-align:center;
}

.image-left {
	float:left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.image-right {
	float:right;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.prod-image-holder {
}
.prod-image2 {
	margin-bottom: 15px;
	margin-right: 20px;
	margin-top: 15px;
	margin-left: 20px;
	float: left;
}
.prod-image3 {
	margin-bottom: 15px;
	margin-right: 20px;
	margin-top: 15px;
	margin-left: 20px;
	float: left;
}


/*----------------------------  Back link at bottom of page styles ---------------------------------------------------*/
#back-top {
	top: 3px;
	right: 1px;
	z-index: 500;
	float: right;
}
#back-button {
	float: right;
	clear: both;
}
div.outer1 {
	float: left;
	width: 62px;
	height: 31px;
	background: url(../images/back-button.png) no-repeat 0 -31px;
	}
div.outer1 a {
	display: block;
	margin: 0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/back-button.png) no-repeat top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	}
div.outer1 a:visited {
	color: #ffffff;
	}
	
div.outer1 a:hover {
	background-image: url('none');
	text-decoration: none;
	color: #000;
	}
div.outer1 a:active {
	color: #000;
	}
	
div.outer1 span {
	display: block;
	text-align: right;
	margin-bottom: 0;
	padding-top: 8px;
	padding-right: 12px;
	padding-left: 1px;
	}
div.outer2 {
	float: left;
	width: 62px;
	height: 31px;
	background: url('../images/top-button.png') no-repeat 0 -31px;
	}
div.outer2 a {
	display: block;
	margin: 0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	color:white;
	text-decoration: none;
	background: url('../images/top-button.png') no-repeat top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	}
div.outer2 a:visited {
	color: #ffffff;
	}
	
div.outer2 a:hover {
	background-image: url('none');
	text-decoration: none;
	color: #000;
	}
div.outer2 a:active {
	color: #000;
	}
	
div.outer2 span {
	display: block;
	text-align: right;
	margin-bottom: 0;
	padding-top: 8px;
	padding-right: 14px;
	padding-left: 1px;
	}
/*-------------------------------CART-------------------------------------*/

.nopcart {
  padding: 5px;
}
input.nopbutton {
	color:#50518F;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

.nopheader{
  padding: 5px;
}

.nopentry {
  padding: 5px;
}

.noptotal {
  padding: 5px;
}

.cart-pos {
	padding: 5px;
}
form {
	margin: 0px;
	padding: 0px;
}


.voucher-checkout {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 8px;
}

/*-------------------------------FOOTER-------------------------------------*/
.footerline {
	bottom: 0px;
	padding-top: 20px;
	color: #333333;
	text-align: left;
	font-size: 10px;
	background-image: url(../images/footerbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	position: relative;
	height: 55px;
	width: 776px;
	margin-right: auto;
	margin-left: auto;
}

.txt-footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #F04A83;
	text-decoration: none;
	font-weight: normal;
}

.txt-footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #F04A83;
	text-decoration: none;
	font-weight: normal;
}

.txt-footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #F04A83;
	text-decoration: underline;
	font-weight: normal;
}

.txt-footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #F04A83;
	text-decoration: underline;
	font-weight: normal;
}
/*--------------------------------------- SF Crest horizontal ---------------------------------------------*/

#siteseal-horiz {
	height: 28px;
	width: 208px;
	margin-top: 0px;
	left: 5px;
	top: 30px;
	
}
div.sf1 {
	float: left;
	width: 115px;
	height: 28px;
	background: url(../images/sf-siteseal-horiz-left.png)  no-repeat top left;
	}
div.sf1 a {
	display: block;
	margin: 0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	color: #133054;
	text-decoration: none;
	background: url(../images/sf-siteseal-horiz-left.png) no-repeat 0 -28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 1.1;
	font-weight: normal;
	}
div.sf1 a:visited {
	font-size: 9px;
	line-height: 1.1;
	font-weight: normal;
	color: #133054;
	}
	
div.sf1 a:hover {
	background-image: url('none');
	text-decoration: none;
	color: #336699;
	font-size: 9px;
	line-height: 1.1;
	font-weight: normal;
	}
div.sf1 a:active {
	color: #133054;
	font-size: 9px;
	line-height: 1.1;
	font-weight: normal;
	}
	
div.sf1 span {
	display: block;
	text-align: left;
	margin-bottom: 0;
	padding-top: 4px;
	padding-left: 30px;
	}
div.sf2 {
	float: left;
	width: 93px;
	height: 28px;
	background: url('../images/sf-siteseal-horiz-right.png') no-repeat top left;
	}
div.sf2 a {
	display: block;
	margin: 0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	color:#91020C;
	text-decoration: none;
	background: url('../images/sf-siteseal-horiz-right.png') no-repeat 0 -28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 1;
	font-weight: normal;
	}
div.sf2 a:visited {
	color: #5C0109;
	font-size: 9px;
	line-height: 1;
	font-weight: normal;
	}
	
div.sf2 a:hover {
	background-image: url('none');
	text-decoration: none;
	color: #91020C;
	font-size: 9px;
	line-height: 1;
	font-weight: normal;
	}
div.sf2 a:active {
	color: #5C0109;
	font-size: 9px;
	line-height: 1;
	font-weight: normal;
	}
	
div.sf2 span {
	display: block;
	text-align: left;
	margin-bottom: 0;
	padding-top: 7px;
	padding-left: 11px;
	}



/*-------------------------------LEFT COL-------------------------------------*/

.left {
	float:left
}
.right {
	float:right
}





#left {
	float:left;
	width:223px;
	padding-right:31px;
}
#left .box {
	margin-bottom:4px;
}
#left .box .right {
	width:139px;
	background:#aca8c4 url(white-corner-1.gif) no-repeat bottom right;
	height:99px;
}
#left .box h3 {	
	background:#272f6f;
	font-size:12px;
	font-weight:normal;
	padding-left:10px;
	color:#fff;
	height:30px;
	line-height:30px;
	border-bottom:solid 2px #fff;
}
#left .box p {
	padding-left:10px;
	padding-top:4px;
}

#left .sponsor {
	padding-bottom:20px;
	padding-top:20px;
}
#left .sponsor h4 {
	font-size:12px;
	font-family:Helvetica, Arial, sans-serif;
	padding-bottom:20px;
}
#left .sponsor img {
	display:block;
	margin:0 auto;
	text-align:center;
}

#left .box-1 {
	background:#272f6f url(white-corner-1.gif) no-repeat bottom right;
	color:#fff;
	padding-left:10px;
	padding-top:7px;
}
#left .box-1 h3 {
	font-size:13px;
	color:#fff;
	padding-bottom:7px;
}
#left .box-1 ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#left .box-1 li {
	display:block;
	padding-bottom:5px;
}
#left .box-1 li a {
	text-decoration:none;
	color:#fff;
	font-size:12px;
}
#left .box-1 li a:hover {
	color:#A39368;
}
#left .box-1 img.img {
	display:block;
	padding-bottom:10px;
	padding-top:10px;
}








#navsub {
	PADDING-LEFT: 10px;
	MARGIN-BOTTOM: 3px;
	COLOR: #ffffff;
	background-image: url(../images/white-corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #272f6e;
}
#navsub .title {
	TEXT-ALIGN: left;
	PADDING-BOTTOM: 10px;
	LINE-HEIGHT: 32px;
	TEXT-TRANSFORM: none;
	MARGIN: 12px 10px 10px 0px;
	PADDING-LEFT: 0px;
	WIDTH: 100px;
	PADDING-RIGHT: 10px;
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	HEIGHT: 32px;
	COLOR: #fff;
	FONT-SIZE: 14px;
	TEXT-DECORATION: none;
	PADDING-TOP: 12px;
	font-weight: normal;
}
#navsub .title a {
	TEXT-ALIGN: left;
	LINE-HEIGHT: 32px;
	TEXT-TRANSFORM: none;
	WIDTH: 100px;
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	HEIGHT: 32px;
	COLOR: #fff;
	FONT-SIZE: 14px;
	TEXT-DECORATION: none;
	font-weight: normal;
}
#navsub .title a:hover {
	TEXT-ALIGN: left;
	LINE-HEIGHT: 32px;
	TEXT-TRANSFORM: none;
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	HEIGHT: 32px;
	COLOR: #fff;
	FONT-SIZE: 14px;
	TEXT-DECORATION: underline;
	font-weight: normal;
}
#navsub h2 {
	TEXT-ALIGN: left; LINE-HEIGHT: 32px; TEXT-TRANSFORM: none; FONT-FAMILY: Georgia, "Times New Roman", Times, serif; MARGIN-BOTTOM: 2px; HEIGHT: 32px; COLOR: #fff; FONT-SIZE: 14px
}
#navsub ul {
	PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px
}
#navsub li {
	LINE-HEIGHT: 18px; PADDING-RIGHT: 20px; DISPLAY: block
}
#navsub li a {
	COLOR: #ffffff;
	FONT-SIZE: 11px;
	TEXT-DECORATION: none;
	font-weight: normal;
}
#navsub li a:hover {
	TEXT-DECORATION: underline;
	font-weight: normal;
}
#navsub li a.active {
	COLOR: #a39368;
	font-weight: normal;
}


/*#navsub .list {
	
}
#navsub .list a {
	COLOR: #ffffff; FONT-SIZE: 11px; TEXT-DECORATION: none
}
#navsub .list A:hover {
	TEXT-DECORATION: underline
}
#navsub .list A.active {
	COLOR: #a39368
}
*/

#navsub img {
	PADDING-BOTTOM: 0px; MARGIN: 10px 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px
}

/*--------------------------------------------------------------------*/

.margins {
padding:10px;
}
.clearing {
clear:both;
}
.left-images-120 {
	width:130px;
	float: left;
}
#body-wrapper .body-content #products-holder-firefox #product-list .cat-prod-image img {
	padding-right: 10px;
	padding-bottom: 10px;
}
.body-content-info img {
	margin: 5px;
}
.footerline p {
}
/*---------------------------- Default Index Page ---------------------------------------------------*/


.index-text-box {
	background-color: #FFFFFF;
	margin-bottom: 12px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;

}

.index-text-box img {
	float:left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}


/*----------------------------  editor styles ---------------------------------------------------*/
.text-left {
	text-align:			left;
}
.text-right {
	text-align:			right;
	float: right;
}
.text-centre {
	text-align:			center;
}
.text-justify {
	text-align:			justify;
}
.text-colour1 {
	color:				red;
	font-weight: 		bold;
}
.text-colour2 {
	color:				green;
	font-weight: 		bold;
}
.text-colour3 {
	color:				#A52A2A;
	font-weight: 		bold;
}
.text-colour4 {
	color:				blue;
	font-weight: 		bold;
}
.text-colour5 {
	color:				#FF9900;
	font-weight: 		bold;
}
.text-colour6 {
	color:				#9900FF;
	font-weight:		bold;
}
.text-small {
	font-size:			80%;
}
.text-large {
	font-size:			120%;
}
.text-larger {
	font-size:			140%;
}
.image-left {
	float:left;
	margin-right: 		10px;
}
.image-right {
	float:right;
	margin-left: 		10px;
}
#body-wrapper .body-content #products-holder-firefox .product-list2 .cat-prod-image {
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}

/*-------------------------------subcat code ------------------------------------*/

.catsub-prod-holder {
	background-color: #fff;
	margin-left: 0px;
	margin-bottom: 5px;
	width: 100%;
	float: left;
}

.catsub-prod-holder h2 {
	float: left;
	width: 249px;
	font-size:11px;
	margin-top: 7px;
	margin-right: 9px;
	margin-bottom: 7px;
	margin-left: 0px;
}

.catsub-prod-holder h2 a {
	overflow: auto;
	display: block;
	width:100%;
	height:100%;
	color:#000;
	text-decoration: none;
	line-height: 1;
	background-color:#D5D9E5;
	}

div.catsub a {
	overflow: auto;
	display: block;
	width:100%;
	height:100%;
	color:#000;
	text-decoration: none;
	line-height: 1;
	background-color:#D5D9E5;
	}
	
div.catsub span {
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-size:11px;
	font-weight: normal;
	line-height: 116%;
	overflow: auto;
	display:block;
	}
	
.catsub-prod-holder h2 span {
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-size:11px;
	font-weight: normal;
	line-height: 116%;
	overflow: auto;
	display:block;
	}
	
div.catsub a:hover {
	background-color:#5F6570;
	color: #fff;
	text-decoration:none;
	}
	
.catsub-prod-holder h2 a:hover {
	background-color:#5F6570;
	color: #fff;
	text-decoration:none;
	}
	
	
div.catsub a:active {
	color: #fff;
	text-decoration:none;
	}
	
.catsub-prod-holder h2 a:active {
	color: #fff;
	text-decoration:none;
	}
	
div.catsub img {
	float: left;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	}
	
.catsub-prod-holder h2 img {
	float: left;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	}
	
.catsub a strong {
	text-align: center;
	margin:0;
	font-size:11px;
	font-weight:bold;
	top: 0px;
	width:100%;
	background-color:#D5D9E5;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	color:#000;
	background-image: url(../images/subcorners.png);
	background-repeat: no-repeat;
	background-position: right top;
	display:block;
}

.catsub-prod-holder h2 a strong {
	text-align: center;
	margin:0;
	font-size:11px;
	font-weight:bold;
	top: 0px;
	width:100%;
	background-color:#D5D9E5;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	color:#000;
	background-image: url(../images/subcorners.png);
	background-repeat: no-repeat;
	background-position: right top;
	display:block;
}

.catsub a:hover strong {
	background-color:#6F7580;
	width:100%;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	color:#fff;
	background-image: url(../images/subcorners.png);
	background-repeat: no-repeat;
	background-position: right top;
	display:block;
}

.catsub-prod-holder h2 a:hover strong {
	background-color:#5F6570;
	width:100%;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	color:#fff;
	background-image: url(../images/subcorners.png);
	background-repeat: no-repeat;
	background-position: right top;
	display:block;
}

.cat-prod-image img {
	border: 2px solid #D5D9E5;
}
.cat-prod-image a:hover img {
	border: 2px solid #0D3DBE;
}


/*-------------------------------Contact Form ------------------------------------*/


#fcf2 {
	font-family:arial;
	font-size:11px;
	background-color:#000;
	width: 400px;
	float: left;
	margin-left: 80px;
}
#fcf2 p {
	text-align:left;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 115px;
}
#fcf2 div.r {
	clear: both;
	padding-top: 5px;
	background-color:#000;
}
#fcf2 label {
	float: left;
	width: 110px;
	text-align: right;
	padding-top: 4px;
	color:#FFFFFF;
}
#fcf2 span.f {
	float: right;
	width: 285px;
	text-align: left;
}
#fcf2 div.sp {
	clear: both;
}
#fcf2 .req {
	font-weight:bold;
}
#fcf2 input, #fcf2 textarea {
	padding:2px;
}
.form-button {
	padding-left: 115px;
}
#fcf2 em {
	color: #AD0000;
}
.btn {
	color:#50518F;
	font-weight:bold;
}
/*----------------- Form error  --------------------*/

.rd {
	color:#F00;
	font-weight:bold;
}
/*----------------- Form message --------------------*/

.conf-message {
	color:#00DF48;
	font-weight:bold;
	text-align:center;
	clear:both;
}

.form-feedback {
	color:#F00;
	font-weight:bold;
	text-align:center;
	clear:both;
}
#body-wrapper .body-content #products-holder-firefox .product-list2 .add-button .cat-prod-price input {
	vertical-align: middle;
}
#body-wrapper .body-content #products-holder-firefox .product-list2 .add-button .cat-prod-price {
	vertical-align: middle;
	line-height: 24px;
}
#body-wrapper .body-content #products-holder-firefox .product-list2 .add-button .cat-prod-price .quantity input {
	margin-right: 4px;
}


/*----------------- left menu --------------------*/
/*.nav {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	font-size: 11px;
	color: #CCCCCC;
	padding: 5px 0px 0px;
	width: 198px;
	margin:0px;
	display:block;
}
.nav a:link {
	color: #CCCCCC;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 2px;
	width: 168px;
	background-image: url(../images/navbullet.gif);
	background-repeat: no-repeat;
	font-weight:normal;
	display:block;
	margin:0px;
	background-position: 0px 2px;
}

.nav a:visited {
	color: #CCCCCC;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 2px;
	width: 168px;
	background-image: url(../images/navbullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	font-weight:normal;
	display:block;
	margin:0px;
}
.nav a:hover {
	color: #FFFFFF;
	font-weight:normal;
	text-decoration: none;
	background-color: #5F6570;
	padding-right: 10px;
	padding-left: 20px;
	width: 168px;
	background-image: url(../images/navbullet_over.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin:0px;
}
.nav a:active {
	color: #FFFFFF;
	font-weight:normal;
	text-decoration: none;
	background-color: #5F6570;
	padding-right: 10px;
	padding-left: 20px;
	width: 168px;
	background-image: url(../images/navbullet_over.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin:0px;
}
.subnav {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	font-size: 11px;
	color: #CCCCCC;
	padding: 0px 0px 5px;
	width: 168px;
	font-weight:normal;
	margin:0px;
}

.subnav a:link {
	color: #FFFF00;
	text-decoration: none;
	padding-right: 9px;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 2px;
	width: 168px;
	background-image: url(../images/navbullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	font-weight:normal;
	margin:0px;
}
.subnav a:visited {
	color: #FFFF00;
	text-decoration: none;
	padding-right: 9px;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 2px;
	width: 168px;
	background-image: url(../images/navbullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	font-weight:normal;
	margin:0px;
}
.subnav a:hover{
	color: #CCCCCC;
	text-decoration: none;
	background-color: #5F6570;
	padding-right: 10px;
	padding-left: 20px;
	width: 168px;
	font-weight:normal;
	margin:0px;
	background-image: url(../images/navbullet_over.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
.subnav a:active {
	color: #CCCCCC;
	text-decoration: none;
	background-color: #5F6570;
	padding-right: 10px;
	padding-left: 20px;
	width: 168px;
	font-weight:normal;
	margin:0px;
	background-image: url(../images/navbullet_over.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

.navevent{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #5F6570;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 2px;
	width: 168px;
	background-image: url(../images/navbullet_over.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display:block;
}


#body-wrapper .leftcolumn .left-col-logos img {
	padding-bottom: 20px;
}
#body-wrapper .leftcolumn .left-col-logos {
	text-align: center;
}
*/#content {
	margin-bottom:20px;
	width:919px;
	clear: both;
	background-image: url(../images/bg-content-2col.gif);
	background-repeat: repeat-y;
	background-position: left top;
	overflow: auto;
	float: left;
}
#body-wrapper .banner-style a {
	text-transform: uppercase;
	text-align: center;
	display: block;
	height: 20px;
	width: 112px;
	float: left;
	font-size:10px;
	text-decoration:none;
}
.banner-style a:link {
color:#999999;
}
.banner-style a:visited {
color:#999999;
}
.banner-style a:hover {
color:#fff;
}
.banner-style a:active {
color:#fff;
}
.clear {
	clear: both;
}
#body-wrapper .container .leftcolumn .leftcol-line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #808080;
}
#body-wrapper .container {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
}







.right {
	text-align: center;
	float: left;
	width: 140px;
	height: 596px;
	display: inline;
	background-image: url(../images/sponsors.jpg);
	background-repeat: no-repeat;
	background-position: 7px 55px;
}

.rhc_element {
	width: 140px;
	text-align: center;
	margin-bottom: 5px;
}
.footerline .txt-footer {
	width: 550px;
	float: right;
	text-align: center;
	display: inline;
	font-size: 12px;
}
#body-wrapper .container .body-content .cat-intro-1 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 110%;
}
/*#body-wrapper .container .body-content #products-holder-firefox .product-list p {
	line-height: 100%;
}
#body-wrapper .container .body-content #products-holder-firefox .product-list .hidden-form {
	float: right;
}
*/
.right {
	float:right;
	width: 500px;
	text-align: right;
	height: auto;
	}
	


#footer {
	line-height: 32px;
	padding-left: 15px;
	height: 32px;
	background-color: #dedde9;
	white-space: nowrap;
	padding-right: 10px;
}
#body-wrapper #footer a {
	color: #282f6f;
	text-decoration: underline;
	font-weight: normal;
}
#body-wrapper #footer a:hover {
	text-decoration: none
}
.body-indexcontent h1 {
	font-size: 28px;
	font-weight: normal;
	padding-bottom: 10px;
	line-height: normal;
	margin: 0px;
	padding-top: 0px;
}
.body-content h1 {
	font-size: 28px;
	font-weight: normal;
	padding-bottom: 10px;
	line-height: normal;
	margin: 0px;
	padding-top: 0px;
}
.body-content-info h1 {
	font-size: 28px;
	font-weight: normal;
	padding-bottom: 10px;
	line-height: normal;
	margin: 0px;
	padding-top: 0px;
}
.red-strike {
	font-weight: bold;
	color: #C10000;
	display: block;
}

.leftcol-title {
	TEXT-ALIGN: left;
	PADDING: 0px;
	LINE-HEIGHT: 32px;
	TEXT-TRANSFORM: none;
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	HEIGHT: 32px;
	COLOR: #fff;
	FONT-SIZE: 14px;
	TEXT-DECORATION: none;
	font-weight: normal;
}
.body-content-info h2 {
	font-size: 16px;
}
.prod-hotspot-1 {
	float: left;
}
#body-wrapper #content .body-content-info .body-content-cart .checkout-message #products-holder-form a {
	color: #E90B8D;
}
#body-wrapper #content .body-content #products-holder-firefox .product-list select {
	font-size: 10px;
}
#body-wrapper #content .body-content #products-holder-firefox .product-list p {
	margin: 0px;
	padding: 0px;
}










.latest-prod {
	width:210px;
	background-color: #FFFFFF;
	float: left;
	height: 195px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 0px 40px;
	overflow:hidden;
	margin-right: 4px;
	display:inline;
	margin-top: 4px;
}


.latest-prod h2 {
	position: absolute;
	left: 0px;
	top: 0px;
	float: left;
	width: 210px;
	height: 195px;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	margin: 0;
	}
	
.latest-prod h2 a:link {
	display: block;
	width:210px;
	height:195px;
	overflow:hidden;
	text-decoration: none;
	background: url('../images/category-box-trans-roll.png') no-repeat 0 -195px;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	}
.latest-prod h2 a:visited {
	display: block;
	width:210px;
	height:195px;
	overflow:hidden;
	text-decoration: none;
	background: url('../images/category-box-trans-roll.png') no-repeat 0 -195px;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	}
.latest-prod h2 a:hover {
	display: block;
	width:210px;
	height:195px;
	overflow:hidden;
	text-decoration: none;
	background-color:transparent;
	background-image: url(../images/category-box-trans-roll.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	color: #000;
	text-align: center;
	}
.latest-prod h2 a:active {
	display: block;
	width:210px;
	height:195px;
	overflow:hidden;
	text-decoration: none;
	background-color:transparent;
	background-image: url(../images/category-box-trans-roll.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	color: #000;
	text-align: center;
	}


.body-indexcontent .index-prod-holder {
	background-color: #FFFFFF;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	width: 650px;
	padding-right: 0px;
	display: inline;

}
.latest-prod span {
	position: absolute;
	left: 150px;
	top: 157px;
}
#body-wrapper #content #left #navsub .basket {
	background-image: url(../images/basket2white.png);
	background-repeat: no-repeat;
	background-position: 85px 4px;
}
