/* ----- Eazytiger Ltd 2006 ----- */
/* ----- Risley Saddlery screen stylesheet ----- */

/* ----- Default Vlaues and Colours Used -----
	Site width: 760px
	Main column width: 550px + 10px left and right padding
	
	Main deep grey: #3e3e3e
	Border and divider grey: #f7f7ed
	Dark divider grey: #dbd9c3
	Date lighter grey: #686868


	Main yellow: #cc0000
	Main green: #60b41d

	Mid blue: #0070a5
	Main red: #ba0000

	Main red: #cc0000
	Dark red: #990000
	Brown: #330000

	h2 block bg: #cc0000

	Basket summary grey: #202020

*/

/* redefine tags */
html {
	/* allows us to position body background image at the bottom */
	min-height: 100%;
	height: auto;
}
.delivery {border-color:#F00F00; border-style:double; border-width:1px; background-color:#FCC}
body {
	background: #f6f5ec url(../images/bg.gif) 0 0 repeat-x;
	color: #666666;
	margin: 0;
	padding: 0;
	font:0.8em Verdana, Arial, Helvetica, sans-serif;
	/* centre in IE */
	text-align: center;
	line-height:1em;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
hr {
	display: none;
	margin: 0;
	padding: 0;
	height: 0;
}

a {
	color: #3e3e3e;
}
a:hover {
	color: #000;
}
em {
	font-style: normal;
	font-weight: bold;
}
p {
	font-size:85%;
	line-height: 1.6em;
}
select {
	margin:5px 0;
	background: #f7f7ed;
	border:1px solid #dbd9c3;
	font-size:1em;
}

textarea{
	font:0.85em Verdana, Arial, Helvetica, sans-serif;
	background: #f7f7ed;
	border:1px solid #dbd9c3;
	padding:2px;
}

#content blockquote {
	margin: 0 10px 10px 10px;
	padding: 0;
	border-bottom: 1px solid #dbd9c3;
	clear: both;
}
#content blockquote p {
	font: 90% Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0 10px;
}
#content blockquote p cite {
	font-style: normal;
	font-weight: bold;
}
#content blockquote p cite span {
	color: #686868;
}
form {
	margin: 0;
	padding: 0;
}

/* universal styles */
.hide {
	display: none;
}
.small-txt{
	font-size:80%;
}
.no-bord{
	border: none;
	vertical-align: middle;
	margin: auto;
}
.txt-right{
	text-align: right;
}
#content img.no-bord {
	border: none;
	padding: 0;
}
#content ul li a img, #content ul li a img {
	border: none;
	padding: 0;
}
p.alert, p.alert2 {
	clear: both;
	float:left;
	width: 528px;
	margin:5px 0;
	padding: 10px;
	border: 1px dotted #cc0000;
	color: #cc0000;
	display: inline;
	background:#feeded;
	font-weight: bold;
	font-size: 85%;
}
p.success, p.success2, p.success3 {
	clear: both;
	float: left;
	width: 528px;
	margin:5px 0;
	padding: 10px;
	border: 1px dotted #60b41d;
	background: #edffed;
	display: inline;
	color: #60b41d;
	font-weight: bold;
	font-size: 85%;
}
p.alert2, p.success3 {
	width: 233px;
}
p.success2 a {
	margin-right: 10px;
}
em.prom {
	color: #60b41d;
	font-size: 110%;
}
#col-main ul.gen-list {
	list-style: none;
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 0;
}
#col-main ul.gen-list li {
	font-size: 90%;
}
p.googletext {
	float: right;
}
#prod-info p#stock_message {
	background: url(../images/nav/bullet-grey.gif) 0 50% no-repeat;
	padding-left: 9px;
	font-weight: bold;
}

/* universal link styles */
a.prod-link {
	font: bold 100% Verdana, Arial, sans-serif;
	color: #cc0000;
	text-decoration: none;
	background: url(../images/nav/bullet-red.gif) 0 4px no-repeat;
	padding-left: 9px;
	display: block;
}
a.site-link {
	font: bold 100% Verdana, Arial, sans-serif;
	color: #cc0000;
	text-decoration: none;
	background: url(../images/nav/bullet-red.gif) 0 50% no-repeat;
	padding-left: 9px;
}
a.check-link {
	font: bold 100% Verdana, Arial, sans-serif;
	color: #60b41d;
	text-decoration: none;
	background: url(../images/nav/bullet-green.gif) 0 50% no-repeat;
	padding-left: 9px;
}
a.rem-link {
	font: bold 100% Verdana, Arial, sans-serif;
	color: #ba0000;
	text-decoration: none;
	background: url(../images/nav/bullet-red.gif) 0 50% no-repeat;
	padding-left: 9px;
}
p.success a.check-link {
	margin-left: 10px;
}
a.prod-link:hover, a.site-link:hover, a.check-link:hover, a.rem-link:hover {
	color: #000;
}
.new {
	position: absolute;
	top: 6px;
	right: 4px;
	display: block;
	width: 44px;
	height: 44px;
}
#col-main .new img {
	border: none;
}


