/* ----------------------------------------
			WTUK GLOBAL STYLES
---------------------------------------- */

html, body {
	/*background: #f4f0ea;*/
	color: #666;
	font-size: 12px; /* reduce default to font size = 10px */
	font-family: Georgia, Tahoma, Verdana, sans-serif;
	line-height: 1.5em;
	margin: 0;
	padding: 0; 
	text-align: left;
}

a { color: #666; text-decoration: none; }
a:hover { color: #333; text-decoration: underline; }	/* mouse over link */
a:active { color: #333; }	/* selected link */
a img { border: none; text-decoration: none; }

p { margin-bottom: 8px; }
b, strong { font-weight: bold; }
i, em { font-style: italic }
acronym, abbr { border-bottom: 1px dashed #999; cursor:help; }

ol, ul { list-style: none; }
h1, h2, h3, h4, h5, h6 { color: #666; line-height: 1.2em; margin-bottom: 0.5em; }
h1 { font-size: 2.0em; } /* displayed at 20px */
h2 { font-size: 1.8em; } /* displayed at 18px */
h3, h3 a, h3 a:link
{
	font-size: 22px;
	color: #6C8A9F;
	font-weight: normal;
} /* displayed at 16px */

h4 { font-size: 15px; } 
h5 { font-size: 14px; } /* displayed at 12px */
h6 { font-size: 10px; } /* displayed at 10px */

h2 abbr
{
    font-size: 50%;
    color: #bc9b6a;
}

#header, #content, #footer  
{
	font-size: 14px;
} 
input, select, th, td { font-size: 1.1em } /* for IE */
#checkout td { font-size: 1.0em; }

.brown { color: #bc9b6a; }
.grey { color: #c4c5c0; }
.red { color: #f00; }

.text-left { text-align: left; }
.center { text-align: center; }
.text-right { text-align: right; }

/* specifically for an IE6 bug that repeats the last few words of the last utility box */
.invisible { display: none; }

/* not used
a.external {
	background: url('/structure/external.png') center right no-repeat;
	padding-right: 16px;
}*/

hr
{
    margin: 10px 0px;
}

/******************************
	HIDE NON WTUK STUFF
******************************/

.featurebox {
/*	display: none;*/
}


/* ----------------------------------------
			HEADER STYLES
---------------------------------------- */

#header {
	height: 168px; 
	padding: 0;
	text-align: left;
	margin-top: 4px;
	width: 996px;
	margin-left: auto;
	margin-right: auto;
}

/***** Header Left Column *****/

#header .leftcol { 
	margin: 6px 0 0 0;

     
	display: inline-block;
	text-align: center;
}
/***** Header Right Column *****/

#header .rightcol 
{
	text-align: right;
	float: right;
	margin: 10px 0px;
}

#header .rightcol>span
{
	margin: 5px;
}

#header .rightcol span.middle
{
	border-left: 1px dashed #808080;
	border-right: 1px dashed #808080;
	padding: 0px 5px;
	margin: 0px 5px;
}

#header .rightcol span img
{
	vertical-align: middle;
}

#header .rightcol #mybasket
{
	background-image: url(/structure/wtuk/basketback.png);
	display: block;

     
	display: inline-block;
    width: 201px;
    height: 20px;
    line-height: 20px;	
	font-weight: bold;
	font-size: 80%;
	padding: 7px 0px;
	text-align: center;
	vertical-align: middle;
}

#header .rightcol #mybasket img
{
    vertical-align: middle;
}

#header .rightcol #mybasket #basketqty
{
	background-image: url(/structure/wtuk/count.png);
	display: block;

     
	display: inline-block;
	width: 31px;
	height: 16px;
	padding: 0px 0px 4px;
	text-align: center;
	color: White;
	line-height: 16px;
}

#header #menu
{
	clear: both;
	background-image: url(/structure/wtuk/menu.png);
	padding: 5px 15px;
	width: 966px;
	height: 32px;
	line-height: 32px;
	position: relative;
	left: 0;
}

#header #menu ul
{
    line-height: normal;
}

#header #menu a
{
	margin: 0px 6px;
/*	line-height: 1.5em; */
}

#header #menu a img
{
    vertical-align: middle;
}


#header #menu #search
{
	vertical-align: top;
	height: 26px;
	line-height: normal;
	width: 246px;
	position: absolute;
	top: 8px;
	right: 5px;
	z-index: 50;
}

#header #menu #search input.searchbox
{
	border: 0;
	padding: 1px 1px 1px 25px;
	background-image: url(/structure/wtuk/magnifyingglass2.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-style: italic;
	font-size: 80%;
	color: #808080;
	height: 24px;
	line-height: 24px;
	width: 150px;
	position: absolute;
	top: 0;
	left: 0;
}

#header #menu #search input.submit
{
	position: absolute;
	top: 0;
	right: 0;
	background-color: #7997AC;
	color: White;
	border: 0;
	font-size: 75%;
	padding: 0;
	vertical-align: middle;
}

#header #contact
{
    margin-bottom: 15px;
}

#header #tel
{
    margin-bottom: 0.1em;
}

/* ----------------------------------------
			CONTENT STYLES
---------------------------------------- */

h1.hideh1 {
	height: 0;
	text-indent: -9000px;
}


#content, .content-inner {
	text-align: left;
	width: 996px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: 0;
}

/***** Content Left Column *****/

#content .leftcol ul {
	margin-left: 12px;
	list-style-image: url(/structure/wtuk/list-doublearrow.png);
}

#content .leftcol ul ul {
	margin-left: 18px;
}

#content .leftcol li {
	color: #333;
	line-height: 1.5em;
	margin: 4px 0;
	border-bottom: 1px solid #E9E8E8;
}

#content .leftcol li a:hover 
{
	color: #E9BD6A;
}

/* credit cards */
div#cards {
	margin: 100px 0 0 30px;
}

div#cards p {
	border-bottom: 1px solid #cdcfce;
	color: #bc9b6a;
	padding-left: 12px;
}

div#cards img {
	margin: 4px 0 4px 12px;
}

