@charset "UTF-8";
/* CSS Document */

ul.tabs {
	border-bottom: 1px solid #ccc;
	height: 34px;
	padding-left: 10px;
	margin-top: 20px;
}


.tabs li {
	font-size: 1.3em;
	background: #455A21;
	margin: 0 2px;
	float: left;
	display: inline;
}

.tabs li a {
	display: block;
	height: 27px;
	padding: 8px 15px 0px 15px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.tabs li a:hover {
	color: #ccc;
}

.tabs li.current {
	background:#fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.tabs li.current a {
	color: #000;
}

.pane {
	padding: 10px 0 0 0;
	background: #fff;
}

.pane p.pane-description {
	padding: 0 20px 0 20px;
}

a:focus { outline: none; } 

/**************************************************************
***************************************************************
*
*                       generic styles
* 
***************************************************************        
**************************************************************/

*, ul {
	margin: 0px;
	padding: 0px;
}

body {
	font: 62.5% "Times New Roman", Times, serif;
	color: #000000;
	background: #CCCCCC;
}

h1 {
	font-size:1.8em;
	font-weight: normal;
	color: #455A21;
}

h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #455A21;
}

h2 a {
	color: #455A21;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

h3{
	font-size: 1.2em;
	/*font-weight: normal;*/
	color: #455A21;
}

h4 {
	font-size: 1.2em;
	/*font-weight: normal;*/
	color: #455A21;
}


p {
	font-size:1.2em;
	line-height: 1.4em;
	color: #000000;
	margin: 5px 0px 5px 0px;
}

p a, li a {
	color: #455A21;
	text-decoration: underline;
}

li {
	font-size:1.2em;
	line-height: 1.4em;
	list-style:none;
}

img {
	border-style: none;
}

address {
	color: #000000;
	font-size: 1.2em;
	line-height: 1.4em;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
}

pre {
	color: #000000;
	font-size: 1.2em;
	line-height: 1.4em;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
}

.clearboth {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.hidden {
	display: none;
}

.italic {
	font-style: italic;
	}

.warning {
	color: #FF0000;
	}

.textalignleft {
	text-align: left;
	}

a.inlinelink {
	color: #000000;
	}

/**********************

forms
          
***********************/

fieldset {
	border: none;
	}
	
label {
	font-size: 1.2em;
	}
	
input, select, textarea {
	padding: 2px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font: 1.1em Arial, Helvetica, sans-serif;
	}

.checkbox {
	border: 0px;
	background-color: #F3F5F0;
	}
	
.submitbutton {
	border:0px;
	color: #FFFFFF;
	background-color:#455A21;
	padding: 5px 5px 5px 5px;
	font: 1.2em "Times New Roman", Times, serif;
}

/**********************

contact forms
          
***********************/

#content.article .contactform fieldset {
	border: none;
	margin: 10px 0px 10px 0px;
	background-color:#F3F5F0;
	padding: 0px 0px 5px 0px;
	
	}

#content.article .contactform h2 {
	font-size: 1.4em;
	margin: 0px 0px 10px 15px;
	padding: 10px 0px 0px 0px;
	display: block;
	}

#content.article .contactform p.warning {
	display: inline;
	margin: 0px 0px 0px 5px;
	}

#content.article .contactform p#messagewarning {
	display: block;
	margin: 5px 0px 0px 165px;
	}
	
#content.article .contactform .formfield {
	display: block;
	width: auto;
	height: 18px;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 0px 0px;
	border-top: 1px solid #FFFFFF;
}

#content.article .contactform #message.formfield {
	height: auto;
}
	
#content.article .contactform label {
	width: 150px;
	display: block;
	float: left;
	padding: 0px 0px 0px 15px;
	}
	
#content.article .contactform input.textfield {
	width:200px;
	}
	
#content.article .contactform textarea.textarea {
	width: 400px;
	height: 200px;
}
#content.article .contactform input.shorttextfield {
	width:40px;
	}

