/* SIDE MENU COLOURS */

/* menu and page sides background */
.MenuBackColour {
	background-color: #eee;
	color: #000;
}

/* selected menu product list*/
.MenuSelectColour1 {
	background-color: #e7e7e7;
	color: #000;
}

/* selected menu items */
.MenuSelectColour2 {
	background-color: #ccc;
	color: #000;
}

/* menu divide line */
.MenuDivideColour {
	border-bottom: 1px solid #aaa;
}

/* menu hover */
.MenuHover:hover {
	background-color: #888;
	color: #fff;
}

/* index page menu hover */
.MenuIndexHover:hover {
	background-color: #eee;
	color: #000;
}


/* TOP MENU COLOURS */

/* normal menu items */
#MenuContent a {
	color: #006;
	text-decoration: none;
}

/* selected menu item */
#MenuContent .selected {
	color: #00f;
	text-decoration: none;
}

/* hover menu item */
#MenuContent a:hover {
	color: #c00;
	text-decoration: none;
}


/* GENERAL WHOLE PAGE ITEMS */

html, body{
	margin: 0;
	padding: 0;
	border: 0;	
	height: 100%;
	text-align: center;
	background: #fff;
	font: 8pt Verdana, Geneva, Arial, "DejaVu Sans", Helvetica, sans-serif;
}

form {
	margin: 0;
}


/* HEADER */

#Header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 70px;
	text-align: center;
	background: #fff;
}

#HeaderContent {
	width: 850px;
	height: 70px;
	margin: auto;
	border: 0;
	padding: 0;
	text-align: left;
	display: block;
}

#HeaderRightBasket {
	width: 160px;
	height: 56px;
	margin: 6px;
	border: 1px solid #fff;
	padding: 0;
	text-align: center;
	float: right;
	vertical-align: middle;
}

#HeaderRightBasketHighlight {
	width: 160px;
	height: 56px;
	margin: 6px;
	border: 1px solid #ccc;
	padding: 0;
	text-align: center;
	float: right;
	vertical-align: middle;
	background-color: #ffb;
}

#HeaderRightBasketHighlight img,
#HeaderRightBasket img {
	padding: 1px 0 0 3px;
	border: 0;
	width: 57px;
	height: 40px;
	float: left;
}

.HeaderRightBasketLink {
	display: block;
	width: 150px;
	height: 48px;
	padding: 8px 5px 0 5px;
}

#HeaderRightSearch {
	width: 155px;
	margin: 0;
	border: 0;
	padding: 10px 0 0 0;
	text-align: center;
	float: right;
	vertical-align: middle;
}

#HeaderRightSearch form {
	margin: 0;
	padding: 5px 0 5px 0;
} 

.HeaderFormField {
	font-size: 10px;
	color: #000;
	margin: 1px;
	padding: 0;
	width: 60px;
}

.HeaderFormButton {
	font-size: 10px;
	margin: 1px;
	padding: 0;
	cursor: pointer;	
	width: 60px;
}

#HeaderRightSearch a,
#HeaderRightBasket a,
#HeaderRightBasketHighlight a {
	color: #00A;
	text-decoration: none;
}

#HeaderRightSearch a:hover,
#HeaderRightBasket a:hover,
#HeaderRightBasketHighlight a:hover {
	text-decoration: underline;
}


/* TOP MENU */

#Menu {
	width: 100%;
	position: absolute;
	top: 70px;
	left: 0;
	padding-top: 5px;
	height: 30px;
	border-top: 1px solid #ccc;
	text-align: center;
	background: #fff;
}

#MenuContent {
	display: block;
	width: 850px;
	margin: auto;
	text-align: left;
	text-transform: uppercase;
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#MenuContent ul {
	list-style: none;
	border: 0;
	margin: 0;
	padding: 0;
	float: left;
}

#MenuContent li {
	float: left;
	padding-right: 20px;
}

#MenuContentRight {
	float: right;
	margin: auto;
	text-align: right;
	display: block;
}