/* header */
#header {
	width: 100%;
	height:100px;
	margin: 0;
	padding: 0;
	background: url(../images/bg-header.gif) left top repeat-x;	
}
#header .wrapper {
	width: 760px;
	height: 99px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background:url(../images/bg-header-pattern.gif) left top no-repeat;	
}
#header #strap {
	color:#fff;
	position: absolute;
	top:40px;
	right:0;
	text-decoration: none;
	font-size:0.85em;
}
#header #strap:hover {
	text-decoration:underline;
}


h1 {
	display: block;
	width: 377px;
	height: 75px;
	margin: 0;
	padding: 0;
	position: absolute;
	top:15px;
	left: 0;
	background: url(../images/logo-risley.gif) left top no-repeat;
}
h1 a {
	display: block;
	width: 377px;
	height: 75px;
	margin: 0;
	padding: 0;
	text-indent: -1000em;
}


/* global nav */
#global-nav {
	list-style: none;
	margin:0;
	padding: 0;
	position: absolute;
	bottom:0;
	right:0;
}
#global-nav li {
	float: left;
	margin:0 1px 0 0;
	text-align: center;
	padding:0;
}
#global-nav li a {
	display: block;
	margin: 0;
	padding:0;
	width: .1em; /* force clickable region in IE6 */
	font: 85% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	background: url(../images/nav/nav-1-right.gif) top right no-repeat;
}
#global-nav li > a {
	/* correct width in real browsers */
	width: auto;
}
#global-nav li a:hover, #global-nav li #nav2:hover  {
	color: #330000;
	background: url(../images/nav/nav-1-right.gif) right -200px no-repeat;
}
#global-nav li a span {
	display: block;
	background: url(../images/nav/nav-1-left.gif) 0 0 no-repeat;
	padding:5px 10px;	
}

#global-nav li a:hover span ,#global-nav li #nav2:hover span{
	color: #330000;
	background: url(../images/nav/nav-1-left.gif) left -200px no-repeat;	
}


/*highlight tab */
#global-nav li #nav2 {
	color: #fff;
	background: url(../images/nav/nav-special-right.gif) top right no-repeat;
}

#global-nav li #nav2 span {
	background: url(../images/nav/nav-special-left.gif) 0 0 no-repeat;
	padding:5px 10px;
}




/* hover states*/
#home #nav1 {
	color: #330000;
	background: url(../images/nav/nav-1-right.gif) right -200px no-repeat;
}
#home #nav1 span{
	color: #330000;
	background: url(../images/nav/nav-1-left.gif) left -200px no-repeat;	
}


#login #nav2 {
	color: #330000;
	background: url(../images/nav/nav-special-right.gif) right -200px no-repeat;
}
#login #nav2 span{
	color: #330000;
	background: url(../images/nav/nav-special-left.gif) left -200px no-repeat;	
}


#special-offers #nav3 {
	color: #330000;
	background: url(../images/nav/nav-1-right.gif) right -200px no-repeat;
}
#special-offers #nav3 span{
	color: #330000;
	background: url(../images/nav/nav-1-left.gif) left -200px no-repeat;	
}


#bestsellers #nav4 {
	color: #330000;
	background: url(../images/nav/nav-1-right.gif) right -200px no-repeat;
}
#bestsellers #nav4 span{
	color: #330000;
	background: url(../images/nav/nav-1-left.gif) left -200px no-repeat;	
}


#embroidery #nav5 {
	color: #330000;
	background: url(../images/nav/nav-1-right.gif) right -200px no-repeat;
}
#embroidery #nav5 span{
	color: #330000;
	background: url(../images/nav/nav-1-left.gif) left -200px no-repeat;	
}


#contact #nav6 {
	color: #330000;
	background: url(../images/nav/nav-1-right.gif) right -200px no-repeat;
}
#contact #nav6 span{
	color: #330000;
	background: url(../images/nav/nav-1-left.gif) left -200px no-repeat;	
}



/* content container */
#content {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#content-wrapper {
	width: 760px;
	margin: 0;
	padding:5px 0 0 0;
	float: left;
	background: #fff url(../images/col-div.gif) 0 0 repeat-y;
}
#content img {
	border: 1px solid #dbd9c3;
	padding:4px;
}