/**************************************************************
***************************************************************
*
*                         page setup
* 
***************************************************************        
**************************************************************/

#pageshadow {
	background: url(/images/graphics/pageshadow.jpg) repeat-y center;
	}

#pagewrapper {
	width: 900px;
	height: auto;
	margin: 0px auto 0px auto;
	background: #FFFFFF;
	}

#header {
	width: 900px;
	height:140px;
	background: #455A21;
	position: absolute;
	top: 0px;
	z-index: 100;
	}

#header #social-media-links {
	position: absolute;
	bottom: 35px;
	right: 0px;
	}

#header #social-media-links ul {
	background: url(/images/graphics/social-media.jpg) no-repeat;
	width: 100%;
	height: 45px;
	float: right;
	}

#header #social-media-links li {
	display: inline;
	float: left;
	}

#header #social-media-links li a {
	display: block;
	width: 38px;
	height: 37px;
	margin-right: 15px;
	text-indent: -9000px;
	}
	
/**********************

masthead
          
***********************/
	
#masthead {
	width: 900px;
	height:105px;
	background: #455A21;
	border-bottom: 2px solid #BD9B6A;
	margin: 0px 0px 1px 0px;
	}

#masthead img {
	margin: -3px 0px 0px 323px;
	}
	
#masthead p#basketsummary {
	text-align: right;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 20px 0px 0px;
	font-size: 1.1em;
	}
	
#masthead p#basketsummary a {
	color: #FFFFFF;
	text-decoration: none;
	}

/**********************

top nav
          
***********************/

#topnav {
	width: 900px;
	height: 30px;
	background: #000000;
	border-top: 1px solid #BD9B6A;
	border-bottom: 1px solid #BD9B6A;
	overflow: hidden;
	}
	
#topnav ul {
	margin: 0px 0px 0px 125px;
	}

#topnav li {
	font-size: 1.3em;
	display:inline;
	}

#topnav li a {
	color:#FFFFFF;
	padding:5px 15px 7px 15px;
	border-right: 1px solid #333333;
	float:left;
	text-decoration:none;
	}

#topnav li a:hover {
	background: #4B4B4B;
	}
	
#topnav li#tn1 a {
	border-left: 1px solid #333333;
	}
	
/**********************

brand image
          
***********************/

#brandimage {
	position: absolute;
	top: 140px;
	}
	
/**********************

content wrapper
          
***********************/	

#contentwrapper {
	padding: 140px 0px 0px 0px;
	height: auto;
	}
	
/**********************

sub menu
          
***********************/

#contentwrapper #rightcolumn .subnav h2 {
	margin-bottom: 15px;
}

#contentwrapper #rightcolumn .subnav li {
	font-size: 1.2em;
	margin: 5px 0px 0px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #CCCCCC;
}

#contentwrapper #rightcolumn .subnav li a {
	color:#000000;
	text-decoration:none;
}

#contentwrapper #rightcolumn .subnav li a:hover{
	text-decoration:underline;
}
	
/**********************

footer
          
***********************/

#footer {
	width: 900px;
	height: auto;
	background: #455A21;
	}
	
#footer p {
	color: #FFFFFF;
	font: 1em Arial, Helvetica, sans-serif;
	padding: 10px;
	}
	
#footer p a {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer p a:hover {
	text-decoration: underline;
	}
	
#footer p.left {
	float: left;
	}

#footer p.right {
	float: right;
	}
	
/**********************

credit card logos
          
***********************/

#cclogos p {
	text-align: center;
	margin: 15px auto 15px auto;
	}
	

/**************************************************************
***************************************************************
*
*     standard page main content with 225px column
* 
***************************************************************        
**************************************************************/

.standardpage #contentwrapper {
	background: url(/images/graphics/colbg225.gif) repeat-y right;
	}

.standardpage #contentwrapper #content {
	width: 610px;
	margin: 30px 30px 30px 30px;
	float:left;
	display: inline; /* ie double margin fix */
	}

