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

/*****Reset*****/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin: 0;
	padding: 0;
}
/*****Basic Elements*****/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #2b2b2b;
	background: #368FC9;
}
h1,
h2,
h3,
h4,
p {
	margin-bottom: 10px;
}
h1 {
	font-size: 24px;
	line-height: 30px;
	text-align: center;
}
h2,
p.calltoaction {
	color: #368fc9;
	font-size: 18px;
	line-height: 20px;
}
h3 {
	font-size: 14px;
	line-height: 20px;
}
p,
label {
	margin-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
label {
	margin-right: 10px;
}
p.small {
	font-size: 11px;
}
a {
	color: #368fc9;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul,
ol {
	margin-bottom: 10px;
}
ul ul,
ol ol {
	margin-top: 5px;
	margin-bottom: 5px;
}
li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
input,
textarea,
select {
	padding: 4px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	border: #A5D9F1 1px solid;
}
fieldset {
	margin-bottom: 10px;
	padding: 9px;
	border: #A5D9F1 1px solid;
}
fieldset legend {
	color: #368fc9;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
table {
	margin-bottom: 10px;
	border-collapse: collapse;
}
table th {
	padding: 4px;
	font-size: 14px;
	line-height: 20px;
	background: #e0f3fb url(../images/side_box_header_bg.jpg) bottom repeat-x;
	border-top: #f0f9fd 1px solid;
	border-right: #bae0f1 1px solid;
	border-bottom: #82aec2 1px solid;
	border-left: #c9e5f3 1px solid;
}
table td {
	padding: 4px 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background: #fff2df;
	border-bottom: #82aec2 1px solid;
}
table td.borderless {
	background: none;
	border-bottom: none;
}
table td .variantText {
	font-size: 11px;
}
/*****Generic Classes*****/
.left {
	float: left;
	margin: 0 10px 10px 0;
}
.right {
	float: right;
	margin: 0 0 10px 10px;
}
.clear {
	clear: both;
}
.creamBox {
	background: #fffbf4;
	border-top: #fffdfa 1px solid;
	border-right: #f9f3ea 1px solid;
	border-bottom: #cbc1b2 1px solid;
	border-left: #f9f1e4 1px solid;
}
label.required {
	font-weight: bold;
}
.infoMessage,
.errorMessage {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.infoMessage ul {
	margin-left: 20px;
}
/*****Basic Layout*****/
.wrapper {
	width: 960px;
	margin: 0 auto;
}
/*****Header*****/
#header {
	height: 80px;
	padding: 15px 0 0 0;
	background: #f5fcff url(../images/header_bg.jpg) center no-repeat;
}
#logo {
	width: 261px;
	height: 69px;
	margin: 0 0 0 10px;
	float: left;
}
#logo img {
	border: none;
}
/*Account Links*/
#accountLinks {
	width: 418px;
	margin: 45px 0 0 0;
	float: left;
	text-align: center;
}
#accountLinks ul {
	list-style: none;
}
#accountLinks ul li {
	margin: 0 10px;
	display: inline;
}
#accountLinks ul li a {
	padding: 4px 0 4px 20px;
	color: #000;
	background-position: left;
	background-repeat: no-repeat;
}
a#homeLink {
	background-image: url(../images/house.png);
}
a#yourAccountLink {
	background-image: url(../images/user_red.png);
}
a#checkoutLink {
	background-image: url(../images/creditcards.png);
}
/*Free Delivery Offer*/
#freeDeliveryOffer {
	float: right;
}
/*Content Page Navigation*/
#contentPageNav {
	text-align: center;
	background: #f5fcff;
}
#contentPageNav2 {
	background: url(../images/nav_bar_bg_slice.jpg) bottom repeat-x;
}
#contentPageNav3 {
	background: url(../images/nav_bar_left_bg.jpg) left bottom no-repeat;
}
#contentPageNav4 {
	padding: 10px 150px;
	background: url(../images/nav_bar_right_bg.jpg) right bottom no-repeat;
}
#contentPageNav ul {
	margin-bottom: 0;
	list-style: none;
}
#contentPageNav ul li {
	padding: 0 10px;
	display: inline;
	border-right: #fff2df 1px solid;
}
#contentPageNav ul li:last-child {
	border-right: none;
}
#contentPageNav ul li a {
	color: #000;
}
/*****Content*****/
#main {
	padding: 10px 0 28px 0;
	background: #f5fcff url(../images/footer_top.png) bottom right no-repeat;
}
/*Left Sidebar*/
#sidebarLeft {
	width: 150px;
	padding: 0 10px 10px 0;
	float: left;
}
#sidebarLeft h3 {
	margin-left: 10px;
}
#browseProducts h3 {
	width: 120px;
	height: 18px;
	text-indent: -9999px;
	background: url(../images/browse_products_title.png);
}
#browseProducts ul {
	margin-bottom: 0;
	list-style: none;
}
#browseProducts ul li {
	margin: 0 0 10px 0;
}
#browseProducts ul li a {
	padding: 4px 10px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	background: #e0f3fb url(../images/button_bg.jpg) bottom repeat-x;
	border-top: #f0f9fd 1px solid;
	border-right: #bae0f1 1px solid;
	border-bottom: #82aec2 1px solid;
	border-left: #c9e5f3 1px solid;
}
#browseProducts ul li a:hover {
	text-decoration: none;
	background: #f5fbfe url(../images/button_bg_over.jpg) bottom repeat-x;
}
#browseProducts ul ul {
	margin-top: 0;
	padding: 4px;
	background: #fffbf4 url(../images/side_box_body_bg.jpg) bottom repeat-x;
	border-top: #fffdfa 1px solid;
	border-right: #f9f3ea 1px solid;
	border-bottom: #cbc1b2 1px solid;
	border-left: #f9f1e4 1px solid;
}
#browseProducts ul ul li {
	margin: 0;
}
#browseProducts ul ul li a {
	padding: 0;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	background: none;
	border: none;
}
#browseProducts ul ul li a:hover {
	text-decoration: underline;
	background: none;
}
#browseProducts ul ul li.category60 a {
	color: #F00;
	font-weight: bold;
}
#browseProducts ul ul ul {
	background: none;
	border: none;
}
#searchProducts h3 {
	width: 115px;
	height: 18px;
	background: url(../images/search_products_title.png);
	text-indent: -9999px;
}
#searchProducts input {
	width: 138px;
	margin: 0 0 10px 0;
	border-color: #F6A395;
	background: #FFF2DF;
}
#searchProducts .button {
	width: 90px;
	height: 30px;
	margin: 0 auto;
	display: block;
	text-indent: -9999px;
	background: url(../images/search_button.png);
}
#searchProducts .button:hover {
	background: url(../images/search_button_over.png);
}
/*Content Area*/
#content {
	width: 618px;
	padding: 0 10px 10px 10px;
	float: left;
	border-left: #A2DAF3 1px solid;
	border-right: #A2DAF3 1px solid;
}
#content ul,
#content ol {
	margin-left: 20px;
}
/*Category Pages*/
ul.indexes {
	clear: left;
	list-style: none;
	text-align: center;
}
.productRow {
	clear: left;
}
.productSummaryLeft,
.productSummaryMiddle,
.productSummaryRight {
	width: 140px;
	padding: 5px;
	float: left;
	text-align: center;
}
.productRow img {
	margin-bottom: 8px;
	border: #f8a38e 1px solid;
}
h2.title {
	margin-bottom: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}