.leftcol .leftcats div
{
	border-bottom: #e9e8e8 1px dashed;
	color: #333;
	line-height: 1.5em;
	margin: 4px 0px;
	padding: 3px 0px;
}

/***** Content Mid Column *****/

/***** Front Page *****/

/***** Slider Styles *****/

#slider
{
	display: inline-block;
	*zoom:0;*display:inline;
	float: left;
	overflow: hidden;
	width: 765px;
	height: 294px;
}
#slider_inner {
	width: 760px;
	margin: 0 auto;
}

.slides1_wrap {
	border: 1px solid #606060;
	position: relative;
	padding: 0;
	width:760px;
}

#slides1 li {
	position: relative;
	list-style: none;
	position: relative;
	left: 0px;
}

#slides1 li img {
	float: left;
	height: 292px;
	width: 760px;
}

#slides1 li a {
	text-decoration: none;
}

#slides1 li a span {
	position: absolute;
	right: 0px;
	top: 200px;
	background-color: #aaaaaa;
	color: White;
	padding: 3px;
	font-weight: bold;
}

.bx_pager {
	position: absolute;
	bottom: 8px;
	right: 2px;
}

.bx_pager a {
	float: left;
	background: url(/structure/wtuk/bg_pager.png) no-repeat 0 -21px;
	width: 14px;
	height: 17px;
	color: #ccc;
	font-size: 11px;
	margin-right: 6px;
	padding: 4px 0 0 7px;
}

.bx_pager a:hover, .bx_pager a.active {
	background-position: 0 0;
	color: #fff;
	text-decoration: none;
}

/***** Slider Styles End *****/

/* front page thirds boxes */
#content div.thirds>div {
	background: #fff;
	float: left;
	padding: 6px 15px;
	position: relative;
	width: 300px;
	color: #808080;
	height: 200px;
}

#content div.thirds img
{
	float: left;
}

#content div.thirds div h3 {
	margin: 6px 0px;
	padding: 0;
	clear: none;
}

#content div.thirds div.thirdmid 
{
/*	background-image: url(/structure/wtuk/speechmarks.png); */
	background-repeat: no-repeat;
	border-left: 1px dashed #808080;
	border-right: 1px dashed #808080;
}

#content div.thirds div.thirdmid div
{
    margin: 5px 0px;
}

#content div.thirds div.thirdmid textarea, #content div.thirds div.thirdmid input[type='text']
{
    width: 98%;
    font-style: italic;
}



#content div.thirds div.cite
{
	font-style: italic;
	color: #6C8A9F;
	text-align: right;
}

#content div.thirds div div
{
	margin-bottom: 25px;
}

/* front page thirds boxes end */

/* front page halves boxes */

#content div.halves p {
	float: left;
	width: 258px;
}

#content div.halves p.halfleft {
	padding-right: 10px;
}

#content div.halves p.halfright {
	padding-left: 10px;
}

/* front page halves boxes end */


/***** Product Template *****/