.standardpage #contentwrapper #rightcolumn {
	width: 185px;
	margin: 20px 20px 20px 20px;
	float:right;
	display: inline; /* ie double margin fix */
	}	




/**************************************************************
***************************************************************
*
*                  main content article
* 
***************************************************************        
**************************************************************/

#content.article  h2 {
	margin:10px 0px 10px 0px;
}

 #content.article h3 {
	margin:10px 0px 10px 0px;
}

 #content.article h4 {
	margin:10px 0px 10px 0px;
}

 #content.article p {
	margin: 5px 0px 5px 0px;
}

 #content.article p.date {
	font-style:italic;
	color:#666666;
}

 #content.article ul {
	margin:10px 0px 10px 0px;
}

 #content.article li {
	list-style: disc outside;
	margin-left: 25px;
}

 #content.article ol {
	margin:10px 0px 10px 0px;
}

 #content.article ol li {
	list-style: decimal outside;
	margin-left: 25px;
}

 #content.article dl {
	margin:10px 0px 10px 0px;
	font-size:1.2em;
	line-height: 1.6em;
}

 #content.article dt {
	float:left;
	margin-right:5px;
}

 #content.article dd {
	font-weight: bold;
}


/**************************************************************
***************************************************************
*
*                        home page
* 
***************************************************************        
**************************************************************/


#homepage #brandimage {
	width: 900px;
	height: 316px;
	border-bottom: 3px solid #BD9B6A;
	background: url(/images/graphics/brand_images/homepage-4.jpg) no-repeat;
	background-color: #170d0b;
	}

#homepage #brandimage #offer {
	float: left;
	display: inline;
	width: 255px;
	margin: 0px 0px 0px 0px;
	padding: 63px 30px 20px 30px;
	
	}

#homepage #brandimage #showroomVideo {
	float: left;
	display: inline;
	width: 561px;
	margin: 0px 0px 0px 0px;
	}

#homepage #brandimage #offer h2 {
	color: #BD9B6A;
	font-size: 2.8em;
	}
	
#homepage #brandimage #offer p {
	font-size: 1.5em;
	line-height: 1.2em;
	color: #BD9B6A;
	}

#homepage #brandimage #offer p a {
	color: #BD9B6A;
	text-decoration: none;
	}
	
#homepage #brandimage #offer p#freedeliveryimg {
	margin-top: 15px;
	}

/**********************

home page content
          
***********************/

#homepage #contentwrapper {
	padding: 469px 10px 10px 10px;
	height: auto;
	}
	
#homepage #contentwrapper h2 {
	font-size: 1.8em;
	}

#homepage #contentwrapper p {
	margin: 5px 0px 5px 0px;
	}
	
#homepage #contentwrapper #dottedrule {
	width:880px;
	height: 2px;
	background: url(/images/graphics/dottedline_gold.gif) repeat-x;
	font-size: 0px; /* ie 6 fix */
	}
	
/**********************

home page row 1
          
***********************/

#homepage #contentwrapper #row1 {
	height: auto;
	background: url(/images/graphics/homepage_row1bg.jpg) no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	}
	
#homepage #contentwrapper #row1 #box1_1 {
	width: 344px;
	padding: 16px 160px 0px 20px;
	float: left;
	display: inline; /* ie double margin fix */
	}
	
#homepage #contentwrapper #row1 #box1_2 {
	width: 348px;
	padding: 0px 0px 0px 0px;
	float: right;	
	display: inline; /* ie double margin fix */
	}
	
#homepage #contentwrapper #row1 #box1_2 p#shoponlineimg {
	text-align: center;
	margin-top: 15px;
	}
	
/**********************

home page row 2
          
***********************/

#homepage #contentwrapper #row2 {
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 15px 0px;
	
	}