h3.manufacturer {
	color: #7a4d2b;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
}
ul.variations {
	list-style: none;
}
ul.variations label {
	display: none;
}
ul.variations select {
	width: 120px;
}
ul.prices {
	list-style: none;
}
li.price {
	font-weight: bold;
}
li.priceRRP {
	display: none;
}
ul.productOptions {
	list-style: none;
}
ul.productOptions li {
	padding: 0 10px;
	display: inline;
	text-transform: lowercase;
	border-right: #a2daf4 1px solid;
}
ul.productOptions li:last-child {
	border-right: none;
}
/*Product Page*/
#product { }
h1.title { }
#productImages {
	float: left;
}
#productImages img {
	border: #f8a38e 1px solid;
}
#productImages ul {
	width: 300px;
	margin: 10px 0 0 0;
	list-style: none;
}
#productImages ul li {
	margin: 0 10px 10px 0;
	float: left;
}
#purchaseOptions {
	width: 280px;
	padding: 10px;
	float: right;
	background: url(../images/product_options_bg.png);
	border-top: #fffdfa 1px solid;
	border-right: #f9f3ea 1px solid;
	border-bottom: #cbc1b2 1px solid;
	border-left: #f9f1e4 1px solid;
}
ul#prices {
	list-style: none;
}
li#price {
	font-weight: bold;
}
li#priceRRP {
	display: none;
}
ul#purchase {
	list-style: none;
}
a#buttonAddToBasket {
	text-transform: lowercase;
}
#product #description {
	clear: both;
}
/*Right Sidebar*/
#sidebarRight {
	width: 150px;
	padding: 0 0 10px 10px;
	float: right;
	/*Resove issue with basket summary appearing below content area*/
	overflow: hidden;
}
/*Shopping Basket Summary*/
h3#shoppingBasketSummaryTitle {
	width: 118px;
	height: 18px;
	text-indent: -9999px;
	background: url(../images/shopping_basket_title.png);
	}