#MenuContentRight ul {
	list-style: none;
	border: 0;
	margin: 0;
	padding: 0;
	float: right;
}

#MenuContentRight li {
	float: right;
	padding-left: 20px;
}

/* MAIN PAGE STRUCTURE */

#Body {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 100px;
	left: 0;
	border-top: 1px solid #ccc;
}

#BodyContent {
	width: 850px;
	text-align: left;
	margin: auto;
	border: 0;
	padding: 0;
	overflow: hidden;
	display: block; 
	background: url(background.gif) repeat-y left top;
}

/* Left menu */

#BodyMenu {
	width: 160px;
	padding: 0;
	margin: auto;
	float: left;
	font-size: 1em;
	display: block;
}

/* LEFT MENU SECTION MENU (COLOURS DEFINED AT TOP OF PAGE) */

#BodyMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 160px;
	text-align: left;
} 

#BodyMenu ul li {
	display: block;
	width: 160px;
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#BodyMenu ul li a {
	display: block;
	width: 156px;
	padding: 3px 2px 4px 2px;
	text-decoration: none;
}

/* LEFT MENU PRODUCT LEVEL (COLOURS DEFINED AT TOP OF PAGE) */

#BodyMenu ul li ul li a {
	width: 150px;
	padding: 2px 2px 3px 8px;
}

#BodyMenu ul li ul li ul li a {
	width: 142px;
	padding: 2px 2px 3px 16px;
}

/* LEFT MENU ON INDEX PAGE (COLOURS DEFINED AT TOP OF PAGE) */

#BodyMenu .index {
	width: 160px;
	text-align: center;
	list-style: none;
	border: 0;
	margin: 0;
	padding: 0;
}

#BodyMenu .index img {
	width: 100px;
	height: 100px;
	border: 1px solid #ccc;
	padding: 0;
	margin: 12px 0 0 0;
}

#BodyMenu .index p {
	margin: 0;
	padding: 0;
	border: 0;
}

#BodyMenu .index p a {
	text-decoration: none;
	color: #000;
}

#BodyMenu .index p a:hover {
	text-decoration: underline;
	color: #000;
}

/* MAIN CONTENT (ALL PAGES) */

#BodyMain {
	width: 690px;
	border: 0;
	margin: auto;
	padding: 0 0 8px 0;
	float: left;
	text-align: left;
	background: #fff;
	display: block;
}

#BodyFull {
	width: 850px;
	border: 0;
	margin: auto;
	padding: 0 0 8px 0;
	float: left;
	text-align: left;
	background: #fff;
	display: block;
}

#BodyMain h1,
#BodyFull h1 {
	margin: 10px 5px 8px 10px;
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#BodyMain p,
#BodyFull p {
	margin: 10px 10px 15px 10px;
	border: 0;
	padding: 0;
}

#BodyMain p a,
#BodyFull p a {
	text-decoration: none;
	color: #00a;
}

#BodyMain p a:hover,
#BodyFull p a:hover {
	text-decoration: underline;
}

	
/* BREADCRUMB */

#Breadcrumb {
	display: block;
	text-align: left;
	height: 25px;
	border: 0;
	border-bottom: 1px solid #ccc;
	margin: 0;
	font-size: 0.9em;
}

#Breadcrumb ul {
	list-style: none;
	padding: 6px 0 0 9px;
	margin: 0;
} 

#Breadcrumb li {
	display: inline;
	padding: 0;
	color: #000;
} 

#Breadcrumb a {
	color: #00a;
	text-decoration: none;
} 

#Breadcrumb a:hover {
	text-decoration: underline;
} 


/* Section page products and sections, plus recommended products */

.SecProduct {
	float: left;
	width: 120px;
	height: 270px;
	display: block;
	border: 1px solid #ccc;
	margin: 0 0 8px 8px;
	background-color: #f8f8f8;
}

.SecSaleProduct {
	float: left;
	width: 315px;
	height: 160px;
	display: block;
	border: 1px solid #ccc;
	margin: 0 0 8px 8px;
	background-color: #f8f8f8;
}

