@charset "iso-8859-1";
/* CSS Document */

html, body {
	padding: 0;
	margin: 0;
	background: #44c7f5;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}

a {
	color: #0054a4;
	text-decoration: underline;
}

a:hover {
	color: #44c7f5;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
}

img {
	border: none;
}

h1 {
	margin: 0;
	padding: 0;
}

h2, h3 {
	margin: 20px 0 0 0;
	padding: 0;
}

p {
	margin: 1em 0 0 0;
	padding: 0;
}

.button {
	padding: 5px 10px;
	color: #ffffff;
	background: #0054a4;
	border: none;
}

.button a {
	color: #ffffff;
}

.button a:hover {
	color: #44c7f5;
}

.header {
	clear: both;
	width: 980px;
	min-height: 240px;
	margin: 0 auto;
	padding: 20px 0 3px 0;
	font-size: 0.8em;
	background: transparent url('/assets/images/header/header-bg.gif') no-repeat top left;
}

.header .main-menu {
	display: inline;
	float: left;
	margin: 0 0 0 10px;
}

.header .main-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.header .main-menu ul li {
	float: left;
	display: inline;
	height: 40px;
	margin: 0;
	padding: 0;
	text-indent: -9000px;
}

.header .main-menu ul li a {
	display: block;
	height: 40px;
}

.header .main-menu ul li.home {
	width: 94px;
	background: transparent url('/assets/images/main-menu/home.gif') no-repeat top left;
}

.header .main-menu ul li.home a:hover {
	background: transparent url('/assets/images/main-menu/home-hover.gif') no-repeat top left;
}

.header .main-menu ul li.about-us {
	width: 127px;
	background: transparent url('/assets/images/main-menu/about-us.gif') no-repeat top left;
}

.header .main-menu ul li.about-us a:hover {
	background: transparent url('/assets/images/main-menu/about-us-hover.gif') no-repeat top left;
}

.header .main-menu ul li.contact {
	width: 113px;
	background: transparent url('/assets/images/main-menu/contact.gif') no-repeat top left;
}

.header .main-menu ul li.contact a:hover {
	background: transparent url('/assets/images/main-menu/contact-hover.gif') no-repeat top left;
}

.header .main-menu ul li.links {
	width: 83px;
	background: transparent url('/assets/images/main-menu/links.gif') no-repeat top left;
}

.header .main-menu ul li.links a:hover {
	background: transparent url('/assets/images/main-menu/links-hover.gif') no-repeat top left;
}

.header .main-menu ul li.enquiries {
	width: 122px;
	background: transparent url('/assets/images/main-menu/enquiries.gif') no-repeat top left;
}

.header .main-menu ul li.enquiries a:hover {
	background: transparent url('/assets/images/main-menu/enquiries-hover.gif') no-repeat top left;
}

.header .search {
	float: right;
	margin: 0 10px 0 0;
	position: relative;
	z-index: 9;
}

.header .search .search-details {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 340px;
	padding: 20px;
	margin: 14px 0 0 0;
	overflow: hidden;
	z-index: 9;
	color: #ffffff;
	background: #0054a4;
}

.header .search .search-details ol li a {
	color: #ffffff;
}

.header .search .search-details ol li a:hover {
	color: #44c7f5;
}

.header .search label {
	float: left;
	width: 63px;
	height: 26px;
	text-indent: -9000px;
	background: transparent url('/assets/images/header/search.gif') no-repeat top left;
}

.header .search input {
	float: left;
	width: 210px;
	height: 16px;
	margin: 0 0 0 10px;
	padding: 5px 10px;
	border: none;
	background: #ffffff;
}

.header .search .go-button {
	float: left;
	width: 60px;
	height: 26px;
	margin: 0 0 0 10px;
	padding: 26px 0 0 0;
	overflow: hidden;
	border: none;
	background: transparent url('/assets/images/header/go-button.gif') no-repeat top left;
	cursor: pointer;
}

.header .container {
	clear: both;
	width: 980px;
}

.header .container .my-account-menu {
	float: left;
	width: 425px;
}

.header .container .my-account-menu .logo {
	clear: both;
	width: 350px;
	height: 78px;
	margin: 20px 0 0 30px;
	text-indent: -9000px;
	background: transparent url('/assets/images/header/logo.gif') no-repeat top left;
}

.header .container .my-account-menu ul {
	clear: both;
	width: 380px;
	margin: 10px 0 0 30px;
	padding: 0;
	list-style: none;
}

.header .container .my-account-menu ul li {
	float: left;
	display: inline;
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	border-left-color: #0054a4;
	border-left-style: solid;
	border-left-width: 1px;
}

.header .container .my-account-menu ul li.first {
	border-left: none;
	margin: 0;
	padding: 0;
}

.gif {
	float: left;
	width: 150px;
	margin: 20px 20px 0 0;
}

.header .container .shopping-basket {
	float: right;
	display: inline;
	width: 353px;
	margin: 20px 30px 0 0;
	background: transparent url('/assets/images/shopping-basket/basket-bg.gif') no-repeat top left;
	position: relative;
	z-index: 8;
}

.header .container .shopping-basket .title {
	clear: both;
	width: 166px;
	height: 18px;
	margin: 30px 0 0 100px;
	text-indent: -9000px;
	background: transparent url('/assets/images/shopping-basket/basket-title.gif') no-repeat top left;
}

.header .container .shopping-basket #basket-total {
	clear: both;
	padding: 10px 0 0 100px;
}

.header .shopping-basket #basket-total a {
	color: #ffffff;
}

.header .container .shopping-basket #basket-total a:hover {
	color: #44c7f5;
}

