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


/*
* == Common styles
*/

html, body {
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #313131;
	background-image: url('/assets/images/backgrounds/overall-bg.jpg');
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#overall-container {
	width: 1000px;
	min-height: 350px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.75em;
	background: transparent url('/assets/images/backgrounds/guitar-head-bg.jpg') no-repeat top left;
	color: #313131;
}
* html #overall_container {
	height: 350px;
}

img {
	border: 0px;
}

form {
	padding: 0px;
	margin: 0px;
}

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

.button {
	border-style: solid;
	border-width: 1px;
	border-color: #be0202;
	background-color: #be0202;
	color: #ffffff;
	font-weight: bold;
}

.item-details .view-item-button {
	float: right;
	width: 48px;
	height: 24px;
	background: transparent url('/shopping/images/view_button.gif') no-repeat top left;
	text-indent: -9000px;
	overflow: hidden;
}

.item-details .view-item-button a {
	display: block;
	height: 0px;
	padding-top: 24px;
}

#content-container {
	clear: both;
	width: 900px;
	margin: 0px 0px 0px 30px;
	padding: 0px 10px 10px 10px;
	background: transparent url('/assets/images/backgrounds/content-bg.gif') repeat-y top left;
	overflow: hidden;
}

#page-content {
	width: 630px;
	overflow: hidden;
}


a {
	font-weight: bold;
	color: #aa0303;
	text-decoration: underline;
}

a:hover {
	font-weight: bold;
	color: #aa0303;
	text-decoration: none;
}


.alert {
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}









/**
* == Sitemap
*/

.sitemap {
	width: 630px;
}

.sitemap ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

.sitemap ul li {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-weight: bold;
}

.sitemap ul li.same-section {
	margin: 0px 0px 0px 10px;
}









/**
* == Header styles
*/

#header-container {
	width: 885px;
	margin-left: 35px;
	margin-right: 80px;
	min-height: 180px;
	background: #800000 url('/assets/images/header/header-bg.jpg') no-repeat bottom;
	overflow: hidden;
}
* html #header-container {
	height: 180px;
}

.logo {
	float: left;
	width: 270px;
	height: 154px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	background: transparent url('/assets/images/header/logo.png') no-repeat top left;
	text-indent: -9000px;
	position: relative;
	display: block;
	overflow: hidden;
}
* html .logo {
	position: fixed;
	display: inline;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/header/logo.png', sizingMethod='crop');
}

.logo a {
	height: 0px;
	padding-top: 140px;
	position: relative;
	display: block;
}

.main-menu {
	float: right;
	/*width: 615px;*/
	width: 595px;
	text-align: right;
}

.main-menu .signup {
	float: right;
	margin-right: 20px;
	margin-top: 10px;
	color: #d18888;
	position: relative;
	display: inline;
}

.main-menu .signup ul {
	float: left;
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}

.main-menu .signup li {
	float: left;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	margin-right: 5px;
}

.main-menu .signup li.last {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
}


.main-menu .signup li a {
	color: #ffffff;
	font-weight: normal;
}
.main-menu .signup li a:hover {
	color: #d18888;
	font-weight: normal;
}

.main-menu .search-and-cart {
	clear: both;
	padding: 10px 20px 0px 0px;
	overflow: hidden;
}

.main-menu .search-and-cart .search {
	float: right;
	width: 330px;
	min-height: 40px;
	background-color: #1b1b1b;
	padding: 10px;
	margin: 0px;
	overflow: hidden;
}
* html .main-menu .search-and-cart .search {
	height: 40px;
}

.main-menu .search-and-cart .search .search-title {
	float: left;
	width: 54px;
	height: 0px;
	padding: 0px;
	padding-top: 24px;
	margin: 0px;
	background: transparent url('/assets/images/header/main-menu/search.gif') no-repeat top left;
	overflow: hidden;
}

.main-menu .search-and-cart .search .search-box {
	float: left;
	width: 200px;
	min-height: 20px;
	padding: 2px;
	margin: 0px 0px 0px 10px;
	border-style: none;
	border-width: 0px;
}
* html .main-menu .search-and-cart .search .search-box {
	height: 20px;
}

.main-menu .search-and-cart .search .search-go {
	float: left;
	width: 46px;
	height: 24px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	padding-top: 24px;
	overflow: hidden;
	background-image: url('/assets/images/header/main-menu/go.gif');
	border-style: none;
	border-width: 0px;
	cursor: hand;
}


.main-menu .search-and-cart .cart {
	float: right;
	width: 160px;
	min-height: 40px;
	background-color: #1b1b1b;
	padding: 10px;
	margin: 0px 0px 0px 10px;
	overflow: hidden;
}
* html .main-menu .search-and-cart .cart {
	height: 40px;
}

.main-menu .search-and-cart .cart .cart-title {
	float: left;
	width: 35px;
	height: 40px;
	padding: 0px;
	margin: 0px;
	text-indent: -9000px;
	background: transparent url('/assets/images/header/main-menu/view-cart.gif') no-repeat top left;
	overflow: hidden;
	display: block;
	position: relative;
}

