/*---------------------------------------------------------------------------------------------------------------------------------------------*/
/* HEADER: General Tags &amp; Text */
/*---------------------------------------------------------------------------------------------------------------------------------------------*/

/* HELP: Basic body background for your store. You can use this to alter the background colour for your entire store */
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #91a0b3 url(../images/body-bg.gif) top repeat-x;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-size:100%;
}

/* HELP: Basic store link colour<br/><br/> */
a {
	color:#222;
	text-decoration: underline;
}

/* HELP: Basic store link colour (when mouse hovers over it) */
a:hover {
	color:#C00;
	text-decoration: underline;
}

a.red-link {
	color: #F00;
}

/* HELP: Main page headings, for example product names, section titles etc. */
h1 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 1.6em;
	font-weight: normal;
	color: #222;
	letter-spacing: -1px;
}

/* HELP: Sub-headings on the page, for example the section and product listing headers on section pages */
h2 {
	margin: 10px 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: normal;
	color: #222;
	letter-spacing: -1px;
}

/* HELP: Standard paragraph formatting for your store. Anything in a &lt;p&gt; tag will be displayed using this. */
p {
	margin: 0 0 10px 0;
	font-size: 0.75em;
}


/* HELP: Formatting for the &lt;strong&gt; HTML tag. By default this shows text in bold */
strong {
	font-weight: bold;
}

/* HELP: Basic styling for all user input form fields, including text boxes, textarea boxes etc. */
input {
	padding: 3px;
	font-size: 0.95em;
	font-weight: normal;
	background-color: #FFFFFF; 
	color: #333; 
	border: 1px solid #242254; 
}

textarea {
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #333;
	border: 1px solid #242254;
}

.submit-row input {
	border: none;
}

/* HELP: Style for checkboxes to avoid border applied to other input fields and tweak position */
.checkbox {
	position: relative;
	top: 2px;
	border: 0px;
}

/* HELP: Formatting for form select boxes (also called drop-down boxes)<br/><br/> */
select {
	padding: 3px;
	font-size: 0.9em;
	font-weight: normal;
	background-color: #FFFFFF; 
	color: #333; 
	border: 1px solid #242254; 
}

/* HELP: Style for all form buttons used on your store, including form submission buttons */
.button {
	padding: 4px 5px;
	font-size: 0.9em;
	background-color: #242254;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a.button:hover, .button:hover {
	background-color: #393786;
	color: #FFF;
	text-decoration: none;
}

/* HELP: Style used for places where a smaller text size is required, generally on product templates and product menu box listings */
.smaller-text {
	font-size: 0.8em;
	width: 100%;
}

/* HELP: General styling for main product prices shown in the store, excluding cart and checkout price displays */
.price {
	font-weight: normal;
	font-size: 0.8em;
	color: #ff0000;
}

/* HELP: Style used for all error text in the store, e.g. form entry validation errors etc. */
.error-text {
	font-size: 0.8em;
	font-weight: bold;
	color: #ff0000;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------*/
/* HEADER: Page Header */
/*---------------------------------------------------------------------------------------------------------------------------------------------*/

/* HELP: The main header bar for your store, where your logo, search and mini cart reside */
#header {
	width: 960px;
	height: 79px;
	background: url(../images/header-bg.gif) no-repeat;
	margin: 20px 0 0;
	padding: 0px;
	overflow: auto;
}

	/* HELP: Styling for your logo that appears in the main header for the store */
	#logo {
		display: none;
		width: 181px;
		height: 55px;
		margin: 12px 0 0 20px;
		float: left;
		background: url(../images/logo.gif) no-repeat;
		text-indent: -9999px;
		overflow: hidden;
		outline: none;
	}
	
	/*#printLogo {
		display: inline;
	}*/
	
	#header-right {
		width: 460px;
		margin: 26px 0 0;
		float: right;
		font-size: 0.75em;
	}
	
		#header-right ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		
			#header-right li {
				margin: 0 15px 0 0;
				padding: 0 0 0 15px;
				float: left;
				background: url(../images/header-tick.gif) left no-repeat;
				line-height: 30px;			
			}
			
		#header-right div {
			width: 140px;
			height: 30px;
			padding: 0 0 0 15px;
			border-left: 1px dotted #999999;
			font-weight: bold;
			float: left;
			line-height: 30px;
		}
		
			#header-right div span {
				color: #C00;
				font-weight: normal;
				font-style: italic;
			}
	
