html {
	background-color: #4B1054;
}

/* body */
body {
	min-width: 1008px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	color: #dbdada;
	line-height: 1.5;
}

/* Wrapper */
.row {
	width: 1008px;
	margin: auto;
}

/* Column margins */
.col_12,
/* full width */
.col_9,
/* 3/4 width */
.col_8,
/* 2/3 width */
.col_6,
/* half width */
.col_4,
/* 1/3 width */
.col_3,
/* 1/4 width */
.col_2

/* 1/6 width */
	{
	margin-left: 10px;
	margin-right: 10px;
	display: inline;
	float: left;
}

/* Column widths taking into account the margins */
.col_12 {
	width: 988px;
}

.col_9 {
	width: 736px;
}

.col_8 {
	width: 652px;
}

.col_6 {
	width: 484px;
}

.col_4 {
	width: 316px;
}

.col_3 {
	width: 232px;
}

.col_2 {
	width: 148px;
}

/* Children (Alpha ~ First, Omega ~ Last) */
.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

img {
	/*max-width: 100%;
	height: auto;*/
}

#mobile_picture_details {
	display: none;
}

/* HEADER */
#top_line {
	height: 26px;
	margin: auto;
	color: #dbdada;
	background: #4b1054;
	font-size: 12px;
	padding-top: 5px;
}

#top_line a {
	font-style: normal;
	font-weight: normal;
}

#top_line a:hover {
	color: #fff;
	text-decoration: none;
}

.header_icon {
	margin-left: 15px;
}

#header {
	color: #dbdada;
	background: url('../images/header_bg.jpg');
	background-position: center;
	height: 200px;
	width: 100%;
}

#header_title {
	padding-top: 10px;
	padding-left: 20px;
}

#logo img {
	height: 194px;
}

/* HEADER SEARCH */
#header_search_responsive {
	display: none;
}

.header_search #frmSearch {
	margin-top: 80px;
	float: right;
	width: 300px;
}

.header_search #frmSearch input {
	background: #4B1054;
	height: 25px;
	color: #dbdada;
	font-size: 16px;
	border: 0;
	border-radius: 10px;
}

.header_search #frmSearch .btnHeaderSearch {
	position: absolute;
	border: 0;
	color: #dbdada;
	font-size: 26px;
	top: 115px;
	margin-left: 255px;
	background: #4B1054;
	cursor: pointer;
}

.responsive_search {
	float: right;
	width: 180px;
	margin-right: 20px;
	display: none;
}

.responsive_search #frmResponsiveSearch input {
	background: #4B1054;
	height: 13px;
	margin-top: 3px;
	color: #dbdada;
	font-size: 14px;
	border: 0;
	border-radius: 5px;
	margin-bottom: 0;
	width: 150px;
}

.responsive_search #frmResponsiveSearch .btnResponsiveSearch {
	position: absolute;
	border: 0;
	color: #dbdada;
	font-size: 18px;
	top: 7px;
	margin-left: 125px;
	width: 25px;
	background: #4B1054;
	cursor: pointer;

}

.responsiveMenuExtra {
	display: none;
}

/* MINI BASKET (HEADER) */
#header_basket {
	float: right;
	width: 250px;
	margin-top: 80px;
	background: #4b1054;
	color: #dbdada;
	font-size: 16px;
	height: 45px;
	border-radius: 10px;
}

.header_basket_icon {
	float: left;
	font-size: 26px;
	margin-left: 10px;
	margin-top: 2px;
}

.items {
	float: left;
	text-align: center;
	color: #dbdada;
	font-size: 16px;
	font-weight: normal;
	width: 175px;
	margin-top: 10px;
}

.header_basket_btn {
	float: right;
	font-size: 26px;
	margin-right: 10px;
	margin-top: 2px;
}

.header_basket_btn a:hover {
	color: #fff;
}

/* HEADER ICONS */
#social_icons {
	float: right;
	margin-top: -5px;
}

.icon {
	margin-left: 8px;
	margin-top: 0px;
	font-size: 32px;
}

.icon:hover {
	color: #fff;
}

#social_icons_footer {
	display: none;
	text-align: center;
	padding: 0px;
	margin-top: 20px;
}

.social_footer {
	background: #652770;
	height: 50px;
}

.footer_icon {
	margin-left: 4px;
	margin-right: 4px;
	font-size: 32px;
}

.footer_icon:hover {
	color: #fff;
}


.downarrowclass {
	width: 16px;
}

.home_icon {
	width: 22px;
}

/* MAIN MENU */
#menu {
	color: #dbdada;
	background: #652770;
	/*padding-bottom: 3px;*/
	height: 43px;
}

#responsive_menu {
	display: none;
	background-color: #713C80;
	height: 38px;
}

/* BODY SECTION */
#body_wrapper {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	min-height: 500px;
}

#body_right {
	float: left;
	width: 690px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #000;
}

#body_contact {
	margin: 0px auto 0px auto;
	padding-bottom: 20px;
}

#body_contact_left {
	float: left;
	width: 300px;
	margin-left: 40px;
}

#body_contact_right {
	float: left;
	padding-left: 20px;
	width: 460px;
	border-left: 1px solid #000;
}

/* FOOTER */
#footer_wrapper {
	color: #dbdada;
	background: #652770;
	margin-top: 20px;
}