.SecSection {
	float: left;
	width: 120px;
	height: 195px;
	display: block;
	border: 1px solid #ccc;
	margin: 0 0 8px 8px;
	background-color: #f8f8f8;
}

.ProdRec {
	float: left;
	width: 120px;
	height: 250px;
	display: block;
	border: 1px solid #ccc;
	margin: 0 0 8px 8px;
	background-color: #f8f8f8;
}

.SecProduct a img, 
.SecSection a img,
.ProdRec a img {
	width: 120px;
	height: 160px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #ccc;		
}

.SecSaleProduct a .thumbnail {
	width: 120px;
	height: 160px;
	float: left;
	padding: 0;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #ccc;	
	margin-right: 5px;
}

.postvan {
	height: 100px !important;
}

.SecProduct h2,
.SecSection h2,
.ProdRec h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 1px;
	color: #000;
}

.SecSaleProduct h2 {
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 3px 3px 1px 1px;
	color: #00d;
}

.SecProduct h2 a,
.SecSection h2 a,
.ProdRec h2 a {
	color: #000;
	text-decoration: none;
}

.SecSaleProduct h2 a {
	color: #00d;
	text-decoration: none;
}

.SecProduct h2 a:hover,
.SecSection h2 a:hover,
.ProdRec h2 a:hover,
.SecSaleProduct h2 a:hover {
	text-decoration: underline;
}

.SecProduct h3,
.SecSection h3,
.ProdRec h3 {
	font-size: 10pt;
	font-weight: bold;
	margin: 4px 1px 5px 1px;
	color: #d00;
}

.SecSaleProduct h3 {
	font-size: 14pt;
	font-weight: bold;
	margin: 3px 1px 5px 1px;
	color: #d00;
}

.SecSaleProduct h3 .NowSmall {
	font-size: 10pt;
}

.SecProduct h3 a,
.SecSection h3 a,
.ProdRec h3 a,
.SecSaleProduct h3 a {
	color: #d00;
	text-decoration: none;
}

.SecProduct h3 a:hover,
.SecSection h3 a:hover,
.ProdRec h3 a:hover,
.SecSaleProduct h3 a:hover {
	text-decoration: underline;
}

.SecProduct h4,
.SecSection h4 {
	font-size: 0.9em;
	font-weight: normal;
	font-style: italic;
	margin: 1px;
	color: #000;
}

.ProdRec h4 {
	font-size: 0.9em;
	font-weight: normal;
	font-style: italic;
	margin: 4px 1px 0 1px;
	color: #000;
}

.SecSaleProduct h4 {
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
	margin: 0 1px 3px 1px;
	color: #000;
}

.SecSaleProduct h5 {
	font-size: 8pt;
	font-weight: normal;
	margin: 0 1px 3px 1px;
	color: #000;
}

.SecProduct .swatch,
.SecSaleProduct .swatch {
	border: 1px solid #444;
	width: 12px;
	height: 12px;
	margin: 0 1px 3px 2px;
	float: left;
	display: block;
}

.SecSaleArea {
	display: block;
	float: left;
	border: 0;
	margin: 0 0 20px 0;
	padding: 0;
	width: 670px;
}

.SecSale {
	display: block;
	background-color: #e00;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	padding: 2px 0 1px 0;
	margin: 0 0 4px 0;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #ccc;
}

.ProdSale {
	display: block;
	background-color: #e00;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	padding: 2px 0 1px 6px;
	margin: 10px 9px 12px 0;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
}

.IndexSale {
	display: block;
	float: left;
	width: 640px;
	background-color: #e00;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	padding: 3px 0 2px 0px;
	margin: 0 0 10px 8px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	text-align: center;
	clear: both;
}

/* PRODUCT PAGE ITEMS */

#ProductColumn1 {
	width: 302px;
	margin: 10px;
	border: 0;
	float: left;
}

#ProductColumn1 img {
	width: 300px;
	height: 400px;
	border: 1px solid #ccc;
}