/* footer */

#footer {
	clear: both;
	float: left;
	width: 760px;
	margin: 0;
	padding: 0 0 10px 0;
	background: #cc0000;
}
#footer img {
	border: none;
	padding: 0;
}

/* help centre */
#help-centre {
	width: 740px;
	margin: 0;
	padding: 20px 10px 10px 10px;
	color: #fff;
	float: left;
}
#help-centre h3 {
	font-size:90%;
	font-weight: bold;
	margin: 0 0 15px 0;
}
#help-items {
	width: 740px;
	margin: 0;
	padding: 10px 0;
	border-top: 1px solid #df4747;
	border-bottom: 1px solid #df4747;
	float:left;
}
#help-centre p.cards, #help-centre p.safe {
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
}
#help-centre p.safe {
	margin: 13px 0 0 10px;
	padding:0;
}
#hc-contact, #hc-guide, #hc-shipping {
	display: block;
	font: 85% Verdana, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	float: left;
	margin: 0 15px 0 0;
}
#hc-contact:hover, #hc-guide:hover, #hc-shipping:hover {
	color: #fff;
}
#hc-contact {
	background: url(../images/icons/contact-large.gif) 50% 0 no-repeat;
	padding: 45px 30px 0 30px;
	border-left: 1px solid #df4747;
	white-space: nowrap;
}
#hc-shipping {
	background: url(../images/icons/shipping-large.gif) 50% 0 no-repeat;
	padding: 45px 30px 0 30px;
	border-left: 1px solid #df4747;
}
#help-centre ul {
	list-style: none;
	margin: 0 55px 0 0;
	padding: 0;
	float: left;
}
#help-centre ul li {
	margin: 0;
	padding: 0;
}
#help-centre ul li a {
	font: 85% Verdana, Arial, sans-serif;
	line-height: 130%;
	color: #fff;
	text-decoration: none;
	background: url(../images/nav/bullet-white.gif) 0 50% no-repeat;
	padding-left: 15px;
}
#help-centre ul li a:hover {
	color: #fff;
}

/* credits */
#credits {
	width: 740px;
	margin: 0;
	padding: 20px 10px;
	float:left;
	background:#990000;
}
#credits p {
	color: #cc5858;
	margin: 0 10px;
}
#credits p a {
	color: #cc5858;
}
#credits p a:hover {
	color: #fff;
}
#credits p.info {
	margin-top: 20px;
	padding:0;
	clear: both;
}
#credits p.link {
	float: right;
	margin-left: 20px;
}
#credits p.link a {
	color: #c43d3d;
	font-weight: bold;
	text-decoration: none;
}
#credits p.link a:hover {
	color: #cc0000;
}

/* main column */
#col-main {
	float: right;
	width: 550px;
	margin: 0;
	padding:0 10px;
}
#col-main .border{
	padding:4px;
	border: 1px solid #dbd9c3;
}
#col-main h3{
	font-size:0.9em;
	color:#cc0000;
}

#col-main h3.header {
	position: relative;
	width: 100%;
	display: block;
	padding:4px 0 0 0;
	margin: 0;
	background: url(../images/bg-content-header.gif) repeat-x;
}

#col-main h3.header span {
	width: auto;
	color:#fff;
	background: #cc0000;
	padding:1px 5px;
}

#col-main div.home-logos {
 background: url(../images/logos-beta-society.gif) 100% 90% no-repeat;
 padding:0 0 82px 0;
}




p.main-images {
	margin: 0 10px;
	padding: 0;
	line-height: 0;
	float: left;
	display: inline;
}
p.main-images a {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
p.main-images a.img-marg {
	margin-left: 10px;
}
#main-flash {
	margin: 0 10px;
	line-height: 0;
	float: left;
	display: inline;
	border: 1px solid #f7f7ed;
	padding: 1px;
}

/* product row and items */
.prod-row {
	width: 550px;
	margin:0;
	padding: 0; 
	float: right;
	display: inline;
	background: url(../images/prod-row-div.gif) 0 100% no-repeat;
}
.prod-item {
	width: 181px;
	margin:0 2px 0 0;
	padding: 0;
	float: left;
	display: inline;
}
.prod-item p {

	margin: 0;
}
.prod-item .img {
	text-align: center;
	border: 1px solid #dbd9c3;
	padding:2px;
	height: 114px;
	vertical-align: middle;
}