#footer {
	text-align: left;
	color: #dbdada;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer a {
	color: #dbdada;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}

.footer_title {
	font-size: 18px;
	font-family: 'Merienda', sans-serif;
}

.footer_section a {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}

.footer_section a:hover {
	color: #d1d1d1;
	text-decoration: none;
}

#footer_cardsave {
	margin-top: 5px;
	text-align: right;
}

#final_wrapper {
	color: #fff;
	background-color: #300B37;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 15px;
}

#upshot {
	text-align: right;
	padding-top: 5px;
}

#upshot a {
	color: #dbdada;
	font-weight: normal;
	font-style: normal;
	background-color: transparent;
	text-decoration: none;
}

#upshot a:hover {
	color: #fff;
}

#copyright {
	text-align: left;
	padding-top: 5px;
}

#copyright a {
	color: #fff;
	background-color: transparent;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#copyright a:hover {
	color: #f1f1f1;
}

/* GENERAL STYLING */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 26px;
	font-family: 'Merienda', sans-serif;
	color: #dbdada;
}

a {
	color: #dbdada;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

.nofloat {
	clear: both;
}

.warning {
	color: #C00;
	font-weight: bold;
	font-size: 18px;
}

.small {
	font-size: 10px;
}

.font12 {
	font-size: 12px;
}

.medium {
	font-size: 14px;
}

.large {
	font-size: 18px;
}

.bold {
	font-weight: bold;
}

.underlined {
	text-decoration: underline;
}

.red_text {
	color: #c00;
	background-color: transparent;
}

.white_text {
	color: #fff;
	background-color: transparent;
}

.centered {
	text-align: center;
}

.justify {
	text-align: justify;
}

.align_middle {
	vertical-align: middle;
}

.float-right {
	float: right;
	margin-left: 15px;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

/* CATEGORIES */
.category_bg {
	color: #2b1015;
	background: #eac022;
	border-radius: 5px;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 238px;
}

.category_bg a {
	color: #2b1015;
}

.sub_category_title {
	font-size: 14px;
	height: 20px;
	display: block;
}

.category_prompt {
	font-size: 12px;
	font-weight: bold;
	color: #c00;
}

/* PRODUCTS */
#left_category {
	float: left;
	margin-right: 10px;
}

#left_category_top {
	color: #fff;
	background: #83215F;
	font-size: 12px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	height: 24px;
	text-transform: capitalize;
	padding-top: 5px;
	margin-top: 5px;
}

#left_category_mid {
	color: #83215F;
	background-color: #f1f1f1;
	border-left: 1px solid #83215F;
	border-right: 1px solid #83215F;
	padding: 5px;
	font-size: 10px;
}

#left_category_bot {
	color: #fff;
	background: #83215F;
	height: 1px;
}

#left_menu ul {
	list-style: none;
	padding-left: 5px;
	margin: 0;
}

#left_menu ul li a {
	font-size: 12px;
	color: #83215F;
	background-color: transparent;
	text-decoration: none;
}

#left_menu ul li a:hover {
	color: #a1a1a1;
}

#left_banner_ad {
	margin-top: 10px;
	background: #9F517C;
	padding: 5px;
	text-align: center;
}

.product {
	height: 430px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #652770;
}

.product_thumbs {
	padding-top: 3px;
	height: 40px;
	border: 1px solid red;
}

.product_thumbs img {
	cursor: pointer;
}

.product_name {
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	display: block;
	line-height: 1.2;
	/*font-family: 'Merienda', sans-serif;*/
}

.product_name:hover {
	color: #fff;
	text-decoration: none;
}

.product_code {
	font-size: 12px;
}

.product_image {
	margin-top: 5px;
	margin-bottom: 5px;
}

.product_price {
	font-size: 16px;
	font-weight: bold;
}

.rrp {
	text-decoration: line-through;
	color: #a1a1a1;
	font-weight: normal;
}

.product_more_info_btn {
	margin-top: 10px;
}

.product_thumb {
	padding: 3px;
}

.product_more {
	border: 1px solid #333;
	background-color: #83215F;
	width: 130px;
	margin: 10px auto 0 auto;
	padding: 2px;
}

.product_more a {
	color: #fff;
	background-colour: transparent;
	font-size: 14px;
	font-weight: bold;
	display: block;
}

.product_more a:hover {
	text-decoration: none;
	color: #a1a1a1;
}

.btn_left {
	float: left;
	margin-left: 20px;
}

.btn_right {
	float: right;
	margin-right: 20px;
}

#product_info_left {
	margin-top: 45px;
}

#product_options_inner {
	width: 700px;
	margin: auto;
}

.product_options_image {
	float: left;
	width: 170px;
}

.product_options_details {
	float: right;
	width: 500px;
}

.thumbnail {
	width: 99px;
	height: 99px;
	padding: 0px;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	background: #2B1015;
}

.img_border {
	/*background: #fff;*/
	width: 310px;
	/*height: 310px;*/
	text-align: center;
	margin-bottom: 5px;
}

.img_border span {
	font-size: 10px;
	color: #a1a1a1;
}

.last {
	margin-right: 0px;
}

.img_border_reduced {
	display: none !important;
}

#gal2 {
	display: none;
}

#enlarge_picture {
	text-align: center;
}

