html {
	height: 100%;	
	}

body {
	font-family: Georgia, Tahoma, verdana, sans-serif;
	background-color: #ffffff;
	color: #333;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-size:100%;
	min-height: 100%; height: 100%;
	font-size: 13px;
}

div#main-content {
	width: 660px;
	float: right;
}

a
{
	color: #0d6ad3;
	outline: none;
	text-decoration: none;
}

h1 {
	font-size: 36px;
	color: #002e5f;
	background-color: #ffffff;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: both;
}

h2 {
	color: #666666; 
	font-size: 14px;
}

h3 {
	font-size: 20px;
	color: #002e5f;
	background-color: #ffffff;
	clear: both;
}

h4 {
	color: #002e5f;
	background-color: #ffffff;
	font-weight: bold;
	clear: both;
}

h5 {
	color: #666666;
	font-size: 14px;
	font-weight: normal;
}

textarea {
	border: 1px solid #cccccc;
	color: #666666;
	font-size: 18px;
}

textarea hover{
	border: 1px solid #cccccc;
}

strong {
	font-weight: bold;
}

input { 
	font-weight: normal;
	background-color: #FFFFFF; 
	color: #666; 
	border: 1px solid #cccccc;
	font-size: 18px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.checkbox {
	position: relative;
	top: 2px;
	border: 0px;
}

select { 
	font-weight: normal;
	background-color: #FFFFFF; 
	color: #666;
	border: 1px solid #666;
	padding: 2px;
	font-size: 18px;
}

option {
	color: #666666;
	border: 1px solid #666;
}

.button {
	font-size: 0.9em;
	font-weight: bold;
	background-color: #ffffff;
	border: 1px solid #000000;
	color: #666666;
	cursor: pointer;
	height: 2em;
	padding-bottom: 1px;
}

.button:hover {
	font-size: 0.9em;
	font-weight: bold;
	background-color: #1a5bb0;
	border: 1px solid #000000;
	color: #ffffff;
	cursor: pointer;
	height: 2em;
	padding-bottom: 1px;
}

.smaller-text {
	font-size: 0.8em;
	width: 100%;
}

.price {
	font-size: 24px;
	color: #b3004c;
}

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

/* HEADER: Page Header */
/* HELP: The main header bar for your store, where your logo, search and mini cart reside */
#header {
	background-color: #ffffff;
	border-bottom: 1px solid #1a5bb0;
	border: 0px solid #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 900px;
	padding: 0px;
}

#header-loggedinmessage {
	float: left;
	margin-left: 60px;
	margin-top: 14px;
	clear: left;
	color: #999;
	font-size: 11px;
}

#header-bluemenu-container {
	float: left;
	width: 900px;
	text-align: right;
	font-weight: bold; 
	margin-top: 5px;
}

#header-bluemenu {
	width: 900px;
	background-color: #839db9;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 20px;
}

.header-bluemenu-item {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 16px;
	display: inline;
}

.header-whitemenu-mainitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

#whitemenu-container {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 900px;
	float: left;
	text-align: center;
}

ul.whitemenu {
	width: 900px;
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
ul.whitemenu li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}

ul.whitemenu a {
	position: relative;
	display: block;
}

ul.dropdown {
	margin: 0px 0 0 0;
	padding: 0px;
	display: block;
	top: 100%;
	width: 200px;
	display: none;
	left: 0;
	border-bottom: 1px solid #c3c3c3;
	background-color: #FFF;
	background-image: url(../images/header/dropdown-bg.gif);
	background-repeat:repeat-x;
	background-position: bottom left;
}

ul.dropdown ul.dropdown {
	top: 0;
	left: 95%;
}
ul.dropdown li {
	margin: 0;
	float: none;
	position: relative;
	list-style: none;
	display: block;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	border-right: 1px solid #c3c3c3;
	border-left: 1px solid #c3c3c3;
}

ul.dropdown li a {
	display: block;
	color: #333;
	padding:  6px 6px 4px 11px;
}

ul.dropdown li a:hover{
	color: #294f78;
	background-color: #eef0f2;
}


#sub-header {
	font-size: 0.7em;
	font-weight: normal;
	color: #666666;
	background-color: #ffffff;
	margin: 0px;
	width: 100%;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 3px;

}

#sub-header span {
	padding-left: 5px;
}

#logo {
	float: left; border: 0px;
}


#top-links {
	float: right;
	display: inline;
	padding-right: 5px;
}

#top-links-list {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}

#top-links-list li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-weight: normal;
}