.basket-actions-holder {
	width: 353px;
	height: 25px;
	overflow: hidden;
}

.basket-actions {
	width: 353px;
	height: 25px;
	overflow: hidden;
	background: transparent url('/assets/images/shopping-basket/basket-bottom.gif') no-repeat bottom left;
}

.basket-actions-hover {
	position: absolute;
	top: 100%;
	left: 0;
	width: 353px;
	overflow: hidden;
	background: transparent url('/assets/images/shopping-basket/basket-bottom-hover.gif') no-repeat bottom left;
}

#basket-actions .details {
	clear: both;
	width: 313px;
	padding: 10px;
	margin: 10px;
	overflow: hidden;
	background: #ffffff;
}

#basket-actions .details .image {
	float: left;
	margin: 0 20px 0 0;
	background: #ffffff;
}

#basket-actions .status {
	padding: 0px 0 5px 10px;
	color:#FFFFFF;
}

.header #breadcrumb {
	clear: both;
	width: 980px;
	margin: 0 0 20px 0;
	overflow: hidden;
}

.header #breadcrumb ul {
	width: 880px;
	margin: 20px 30px 0 30px;
	padding: 5px 20px;
	list-style: none;
	background: #a1e3fa;
	overflow: hidden;
}

.header #breadcrumb ul li {
	float: left;
	display: inline;
	margin: 0 20px 0 0;
	padding: 0 0 0 20px;
	color: #0054a4;
	font-weight: bold;
	background: transparent url('/assets/images/header/breadcrumb-arrow.gif') no-repeat center left;
}

.content-container {
	clear: both;
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	background: transparent url('/assets/images/backgrounds/main-bg.gif') repeat-y top left;
	font-size: 0.8em;
	padding-bottom: 10px;
}

.content-container h1 {
	margin-left: 30px;
}

.content-container h2 {
	margin-left: 30px;
}

.content-container  h3 {
	margin-left: 50px;
}

.content-container p {
	margin-left: 30px;
	padding-right: 30px;
}

.content-container .policy h1 {
	padding-top: 15px;
	padding-left: 50px;
	padding-right: 50px;
}

.content-container .policy p {
	padding-left:50px;
	padding-right: 50px;
	padding-bottom: 20px;
}

.content-container .sitemap h2 {
	padding-top: 10px;
	padding-left: 50px;
	padding-right: 50px;
}

.content-container .sitemap ul {
	padding-left:50px;
	padding-right: 50px;
	list-style-type:none;
}

.content-container .label {
	padding-left: 30px;
}
	
.left-menu-container {
	float: left;
	width: 200px;
	padding: 0 20px 0 30px;
	overflow: hidden;
}

.left-menu-container .categories-title {
	clear: both;
	width: 136px;
	height: 20px;
	margin-bottom: 8px;
	background: transparent url('/assets/images/shopping-menu/categories.gif') no-repeat top left;
	text-indent: -9000px;
}



.left-menu-container ul#shop-category-menu {
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 186px;
	overflow:scroll;
	overflow-x: hidden;
}

.left-menu-container ul#shop-category-menu li {
	clear: both;
	width: 180px;
	margin: 0 0 1px 0;
	padding: 5px 10px;
	background: #0054a4;
	color: #ffffff;
}

.left-menu-container ul#shop-category-menu li a {
	color: #ffffff;
}

.left-menu-container ul#shop-category-menu li a:hover {
	color: #44c7f5;
}

.left-menu-container .brand-title {
	clear: both;
	width: 136px;
	height: 18px;
	margin: 10px 0 10px 0;
	background: transparent url('/assets/images/shopping-menu/manufacturers.gif') no-repeat top left;
	text-indent: -9000px;
}

.left-menu-container ul#shop-brand-menu {
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 188px;
	overflow:scroll;
	overflow-x: hidden;
}

.left-menu-container ul#shop-brand-menu li {
	clear: both;
	width: 160px;
	margin: 0 0 1px 0;
	padding: 5px 10px;
	background: #0054a4;
	color: #ffffff;
}

.left-menu-container ul#shop-brand-menu li a:hover {
	color: #44c7f5;
}

.left-menu-container ul#shop-brand-menu li a {
	color: #ffffff;
}

.left-menu-container .special-offers {
	clear: both;
	width: 200px;
	height: 80px;
	margin: 11px 0 0 0;
	overflow: hidden;
	text-indent: -9000px;
	background: transparent url('/assets/images/shop-menu/special-offers.gif') no-repeat top left;
}

.left-menu-container .special-offers a {
	display: block;
	height: 80px;
}

.left-menu-container .special-offers a:hover {
	background: transparent url('/assets/images/shop-menu/special-offers-hover.gif') no-repeat top left;
}

.left-menu-container .latest-products {
	clear: both;
	width: 200px;
	height: 80px;
	margin: 11px 0 0 0;
	overflow: hidden;
	text-indent: -9000px;
	background: transparent url('/assets/images/shop-menu/latest-products.gif') no-repeat top left;
}

.left-menu-container .latest-products a {
	display: block;
	height: 80px;
}

.left-menu-container .latest-products a:hover {
	background: transparent url('/assets/images/shop-menu/latest-products-hover.gif') no-repeat top left;
}


.left-menu-container .clearance-lines {
	clear: both;
	width: 200px;
	height: 80px;
	margin: 12px 0 0 0;
	overflow: hidden;
	text-indent: -9000px;
	background: transparent url('/assets/images/shop-menu/clearance-lines.gif') no-repeat top left;
}

.left-menu-container .clearance-lines a {
	display: block;
	height: 80px;
}