#product_info_right {
	/*float: right;
	width: 590px;
	margin-left: 20px;*/
}

#product_info_right h2 {
	font-size: 18px;
}

#productdivcontainer ul {
	padding-left: 20px;
}

.product_card_save {
	float: left;
	text-align: left;
}

/* RELATED PRODUCTS */
.related {
	height: 230px;
	margin-bottom: 10px;
	background: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #dbdada;
	background-color: transparent;
}

.related .title {
	height: 60px;
}

.related a {
	color: #dbdada;
	background-color: transparent;
}

.related a:hover {
	text-decoration: none;
}

/* BUNDLED PRODUCTS */
.plus_sign {
	margin-top: 60px;
	font-size: 48px;
	color: #444;
	text-align: center;
}

.bundles {
	background: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	padding: 5px;
}

.bundles .title {
	height: 40px;
}

.bundles a {
	color: #000000;
	background-color: transparent;
}

#bundle_desc {
	margin-top: 10px;
	font-weight: bold;
}

#bundle_individual_price {
	margin-top: 10px;
	font-weight: bold;
	color: #000000;
	background: transparent;
}

#bundle_price {
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #ff5c00;
	background: transparent;
}

/* BASKET */
#basket_btn {
	width: 220px;
	height: 40px;
	background: url('../images/basket_btn.gif');
	border: 0px;
	cursor: pointer;
}

#basket_btn_disabled {
	width: 220px;
	height: 40px;
	background: url('../images/basket_btn_disabled.gif');
	border: 0px;
}

.readmore {
	color: #fff;
	font-weight: normal;
	background-color: transparent;
	text-decoration: none;
}

.readmore:hover {
	color: #a1a1a1;
	text-decoration: none;
}

/* Basket */
#add_to_basket_form div {
	margin-bottom: 15px;
}

#add_to_basket_form select {
	color: #000;
	font-weight: normal;
	margin-bottom: 5px;
}

#add_to_basket_form label {
	font-weight: bold;
	float: left;
	width: 120px;
	margin-bottom: 5px;
}

#add_to_basket_form label.error {
	display: none;
	font-weight: normal;
	color: red;
	text-align: left;
	width: 350px;
	margin-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background: transparent url('../images/cancel.png') no-repeat scroll left;
}

#add_to_basket_form input.error {
	border: 1px dotted red;
	background: #EDBE9C;
}

#add_to_basket_form select.error {
	border: 1px dotted red;
	background: #EDBE9C;
}

.basket_options {
	color: #EAC022;
	background-color: transparent;
	padding-left: 10px;
	font-size: 12px;
}

.bundle_options {
	color: #EAC022;
	background-color: transparent;
	padding-left: 10px;
	font-size: 12px;
}

.basket_error {
	vertical-align: middle;
	margin-right: 10px;
}

#basket_error {
	/*width: 550px;*/
	min-height: 40px;
	margin: 0 auto 20px auto;
	color: #000;
	border: 1px solid #A40000;
	background: #EDBE9C;
	/*url('../images/cart-error.png') no-repeat;*/
	/*background-position: 5px 5px;*/
	/*padding-left: 45px;*/
	text-align: left;
	vertical-align: middle;
	font-size: 14px;
}

#basket_verify {
	width: 650px;
	margin: 0 auto 20px auto;
	color: #000;
	border: 1px solid green;
	background: #9c6 url('../images/cart-warning.png') no-repeat;
	background-position: 5px 5px;
	padding: 10px;
	padding-left: 55px;
	text-align: left;
	vertical-align: middle;
	font-size: 14px;
}

#contact-form label.error {
	display: none;
	font-weight: normal;
	color: red;
	text-align: left;
	width: 350px;
	margin-left: 135px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background: transparent url('../images/cancel.png') no-repeat scroll left;
}

#contact-form input.error {
	border: 1px dotted red;
	background: #EDBE9C;
}

#contact-form textarea.error {
	border: 1px dotted red;
	background: #EDBE9C;
}

#contact-form select.error {
	border: 1px dotted red;
	background: #EDBE9C;
}

/* REVIEWS */
#reviews {
	width: 924px;
	margin: 0px auto 0px auto;
	/*padding: 10px;*/
}

#review_form {
	border: 1px solid #a1a1a1;
	background: #f1f1f1;
	width: 914px;
	padding: 10px;
	margin: 10px auto 0px auto;
}

#review-form select {
	color: #AF7817;
	font-size: 20px;
}

#review-form textarea {
	width: 97%;
	font-family: Arial, Helvetica, sans-serif;
}

#reviewText {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #c00;
	font-weight: bold;
}

/* GIFT VOUCHERS */
#voucher_form {}

#voucher_form label {
	float: left;
	width: 160px;
	margin-bottom: 10px;
}

#voucher_form input {
	float: left;
}

#voucher_form textarea {
	float: left;
	width: 195px;
}

#voucher_left {
	float: left;
	width: 370px;
	min-height: 558px;
	border: 1px solid #a1a1a1;
	padding: 20px;
	color: #fff;
	background: #000;
}

#voucher_right {
	float: left;
	width: 350px;
	margin-left: 20px;
}

#voucher_picture {
	width: 400px;
	height: 598px;
	background: url('../images/vouchers/womens.jpg');
}