#menu {
	display: none;
	width: 960px;
	height: 30px;
	margin: 0 0 20px;
}

	#menu ul {
		width: 960px;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
		#menu li, #menu a, #menu a span {
			float: left;
		}
		
		#menu a {
			height: 29px;
			margin: 0 0 0 1px;
			padding: 0;
			background: transparent url(../images/menu-bg-left.gif) left no-repeat;
			color: #FFF;
			font-size: 0.8em;
			text-decoration: none;
			line-height: 2;
		}
		
		#menu a span {
			height: 29px;
			padding: 0 30px;
			background: transparent url(../images/menu-bg-right.gif) right no-repeat;
		}		
		
		#menu .first {
			margin: 0 0 0 15px;
		}

/*---------------------------------------------------------------------------------------------------------------------------------------------*/
/* HEADER: Left and Right Menus */
/*---------------------------------------------------------------------------------------------------------------------------------------------*/

/* HELP: The div container for the left menu in the store<br/><br/> */
#left-menu {
	display: none;
	font-size: 1em;
	color: #000000;
	width: 200px;
}

/* HELP: The div container for the right menu in the store<br/><br/> */
#right-menu {
	display: none;
	font-size: 1em;
	color: #000000;
	width: 200px;
}

#middle {
	width: 100%;
	margin: 0 7px;
	padding: 15px 0 0;
	float: left;
	background: url(../images/main-content-bg-top.gif) top no-repeat;
}

/* HELP: The overall container for each menu box in the left and right menus */
.menu-box, .menu-box-blue {
	width: 200px;
	margin: 0 0 10px;
	background: url(../images/side-box-bg-bottom.gif) bottom no-repeat;
	font-size: 0.75em;
	font-weight: normal;
}

	.menu-box-blue {
		background: url(../images/side-box-blue-bg-bottom.gif) bottom no-repeat;
	}

/* HELP: The title for the menu box<br/><br/> */
.menu-box-title {
	padding: 15px 0 0 15px;
	background: url(../images/side-box-bg-top.gif) top no-repeat;
	font-size: 1.2em;
	font-weight: normal;
	color: #F00;
	text-align: left;
}

	.menu-box-blue .menu-box-title {
		background: url(../images/side-box-blue-bg-top.gif) top no-repeat;
		color: #FFF;
	}

/* HELP: Standard formatting for each menu's content area<br/> */
.menu-box-content, .menu-box-content-white {
	width: 170px;
	padding: 15px;
	text-align: left;
	overflow: auto;
}

.menu-box-content-white {
	color: #FFF;
	font-size: 0.9em;
}

.menu-box-content-white a {
	color: #FFF;
}

/* HELP: The content area of each menu box where the contents in centered, e.g. the newsletter signup box */
.menu-box-content-center {
	width: 170px;
	padding: 15px;
	text-align: center;
}

	.menu-box-content label {
		width: 170px;
		margin: 0 0 3px;
		float: left;
		color: #FFF;
		font-size: 0.9em;
	}

	.menu-box-content input, .menu-box-content select {
		margin: 0 0 7px;
		color: #666;
		font-size: 0.9em;
	}
	
	.menu-box-content input {
		width: 158px;
		padding: 5px;
	}
	
	.menu-box-content input.submit {
		width: auto;
		float: left;
	}
	
	.menu-box-content select {
		width: 170px;
		padding: 3px 5px;
	}

/*---------------------------------------------------------------------------------------------------------------------------------------------*/
/* HEADER: Blue Boxes */
/*---------------------------------------------------------------------------------------------------------------------------------------------*/

.menu-box-content form input.submit {
	width: auto;
	height: 24px;
	margin: 0;
	padding: 0;
	background: transparent none;
	border: none;
}

#customer-links {
	width: 108px;
	margin: 0;
	padding: 0;
	/*float: right;*/
	list-style-type: none;
}

	#customer-links li {	
		padding: 0 0 0 9px;
		background: url(../images/blue-list-bg.gif) left no-repeat;
	}
	
		#customer-links a {
			color: #FFF;
			font-size: 0.8em;
			text-decoration: none;
		}

/* HELP: List formatting for the top level sections shown in the left menu. The links themselves will use the standard a and a:hover formatting. */
#menu-section-list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 0.9em;
}

	#menu-section-list li, #menu-section-list a {
		width: 170px;
		float: left;
		clear: left;
	}

	#menu-section-list a {
		margin: 2px 0;
		text-decoration: none;
	}
	
	#menu-section-list a:hover {
		text-decoration: underline;
	}