#ProductColumn1 .swatch {
	border: 1px solid #444;
	width: 20px;
	height: 20px;
	margin: 0 1px 3px 2px;
}

#ProductColumn2 {
	float: left;
	display: block;
	width: 365px;
}

#ProductColumn2 a {
	color: #00a;
	text-decoration: none;
}

#ProductColumn2 a:hover {
	text-decoration: underline;
}

/* Hack for correct display on IE6 */
* html #ProductColumn2 {
	width: 345px;
}

#ProductColumn2 h1,
#ProductColumn2 p,
#ProductColumn1 p {
	margin-left: 0;
}

.ProductBlock {
	display: block;
	margin: 10px 0 5px 0;
	float: left;
	width: 365px;
	text-align: left;
}

/* Hack for correct display on IE6 */
* html .ProductBlock {
	width: 345px;
}

.ProductWasPrice {
	font-size: 10pt;
	text-align: left;
	padding: 2px;
}

.ProductOurPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #d00; 
	text-align: left;
	padding: 2px;
}

/* PRODUCT INFO TABLES */

.ProductInfoTable {
	margin: 18px 0 0 0;
	width: 100%;
}

.ProductInfoTableTitle {
	font-size: 0.9em;
	font-weight: bold;
	background-color: #ddd;
	margin: 1px;
	padding: 1px 0 1px 3px;
	text-align: left;
}

.ProductInfoTableCell {
	font-size: 0.9em;
	background-color: #eee;
	margin: 1px;
	padding: 0 0 0 3px;
	text-align: left;
}

.ProductInfoTableCell a {
	color: #000;
	text-decoration: none;
	display: block;
	width: 100%;
}

.ProductInfoTableCell a:hover {
	color: #000;
	text-decoration: none;
	background-color: #ddd;
}

.ProductSwatch {
	border: 0;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	text-align: center;
	width: 70px;
	height: 90px;
	font-size: 0.9em;
}

.ProductSwatch img {
	border: 1px solid #444;
	height: 50px;
	width: 50px;
}

#ProductColumn1 .ReviewStars,
.ReviewStars {
	border: 0;
	margin: 0;
	padding: 0;
	width: 54px;
	height: 12px;
}

#ProductFooter {
	clear: both;
	float: left;
	width: 670px;
	margin: 10px 0 0 2px;
}

#ProductFooter h5 {
	display: block;
	margin: 0 0 8px 7px;
	font-size: 10pt;
	font-weight: bold;
}



/* FORMS */

.FormBorder {
	float: left;
	display: block;
	border: 1px solid #ccc;
	padding: 6px 38px 8px 10px;
	margin: 0 0 15px 0;
	text-align: center;
	background-color: #f8f8f8;
}

/* Hack for correct display on IE6 */
* html .FormBorder {
	padding: 6px 28px 8px 5px;
}

.CartAddresses {
	display: block;
	float: left;
	width: 223px;
}

.CartFormBorder {
	float: left;
	display: block;
	border: 1px solid #ccc;
	padding: 10px 15px 10px 15px;
	margin: 5px 0 15px 10px;
	text-align: center;
	background-color: #f8f8f8;
}

.CartFormTable {
	border: 0;
	padding: 0;
	margin: 0;
	width: 770px;
}

.CheckoutFormTable {
	border: 0;
	padding: 0;
	margin: 0;
	width: 550px;	
}

.CartFormTable2 {
	border: 0;
	padding: 0;
	margin: 0;
	width: 610px;
}

* html .CartFormTable2 {
	width: 590px;
}

.CheckoutAddress {
	border: 0;
	padding: 0;
	margin: 0;
	width: 170px;	
}

.CheckoutConfirm {
	border: 0;
	padding: 0;
	margin: 0;
	width: 300px;	
	height: 200px;
}

.OrderConfirm {
	border: 0;
	padding: 0;
	margin: 0;
	width: 200px;	
	height: 125px;
}

.CheckoutFormTable th,
.CartFormTable th,
.CartFormTable2 th {
	padding: 0 0 10px 0;
}