#voucher_code {
	font-size: 24px;
	color: #232220;
	background-color: transparent;
	position: absolute;
	margin-top: 160px;
	margin-left: 30px;
	text-align: center;
}

#voucher_value {
	font-size: 50px;
	color: #232220;
	width: 170px;
	background-color: transparent;
	position: absolute;
	margin-top: 230px;
	margin-left: 30px;
	text-align: center;
}

#voucher_text {
	width: 320px;
	height: 220px;
	background: url('../images/voucher_text.png');
	position: absolute;
	margin-top: 320px;
	margin-left: 30px;
	padding: 10px;
	font-size: 22px;
}

#voucher_from {
	/*margin-top: 10px;*/
}

#voucher_message {
	/*margin-top: 10px;*/
}

#voucher_message_text {
	font-size: 18px;
}

#voucher_date {
	position: absolute;
	margin-top: 560px;
	margin-left: 30px;
	background: #000;
	color: #fff;
	width: 340px;
	text-align: center;
}

#voucher_form label.error {
	display: none;
	font-weight: normal;
	color: red;
	text-align: left;
	width: 195px;
	margin-left: 160px;
	/*padding-top: 10px;
	padding-bottom: 10px;*/
	padding: 0px;
	padding-left: 20px;
	background: transparent url('../images/cancel.png') no-repeat scroll left;
}

#voucher_form input.error {
	border: 1px dotted red;
	background: #EDBE9C;
}

#voucher_form select.error {
	border: 1px dotted red;
	background: #EDBE9C;
}

#voucher_form .btn {
	width: 207px;
	height: 37px;
	border: 0;
	background: url('../images/basket_btn_white.gif');
	cursor: pointer;
}

/* MY ACCOUNT */
#my_account_middle {
	width: 100%;
	/*padding: 20px;*/
	color: #dbdada;
	background-color: #652770;
	margin: auto;
}

#my_account_middle h1 {
	margin-top: 0px;
}

#tab_content legend {
	color: #dbdada;
	background: #4B1054;
	padding: 5px;
}

#tab_sub_menu {
	color: #652770;
	background-color: #dbdada;
	width: 100%;
	height: 25px;
	font-size: 14px;
	padding-top: 5px;
}

#tab_sub_menu a {
	color: #652770;
	background-color: transparent;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

#tab_sub_menu a:hover {
	color: #a1a1a1;
	background-color: transparent;
}

#tab_content {
	padding: 20px;
	border-left: 1px solid #dbdada;
	border-right: 1px solid #dbdada;
	border-bottom: 1px solid #dbdada;
	font-size: 14px;
}

#tab_content h2 {
	margin-top: 0px;
}

/* HOME PAGE BANNERS */
#home_banner {
	width: 100%;
	height: 360px;
	background-image: url('../images/banner_bg.jpg');
	/*background-repeat: no-repeat;*/
	background-position: center top;
	line-height: 1.3;
}

#home_banner_contact_details p {
	font-size: 17px;
	font-style: italic;
	line-height: 30px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	text-align: right;
}

#home_banner_contact_details span {
	line-height: 30px;
	vertical-align: middle;
}

#home_banner_contact_details img {
	margin-right: 7px;
	margin-left: 14px;
	vertical-align: middle;
}

#home_banner_featured_products {
	bottom: 0px;
	width: 100%;
	z-index: 105;
}

/* HOME CATEGORIES */
.home_category_section {
	background: #652770;
	color: #dbdada;
	padding: 20px;
	border-radius: 10px;
	margin-top: 20px;
	text-align: center;
	min-height: 330px;
}

.home_category_title {
	font-family: 'Merienda', sans-serif;
	font-size: 22px;
	height: 80px;
	display: block;
}

.home_category_title a:hover {
	color: #fff;
	text-decoration: none;
}

.home_category_btn {
	display: block;
	font-family: 'Merienda', sans-serif;
	font-size: 16px;
	color: #4B1054;
	background: #dbdada;
	padding: 7px;
	border-radius: 5px;
	width: 160px;
	margin: 15px auto 0 auto;
}

.home_category_btn:hover {
	text-decoration: none;
	background: #fff;
}

#category_banner {
	width: 980px;
	height: 327px;
	margin: 0 auto 15px auto;
	overflow: hidden;
}

#category_banner .category_slideshow {
	height: 327px;
	width: 980px;
	margin: auto;
}

#category_banner .category_slideshow img {}

/* SEARCH BOX */
#show_search {
	float: right;
	position: absolute;
	width: 244px;
	height: 58px;
	margin-top: 6px;
	margin-left: 700px;
	cursor: pointer;
	background: url('../images/search_closed.png');
	border: 0;
}

#search_open {
	float: right;
	position: absolute;
	width: 244px;
	height: 426px;
	margin-top: 6px;
	margin-left: 700px;
	background: url('../images/search_open.png');
	display: none;
}

#search_content {
	margin-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	height: 330px;
}

#hide_search {
	position: absolute;
	margin-top: 0px;
	margin-left: 0;
	width: 244px;
	height: 58px;
	background: url('../images/blank.gif');
	cursor: pointer;
	border: 0;
}

#search_form {}

.search_section {
	margin-top: 10px;
}

#search_form label {
	color: #00ADF1;
	background-color: transparent;
	font-weight: bold;
}