/* HELP: List formatting for the sub-sections shown in the left menu. The links themselves will use the standard a and a:hover formatting. */
#menu-section-list ul {
	width: 153px;
	margin: 0px;
	padding: 0px;
	padding-left: 17px;
	list-style-type: disc;
}

	#menu-section-list ul li, #menu-section-list ul a {
		width: 153px;
	}

/* HELP: Used to surround the product lists shown in the right menu in your store */
.menu-product-list {
	clear: both; padding-top: 2px;
	margin-bottom: 2px;
}

/* HELP: Used to format the small thumbnail images shown in product lists on the right menu in your store */
.menu-product-image {
	width: 35px;
	margin: 0 10px 0 0;
	float: left;
}

.menu-product-details {
	width: 125px;
	float: left;
}

div.tabcontent  {
	display:block;
}

/* HEADER: Main Content */
/* HELP: Basic style for the main content section of all the pages in your store. This is the section between the left and right menus. */
#main-content {
	color: #222;
	background: transparent url(../images/main-content-bg.gif) bottom no-repeat;
	font-size: 0.8em;
}

/* HELP: Style for the breadcrumb div shown above all the main content titles */
#breadcrumb {
	display: none;
	font-size: 0.6em;
	margin-bottom: 10px;
}

/* HELP: Style for the breadcrumb links<br/><br/> */
#breadcrumb a {
	text-decoration: none;
}

/* HELP: Style for the breadcrumb links when the mouse hovers over them<br/><br/> */
#breadcrumb a:hover {
	text-decoration: none;
}

/* HELP: Style for the title of the breadcrumb trail shown within the breadcrumb div */
#breadcrumb-title {
	font-weight: normal;
	margin-right: 3px;
	font-weight: bold;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------*/
/* HEADER: Page Footer */
/*---------------------------------------------------------------------------------------------------------------------------------------------*/

/* HELP: Containing div for the footer shown on every page in your store */
#footer {
	width: 960px;
	margin: 0 auto 0;
	padding-top: 20px;
	clear: both;
	color: #222;
}

/* HELP: Basic list formatting for the list of links in the footer<br/> */
.footer-links {
	width: 200px;
	margin: 0;
	padding: 0;
	float: left;
	font-size: 0.7em;
	list-style-type: none;
}

/* HELP: Style for each entry in the list of links<br/><br/> */
.footer-links li {
	margin: 0 10px 0 0;
	float: left;
}

/* HELP: Style for each actual link in the footer links<br/><br/> */
.footer-links a {
	float: left;
	color: #222;
	text-decoration: underline;
	font-weight: normal;
}

/* HELP: Style for each link in the footer links list when the mouse hovers over it */
.footer-links a:hover {
	text-decoration: underline;
	font-weight: normal;
}

/* HELP: Formatting for the copyright section of the store footer */
#copyright {
	float: right;
	font-size: 0.7em;
}

#footer-sections {
	display: none;
	width: 960px;
	margin: 30px 0 20px;
	clear: both;
	font-size: 0.7em;
}

	#footer-sections a.top {
		font-weight: bold;
	}
	
	#footer-sections span {
		font-size: 1.2em;
	}

/*---------------------------------------------------------------------------------------------------------------------------------------------*/
/* HEADER: Section Page Style */
/*---------------------------------------------------------------------------------------------------------------------------------------------*/

/* HELP: Container for the content (sub-sections &amp; products) on the section pages */
.section-content {
	clear: both;
	padding-top: 10px;
	overflow: auto;
}

/* HELP: Container for each sub-section listed on a section page<br/><br/> */
.sub-sections {
	margin: 0 0 20px;
	font-size: 0.9em;
}

/* HELP: Style for the section thumbnails shown on section pages, both for the section and sub-section listings */
.section-thumbnail {
	float: left; margin-right: 5px; padding: 3px;
}

