html {
	

	height:100%;
	margin-bottom:1px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:11px; /*1.1em*/
	background:#0E0E0E;
	height:100%;
}

orderit img{
border: 1px solid #ccc;
}

.borderit:hover img{
border: 1px solid navy;
}

.borderit:hover{
color: red; /* irrelevant definition to overcome IE bug */
}


.vertalign1 {
	height: 160px;
	width: 230px;
	margin: 0 0 0 0px;
	top: 73px;
	left: 728px;
	position: absolute;
}
.vertalignT {
	height: 160px;
	width: 230px;
	margin: 0 0 0 0px;
	top: 233px;
	left: 728px;
	position: absolute;
}
.vertalign2 {
	height: 160px;
	width: 230px;
	margin: 0 0 0 0px;
	top: 393px;
	left: 728px;
	position: absolute;
}
.vertalign3 {
	height: 160px;
	width: 230px;
	margin: 0 0 0 0px;
	top: 553px;
	left: 728px;
	position: absolute;
}

.imgteaser {
	margin: 0;
	overflow: hidden;
	float: left;
	position: relative;
}
.imgteaser a {
	text-decoration: none;
	float: left;
}
.imgteaser a:hover {
	cursor: pointer;
}
.imgteaser a img {
	float: left;
	margin: 0;
	border: none;
	padding: 0px;
	background: #fff;
	border: 0px solid #ddd;
}
.imgteaser a .desc {
	display: none;
}
.imgteaser a:hover .desc {
	display: block;
	font-size: 10px;
	padding: 0px 0;
	background: #111;
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	color: #fff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 10px;
	margin: 0;
	width: 220px;
	border-top: 0px solid #999;
}
.imgteaser a:hover .desc strong {
	display: block;
	margin-bottom: 5px;
	font-size:12px;
}
h1{
	color:#CC3300;
	font-weight:bold;
}
h2, h3, h4, h5, h6 {
	color:#fff;
	font-weight:bold;
}
h2 {
	color:#000;
	font-size:13px; /*1.3em*/
	margin:0 0 1em 0;
	text-transform:uppercase;
}
*h2 {
	font-weight:bold;
}
h3 {
	margin-bottom:1.0em;
}
h5 {
	margin:0;
}
p {
	margin:0 0 20px 0;
}
p.upperCase {
	font-size:10px;/*.91*/
}
a, a:visited {
	font-size:11px;/*1.0*/
	color:#CC3300;
	text-decoration:none;
}
a:hover {
	color:#CC0000;
}
a:active, a:focus {
	color:#CC0099;
	outline:0;
}
select {
	font-size:10px;/*.91*/
	color:#999;
}
hr {
	background:#DBDBDB;
	color:#DBDBDB;
	border:0;
	height:1px;
}
.hide {
	display:none;
}
.show {
	display:inline;
}
.showBlock {
	display:block;
}
.printHeader {
	display:none;
}
.clear {
	clear:both;
}
.highLight {
	color:#FFF;
}
.upperCase {
	text-transform:uppercase;
}
.lowerCase {
	text-transform:lowercase;
}
.capitalize {
	text-transform:capitalize;
}
.wineText {
	color:#600;
}
.noBorder {
	border:0;
}
div#leftNavCont {
	overflow:hidden;
}
div#leftNavCont a {
	color:#4C4C4C;
	font-size:10px;/*.91*/
	text-decoration:none;
	text-transform:uppercase;
}
div#leftNavCont a:hover {
	text-decoration:underline;
}
div#leftNavCont a.selectedNav, div#leftNavCont a.ui-state-active {
	color:#000;
	text-decoration:underline;
}
div#leftNavCont ul li {
	margin:.5em 0 0 0;
}
ul#leftNavLevel0 {
	margin:36px 0 35px 20px;
}
ul#leftNavLevel1 {
	margin:36px 0 35px 20px;
}
*html ul#leftNavLevel0 {
	display:inline;
}
*html ul#leftNavLevel1 {
	display:inline;
}
ul#leftNavLevel1 li, ul.openCloseList {
	padding:0;
}
ul#leftNavLevel1 li {
	width:200px;
}
ul.leftNavLevel2 {
	padding-left:18px;
	display:none;
}
ul#leftNavLevel1 li.selectedNav ul.leftNavLevel2 {
	display:block;
}
ul#leftNavLevel1 ul.leftNavLevel2 li {
	display:block;
	width:160px;
}
li.collapsible {
	cursor:pointer;
	color:#161719;
	text-transform:uppercase;
}
ul.openCloseList {
	display:block;
}
.withScript ul.openCloseList {
	display:none;
	padding-left:18px;
}
div#leftNavCont {
	float:left;
	width:226px;
	background:#E4DCD0;
	min-height:592px;
	overflow:hidden;
}
body.basiclayout div#leftNavCont {
	display:none;
}
input.plainBtn {
	background-color:#FFF;
	border:0;
	text-transform:uppercase;
	font-size:10px;/*.91*/
	cursor:pointer;
	color:#666;
}
a.btn, input.btn {
	text-transform:uppercase;
	text-align:center;
	background:#161719;
	color:#FFF;
	font-size:10px;/*.91*/
	font-family:Arial, Helvetica, sans-serif;
	border:0;
	margin:2px;
	white-space:nowrap;
	position:relative;
}
a.btn {
	text-decoration:none;
	padding:3px 8px 3px 8px;
}
a.btn:hover, a.btn:visited, a.btn:active {
	color:#FFF;
}
input.btn {
	width:auto;
	overflow:visible;
	padding:2px 8px 2px 8px;
	cursor:pointer;
}
div.wrapBtn {
	cursor:pointer;
}
* html input.btn {
	padding:2px 8px 0 8px;
}
* html a.btn {
	padding:2px 8px 2px 8px;
}
@media screen and(-webkit-min-device-pixel-ration:0) {
head~body input.btn {
margin:0;
padding:3px 8px;
}
}
body:first-of-type input.btn {
	padding:3px 8px 3px 8px;
}
textarea, input, select, checkbox {
	border:solid 1px #DBDBDB;
}
input.radioButton {
	margin-right:3px;
}
#skipLinks ul, #skipLinks li {
	padding:0;
	margin:0;
	list-style:none;
}
#skipLinks li {
	display:inline;
}
#skipLinks a:link, #skipLinks a:visited {
	float:left;
	overflow:hidden;
	width:0;
	height:0;
	z-index:1002;
}
#skipLinks a:active, #skipLinks a:focus {
	position:absolute;
	overflow:visible;
	width:auto;
	height:auto;
	border:none;
	margin:0;
	padding:5px;
	z-index:10000;
	background-color:#CCBBA8;
	left:720px;
	color:#7C6B59;
}
form legend {
	margin-bottom:10px;
	color:#676767;
}
* html legend {
	margin-left:-8px;
	padding-left:2px;
}
form div.formElement, div.formElementFr, div.formElementDe, .formElementIt {
	margin-bottom:8px;
}
form div#optIn {
	width:100%;
}
form div.formElement label {
	width:120px;
	float:left;
}
form div.formElement input.numerical {
	width:30px;
}
form fieldset.subFormSection {
	margin:20px 0;
}
form em.error {
	background:url("../images/msc_FormValidator_Error.gif") no-repeat;
	padding:1px 0 3px 18px;
	margin-left:5px;
	color:#F00;
	height:14px;
}
form em.incomplete {
	background:url("../images/msc_FormValidator_UnChecked.gif") no-repeat;
	padding:1px 0 3px 18px;
	margin-left:5px;
	height:14px;
}
form em.success {
	background:url("../images/msc_FormValidator_Checked.gif") no-repeat;
	padding:1px 0 3px 18px;
	margin-left:5px;
	height:14px;
}
form#changeRegion label {
	margin-right:.5em;
	text-transform:uppercase;
	font-size:10px;/*.91*/
}
form#changeRegion select {
	color:#000; /*changed*/
	height:18px;
}
input, select {
	color:#000; /*changed*/
	padding-left:1px;
	font-family:Arial, Helvetica, sans-serif;
}
form#loginForm {
	float:left;
	width:40%;
}
form#registerForm {
	float:left;
	width:40%;
	margin-left:50px;
}
div#emailMarketingContainer input {
	margin-right:5px;
}
div#emailMarketingContainer {
	margin-bottom:10px;
}
form input.error {
	border:solid 2px #7B0207;
}
div#errorMessages {
	margin:10px 0;
}
input#findAdd {
	background-color:#FFF;
	border:0;
	margin-left:10px;
}
input#searchPostcode, input#searchPostcode_2 {
	width:60px;
}
.extraHigh {
	height:25px;
}
div#headerCont {
	float:left;
	width:959px;
	margin-top:25px;
	position:relative;
	z-index:3;
}
div#companyLogoCont {
	width:226px;
	float:left;
	
}
p#companyLogo {
	margin-bottom:0;
}
p#companyLogo img {
	width:226px;
	height:41px;
	padding:1px 1px 1px 1px;
	border: 0px solid #999999;
	border-color:#999999;

}