#top-links-list a { 
	font-weight: normal;
	font-size: 1em;
	padding: 1px 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	color: #000000;
	text-decoration: underline;
}

#top-links-list a:hover {
	text-decoration: underline;
	color: #003366;
}

#loginbar {
	border: 1px solid #eaeaea;
	width: 630px; 
	height: 35px;
	clear: both;
	margin-top: 20px;
}

#loginsidebar {
	float: left;
	border: 1px solid #eaeaea;
	width: 100%; 
	clear: both;
	margin-top: 0px;
}

#search {
	border: 1px solid #eaeaea;
	width: 234px;
	margin-right: 5px; 
	float: right;
	height: 35px;
}

.search-box {
	font-size: 12px;;
	font-weight: normal;
	background-color: #f7f7f7; 
	color: #333; 
	border: 1px solid #eaeaea; 
	padding-bottom: 1px;
	width: 128px;
}

.search-noresults-box {
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	margin-top: 35px;
	width: 575px;
}

#search-button {
	background-color: #8dbfff;
	font-weight: bold;
	font-size: 0.9em;
	border: 1px solid #000000;
	color: #000000;
	cursor: pointer;
	padding-bottom: 1px;
	height: 17px;
	position: relative;
	padding-bottom: 2px;
}

.search-title {
	float: left;
	font-size: 36px;
	color: #002e5f;
}

#mini-cart {
	float: right;
	border: 1px solid #eaeaea;
	display: inline;
	height: 35px;
}

#mini-cart-summary {
	font-weight: normal;
	font-family: Verdana, Tahoma, Georgia, Arial;
	font-size: 11px;
	color: #999;
}

#mini-cart-list {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}

#mini-cart-list li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-weight: bold;
	padding-left: 5px;
}

#mini-cart-list a { 
	font-weight: bold;
	font-size: 1em;
	padding: 1px 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	color: #003366;
	text-decoration: underline;
}

#mini-cart-list a:hover {
	color: #000000;
	text-decoration: underline;
}

#left-menu {
	font-size: 1em;
	color: #000000;
	width: 223px;
}

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

/* HELP: The overall container for each menu box in the left and right menus */
.menu-box {
	width: 205px;
	font-size: 12px;
	font-weight: normal;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	margin: 0px;
	padding: 0px;
	float: left;
}

.menu-box-item {
	border-bottom: 1px solid #e9e9e9;
	padding-left: 15px;
	padding-top: 14px;
	padding-bottom: 12px;
}

.menu-box-item a {
	color: #666;
}

.menu-box-item:hover{
	background-color: #e9e9e9;
	cursor: pointer;
}

.menu-box-item-selected {
	background-image: url(../images/leftmenu/leftmenu-item-selected.gif);
	background-repeat: no-repeat;	
	text-align: left;
	padding-top: 14px;
	width: 223px;
	border-bottom: 0px;
}

.menu-box-item-selected:hover {
	background-color: #ffffff;
}

.menu-box-item-selected a {
	font-weight: bold;
	color: #FFFFFF;
}

.menu-box-item-subsection {
	font-size: 11px;
	background-color: #f2f2f2;
	padding-left: 30px;
	border-bottom: 1px solid #e9e9e9;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
}

.menu-box-item-subsection a {
	color: #666666;
}

.menu-box-item-subsection:hover{
	background-color: #e9e9e9;
	cursor: pointer;
}

.menu-box-item-subsection-selected {
	background-color: #e9e9e9;
}


/* HELP: Standard formatting for each menu's content area<br/> */
.menu-box-content {
	text-align: left;
	overflow: visible;
}

/* HELP: The content area of each menu box where the contents in centered, e.g. the newsletter signup box */
.menu-box-content-center {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 2px;
	margin-right: 2px;
	text-align: center;
	overflow: auto;
}

/* 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; padding-left: 17px; list-style-type: disc;
}


/* 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 {
	margin: 0px; padding: 0px; padding-left: 17px; list-style-type: disc;
}

/* HELP: List formatting for the customer account links in the left menu. Also used for open account etc. links if customer is customer is not logged in */
#customer-links {
	margin: 0px; padding: 0px; padding-left: 17px; list-style-type: disc;
}

/* HELP: List formatting for the news links in the left menu. The links themselves use the standard a and a:hover formatting */
#news-links {
	margin: 0px; padding: 0px; padding-left: 17px; list-style-type: disc;
}