div.productpage {
/*	background: #ff0; */
    padding: 10px 0px 0px 10px;
}

div.productpage h1 {
	margin-bottom: 16px;
}

div.productpage div.productimagebox 
{
/*	background: #cc0; */
	float: left;
	margin: 0 16px 16px 0;
	width: 302px;
}
div.productpage div.productimagebox div.enlarge
{
    text-align: center;
    margin-bottom: 0.2em;
    font-size: 75%;
}


/* div#divIndividualProduct div.productimagebox { height: 400px; } */

/*	Shift product details to the right 
	to prevent wrapping underneath product image	*/
div.productpage .productdetails, div.productpage .search {
	margin-left: 310px;
}

div.productpage .productdetails ul
{
    list-style-type: disc;
    margin-left: 20px;
}

/* other views*/

div.productpage div.productviews {
	border: 1px dotted #c4c5c0;
	padding: 2px 10px 10px 10px;
}

div.productpage div.productviews img {
	border: 1px solid #c4c5c0;
	height: 60px;
	margin: 3px;
	padding: 0;
	width: 60px;
}

div.productpage div.productviews h6 {
	margin-left: 2px;
	text-transform: uppercase;
}


div.productpage div img.product {
	border: 1px solid #CCC;
	height: 300px;
	width: 300px;
}

/* Click to enlarge text & bg image */
div.productpage div.productimagebox p {
	background: url('/structure/enlarge.png') center left no-repeat;
	height: 18px;
	margin: 4px 0 4px 4px;
	padding-left: 20px;
}

div.productpage div.productimagebox iframe
{
    margin: 4px 0px;
}

div.productpage .prodprice 
{
	color: #bc9b6a;
	font-size: 16px;
	font-weight: normal;
}

div.productpage .productcode
{
	background-image: url(/structure/wtuk/codeback.png);
	background-repeat: no-repeat;
	display: block;
	/* width: 454px; */
	/* height: 16px; */
	padding: 3px 8px 5px 8px;
	margin: 15px 0px;
	text-align: right;
	font-weight: normal;
}
div.productpage .productcode .avail
{
	float: left;
}

div.productpage div.search p 
{
	background-image: url(/structure/wtuk/codeback.png);
	padding: 6px;
	margin: 15px 0px;
	font-weight: normal;
	line-height: 13px;
}
div.productpage div.search a
{
    margin: 5px 10px;

     
    display: inline-block;
}
div.productpage #pnlBuyItem
{
	border-top: 1px dashed black;
	border-bottom: 1px dashed black;
	padding: 5px 0px;
	margin: 10px 10px 10px 310px;
}
div.productpage #pnlBuyItem p
{
    margin: 0;
    line-height: 30px;
}

div.productpage #pnlBuyItem input[type='text']
{
	/* background-color: #e5e5e5; */
	text-align: center;
}
div.productpage #pnlBuyItem input[type='image']
{
/*	vertical-align: middle; */
	float: right;
}

/* Complete Product Range Table */

.cp-range {
	border: none;
	width: 100%;
}

/* header cells */
.cp-range tr.header {
	background-color: #FFFFFF;
}

.cp-range th {
	border-top: 1px solid #cdcfce;
	border-bottom: 1px solid #cdcfce;
	padding: 4px;
	text-align: center;
}

.cp-range th.cp-name {
	text-align: left;
	width: 40%;
}

.cp-name { width: 40%; }

/* table cells */
.cp-range tbody tr.row1 td {
	border-top: 1px solid #d6d9db;
}

.cp-range tbody tr.row1:first-child td {
	border-top: none;
}

.cp-range td {
	padding: 8px;
	text-align: center;
}

.cp-range td.cp-img img.cp-product {
	border: 1px solid #CCC;
	height: 50px;
	width: 50px;
}

.cp-range td.cp-img img {
	height: 50px;
	width: 50px;
}

.cp-range td.cp-name, 
.cp-range td.cp-code {
	text-align: left;
}

.cp-range td.cp-name {
	font-weight: bold;
}

.cp-range td.cp-last {
	border-right: none;
}

.cp-range td input {
	border: 0px;
	background-image: url(/structure/wtuk/qty.png);
	padding: 2px 4px;
	text-align: center;
	width: 40px;
	height: 27px;
	line-height: 27px;
	font-family: inherit;
}

.cp-range td.LinkButton2 .buybutton {
	padding: 3px 4px;
	width: auto;
	height: auto;
	background: none;
}

/* Recommend a Product */

.recommended div {
	float: left;
	margin-right: 10px;
	width: 172px;
}