.left-menu-container .clearance-lines a:hover {
	background: transparent url('/assets/images/shop-menu/clearance-lines-hover.gif') no-repeat top left;
}

.main-content {
	float: left;
	width: 700px;
	overflow: hidden;
}

.main-content .intro {
	clear: both;
	width: 660px;
	height: 160px;
	margin: 0 0 20px 0;
	padding: 20px;
	color: #ffffff;
	background: transparent url('/assets/userfiles/images/intro.gif') no-repeat top left;
	overflow: hidden;
}

.main-content .intro h1 {
	padding: 0 0 0 300px;
	text-align: right;
	font-size: 1.1em;
}

.main-content .intro p {
	padding: 0 0 0 260px;
	text-align: right;
}

.main-content h2 {
	margin-left: 20px;
	margin-bottom: 30px;
}

.main-content p {
	padding-left: 20px;
	margin: 0;
}

.main-content table {
	width: 100%;
}

.main-content table tr th {
	background-color:#0054a4v;
}

.main-content table tr {
	height: 30px;
}

.main-content table tr.odd {
	background-color:#a1e3fa;
}

.main-content table tr.even {
	background-color:#d0f1fc;
}

.main-content table tr td {
	padding: 5px 10px;
}

.product-row-container {
	clear: both;
	width: 720px;
	margin: 10px 0 0 0;
	padding: 0;
	overflow: hidden;
}

.product-row-container .product-list-row {
	clear: both;
	width: 720px;
	overflow: hidden;
}

.shop-home-products .product-row-container .product-list-row .product-list-item {
	float: left;
	width: 200px;
	margin: 0 20px -9000px 0;
	padding: 10px 10px 9010px 10px;
	background: #a1e3fa;
	color: #0054a4;
}

.product-row-container .product-list-row .product-list-item {
	float: left;
	width: 200px;
	margin: 0 10px -9000px 0;
	padding: 10px 10px 9010px 10px;
	background: #a1e3fa;
	color: #0054a4;
}

.product-row-container .product-list-row .product-list-item .product-image {
	float: left;
	width: 130px;
	margin: 10px 0 0 0;
	overflow: hidden;
	position:relative;
}

.product-row-container .product-list-row .product-list-item ul.user-options {
	float: left;
	width: 70px;
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}

.product-row-container .product-list-row .product-list-item ul.user-options li {
	margin: 0 0 5px 0;
	padding: 0;
	color: #ffffff;
	background: #0054a4;
	text-align: center;
}

.product-row-container .product-list-row .product-list-item ul.user-options li a {
	display: block;
	padding: 2px 0px;
	color: #ffffff;
}

.product-row-container .product-list-row .product-list-item ul.user-options li a:hover {
	color: #44c7f5;
}

.product-row-container .product-list-row .product-list-item .price {
	clear: both;
	font-size: 1.3em;
	font-weight: bold;
}

.product-row-container .product-list-row .product-list-item .product-details {
	clear: both;
}

.product-row-container .product-list-row .product-list-item .product-details .info {
	padding: 0;
}

.product-row-container .product-list-row .product-list-item .product-details h2 {
	font-size: 1.1em;
	margin: 10px 0 0 0;
}

.product-row-container .product-list-row .product-list-item .product-details p {
	margin: 10px 0 0 0;
}

#product-display {
	float: left;
	width: 460px;
}

#product-display h1 {
	clear: both;
	width: 420px;
	margin: 0 0 20px 0;
	padding: 10px;
	background: #a1e3fa;
	font-size: 1.1em;
	font-weight: bold;
	color: #0054a4;
}

#product-display .images {
	float: left;
	width: 220px;
	margin: 0 0 20px 0;
	overflow: hidden;
}

#product-display .images #main-image {
	clear: both;
	width: 200px;
	position: relative;
	overflow: hidden;
}

#product-display .images #more-images {
	clear: both;
	width: 240px;
	overflow: hidden;
}

#product-display .images #more-images .image {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 20px 20px 0;
	overflow: hidden;
}

#product-display .product-options #cart-options {
	float: left;
	width: 200px;
	padding: 0 10px 10px 10px;
	margin: 0 0 20px 0;
	background: #a1e3fa;
	color: #0054a4;
}

#product-display .product-options #cart-options p {
	margin: 10px 0 0 0;
}

#product-display .product-options input.button {
	cursor:pointer;
}

.offer-description {
	margin: 10px 0 0 0;
	font-size: 1em;
	font-weight: bold;
	color: #999999;
}

.strikethrough {
	color: #999999;
	text-decoration: line-through;
}

#product-display .product-options #cart-options .price {
	margin: 10px 0 0 0;
	font-weight: bold;
}

#product-display .product-options #cart-options .price #item-price {
	color: #0054a4;
	font-size: 1.4em;
}

#product-display .product-options #cart-options label {
	font-weight: bold;
}

#product-display .product-options #cart-options .quantity {
	width: 40px;
}

#product-display .product-options #cart-options .button {
	width: 100%;
}

#product-display .product-options .product-links {
	float: left;
	width: 200px;
	margin: 0 0 20px 0;
	border-color: #a1e3fa;
	border-style: solid;
	border-width: 10px;
	color: #0054a4;
}

#product-display .product-options .product-links p.title {
	margin: 0;
	padding: 0 0 10px 0;
	background: #a1e3fa;
	font-weight: bold;
}

#product-display .product-options .product-links ul {
	width: 160px;
	margin: 0;
	padding: 9px 10px 10px 10px;
	list-style: none;
	background: #ffffff;
}

#product-display .product-options .product-links ul li.button {
	width: 160px;
	margin: 1px 0 0 0;
	padding: 3px 10px;
	text-align: center;
}