.CartFormTable td,
.CartFormTable2 td {
	padding: 0 0 3px 0;
}

.CheckoutFormTable td {
	padding: 2px 1px 3px 1px;
}

.CheckoutFormTable a,
.CartFormTable a,
.CartFormTable2 a {
	color: #00a;
	text-decoration: none;
}
.CheckoutFormTable a:hover,
.CartFormTable a:hover,
.CartFormTable2 a:hover {
	text-decoration: underline;
}

.CartFormTable img,
.CartFormTable2 img {
	width: 38px;
	height: 50px;
	border: 1px solid #ccc;
}

.CartFormBorder h2 {
	font-size: 10pt;
	font-weight: bold;
	margin: 3px 0 15px 0;
	padding: 0;
}

.CartFormBorder h3 {
	font-size: 1em;
	font-weight: bold;
	margin: -5px 0 20px 0;
	padding: 0;
}

.FormTable {
	border: 0;
	padding: 0;
	margin: 0;
}

.FormTitle {
	text-align: right;
	border: 0;
	padding: 2px;
	margin: 0;
	width: 80px;
}

.CheckoutFormTitle {
	text-align: right;
	border: 0;
	padding: 2px;
	width: 207px;
	vertical-align: top;
}

.FormItem {
	text-align: left;
	border: 0;
	padding: 2px;
	margin: 0;
}

.FormError {
	color: #d00;
	font-weight: bold;
	text-align: left;
	border: 0;
	padding: 0;
	margin: -6px 5px 10px 2px;
	display: block;
}

.FormField {
	font-size: 10px;
	color: #000;
	margin: 1px;
	padding: 0;
	width: 206px;
}

.FormFieldDisabled {
	font-size: 10px;
	color: #000;
	margin: 1px;
	padding: 1px;
	width: 206px;
	background-color: #eee;
	border: 1px solid #999;
}

.FormFieldNumber {
	font-size: 10px;
	color: #000;
	margin: 1px;
	padding: 0;
	width: 35px;
}

.FormTextArea {
	font: 8pt Verdana, Geneva, Arial, "DejaVu Sans", Helvetica, sans-serif;
	color: #000;
	margin: 1px;
	padding: 1px;
	width: 206px;
	height: 40px;
	overflow: auto;
}

.FormSelect {
	font-size: 10px;
	color: #000;
	margin: 1px;
	cursor: pointer;
	width: 210px;
}

.FormCheckbox {
	margin: 2px 0 -1px 1px;
	padding: 0;
}

.FormButton {
	font-size: 10px;
	margin: 1px;
	padding: 0;
	cursor: pointer;	
	width: 120px;
}

.FormButtonWide {
	font-size: 10px;
	margin: 1px;
	padding: 0;
	cursor: pointer;	
	width: 150px;
}

/* SEARCH AND SITEMAP */

.SearchResultsTable {
	border: 0;
	margin: 8px;
	padding: 0;
	width: 670px;
}

.ContactTable {
	border: 0;
	margin: 8px;
	padding: 0;
	width: 670px;
}

.SearchResultsTableCell {
	border: 0;
	padding: 5px 5px 5px 0;
	margin: 0;
}

.SearchResultsTableCell img {
	border: 1px solid #ccc;
	padding: 0;
	margin: 0;
	width: 60px;
	height: 80px;
}

.SearchResultsTableCell a {
	color: #00a;
	text-decoration: none;
} 

.SearchResultsTableCell a:hover {
	text-decoration: underline;
} 

.SearchResultsTableCell h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 3px 0;
}

.SearchResultsTableCell h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 3px 0 0 0;
	color: #d00;
}

.SitemapSection {
	font-weight: bold;
	font-size: 10pt;
	color: #00a;
	text-decoration: none;
	margin: 20px 0 0 10px;
}

.SitemapSubsection {
	font-weight: bold;
	font-size: 8pt;
	color: #00a;
	text-decoration: none;
	list-style-type: disc;
}