.recommended div img {
	border: 1px solid #ccc;
	margin-top: 3em;
	width: 170px;
}

/***** Content Right Column *****/

/* Utility Boxes */
#content .leftcol div.rcboxes {
	background: #fff;
	margin-bottom: 4px;
	height: 64px;
	width: 200px;
}

#content .leftcol div.rcboxes img {
	border: none;
	float: left;
	margin-right: 4px;
	height: 64px;
	width: 64px;
}

#content .rightcol div.rcboxes a {
	text-decoration: none;
}

#content .leftcol div.rcboxes a:hover {
	text-decoration: underline;
}

#content .leftcol div.rcboxes h6, #content .rightcol div.rcboxes p {
	padding: 4px 4px 0 0;
}

/* Bestseller & Featuredproduct Boxes */
#content .leftcol div.bestseller, #content .rightcol div.featuredproduct {
	background-color: #fafbf7;
	border: 1px solid #c4c5c0;
	margin: 8px 0;
	padding: 6px 24px 35px 24px;
	height: 150px;
	width: 150px;
}

#content .leftcol div.featuredproduct {
	border-top: none;
	margin: -8px 0;
}

#content .leftcol div.bestseller h6, #content .rightcol div.featuredproduct h6 {
	margin-bottom: 5px;
}

#content .leftcol div.bestseller img, #content .rightcol div.featuredproduct img {
	border: 1px solid #c4c5c0;
	margin: 0;
	padding: 0;
	height: 150px;
	width: 150px;
}

#content .leftcol div.quality
{
	text-align: center;
}

#content .leftcol h4 
{
	font-weight: normal;
}

#content .leftcol h4 img
{
	vertical-align: middle;
}

div.alsolike
{
    border-width: 0px;
}

/* Recently Viewed Box */

#content div.recentlyviewed {
	height: 160px;
	margin: 20px 0px 10px 0px;
	padding: 6px 19px 32px 19px;
	width: 160px;
}

/* total width of images:
	margin * 2 (4*2=8), border * 2 (1*2=2), padding (0), img size (70)
	total = 8 + 2 + 0 + 70 = 80 each */
#content div.recentlyviewed img {
	border: 1px solid #c4c5c0;
	float: left;
	height: 70px;
	margin: 4px;
	padding: 0;	
	width: 70px;
}

/* align heading with boxes 4 padding + 1 border = 5 */
#content div.recentlyviewed h6 {
	margin-left: 4px;
	text-transform: uppercase;
}

/********** Basket Page **********/

.basket {
	border: none;
	width: 100%;
}

/* reduce width and inset Order History table */
.orderhistory {
	margin-left: 40px;
	width: 50%;
}

/* header cells */
.basket tr.header {
	background-color: #F0F0F0;
	color: #99AFBE;
}

.basket th {
	border-top: 1px solid #cdcfce;
	border-bottom: 1px solid #cdcfce;
	padding: 4px;
	font-weight: normal;
}

.basket th.b-name {
	text-align: left;
}

/* table cells */
.basket td {
	/* border-right: 1px solid #d6d9db; */
	border-bottom: 1px dashed #E5E5E5;
	padding: 8px;
}

.basket td.b-img {
	border-right: none;
}

.basket td.b-img img {
	height: 50px;
	width: 50px;
}

.basket td.b-name span {
	color: red;
}

.basket td.p-name img {
	height: 10px;
	width: 14px;
}

.basket td.b-code {
	text-align: center;
	width: 5em;
}

.basket td.b-quantity {
	text-align: center;
}

.basket td.b-price {
	text-align: right;
}

.basket td.b-last {
	border-right: none;
	text-align: right;
}

.basket td input {
	border: 1px solid #d6d9db;
	padding: 2px 4px;
	text-align: center;
	width: 2em;
}


div#basket-totals {
	background-image: url(/structure/wtuk/totals.png);
	color: White;
	float: right;
	margin: 1em 0;
	text-align: right;
	width: 232px;
	padding: 5px;
	height: 101px;
}

div#basket-totals span {

     
	display: inline-block;
	margin: 0;
	padding: 4px 0;
	text-align: right;
	width: 65px;
}

div#basket-totals span.totalchk {

}

div#basket-totals span.name {
	width: 155px;
}

div#basket-totals span.shipping {
	padding: 2px 0;
}

div#basket-totals span.shipping select {
	width: 130px;
}

div#basket-totals span.name select {

     
	display: inline-block;
}

div#paymentsecurity
{
    float: right;
    margin: 10px 130px;
}