#product-display .product-options .product-links ul li.social-links {
	position: relative;
	cursor: pointer;
}

#product-display .product-options .product-links ul li.social-links ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	background: transparent;
	z-index: 999;
}

#product-display .product-options .product-links ul li.social-links:hover ul, #product-display .product-options .product-links ul li.over ul {
	display: block;
}

#product-display .product-options .product-links ul li.social-links ul li {
	clear: both;
	float: left;
	width: 160px;
	padding: 3px 10px;
	margin: 0;
	text-align: left;
	background: #0391c3;
}

#product-display .product-options .product-links ul li.social-links ul li.top {
	padding-top: 6px;
}

#product-display .product-options .product-links ul li.social-links ul li.bottom {
	padding-bottom: 6px;
}

#product-display .product-options .product-links ul li.social-links ul li img {
	padding: 0 10px 0 0;
}

#product-display .product-options .product-links ul li.social-links ul li a {
	display: inline;
	text-decoration: underline;
}

#product-display .product-options .product-links ul li.social-links ul li a:hover {
	text-decoration: none;
}

#product-display .product-attributes {
	clear: both;
	overflow: hidden;
}

#product-display .product-attributes .attribute {
	float: left;
	margin: 0 10px 20px 0;
}

#product-display .product-details {
	clear: both;
	width: 440px;
	margin: 0 0 20px 0;
	overflow: hidden;
}

#product-display .product-details ul {
	clear: both;
	width: 420px;
	margin: 0;
	padding: 10px 10px 0 10px;
	list-style: none;
	overflow: hidden;
	background: #a1e3fa;
}

#product-display .product-details ul li {
	float: left;
	padding: 10px;
	display: inline;
}

#product-display .product-details ul li a {
	font-weight: bold;
	color: #2d2d2d;
}

#product-display .product-details ul li.selected {
	background: #ffffff;
}

#product-display .product-details #content {
	clear: both;
	width: 420px;
	border-color: #a1e3fa;
	border-style: solid;
	border-width: 0 10px 0 10px;
	overflow: hidden;
}

#product-display .product-details #content div {
	display: block;
	padding: 0 10px 10px 10px;
	border-color: #a1e3fa;
	border-style: solid;
	border-width: 0 0 10px 0;
}

#product-display .product-details #content div p {
	margin: 1em 0 0 0;
	padding: 0;
}

#product-display .product-details #content div p.product-code {
	font-weight: bold;
}

.product-display-options {
	float: left;
	width: 240px;
}

.banner {
	clear: both;
	width: 240px;
	overflow: hidden;
	margin: 0 0 20px 0;
}

#related-items {
	clear: both;
	width: 220px;
	margin: 0 0 10px 0;
	overflow: hidden;
	border-color: #a1e3fa;
	border-style: solid;
	border-width: 10px 10px 0 10px;
}

#related-items p.title {
	margin: 0;
	padding: 0 0 10px 0;
	background: #a1e3fa;
	font-weight: bold;
	color: #0054a4;
}

#related-items .item {
	width: 200px;
	padding: 0 10px 10px 10px;
	overflow: hidden;
	border-color: #a1e3fa;
	border-style: solid;
	border-width: 0 0 10px 0;
}

#related-items .item .image {
	float: left;
	width: 70px;
	margin: 10px 0 0 0;
	position: relative;
}

#related-items .item .item-details {
	float: left;
	width: 130px;
	margin: 10px 0 0 0;
}

#related-items .item p.item-details .price {
	font-weight: bold;
	color: #0054a4;
}


#footer {
	clear: both;
	width: 980px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	overflow: hidden;
	background: transparent url('/assets/images/backgrounds/main-bg.gif') repeat-y top left;
	font-size: 0.8em;
}

#footer .menus {
	width: 980px;
	padding: 5px 0;
	overflow: hidden;
	background: transparent url('/assets/images/footer/menu-bg.gif') repeat-y top left;
}

#footer ul {
	display: inline;
	float: left;
	width: 220px;
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
	background: #0054a4;
	overflow: hidden;
}

#footer ul.main-nav {
	width: 200px;
	margin: 0 0 0 30px;
}

#footer ul li {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 2px 10px;
	overflow: hidden;
}

#footer ul li.title {
	font-weight: bold;
	color: #ffffff;
}

#footer ul li a {
	color: #ffffff;
}

#footer ul li a:hover {
	color: #44c7f5;
}

.footer-information {
	clear: both;
	width: 920px;
	padding: 0 30px 20px 30px;
	margin: 0 auto;
	overflow: hidden;
	background: transparent url('/assets/images/backgrounds/main-bg.gif') repeat-y top left;
	font-size: 0.8em;
}

.footer-information h2 {
	margin: 0;
	padding: 10px 20px 0 20px;
	font-size: 1.1em;
	font-weight: bold;
	background: #a1e3fa;
}

.footer-information p {
	margin: 0;
	padding: 10px 20px;
	background: #a1e3fa;
}

#logos {
	clear: both;
	width: 920px;
	padding: 0 30px;
	margin: 0 auto;
	overflow: hidden;
	background: transparent url('/assets/images/backgrounds/main-bg.gif') repeat-y top left;
	font-size: 0.8em;
}

#logos ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#logos ul li {
	float: left;
	height: 45px;
	display: inline;
	margin: 0 0 0 10px;
	padding: 0;
	text-indent: -9000px;
}

#logos ul li a {
	display: block;
	height: 45px;
}

#logos ul li.assertia {
	width: 112px;
	margin: 0 6px 0 0;
	background: transparent url('/assets/images/footer/logos/assertia.gif') no-repeat center left;
}