#search_form select {
	width: 205px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #a1a1a1;
}

#search_category {
	width: 190px;
	height: 115px;
	padding: 5px;
	border: 1px solid #a1a1a1;
	overflow: scroll;
}

.search_price {
	color: #1A418C;
	background-color: transparent;
	font-weight: bold;
	border: 0px;
	width: 100px;
}

#search_button {
	border: 0;
	background: url('../images/search_button.gif');
	width: 202px;
	height: 38px;
	cursor: pointer;
	margin-top: 20px;
}

/* HOME ICONS */
#home_icons {
	width: 964px;
	margin: 10px auto 10px auto;
	padding-left: 2px;
}

.home_icon {
	margin-left: 11px;
}

/* BRAND LOGOS */
#brand_logos {
	width: 940px;
	margin: 10px auto 10px auto;
	text-align: center;
}

/* BREADCRUMBS */
#breadcrumbs {
	/*width: 980px;*/
	height: 12px;
	font-size: 10px;
	color: #fff;
	background-color: transparent;
	padding-top: 5px;
	padding-left: 5px;
	text-transform: uppercase;
}

#breadcrumbs a {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

/* Buy Now Button */
.buynowbtn {
	float: left;
	width: 185px;
	height: 54px;
	background: url('../images/buy-now.png');
	cursor: pointer;
	border: 0px;
}

.paypalbtn {
	width: 153px;
	height: 45px;
	background: url('../images/paypal_btn.png');
	cursor: pointer;
	border: 0px;
}

/* CSS3 Button */
.btn,
.btn:visited {
	border: 0;
	background: #663366;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	border-radius: 0.5em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	position: relative;
	cursor: pointer;
	margin-top: 5px;
	text-align: center;
}

.btn:hover {
	background-color: #2D2D2D;
	color: #fff;
	text-decoration: none;
}

.btn:active {
	top: 1px;
}

.small.btn,
.small.btn:visited {
	font-size: 11px;
}

.vsmall.btn,
.vsmall.btn:visited {
	/* USED IN MINI CART IN HEADER */
	font-size: 10px;
	width: 85px;
	height: 15px;
	padding: 0;
	padding-top: 1px;
	margin: 0;
}

.btn,
.btn:visited,
.medium.btn,
.medium.btn:visited {
	font-size: 13px;
	font-weight: normal;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}

.large.btn,
.large.btn:visited {
	font-size: 14px;
	padding: 8px 14px 9px;
}

.super.btn,
.super.btn:visited {
	font-size: 34px;
	padding: 8px 14px 9px;
}

.pink.btn,
.magenta.btn:visited {
	background-color: #e22092;
}

.pink.btn:hover {
	background-color: #c81e82;
}

.green.btn,
.green.btn:visited {
	background-color: #91bd09;
}

.green.btn:hover {
	background-color: #749a02;
}

.red.btn,
.red.btn:visited {
	background-color: #e62727;
}

.red.btn:hover {
	background-color: #cf2525;
}

.orange.btn,
.orange.btn:visited {
	background-color: #ff5c00;
}

.orange.btn:hover {
	background-color: #d45500;
}

.blue.btn,
.blue.btn:visited {
	color: #4B1054;
	background-color: #dbdada;
}

.blue.btn:hover {
	background-color: #fff;
}

.purple.btn,
.purple.btn:visited {
	color: #4B1054;
	background-color: #dbdada;
	text-transform: uppercase;
}

.purple.btn:hover {
	background-color: #fff;
}

.standard.btn,
.standard.btn:visited {
	color: #dbdada;
	background-color: #4B1054;
}

.standard.btn:hover {
	color: #fff;
	background-color: #4B1054;
}

.yellow.btn,
.yellow.btn:visited {
	background-color: #ffb515;
}

.yellow.btn:hover {
	background-color: #fc9200;
}

.black.btn,
.black.btn:visited {
	background-color: #000;
}

.black.btn:hover {
	background-color: #2D2D2D;
}

.width_60 {
	width: 60px;
}

.width_80 {
	width: 80px;
}

.width_100 {
	width: 100px;
}

.width_180 {
	width: 180px;
}

.width_250 {
	width: 250px;
}

.width_300 {
	width: 300px;
}

.btn_center {
	text-align: center;
}

/* Loyalty Points */
#cust_loyalty_banner {
	float: right;
	color: #fff;
	background-color: #fd8402;
	padding: 10px;
	border-radius: 0.5em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
}

#cust_loyalty_banner .info_button {
	margin-left: 10px;
	vertical-align: middle;
	margin-top: -5px;
}

#loyalty_message {
	width: 550px;
	/*min-height: 40px;*/
	padding: 10px;
	margin: 20px auto 20px auto;
	color: #000;
	background-color: #ECF598;
	border: 1px solid #A39B11;
	text-align: center;
	font-size: 14px;
}

#loyalty_points_product {
	float: right;
	color: #fff;
	background-color: #00AEEF;
	padding: 5px;
	border-radius: 0.5em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
}

#loyalty_points_product .info_button {
	margin-left: 5px;
	vertical-align: middle;
	margin-top: -5px;
}

/* centre tables (firefox bug) */
.marginauto {
	margin: auto;
}

#payment_info {
	margin-top: 20px;
}