#homepage #contentwrapper #row2 .row2box {
	/*width: 272px;
	height: 252px;*/
	float: left;
	display: inline; /* ie double margin fix */
	border: 4px solid #E9EBE4;
	background: #F8F8F6;
	margin: 0px 20px 0px 0px;
	}

#homepage #contentwrapper #row2 .row2box#box2_1 {
	width: 232px;
	height: 157px;
	background: #F8F8F6 url(/images/graphics/homepage_cottage.jpg) no-repeat 5px 5px;
	padding: 95px 20px 0px 20px;
	}

#homepage #contentwrapper #row2 .row2box#box2_2 {
	width: 157px;
	height: 237px;
	background: #F8F8F6 url(/images/graphics/homepage_150years.jpg) no-repeat 6px 6px;
	padding: 15px 15px 0px 100px;
	}
	
#homepage #contentwrapper #row2 .row2box#box2_3 {
	width: 241px; /* 1px short for ie5 mac */
	height: 237px;
	margin: 0px 0px 0px 0px;
	padding: 15px 15px 0px 15px;
	background: #F8F8F6 url(/images/graphics/homepage_mags.jpg) no-repeat 15px 155px;
	}

/**********************

home page row 3
          
***********************/

#homepage #contentwrapper #row3 {
	height: auto;
	background: url(/images/graphics/homepage_row3bg.jpg) no-repeat;
	padding: 1px 0px 0px 0px; /* 1px to prevent ie7 margin collapse */
	margin: 15px 0px 15px 0px;
	}
	
#homepage #contentwrapper #row3 .row3box {
	width: 293px;
	height: auto;
	float: left;
	display: inline; /* ie double margin fix */
	}
	
#homepage #contentwrapper #row3 .row3box#box3_1 {
	width: 173px;
	height: auto;
	padding: 15px 20px 0px 100px;
	}
	
#homepage #contentwrapper #row3 .row3box#box3_2 {
	width: 243px;
	height: auto;
	padding: 85px 25px 0px 25px;
	}

#homepage #contentwrapper #row3 .row3box#box3_3 {
	width: 243px;
	height: auto;
	padding: 85px 25px 0px 25px;
	}

/**************************************************************
***************************************************************
*
*     				  our heritage
* 
***************************************************************        
**************************************************************/

/*
#history #brandimage {
	width: 900px;
	height: 230px;
	border-bottom: 3px solid #BD9B6A;
	background: url(/images/graphics/brand_images/heritage.jpg) no-repeat;
	}
	
#history #contentwrapper {
	padding-top: 370px;
	height: auto;
	}
*/

/**************************************************************
***************************************************************
*
*     				  our jackets
* 
***************************************************************        
**************************************************************/

#ourjackets #content #productdescription {
	float: left;
	width: 365px;
	height: auto;
	display: inline; /* ie double margin fix */
	}

#ourjackets #content #productimagebox {
	margin-top: 25px;
	float: right;
	width: 196px;
	height: auto;
	display: inline; /* ie double margin fix */
	text-align: center;
	}
	
#ourjackets #content #productimagebox p{
	margin-bottom: 15px;
	}
	
#ourjackets #content #productimagebox .jacketswatch {
	margin: 0px 3px 0px 3px;
	width: 15px;
	height: 15px;
	display: inline; /* ie double margin fix */
	}
		
/**************************************************************
***************************************************************
*
*     shop page main content with 225px wide column
* 
***************************************************************        
**************************************************************/

.shoppage #contentwrapper {
	background: url(/images/graphics/colbg225.gif) repeat-y right;
	}

.shoppage #contentwrapper #content {
	width: 635px;
	margin: 15px 15px 30px 20px;
	float:left;
	display: inline; /* ie double margin fix */
	}
	
.shoppage #contentwrapper #content.article {
	width: 610px;
	margin: 30px 30px 30px 30px;
	}

.shoppage #contentwrapper #rightcolumn {
	width: 185px;
	margin: 20px 20px 20px 20px;
	float:right;
	display: inline; /* ie double margin fix */
	}	
	