#logos ul li.shower-source {
	width: 140px;
	margin: 0 8px 0 0;
	background: transparent url('/assets/images/footer/logos/shower-source.gif') no-repeat center left;
}

#logos ul li.mastercard {
	width: 52px;
	background: transparent url('/assets/images/footer/logos/mastercard.gif') no-repeat center left;
}

#logos ul li.visa {
	width: 52px;
	background: transparent url('/assets/images/footer/logos/visa.gif') no-repeat center left;
}

#logos ul li.visa-electron {
	width: 52px;
	background: transparent url('/assets/images/footer/logos/visa-electron.gif') no-repeat center left;
}

#logos ul li.delta {
	width: 52px;
	background: transparent url('/assets/images/footer/logos/delta.gif') no-repeat center left;
}

#logos ul li.maestro {
	width: 52px;
	background: transparent url('/assets/images/footer/logos/maestro.gif') no-repeat center left;
}

#logos ul li.switch {
	width: 52px;
	background: transparent url('/assets/images/footer/logos/switch.gif') no-repeat center left;
}

#logos ul li.solo {
	width: 52px;
	background: transparent url('/assets/images/footer/logos/solo.gif') no-repeat center left;
}

#logos ul li.mastercard-securecode {
	width: 113px;
	background: transparent url('/assets/images/footer/logos/mastercard-securecode.gif') no-repeat center left;
}

#logos ul li.verified-by-visa {
	width: 87px;
	background: transparent url('/assets/images/footer/logos/verified-by-visa.gif') no-repeat center left;
}

#logos ul li.protx {
	width: 108px;
	background: transparent url('/assets/images/footer/logos/protx.gif') no-repeat center left;
}

#logos ul li.secure-trading {
	width: 108px;
	background: transparent url('/assets/images/footer/logos/secure-trading.gif') no-repeat center left;
}

.footer-base {
	clear: both;
	width: 980px;
	height: 40px;
	margin: 0 auto;
	background: transparent url('/assets/images/footer/footer-base.gif') repeat-y top left;
}

#product-list-nav {
	clear: both;
	width: 430px;
	padding: 10px;
	overflow: hidden;
	background: #2d2d2d;
	border-color: #ffffff;
	border-style: solid;
	border-width: 0 0 0px 0;
	color: #ffffff;
}

#product-list-nav .title {
	float:left;
	width: 170px;
	font-weight: bold;
	padding: 0 0 5px 0;
}

#product-list-nav ul {
	clear: both;
	margin: 10px 20px 0 0;
	padding: 0;
	list-style: none;
}

#product-list-nav ul li.previous {
	float: left;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	border-right-color: #ffffff;
	border-right-style: solid;
	border-right-width: 1px;
}

#product-list-nav ul li.next {
	float: left;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	border-right-color: #ffffff;
	border-right-style: solid;
	border-right-width: 1px;
}

#product-list-nav ul li.disabled {
	color: #666666;
	border-color: #666666;
}

#product-list-nav ul li.view-all {
	float: left;
}

#product-list-nav ul li a {
	color: #ffffff;
}

#product-list-nav .sort {
	float: right;
	width: 230px;
	font-weight: bold;
}

.product-list {
	float: left;
	width: 460px;
}

.product-list h1 {
	clear: both;
	width: 430px;
	margin: 0;
	padding: 10px;
	background: #a1e3fa;
	border-color: #ffffff;
	border-style: solid;
	border-width: 0 0 10px 0;
	font-size: 1.1em;
	font-weight: bold;
}

p.product-list-description {
	margin: 0;
	padding: 0 0 10px 0;
}

.tag {
	clear: both;
	/*
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	*/
	width: 200px;
}

.sale-tag {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 30px;
	background: transparent url('/assets/images/shop/tags/item-sale-tag.gif') no-repeat top left;
	text-indent: -9000px;
	cursor: pointer;
}

.cashback-tag {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 30px;
	background: transparent url('/assets/images/shop/tags/cashback-tag.gif') no-repeat top left;
	text-indent: -9000px;
	cursor: pointer;
}


.feature-container {
	float: left;
	width: 240px;
	padding: 0 0 10px 0;
	overflow: hidden;
}

.sale-feature {
	clear: both;
	width: 240px;
	height:200px;
	margin: 0 0 10px 0;
	overflow: hidden;
	border-color: #a1e3fa;
	border-style: solid;
	border-width: 10px;
	background: #0054a4 url('/assets/images/shop/backgrounds/sale-bg.jpg') no-repeat top left;
	text-indent: -9000px;
}

.sale-feature a {
	height: 240px;
	width: 200px;
	display: block;
	color: #ffffff;
}

.feature-banner {
	clear: both;
	width: 200px;
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
	border-color: #a1e3fa;
	border-style: solid;
	border-width: 10px;
	background: #0054a4 url('/assets/images/shop/backgrounds/vat-rate-reduction.gif') no-repeat top left;
	text-indent: -9000px;
}


#bestsellers {
	clear: both;
	width: 200px;
	margin: 0 0 10px 0;
	padding: 10px 10px 190px 10px;
	overflow: hidden;
	border-color: #a1e3fa;
	border-style: solid;
	border-width: 10px;
	background: #0054a4 url('/assets/images/shop/backgrounds/bestsellers-bg.jpg') no-repeat bottom left;
}

#bestsellers h2 {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 1.1em;
}

#bestsellers ol {
	margin: 10px 0 0 20px;
	padding: 0;
}

#bestsellers ol li {
	margin: 0;
	padding: 10px 0 0 0;
	color: #0054a4;
	font-weight:bold;
}

#bestsellers ol li a {
	color: #0054a4;
	font-weight: bold;
}