/* 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 {
	margin-right: 5px; float: left; position: relative;
}

/* 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: #000000;
	background-color: #ffffff;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 1em;
}

/* HELP: Style for the breadcrumb div shown above all the main content titles */
#breadcrumb {
	font-size: 11px;;
	width: 100%;
	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;
	color: #666666;
	background-color: #ffffff;
	padding-left: 3px;
	padding-right: 3px;
	margin-right: 3px;
	font-weight: normal;
}

/* HEADER: Page Footer */
/* HELP: Containing div for the footer shown on every page in your store */
#footer {
	color: #000000;
	margin: 0px;
	padding-top: 20px;
	width: 900px;
	clear: both;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.footer-flags {
	float: right;
	text-align: center;
	padding-top: 10px;
	width: 200px;
	text-align: right
}

.footer-image {
	border: 1px solid #eaeaea;
	padding: 4px;
}

.footer-header {
	width: 202px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #9c9c9c;
	font-size: 13px;
	background-color: #f3f3f3;
}



.footer-promoblockleft {
	float: left;
	width: 300px;
	height: 120px;
	margin-bottom: 30px;
	margin-top: 30px;
	border-right: 1px solid #e9e9e9;
}

.footer-promoblockcentre {
	float: left;
	width: 300px;
	height: 120px;
	margin-bottom: 30px;
	margin-top: 30px;
	border-right: 1px solid #e9e9e9;
	clear: none;
}

.footer-promoblockright {
	float: right;
	width: 298px;
	height: 120px;
	margin-bottom: 30px;
	margin-top: 30px;
	clear: none;
}

h6 {
	width: 184px;
	padding-top: 15px;
	padding-left: 18px;
	color: #9c9c9c;
	font-size: 11px;
	text-align: left;
}

h6 a { 
	color: #9c9c9c;
}

h6 a:hover {
	color: #0d6ad3;
}

.footer-links {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	font-size: 0.7em;
	padding-bottom: 10px;
}

.footer-links li {
	font-weight: bold;
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
}

.footer-links a { 
	color: #000000;
	padding: 1px 1px;
	margin: 2px 2px 0px 0px;
	white-space: nowrap;
	text-decoration: underline;
	font-weight: normal;
	color: #f08100;
}

.footer-links a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #000000;
}

/* HELP: Formatting for the copyright section of the store footer */
#copyright {
	clear: both;	
	font-size: 10px;
	padding-top: 20px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: Verdana, Tahoma, Arial;
	color: #b1b1b1;
}

.home-social-div {
	height: 24px;
	width: 24px;
	float: left;
	margin-right: 6px;
	cursor: pointer;
}

#home-social-facebook {
	background-image: url(../images/socialicons/social-large-facebook-col.gif);
}

#home-social-facebook:hover {
	background-image: url(../images/socialicons/social-large-facebook.gif);
}

.home-social-twitter {
	background-image: url(../images/socialicons/social-large-twitter-col.gif);
}

.home-social-twitter:hover {
	background-image: url(../images/socialicons/social-large-twitter.gif);
}

.home-social-youtube {
	background-image: url(../images/socialicons/social-large-youtube-col.gif);
}

.home-social-youtube:hover {
	background-image: url(../images/socialicons/social-large-youtube.gif);
}

.home-social-rss {
	background-image: url(../images/socialicons/social-large-rss-col.gif);
}

.home-social-rss:hover {
	background-image: url(../images/socialicons/social-large-rss.gif);
}

.home-social-delicious {
	background-image: url(../images/socialicons/social-large-delicious-col.gif);
}

.home-social-delicious:hover {
	background-image: 		url(../images/socialicons/social-large-delicious.gif);
}


.section-content {
	clear: both; padding-top: 10px;
}

.section-send-friend {
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	float: right;
}

.section-send-friend a{
	color: #999;
}

.sub-section-container
{
	width: 100%;
	background-color: #fafafa;
	border: solid 1px #e9e9e9;
	text-align: left;
	float: left;
	padding-top: 00px;
	padding-left: 10px;
	padding-bottom: 12px;
}

.section-thumbnail {
	float: left; 
	margin-right: 5px; 
	padding: 8px;
	border: 1px solid #eeeeee;
}

.section-fulldesc {
	font-size: 12px;
	color: #666;
}

/* 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 */

.pages-section-title {
	font-weight: normal;
	color: #666666;
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
}

