BODY {
	background-color:#FFFFFF;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin:0px;
}

FORM {
	margin:0px;
}

BODY, INPUT, TEXTAREA, SELECT {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}

H1 {
	font-size:1.7em;
	font-weight:bold;
	color:#00662F;
}

H2 {
	font-size:1.1em;
	font-weight:bold;
	margin:0px;
}
H2 A {
	text-decoration:none;
}
H3 {
	font-size:1em;
	font-weight:bold;
	margin:0px;
	color:#666666;
}
H3 A {
	text-decoration:none;
}

#frame {
	position:relative;
	margin:0px auto;
	width:980px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
}

#salebanner {
	position:absolute;
	top:70px;
	left:50px;
	width:303px;
	height:131px;
	z-index:10;
	/*
	background-image:url(../images/salebanner.png);
	background-repeat:no-repeat;
	*/
}
#header {
	position:relative;
	height:115px;
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
}

#header-logo {
	position:absolute;
	top:0px;
	left:385px;
	width:198px;
	height:115px;
}

#header-international {
	position:relative;
	float:left;
	width:260px;
	margin:35px 0px 3px 19px;
	font-size:0.85em;
}

#header-international SELECT {
	font-size:1em;
}

#header-basket {
	position:relative;
	float:right;
	width:320px;
	margin:35px 31px 0px 0px;
}

#main {
	margin:15px 12px 15px 1px;
	position:relative;
	min-height:920px;
}

#left {
	position:relative;
	float:left;
	margin:0px 0px 0px 19px;
	width:174px;
}

#middle {
	position:relative;
	margin:0px 212px 0px 212px;
	width:543px;
}

* html #middle {
	margin:0px 193px 0px 193px;
}

#right {
	position:relative;
	float:right;
	margin:0px 19px 0px 0px;
	width:174px;
}

#search {
	background-color:#EAEAEA;
	padding:7px 4px 0px 4px;
	height:53px;
}
#searchmain {
	position:relative;
	height:26px;
	margin-top:3px;
}
#searchbox {
	border:1px solid #000000;
	width:124px;
	height:21px;
}
#searchbox {
	margin:0px 5px 0px 0px;
}
#searchbox, #searchbutton {
	position:relative;
	float:left;
}

.bar {
	border-top:1px solid #C3C3C3;
	border-left:1px solid #C3C3C3;
	border-right:1px solid #C3C3C3;
	border-bottom:1px solid #23744E;
	background-image:url(../images/bar_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFFFFF;
	font-weight:bold;
	color:#006636;
	font-size:1.2em;
	padding:4px 6px 0px 6px;
	height:20px;
	margin:0px;
}

.bar2 {
	border-bottom:1px solid #23744E;
	background-image:url(../images/bar2_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#DBDBDB;
	font-weight:bold;
	color:#006636;
	font-size:1.2em;
	padding:4px 6px 0px 6px;
	height:21px;
	margin:0px;
}

#payment-cards {
	margin:13px 3px 0px 3px;
}

#payment-logo {
	margin:16px 29px 0px 30px;
}

#quality {
	margin:17px 0px 0px 0px;
}

#quality-main {
	padding:15px 0px 0px 6px;
	font-size:0.85em;
}

#quality-main A {
	color:#000000;
	text-decoration:none;
}

#quality-main A:hover {
	text-decoration:underline;
}

.quality-icon {
	position:relative;
	float:left;
	width:27px;
	margin:-7px 10px 0px 0px;
}

#shop {
	margin:17px 0px 0px 0px;
}

#shop-main {
	padding:11px 7px 0px 7px;
	font-size:0.85em;
	color:#006636;
	text-align:center;
}

#shop-main A {
	color:#006636;
	text-decoration:none;
}

#shop-photo {
	border:1px solid #01652E;
}

#footer {
	position:relative;
	height:100px;
	background-image:url(../images/footer.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	color:#434343;
}

#footer A {
	color:#434343;
	text-decoration:none;
}

#footer A:hover {
	text-decoration:underline;
}

#footer-links {
	text-align:center;
	margin:0px 12px 0px 1px;
	font-size:0.9em;
}

#footer-remarks {
	height:20px;
	margin:15px 12px 0px 1px;
	font-size:0.85em;
}

#footer-copyright {
	position:relative;
	float:left;
	padding:0px 0px 0px 19px;
}

#footer-design {
	position:relative;
	float:right;
	padding:0px 19px 0px 0px;
}

.breadcrumbs {
	color:#000000;
	font-size:0.85em;
}
.breadcrumbs A {
	color:#000000;
	text-decoration:underline;
}

.breadcrumbs UL {
list-style-type: none; /* we remove the UL's default disc bullets */
margin: 0px; 
padding: 0px;
display:inline;
}

.breadcrumbs UL LI {
margin: 0px; 
padding: 0px;
display:inline;
}

.breadcrumbs UL LI H1, .breadcrumbs UL LI H2, .breadcrumbs UL LI H3, .breadcrumbs UL LI H4, .breadcrumbs UL LI H5, .breadcrumbs UL LI H6 {
display:inline;
margin: 0px; 
padding: 0px;
font-weight:normal;
color:#000000;
}

.error {
	color:#FF0000;
	font-weight:bold;
}
.smalltext {
	font-size:0.8em;
}

.clear {
	clear:both;
}

/* ## BASKET ## */
.mini-basket {
	font-size:0.85em;
	text-align:right;
}
.mini-basket A {
	color:#000000;
	text-decoration:none;
}

.fullbasket {
	background-image:url(../images/basketbg.jpg);
	background-repeat:repeat-x;
}
.fullbasketheader {
	font-size:0.85em;
}

.spendanother {
	padding-right:68px;
	font-style:italic;
}

/* ## RECENTLY VIEWED ## */
#recentlyviewed {
	border:1px solid #CCCCCC;
	padding:6px;
	background-image:url(../images/recentbg.jpg);
	background-repeat:repeat-x;
	margin-top:25px;
	height:102px;
	position:relative;
	clear:both;
}
#recentlyviewed ul {
	list-style-image:url(../images/bullet.gif);
	margin: 5px 0px 0px 0px;
	font-size:0.85em;
}
#recentlyviewed ul li {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:-1em;
}
#recentlyviewed ul li a {
	text-decoration:none;
	color:#000000;
}

/* ##CONTENT ## */
.highlightkeyword {
	background-color: #FFFF00;
	font-weight:bold;
}

/* ##CHECKOUT ## */
.DeliveryPaymentMethod {
	margin-left:80px;
}

.language-flag {
	padding:3px;
	border:1px solid #FFFFFF;
}

.language-flag-selected {
	padding:3px;
	border:1px solid #00662F;
}