/* NUMBER OF PRODUCTS FORM */
#number_of_products_form {
	margin-left: 10px;
	float: left;
	height: 22px;
}

#number_of_products_form label {
	float: left;
	margin: 0;
	margin-right: 5px;
	color: #fff;
}

#number_of_products_form select {
	float: left;
	font-size: 12px;
	height: 24px;
	padding: 0;
	width: 150px;
	margin: 0;
}

/* SORT MENU */


#sort_menu_wrapper {
	text-align: left;
	color: #000;
	background: #652770;
	padding-top: 3px;
	padding-bottom: 3px;
	padding: 10px;
	margin-top: 5px;
	font-size: 12px;
	border: 1px solid #dbdada;
	border-radius: 2px;
}

#sort_menu {
	float: left;
	margin-left: 5px;
}

#sort_menu label {
	color: #fff;
	float: left;
	margin: 0;
	margin-right: 5px;
}

#sort_menu select {
	float: left;
	font-size: 12px;
	height: 24px;
	padding: 0;
	width: 150px;
	margin: 0;
}

#sort_menu_navigation {
	float: right;
}

/* PAGINIATION */
.pagination {
	padding: 2px;
	margin: 0px 0 0 48px;
}

.pagination ul {
	margin: 0;
	margin-right: 3px;
	padding: 0;
	text-align: right;
	/*Set to "right" to right align pagination interface*/
	font-size: 12px;
}

.pagination li {
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
	padding: 1px;
}

.pagination a,
.pagination a:visited {
	padding: 1px 5px;
	border: 1px solid #dbdada;
	text-decoration: none;
	background: #dbdada;
	color: #4B1054;
}

.pagination a:hover,
.pagination a:active {
	border: 1px solid #4B1054;
	color: #dbdada;
	background-color: #4B1054;
}

.pagination li.currentpage {
	font-weight: bold;
	padding: 1px 5px;
	border: 1px solid #4B1054;
	background-color: #4B1054;
	color: #dbdada;
}

.pagination li.disablepage {
	padding: 1px 5px;
	border: 1px solid #929292;
	color: #929292;
}

.pagination li.nextpage {
	font-weight: bold;
}

* html .pagination li.currentpage,
* html .pagination li.disablepage {
	/*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
	margin-right: 5px;
	padding-right: 0;
}

/* Contact Form
-------------------------------------------------------------- */
label {
	cursor: pointer;
	margin: 4px 0;
	color: #dbdada;
	display: block;
	font-weight: bold;
	/*margin-left: 1em;*/
}

input {
	display: block;
	width: 93%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #f4f4f4;
	color: #000;
	border: 1px solid #5f5f5f;
	padding: 10px;
	margin-bottom: 10px;
}

select {
	display: block;
	width: 93%;
	background-color: #f4f4f4;
	color: #000;
	border: 1px solid #5f5f5f;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}

#ff textarea {
	width: 93%;
	margin-bottom: 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #f4f4f4;
	color: #000;
	border: 1px solid #5f5f5f;
	padding: 10px;
}

legend {
	color: #4B1054;
	background: #dbdada;
	font-weight: bold;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.form_header {
	padding: 5px;
}

.sendButton {
	text-align: center;
	cursor: pointer;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #dbdada;
	color: #4B1054;
	border: 1px solid #fff;
	padding: 10px;
	width: 90%;
	font-size: 1.2em;
	margin: auto;
}

.sendButton:hover {
	background-color: #fff;
}

.form_section {
	width: 100%;
}

.error {
	color: #c00;
}

/* CONTACT FROM ERRORS */
label.error {
	display: none;
	font-weight: normal;
	color: red;
	text-align: left;
	width: 350px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background: transparent url('../images/cancel.png') no-repeat scroll left;
}

input.error {
	border: 1px dotted red;
	background: #EDBE9C;
}

#ff textarea.error {
	border: 1px dotted red;
	background: #EDBE9C;
}

select.error {
	border: 1px dotted red;
	background: #EDBE9C;
}

/* ElavateZoom */
/*set a border on the images to prevent shifting*/
#gallery_01 img {
	border: 2px solid white;
}

/*Change the colour*/
.active img {
	border: 2px solid #333 !important;
}

/* BASKET */
/* CARD LOGOS */
#card_logos {
	text-align: right;
	margin-bottom: 20px;
}

.basket_image {
	float: left;
	margin-right: 20px;
}

.delete {
	background: url('../images/delete_icon.png');
	width: 25px;
	height: 25px;
	border: 0px;
	cursor: pointer;
}

.delete:hover {
	background: url('../images/delete_icon.png');
	width: 25px;
	height: 25px;
}

.border_bottom_head {
	border-bottom: 2px solid #eac022;
}

.border_bottom {
	border-bottom: 1px solid #eac022;
}

#ff_cart label {
	float: left;
	color: #444;
	font-weight: normal;
	margin-right: 10px;
}

.voucher {
	float: left;
	width: 200px;
	text-align: right;
}

/* css radio buttons */
input[type=radio].css-checkbox {
	display: none;
}

input[type=radio].css-checkbox+label.css-label {
	padding-left: 35px;
	height: 18px;
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 18px;
	vertical-align: middle;
	cursor: pointer;
}

input[type=radio].css-checkbox:checked+label.css-label {
	background-position: 0 -18px;
}