/* HELP: Style for the display of the sub-section title on section pages */
.sub-section-title, .sub-section-title a {
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------*/
/* HEADER: Paging Styles */
/*---------------------------------------------------------------------------------------------------------------------------------------------*/

/* HELP: Container for the paging links on section and search pages */
.pages-container {
	clear: both;
	top: 0px;
	padding: 15px 0;
	margin:5px;
	font-weight: bold;
	font-size: 0.6em;
	text-align: right;
}

/* HELP: Basic list formatting for the paging links, including previous and next links */
.pages-list {
	margin-left: 0px;
	padding-left: 0px;
	white-space: nowrap;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

/* HELP: Formatting for each entry in the paging links<br/><br/> */
.pages-list li {
	color: #000000;
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin: 0px;
	margin-left: 1px;
	margin-right: 1px;
}

/* HELP: Display style for the page entry in the list that you are currently viewing */
.pages-list span { 
	padding: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px; 
	color: #FFFFFF;
	background-color: #393786;
	border: 1px solid #000000;
}

/* HELP: Actual clickable link for page numbers and previous and next links */
.pages-list a { 
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px; 
	color: #393786;
	background-color: #e4effa;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #000000;
}

/* HELP: Clickable link style when mouse hovers over it<br/><br/> */
.pages-list a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #393786;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------*/
/* HEADER: Product Listing Styles */
/*---------------------------------------------------------------------------------------------------------------------------------------------*/
#section-product-sort {	
	margin: 0;
	padding: 10px 0;
	border-top: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
	font-size: 0.8em;
}

.product-single {
	margin: 0 0 10px 0;
	padding: 0 0 10px;
	overflow: auto;
	border-bottom: 1px solid #b9b9b9;
}

/* HELP: Styling for the product thumbnails shown in the main content where products are listed, e.g. section pages */
.product-thumbnail {
	margin-right: 5px; padding: 3px; padding-left: 0px; border: 0px;
}

/* HELP: Used for the left hand column on product lists if you've selected to show two columns in the template options */
.product-column-left, .product-column-right {
	height: 220px;
	float: left;
	padding: 10px;
	border-bottom: 1px solid #b9b9b9;
	border-right: 1px solid #b9b9b9;
}

.product-column-left {
	width: 238px;
}

.product-column-right {
	width: 237px;
	border-right: none;
}

/* HELP: Additional formatting for product titles shown on section/search pages */
.section-product-title, .section-product-title a {
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
}

.section-product-desc {
	margin: 10px 0;
	font-size: 0.7em;
}

/* HELP: Gap between products if you have selected two columns for products in the template options */
.product-gap {
	width:2%; float: left;
}

/* HELP: Vertical separator been products on product listing pages, e.g. section pages */
.product-separator {
	clear: both; 
	border: 0px; 
	margin-bottom: 8px; 
	height: 5px;
	border-bottom: 1px dotted #bbbbbb; 
	background: #ffffff; 
	color: #ffffff;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------*/
/* HEADER: Other Product Styles */
/*---------------------------------------------------------------------------------------------------------------------------------------------*/


/* HELP: Styling for the product image shown on the product page.<br/><br/> */
.product-image {
	float: left;
	margin: 0 20px 20px 0;
	padding: 0 20px 0 0;
	border-right: 1px solid #aaa;
}

	.product-image img {
		border: 0;
	}
	
/* HELP: Used to contain the product flags where ever they appear, e.g. section pages, product pages */
.product-flag-container {
	float: right; width: 4.5em; margin-left: 5px; padding: 3px;
}

/* HELP: Used to style each individual product flag when displayed<br/><br/> */
.product-flag {
	font-size: 0.6em; 
	font-weight: normal;
	background-color: #FF0000; 
	color: #ffffff; 
	border: 1px dotted #ff0000; 
	border-left: 3px solid #ff0000; 
	margin-bottom: 3px; 
	padding-left: 3px; 
	white-space: nowrap;
	text-align: right;
}

.vat-price {
	font-size: 0.6em;
}

#shipping-stock {
	margin: 5px 0 0;
	font-size: 0.6em;
}

#product-qty {
	margin: 10px 0 0;
	font-size: 0.8em;
}

#material-options {
	margin: 10px 0 0;
	font-size: 0.7em;
}

	#material-options div {
		margin: 0 0 10px;
	}
	
		#material-options div a {
			color: #F00;
		}

/* HELP: Container for add to basket, add to wishlist and more info links */
.links-container {
	font-weight: bold;
	margin: 3px;
}

/* HELP: Style for product links, e.g. add to wishlist and more info links */
.product-link {
	font-size: 0.7em;
	font-weight: bold;
	border: 0px;
	color: #FF0000;
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
	cursor: pointer;
	text-decoration: underline;
}

