/* Main x-html elements */

body
{
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

h1
{
	font-size: small;
	color: #733821;
}

h2
{
	font-size: small;
	color: #000000;
}


/* Page Structure */

/* Outer container for all visible content */

#container
{
	text-align: left;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BD825A;
	border-left-color: #BD825A;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BD825A;
	background-image: url(Images/background_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* Header - contains logo and shopping basket */

#header
{
	color: #000000;
	float: left;
	padding-top: 200px;
}

/* Shopping Basket Summary */

#basket
{
	font-size: medium;
	color: #733821;
	border: 1px solid #733821;
	margin-left: 10px;
	width: 160px;
	background-color: #99CCFF;
	text-align: center;
}

#basket a
{
	color: #006600;
	text-decoration: none;
}

/* Main navigation */

#navigation
{
	color: #319E31;
	margin-bottom: 10px;
	padding-top: 250px;
	text-align: right;
	margin-right: 20px;
}

#navigation a
{
	color: #000000;
	text-decoration: none;
	font-size: medium;
	font-weight: bold;
	margin-left: 6px;
	font-weight: bold;
	vertical-align: top;
	margin-right: 6px;
}

#navigation a:hover
{
	color: #39187B;
}

#navigation form
{
	float: right;
}

/* Product categories */

.categories
{
	font-size: small;
	width: 160px;
	font-weight: normal;
	float: left;
	clear: both;
	border: 1px solid #733821;
	position: relative;
	z-index: 50;
	margin-left: 10px;
}

.categories a
{
	text-decoration: none;
	color: Black;
}

/* Main page content */

#main
{
	font-size: small;
	clear: right;
	float: right;
	width: 705px;
	margin-left: 5px;
}

#main p
{
	margin-right: 10px;
}

#main h2
{
	font-size: large;
	color: #38197A;
	margin: 0;
	padding: 0;
	margin-top: 1em;
}

#main h3
{
	font-size: small;
	color: #38197A;
	margin: 0;
	padding: 0;
}


/* Compliance logos */

#compliance
{
	font-size: x-small;
	clear: both;
	color: #000000;
	background-color: #FFFFFF;
	text-align: right;
	padding: 3px;
	line-height: 15px;
	vertical-align: middle;
	margin-top: 10px;
	height: 15px;
}

/* Footer content */

#footer
{
	font-size: x-small;
	clear: both;
	color: #FFFFFF;
	background-color: #733821;
	text-align: right;
	padding: 3px;
	line-height: 15px;
	vertical-align: middle;
}

#footer a
{
	color: #FFFFFF;
	text-decoration: none;
}

/* Class items */

/* Main logo layout */

.mainlogo
{
	float: left;
}

/* Shopping basket info */

.shoppingbasket
{
	font-size: small;
	font-weight: bold;
	margin-top: 3px;
}

.viewbasket
{
	background-attachment: scroll;
	background-image: url(Images/background_viewbasket.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}

/* Company quote text */

.companyquote
{
	font-style: italic;
	text-align: center;
	font-weight: bold;
	font-size: small;
}

/* Main form presentation */

.mainform
{
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
	border: 1px solid #39187B;
}

.mainform td, .mainform th
{
	border: 1px solid #39187B;
	padding: 2px;
}

.mainform input
{
	color: #000000;
	background-color: #CCCCCC;
	border: none;
}

.item
{
	width: 400px;
	text-align: left;
	margin-left: 100px;
}

.item p
{
	margin: 0px;
}

.item a
{
	color: #000000;
	text-decoration: none;
}

.justwoodlogo
{
	margin-top: 20px;
}

.prevnext
{
	clear: both;
	text-align: left;
	font-size: 1.2em;
}

.prevnext a
{
	color: #000000;
	background-color: #319E31;
	padding: 5px;
	font-weight: bold;
	text-decoration: none;
}

.prevnext a:hover
{
	color: #FFFFFF;
	background-color: #39187B;
	font-weight: bold;
	text-decoration: none;
}

.productdesc
{
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	clear: left;
	width: 570px;
	font-size: 1.2em;
	text-align: justify;
}

.productprice
{
	font-size: large;
	font-weight: bold;
	margin-top: 30px;
}

.productimage
{
	float: left;
	border: 4px solid #000000;
	margin-right: 2px;
}

.buttonstyle
{
	color: #FFFFFF !important;
	background-color: #39187B !important;
	border: 1px solid #319E31 !important;
	font-size: xx-small !important;
}

.gobutton
{
	border: none;
	width: 2em;
	height: 1.2em;
	margin: 0px;
	padding: 0px;
	vertical-align: text-top;
	color: #FFFFFF;
	background-color: #733821;
	font-size: x-small;
}

.searchbox
{
	font-size: x-small;
	border: none;
	width: 7em;
	height: 1.2em;
	margin: 0px;
	padding: 0px;
	vertical-align: text-top;
	color: #FFFFFF;
	background-color: #733821;
}

.map
{
	float: right;
	width: 400px;
}

.thquantity
{
	width: 3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.thname
{
	width: 20em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.thprice
{
	width: 9em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.thprodnum
{
	width: 9em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.thdesc
{
	width: 9em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.thextprice
{
	width: 9em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.thtotal
{
	width: 3em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

.tdtotal
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	text-align: right;
	font-weight: bold;
}

.tablerevieworder
{
	border-collapse: collapse;
	border: 1px solid #000000;
	margin-right: auto;
	margin-left: auto;
}

.tablerevieworder td
{
	margin: 0px;
	padding: 0px;
}

.revieworderbuttons
{
	text-align: center;
}

.revieworderbuttons input
{
	margin: 3px;
}

.tdorder input
{
	border: 1px solid #000000;
	font-size: x-small;
}

.tdorderprice
{
	text-align: right;
}

.thpersonal
{
	width: 9em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.tablecheckout
{
	border-collapse: collapse;
	border: 1px solid #000000;
	margin-right: auto;
	margin-left: auto;
}

.tablecheckout td
{
	margin: 0px;
	padding: 0px;
}

.tablecheckout input, .tablecheckout select
{
	border: 1px solid #000000;
}
.prodimg
{
	margin-right: 30px;
}
.item hr
{
	border: 2px solid #39187B;
	clear: both;
}
.detail1
{
	border: 4px solid #0000FF;
}
.detail2
{
	border: 4px solid #FFFF00;
}
.detail3
{
	border: 4px solid #00FF00;
}
.detail4
{
	border: 4px solid #FF0000;
}
.productdetailimage
{
	float: right;
	width: 248px;
	margin-right: 35px;
	position: relative;
}
#productgalleryimage01
{
	border: 4px solid #000000;
	visibility: visible;
	position: absolute;
	left: 0px;
	top: 250px;
}
#productgalleryimage02
{
	border: 4px solid #000000;
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 250px;
}
#productgalleryimage03
{
	border: 4px solid #000000;
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 250px;
}
#productgalleryimage04
{
	border: 4px solid #000000;
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 250px;
}
#productgalleryimage05
{
	border: 4px solid #000000;
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 250px;
}
#productgalleryimage06
{
	border: 4px solid #000000;
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 250px;
}
#productgalleryimage07
{
	border: 4px solid #000000;
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 250px;
}
#productgalleryimage08
{
	border: 4px solid #000000;
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 250px;
}
#productgallerynavigation
{
	position: absolute;
	visibility: hidden;
	left: 5px;
	top: 440px;
}

.productimage img, #productgalleryimage01 img, #productgalleryimage02 img, #productgalleryimage03 img, #productgalleryimage04 img, #productgalleryimage05 img, #productgalleryimage06 img, #productgalleryimage07 img, #productgalleryimage08 img
{
	border: none;
}
.largerimageinstr
{
	font-size: small;
	text-align: center;
	font-weight: bold;
	width: 320px;
}

.typedropdown
{
	font-size: 0.8em;
	width: 140px;
}



.AccordianHeader
{
	background-color: Silver;
	margin: 3px;
}

.CategoryListBox
{
	width: 160px;
	height: 300px;
}

.productlistitem
{
	padding: 5px;
}

.modalpopup
{
	background-color: #99CCFF;
	color: Black;
	border-color: Black;
	border-style: solid;
	border-width: 2px;
	padding: 5px;
	height: 400px;
	overflow: auto;
}

.modal
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.imgLarge
{
	position: absolute;
	left: 475px;
	top: 5px;
}

.imgLargeZoom
{
	position: absolute;
	left: 5px;
	top: 5px;
	display: none;
}



#quartet
{
	border-color: Black;
	border-style: solid;
	border-width: 1px;
	position: absolute;
	left: 5px;
	top: 5px;
}

#quartet img
{
	float: left;
}

.largeimagezoomcenter
{
	margin-left: 35px;
}

#moreinfotext
{
	margin-top: 130px;
	width: 450px;
	height: 300px;
	overflow: auto;
}

#updatepanel
{
	position: absolute;
	left: 0px;
	top: 0px;
}

.numrecords
{
	text-align: center;
}

#thumbnails
{
	position: absolute;
	left: 475px;
	top: 220px;
	width: 240px;
	height: 180px;
	border-width: 1px;
	border-color: Black;
	border-style: solid;
}

#zoominstructions
{
	position: absolute;
	left: 475px;
	top: 190px;
	width: 240px;
}

#thumbinstructions
{
	position: absolute;
	left: 475px;
	top: 405px;
	width: 240px;
}

.ImgThumb1
{
	width: 80px;
	height: 60px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.ImgThumb2
{
	width: 80px;
	height: 60px;
	position: absolute;
	left: 80px;
	top: 0px;
}

.ImgThumb3
{
	width: 80px;
	height: 60px;
	position: absolute;
	left: 160px;
	top: 0px;
}
.ImgThumb4
{
	width: 80px;
	height: 60px;
	position: absolute;
	left: 0px;
	top: 60px;
}

.ImgThumb5
{
	width: 80px;
	height: 60px;
	position: absolute;
	left: 80px;
	top: 60px;
}

.ImgThumb6
{
	width: 80px;
	height: 60px;
	position: absolute;
	left: 160px;
	top: 60px;
}
.ImgThumb7
{
	width: 80px;
	height: 60px;
	position: absolute;
	left: 0px;
	top: 120px;
}

.ImgThumb8
{
	width: 80px;
	height: 60px;
	position: absolute;
	left: 80px;
	top: 120px;
}

.ImgThumb9
{
	width: 80px;
	height: 60px;
	position: absolute;
	left: 160px;
	top: 120px;
}

.largezoomclosebutton
{
	position: absolute;
	top: 0px;
	left: 680px;
}

.shoppingbaskettext
{
	padding: 5px;
	font-size: small;
	color: #016701;
}

.shoppingbasketbutton
{
	float: left;
	margin-left: 28px;
}
.panelform
{
	margin-left: auto;
	margin-right: auto;
	font-size: small;
}

.checkoutdiv
{
	margin-left: auto;
	margin-right: auto;
	font-size: small;
}

#checkoutcontainer
{
	text-align: left;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BD825A;
	border-left-color: #BD825A;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BD825A;
	background-image: url(Images/sslcheckout.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 230px;
}

.checkoutsubtotal
{
	font-size: small;
}
.checkouttotalcost
{
	border-top: solid 1px black;
}
.basketcontents
{
	font-size: small;
}
.ValidateMessage
{
}
#allitems
{
}