.pages-search-title {
	font-weight: normal;
	color: #666666;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* HELP: Container for the paging links on section and search pages */
.pages-container {
	float: left;
	width: 100%;
	top: 0px;
	padding: 1px;
	margin-top: 30px;
	margin-bottom: 5px;
	text-align: right;
	font-size: 20px;
}
/* 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: #000000;
	background-color: #e7f2ff;
}

/* HELP: Actual clickable link for page numbers and previous and next links */
.pages-list a { 
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px; 
	color: #003d7d;
	background-color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
}

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

.login-faqtitle {
	color: #dc7e0f;
	font-size: 17px;
	margin-bottom: 10px;
}

.login-links {
	font-size: 12px;
	text-align: center;
}

/* HEADER: Product Listing Styles */

/* HELP: Styling for the product thumbnails shown in the main content where products are listed, e.g. section pages */
.product-thumbnail {
	padding: 8px;
	border: 1px solid #e9e9e9;
}

/* HELP: Used for the product lists if you've selected to show a single column in the template options */
.product-single {
	clear: both; text-align: left;
	margin-left: auto; margin-right: auto;
	zoom: 1;
}

.product-name {
	font-size: 24px;
	color: #002e5f;
	width: 310px;
	float: left;
}

#product-code {
	font-family: Verdana, Tahoma, Arial;
	color: #b7b7b7;
	font-size: 11px;
	float: left;
	clear: left;
	width: 100%;
}
#product-shortdesc {
	font-size: 12px;
	color: #666666;
	margin-top: 15px;
	float: left;
	width: 100%;
}

.product-optionsbox {
	border: 1px solid #ececec;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: right;
	width: 430px;
}

.product-optiontitle {
	font-size: 14px;
	color: #464646;
	padding-left: 19px;
	padding-right: 14px;
	padding-bottom: 4px;
	padding-top: 10px;
}

.product-optionname {
	font-size: 14px;
	color: #666666;
	padding-left: 19px;
	padding-right: 14px;
	padding-bottom: 20px;
}

.product-optionfieldcontainer {
	margin-left: 18px;
	padding-bottom: 12px;
}

.product-optionfield {
	font-size: 24px;
	color: #666666;
	border: 1px solid #c1c1c1;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	font-family: Georgia, Verdana, Tahoma;
}

.product-userinputfield {
	font-size: 13px;
	max-width: 430px;
	
}

.product-checkboxoption {
	font-size: 14px;
	color: #666666;
	margin-left: 30px;
	padding-bottom: 4px;
	padding-top: 4px;
	border: 0px;
}

.product-radiooption {
	font-size: 14px;
	color: #666666;
	margin-left: 30px;
	padding-bottom: 4px;
	padding-top: 4px;
	border: 0px;
}

.product-selectdropdown {
	margin-left: 18px;
	margin-top: 5px;
}

.product-selectoption {
	font-size: 17px;
	color: #666666;
	border: 1px solid #c1c1c1;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
	font-family: Georgia, Verdana, Tahoma;
}

.product-buttons {
	border: 1px #8f1945 solid;
	font-size: 18px;
	width: 184px;
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ffffff;
	font-family: Georgia, Verdana, Tahoma;
	background: #8f1945 url(../images/buttons/bg-button-productfade.gif) 0 0 repeat-x;
	cursor: pointer;
	margin: 0;
}

.product-orange-buttons {
	border: 1px #e4c49d solid;
	font-size: 12px;
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 23px;
	padding-right: 23px;
	color: #ffffff;
	font-family: Georgia, Verdana, Tahoma;
	background-image: url(../images/buttons/bg-button-productorangefade.gif);
	cursor: pointer;
}

.product-newproductmarker {
	color: #f08100;
}

.product-specialoffermarker {
	color: #d30000;
}

.product-topproductmarker {
	color: #23801a;
}

#product-actionnbuttons-container {
	width: 388px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 15px;
	height: 40px;
}

#product-paypalexpress-container {
	width: 100%;
	text-align: center;	
}

/* HELP: Used to style each individual product flag when displayed<br/><br/> */
.product-flag {
	font-size: 11px; 
	font-weight: normal;
	float: left;
	margin-right: 12px;
	margin-top: 10px;
}

/* HELP: Used to contain the product flags where ever they appear, e.g. section pages, product pages */
.product-flag-container {
	float: left;
	clear: left;
}

.product-saving-container {
	float: left;
	margin-top: 12px;
	clear: left;
}

.product-bulletpoint-container {
	width: 415px;
	margin-top: 25px;
	float: left;
}

.product-bulletpoint {
	float: left;
	clear:left;
	width: 415px;
	font-size: 12px;
	padding-left: 35px;
	margin-bottom: 12px;
}