.main-menu .search-and-cart .cart .cart-title a {
	height: 0px;
	padding-top: 40px;
	display: block;
	position: relative;
}

.main-menu .search-and-cart .cart .cart-title a:hover {
	background: transparent url('/assets/images/header/main-menu/view-cart.gif') no-repeat top left;
	background-position: 0px -40px;
}

.main-menu .search-and-cart .cart .cart-details {
	float: left;
	width: 90px;
	text-align: left;
	margin: 0px 0px 0px 30px;
	color: #ffffff;
	font-weight: bold;
	line-height: 20px;
}

.main-menu .shop-and-nav {
	clear: both;
	overflow: hidden;
	margin: 10px 10px 0px 0px;
}

.main-menu .shop-and-nav .nav {
	float: right;
	width: 315px;
	background-color: #1b1b1b;
	overflow: hidden;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

.main-menu .shop-and-nav .nav ul {
	width: 370px;
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
	overflow: hidden;
}

.main-menu .shop-and-nav .nav ul li {
	float: left;
	padding: 0px;
	overflow: hidden;
}

.main-menu .shop-and-nav .nav ul li a {
	text-indent: -9000px;
	height: 0px;
	padding-top: 40px;
	display: block;
	position: relative;
	overflow: hidden;
}

.main-menu .shop-and-nav .nav ul li.home {
	width: 40px;
	margin-right: 15px;
	background: transparent url('/assets/images/header/main-menu/home.gif') no-repeat top left;
}

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

.main-menu .shop-and-nav .nav ul li.about {
	width: 44px;
	margin-right: 15px;
	background: transparent url('/assets/images/header/main-menu/about.gif') no-repeat top left;
}

.main-menu .shop-and-nav .nav ul li.about a:hover {
	background: transparent url('/assets/images/header/main-menu/about.gif') no-repeat top left;
	background-position: 0px -40px;
}

.main-menu .shop-and-nav .nav ul li.gallery {
	width: 57px;
	margin-right: 15px;
	background: transparent url('/assets/images/header/main-menu/gallery.gif') no-repeat top left;
}

.main-menu .shop-and-nav .nav ul li.gallery a:hover {
	background: transparent url('/assets/images/header/main-menu/gallery.gif') no-repeat top left;
	background-position: 0px -40px;
}

.main-menu .shop-and-nav .nav ul li.news {
	width: 40px;
	margin-right: 15px;
	background: transparent url('/assets/images/header/main-menu/news.gif') no-repeat top left;
}

.main-menu .shop-and-nav .nav ul li.news a:hover {
	background: transparent url('/assets/images/header/main-menu/news.gif') no-repeat top left;
	background-position: 0px -40px;
}

.main-menu .shop-and-nav .nav ul li.virtual-tour {
	width: 95px;
	margin-right: 15px;
	background: transparent url('/assets/images/header/main-menu/virtual-tour.gif') no-repeat top left;
}

.main-menu .shop-and-nav .nav ul li.virtual-tour a:hover {
	background: transparent url('/assets/images/header/main-menu/virtual-tour.gif') no-repeat top left;
	background-position: 0px -40px;
}

.main-menu .shop-and-nav .nav ul li.contact {
	width: 62px;
	margin-right: 10px;
	background: transparent url('/assets/images/header/main-menu/contact.gif') no-repeat top left;
}

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

.main-menu .shop-and-nav .shop {
	float: right;
	width: 205px;
	background-color: #9d9d9d;
	overflow: hidden;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
}

.main-menu .shop-and-nav .shop .show-everything-title {
	width: 172px;
	height: 0px;
	margin: 0px;
	padding: 19px 0px 0px 0px;
	text-indent: -9000px;
	overflow: hidden;
	background-image: url('/assets/images/header/main-menu/show-everything.gif');
}

.main-menu .shop-and-nav .shop ul {
	clear: both;
	width: 205px;
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
	overflow: hidden;
}

.main-menu .shop-and-nav .shop ul li {
	float: left;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

.main-menu .shop-and-nav .shop ul li a {
	text-indent: -9000px;
	height: 0px;
	padding-top: 30px;
	display: block;
	position: relative;
	overflow: hidden;
}

.main-menu .shop-and-nav .shop ul li.electric {
	width: 64px;
	margin-right: 13px;
	background: transparent url('/assets/images/header/main-menu/electric.gif') no-repeat top left;
}

.main-menu .shop-and-nav .shop ul li.electric a:hover {
	background: transparent url('/assets/images/header/main-menu/electric.gif') no-repeat top left;
	background-position: 0px -30px;
}

.main-menu .shop-and-nav .shop ul li.acoustic {
	width: 68px;
	margin-right: 13px;
	background: transparent url('/assets/images/header/main-menu/acoustic.gif') no-repeat top left;
}

.main-menu .shop-and-nav .shop ul li.acoustic a:hover {
	background: transparent url('/assets/images/header/main-menu/acoustic.gif') no-repeat top left;
	background-position: 0px -30px;
}

.main-menu .shop-and-nav .shop ul li.bass {
	width: 36px;
	margin-right: 10px;
	background: transparent url('/assets/images/header/main-menu/bass.gif') no-repeat top left;
}

.main-menu .shop-and-nav .shop ul li.bass a:hover {
	background: transparent url('/assets/images/header/main-menu/bass.gif') no-repeat top left;
	background-position: 0px -30px;
}









/**
* == Footer styles
*/

#footer-container {
	clear: both;
	width: 890px;
	min-height: 57px;
	margin: 0px 70px 20px 30px;
	padding: 0px 0px 10px 10px;
	background: #ffffff url('/assets/images/footer/footer-bg.gif') no-repeat bottom;
	overflow: hidden;
}
* html #footer-container {
	height: 57px;
	overflow: hidden;
}