div#deliverydiv {
	margin: 1em 0 0 0;
	width: 200px;
}

div#deliverydiv p {
	margin: 1em 0;
}

/* cart & checkout buttons */
a.buttons {
	background: #FFF url(/structure/wtuk/modify.png);

     
	display: inline-block;
	width: 185px;
	height: 33px;
	text-align: center;
	line-height: 33px;
	text-transform: uppercase;
	margin: 4px 0px 4px 4px;
}

a.buttons.small
{
    font-size: 0.8em;
}

a.buttons.back
{
	background: #FFF url(/structure/wtuk/back.png);
	width: 60px;
}

/* bottom nav links (search & browse pages) */
div.multipagenav {
	clear: both;
	height: 2em;
	margin: 1em 0 0 0;
	padding: 0.25em;
	text-align: right;

     
	display: inline-block;
	width: 95%;
}

div.multipagenav .searchwithin 
{
    background-color: #eeeeee;
}
div.multipagenav .searchwithin input {
    vertical-align: middle;
    font-style: italic;
    font-size: 80%;
    padding: 3px;
    color: #808080;
}

/* allow enough room for bg image */
div.multipagenav>span {
	padding: 0.5em;
	margin: 0 0.5em;
}

/* place bg white arrow below current page */
div.multipagenav .currentpage {
	/*background: transparent url('/structure/uparrow.png') top center no-repeat;*/
	font-weight: bold;
	padding-bottom: 8px;
}


/* addresses */
div.address {

     
	display: inline-block;
	margin: 1em 0;
	padding: 0 8px;
	width: 250px;
}

div.address h6 {
	border-top: 1px solid #cdcfce;
	border-bottom: 1px solid #cdcfce;
	color: #666;
	padding: 0.25em 0;
	text-transform: uppercase;
}

div.address address {
	font-style: normal;
	margin-top: 0.5em;
}


/* Sage Pay notice */
#sagepay {
	border-top: 2px solid #FFF;
	padding: 1em 0;
}

#sagepay a.buttons {
	padding: 4px 32px;
	text-align: center;
	text-transform: uppercase;
}


/* right col info box */
#content .rightcol div.basket-info {
	background: #FFF;
	border: 1px solid #d6d9db;
	padding: 1em;
}


/* Checkout Nav Buttons take a.buttons styling
div.wizardNavContent a {}*/

div.addresses {
	float: left;
	margin-bottom: 1em;
	width: 32%;
	height: 160px;
	position: relative;
	left: 0;
}

div.addresses a.buttons {
    position: absolute;
    bottom: 0;
    left: 0;
}

/* GeoTrust */
div#geotrust {
	float: right;
}

#checkout
{
/*	width: 100%; */
	padding: 0;
}

#container-header
{
	position: relative;
	height: 100px;
	background-color: #F0F0F0;
	overflow: hidden;
	margin-bottom: 10px;
}

#container-header *
{
	padding: 0px 10px;
}

#container-header div.breadcrumb span, #container-header div.breadcrumb a
{
    font-size: 12px;
    padding: 0;
}

#container-header h2
{
	padding-top: 5px;
	color: #808080;
	font-weight: normal;
}

#DivProgress
{
	padding: 5px 0px 20px 0px;
	background-color: #628096;
	height: 28px;
	position: absolute;
	bottom: 0;
	font-size: 12px;
	width: 100%;
	text-align: center;
}

#DivProgress .step0
{
	z-index: 100;
}
#DivProgress .step1
{
	z-index: 99;
	position: relative;
	left: -5px;
}
#DivProgress .step2
{
	z-index: 98;
	position: relative;
	left: -10px;
}
#DivProgress .step3
{
	z-index: 97;
	position: relative;
	left: -15px;
}

#DivProgress .stepnumber
{

     
	display: inline-block;
	background-color: #A8BAC6;
	color: White;
	width: 22px;
	line-height: 28px;
}
#DivProgress .steptitle
{
	background-color: #C0CFD9;
	color: #5B798F;
	line-height: 28px;

     
	display: inline-block;
	width: 150px;
}
#DivProgress .separator
{

     
	display: inline-block;
	overflow: hidden;
	width: 0;
	height: 0;
	border-color: transparent #C0CFD9;
	border-width: 14px 0px 14px 15px;
	border-style: solid;
	padding: 0;
	position: relative;
	top: 9px;
}

#DivProgress .stepnumber.active
{
	background-color: #E9BD6A;
	color: #935F1C;
}
#DivProgress .steptitle.active
{
	background-color: #D4A959;
	color: White;
}
#DivProgress .separator.active
{
	border-color: transparent #D4A959;
}