.product-share-container {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 12px;
}

.product-share-textbutton {
	font-family: Verdana, Tahoma, Arial;
	color: #929292;
	font-size: 11px;
	cursor: pointer;
	text-align: center;
}

.product-share-iconcontainer {
	border: solid 1px #ececec;
	margin-top: 12px;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;
	display: none;
}

.product-share-icon {
	margin-left: 12px;	
}

.product-tab-container {
	border: #ededed 1px solid;
	background-color: #fafafa;
	float: left;
	width: 100%;
	padding-bottom: 12px;
	margin-top: 25px;
}

.product-grouped {
	float: left;
	width: 450px;
	margin-top: 12px;
	font-size: 12px;
}

.product-grouped-title {
	float: left;
}

.product-grouped-product {
	float: left;
	clear: left;
	margin-top: 5px;
	margin-left: 21px;
}

.product-tabpromo {
	width: 184px;
	height: 112px;
	border: solid 1px #ececec;
	float: right;
	margin-top: 12px;
	margin-right: 12px;
	clear: right;
	background-color: #FFF;
}

#product-tabs {
	width: 672px;
	border: 1px solid #e1e1e1;
	margin-top: 12px;
	margin-left: 12px;
	float: left;
	min-height: 233px;
}

.product-associateditems-title {
	font-size: 27px;
	color: #002e5f;
	margin-top: 25px;
}

.product-associateditems-box {
	width: 100%;
	text-align: center;
	float: left;
}

.product-bottomitems-container {
	float: left;
	width: 100%;
	margin-top: 35px;
}

.product-alsobought-title {
	font-size: 16px;
	color: #002e5f;
	float:left;
	margin-bottom: 25px;
}

.product-alsobought-box {
	border-right: 1px solid #e9e9e9;
	width: 334px;
	float: left;
	text-align: left;
	min-height: 189px;
}

.product-alsobought-listitem {
	width: 300px;
	margin-bottom: 21px;
	float: left;
}

.product-alsobought-productname {
	font-size: 12px;
	float: left;
	width: 225px;

}

.product-alsobought-noitems {
	text-align: center;
	color: #b3004c;
	margin-top: 75px;
}

.product-alsobought-noitems a{
	color: #b3004c;
	text-decoration: none;
}

.product-alsobought-price {
	font-size: 12px;
	float: right;
	color: #b3004c;
	text-align: right;
}

.product-promo-middle {
	width: 325px;
	border-right: 1px solid #e9e9e9;
	float: left;
}

.product-promo-right {
	width: 239px;
	float: right;
}

/* 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 {
	width: 49%; float: left;
}

/* HELP: Used for the right hand column on product lists if you've selected to show two columns in the template options */
.product-column-right {
	width: 49%; float: right;
}

/* HELP: Container used if you have selected to show two columns for products in the template options */
.product-double {
	text-align: left;
}

.product-asktheexperts-fieldtitle {
	font-family: Georgia, Verdana, Tahoma, Arial;
	font-size: 14px;
	color: #666;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	clear: left;
}

.product-asktheexperts-field {
	font-family: Georgia, Verdana, Tahoma, Arial;
	font-size: 14px;
	color: #666;
	float: left;
}



/* HELP: Additional formatting for product titles shown on section/search pages */
.section-product-title, .section-product-title a {
	text-decoration: none;
	font-size: 12px;
	color: #666666;
	width: 137px;
	float: left;
	border: px solid #960;
	text-align: left;
	clear: left;
}

.section-price {
	color: #b3004c;
	font-size: 12px;
	float: right;
	width: 70px;
	border: 0px solid #366;
	text-align:right;
}

.section-printview-table {
	font-family: Georgia, Verdana, Tahoma, Arial;
	font-size: 13px;
	color:#333;
}

/* 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 {
	border: 1px solid #eeeeee;
	float: left; 
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 8px;
}

/* 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: #f08100;
	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 {
	font-size: 0.7em;
	font-weight: bold;
	background-color: #1a5bb0;
	color: #ffffff;
	padding: 2px;
	border: 1px solid #000000;
	cursor: pointer;
	height: 2em;
}

/* HELP: Style for product add to cart buttons in your store, when mouse hovers over them */
.product-add:hover {
	background-color: #f08100;
}

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

/* HEADER: Product Option Tables */

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

.products-tables-container {
	float: left;
	width: 350px;
}

.product-table-title {
	font-weight: bold;
	font-size: 13px;
	margin-top: 15px;
}

