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

@font-face {
    font-family: 'Marker Thin';
    src: url('/includes/fonts/maft____-webfont.eot');
    src: url('/includes/fonts/maft____-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/maft____-webfont.woff') format('woff'),
         url('/includes/fonts/maft____-webfont.ttf') format('truetype'),
         url('/includes/fonts/maft____-webfont.svg#marker_felt_thin_plainregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Marker Wide';
    src: url('/includes/fonts/mafw____-webfont.eot');
    src: url('/includes/fonts/mafw____-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/mafw____-webfont.woff') format('woff'),
         url('/includes/fonts/mafw____-webfont.ttf') format('truetype'),
         url('/includes/fonts/mafw____-webfont.svg#marker_felt_wide_plainregular') format('svg');
    font-weight: normal;
    font-style: normal;
}




html, body {
	height: 100%;
}
html {
	overflow-y: scroll;
}
body {
	text-align: center;
	margin: 0 auto;
	padding: 0 0;
	color: #b80060;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	text-align: center;
	margin: 0 auto;
	overflow: inherit;
}
.print {
	display: block;
}
.noprint {
	display: none;
}
#leftcol {
	float: left;
}
.logo {
	width: 163px;
	height: 233px;
	margin: 10px 30px 20px 0;
}
#maincontent {
	margin: 0 auto;
	width: 95%;
	text-align: left;
}
#contentarea {
	
}
.container {
	width: 100%;
	margin: 0 auto;
}
#footerpanel {
	display: none;
}
.paypal-logos {
	float: right;
	margin-right: 10px;
	margin-top: 80px;
}
#footer {
	width: 960px;
	margin: 0 auto;
	padding-top: 150px;
}

#footer p {
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding: 10px 10px 0 10px;
}
#footer a, #footer a:link, #footer a:hover, #footer a:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	border-bottom: none;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.footerleft {
	float: left;
}
.footerright {
	float: right;
	text-align: right;
}

#basketpanel {
	display: none;
}
.basket-contents {
	float: left;
	margin-top: 5px;
}
.login-section {
	float: right;
	margin-top: 5px;
}
#basketpanel p {
	display: inline;
	margin-right: 10px;
}

/************************* MENU ***********************/
#menu {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu ul li  {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 185px;
}
#menu ul li a.last  {
	
}
#menu ul a {
	display: block;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	padding: 12px 10px 0px 10px;
	margin-top: 8px;
	background: #c42c7b;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#efc5db), to(#b80060));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #efc5db, #b80060);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #efc5db, #b80060);
	/* IE 10 */
	background: -ms-linear-gradient(top, #efc5db, #b80060);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #efc5db, #b80060);
}
#menu ul a:hover, #menu ul a:active, #menu ul a.last:hover, #menu ul a.last:active {
	color: #ffffff;
	background: #b80060;
}
#menu ul a.selected {
	color: #ffffff;
	background: #c42c7b;
}
/*------------drop down elements-----------*/
#menu ul.submenu {
	/*height: 0;
	opacity: 0;
	overflow: hidden;*/
	display: none;
	background-color: #edb0d0;
}
#menu ul .clicked ul.submenu {
	height: auto;
	opacity: 1;
	overflow: hidden;
}
#menu ul.submenu li {
	border-bottom: none;
	width: 100%;
}
#menu ul ul.submenu a, #menu ul ul.submenu a:link, #menu ul ul.submenu a:visited {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 90%;
	padding: 5px 15px 5px 23px;
	margin: 0;
	border: none;
	height: auto;
	background: none;
	color: #000000;
	background-color: #edb0d0;
}
#menu ul ul.submenu a:hover, #menu ul ul.submenu a:active {
	color: #ffffff;
	/*text-decoration: underline;*/
	background-color: #b80060;
}
#menu ul ul.submenu a.selected {
	font-weight: bold;
}

/************************* Normal text styles ************/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	color: #b80060;
	margin: 0 0 10px 0;
}