.SitemapProduct {
	font-weight: normal;
	font-size: 8pt;
	color: #00a;
	text-decoration: none;
	list-style-type: square;
}

.SitemapProductPrice {
	font-weight: normal;
	font-size: 8pt;
	color: #000;
	text-decoration: none;
}

.SitemapProductOffer {
	font-weight: normal;
	font-size: 8pt;
	color: #d00;
	text-decoration: none;
}

.SitemapSection a,
.SitemapSubsection a,
.SitemapProduct a {
	color: #00a;
	text-decoration: none;
} 

.SitemapSection a:hover,
.SitemapSubsection a:hover,
.SitemapProduct a:hover {
	text-decoration: underline;
} 

.TermsIndexBlock {
	width: 300px;
	float: left;
	display: block;
	margin-bottom: -10px;
}

.TermsMainBlock {
	width: 650px;
	float: left;
	display: block;
	clear: left;
}

.TermsSectionTitle,
.TermsIndex {
	font-weight: bold;
}

.TermsSection {
	padding-bottom: 20px;
	font-weight: normal;
}

.TermsItem {
	padding-bottom: 0px;
	padding-top: 10px;
}

.TermsLink {
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
}

.TermsIndex a,
.TermsItem a,
.TermsLink a {
	color: #00d;
	text-decoration: none;
}

.TermsIndex a:hover,
.TermsItem a:hover,
.TermsLink a:hover {
	text-decoration: underline;
}

.TermsTitle {
	margin: 10px 5px 8px 10px;
	font-size: 11pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

/* SIZE CHARTS */

.SizeTable {
	float: left;
	border-collapse: collapse;
	background-color: #fff;
	border: 1px solid #bbb;
	width: 260px;
	margin: 10px 0 20px 40px;
}

.SizeTable2 {
	float: left;
	border-collapse: collapse;
	background-color: #fff;
	border: 1px solid #bbb;
	width: 560px;
	margin: 10px 0 20px 40px;
}

.SizeTable td,
.SizeTable th,
.SizeTable2 td,
.SizeTable2 th {
	background-color: #fff;
	border: 1px solid #bbb;
	padding: 2px 2px 2px 2px;
	vertical-align: top;
}

.SizeTable2 a {
	text-decoration: none;
	color: #00c;
}

.SizeTable2 a:hover {
	text-decoration: underline;
}


.SizeImage {
	display: block;
	margin: 25px 0 20px 40px;
	border: 0;
}

/* FOOTER */

#Footer {
	clear: both;
	background: #fff fixed;
	width: 100%;
	text-align: center;
	border-top: 1px solid #ccc;
	padding: 0;
} 

#FooterContent {
	margin: auto;
	text-align: center;
	padding: 15px 0 0 0;
	width: 700px;
}

/* Hack for correct display on IE6 */
* html #FooterContent {
	width: 704px;
}

.FooterColumn {
	float: left;
	width: 175px;
	display: block;
}

.FooterColumn p {
	display: block;
	margin: 0 0 3px 0;
	font-size: 9pt;
}

.FooterColumn a {
	text-decoration: none;
	color: #00a;
}

.FooterColumn a:hover {
	text-decoration: underline;
}

#FooterLogos {
	padding: 25px 0 0 0;
	clear: both;
}

#FooterLogos img {
	border: 0;
	vertical-align: middle;
}

#FooterCopyright {
	font-size: 7pt;
	padding: 15px 0 10px 0;
	clear: both;
}

#FooterCopyright a {
	text-decoration: none;
	color: #00a;
}

#FooterCopyright a:hover {
	text-decoration: underline;
}

/* various text styles */
.error-text {
	display: block;
	text-align: left;
	font-size: 12pt;
	color: #d00;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px 5px 20px 10px;
}

.page-text {
	display: block;
	text-align: left;
	font-size: 1em;
	margin: 10px 10px 15px 10px;
}

.page-text a {
	text-decoration: none;
	color: #00a;
}

.page-text a:hover {
	text-decoration: underline;
}

.form-error {
	color: #d00;
	font-weight: bold;
}