/* 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;
	margin-top: 10px;
}

/* 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;
	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;
	color: #333;
	background-color: #dfdfdf;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	font-size: 13px;
}

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

/* HEADER: Cart Table Styles */

.cart-stepbystep-container {
	margin-top: 25px;
}

/* HELP: Overall container the cart on your cart.html template<br/><br/> */
.cart-div {
	text-align: center;
	width: 100%;
	float:left;
	margin-top: 26px;
}

.cart-error-container {
	padding-top: 20px;
	text-align: center;
}

/* HELP: Style for the cart table itself<br/><br/> */
.cart-table {
	border: 1px solid green;
	float: left;
	padding: 0px;
	border: 1px solid #eeeeee;
	width: 824px;
}

/* HELP: Style for table header cells<br/><br/> */
.cart-table th {
	border: 1px solid #eeeeee;
	padding: 2px;
	text-align: left;
	vertical-align: top;
}

/* HELP: Style for table header sells with right justification<br/><br/> */
.cart-table th.right {
	border: 1px solid #eeeeee;
	padding: 2px;
	text-align: right;
	vertical-align: top;
}

.cart-thumbnail {
	border: 1px solid #ebebeb;
	padding: 5px;
}

.cart-thumbnail-container{
	float: left;
	clear: right;
	margin-top: 13px;
	margin-left: 32px;
	margin-bottom: 13px;
	margin-right: 26px;
}

/* HELP: Style for table header totals<br/><br/> */
.cart-table th.total {
	border: 1px solid #eeeeee;
	text-align: right;
	vertical-align: top;
}

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

/* 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;
	border: 1px solid #eeeeee;
}

.cart-quantity-textbox {
	font-size: 30px;
	color: #ee9d00;
	background-color: #ffffff;
	width: 68px;
	padding-top: 0px;
	padding-bottom: 2px;
}

.cart-productname {
	font-size: 15px;
	color: #666666;
	margin-top: 10px;
}

.cart-productdetails {
	font-size: 12px;
	color: #919191;
	margin-top: 0px;
	margin-bottom: 5px;
}

.cart-total-title {
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 15px;
}

.cart-total {
	text-align: center;
	font-size: 18px;
	margin-right: 3px;
	margin-left: 3px;
}

.cart-summary {
	font-size: 12px;
	color: #666666;
	float: right;
	clear: right;
	margin-top: 7px;
}

.cart-billingaddress {
	font-size: 12px;
	margin-top: 8px;
}

.cart-deliveryaddress {
	font-size: 12px;
}

.cart-shipping-container {
	border: 1px solid #eeeeee;	
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 500px;
	padding-top: 40px;
	padding-bottom: 20px;
}

.cart-remove {
	color: #900;
	font-size: 11px;
}

.cart-remove a{
	color: #900;
	text-decoration: none;
}

.cart-nextsteparrow-container {
	float: right;
}

.cart-prevsteparrow-container {
	float: left;
}

.cart-nextsteparrow {
 	position: relative;
	top:50%;
}

#cart-changecountry-container {
	width: 450px;
	margin: 40px 0 0 225px;
}

#cart-changecountry-text {
	font-size: 11px;
}

#cart-changecountry-countrylist {
	margin: 10px 0 0 0;
}

#cart-changecountry-btn {
	text-align: center;
	margin: 10px 0 0 0;
}

#onestep-inlineerror-general {
	float: left; 
	padding: 15px; 
	margin-left: 70px; 
	width: 750px; 
	margin-bottom: 20px; 
	border: 1px solid #F00; 
	background-color: #fff2f2;
	font-size: 12px;
}

.onestep-cart-shippingselect {
	font-size: 11px;
	margin: 5px 0;
}

#onestep-offercode-title {
	color: #002E5F;
	font-size: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
	float: left;
}

#onestep-offercode-text {
	font-size: 12px;
	float: left;
	clear:left;
	color: #666;
	margin-bottom: 5px;
}

#onestep-offercode-container {
	float: left;
	width: 430px;
	border: 1px solid #eeeeee;
	text-align: left;
	margin-top: 20px;
}

#onestep-giftcert-text {
	font-size: 12px;
	float: left;
	clear:left;
	color: #666;
	margin-bottom: 5px;
}

#onestep-giftcert-container {
	float: right;
	width: 430px;
	border: 1px solid #eeeeee;
	text-align: left;
	margin-top: 20px;
}

#onestep-giftcert-title {
	color: #002E5F;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
}

#onestep-billingaddress-container {
	float: left;
	width: 430px;
	clear: left;
}

#onestep-billingaddress-title {
	color: #002E5F;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#onestep-deliveryaddress-container {
	float: right;
	width: 430px;
}

#onestep-deliveryaddress-title {
	color: #002E5F;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#onestep-paymentdetails-container {
	
}


#onestep-paymentdetails-title {
	color: #002E5F;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.orderlist-table-td {
	font-size: 13px;
	border: 1px solid #eeeeee;
	-top: 5px;
	padding-bottom: 5px;
	padding-right: 6px;
	padding-left: 6px;
}


/* 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;
	float:right;
	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 */