.navButtons 
{
	width: 760px;
}

.navButtons h4
{
	color: #D4A959;
	font-size: 1.1em;
	margin-top: 0;
}

.comments
{
	float: right;
	width: 35%;
	margin: 0;
	text-align: right;
}
.comments *
{
	float: none;
	margin: 0;
}
.comments label
{
	width: auto;
}
.comments input
{
	margin: 10px 0px;
	width: 260px;
	background-color: #F0F0F0;
}

/* ----------------------------------------
			Checkout Complete STYLES
---------------------------------------- */

#CheckoutAuthorising
{
    height: 300px;
}
#CheckoutAuthorising a
{
    text-decoration: underline;
}

#divNewBillingAddress, #divNewDeliveryAddress, #divEditBillingAddress, #divEditDeliveryAddress
{
    border: 1px solid black;
    padding: 10px;
/*
    position: fixed;
    background: #CCCCCC;
    left: 30%;
    top: 20%;
    z-index: 990;
    height: 460px;
*/
}

div.addresses div.header {
	background: #FFF;
	border-top: 2px solid #CDCFCE;
	border-bottom: 2px solid #CDCFCE;
	color: #BC9B6A;
	margin: 0 15px;
	padding: 0 0 0 15px;
}

div.addresses p {
	margin: 0;
	padding: 0 0 0 30px;
	position: relative;
}

div.addresses span {
	margin-left: 0;
	padding: 0;
	position: absolute;
	left: 100px;
}




/* Sitemap */
div.sitemap ul {
	margin: 0;
	width: 100px;
}

div.sitemap ul ul {
	margin-left: 10px;
	width: 90px;
}

div.sitemap li {
	margin: 4px 0;
}

div.sitemap li a {
	border-bottom: 1px solid #f4f0ea;
	border-left: 1px solid #f4f0ea;
	display: block;
	padding: 0 0 0 4px;
}

div.sitemap li a:hover {
	border-bottom: 1px dotted #666;
	border-left: 1px dotted #666;
}


/* Recommend a Product Page */
#recommendaproduct p {
	margin: 1em;
}

div#sitemap ul {
	border-left: 1px dotted #ccc;
	margin: 0.5em 0 1.5em 0;
	width: auto;
}

div#sitemap ul ul {border-left: 1px dotted #999;}
div#sitemap ul ul ul {border-left: 1px dotted #666;}
div#sitemap ul ul ul ul  {border-left: 1px dotted #333;}
div#sitemap ul ul ul ul ul {border-left: 1px dotted #000;}

div#sitemap ul:first-child {
	border-left: none;
}

div#sitemap ul li {
	margin-left: 3em;
}


/* ----------------------------------------
			CMS STYLES
---------------------------------------- */
#divContent 
{
    margin: 0.5em;
}

#divContent ul
{
    list-style-type: disc;
}


#divContent .imgleft {
 float: left;
 margin: 0 1em 1em 0;
}

#divContent .imgright {
 float: right;
 margin: 0 0 1em 1em;
}

#divContent h2.media_news {}

#divContent h3 {
	clear: both;
	margin-top: 1em;
}

#divContent p.media_news_article {}

#divContent dl dt {
	clear: both;
	font-weight: bold;
	margin-top: 1em;
}

#divContent dl dd {
	clear: both;
	margin-top: 0.5em;
	margin-left: 40px;
	position: relative;
}

#divContent span.col2 {
	position: absolute;
	left: 500px;
}

#divContent ul, #divContent ol {
	margin-top: 0.5em;
	margin-left: 20px;
}

#divContent ul.none li {
	list-style-type: none;
}

#divContent ol.lower-alpha li {
	list-style-type: lower-alpha;
}

#divContent ol.lower-roman li {
	list-style-type: lower-roman;
}

#divContent a
{
    text-decoration: underline;
    color: #bc9767;
}


/* ----------------------------------------
			FOOTER STYLES
---------------------------------------- */

#footer {
	clear: both;
	padding-top: 2em;
	background-color: #F0F0F0;
	text-align: center;
	margin-top: 5px;
}

#footer div.container
{
	text-align: left;
	width: 996px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: 0;
}

#footer h3
{
	color: #6C8A9F;
	font-weight: normal;
}

#footer a, #footer a:active, #footer a:hover, #footer a:visited
{
	color: #808080;
}

#footer .left
{
	width: 700px;
	padding-left: 1em;
}

#footer .right
{
	float: right;
	width: 260px;
	text-align: right;
	padding-right: 1em;
}