#shoppingBasketSummary {
	margin-bottom: 10px;
	padding: 10px;
	background: #fffbf4 url(../images/quick_basket_bg_slice.jpg) bottom repeat-x;
	border-top: #fffdfa 1px solid;
	border-right: #f9f3ea 1px solid;
	border-bottom: #cbc1b2 1px solid;
	border-left: #f9f1e4 1px solid;
}
#shoppingBasketSummary p#items {
	}
#shoppingBasketSummary p#total {
	}
#shoppingBasketSummary .button {
	width: 130px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	background: url(../images/view_basket_button.png);
}
#shoppingBasketSummary .button:hover {
	background: url(../images/view_basket_button_over.png);
}
/*From The Blog*/
#fromTheBlog h3 {
	width: 101px;
	height: 18px;
	text-indent: -9999px;
	background: url(../images/from_the_blog_title.png);
}
/*****Footer*****/
#footer {
	padding: 0 0 50px 0;
	color: #FFF;
}
#footer ul {
	list-style: none;
}
#footer a {
	color: #FFF;
}
/*Company Info*/
#companyInfo {
	width: 140px;
	padding: 10px;
	float: left;
}
#companyInfo p {
	margin-bottom: 0;
}
#companyInfo p.small {
	margin-bottom: 10px;
}
#companyInfo a {
	color: #a2daf4;
}
/*Secure Ordering*/
#secureOrdering {
	width: 140px;
	padding: 10px;
	float: left;
}
#secureOrdering ul {
	list-style: none;
}
#secureOrdering ul li {
	margin: 0 5px 5px 0;
	float: left;
}
/*Newsletter*/
#newsletter {
	width: 140px;
	padding: 10px;
	float: left;
}
#newsletter input#dhjkdj-dhjkdj {
	width: 100%;
}
/*Twitter*/
#twitter {
	width: 140px;
	padding: 10px;
	float: left;
}
#tweet a {
	color: #a2daf4;
	font-size: 11px;
	font-style: italic;
	}
li#twitterLink a {
	padding: 4px 0 4px 20px;
	background: url(../images/twitter_16.png) left 2px no-repeat;
}
/*Join Us*/
#joinUs {
	width: 140px;
	padding: 10px;
	float: left;
}
#joinUs li {
	padding-left: 20px;
	background-position: left;
	background-repeat: no-repeat;
}
#joinUs li#facebook {
	background-image: url(../images/facebook_16.png);
}
#joinUs li#youTube {
	background-image: url(../images/youtube_16.png);
}
#joinUs li#flickr {
	background-image: url(../images/flickr_16.png);
}
/*Subscribe*/
#subscribe {
	width: 140px;
	padding: 10px;
	float: left;
}
#subscribe li {
	padding-left: 20px;
	background-position: left;
	background-repeat: no-repeat;
}
#subscribe li.feed {
	background-image: url(../images/feed-icon-14x14.png);
}

/*****Etc*****/
/*Shopping Basket*/
a.buttonRemoveItem {
	width: 16px;
	height: 16px;
	margin-top: 2px;
	display: block;
	text-indent: -9999px;
	background: url(../images/delete.png);
}
td#totalValue {
	font-weight: bold;
}
/*Checkout & Account Forms*/
form.checkoutForm {
}
form.accountForm {
}
form.checkoutForm label,
form.accountForm label {
	width: 50%;
	display: block;
	float: left;
}
form.checkoutForm input,
form.accountForm input,
form.checkoutForm textarea,
form.accountForm textarea,
form.checkoutForm select,
form.accountForm select {
	float: left;
}
form.checkoutForm p,
form.accountForm p {
	clear: left;
}
/*form.checkoutForm input#newsletter {
	width: auto;
}*/
ul#formLinks {
	clear: left;
}
/*Checkout Stage 3*/
form#selectdeliveryaddress label,
form#selectbillingaddress label,
form#gatewayselectionform label {
	width: auto;
	display: inline;
	float: none;
}
form#selectdeliveryaddress input,
form#selectbillingaddress input,
form#gatewayselectionform imput {
	float: none;
}
.addressName {
	font-weight: bold;
}
form#gatewayselectionform ul#formLinks {
	margin-top: 10px;
}