div#companyLogoIndCont {
	min-height:450px;
	left:50px;
	height:100%;
	width:926px;
	float:left;
	position:relative;
	border:solid 0 #FF0000;
}
p#companyLogoInd {
	margin-bottom:0;
	position:fixed;
	vertical-align:middle;
	text-align:right;
	height:auto;
	border:solid 0 #00FF00;
	top:40%;
	left:40%;
}
p#companyLogoInd img {
	width:400px;
	height:80px;
	
}


div#headerContentCont {
	position:relative;
	float:right;
	height:64px;
	width:733px;
}
div#headerLinks {
	position:absolute;
	right:0;
	bottom:8px;
	float:right;
	width:733px;
}
div#headerLinks fieldset {
	float:right;
}
div#headerLinks #prodSearch #keywords {
	width:118px;
	height:14px;
	padding-left:5px;
	border:1px solid #B3B3B3;
	font-size:10px;/*.91*/
	text-transform:uppercase;
}
input#headerSearchSubmit, input#footerChangeRegionSubmit {
	background-color:#FFF;
	border:0;
	font-size:10px;/*.91*/
	text-transform:uppercase;
	color:#000;
	cursor:pointer;
}
div#headerLinks ul {
	float:right;
	margin-right:3em;
}
div#headerLinks ul li, div#footerLinks ul li {
	display:inline;
	text-transform:uppercase;
	margin-left:.9em;
}
div#headerLinks ul li a, div#footerLinks ul li a {
	color:#000;
	font-size:10px;/*.91*/
}
div#footerCont {
	clear:left;
	padding:9px 0 0 0;
	width:959px;
	z-index:1;
	height:64px;
}
div#footerLinks ul {
	float:right;
}
div#footerLinks a#regionSelector {
	text-transform:uppercase;
	float:left;
	font-size:10px;/*.91*/
	margin-top:1px;
	color:#000;
}
ul#mainNavLevel1 {
	float:left;
	width:936px;
	height:31px;
	background:url('../images/bg_topnav.jpg') repeat-x;
	margin-bottom:1px;
	padding:0 10px 0 16px;
}
ul#mainNavLevel1 li {
	float:right;
	display:inline;
	padding:9px 5px;
}
ul#mainNavLevel1 li a {
	text-transform:uppercase;
	color:#4c4c4c;
}
ul#mainNavLevel1 li a.selectedNav {
	text-decoration:underline;
	color:#000;
}
ul#mainNavLevel1 li a:hover {
	text-decoration:underline;
}
ul.mainNavLevel2, ul.mainNavLevel3 {
	display:none;
}
div#pageCont, div#miniBasketContainer {
	width:959px;
	margin:0 auto;
	z-index:0;
	background-color:#fff;
}
body.productdetailslayout div#pageCont {
	position:relative;
}
div#midSection {
	width:959px;
	background:url(../images/navBg.gif) repeat-y #FFF;
	float:left;
}
div#mainCont {
	float:left;
	width:733px;
	z-index:2;
	background:#0E0E0E;
	min-height:592px;
}
*html div#mainCont {
	height:592px;
}
body.basiclayout div#mainCont {
	width:959px;
}
div.mainContentCont {
	float:left;
	padding:36px 25px 20px 25px;
	position:relative;
	width:683px;
	min-height:552px;
	height:auto!important;
	height:552px;
}
div.mainContentCont h2 {
	margin-bottom:20px;
}
div.mainContentCont input.btn {
	margin:10px 0 20px 0;
}
div#errorContentCont {
	float:left;
	width:959px;
	position:relative;
	z-index:2;
	background:#CCBBA9;
	min-height:592px;
}
* html div#errorContentCont {
	height:592px;
}