#footer ul
{
	display: inline-block;
    zoom:1;*display: inline; 
	width: 175px;
}

#footer ul li
{
/*	display: inline-block; */
	padding: 3px;
}

#footer div.logo
{
	background-color: #628096;
	padding: 5px 15px;
	margin-top: 40px;
	color: White;
}

#footer div.logo a, #footer div.logo a:hover, #footer div.logo a:active
{
	color: White;
}

#footer div.logo img
{
	position: relative;
	top: -25px;
	vertical-align: top;
	margin-right: 10px;
}

#footer div.logo span.bottomtext
{
    position: absolute;
    left: 150px;
}

/***** IE TEST STYLES *****/
h4 {clear: both; margin-top: 1em;}
div#ietest ul {float: left; width: 20%;}
div#ietest li {color: #111; padding: .5em;}


/* Best seller on home page */
div#bestseller
{

     
	display: inline-block;
	background-image: url(/structure/wtuk/bestback.png);
	position: relative;
	color: #808080;
	padding: 7px 20px;
	width: 175px;
	height: 280px;
	margin-left: 5px;
	float: right;
}

div#bestseller h4
{
	font-weight: normal;
	color: #808080;
	height: 60px;
	line-height: 20px;
	overflow: hidden;
	margin: 0.3em 0;
}

div#bestseller img
{
	height: 175px;
	vertical-align: middle;
}

div#bestseller div
{
	line-height: 30px;
}

div#bestseller #tag
{
	position: absolute;
	z-index: 10;
	top: 4px;
	right: -4px;
	height: auto;
}


/* Infobar */
div.infobar
{
	margin-top: 15px;
	padding: 13px 15px 18px;
    background-image: url(/structure/wtuk/contactback.png);
    width: 966px;
    height: 57px;
    position: relative;
    left: 0;
}

div.infobar h5
{
	font-weight: normal;
	margin-bottom: 10px;
}

div.infobar>div
{
	display: inline-block;
	*zoom:1;*display:inline;
	width: 450px;
	padding: 0px 15px;
	height: 57px;
	position: absolute;
	top: 13px;
	left: 495px;
}
div.infobar>div>div
{
    height: 30px;
}

div.infobar div.first
{
	border-right: 1px dashed #606060;
	left: 15px;
}

div.infobar input.advice
{
	font-style: italic;
	padding: 3px;
	color: #606060;
	width: 175px;
}

div.infobar input.go
{
	vertical-align: middle;
}

div.infobar span.cite
{
    font-style: italic;
}

div.infobar div.testimonials
{
	position: relative;
	left: 0;
	z-index: 20;
	line-height: 30px;
}

div.infobar .speech-right
{
    position: absolute;
    right: 10px;
    top: 13px;
    z-index: 1;
}

/* Featured products */

div.featured 
{
	margin-top: 10px;
}

div.featured div.product
{
	margin: 5px;
	width: 187px;
	float: left;
}

div.featured div.product img
{
	border: 3px solid #F0F0F0;
	width: 180px;
	max-height: 180px;
}

div.featured div.product h4
{
	font-weight: normal;	
	height: 72px;
	line-height: 18px;
	overflow: hidden;
}

div.featured div.product span.price
{
	margin: 15px 0px;
	width: 100%;
	display: block;
}

/* General buttons */

span.price
{
	font-size: 24px;
	color: #BC9767;
	margin-top: 8px;
}

input.front
{
	float: right;
}
input.frontleft
{
	float: left;
}

input.info
{
	background-color: #c0c0c0;
	color: #808080;
	border: 1px solid #808080;
	margin: 0px 5px;
	vertical-align: middle;
}

input.buy
{
	background-color: #8080A0;
	color: White;
	border: 1px solid #606090;
}

/* Testimonials */

#testimonials
{
	position: relative;
	left: 0;
	width: 316px;
	height: 100px;
	overflow: hidden;
	margin-bottom: 10px !important;
}
.testimonials_wrap {
	position: relative;
	padding: 0;
	width:316px;
	margin-bottom: 10px !important;
}
.testimonials_wrap div
{
	margin: 0px !important;
}
.testimonials_wrap .bx_pager {
	display: none;
}

div.testimonial
{
	position: relative;
	left: 0px;
	width: 316px;
}



/* Pop up pages on product page */