/* HELP: Style for product links, e.g. add to wishlist and more info links when mouse hovers over it */
.product-link:hover {
	color: #003366;
	text-decoration: underline;
}

/* HELP: Style for product add to cart buttons in your store<br/><br/> */
.product-add {
	width: 93px;
	height: 24px;
	margin: 0 0 10px;
	border: none;
	cursor: pointer;
}

.product-table {
	margin: 10px 0 0;
	font-weight: normal;
	font-size: 0.8em;
}

.product-table th {
	background-color: #393786;
	color: #FFF;
	text-align: left;
	font-weight: normal;
}

.product-table th, .product-table td {
	padding: 2px;
}

.product-table td {
	background-color: #F1F1F1;
	font-style: italic;
}

/* HELP: Overall container for the product extra fields section of the product pages */
.product-extra-fields {
	float: left; margin-left: 5px; text-align: left;
}

#product-description {
	width: 300px;
	margin: 0 0 20px;
	/*overflow: auto;*/
}

#product-description ul {
	width: 290px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

	#product-description li {
		width: 282px;
		margin: 0 15px 3px 0;
		padding: 0 0 0 18px;
		background: url(../images/header-tick.gif) left no-repeat;
		font-size: 0.75em;			
	}
	
.tabcontent {
	overflow: auto;
}

.tabcontent .product-table {
	width: 300px;
	margin: 0 0 20px;
}


/*---------------------------------------------------------------------------------------------------------------------------------------------*/
/* HEADER: Product - Tabbed Content */
/*---------------------------------------------------------------------------------------------------------------------------------------------*/
#material-images {
	float: right;
}

	#material-images div, .photo div {
		width: 107px;
		margin: 0 0 10px;
		padding: 1px 3px;
		background-color: #393786;
		color: #FFF;
		font-size: 0.8em;
	}
	
	.photo {
		width: 104px;
		margin: 0 15px 15px 0;
		float: left;
	}
	
	.photo div {
		width: 98px;
	}

/*---------------------------------------------------------------------------------------------------------------------------------------------*/
/* HEADER: Product Option Tables */
/*---------------------------------------------------------------------------------------------------------------------------------------------*/
/* HELP: Overall container for the product options section of the product pages */
.product-options-container {
	float: right; width: 254px;
}

/* HELP: Container for the table used to display attribute combinations, option stock levels and price combinations on product page template */
.product-table-div {
	text-align: center;
}

/* HELP: Table used to display attribute combinations, option stock levels and price combinations */
/*.product-table {
	margin-left: auto;  margin-right: auto;
	padding: 0px;
	width: 100%;
	border: 0px;
}*/

/* HELP: Caption shown about a product option table on the product page template */
/*.product-table caption {
	font-weight: bold;
	font-size: 0.70em;
	margin-left: auto;  margin-right: auto;
	text-align: right;
}*/

/* HELP: Header table cell for the product options table<br/><br/> */
/*.product-table th {
	font-weight: bold;
	font-size: 0.70em;
	background-color: #aaaaaa;
	padding: 2px;
	text-align: left;
	vertical-align: top;
}*/

/* HELP: Normal table cell for the product options table<br/><br/> */
/*.product-table td {
	font-weight: normal;
	font-size: 0.70em;
	background-color: #dddddd;
	padding: 2px;
	text-align: left;
}*/

/*---------------------------------------------------------------------------------------------------------------------------------------------*/
/* HEADER: Cart Table Styles */
/*---------------------------------------------------------------------------------------------------------------------------------------------*/

/* HELP: Overall container the cart on your cart.html template<br/><br/> */
.cart-div {
	text-align: center;
}

/* HELP: Style for the cart table itself<br/><br/> */
.cart-table {
	width: 100%;
	padding: 0px;
	border: 0px;
	font-size: 0.70em;
}

/* HELP: Style for caption tag above the cart table<br/><br/> */
.cart-table caption {
	font-size: 0.70em;
	margin-left: auto;
	margin-right: auto;
}

/* HELP: Style for table header cells<br/><br/> */
.cart-table th {
	padding: 3px;
	background-color: #393786;
	color: #FFF;
	text-align: left;
	font-weight: normal;
}

/* HELP: Style for table header sells with right justification<br/><br/> */
.cart-table th.right {
	text-align: right;
}

.cart-table th a {
	color: #FFF;
}