#footer-container .footer-copyright {
	float: left;
	width: 325px;
	margin-top: 20px;
}

#footer-container .footer-copyright p {
	margin: 0px;
	padding: 0px;
}

#footer-container .footer-copyright ul {
	/*margin: 10px 0px 0px 0px;*/
	padding: 0px;
	/*display: inline;*/
	margin: 10px 0px;
	list-style-type: none;
}

#footer-container .footer-copyright ul li {
	margin: 0px;
	padding: 0px;
	/*float: left;*/
}

#footer-container .footer-copyright ul li a {
	text-decoration: underline;
	color: #313131;
	font-weight: normal;
}

#footer-container .footer-copyright ul li a:hover {
	text-decoration: none;
	color: #313131;
	font-weight: normal;
}

#footer-container .footer-copyright ul li.seo {
	/*
	margin-left: 10px;
	padding-left: 10px;
	border-left-style: solid;
	border-left-width: 1px;
	*/
}

#footer-container .credit-cards {
	float: right;
	width: 535px;
	padding: 15px 5px 10px 0px;
	background: #ffffff url('/assets/images/footer/tear.gif') no-repeat top right;
}

#footer-container .credit-cards ul {
	float: right;
	height: 38px;
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}

#footer-container .credit-cards ul li {
	float: left;
	height: 0px;
	padding: 38px 0px 0px 0px;
	margin: 0px 5px 0px 0px;
	overflow: hidden;
}

#footer-container .credit-cards ul li.visa-electron {
	width: 41px;	
	background: #ffffff url('/assets/images/footer/visa-electron.gif') no-repeat top left;
}

#footer-container .credit-cards ul li.switch {
	width: 22px;	
	background: #ffffff url('/assets/images/footer/switch.gif') no-repeat top left;
}

#footer-container .credit-cards ul li.mastercard {
	width: 43px;	
	background: #ffffff url('/assets/images/footer/mastercard.gif') no-repeat top left;
}

#footer-container .credit-cards ul li.solo {
	width: 19px;	
	background: #ffffff url('/assets/images/footer/solo.gif') no-repeat top left;
}

#footer-container .credit-cards ul li.maestro {
	width: 42px;	
	background: #ffffff url('/assets/images/footer/maestro.gif') no-repeat top left;
}

#footer-container .credit-cards ul li.delta {
	width: 44px;	
	background: #ffffff url('/assets/images/footer/delta.gif') no-repeat top left;
}

#footer-container .credit-cards ul li.verified-by-visa {
	width: 56px;
	background: #ffffff url('/assets/images/footer/verified-by-visa.gif') no-repeat top left;
}

#footer-container .credit-cards ul li.mastercard-securecode {
	width: 69px;
	background: #ffffff url('/assets/images/footer/mastercard-securecode.gif') no-repeat top left;
}

#footer-container .credit-cards ul li.secure-trading {
	width: 143px;
	background: #ffffff url('/assets/images/footer/secure-trading.gif') no-repeat top left;
}

.footer-menu {
	clear: both;
	width: 890px;
	text-align: center;
	margin: 0px 0px 20px 30px;
	overflow: hidden;
	color: #ffffff;
}

.footer-menu ul {
	clear: both;
	margin: 5px auto 0px auto;
	padding: 0px;
	list-style-type: none;
}

.footer-menu ul li {
	display: inline;
	position: relative;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
	padding-left: 5px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #ffffff;
}

.footer-menu ul li.first {
	border-left: none;
	padding: 0px;
	margin: 0px;
}

.footer-menu ul li a {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}

.footer-menu ul li a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}









/**
* == Homepage
*/

.shop-selector-flash-replace {
	width: 610px;
	min-height: 280px;
	padding: 10px;
	background-color: #494848;
	color: #ffffff;
	overflow: hidden;
}
* html .shop-selector-flash-replace {
	height: 280px;
}

.shop-selector-flash-replace a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

.shop-selector-flash-replace .getting-started {
	float: left;
	width: 300px;
}