h2 {
	font-family: Marker Thin, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 170%;
	color: #9b9b9b;
	margin: 10px 0 5px 0;
}
h3 {
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 8px 0 5px 0;
	line-height: 120%;
	color: #000000;
}
p {
	margin: 0 0 10px 0;
	font-size: 85%;
	line-height: 130%;
	/*line-height: 130%;*/
	color: #b80060;
}
li li {
	font-size: inherit;
}
li {
	margin-bottom: 2px;
	font-size: 85%;
	line-height: 130%;
}
a, a:link, a:hover, a:active {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
.caption {
	color: #515151;
	font-style: italic;
	font-size: 90%;
	margin-left: 2px;
	display: block;
}
.note {
	color: #515151;
	font-style: italic;
	font-size: 75%;
	margin-left: 2px;
	display: block;
}
.error, .formerror {
	/* fallback */
	background: #b7110b;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b7110b), to(#ee2a24));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #b7110b, #ee2a24);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #b7110b, #ee2a24);
	/* IE 10 */
	background: -ms-linear-gradient(top, #b7110b, #ee2a24);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #b7110b, #ee2a24);
	border: 1px solid #b7110b;
	color: #ffffff;
	padding: 5px;
	display: none;
	margin: 10px 5px 10px 0;
}
.error a, .formerror a {
	color: #ffffff;
	text-decoration: underline;
}
#rh_panel p.error {
	color: #ffffff;
}
.message {
	background: #464646;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000), to(#464646));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #000000, #464646);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #000000, #464646);
	/* IE 10 */
	background: -ms-linear-gradient(top, #000000, #464646);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #000000, #464646);
	border: 1px solid  #000000;
	color: #ffffff;
	padding: 5px;
	display: none;
	margin: 10px 5px 10px 0;
}
.img_floatright {
	float: right;
	margin: 0 10px 10px 30px;
}
.img_floatleft {
	float: left;
	margin: 0 10px 10px 0;
}
.address-panel {
	border: 1px dashed #666666;
	background: none;
	padding: 10px;
	margin: 0 0 10px 20px;
	float: right;
	width: 30%;
}
.rh_contact {
	float: right;
	width: 260px;
}
.addresspanel h3 {
	margin: 0;
}

.col1 {
	float: left;
	margin: 0 0 10px 0;
	width: 48%;
}
.col2 {
	float: right;
	margin: 0 0 10px 0;
	width: 48%;
}
.panel {
	border: 1px solid #b80060;
	/*overflow: visible;*/
}
.panel h3 {
	display: block;
	background: #b80060;
	color: #ffffff;
	padding: 8px;
	margin: 0;
	margin-bottom: 18px;
	font-size: 120%;
	font-weight: normal;
}
.panel h3:after {
	float: right;
	content:url(img/star-pink-large.png);
	margin-right: -45px;
	margin-top: -45px;
}
.panel p {
	margin: 0 10px 5px 10px;
	color: #000000;
}
.panel-comingup {
	border: 1px solid #b80060;
	margin: 0 0 10px 0;
	background: #efc5db;
	/* Gradient stuff */
	/*background-attachment: fixed;*/
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#efc5db));
	background-image: -webkit-linear-gradient(top, #ffffff, #efc5db); 
	background-image:    -moz-linear-gradient(top, #ffffff, #efc5db);
	background-image:     -ms-linear-gradient(top, #ffffff, #efc5db);
	background-image:      -o-linear-gradient(top, #ffffff, #efc5db);
}
.panel-comingup h3 {
	color: #000000;
	margin: 10px 5px 5px 10px;
	font-size: 120%;
}
.panel-comingup p {
	margin: 0 10px 5px 10px;
	color: #000000;
}
.comingup-date {
	float: left;
	width: 85px;	
	margin: 0 0 10px 10px;
}
.comingup-details {
	float: left;
	width: 210px;
	margin: 0 5px 10px 0;
}
.panel-comingup a {
	color: #b80060;
	font-weight: bold;
}

.panel-advertise {
	display: none;
	border: none;
	margin: 30px 0 10px 0;
	background: #9b9b9b;
	/* Gradient stuff */
	/*background-attachment: fixed;*/
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9b9b9b), to(#e1dfe0));
	background-image: -webkit-linear-gradient(top, #9b9b9b, #e1dfe0); 
	background-image:    -moz-linear-gradient(top, #9b9b9b, #e1dfe0);
	background-image:     -ms-linear-gradient(top, #9b9b9b, #e1dfe0);
	background-image:      -o-linear-gradient(top, #9b9b9b, #e1dfe0);
}
.panel-advertise:before {
	float: right;
	content:url(img/star-grey-large.png);
	margin-right: -35px;
	margin-top: -35px;
	z-index: 0;
}
.panel-advertise img {
	margin: 0;
}
.panel-advertise h3 {
	color: #000000;
	padding: 10px 5px 5px 10px;
	font-size: 100%;
}
.panel-advertise p {
	margin: 0 10px 10px 10px;
	color: #000000;
	font-size: 75%;
}
.panel-advertise a {
	font-weight: bold;
}
/***************************STANDARD FORMS **********************************/
form.standard input, form.standard textarea, form.standard select, form.standard option {
	background: #efc5db;
	border: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	width: 95%;
	margin: 0 0 2px 0;
	font-size: 90%;
}
form.standard textarea { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	height: 60px;
}
form.standard .radio {
	margin: 0 0 0 0;
	width: 2em;
}
form.standard .checkbox {
	width: 2em;
	margin: 0 0 0 0;
}
form.standard label {
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.5em;
	display: block;
	padding-top: 4px;
	text-align: left;
	color: #000000;
}
form.standard p {
	margin-bottom: 0;
}

form.small label {
	width: 240px;
	font-size: 0.8em;
	text-align: left;
}
form.small input, form.small textarea {
	width: 240px;
	margin: 0;
	padding: 0;
}
form.small p {
	margin: 0 0 2px 0;
}
form.small input.checkbox {
	
}
/*------Quick login form ------*/

form.login input {
	width: 110px;
	height: 14px;
	float: left;
	margin-right: 10px;
	border: none;
	background: #c5c5c5;
	color: #000000;
	margin-top: 0px;
	-moz-box-shadow: inset 0 0 2px #000000;
	-webkit-box-shadow: inset 0 0 2px #000000;
	box-shadow: inset 0 0 2px #000000;
}
form.login label {
	margin-right: 5px;
	float: left;
	width: auto;
}
form.login .button {
	background: #9b9b9b;
	color: #ffffff;
	width: 25px;
	height: 15px;
	border: none;
	margin-right: 0;
}
form.login .down {
	background: #000000;
	color: #ffffff;
	width: 25px;
	height: 15px;
	border: none;
}
.loggedin {
	margin-left: 10px;
}
/*----------------BUTTONS----------------*/
p.buttoncontainer {
	margin: 10px 0 10px 0;
}

.button {
	margin: 0.5em 0.5em 0.5em 0;
	padding: 0.3em 0.5em 0.3em 0.5em;
	color: #ffffff;
	border: none;
	background: #9b9b9b;
	width: 10em;
	height: 21px;
	text-align: center;
}
.green {
	background: #00b816;
	color: #ffffff;
}
.red {
	background: #b80000;
	color: #ffffff;
}
.down {
	background: #000000;
	color: #ffffff;
}
.downred {
	background: #b7110b;
	color: #ffffff;
}
.button a, .button a:link, .button a:hover, .button a:active, .button a:visited {
	border-bottom: none;
	text-decoration: none;
	color: #ffffff;
}

p.addtobasket {
	margin: 10px 0 25px 0;
}
.addto {
	margin: 0;
	padding: 4px;
	color: #ffffff;
	/*border: 1px solid #53a4ad;*/
	background: #c42c7b;
	width: 110px;
	display: block;
	height: 20px;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.addto img {
	position: relative;
	top: 0px;
	left: -6px;
}
.addto a {
	color: #ffffff;
	font-weight: normal;
	font-size: 95%;
	position: relative;
	top: -6px;
}


/* Standard tables ---------------------------------------------- */
table.standard {
	border: solid 1px #737373;
	background: #ffffff;
	padding: 0 0;
	width: 99%;
	margin-left: 0;
	border-collapse: collapse;
	margin-bottom: 5px;
	font-size: 0.9em;
}
table .small {
	width: 15em;
}
table.standard th {
	font-weight: bold;
	color: #ffffff;
	background: #464646;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000), to(#464646));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #000000, #464646);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #000000, #464646);
	/* IE 10 */
	background: -ms-linear-gradient(top, #000000, #464646);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #000000, #464646);
	padding: 5px 5px;
	text-align: left;
}
table.standard tr {
	background: #ffffff;
	font-weight: normal;
	color: #474747;
	margin: 0 0;
	padding: 0 0;
	vertical-align: top;
}
table.standard tr.row_alt {
	background: #ededed;
	font-weight: normal;
	color: #474747;
	margin: 0 0;
	padding: 0 0;
	vertical-align: top;
}
table.standard tr.row_selected {
	background: #b7110b;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b7110b), to(#ee2a24));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #b7110b, #ee2a24);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #b7110b, #ee2a24);
	/* IE 10 */
	background: -ms-linear-gradient(top, #b7110b, #ee2a24);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #b7110b, #ee2a24);
	font-weight: normal;
	color: #ffffff;
	margin: 0 0;
	padding: 0 0;
	vertical-align: top;
}
table.standard td {
	margin: 0 0;
	padding: 5px 5px;
}
table.standard td.nowrap {
	white-space: nowrap;
}
table.standard td.label {
	font-weight: bold;
	text-align: right;
	width: 30%;
}
table.standard td.datecol {
	width: 20%;
}

table.standard tr a, table.standard tr.row_alt a, table.standard tr.row_selected a {
	color: #474747;
	text-decoration: none;
	border-bottom: none;
}
table.standard tr.row_selected a:hover, table.standard tr a:hover, table.standard tr.row_selected a:hover, table.standard tr.row_selected a:link {
	color: #ffffff;
	text-decoration: underline;
}


/*=================Carousel and News ticker==========================*/

#home_image_container {
	width: 733px;
	border: none;
	margin: 0;
	margin-bottom: 15px;
	height: 313px;
	overflow: hidden;
	border: 1px solid #b80060;
}
#home_image {
	position: relative;
	width: 540px;
	height: 313px;
	top: 0;
	left: 0px;
}
.textpanel {
	position: absolute;
	top: 0;
	left: 540px;
	width: 193px;
	text-align: center;
}
.textpanel h2 {
	font-family: Marker Thin, Arial, Helvetica, sans-serif;
	color: #b80060;
	font-weight: normal;
	font-size: 200%;
	padding: 20px 6px 4px 6px;
	margin-top: 0;
	margin-bottom: 0;
}
.slide {
	display: none;
}
#carousel .slide .textpanel p, #carousel .slide .textpanel a {
	font-family: Marker Thin, Arial, Helvetica, sans-serif;
	color: #b80060;
	font-size: 150%;
	text-decoration: none;
	padding: 4px 6px 2px 6px;
}
#carousel .slide .textpanel a:hover, #carousel .slide .textpanel a:active {
	font-family: Marker Thin, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	background: rgb(20,172,73);
	background: rgba(20,172,73,0.6);
	display: inline-block;
}


/*====--------Product buttons-------=====*/
.prodbut {
	width: 150px;
	height: 50px;
	background: #edb0d0;
	position: relative;
	margin: 0 10px 10px 10px;
	float: left;
}
.prodbut_selected {
	background: #b80060;
}
.prodbut-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	height: 50px;
	display: table;
}
.prodbut-content p {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	width: 100px;
}
.prodbut-content img {
	margin-left: 9px;
	margin-top: 9px;
}

/*====--------Performance buttons-------=====*/
.perfbut {
	width: 150px;
	height: 50px;
	background: #edb0d0;
	position: relative;
	margin: 10px 10px 10px 10px;
	float: left;
}
.perfbut-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	height: 60px;
	display: table;
	margin-top: -5px;
}
.perfbut-content p {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	width: 100px;
}
.perfbut-content img {
	margin-left: 10px;
	margin-top: -5px;
}

/*====================== Section headings and options ==========================*/
.section-heading {
	display: block;
	background: #edb0d0;
	/* Gradient stuff */
	/*background-attachment: fixed;*/
	background-image: -webkit-gradient(linear, 25% 0%, 0% 0%, from(#c42c7b), to(#ffffff));
	background-image: -webkit-linear-gradient(top left, #c42c7b, #ffffff); 
	background-image:    -moz-linear-gradient(top left, #c42c7b, #ffffff);
	background-image:     -ms-linear-gradient(top left, #c42c7b, #ffffff);
	background-image:      -o-linear-gradient(top left, #c42c7b, #ffffff);
	padding: 15px;
	margin-bottom: 10px;
}
.section-heading h1 {
	color: #ffffff;
	font-family: Marker Thin, Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-weight: normal;
	margin: 3px 0 0 0;
}
.section-options {
	display: inline-block;
	width: 100%;
}
.section-shopcategory {
	display: block;
	width: 100%;
	height: 200px;
}

/* Act panel */
.act-box {
	border: 1px solid #9b9b9b;
	width: 100%;
	display: inline-block;
	margin: 5px 0 10px 0;
	padding: 5px;
}
.act-box img {
	float: left;
}
.act-desc {
	float: left;
	margin-left: 20px;
	width: 480px;
}
.act-desc h3 {
	color: #b80060;
	font-family: Marker Thin, Arial, Helvetica, sans-serif;
	font-size: 180%;
}
.act-desc p {
	color: #9b9b9b;
}
.act-desc p a {
	color: #b80060;
	font-weight: bold;
}




/************************MEMBER ADMIN FORMATTING *********************/
div#search_username {
	padding: 4px;
	width: 48%;
	border: #a3a0ad solid 1px;
	background: #f1f1f1;
	float: left;
}
div#search_surname {
	padding: 4px;
	width: 48%;
	border: #a3a0ad solid 1px;
	background: #f1f1f1;
	margin-left: 51%;
}
.membersummary_lh_wrap {
	float: left;
	width: 49%;
	margin: 0;
	padding: 0;
}

.membersummary_lh {
	border: #d5d5d5 solid 1px;
	background: none;
	margin: 5px 0;
	padding: 2px 2px;
}

.membersummary_rh {
	border: #d5d5d5 solid 1px;
	background: none;
	margin: 5px 0;
	padding: 2px 2px;
	width: 49%;
	float: right;
}
.membersummary_rh img, .membersummary_lh img {
	border: none;
	display: inline;
}

.memberdelete {
	padding: 2px 2px;
	background: #FD7676;
	border: 1px solid #ff0000;
	color: #ffffff;
}
.membermanage {
	border: #BFD2CF solid 1px;
	background: none;
	margin: 5px 0;
	padding: 5px 5px;
}
.membersummary {
	background: #eeeeee;
}
.address {
	background: #EDF2F1;
}
.functionality {
	background: #EDF2F1;
}
.notes {
	background: #FEE1F5;
}
div.note1 {
	background: #FACDE3;
	padding: 2px 2px;
}
div.note2 {
	background: #E8C1D4;
	padding: 2px 2px;
}
p.notedate {
	font-size: 80%;
	border-bottom: 1px solid #ED87ED;
	font-weight: bold;
}









/************************************** PRODUCT DISPLAY ****************************/
#parentprodpanel {
	margin: 0 0;
	padding: 0;
}
#relatedprods {
	margin: 0 0;
	padding: 0;
}
.catpanel {
	float: left;
	width: 185px;
	background: #ffffff;
	border: 1px solid #b6b6b6;
	margin: 0 5px 10px 0;
	padding: 5px;
	height: 220px;
}
.catpanel_selected {
	background: #b80060;
}
.prodpanel {
	float: left;
	width: 112px;
	background: #ffffff;
	border: 1px solid #b6b6b6;
	margin: 0 4px 10px 0;
	padding: 2px;
}
.imagecontainer {
	height: 215px;
	padding: 1px 1px;
}
.imagecontainer a, .imagecontainer a:link, .imagecontainer a:active, .imagecontainer a:hover, .imagecontainer a:visited {
	color: #630100;
	text-decoration: none;
}
.imagecontainer a:hover {
	color: #272727;
	text-decoration: underline;
}
.pricecontainer {
	height: 50px;
	padding: 2px 2px;
}
.price {
	font-weight: normal;
	font-size: 1.4em;
	color: #630100;
}
img.prodimage {
	text-align: center;
}
.proddetailcontent {
	width: 300px;
	display: block;
	min-height: 300px;
}
.stickerpanel {
	width: 300px;
}
.manufacturer {
	color: #888888;
}

div.panelcontainer {
	position: relative;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.mainproductimage {
	float: right;
	margin: 0 20px 0 20px;
	border: 1px solid #b6b6b6;
}
.sticker {
	margin-right: 10px;
}

/*-----------------CART table ----------*/
table.cart {
	border: none;
	background: #ffffff;
	padding: 0 0;
	width: 100%;
	margin-left: 0;
	border-collapse: collapse;
	margin-bottom: 15px;
	font-size: 0.85em;
}
table.cart th {
	font-weight: bold;
	color: #ffffff;
	background: #c42c7b;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#efc5db), to(#b80060));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #efc5db, #b80060);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #efc5db, #b80060);
	/* IE 10 */
	background: -ms-linear-gradient(top, #efc5db, #b80060);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #efc5db, #b80060);
	padding: 5px;
	text-align: left;
}

table.cart tr {
	background: #ffffff;
	font-weight: normal;
	color: #666666;
	margin: 0 0;
	padding: 0 0;
	vertical-align: top;
}
table.cart tr.row_alt {
	background: #ffffff;
	font-weight: normal;
	color: #666666;
	margin: 0 0;
	padding: 0 0;
	vertical-align: top;
}

table.cart td {
	margin: 0 0;
	padding: 2px 5px;
	border-bottom: 1px solid #d5d5d5;
}
table.cart td.nowrap {
	white-space: nowrap;
}
table.cart td.figures, table.cart th.figures {
	text-align:right;
	white-space: nowrap;
}
table.cart td.center, table.cart th.center  {
	text-align: center;
}
table.cart tr a, table.cart tr.row_alt a, table.cart tr.row_selected a {
	color: #000000;
	text-decoration: none;
	border-bottom: none;
}
table.cart tr.row_selected a:hover, table.cart tr a:hover, table.cart tr.row_selected a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #000000;
}
table.cart a.imglink, table.cart a.imglink:link, table.cart a.imglink:hover, table.cart a.imglink:active, table.cart a.imglink:visited {
	border-bottom: none;
	text-decoration: none;
}

table.cart td.totals {
	background: none;
	padding: 5px 5px 5px 5px;
	white-space: nowrap;
}

table.cart td.subtotal {
	border-bottom: none;
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
}
table.cart td.total {
	text-align: right;
	font-weight: bold;
	border-bottom: none;
	white-space: nowrap;
}
table.cart td.subtotalfigure {
	border-bottom: none;
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
}
table.cart td.totalfigure {
	text-align: right;
	font-weight: bold;
	border-bottom: none;
	white-space: nowrap;
}
/**********************DESPATCH NOTE ETC **************************************/
.address_container {
	display: block;
	
}
.inv_details {
	float: left;
	width: 35%;
	font-size: 0.9em;
}
.delivery_details {
	float: right;
	width: 35%;
	font-size: 0.9em;
}
img.despatchlogo {
	display: none;
}
/*------------------------Notes-----------------------------------*/
.notedate {
	color: #53a4ad;
	font-size: 0.8em;
	font-style: italic;
	border-bottom: 1px dotted #53a4ad;
}

/*------------------CHECKOUT-------------*/
.addressdetails p {
	margin: 3px 0;
	font-size: 0.9em;
}
.addressdetails h2, .addressdetails h3 {
	margin: 0;
}
.addressdetails {
	padding: 5px;
	width: 47%;
}
.invoiceadd {
	float: right;
	border: 1px dashed #630100;
}
.deliveryadd {
	float: left;
	border: 1px dashed #630100;
}
form.checkout p.error {
	background: none;
	border: 1px dashed #900;
	color: #900;
	padding: 2px;
	display: none;
	font-size: 0.8em;
	font-weight: bold;
}
form.checkout input, form.checkout textarea, form.checkout select {
	color: #630100;;
	background-color: #fafafa;
	border: 1px solid #b6b6b6;
	width: 20em;
	margin-left: 5px;
	margin-bottom: 1px;
	font-size: 0.9em;
}
form.checkout label {
	font-weight: normal;
	font-size: 0.8em;	
	color: #272727;
	float: left;
	text-align: right;
	width: 65px;
	padding: 4px 0 0 0;
}
.standard textarea { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
form.checkout .radio {
	margin: 0 0 0 0;
	width: 2em;
	border: none;
}
form.checkout .checkbox {
	width: 1.5em;
	margin: 5px 0 0 10px;
	border: 0;
}
form.checkout p {
	margin-bottom: 4px;
}
.voucher_entry {
	float: left;
	border: 1px dashed #630100;
	width: 642px;
	margin: 10px 0;
	padding: 5px;
}
.voucher_entry h2 {
	color: #630100;
}
.order_error {
	color: #ff0000;
	font-weight: bold;
}





.note {
	font-size: 70%;
}