div#contentCont {
	background:#FFF;
	padding:0 0 25px 0;
}
div#contentContFlash {
	background:#FFF;
}
div#flashContentCont {
	background:#FFF;
}
div#leftNavCont {
	width:113px;
	background:#fff;
}
div#midSection {
	background:#fff;
}
div#midSection {
	border:solid #E4DCD0;
	border-width:0 1px 1px 1px;
}
body {
	color:#000; /*changed*/
	background: #010101 url("../images/bg_main.jpg") repeat-x scroll left top;
}

div#headerContentCont {
	width:725px;
}
div#headerLinks {
	width:725px;
	top:32px;
}
div#headerLinks input#keywords, div#headerLinks ul {
	padding-top:5px;
}
div#headerLinks ul li a, div#footerLinks ul li a {
	color:#fff;
}
input#headerSearchSubmit, input#footerChangeRegionSubmit {
	background:none;
	color:#fff;
}
ul#mainNavLevel1 {
	height:28px;
	background:url('../images/bg_topnav.jpg') repeat-x;
	margin-bottom:0px;
	padding:0 9px 0 16px;
}
ul#mainNavLevel1 li {
	padding:6px 5px;
}
ul#mainNavLevel1 li a {
	color:#dddddd;
}
ul#mainNavLevel1 li a.selectedNav {
	color:#ffffff;
	text-decoration:underline;
}
div#midSection {
	border-style:none;
}
div#footerLinks a#regionSelector {
	color:#fff;
}


div#infoContainerColumnInfo{
background-color:#FFFFFF;
padding:10px 10px 10px 10px;
 width:500px;
 border:0px ridge #FFFFFF;
	filter:alpha(opacity=70);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