#latest-review {
	clear: both;
	width: 200px;
	padding: 0 10px 10px 10px;
	overflow: hidden;
	border-color: #a1e3fa;
	border-style: solid;
	border-width: 10px;
	background: #ffffff;
}

#latest-review h2 {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 1.1em;
}

#latest-review .review-image {
	clear: both;
	margin: 10px 0 0 0;
}

#latest-review h3 {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 1em;
}

#latest-review p.review {
	margin: 10px 0 0 0;
	padding: 0;
}

#latest-review .rating {
	clear: both;
	width: 200px;
	height: 20px;
	margin: 10px 0 0 0;
	overflow: hidden;
}

#search-menu {
	float: left;
	width: 220px;
	padding: 10px 10px 0 10px;
	overflow: hidden;
	background: #a1e3fa;
	border-color: #ffffff;
	border-style: solid;
	border-width: 0 0 10px 0;
}

#search-menu .title {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#search-menu .title {
	float: left;
	margin: 0 0 10px 0;
}

#search-menu #filter-count {
	clear: both;
	width: 220px;
	margin: 0 0 10px 0;
	color: #0054a4;
	font-weight: bold;
}

#search-menu .button {
	float: right;
	margin: 0 0 10px 0;
}

#search-menu .attributes {
	clear: both;
	width: 200px;
	padding: 0 10px 10px 10px;
	overflow: hidden;
	background: #ffffff;
	border-color: #a1e3fa;
	border-style: solid;
	border-width: 0 0 10px 0;
}

#search-menu .attributes ul {
	clear: both;
	width: 200px;
	padding: 0;
	margin: 10px 0 0 0;
	overflow: hidden;
	list-style: none;
}

#search-menu .attributes ul li {
	clear: both;
	margin: 0;
	padding: 5px 0 0 0;
}

#search-menu .attributes ul li.attribute-title {
	font-weight: bold;
}

#search-menu .attributes ul li a {
	color: #2d2d2d;
}

#search-menu .attributes ul li input {
	float: left;
	margin: 0 10px 0 0;
}

#search-menu .attributes ul li label {
	float: left;
}

#search-menu .attributes ul.group-name {
	padding: 0;
	margin: 10px 0 0 0;
}

#search-menu .attributes ul.group-name li {
	clear: none;
	float: left;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#search-menu .attributes ul.group-name li a {
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	font-weight: normal;
	color: #999999;
	border-color: #999999;
	border-style: solid;
	border-width: 0 0 0 1px;
}



.display-basket {
	float: left;
	display: inline;
	width: 690px;
	margin: 0 10px 10px 10px;
	overflow: hidden;
}

.item-images {
	float: left;
	width: 700px;
	overflow: hidden;
}

.product-back-link {
	clear: both;
	margin: 10px 0;
}

.product-back-link a {
	color: #dd0303;
}

.main-image {
	float: left;
	width: 590px;
	height: 590px;
	overflow: hidden;
	padding: 10px;
	margin: 0 10px 10px 0;
	background-color: #a1e3fa;
}

.more-images {
	float: left;
	width: 120px;
	overflow: hidden;
}

.more-images .image {
	clear: both;
	width: 100px;
	height: 100px;
	padding: 10px;
	margin: 0 0 10px 0;
	background-color: #a1e3fa;
}

.display-basket a {
	color: #2d2d2d;
}

.display-basket .basket-header {
	width: 620px;
	overflow: hidden;
	padding: 10px 20px;
	margin: 0 0 0 20px;
	background: #a1e3fa;
}

.display-basket .basket-header .back-link {
	float: left;
	width: 160px;
	margin: 0 20px 0 0;
}

.display-basket .basket-header .back-link a {
	color: #0054a4;
}

.display-basket .basket-header h1 {
	float: right;
	width: 440px;
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 1.2em;
}

.display-basket .basket-item {
	clear: both;
	width: 640px;
	margin: 10px 0 0 20px;
	padding: 10px;
	overflow: hidden;
}

.display-basket .titles {
	font-weight: bold;
}

.display-basket .basket-item .item-image {
	float: left;
	width: 120px;
}

.display-basket .basket-item .item-name {
	float: left;
	width: 150px;
	padding: 0 20px 0 0;
}

.display-basket .basket-item basket-even.item-name, .display-basket .basket-item basket-odd.item-name {
	float: left;
	width: 150px;
	padding: 0 20px 0 0;
}

.display-basket .basket-item .item-selections {
	float: left;
	width: 80px;
	padding: 0 20px 0 0;
}

.display-basket .basket-item .item-price {
	float: left;
	width: 60px;
	padding: 0 20px 0 0;
	font-weight: bold;
}

.display-basket .basket-item .item-quantity {
	float: left;
	width: 60px;
	padding: 0 20px 0 0;
}
.display-basket .basket-item .item-quantity input {
	width: 50px;
}

.display-basket .basket-item .item-remove {
	float: left;
	width: 90px;
}

.basket-options {
	float: left;
	width: 220px;
}

.basket-options .actions {
	clear: both;
	width: 220px;
	margin: 0 0 10px 0;
	border-color: #a1e3fa;
	border-style: solid;
	border-width: 10px 10px 0 10px;
}

.basket-options .actions p.title {
	margin: 0;
	padding: 0 0 10px 0;
	background: #a1e3fa;
	font-weight: bold;
}

.basket-options .actions #basket-final-total {
	width: 200px;
	padding: 10px 10px 0 10px;
	overflow: hidden;
	color: #0054a4;
	font-size: 1.4em;
	font-weight: bold;
}