.prod-item h3 {
	font:100% Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #0000;
	margin:0 0 10px 0;
}
.prod-item h3 a {
	color: #000;
	text-decoration: none;
}
.prod-item h3 a:hover {
	color: #000;
}
.prod-item .info {
	margin:0;
	padding:10px;
	background: url(../images/bg-prod-item.gif) repeat-x;
}
.prod-item .info li{
	list-style-type: none;
}
.prod-item p {
	margin-top: 5px;
	position: relative;
}
.prod-item p.price del {
	font-size: 110%;
}
.prod-item p.price ins, .prod-item p.price span {
	font-size: 120%;
	text-decoration: none;
	font-weight: bold;
	color: #60b41d;
}




/* link boxes */
.link-box {
	margin: 10px 0 0 0;
	padding: 0;
	width: 181px;
	border-left: 1px solid #f3f2e5;
	border-right: 1px solid #f3f2e5;
	float: left;
}
.link-box h2 {
	display: block;
	width: 171px;
	margin: 0;
	padding: 8px 0 8px 10px;
	background: #f3f2e5;
	color: #cc0000;
	font-weight: normal;
	font-size:100%;
}
.link-box h2.best-sellers {
	background: #cc0000 url(../images/icons/best-sellers-icon.gif) 9px 50% no-repeat;
	padding-left: 36px;
	width: 143px;
}
.link-box p {
	margin: 10px 9px 0 9px;
}
.prod-set-1, .prod-set-2, .prod-set-3, .prod-set-1-2, .acc-set {
	list-style: none;
	margin: 10px 0 0 10px;
	padding: 0;
}
.prod-set-1-2 {
	padding-bottom: 10px;
}
.prod-set-1 li, .prod-set-2 li, .prod-set-3 li, .prod-set-1-2 li, .acc-set li {
	margin: 1px 0;
	padding:0 0 3px 15px;
	border-bottom: 1px solid #f3f2e5;
}
.prod-set-1 li a, .prod-set-2 li a, .prod-set-3 li a, .prod-set-1-2 li a, .acc-set li a {
	font: 85% Verdana, Arial, sans-serif;
	line-height: 130%;
	text-decoration: none;
}
.prod-set-1 li a, .prod-set-1-2 li a {
	color: #666;
}
.prod-set-1 li, .prod-set-1-2 li {
	background: url(../images/nav/bullet-red.gif) 0 5px no-repeat;
}
.prod-set-2 li a {
	color: #0070a5;
}
.prod-set-2 li {
	background: url(../images/nav/bullet-red-mid.gif) 0 5px no-repeat;
}
.prod-set-3 li a {
	color: #cc0000;
}
.prod-set-3 li {
	background: url(../images/nav/bullet-black.gif) 0 5px no-repeat;
}
.acc-set li a {
	color: #cc0000;
}
.acc-set li {
	background: url(../images/nav/bullet-red.gif) 0 5px no-repeat;
}
.prod-set-1 li a:hover, .prod-set-2 li a:hover, .prod-set-3 li a:hover, .prod-set-1-2 li a:hover, .acc-set li a:hover {
	color: #000;
}
.prod-set-1 li.button, .prod-set-2 li.button, .prod-set-3 li.button, .prod-set-1-2 li.button, .acc-set li.button {
	padding: 5px 0 3px 0;
}
.prod-set-1 li.button a, .prod-set-2 li.button a, .prod-set-3 li.button a, .prod-set-1-2 li.button a, .acc-set li.button a {
	background: none;
	padding-left: 0;
}
.prod-set-3 li ul {
	list-style: none outside url(../images/nav/bullet-grey.gif);
	margin: 0 10px 0 17px;
	padding: 0;
}
.prod-set-3 li ul li {
	background: none;
	margin: 0;
	padding: 0;
	border:none;
}
.prod-set-3 li ul li a {
	background: none;
	padding-left: 0;
	color: #cc0000;
	font-weight: normal;
}

/* basket summary */
.sub-box-bask {
	width: 168px;
	margin: 0 10px 10px 10px;
	padding: 0 0 9px 0;
	border-bottom: 1px solid #dbd9c3;
	/* stop wider images breaking the layout: */
	overflow: hidden;
}
.sub-box-bask p {
	margin: 0 0 10px 0;
	line-height:1.3em;
}
.sub-box-bask p.button {
	margin: 0;
	text-align: center;
}
.basket-set {
	list-style: none;
	margin: 10px 0 6px 0;
	padding: 0;
}
.basket-set li {
	margin: 0 0 6px 0;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #dbd9c3;
	font-size:85%;
	line-height: 1.6em;
}
#col-left .basket-set li a img {
	border: 1px solid #dbd9c3;
	padding: 1px;
	margin: 0;
}
.basket-set li a {
	font: bold Verdana, Arial, sans-serif;
	line-height: 130%;
	text-decoration: none;
	color: #cc0000;
}
.basket-set li a:hover {
	color: #000;
}