label.css-label {
	background-image: url('../images/cssradio.png');
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

table,
td,
th {
	/*font-family: "Times New Roman", Times, serif;*/
	border: 0;
	border-collapse: collapse;
}

table {
	border-spacing: 0;
}

th {
	margin: 0;
	padding: 4px;
	color: #000;
}

td {
	margin: 0;
	/*padding: 4px;*/
	color: #dbdada;
	background-color: #4B1054;
}

.entryTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	background-color: #2b1015;
	margin-top: 20px;
}

.entryTableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	background-color: #2b1015;
	text-align: center;
}

.entryTableHeader th {
	color: #fff;
}

/*.entryTable input {
	width: 350px;
}*/

.entryTable .heading {
	/*background-color: #d1d1d1;*/
}

.entryTable .label {
	/*background-color: #EFEFEF;*/
	/*padding-left: 20px;*/
}

.entryTable .content {
	background-color: #2b1015;
}

.confTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DDDDDD;
}

.confTableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444;
	background-color: #fff;
	font-weight: bold;
	background-position: center;
}

.confTable .label {
	background-color: #EFEFEF;
}

.confTable .content {
	background-color: #2b1015;
}

.infoTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #DDDDDD;
}

.infoTableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #fff;
	font-weight: bold;
	background-position: center;
	text-align: center;
}

.infoTable .label {
	background-color: #EFEFEF;
	width: 30%;
}

.infoTable .heading {
	background-color: #d1d1d1;
}

.infoTable .content {
	background-color: #FFFFFF;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
}

/* PAYMENT PAGES */
#paypal {
	text-align: center;
	margin: auto;
}

.paypal_payment {
	margin-top: 10px;
	margin-bottom: 10px;
}

#paypal_button {
	width: 300px;
	text-align: center;
	margin: auto;
}

.paypal_button {
	height: 40px;
	width: 300px;
	background: url('../images/paypal_button.gif');
	border: 0px;
	cursor: pointer;
	margin-top: 20px;
	margin-bottom: 20px;
}

.paypal_button:hover {
	background: url('../images/paypal_button.gif');
}

.cardsave_button {
	height: 51px;
	width: 300;
	background: url('../images/payment_button.png');
	cursor: pointer;
	border: 0px;
	margin: 20px auto 20px auto;
}

.cardsave_button:hover {
	background: url('../images/payment_button.png');
}

/* Mega Menu */
.home {
	margin-top: 11px;
	margin-left: 1px;
}

#menu-wrapper {
	background: #83215F;
	height: 40px;
}

/* Reset */
.nav,
.nav a,
.nav ul,
.nav li,
.nav div,
.nav form,
.nav input {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

.nav a {
	text-decoration: none;
}

.nav li {
	list-style: none;
}

/* Menu Container */
.nav {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
}

/* Menu List */
.nav>li {
	display: block;
	float: left;
}

/* Menu Links */
.nav>li>a {
	position: relative;
	display: block;
	z-index: 510;
	height: 40px;
	padding: 0 10px;
	line-height: 40px;

	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #fff;

	border-right: 1px solid #9C8F86;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.nav>li:hover>a {
	background: #0F5738;
}

.nav>li:first-child>a {
	color: #721330;
	/*border-radius: 3px 0 0 3px;*/
	border-left: none;
}

/* Menu Dropdown */
.nav>li>div {
	position: absolute;
	display: block;
	width: 984px;
	left: 0;
	z-index: 20000;

	opacity: 0;
	visibility: hidden;
	overflow: hidden;

	background: #F1F1F1;
	/*border-radius: 5px 5px 5px 5px;*/
	border: 2px solid #83215F;

	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;
}

.nav>li:hover>div {
	opacity: 1;
	visibility: visible;
	overflow: visible;
}

/* Menu Content Styles */
.nav .nav-column {
	float: left;
	width: 22%;
	padding: 15px;
}

.nav .nav-column h3 {
	margin: 20px 0 10px 0;
	line-height: 18px;

	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #372f2b;
	text-transform: uppercase;
}

.nav .nav-column h3.orange {
	color: #ff722b;
}

.nav .nav-column li a {
	display: block;
	line-height: 26px;

	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #721330;
}

.nav .nav-column li a:hover {
	color: #0F5738;
}

.nav li .menu_sub a {
	font-size: 10px;
	margin-left: 10px;
	font-weight: normal;
	color: #0F5738;
	line-height: 1.9;
}

.nav li .menu_sub a:hover {
	color: #721330;
}

/* Product Attributes */
#product_attributes_responsive {
	display: none;
}

#responsive_description {
	display: none;
}

.responsive_reviews {
	display: none;
}

/* EU VAT */
#eu-vat {
	display: none;
}

/* HOME PAGE PRODUCTS CAROUSEL */
#home_products_carousel {
	margin: 13px auto 0px auto;
	width: 870px;
}

.cycle-container {
	/*background-color: #2b1015;
	background-image: url('../images/cycle_container_bg.png');
	background-position: 0% 0%;
	background-repeat: repeat-x;
	border: 1px solid #eac022;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;*/
	height: 140px;
	left: 0;
	margin: 0px 7px 0px 7px;
	position: absolute;
	top: 0;
	width: 158px;
}