.form-fieldtitle {
	margin-bottom: 14px;
}

/* 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: Caption styler shown above form entry tables<br/><br/> */
.form-table caption {
	margin-left: auto;
	margin-right: auto;
}

/* HELP: Header table cell<br/><br/> */
.form-table th {
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 14px;
	text-align: left;
	vertical-align: top;
}

/* HELP: Normal table cell<br/><br/> */
.form-table td {
	font-weight: normal;
	padding: 2px;
	padding-bottom: 15px;
	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: left;
}

/* HELP: Select box (drop-down) formatting for the form<br/><br/> */
.form-table select {
	font-size: 18px; 
	font-family: Georgia, Verdana, Tahoma, Arial;
	font-weight: normal;
	background-color: #FFFFFF; 
	color: #000000;
	border: 1px solid #ccc;
}


/* 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 {
	margin-left: auto;  
	margin-right: auto;
	padding: 0px;
	border: 0px;
}

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

/* HELP: Style for table header cell<br/><br/> */
.general-table th {
	font-weight: bold;
	padding: 2px;
	text-align: left;
	vertical-align: top;
}

/* 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;
}

/* HEADER: Base Formula Styles */

.base-largeredbutton {
	border: 1px solid #751b1b;
	padding-left: 23px;
	padding-right: 23px;
	padding-top: 5px;
	padding-bottom: 6px;
	background:url(../images/buttons/bg-button-largeredfade.gif);
	text-align:center;
	color:#fff;
	font-size:15px !important;
	cursor: pointer;
}

.base-largebluebutton {
	font-family: Georgia, Tahoma, verdana, sans-serif;
	border: 1px solid #1f4a7a;
	padding-left: 23px;
	padding-right: 23px;
	padding-top: 5px;
	padding-bottom: 6px;
	background: #1f4a7a url(../images/buttons/bg-button-largebluefade.gif);
	text-align:center;
	color:#fff;
	font-size:15px !important;
	cursor: pointer;
	outline: none;
}

.base-largeorangebutton {
	border: 1px solid #b76300;
	padding-left: 23px;
	padding-right: 23px;
	padding-top: 5px;
	padding-bottom: 6px;
	background:url(../images/buttons/bg-button-largeorangefade.gif);
	text-align:center;
	color:#fff;
	font-size:15px !important;
	cursor: pointer;
}

.base-smallpinkbutton {
	border: #f2a5eb;
	color: #FFFFFF;
	font-size: 13px;
	font-family: Georgia, Tahoma, Verdana;
	background-image: url(../images/buttons/bg-button-pinkfade.gif);
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	padding-left: 4px;
}

.base-smallbluebutton {
	border: #f2a5eb;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Georgia, Tahoma, Verdana;
	background-image: url(../images/buttons/bg-button-largebluefade.gif);
	padding-top: 2px;
	padding-bottom: 1px;
	padding-right: 4px;
	padding-left: 4px;
}

div.feedburnerFeedBlock p{
	margin: 0px;
	padding 0px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #666;
	text-align: left;
}

div.feedburnerFeedBlock ul {
  list-style-type: disc;
  padding: 0px;
  margin-left: 15px;
  margin-right: 10px;
}
div.feedburnerFeedBlock li {
	margin: 0px;
	padding 0px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #666;
	margin-bottom: 5px;
}
span.headline a{
  color: #999999;
  font-family: Verdana, Tahoma, Arial;
  font-size: 11px;
  text-decoration: none;
}

.LV_validation_message {
	margin-top: 5px;
	font-size: 13px;
}

.LV_invalid {
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	float: left;
	padding: 5px;
	border: solid 1px #7A1013;
	background-color:#f0f0f0;
	color: #7a2426;
}

.LV_valid {
	color: #009900;
	float: left;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	border: solid 1px #009900;
	padding: 5px;
	background-color:#f0f0f0;
}