/* right column */
#col-left {
	float: left;
	width: 190px;
	margin: 0;
	padding: 0;
}

/* right column boxes (sub col boxes) */
#col-left h2 {
	display: block;
	width: 157px;
	margin: 0 0 5px 10px;
	padding: 3px 9px 5px 5px;
	background: #cc0000;
	color: #fff;
	font-weight: bold;
	font-size:85%;
}
#col-left h2.basket {
	background: #cc0000 url(../images/icons/basket-icon.gif) right 50% no-repeat;
}
#col-left h2.browse {
	background: #cc0000 url(../images/icons/browse-icon.gif) right 50% no-repeat;
}
#col-left h2.brand {
	background: #cc0000 url(../images/icons/brand-icon.gif) right 50% no-repeat;
}
#col-left h2.embroidery {
	background: #cc0000 url(../images/icons/embroidery-icon.gif) right 50% no-repeat;
}
#col-left h2.account {
	background: #cc0000 url(../images/icons/account-icon.gif) right 50% no-repeat;
}
#col-left h2.best-sellers {
	background: #cc0000 url(../images/icons/best-sellers-icon.gif) right 50% no-repeat;
}
#col-left h2.guide {
	background: #cc0000 url(../images/icons/guide-icon.gif) right 50% no-repeat;
}
#col-left h2.search {
	background: #cc0000 url(../images/icons/search-icon.gif) right 50% no-repeat;
}
#col-left h2.subscribe {
	background: #cc0000 url(../images/icons/subscribe-icon.gif) right 50% no-repeat;
}
#col-left h2.options {
	background: #cc0000 url(../images/icons/guide-icon.gif) right 50% no-repeat;
}

.sub-box-gen {
	width: 170px;
	margin: 0 10px 2px 10px;
	padding:0;
	border-bottom: 1px solid #dbd9c3;
}
.sub-box-gen p {
	margin: 0;
	line-height:1.6em;
}
ul.buttons {
	list-style: none;
	margin: 0 0 0 14px;
	padding: 0;
}
ul.buttons li {
	margin: 0;
	padding: 0;
}
#col-left .prod-set-1, #col-left .prod-set-2, #col-left .prod-set-3, #col-left .acc-set {
	margin: 0;
	border-bottom: none;
}

#col-left .button {
	padding:0;
	margin:0;
}
#col-left input.field {
	width: 124px;
	padding:3px 2px;
	margin:0 0 10px 0;
	background: #f7f7ed;
	border:1px solid #dbd9c3;
	font-size:1em;
}

.inputtext {
	padding:3px 2px;
	margin:0;
	background: #f7f7ed;
	border:1px solid #dbd9c3;
	font-size:0.9em;
}