.cycle-overlay {
	color: #eac022;
	font-size: 11px;
	/*position: absolute;*/
	top: 0px;
	text-align: center;
	width: 158px;
	display: block;
	line-height: 1.1;
}

.cycle-image {
	height: 95px;
	position: absolute;
	top: 28px;
	text-align: center;
	width: 158px;
}

.cycle-image img {
	width: 95px;
}

.cycle-link {
	bottom: 12px;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	position: absolute;
	text-align: center;
	width: 110px;
	color: #2b1015;
	background: #F5D355;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left: 24px;
	margin-right: 24px;
}

.cycle-link a {
	color: #2b1015;
	/*margin-right: 8px;*/
	text-decoration: none;
	text-transform: uppercase;
}

.cycle-link a:hover {
	color: #fff;
	text-decoration: none;
}

#cycle-prev {
	height: 60px;
	left: 20px;
	position: absolute;
	top: 55px;
	width: 27px;
}

#cycle-next {
	position: absolute;
	height: 60px;
	right: 20px;
	top: 55px;
	width: 27px;
}

/* Shipping banner */
.shipping-banner {
	margin-top: 20px;
	border: 1px solid #eac022;
	color: #eac022;
	background: #2b1015;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 1.2;
	vertical-align: middle;
}

.shipping-banner h2 {
	font-size: 20px;
	padding: 0;
	margin: 0;
}

.shipping-banner img {
	margin-top: 35px;
}

/* YouTube Videos */
.media_embed {
	max-width: 560px;
	margin: auto;
	margin-bottom: 20px;
}

/* right banners (home page) */
.right_banner {
	color: #2b1015;
	background: #eac022;
	border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: 600;
	font-style: italic;
	margin-bottom: 20px;
}

.right_banner h2,
.right_banner h3 {
	font-size: 16px;
	color: #2b1015;
	text-align: center;
	padding-top: 10px;
}

.right_banner p {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}

.right_banner a {
	color: #2b1015;
}

p.small_banner_text {
	font-size: 10px;
}

/* additional basket styling */
.margin_top_10 {
	margin-top: 10px;
}

.margin_top_20 {
	margin-top: 20px;
}

.padding_top_10 {
	padding-top: 10px;
}

.border_top {
	border-top: 1px solid #dbdada;
}

.basket_image {
	float: left;
	margin-right: 15px;
}

.text_align_right {
	text-align: right;
}

.text_align_center {
	text-align: center;
}

/* checkout styling */
.heading {
	color: #4B1054;
	background: #dbdada;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.frmlabel {
	font-weight: bold;
}

.frmwhite {
	color: #fff;
}

/* product detail back link */
.back-link {
	float: right;
	color: #dbdada;
	text-decoration: none;
}

.back-link:hover {
	text-decoration: none;
	color: #fff;
}

/* out of stock message */
#out-of-stock {
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #c00;
	background: #f5d355;
	font-weight: bold;
	font-size: 12px;
}

/* jquery popup window (used in basket for countrt pop-up */
#mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9000;
	background-color: #000;
	display: none;
}

#boxes .window {
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	height: 200px;
	display: none;
	z-index: 9999;
	padding: 20px;
	border-radius: 15px;
	text-align: center;
	color: #4B1054;
}

#boxes #dialog {
	width: 280px;
	height: auto;
	padding: 10px;
	background-color: #dbdada;
	/*font-family: 'Segoe UI Light', sans-serif;*/
	font-size: 15pt;
}

.maintext {
	text-align: center;
	/*font-family: "Segoe UI", sans-serif;*/
	text-decoration: none;
}

#lorem {
	/*font-family: "Segoe UI", sans-serif;*/
	font-size: 12pt;
	text-align: left;
}

#popupfoot {
	/*font-family: "Segoe UI", sans-serif;*/
	font-size: 16pt;
	padding: 10px 20px;
}

#popupfoot a {
	text-decoration: none;
}

.agree:hover {
	background-color: #D1D1D1;
}

.popupoption:hover {
	background-color: #D1D1D1;
	color: green;
}

.popupoption2:hover {

	color: red;
}

#countrySelect {
	width: 250px;
	margin: 10px auto;
}

.notice {
	background: #D0D0D0;
	color: #4B1054;
	border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	/*height: 150px;*/
	margin: 5px;
	padding: 10px;
}

.notice h2 {
	padding: 0;
	margin: 0;
	color: #4B1054;
}

#errorMessage {
	width: 100%;
	padding: 5px;
	border: 1px solid #c00;
	color: #c00;
	background: #F2DEDE;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.btn-update {
	background: url('../images/update_icon.png');
	width: 25px;
	height: 25px;
	border: 0px;
	cursor: pointer;
	margin-left: 25px;
}

.btn-update:hover {
	background: url('../images/update_icon.png');
	width: 25px;
	height: 25px;
	margin-left: 25px;
}

/* Lifetime Order Discounts */
.lifetime-discount-notice {
	color: #fff;
	background: #400E17;
	opacity: 0.8;
	text-align: center;
	margin-top: 20px;
	border: 1px solid #fff;
}

.lifetime-discount-notice .bronze {
	color: #CD7F32;
}

.lifetime-discount-notice .silver {
	color: #d1d1d1;
}

.lifetime-discount-notice .gold {
	color: #EAC022;
}

#fNameHere {
	display: none;
}