/**************************************************************
***************************************************************
*
*                    generic shop styles
* 
***************************************************************        
**************************************************************/

/**********************

currency box
          
***********************/

.shoppage #currencybox {
	margin: 30px 0px 0px 0px;
	padding: 25px 0px 0px 0px;
	width: 165px;
	background: url(/images/graphics/currency-flags.gif) no-repeat left top;
	}

.shoppage #currencybox label {
	display: block;
	margin: 0px 0px 5px 0px;
	}
	
.shoppage #currencybox select {
	width: 60px;
	font-size: 1em;
	}
	
/**********************

breadcrumb
          
**********************/

#content #breadcrumb {
	clear: both;
	margin: 5px 0px 15px 0px;
	}
	
#content #breadcrumb li {
	display: inline;
	}

#content #breadcrumb li a {
	color: #000000;
	text-decoration: none;
	}
	
#content #breadcrumb li a:hover {
	text-decoration: underline;
	}
	
#content #breadcrumb li.divider{
	background: url(/images/graphics/breadcrumb-divider.gif) no-repeat right center;
	margin-right: 2px;
	padding-right: 12px;
	}

/**********************

tables
          
**********************/

.shoppage table {
	width: 635px;
	font-size: 1.2em;
	text-align: center;
	empty-cells: show;
	border-collapse: collapse;
	margin: 10px 0px 10px 0px;
}

.shoppage th {
	background-color: #455A21;
	padding: 3px 8px 3px 8px;
	color: #ffffff;
	border: 1px solid #FFFFFF;
}

.shoppage td {
	background-color: #F3F5F0;
	padding: 5px 8px 5px 8px;
	border: 1px solid #FFFFFF;
	vertical-align: middle;
}

.shoppage .productdetails {
	width: 50%;
	text-align: left;
	}

.shoppage #ordertotal {
	text-align: right;
	padding: 10px 8px 10px 8px;
	}

	
/**************************************************************
***************************************************************
*
*                        shop home page
* 
***************************************************************        
**************************************************************/


#collection #content #shopbanner {
	background: url(/images/graphics/shop-banner.jpg);
	height: 100px;
	width: 635px;
	}
	
#collection #content #shopbanner h1 {
	color: #FFFFFF;
	left: -900px;
	width: 900px;
	position: absolute;
	}
	
/**********************

product boxes
          
***********************/

#collection #content #productwrapper {
	}

#collection #content .productbox {
	width: 176px;
	height: auto;
	margin: 20px 15px 0px 16px;
	float: left;
	display: inline;
	text-align: center;
	border: 2px solid #EEE2D3;
	}

#collection #content .productbox img {
	width: 176px;
	height: 240px;
	display:block; /* remove xtra space below image in IE as <img /> is inline element */
	}
	
#collection #content .pricebox {
	height: auto;
	border: 2px solid #FFFFFF;
	background: #EEE2D3;
	padding: 6px 0px 6px 0px;
	}
	
#collection #content .pricebox p {
	font-size: 1.6em;
	color: #455A21;
	}
	
/**************************************************************
***************************************************************
*
*                     shop product page
* 
***************************************************************        
**************************************************************/

#product #contentwrapper #content {
	width: 620px;
	margin: 15px 15px 30px 35px;
	}


#product #content #productdescription {
	float: right;
	width: 300px;
	display: inline; /* ie double margin fix */
	}

#product #content #productdescription h2 {
	font-size: 1.4em;
	}
	
#product #content #productdescription p.price {
	font-size: 1.4em;
	color: #455A21;
	}

#product #content #productdescription p .delivery {
	font-size: .85em;
	color: #455A21;
	}

#product #content #productdescription #dottedrule {
	width:300px;
	height: 2px;
	background: url(/images/graphics/dottedline_gold.gif) repeat-x;
	font-size: 0px; /* ie 6 fix */
	margin: 15px 0px 15px 0px;
	}