/* info row - page title, bread crumbs and pagination */
#info-panel {
	clear: both;
	width: 530px;
	background: #f7f7ed;
	margin: 0 0 20px 0;
	padding: 10px;
}
#info-panel p {
	margin: 5px 0;
}
.info-row, .info-row-bottom, .info-row-prog, .info-row-2, .info-row-3, .info-row-top {
	width: 550px;
	margin:0;
	padding: 7px 0;
	border-top: 1px solid #dbd9c3;
	border-bottom: 1px solid #dbd9c3;
	float:left;
	display: inline;
}
.info-row-3 {
	border-top: none;
}
.info-row-prog {
	margin-bottom: 0;
}
.info-row-2, .info-row-3 {
	margin-bottom: 10px;
}
.info-row-bottom, .info-row-top {
	border-top: none;
	font: 85% Verdana, Arial, sans-serif;
	padding: 8px 0;
}
.info-row h2, .info-row-prog h2, .info-row-2 h2, .info-row-3 h2 {
	color: #cc0000;
	font-size: 100%;
	margin: 0;
	padding: 0;
	clear:both;
}
.info-row h3, .info-row-prog h3, .info-row-2 h3, .info-row-3 h3 {
	float: left;
	color: #cc0000;
	font-size: 100%;
	margin: 0;
	padding: 0;
}
.info-row ul.breadcrumbs {
	float:left;
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}
.info-row ul.breadcrumbs li {
	display: inline;
	margin: 0 3px 0 0;
	padding: 0 0 0 10px;
	color: #cc0000;
	font: 85% Verdana, Arial, sans-serif;
	background: url(../images/nav/bullet-red.gif) 0 50% no-repeat;
}
.info-row ul.breadcrumbs li a {
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
}
.info-row ul.breadcrumbs li a:hover {
	color: #000;
}
.info-row ul.breadcrumbs li.site {
	background: url(../images/nav/bullet-grey.gif) 0 50% no-repeat;
}
.info-row ul.breadcrumbs li.site a {
	color: #3e3e3e;
}
.info-row ul.breadcrumbs li.site a:hover {
	color: #000;
}
.info-row-bottom p.info {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
.info-row-bottom ul.page-nav {
	float:left;
	clear:both;
	list-style: none;
	margin:5px 0 0 0;
	padding: 0;
	width:100%;
	line-height:2em;
}

.info-row-bottom ul.page-nav-2 {
	float:left;
	width: 100%;
	text-align: right;
	list-style: none;
	margin:0;
	padding: 0;
}

.info-row-bottom ul.page-nav li, .info-row-bottom ul.page-nav-2 li {
	display: inline;
	margin: 0;
	padding: 0;
}
.info-row-bottom ul.page-nav-2 li {
	margin: 0 0 0 5px;
}
.info-row-bottom ul.page-nav li a, .info-row-bottom ul.page-nav-2 li a {
	color: #cc0000;
	text-decoration: none;
}
.info-row-bottom ul.page-nav li a:hover, .info-row-bottom ul.page-nav-2 li a:hover {
	color: #000;
}

/* product details */
#prod-item {
	width: 550px;
	float: left;
	margin:10px 0;
	padding: 0;
	display: inline;
}
#prod-image {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
#prod-image .new {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100px;
	height: 100px;
}
#prod-info {
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	width: 266px;
}
#prod-info p.email {
	margin: 0 0 10px 0;
	padding-top: 10px;
	border-top: 1px solid #dbd9c3;
}
#prod-info h2 {
	margin: 2px 0 10px 0;
	padding: 0;
	color: #cc0000;
	line-height: 105%;
}
#prod-info p {
	margin: 0 0 10px 0;
	padding: 0;
}
#prod-info p.price del {
	font-size: 110%;
}
#prod-info p.price ins, #prod-info p.price span {
	font-size: 120%;
	text-decoration: none;
	font-weight: bold;
	color: #60b41d;
}
#prod-info p.variant {
	margin-bottom: 10px;
	font-weight: bold;
}
#prod-info ul {
	list-style: none;
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 0;
}
#prod-info li {
	background: url(../images/list-arrow-grey.gif) 0 5px no-repeat;
	padding-left: 15px;
	font-size: 90%;
}
#prod-info .qty {
	float: left;
	margin:5px 15px 0 0;
}


/* sign in page */
#col-main-split {
	width: 550px;
	margin: 0;
	padding: 0;
	background: url(../images/v-div.gif) 50% 0 repeat-y;
	float: left;
	display: inline;
}
#split-left, #split-right {
	width: 275px;
	margin: 0;
	padding: 0;
	float: left;
}
#split-left .info-row {
	width: 275px;
	margin: 0 0 10px 0;
}
#split-right .info-row {
	width: 265px;
	margin: 0 0 10px 0;
	padding-left: 10px;
}
#split-left p {
	margin: 0 10px 10px 0;
}
#split-right p {
	margin: 0 10px 10px 10px;
}
#signin em {
	color: #cc0000;
}
#col-main-split p.button a img {
	border: none;
}
#col-main-split p.button {
	border-bottom: 1px solid #dbd9c3;
	padding-bottom: 10px;
}
#split-left table {
	width: 275px;
	margin: 0 0 10px 0;
	padding: 0;
	clear: both;
}
#split-left table th, #split-left table td {
	padding-bottom: 5px;
}
#split-left table th {
	font-size: 85%;
	font-weight: bold;
	color: #60b41d;
}
#split-left table td input {
	font-size: 95%;
}

/* registration and subscribe table */
#register .info-row {
	margin-bottom: 10px;
}
#register table.twocol, #subscribe table.twocol, #forgotpass table.twocol, #vivo table.twocol {
	width: 550px;
	margin: 0 0 10px 0;
	padding: 0;
	clear: both;
}
#register table.twocol th {
	width: 215px;
	font-size: 85%;
}
#subscribe table.twocol th, #forgotpass table.twocol th, #vivo table.twocol th {
	width: 95px;
	font-size: 85%;
}
#register table.twocol td, #subscribe table.twocol td, #forgotpass table.twocol td, #vivo table.twocol td {
	width: 355px;
}
#register table.twocol th, #register table.twocol td, #subscribe table.twocol th, #forgotpass table.twocol td, #forgotpass table.twocol th, #subscribe table.twocol td, #vivo table.twocol th, #vivo table.twocol td {
	padding-bottom: 5px;
}
#register table.twocol td span {
	font-size: 85%;
}