/* HELP: Style for table header totals<br/><br/> */
.cart-table th.total {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

/* HELP: Style for normal table cells<br/><br/> */
.cart-table td {
	padding: 2px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	font-style: italic;
}

/* HELP: Style for normal table cells, with right justification<br/><br/> */
.cart-table td.right {
	font-weight: normal;
	padding: 2px;
	text-align: right;
	vertical-align: top;
}

.cart-table td.cart-links a {
	margin: 0 20px 0 0;
	float: left;
	font-size: 1.2em;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------*/
/* HEADER: Send To Friend Styles */
/*---------------------------------------------------------------------------------------------------------------------------------------------*/

/* HELP: Container for the send to a friend links shown in the store<br/><br/> */
.send-friend {
	font-weight: bold;
	font-size: 0.8em;
	margin-right: 3px;
	margin-top: 1px;
}

/* HELP: Style used for the send to friend link itself within the send-friend container */
.send-friend a {
	font-size: 1em;
	text-decoration: none; 
	color:#ff8d29; 
}

/* HELP: Style used for the send to friend link, when the mouse hovers over it, within the send-friend container */
.send-friend a:hover { 
	color:#ff8d29; 
	text-decoration: underline; 
	cursor: pointer;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------*/
/* HEADER: Account Styles */
/*---------------------------------------------------------------------------------------------------------------------------------------------*/

/* HELP: Used as a container for the account home page information for both customer accounts and affiliate accounts */
#account-summary {
	margin-left: auto; margin-right: auto; text-align: center; width: 420px;
}

/* HELP: Style for the left column of the account home page information */
#account-summary-left {
	float: left; width: 200px; text-align: left;
}

/* HELP: Style for the right column of the account home page information */
#account-summary-right {
	float: right; width: 200px; text-align: left;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------*/
/* HEADER: Form Entry Tables */
/*---------------------------------------------------------------------------------------------------------------------------------------------*/

/* HELP: Container for form entry tables<br/><br/> */
.form-div {
	text-align: center;
}

/* HELP: Table definition for form entry tables<br/><br/> */
.form-table {
	margin-left: auto;  margin-right: auto;
	padding: 0px;
	border: 0px;
}

/* HELP: Header table cell<br/><br/> */
.form-table th {
	font-weight: bold;
	font-size: 0.8em;
	padding: 2px;
	text-align: left;
	vertical-align: top;
	padding-top: 3px;
}

/* HELP: Normal table cell<br/><br/> */
.form-table td {
	font-weight: normal;
	font-size: 0.8em;
	padding: 2px;
	text-align: left;
}

/* HELP: Style for the table row that contains the submit button for the form<br/><br/> */
.form-table td.submit-row {
	text-align: right;
}

.form-table input[type=text], .form-table input[type=password] {
	width: 220px;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------*/
/* HEADER: General Table Styles */
/*---------------------------------------------------------------------------------------------------------------------------------------------*/

/* HELP: Container for general tables used throughout the store templates<br/><br/> */
.general-table-div {
	text-align: center;
}

/* HELP: Sryling for the table tag itself, overall styling for the table<br/><br/> */
.general-table {
	width: 100%;
	margin-left: auto;  margin-right: auto;
	padding: 0px;
	border: 0px;
	font-size: 0.8em;
}

/* HELP: Container for caption tag shown above general tables<br/><br/> */
.general-table caption {
	font-weight: bold;
	font-size: 0.70em;
	margin-left: auto;  margin-right: auto;
	text-align: right;
}

/* HELP: Style for table header cell<br/><br/> */
.general-table th {
	padding: 3px;
	background-color: #393786;
	color: #FFF;
	text-align: left;
	font-weight: normal;
}

/* HELP: Style for normal table cell<br/><br/> */
.general-table td {
	font-weight: normal;
	padding: 2px;
	text-align: left;
}

/* HELP: Style for normal table cell with bold font styling<br/><br/> */
.general-table td.bold {
	font-weight: bold;
	padding: 2px;
	text-align: left;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------*/
/* HEADER: Advanced Styles */
/*---------------------------------------------------------------------------------------------------------------------------------------------*/

html {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;

}

/* HELP: Simple style for forms to avoid any unplanned gaps */
form {
	margin: 0px;
	padding: 0px;
}

.clear-left {
	clear: left;
}

.clear-both {
	clear: both;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.center {
	text-align: center;
}