#tweet {
	font-family: Verdana, Tahoma, Arial;
	color: #b1b1b1;
	font-size: 10px;
}

#tweet ul {
	list-style-type:none;
	padding: 0px;
	margin: 0px;
	width: 256px;
	padding-top: 5px;
	padding-left: 30px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-family: Verdana, Tahoma, Arial;
	color: #b1b1b1;
}

#tweet li {
	margin-bottom: 10px;
	text-decoration: none;
	width: 256px;
}

#tweet li a{
	text-decoration: none;
}

#search_suggest {
position: absolute;
background-color: #FFFFFF;
text-align: left;
border: 1px solid #cccccc;
visibility: hidden;
width: 250px;
top: 0px;
left: 0px;
z-index: 200000;
font-size: 11px;
}

.suggest_link {
background-color: #FFFFFF;
padding: 2px 6px 2px 6px;
font-weight: normal;
}

.suggest_link_highlight {
background-color: #ebebeb;
font-weight: bold;
}

.suggest_link_over {
background-color: #839DB9;
padding: 2px 6px 2px 6px;
cursor: pointer;
}
/* HEADER: veedesign styles */
#wrap_int_vrj {
	float: right;
	border: 1px solid #eaeaea;
	margin-top: 5px;
}
#int_options {
	float: right;
	background-color: #FFF;
	padding-top: 5px;
	text-align: right;
	padding-right: 2px;
	padding-left: 2px;
	width: 150px;
	padding-bottom: 5px;
}
#curr_options {
	float: right;
	background-color: #FFF;
	padding-top: 5px;
	text-align: right;
	padding-right: 2px;
	padding-left: 2px;
	width: 213px;
	padding-bottom: 5px;
}
#int_options select, #curr_options select {
	font-weight: normal;
	background-color: #FFFFFF;
	color: #666;
	font-size: 12px;
	border: 1px solid #CCC;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	float: left;
}
#curr_options_titles, #int_options_titles {
	float: left;
	font-size: 10pt;
	color: #839DB9;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
}
.footer-flags-vrj {
	float: right;
	text-align: right;
	padding-top: 2px;
	width: 140px;
	padding-right: 0px;
}
.footer-image-vrj {
	border: 1px none #eaeaea;
	padding: 4px;
}

.countrylink_vrj {
	border: 1px none #eaeaea;
	padding: 4px;
}
.text-flags-vrj {
	float: right;
	text-align: right;
	padding-top: 2px;
	width: 140px;
	padding-right: 10px;
	font-weight: normal;
	font-family: Verdana, Tahoma, Georgia, Arial;
	font-size: 11px;
	color: #999;
}
.text-flags-vrj a {
	color: #999;
}
.text-flags-vrj a:hover {
	color: #999;
	text-decoration: underline;
}

.text-flags-vrj-block1 {
	float: left;
	width: 80px;
}
.text-flags-vrj-block2 {
	float: right;
	width: 60px;
}
/* veedesign styles - Side menu box styles on section left menu  */
.menu-box2 {
	width: 205px;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: left;
	background-color: #FFF;
	padding: 0px;
	border: 1px solid #e9e9e9;
}
.menu-box-title2 {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	color: #FFF;
	background-color: #CCC;
}
/* homepage SEO snippet styling  */
#hptext {
	width: 898px;
	border: 1px solid #eaeaea;
	margin-top: 10px;
	overflow: auto;
	padding: 0px;
}
#hptext h1 {
	font-size: 11pt;
	margin: 0px;
	font-weight: normal;
	color: #999;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#hptext h2 {
	font-size: 11pt;
	margin: 0px;
	font-weight: normal;
	color: #69C;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
/* veedesign product and section heading tags styling  */
#product_name_head h1 {
    font-size: 24px;
	color: #002e5f;
	width: 310px;	
}
#section_name_head {
	float: left; 
	font-size: 36px; 
	color: #002e5f;
}
#prod_descript h2 {
	font-size: 11pt;
	margin: 0px;
	font-weight: normal;
	color: #69C;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#sec_descript h2 {
	font-size: 9pt;
	margin: 0px;
	font-weight: normal;
	color: #69C;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
/* veedesign share this styling  */
.home-share-this {
	background-color: #CCC;
	background-image: url(../images/social-large-bg.jpg);
	background-repeat: no-repeat;
	height: 21px;
	width: 24px;
	float: left;
	margin-right: 6px;
	cursor: pointer;
	padding-top: 3px;
}
.share-this-sec {
}
.share-this-prod {
	float: right;
	margin-right: 20px;
}