.basket-options .actions .basket-buttons {
	width: 200px;
	padding: 0 10px 10px 10px;
	overflow: hidden;
	border-color: #a1e3fa;
	border-style: solid;
	border-width: 0 0 10px 0;
}

.basket-options .actions .basket-buttons .basket-button {
	margin: 10px 0 0 0;
}

.basket-options .actions .basket-buttons .basket-button .button {
	width: 100%;
}

.login-container {
	width: 950px;
	overflow: hidden;
	margin: 0 0 10px 0;
}

.login-container h1 {
	margin: 0 0 10px 30px;
}

.login-box {
	float: left;
	display: inline;
	width: 425px;
	padding: 0 20px 9010px 0;
	margin: 0 0 -9000px 30px;
	overflow: hidden;
	background: #a1e3fa;
}

.login-box ul {
	margin: 1em 0 0 20px;
	padding: 0;
	list-style: none;
}

.login-box ul li {
	margin: 0;
	padding: 0;
}

.login-box a {
	color: #0054a4;
}

.login-container h2 {
	margin: 10px 0 0 20px;
}

.login-container input {
	width: 220px;
}

.login-container .button {
	width: 160px;
}

.login-container .button a {
	color: #ffffff;
}

.login-box .register-button {
	width: 140px;
	margin: 10px 0 0 30px;
	padding: 4px 10px;
}

.checkout-container {
	clear: both;
	width: 940px;
	margin: 0 0 10px 10px;
	overflow: hidden;
}

.checkout-container a {
	color: #dd0303;
}

h1.checkout {
	margin: 0 0 10px 30px;
}

.order_ref {
	clear: both;
	width: 900px;
	margin: 0 0 10px 20px;
	padding: 0 20px 10px 20px;
	overflow: hidden;
	background: #a1e3fa;
}

.order_ref p {
	margin: 10px 0 0 0;	
}

.order_ref h2 {
	margin: 10px 0 0 0;
}
.order_ref input {
	width: 280px;
	margin: 0 10px 0 0;
}

.delivery-details h2 {
	margin: 10px 0 0 0;
	color: #2d2d2d;
}

.delivery-details p {
	margin: 10px 0 0 0;
}

.delivery-details a {
	color: #0054a4;
}

.delivery-details {
	float: left;
	width: 580px;
	display: inline;
	padding: 0 20px 9010px 20px;
	margin: 0 10px -9000px 0;
	overflow: hidden;
	background: #a1e3fa;
}

.delivery-details div {
	float: left;
	width: 280px;
	margin: 5px 10px 0 0;
}

.delivery-details label {
	font-weight: bold;
	color: #626262;
	margin: 5px 0 0 0;
}

.delivery-details .label {
	font-weight: bold;
	color: #626262;
	margin: 5px 0 0 0;
}

.delivery-details input, .delivery-details  select {
	width: 270px;
}

.delivery-details p input.button {
	cursor: pointer;
}

.delivery-details textarea {
	width: 270px;
	height: 60px;
}

.checkout-container {
	margin: 10px 0 0 20px;
	position: relative;
}

.checkout-container #delivery-selection {
	float: left;
	width: 270px;
	padding: 0 20px 9010px 20px;
	margin: 0 0 -9000px 0;
	background: #a1e3fa;
}

.checkout-container #delivery-selection ul, .checkout-container #billing-selection ul {
	margin: 0 0 0 30px;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 66;
}

.checkout-container #delivery-selection ul li, .checkout-container #billing-selection ul li {
	margin: 10px 0 0 0;
	padding: 0;
}

.checkout-container #delivery-selection ul li ul, .checkout-container #billing-selection ul li ul {
	display: none;
	position: absolute;
	z-index: 66;
	top: 0;
	right: 100%;
	width: 340px;
	height: 120px;
	padding: 20px;
	overflow: auto;
	background: #ffffff;
	border-color: #0054a4;
	border-style: solid;
	border-width: 20px;
}

.checkout-container #delivery-selection ul li:hover ul, .checkout-container #billing-selection ul li:hover ul,
.checkout-container #delivery-selection ul li.over ul, .checkout-container #billing-selection ul li.over ul
{
	display: block;
}

.checkout-container #delivery-selection a {
	color: #0054a4;
}

.checkout-container .billing-selection {
	float: left;
	width: 270px;
	padding: 0 20px 9010px 20px;
	margin: 0 0 -9000px 0;
	background: #a1e3fa;
}

.checkout-container .billing-selection a {
	color: #0054a4;
}

.checkout-container .billing-selection #merchant-hidden-fields {
	display: none;
}

.checkout-container .voucher-container {
	float: left;
	display: inline;
	width: 580px;
	padding: 0 20px 9010px 20px;
	margin: 0 10px -9000px 0;
	overflow: hidden;
	background: #a1e3fa;
}

.checkout-container .voucher-container input {
	width: 270px;
}

.checkout-container .voucher-container .button {
	width: auto;
}

.checkout-container .voucher-container #voucher-details {
	clear: both;
	margin: 10px 0 0 0;
	padding: 0 10px 10px 10px;
	background: #cdd1da;
	overflow: hidden;
}

.checkout-container .voucher-container #voucher-details p {
	margin: 10px 0 0 0;
}

.checkout-container .checkout-order-totals {
	float: left;
	width: 270px;
	padding: 0 20px 9010px 20px;
	margin: 0 0 -9000px 0;
	background: #a1e3fa;
}

.checkout-container .checkout-order-totals h3 {
	margin: 10px 20px 0 20px;
}

.checkout-container .checkout-order-totals p {
	margin: 0 20px;
	color: #0054a4;
}