/* register progress */
#register #info-panel p {
	margin: 0;
	padding: 0;
	text-align: center;
}
p.reg-button {
	margin: 0 10px 20px 10px;
	text-align: center;
}
#register #global-nav {
	display: none;
}
#register #col-main p.info {
	margin: 0 10px 10px 10px;
	clear: both;
}
#register p.sum-edit-button {
	margin: 20px 10px 20px 10px;
	text-align:left;
}
#register #col-main ul li {
	font-size: 85%;
	line-height: 1.6em;
}

/* your account */
table.summary, table.orderlist {
	clear: both;
	width: 550px;
	margin:10px 0;
	padding:0;
}
table.summary-half {
	width: 265px;
	margin: 10px;
	padding: 0;
	float: left;
	display: inline;
}
table.summary th, table.summary-half th {
	font-size: 85%;
	font-weight: bold;
	color: #60b41d;
	padding: 0 0 5px 0;
	width: 120px;
	text-align: left;
}
table.summary td, table.summary-half td {
	font-size: 85%;
	padding: 0 0 2px 0;
}
table.orderlist th {
	font-size: 85%;
	font-weight: bold;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #dbd9c3;
	text-align: left;
}
table.orderlist td {
	font-size: 85%;
	padding: 4px 10px 4px 0;
	border-bottom: 1px solid #dbd9c3;
}
p.sum-edit-button {
	margin: 0 10px 20px 10px;
	text-align:left;
}
#col-main p.sum-edit-button-2 {
	margin: 0 10px;
	text-align: right;
}
p.sum-edit-button-end {
	margin: 10px 10px 20px 10px;
	text-align: left;
}
#account #col-main p.info {
	margin: 0 10px;
	padding-top: 10px;
	clear: both;
}
#account table.twocol {
	width: 550px;
	margin: 10px 0;
	padding: 0;
	clear: both;
}
#account table.twocol th {
	width: 175px;
	font-size: 95%;
	vertical-align: top;
	padding-top: 4px;
	text-align: left;
}
#account table.twocol td {
	width: 395px;
}
#account table.twocol th, #account table.twocol td {
	padding-bottom: 5px;
}
#account table.twocol td span {
	font-size: 85%;
}
table#rating {
	width: 350px;
	margin: 20px 10px 20px 10px;
	padding: 0;
	clear: both;
}
table#rating th {
	font-size: 85%;
	font-weight: bold;
	padding: 0 10px 2px 10px;
	text-align: center;
	border-bottom: 1px solid #dbd9c3;
}
table#rating td {
	font-size: 85%;
	padding: 4px 10px 4px 10px;
	text-align: center;
	border-bottom: 1px solid #dbd9c3;
}

/* email a friend (recommend) */
#recommend #col-main p.info {
	margin: 0 10px;
	padding-top: 10px;
	clear: both;
}
#recommend table.twocol {
	width: 550px;
	margin: 10px;
	padding: 0;
	clear: both;
}
#recommend table.twocol th {
	width: 175px;
	font-size: 95%;
	vertical-align: top;
	padding-top: 4px;
	text-align: left;
}
#recommend table.twocol td {
	width: 395px;
}
#recommend table.twocol th, #recommend table.twocol td {
	padding-bottom: 5px;
}
#recommend p.alert, #recommend p.success {
	margin-top: 20px;
}

#recommend .btn-back {
	border: none;
	margin:0;
	padding:0;
}

/* basket */
#basket table.orderlist {
	margin-top: 20px;
}
#basket table.orderlist td {
	padding: 10px 10px 10px 0;
	vertical-align: top;
}
#basket table.orderlist td input {
	margin-bottom: 4px;
}
#basket table.orderlist td a.item {
	color: #cc0000;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}