.shop-selector-flash-replace .getting-started h1 {
	font-size: 1.5em;
}

.shop-selector-flash-replace .worldwide-shipping {
	float: right;
	width: 300px;
}

.shop-selector-flash-replace .worldwide-shipping h2 {
	font-size: 1.5em;
}

.shop-selector-flash-replace .flash-download {
	margin-top: 60px;
}

.best-sellers {
	clear: both;
	width: 620px;
	margin-top: 10px;
	padding: 10px 0px 20px 10px;
	background: #e6e9ed url('/assets/images/homepage/best-sellers/best-sellers-bg.gif') no-repeat bottom left;
	overflow: hidden;
}

.best-sellers h2 {
	width: 221px;
	height: 0px;
	padding-top: 50px;
	overflow: hidden;
	text-indent: -9000px;
	background: transparent url('/assets/images/homepage/best-sellers/mansons-best-sellers.gif') no-repeat top left;
	margin: 0px;
}

.best-selling-item {
	float: left;
	width: 190px;
	overflow: hidden;
	margin: 10px 15px 0px 0px;
}

.best-selling-item .best-selling-item-image {
	width: 130px;
	background: transparent url('/assets/images/homepage/best-sellers/item-borders.gif') no-repeat top left;
	padding: 10px;
	border: none;
}

.best-selling-item .view-item-button {
	float: right;
	width: 48px;
	height: 24px;
	margin: 5px 40px 10px 0px;
	background: transparent url('/shopping/images/view_button.gif') no-repeat top left;
	text-indent: -9000px;
	overflow: hidden;
}

.best-selling-item .view-item-button a {
	display: block;
	height: 0px;
	padding-top: 24px;
}

.best-selling-item .best-selling-item-price {
	float: left;
	font-weight: bold;
	color: #575757;
	margin-top: 10px;
}

.best-selling-item .best-selling-item-description {
	clear: both;
}

.best-selling-item .best-selling-item-description a {
	font-weight: bold;
	color: #aa0303;
	text-decoration: underline;
}

.best-selling-item .best-selling-item-description a:hover {
	font-weight: bold;
	color: #aa0303;
	text-decoration: none;
}

.latest-news-container {
	width: 600px;
	height: 270px;
	padding: 15px;
	margin-top: 10px;
	overflow: hidden;
	background: transparent url('/assets/images/homepage/latest-news/blank-news-bg.jpg') no-repeat top left;
}

.latest-news-container .news-reel-container {
	float: right;
	width: 270px;
	height: 240px;
	padding: 10px 10px 13px 13px;
	background: transparent url('/assets/images/homepage/latest-news/news-reel-bg.gif') no-repeat top left;
}

.latest-news-container .news-reel-container h2 {
	width: 94px;
	height: 0px;
	padding-top: 14px;
	text-indent: -9000px;
	margin: 0px 0px 20px 0px;
	overflow: hidden;
	background: transparent url('/assets/images/homepage/latest-news/latest-news.gif') no-repeat top left;
}

.latest-news-container .news-reel-container .news-reel {
	width: 260px;
	height: 206px;
	overflow: auto;
	padding-right: 10px;
}

.latest-news-container .news-reel-container .news-reel a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

.latest-news-container .news-reel-container .news-reel a:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}

.latest-news-container .news-reel-container .news-reel h3 {
	clear: both;
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.latest-news-container .news-reel-container .news-reel h3 a {
	font-weight: bold;
}

.latest-news-container .news-reel-container .news-reel h3 a:hover {
	font-weight: bold;
}

.latest-news-container .news-reel-container .news-reel p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}









/**
* == Side Menus
*/

#side-menu-container {
	float: left;
	width: 240px;
	overflow: hidden;
	margin: 5px 10px 0px 0px;
}

#category-list {
	width: 220px;
	padding: 10px;
	background: transparent url('/assets/images/side-menu/categories/menu-bg.gif') repeat-y top left;
	overflow: hidden;
}

#category-list .categories-title {
	width: 124px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	padding-top: 14px;
	overflow: hidden;
	text-indent: -9000px;
	background: transparent url('/assets/images/side-menu/categories/categories.gif') no-repeat top left;
}

#category-list ul {
	margin: 20px 0px 10px 0px;
	padding: 0px;
	list-style-type: none;
}

#category-list ul li {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

#category-list ul li a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#category-list ul li a:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

#category-list ul li.menu-reduced-items a {
	color: #d88083;
}

#brand-list {
	width: 220px;
	height: 230px;
	padding: 10px;
	margin-top: 10px;
	background: transparent url('/assets/images/side-menu/brands/menu-bg.gif') repeat-y top left;
	overflow: hidden;
}

#brand-list .brands-title {
	width: 124px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	padding-top: 14px;
	overflow: hidden;
	text-indent: -9000px;
	background: transparent url('/assets/images/side-menu/brands/brands.gif') no-repeat top left;
}