.checkout-container .checkout-order-totals p.final-total {
	font-size: 1.4em;
}

.checkout-container .checkout-order-totals .checkout-submit {
	margin: 20px 0 0 0;
}

.checkout-container .checkout-order-totals .checkout-submit .button {
	margin: 0 0 10px 20px;
}

.checkout-container .checkout-order-totals #form-errors {
	position: absolute;
	top: 0;
	left: 0px;
	display: none;
	width: 610px;
	padding: 0 10px 10px 10px;
	height: 100%;
	overflow: hidden;
	background: #0054a4;
	color: #ffffff;
}

.checkout-container #form-errors .message {
	margin: 10px 0 0 0;
	color: #ffffff;
}

.message {
	color: #ff0000;
	font-weight: bold;
}

.alert {
	color: #ff0000;
	font-weight: bold;
}

.user-form-block {
	clear: both;
	width: 920px;
	margin: 0 0 10px 30px;
	overflow: hidden;
	background: #a1e3fa;
}

.label {
	font-weight: bold;
}

.my-orders {
	clear: both;
	width: 930px;
	margin: 0px 0 10px 20px;
	overflow: hidden;
}

.my-orders .order-row {
	clear: both;
	width: 900px;
	padding: 10px 20px;
	overflow: hidden;
	position: relative;
	margin-left:10px;
}

.my-orders .order-row .my-order-no {
	float: left;
	width: 80px;
	margin: 0 20px 0 0;
}

.my-orders .order-row .my-order-ref {
	float: left;
	width: 180px;
	margin: 0 20px 0 0;
}

.my-orders .order-row .my-order-date {
	float: left;
	width: 120px;
	margin: 0 20px 0 0;
}

.my-orders .order-row .my-order-total {
	float: left;
	width: 120px;
	margin: 0 20px 0 0;
}

.my-orders .order-row .my-order-status {
	float: left;
	width: 180px;
	margin: 0 20px 0 0;
}

.my-orders .order-row .my-order-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 940px;
	height: 100%;
	z-index: 2;
	text-indent: -9000px;
}

.my-orders .order-row .my-order-link a {
	display: block;
	height: 100%;
	color: #dd0303;
}

.my-orders .order-row .my-order-link a:hover {
	background: transparent url('/assets/images/shop/backgrounds/hover.png') top left;
}

* html .my-orders .order-row .my-order-link {
	position: relative;
	float: left;
	width: 200px;
	height: auto;
	text-indent: 0;
}

* html .my-orders .order-row .my-order-link a:hover {
	background: none;
}

.view-order {
	clear: both;
	width: 900px;
	overflow: hidden;
	margin: 0 0 10px 20px;
	padding: 10px 20px;
}

.view-order .item-code {
	padding-left:0;
	margin:0;
}

.view-order label {
	padding: 0;
	margin: 0;
}

.view-order .item-code {
	float: left;
	width: 120px;
	margin: 0 20px 0 0;
	padding: 0;
}

.view-order .item-name {
	float: left;
	width: 220px;
	margin: 0 20px 0 0;
}

.view-order .item-details {
	float: left;
	width: 220px;
	margin: 0 20px 0 0;
}

.view-order .item-quantity {
	float: left;
	width: 60px;
	margin: 0 20px 0 0;
}

.view-order .item-price {
	float: left;
	width: 60px;
	margin: 0 20px 0 0;
}

.view-order .shopping-totals {
	float: left;
	width: 240px;
	margin: 0 20px 0 20px;
}

.view-order .shopping-totals h2{
	margin-left: 0px;
}

.view-order .shopping-totals p {
	margin : 0;
}

.view-order .shopping-totals .total {
	font-size: 1.4em;
	font-weight: bold;
	color: #0054a4;
}

.view-order .delivery-address {
	float: left;
	width: 280px;
	margin: 0 20px 0 0;
}

.view-order .billing-address {
	float: left;
	width: 280px;
	margin: 0 20px 0 0;
}

.review-row {
	clear: both;
	width: 405px;
	margin: 10px 0 10px 10px;
	padding: 10px;
	overflow: hidden;
}

.review-row .review-item {
	float: left;
	width: 180px;
	margin: 0 20px 0 0;
}

.review-row .review-date {
	float: left;
	width: 100px;
	margin: 0 20px 0 0;
}

.review-row .review-link {
	float: left;
	width: 80px;
}

.review-row .review-link a {
	color: #0054a4;;
}

.review-container {
	clear: both;
	width: 900px;
	margin: 20px 0 10px 30px;
	padding: 10px 10px;
	overflow: hidden;
	background: #a1e3fa;
}

.product-review-score {
	width: 840px;
	height: 140px;
}

.odd {
	background: #bef0ff;
}

.basket-odd {
	background: #99e1e7;
}

.basket-even {
	background: #bdf5fa;
}

.contact-form-row {
	clear:both;
	width: 100%;
	overflow: hidden;
	margin: 10px 0 10px 0;
}

.contact-label {
	width: 150px;
	float: left;
}

.contact-input {
	width: 300px;
	float:left;
}

.contact-button {
	clear:both;
	height: 30px;
	padding-top: 20px;
	padding-left: 150px;
}

#contact-form fieldset {
	margin: 10px 0;
	padding-left: 20px;
	padding-top: 20px;
	overflow: hidden;
}


#other_links a {
	color: #0054a4;
	text-decoration:underline;
}

#other_links a:hover {
	text-decoration: none;
}

.send-to-a-friend {
	padding: 20px;
	font-size: 0.8em;
}

.send-to-a-friend input {
	width: 300px;
}

.send-to-a-friend .button {
	width: auto;
	margin: 1em 0 0 0;
}