#basket table.orderlist td a.item:hover {
	color: #000;
}
#basket table.orderlist td a {
	font-size: 95%;
}
#basket #col-main p.info {
	margin: 0 10px 20px 10px;
	clear: both;
}
#basket #col-main p.right {
	margin: 10px 10px 20px 10px;
	clear: right;
	float: right;
	display: inline;
}
#basket #col-main p.left {
	margin: 10px 10px 20px 10px;
	float: left;
	display: inline;
}
table.single-row {
	clear: both;
	width: 550px;
	margin: 10px 10px 5px 10px;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #dbd9c3;
}
#basket table.single-row {
margin: 10px 0 5px 0;
}
table.single-row th {
	font-size: 85%;
	font-weight: bold;
	padding: 0 0 2px 0;
	width: 110px;
	text-align: left;
}
table.single-row td {
	font-size: 85%;
	padding: 0 0 2px 0;
	text-align: right;
}
table.single-row td.field {
	width: 100px;
	text-align: left;
}
table.total {
	clear: both;
	width: 200px;
	margin: 0 10px 20px 10px;
	padding: 0;
	float: right;
}
table.total th {
	font-size: 85%;
	font-weight: bold;
	color: #60b41d;
	padding: 4px 0;
	text-align: left;
	border-bottom: 1px solid #dbd9c3;
}
table.total td {
	font-size: 85%;
	padding: 4px 0;
	text-align: left;
	border-bottom: 1px solid #dbd9c3;
}
#basket .info-row {
	margin-bottom: 10px;
}

/* checkout (inc. progress) */
#checkout #info-panel p {
	margin: 0;
	padding: 0;
	text-align: center;
}
p.check-button {
	margin: 0 10px 20px 10px;
	text-align: center;
}
#checkout #global-nav {
	display: none;
}
#checkout .info-row {
	margin-bottom: 10px;
}
#checkout #col-main p.info {
	margin: 0 10px 10px 10px;
	clear: both;
}
ul#delivery-select, ul#shipping-select {
	width: 550px;
	margin: 0;
	padding: 0;
	clear: both;
	list-style: none;
}
ul#delivery-select li, ul#shipping-select li  {
	width: 548px;
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #dbd9c3;
	font-size: 85%;
	float: left;
	clear: both;
}
ul#delivery-select li span, ul#shipping-select li span {
	display: block;
	width: 25px;
	margin: 0;
	padding: 10px;
	float: left;
}
ul#delivery-select li label, ul#shipping-select li label {
	display: block;
	width: 493px;
	margin: 0;
	padding: 6px 10px 6px 0;
	float: left;
}
ul#delivery-select li.selected {
	border-color: #60b41d;
	background: #dcf5de;
}
ul#shipping-select li.selected {
	border-color: #dbd9c3;
	background: #f7f6e8;
}
table.summary-half td strong.total {
	font-size: 130%;
}
#checkout table.summary-half {
	margin-bottom: 20px;
}
#checkout table.summary-half .padup {
	padding-top: 20px;
}
#checkout .orderlist {
	margin-bottom: 20px;
}
#checkout .sum-edit-button {
	margin-top: 10px;
}
#checkout a.change {
	color: #cc0000;
	font: bold 95% Verdana, Arial, Helvetic, sans-serif;
}
#checkout a.change:hover {
	color: #000;
}

/* contact page */
#contact #col-main p.info {
	margin: 0 10px 10px 10px;
	clear: both;
}
#contact #col-main-split {
	margin-top: 10px;
}
#contact p.form-end {
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-align: center;
}
table.contact {
	width: 255px;
	margin: 0 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbd9c3;
	font-size:85%;
}
table.contact th {
	width: 80px;
	font-weight: normal;
	color: #60b41d;
	vertical-align: top;
}
table.form input, table.form textarea {
	width: 120px;
}
#contact #split-left table th {
	width: 80px;
	vertical-align: top;
	padding-top: 5px;
}
#contact #split-left table td {
	vertical-align: top;
}

/* shipping & returns page */
#shipping a.prod-link {
	margin-right: 10px;
}
#shipping #col-main p.info, #shipping #col-main p.info-last {
	margin: 0 10px 10px 10px;
	clear: both;
}
#shipping #col-main p.info-last {
	margin-bottom: 30px;
}
#shipping .info-row-3 {
	border-top: 1px solid #dbd9c3;
	margin-top: 20px;
}
#shipping h4 {
	margin-left: 10px;
	font-size: 90%;
}
#shipping a.prod-link {
	display: inline;
}

/* about page */
#about #col-main p.info {
	margin: 0 10px 10px 10px;
	clear: both;
}
#about #col-main p.logo {
	margin: 0 10px 20px 10px;
	padding-top: 10px;
	clear: both;
	text-align: center;
}

/* static pages */
#terms #col-main p, #privacy #col-main p, #secure #col-main p {
	margin: 0 10px 20px 10px;
}
#terms h3, #privacy h3, #secure h3 {
	margin-left: 10px;
	font-size: 90%;
}

#VAT{
	position:absolute;
	background:url(../images/vat.png) no-repeat;
	width:120px;
	height:169px;
	text-indent:-9999px;
	left: -111px;
	top: 33px;
}