#brand-list .brand-scroll {
	width: 220px;
	height: 180px;
	margin-top: 20px;
	overflow: auto;
}

#brand-list .brand-scroll ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	list-style-type: none;
}

#brand-list .brand-scroll ul li {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

#brand-list .brand-scroll ul li a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#brand-list .brand-scroll ul li a:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

#my-account {
	width: 220px;
	padding: 10px;
	background: transparent url('/assets/images/side-menu/my-account/menu-bg.gif') repeat-y top left;
	overflow: hidden;
}

#my-account .my-account-title {
	width: 87px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	padding-top: 14px;
	overflow: hidden;
	text-indent: -9000px;
	background: transparent url('/assets/images/side-menu/my-account/my-account.gif') no-repeat top left;
}

#my-account ul {
	margin: 20px 0px 10px 0px;
	padding: 0px;
	list-style-type: none;
}

#my-account ul li {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

#my-account ul li a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#my-account ul li a:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

#back-to-shop {
	width: 220px;
	height: 120px;
	padding: 10px;
	margin-top: 10px;
	background: transparent url('/assets/images/side-menu/back-to-shop/menu-bg.gif') repeat-y top left;
	overflow: hidden;
}

#back-to-shop .back-to-shop-title {
	width: 207px;
	height: 0px;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	padding-top: 15px;
	overflow: hidden;
	text-indent: -9000px;
	background: transparent url('/assets/images/side-menu/back-to-shop/take-me-back.gif') no-repeat top left;
}

#back-to-shop ul {
	margin: 20px 0px 10px 0px;
	padding: 0px;
	list-style-type: none;
}

#back-to-shop ul li {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

#back-to-shop ul li a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#back-to-shop ul li a:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

#newsletter {
	width: 220px;
	padding: 10px 10px 20px 10px;
	margin-top: 10px;
	background: #313131 url('/assets/images/side-menu/newsletter/menu-bg.gif') no-repeat bottom left;
	overflow: hidden;
	color: #ffffff;
}

#newsletter .newsletter-title {
	width: 89px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	padding-top: 14px;
	overflow: hidden;
	text-indent: -9000px;
	background: transparent url('/assets/images/side-menu/newsletter/newsletter.gif') no-repeat top left;
}

#newsletter a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

#newsletter a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#secure-payment {
	width: 220px;
	padding: 10px 10px 20px 10px;
	background: transparent url('/assets/images/side-menu/categories/menu-bg.gif') repeat-y top left;
	overflow: hidden;
	color: #ffffff;
}

#secure-payment .secure-payment-title {
	width: 120px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	padding-top: 14px;
	overflow: hidden;
	text-indent: -9000px;
	background: transparent url('/assets/images/side-menu/secure-payment/secure-payment.gif') no-repeat top left;
}









/**
* == Shop styles
*/

.header-fixed {
	width: 610px;
	padding: 10px;
	margin-top: 20px;
	background: #1b1b1b url('/assets/images/shop/title-bar.gif') no-repeat bottom left;
	color: #ffffff;
	overflow: hidden;
}

.header-fixed h1 {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	color: #ffffff;
	font-weight: bold;
}

.header-fixed h2 {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	color: #ffffff;
	font-weight: bold;
}

.header-fixed ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}

.header-fixed ul li {
	float: left;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 15px;
	background: #1b1b1b url('/assets/images/shop/arrow.gif') no-repeat center left;
}

.header-fixed ul li.first {
	background-image: none;
	margin: 0px;
	padding: 0px;
}

.header-fixed ul li a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

.header-fixed ul li a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.header-fixed .page-selection {
	float: left;
	overflow: hidden;
	width: 220px;
}

.header-fixed .page-selection ul {
	clear: both;
	margin: 0px;
	padding: 0px;
	display: inline;
	position: relative;
	list-style-type: none;
}

.header-fixed .page-selection ul li {
	float: left;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 10px;
	background: none;
	border-left-color: #ffffff;
	border-left-style: solid;
	border-left-width: 1px;
}

.header-fixed .page-selection ul li.first {
	padding: 0px;
	margin: 0px;
	border-left: none;
}

.header-fixed .page-selection ul li.faded {
	color: #434343;
	border-left-color: #434343;
}

.header-fixed .page-order-container {
	float: right;
	overflow: hidden;
	width: 360px;
	text-align: right;
}

.header-fixed .page-order-container .page-order {
	float: left;
	padding-left: 6px;
}

.header-fixed .page-order-container .page-order .order-button {
	width: 58px;
	height: 23px;
	margin: 0px;
	padding: 23px 0px 0px 0px;
	display: block;
	overflow: hidden;
	border: none;
	cursor: hand;
	background: transparent url('/shopping/images/order_button.gif') no-repeat top left;
}

.content {
	margin-top: 20px;
	width: 630px;
	overflow: hidden;
}