#product #content #productdescription .formfield {
	margin: 10px 0px 20px 0px;
	}

#product #content #productdescription #productsizelabel {
	display: block;
	margin: 0px 0px 5px 0px;
	}

#product #content #productdescription select#productsize {
	display: block;
	width: auto;
	font-size: 1em
	}

#product #content #productdescription #productqtylabel {
	margin: 0px 5px 0px 0px;
	}
	
#product #content #productdescription input#productqty {
	width: 16px;
	}
	
#product #content #productimage {
	float: left;
	width: 290px;
	height: 395px;
	display: inline; /* ie double margin fix */
	} 
	
/**************************************************************
***************************************************************
*
*                     shop basket page
* 
***************************************************************        
**************************************************************/

#mybasket p#emptybasket {
	margin: 10px 0px 20px 0px;
	}
	
#mybasketform input.productqty {
	width: 16px;
	height: 10px;
	background-color: #FFFFFF;
	font-size: .9em;
	}

#mybasketform #continueshopping {
	float: left;
	}
	
#mybasketform #buttonblock {
	float: right;
	}
	
/**************************************************************
***************************************************************
*
*                     shop checkout page
* 
***************************************************************        
**************************************************************/

#checkout #checkoutform fieldset {
	border: none;
	margin: 10px 0px 10px 0px;
	background-color:#F3F5F0;
	padding: 0px 0px 5px 0px;
	
	}

#checkout #checkoutform h2 {
	font-size: 1.4em;
	margin: 0px 0px 10px 15px;
	padding: 10px 0px 0px 0px;
	display: block;
	}

#checkout #checkoutform p.warning {
	display: inline;
	margin: 0px 0px 0px 5px;
	}
	
#checkout #checkoutform .formfield {
	display: block;
	width: auto;
	height: 18px;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 0px 0px;
	border-top: 1px solid #FFFFFF;
	
}
	
#checkout #checkoutform label {
	width: 200px;
	display: block;
	float: left;
	padding: 0px 0px 0px 15px;
	}
	
#checkout #checkoutform input.textfield {
	width:200px;
	}
#checkout #checkoutform input.shorttextfield {
	width:40px;
	}
	
#checkout #checkoutform #continuebutton {
	float: right;
	}
	
/**************************************************************
***************************************************************
*
*                      shop checkout
* 
***************************************************************        
**************************************************************/

#checkout .paymentdetails fieldset {
	border: none;
	margin: 10px 0px 10px 0px;
	background-color:#F3F5F0;
	padding: 0px 0px 5px 0px;
	
	}

#checkout .paymentdetails h2 {
	font-size: 1.4em;
	margin: 0px 0px 10px 15px;
	padding: 10px 0px 0px 0px;
	display: block;
	}

#checkout .paymentdetails p.warning {
	display: inline;
	margin: 0px 0px 0px 5px;
	}
	
#checkout .paymentdetails .formfield {
	display: block;
	width: auto;
	height: 18px;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 0px 0px;
	border-top: 1px solid #FFFFFF;
	
}
	
#checkout .paymentdetails label {
	width: 200px;
	display: block;
	float: left;
	padding: 0px 0px 0px 15px;
	clear: both;
	}
	
#checkout .paymentdetails input.textfield {
	width:200px;
	}
#checkout .paymentdetails input.shorttextfield {
	width:40px;
	}
	
#checkout .paymentdetails #continuebutton {
	float: right;
	}
	
/**************************************************************
***************************************************************
*
*                     shop confirmation page
* 
***************************************************************        
**************************************************************/

#confirmorder #content h2 {
	font-size: 1.4em;
	}

#confirmorder #paymenttype {
	margin: 10px 0px 10px 0px;
	}
	
#confirmorder #cardholderdetails {
	width: 50%;
	float: left;
	}
		
#confirmorder #confirmorderform #confirmorderbutton {
	/*display: none;*/
	float: right;
	}
	