div.itemadded
{
/* 	display: none; */
}
div.itemadded p.content {
	display: none;
	z-index: 100;
	position: absolute;
	left: 220px;
	top: 50px;
	width: 200px;
	background-color: #202020;
	color: White;
	border: 1px solid #a0a0a0;
	padding: 4px;
	height: 130px;
	margin: 0;
}
div.itemadded p.bubble {
	display: none;
	margin: 0;
	position: absolute;
	left: 201px;
	top: 95px;
	width: 0;
	border-width: 10px 20px 10px 0px;
	border-style: solid;
	border-color: transparent #202020;
	z-index: 110;
}


/* Top extended background image */

div#topbackground
{
	position: absolute;
	top: 172px;
	left: 0;
	z-index: -10;
	overflow: hidden;
	width: 100%;
}

div#topbackground div.container
{
	width: 996px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 100%;
	overflow: visible;
}

div#topbackground div.left
{
	position: absolute;
	right: 1000px;
	height: 100%;
	background-image: url(/structure/wtuk/sidepanel.png);
	width: 100%;
	background-repeat: repeat;
}
div#topbackground div.right
{
	position: absolute;
	left: 1000px;
	height: 100%;
	background-image: url(/structure/wtuk/sidepanel.png);
	width: 100%;
	background-repeat: repeat;
}

/* Category page */

div.shortheader
{
	background-color: #F0F0EF;
	width: 996px;
	position: relative;
	left: -200px;
}

div.catheader
{
	height: 185px;
	background-color: #F0F0EF;
	width: 996px;
	position: relative;
	left: -200px;
	background-image: url(/structure/wtuk/sample-cat-header.png);
	background-repeat: no-repeat;
	background-position: right top;
}

div.catheader div.text
{
	padding: 10px;
	width: 600px;
}

div.catheader div.text h1
{
    color: #658296;
    margin-bottom: 0.2em;
}

div.catheader div.text h3
{
	font-weight: normal;
	font-size: 100%;
	width: 90%;
}

div.catheader div.text h3 strong, div.catheader div.text h3 strong a, div.catheader div.text h3 strong a:link
{
    font-weight: bold;
}

div.catheader div.text h3 a, div.catheader div.text h3 a:link
{
	font-size: 100%;
}


div.catheader div.breadcrumb, div.shortheader div.breadcrumb
{
	background-color: #7997AC;
	/*color: #C0DAEB;*/
	color: White;
	height: 21px;
	line-height: 21px;
    font-size: 12px;
	width: 986px;
	padding: 5px;
	overflow: hidden;
}
div.catheader div.breadcrumb 
{
	position: absolute;
	bottom: 0;
}

div.breadcrumb a, div.breadcrumb a:visited
{
	/*color: #C0DAEB;*/
	color: White;
}

#content .productbox div img, 
#midsection .productbox div img {
	height: 170px;
	width: 170px;
	border: 2px solid #c4c5c0
}

#content .productbox, 
#midsection .productbox {
	min-height: 310px;
	width: 184px;
}

#content .productbox span.brown
{
	padding-top: 5px;
	color: #CCA865;
}
#content .productbox span.price
{
	font-size: 100%;
}

#ulMenu
{
	display: inline-block;
    zoom:1;*display: inline; 
	position: relative;
	left: 0;
	z-index: 3000;
}

#ulMenu>li
{
	display: inline-block;
    zoom:1;*display: inline; 
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	z-index: 2500;
}
#ulMenu>li>a
{
	padding: 5px;
}
#ulMenu>li.hovered
{
	background-color: #F6F6F6;
}
#ulMenu>li>a:hover
{
	text-decoration: none;
}

#ulMenu>li>ul
{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2000;
	background-color: #F6F6F6;
	width: 210px;
}
#ulMenu>li>ul>li
{
	display: block;
	padding: 5px 5px;
	margin: 5px 0px;
	border-top: 1px dashed #E5E5E5;
	z-index: 1500;
}
#ulMenu>li>ul>li>a
{
	display: block;
	margin: 1em 0em 2em 0em;
	font-size: 16px;
	line-height: 18px;
	color: #bc9767;
}
#ulMenu>li>ul>li>span
{
}

/* Contact us / query */
.ctmain
{
    width: 500px;
}

/* Subscribe boxes */

#divSubscribeConfirm, #divSubscribeDone
{
    position: absolute;
    top: -50px;
    left: 100px;
    width: 340px;
    border: 1px solid black;
    padding: 10px;    
    background-color: #CCCCCC;
    z-index: 1000;
    height: auto;
}

#divSubscribeConfirm input[type='text']
{
    position: absolute;
    right: 15px;
    top: 0;
}

#divSubscribeConfirm div
{
    padding: 5px;
    position: relative;
}