.content h1 {
	font-size: 1em;
	color: 1b1b1b;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.content h2 {
	font-size: 1em;
	color: 1b1b1b;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.content h3 {
	font-size: 1em;
	color: aa0303;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.content p {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

.sub-category-container {
	width: 630px;
	overflow: hidden;
}

.sub-category-container .sub-category-list {
	float: left;
	width: 180px;
	overflow: hidden;
	margin: 10px 10px 0px 0px;
	padding: 10px;
	margin-bottom: -8990px;
	padding-bottom: 9000px;
	background-color: #e6e9ed;
}

.sub-category-container .sub-category-list h2 {
	font-size: 1em;
	color: #aa0303;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

.sub-category-container .sub-category-list h2 a {
	color: #aa0303;
	font-weight: bold;
	text-decoration: underline;
}

.sub-category-container .sub-category-list h2 a:hover {
	color: #aa0303;
	font-weight: bold;
	text-decoration: none;
}

.sub-category-container .sub-category-list .sub-category-image {
	width: 160px;
	height: 130px;
	border: none;
	margin-top: 10px;
	padding: 10px;
	background: #cccccc url('/assets/images/shop/category-image-bg.gif') no-repeat top left;
}

.sub-category-container .sub-category-list p {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

.shop-item-list {
	width: 610px;
	overflow: hidden;
	margin: 0px;
	border-width: 0px 10px 10px 10px;
	border-style: solid;
	border-color: #e6e9ed;
	background-color: #ffffff;
	font-size: 1em;
}

.first-item {
	border-width: 10px 10px 10px 10px;
	margin-top: 10px;
}

.shop-item-list .item-image {
	float: left;
	width: 220px;
	height: 165px;
	padding: 0px;
}

.shop-item-list .item-details {
	float: left;
	width: 370px;
	padding: 10px;
	overflow: hidden;
}

.shop-item-list .item-details .item-availability {
	float: left;
	width: 280px;
}

.shop-item-list .item-details .item-availability h2 {
	color: #aa0303;
	font-weight: bold;
	font-size: 1em;
	text-decoration: underline;
}

.shop-item-list .item-details .item-availability h2 a {
	color: #aa0303;
	font-weight: bold;
	text-decoration: underline;
}

.shop-item-list .item-details .item-availability h2 a:hover {
	color: #aa0303;
	font-weight: bold;
	text-decoration: none;
}

.shop-item-list .item-details .item-description {
	clear: both;
	width: 370px;
	margin: 20px 0px 0px 0px;
}

.shop-item-list .item-details .view-item {
	float: right;
}

.offer-strikethrough {
	color: #aa0303;
	text-decoration: line-through;
	font-weight: bold;
}

.price-update {
	color: #aa0303;
	font-weight: bold;
}

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

.latest-items {
	clear: both;
	width: 620px;
	margin-top: 10px;
	padding: 10px 0px 20px 10px;
	background: #e6e9ed url('/assets/images/homepage/best-sellers/best-sellers-bg.gif') no-repeat bottom left;
	overflow: hidden;
}

.latest-items h2 {
	width: 96px;
	height: 0px;
	padding-top: 14px;
	overflow: hidden;
	text-indent: -9000px;
	background: transparent url('/assets/images/shop/latest-items.gif') no-repeat top left;
	margin: 0px;
}

.interested-in {
	clear: both;
	width: 620px;
	margin-top: 10px;
	padding: 10px 0px 20px 10px;
	background: #e6e9ed url('/assets/images/homepage/best-sellers/best-sellers-bg.gif') no-repeat bottom left;
	overflow: hidden;
}

.interested-in h2 {
	width: 255px;
	height: 0px;
	padding-top: 14px;
	overflow: hidden;
	text-indent: -9000px;
	background: transparent url('/assets/images/shop/interested-in.gif') no-repeat top left;
	margin: 0px;
}

.display-item {
	float: left;
	width: 400px;
	margin: 20px 10px 0px 0px;
	overflow: hidden;
}

.display-item h1 {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

.display-item h2 {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

.display-item .item-image {
	width: 400px;
	height: 300px;
	margin-top: 10px;
}

.image-zoom-indicator {
	clear: both;
	width: 380px;
	margin: 0px;
	padding: 20px 10px 10px 10px;
	text-align: center;
	background: #aa0303 url('/assets/images/shop/image-zoom-indicator.gif') no-repeat top left;
}

.image-zoom-indicator a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.image-zoom-indicator a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

.item-description {
	clear: both;
	width: 630px;
	margin-top: 20px;
}

.item-description h2 {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

.item-description p {
	margin: 0px;
	padding: 0px;
}

.alternative-images {
	clear: both;
	width: 630px;
	overflow: hidden;
	padding: 10px 0px 0px 0px;
	padding: 0px;
	margin-top: 10px;
}

.alternative-images h2 {
	width: 156px;
	height: 0px;
	padding-top: 14px;
	margin: 0px;
	text-indent: -9000px;
	overflow: hidden;
	background: transparent url('/assets/images/shop/some-more-images.gif') no-repeat top left;
}

.alternative-images .image {
	float: left;
	width: 130px;
	height: 98px;
	padding: 10px 10px 10px 0px;
	margin: 10px 0px 0px 0px;
	background: #ffffff url('/assets/images/shop/alternative-image-bg.gif') no-repeat bottom left;
}

.alternative-images .first-image {
	padding-left: 10px;
}

.item-options {
	float: left;
	width: 220px;
	margin-top: 20px;
}

.item-options h3 {
	font-size: 1em;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.currency {
	font-size: 1em;
	font-weight: bold;
}

.item-options input, select {
	width: 200px;
	margin: 0px;
}

.item-options .price-as-text {
	background-color: #ffffff;
	border-width: 0px;
	font-weight: bold;
}

.item-options .quantity {
	width: 60px;
}

.related-header {
	background: #1b1b1b url('/assets/images/shop/title-bar-related.gif') no-repeat bottom left;
}

.item-related-list {
	clear: both;
	width: 650px;
	padding: 10px 10px 10px 0px;
	margin-left: -30px;
	background: #e6e9ed url('/assets/images/shop/related-footer.gif') no-repeat bottom left;
	overflow: hidden;
}

.item-related-list .item {
	float: left;
	width: 150px;
	margin-left: 40px;
	overflow: hidden;
}

.item-related-list .item .item-image {
	width: 130px;
	height: 98px;
	padding: 10px;
	margin: 0px;
	background: #ffffff url('/assets/images/shop/alternative-image-bg.gif') no-repeat bottom left;s
}

.item-related-list .item .item-description {
	clear: both;
	width: 130px;
	margin-top: 10px;
	font-weight: bold;
}

.review-list {
	clear: both;
	width: 630px;
	margin: 20px 0px 0px 0px;
}

.review-list h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
}

.review-list p {
	margin: 0px;
}

.product-review-text {
	width: 620px;
	height: 150px;
}

#image-zoom {
	width: 610px;
	height: 458px;
	padding: 20px 10px 10px 10px;
	background: transparent url('/assets/images/shop/image-zoom-bg.gif') no-repeat bottom left;
}

.cart-what-next {
	clear: both;
	width: 630px;
	margin-top: 10px;
	overflow: hidden;
}

.cart-what-next ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
	position: relative;
}

.cart-what-next ul li {
	float: left;
	width: 190px;
	margin: 0px;
	padding: 0px;
}

.cart-what-next ul li.button-list {
	padding-left: 30px;
}

.cart-button {
	width: 190px;
}

.cart-contents {
	clear: both;
	width: 610px;
	overflow: hidden;
	margin-top: 10px;
}

.odd {
	padding: 10px;
	background-color: #e6e9ed;
}

.even {
	padding: 10px;
	background-color: #ffffff;
}

.table-header {
	padding-top: 0px;
	padding-bottom: 0px;
}

.cart-contents .item-image {
	float: left;
	width: 140px;
}

.cart-contents .item-name {
	float: left;
	width: 200px;
	padding-right: 10px;
}

.cart-contents .item-quantity {
	float: left;
	width: 100px;
}

.cart-contents .item-quantity input {
	width: 50px;
}

.cart-contents .item-price {
	float: left;
	width: 90px;
}

.cart-contents .item-remove {
	float: left;
	width: 60px;
}

.cart-contents .item-remove .remove-button {
	width: 60px;
}

.cart-totals {
	float: left;
	width: 190px;
	font-weight: bold;
}

.cart-final-checkout {
	float: left;
	width: 440px;
	overflow: hidden;
}

.cart-final-checkout ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
	position: relative;
}

.cart-final-checkout ul li {
	float: left;
	width: 190px;
	padding: 0px 0px 0px 30px;
	margin: 0px;
}

.cart-final-delivery {
	float: left;
	width: 420px;
	margin-right: 20px;
}

.cart-final-delivery select {
	width: auto;
}

.cart-continue-button {
	float: right;
	width: 190px;
}

.order-label {
	float: left;
	width: 210px;
	margin-right: 20px;
}

.order-value {
	float: left;
	width: 400px;
}

.order-total {
	margin-top: 10px;
}

.login-form {
	clear: both;
	width: 630px;
	margin-top: 20px;
	overflow: hidden;
}

.form-row {
	clear: both;
	width: 630px;
	margin-top: 10px;
	overflow: hidden;
}

.form-required {
	float: left;
	width: 30px;
	font-weight: bold;
	color: #aa0303;
}

.form-label {
	float: left;
	width: 200px;
	margin-right: 20px;
	font-weight: bold;
}

.form-field {
	float: left;
	width: 360px;
	margin-right: 20px;
}

.form-field input, textarea {
	width: 200px;
}

.form-field select {
	width: auto;
}

.form-field .check-radio {
	width: auto;
	margin: 0px;
	padding: 0px;
}

.my-reviews-item {
	float: left;
	width: 430px;
	margin-right: 20px;
}

.my-reviews-link {
	float: left;
	width: 180px;
}

.download-file {
	float: left;
	width: 430px;
	margin-right: 20px;
}

.download-link {
	float: left;
	width: 180px;
}

.my-orders {
	margin-top: 20px;
	width: 630px;
	overflow: hidden;
	position: relative;
}

.my-orders .my-order-row {
	width: 620px;
	clear: both;
	padding: 5px;
	overflow: hidden;
	position: relative;
}

.my-orders .my-order-row .my-order-no {
	float: left;
	width: 60px;
	margin-right: 10px;
}

.my-orders .my-order-row .my-order-ref {
	float: left;
	width: 110px;
	margin-right: 10px;
}

.my-orders .my-order-row .my-order-date {
	float: left;
	width: 90px;
	margin-right: 10px;
}

/*.my-orders .my-order-row .my-order-credits {
	float: left;
	width: 90px;
	margin-right: 10px;
}*/

.my-orders .my-order-row .my-order-delivery {
	float: left;
	width: 90px;
	margin-right: 10px;
}

.my-orders .my-order-row .my-order-exc-vat {
	float: left;
	width: 90px;
	margin-right: 10px;
}

.my-orders .my-order-row .my-order-total {
	float: left;
	width: 90px;
	margin-right: 10px;
}

.my-orders .my-order-row .my-order-link {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 630px;
	height: 100%;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	display: block;
}

.my-orders .my-order-row .my-order-link ul {
	width: 630px;
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
	overflow: hidden;
}

.my-orders .my-order-row .my-order-link ul li {
	float: left;
	width: 630px;
	padding: 0px;
	overflow: hidden;
}

.my-orders .my-order-row .my-order-link ul li a {
	text-indent: -9000px;
	height: 0px;
	padding-top: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}

.my-orders .my-order-row .my-order-link a:hover {
	background: transparent url('/assets/images/shop/my-order-hover.png') repeat top left;
}
* html .my-orders .my-order-row .my-order-link a:hover {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/shop/my-order-hover.png', sizingMethod='no_scale');
	cursor: hand;
}

.view-my-order {
	clear: both;
	width: 620px;
	padding: 5px;
	overflow: hidden;
}

.view-my-order .my-order-item-code {
	float: left;
	width: 90px;
	padding-right: 10px;
}

.view-my-order .my-order-item-name {
	float: left;
	width: 150px;
	padding-right: 10px;
}

.view-my-order .my-order-item-details {
	float: left;
	width: 150px;
	padding-right: 10px;
}

.view-my-order .my-order-item-quantity {
	float: left;
	width: 90px;
	padding-right: 10px;
}

.view-my-order .my-order-item-price {
	float: left;
	width: 90px;
	padding-right: 10px;
}

.top {
	margin-top: 0px;
}

.trading-logos {
	float: left;
	width: 170px;
}

.trading-info {
	float: left;
	width: 460px;
}









/**
* == Gallery styles
*/

.gallery-row {
	clear: both;
	width: 630px;
	margin-top: 10px;
	overflow: hidden;
	background: #cccccc url('/assets/images/gallery/gallery-row-bg.gif') no-repeat bottom left;
}

.gallery-row .gallery-image-container {
	float: left;
	width: 190px;
	padding: 10px;
	overflow: hidden;
	position: relative;
}

.gallery-row .gallery-image-container .gallery-image {
	width: 140px;
	background-color: #9d9d9d;
}

.align-left {
	margin-left: 0px;
}

.align-center {
	margin-left: 25px;
}

.align-right {
	margin-left: 50px;
}

.gallery-row .gallery-image-container .gallery-image img {
	margin: 10px;
	border: 0px;
}

.gallery-zoom {
	width: 610px;
	margin-top: 10px;
	padding: 10px;
	background-color: #9d9d9d;
}









/**
* == News Styles
*/

.news_search h1 {
	float: left;
}

.year_search {
	float: left;
	width: 80px;
	margin: 0px 10px;
}

.news_list h2 {
	margin: 20px 0px 10px 0px;
	font-size: 1em;
	font-weight: bold;
}

.news-go{
	float: left;
	width: 46px;
	height: 24px;
	/*margin: 0px 0px 0px 10px;*/
	padding: 0px;
	padding-top: 24px;
	overflow: hidden;
	background-image: url('/assets/images/header/main-menu/go.gif');
	border-style: none;
	border-width: 0px;
	cursor: hand;
}

.news_list p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	border-bottom-color: #313131;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.news_item {
	margin: 20px 0px 0px 0px;
}

.news_item_image {
	float: left;
	margin: 10px 10px 0px 0px;
	padding: 10px;
	background: #9d9d9d url('/assets/images/news/news-image-bg.gif') no-repeat bottom right;
}









/**
* Newsletter styles
*/

.newsletter-selection {
	float: left;
	width: 180px;
	height: 20px;
	margin: 10px 20px 0px 0px;
}