#confirmorder #confirmorderform #preloader {
	float: right;
	display: none;
	}
	
#confirmorder #confirmorderform #preloader p {
	margin: 0px;
	}

#confirmorder #confirmorderform #preloader img {
	vertical-align: middle;
	}
	
/**************************************************************
***************************************************************
*
*              sample order page
* 
***************************************************************        
**************************************************************/

#sample .sampledetails fieldset {
	border: none;
	margin: 10px 0px 10px 0px;
	background-color:#F3F5F0;
	padding: 0px 0px 5px 0px;
	
	}

#sample .sampledetails h2 {
	font-size: 1.4em;
	margin: 0px 0px 10px 15px;
	padding: 10px 0px 0px 0px;
	display: block;
	}
	
#sample #sampletable td {
	text-align: center;
	border: none;
	}
	
#sample #sampletable .sample img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	}
	
#sample #sampletable label {
	display: block;
	clear: both;
	font-size: 1em;
	margin: 5px 0px 5px 0px;
	}

#sample .sampledetails p.warning {
	display: inline;
	margin: 0px 0px 0px 5px;
	}
	
#sample .sampledetails .formfield {
	display: block;
	width: auto;
	height: 18px;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 0px 0px;
	border-top: 1px solid #FFFFFF;
	
}
	
#sample .sampledeliverydetails label {
	width: 200px;
	display: block;
	float: left;
	padding: 0px 0px 0px 15px;
	clear: both;
	}
	
#sample .sampledetails input.textfield {
	width:200px;
	}
#sample .sampledetails input.shorttextfield {
	width:40px;
	}
	
#sample .sampledetails #continuebutton {
	float: right;
	}
	
/**************************************************************
***************************************************************
*
*     				  sizing guide
* 
***************************************************************
**************************************************************/

#sizingguide  #content h2 {
	margin-top: 20px;
	}

#sizingguide #content td {
	padding: 5px 8px 5px 8px;
}

/**************************************************************
***************************************************************
*
*     				  select region
* 
***************************************************************
**************************************************************/

#selectregion #content {
	margin: 95px 340px 105px 340px;
	padding: 106px 0px 0px 0px;
	text-align: center;
	background: url(/images/graphics/select-map.jpg) no-repeat;
	}
	
#selectregion #regionbox label {
	display: block;
	margin: 0px 0px 5px 0px;
	}
	
#selectregion #regionbox select {
	font-size: 1em;
	}

#selectregion .submitbutton {
	font-size: 1em;
	padding: 3px 5px 3px 5px;
	}

/**************************************************************
***************************************************************
*
*     				  stockists
* 
***************************************************************
**************************************************************/

#stockists .stockistColumn {
	width: 200px;
	float: left;
	}

#stockists .stockistColumn  h2 {
	margin:10px 0px 5px 0px;
}

#stockists .stockistColumn li {
	margin-left: 0px;
	padding-left: 20px;
	list-style: none;
	background: url(/images/graphics/stockist-list.gif) no-repeat 0px 6px;
	}

#stockists .stockistColumn li a {
	text-decoration: none;
	}

#stockists .stockistColumn li a:hover {
	text-decoration: underline;
	}

/**************************************************************
***************************************************************
*
*     				  stockist details
* 
***************************************************************
**************************************************************/

.standardpage#stockistDetails #content {
	margin-top:15px;
}

	
#stockistDetails #content h1 {
	margin:10px 0px 15px 0px;
}

#stockistDetails #content h2 {
	margin:10px 0px 15px 0px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	border-top: 1px solid #CCCCCC;
	padding-top: 5px;
}

#stockistDetails #content h3 {
	margin:0px;
	color:#000000;
	font-weight: bold;
}

#stockistDetails #content p {
	margin:0px;
	line-height: 1em;
}

#stockistDetails #content li {
	margin:15px 0px 15px 0px;
}



