/* RESET
------------------------------ */

/* global reset */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset, img {
	border: 0;
	}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
	}
ol, ul, li {
	list-style: none;
	}
caption, th {
	text-align: left;
	}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	}
q:before, q:after {
	content: '';
	}

/* global reset-reset */

strong {
	font-weight: bold;
	}
em {
	font-style: italic;
	}
a img {
	border: none;
	}
/* CLEARS n FLOATS ----------------------- */
.clearfloat {clear:both; height:0; font-size: 1px; line-height: 0px;}
.floatleft {float:left;}
.floatright {float:right; margin:0 0 15px 15px; clear:both;}
.screen-readers {position:absolute;left:-9999px;top:-9999px;z-index : 2;}


/* =BASE
================================================= */

html {
	background: #fff;
	}
body {
	background: #fff;
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	}
table,
td,
input,
textarea,
select,
li {
	color: #222;	
	font: 1em Arial, Helvetica, sans-serif;
	}

/* hidden items */

#skip,
.hidden {
	display: none;
	}

/* basic links */

a:link,
a:visited,
a:active {
	color: #ce4f11;
	text-decoration: none;
	}
a:hover {
	color: #111;
	}

/* images */

img {
	border: none;
	}

/* typography */

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 1em 0;
	}
h2 {
	font-size: 18px;
	clear: both;
	font-weight: bold; font-family:"Courier New", Courier, monospace; text-transform:uppercase; letter-spacing:1px; border-bottom:#333 1px dashed;
	}
h2#pageTitle {
	font: normal 24px Palatino, Palatino Linotype, Times, Times New Roman, serif;
	margin: .7em 0; display:none;
	}
h2#pageTitle span {
	color: #aaa;
	}
h3 {
	clear: both;
	font-size: 15px;
	font-weight: bold; font-family:"Courier New", Courier, monospace; text-transform:uppercase; letter-spacing:1px;
	}
h4,
h5 {
	font-size: 13px;
	font-weight: nromal;
	font-family:"Courier New", Courier, monospace; text-transform:uppercase; letter-spacing:1px;
	}
hr {
	display: none;
	}
.message {
	background: #fff;
	font-size: 1em;
	margin: 0 0 1em 0;
	padding: .5em 10px;
	}
.message.positive {
	background: #0f0;
	}
.message.negative {
	background: #f7e1e1;
	}
.note {
	background: #f3f3f3;
	font-size: 1em;
	margin: 0 0 1em 0;
	padding: .5em 10px;
	}
.warning {
	background: #f7e1e1;
	font-size: 1em;
	padding: .5em 10px;
	}
.highlight {
	font-size: 1.4em;
	}
address {
	font-style: normal;
	margin: 1em 0;
	}


/* =CONTAINER
================================================= */

#container {
	background: #fff;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 990px;
	}


/* =HEADER
================================================= */

#header {
	font-size: 1.1em;
	height: 165px; margin-top:20px;
	width: 990px; background:url(../graphics/coco/logo.jpg) no-repeat 0 0;
	}
#header .inner {
	margin: 0 auto;
	position: relative; background:none; 
	
	}

/* company logo & tagline */

h1#logo {
	font: normal 3.5em Palatino, Times, Times New Roman, serif;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	}
h1#logo a {
	color: #fff;
	}
#tagline {
	border: none;
	color: #345068;
	font: normal 2em Palatino, Times, Times New Roman, serif;
	left: 10px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 75px;
	}

#tel { position:absolute; display:block; top:-10px; right:20px; margin:0; padding:0; border:none; background:url(../graphics/coco/icon-tel.jpg) no-repeat 0 0; padding-left:50px; height:50px }
#tel p { margin:0; padding:10px 0 0 0; }
#tel p.teldtl { font-size:11px!important; padding:0!important; margin:0!important; font-weight:normal!important}
/* shopping basket info */

#info {
	color: #666;margin: 0;padding: 0 0 0 0; border:#666 1px dashed; padding:12px 20px;  position:absolute; text-transform:uppercase; top:40px; right:10px; font:12px "Courier New", Courier, monospace; padding-right:80px;}
#info a {color: #000; font-weight:bold;}
#info a:hover {color: #666;}
#basket {display: inline;}
	
.shopbasket	{ margin:0; padding:0; }

.sitesearch {  width:150px; }
.iconbasket { background:url(../graphics/coco/icon-basket.gif) no-repeat 0 0; width:45px; height:95px; position:absolute; right:0; top:-20px; }

/* =MID
================================================= */

#mid {
	margin: 0 auto;
	position: relative;
	width: 990px;
	}

/* breadcrumb trail */

#breadcrumbs-wrapper { width: 810px; float:left; margin: 0 0 0 0; padding:5px 0; height:30px;}

#main #breadcrumbs {
	color: #000;
	font-weight: bold;
	font-size: 11px!important; text-transform:uppercase;
	display: inline; 
	}
#breadcrumbs a {
	color: #999; margin-right:5px;
	}
#breadcrumbs a:hover {
	color: #000;
	}

/* =HOME
================================================= */
#page-home { }
/*#page-home #home-banner { background:url(../graphics/coco/back-home.jpg) no-repeat 100% 0; height:700px; position:absolute; right:0; top:0; width:510px }*/
#page-home #mid { background:url(../graphics/coco/back-home.jpg) no-repeat 100% 75px; min-height:770px;  }
.home-pic { width:341px; height:504px; background:url(../graphics/coco/Home-mainpic.jpg) no-repeat 0 0;  }
.home-pic img{ display:block; margin:6px;}
 #page-home .sitesearch, #page-home #sidebar div {  }
.flowers { width:226px; height:360px; position:absolute; bottom:0; left:0; background:url(../graphics/coco/flowers-1.png) no-repeat 0 0; }

.home-footer { width:790px; float:left; padding-top:10px; padding-bottom:30px; }

.bthome { display:block; position:absolute; }
.bthome em { position:absolute;left:-9999px;top:-9999px;z-index : 2;}

.bthome.collections {
	top:336px;
	right:212px;
	width:172px;
	height:58px;
	background:url(../graphics/coco/btn-collections.png) no-repeat 0 0;
}
.bthome.collections:hover { background-position:0 -58px }
.bthome.stylepod {
	top:450px; z-index:99px;
	right:93px;
	width:150px;
	height:87px;
	background: url(../graphics/coco/btn-stylepod.png) no-repeat 0 0;
}
.bthome.stylepod:hover { background-position:0 -87px }
.bthome.urbanlegend {
	top:623px;
	right:194px;
	width:193px;
	height:63px;
	background:url(../graphics/coco/btn-urbanlegend.png) no-repeat 0 0;
}
.bthome.urbanlegend:hover { background-position:0 -63px }


.brands {
	position:absolute;
	top:189px;
	left:638px;
	width:300px;
	height:114px;
}
.brands li { display:block; float:left; margin-right:6px; margin-bottom:8px; border-bottom:#BF694C 1px solid; }
.brands li a {color:#333; padding:3px; background:#fff; font:11px "Courier New", Courier, monospace;  }
.brands li a:hover { color:#BF694C; }

/* =SIDEBAR
================================================= */

#sidebar {
	float: left; position:relative;
	
	display: inline;
	margin-right: 20px;
	margin-bottom: 1em;
	width: 150px;
	}

.bird { width:50px; height:100px; background: url(../graphics/coco/bird-left.png) no-repeat 0 0; position:absolute; bottom:-100px; right:-20px; }

/* search */

#searchTitle {
	background: #f2f2f2;
	font-size: 1em;
	letter-spacing: 1px;
	margin: 1em 0;
	padding: .5em 10px;
	text-transform: uppercase;
	}
#search {
	margin: 0;
	padding: 0;
	}
#search label {
	display: none;
	}
#searchKeyword {
	background: #fff;
	border: 1px solid #ddd;
	float: left;
	margin: 0;
	padding: 4px;
	width: 100px;
	}
#adv {
	border: 1px solid #d9d9d9;
	float: left;
	margin: 1em 0 0 0;
	padding: 3px 4px;
	width: 180px;
	}
#searchSubmit {
	background: #5a8bb6;
	border: 0;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	color: #fff;
	float: right;
	height: 2.2em;
	line-height: 2.2em;
	margin: 1em 0 0 0;
	overflow: hidden;
	padding: 0 4px;
	text-transform: uppercase;
	}
#searchSubmit:hover {
	background: #4f7a9f;
	cursor: pointer;
	}

/* brand */

#shopbyBrandTitle {
	background: #f2f2f2;
	font-size: 1em;
	letter-spacing: 1px;
	margin: 1em 0;
	padding: .5em 10px;
	text-transform: uppercase;
	}
#shopByBrand {
	float: left;	
	padding: 3px 4px;
	width: 180px;
	}
#brandSubmit {
	background: #5a8bb6;
	border: 0;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	color: #fff;
	float: right;
	height: 2.2em;
	line-height: 2.2em;
	margin: 0;
	overflow: hidden;
	padding: 0 4px 1px 4px;
	text-transform: uppercase;
	}
#brandSubmit:hover {
	background: #4f7a9f;
	cursor: pointer;
	}

/* top-level navigation */

#navDeptTitle {
	display: none;
	}
#navDept,
#navDept li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#navDept {
	width: 810px; position:absolute; top:-50px; left:180px;
	}
#navDept li {
	display: block;
	float: left;
	height: 43px;
	margin: 0 3px 0 0;
	position: relative;
	}
#navDept li a {
	background: url(../graphics/coco/tab-1.jpg) no-repeat 0 0;
	color: #000;
	display: block;
	float: left;
	font: 15px "Times New Roman", Times, serif; text-transform:uppercase;
	font-weight: normal;
	line-height: 43px;
	display: block;
	padding: 0 0; width:98px; text-align:center;
	}
#navDept li a:hover { background-position: 0 -43px; color: #000;}
#navDept li a.selected { background-position: 0 -43px; color: #000;}
	
#navDept li a:hover.selected {
	background-position: 0 -43px; color: #000;
	}

/* navSub dropdown menu - shows only when tree nav is enabled in admin > design settings */

ul#navDept.menu { }

.navSub,
.navSub li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.navSub {
	display: none;
	position: relative;
	z-index: 9999;
	}
#navDept li:hover .navSub {
	display: block;
	float: none;
	left: 0;
	top: 3.3em;
	position: absolute;
	width: 150px;
	}
#navDept li:hover .navSub li {
	clear: left;
	display: block;
	float: none;
	position: relative;
	}
#navDept li:hover .navSub li a {
	background: #4f7a9f;
	border-top: 0;
	display: block;
	width: 150px;
	}
#navDept li .navSub a.selected {
	color: #cbd7e2;
	}
#navDept li:hover .navSub li a:hover {
	background: #5a8bb6;
	color: #fff;
	}
#navDept li:hover .navSub li .navSub {
	display: none;
	position: relative;
	}
#navDept li:hover .navSub li:hover .navSub {
	display: block;
	float: none;
	top: 0;
	left: 194px;
	position: absolute;
	width: auto;
	}
#navDept li:hover .navSub li:hover .navSub li .navSub {
	display: none;
	position: relative;
	}
#navDept li:hover .navSub li:hover .navSub li:hover .navSub {
	display: block;
	float: none;
	top: 0;
	left: 194px;
	position: absolute;
	width: auto;
	}

/* customer tools */

.signin { width:205px; position:absolute; top:100px; right:0px; }

#navToolsTitle {
	display: none;
	}
#navTools,
#navTools li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#navTools {

	}
#navTools li {
	float: left;
	margin-right: 1em;
	}
#navTools li a {
	color: #333;
	padding: 0 0; font:11px "Courier New", Courier, monospace; 
	}
#navTools li a:hover,
#navTools li a.selected {
	color: #000;
	}
#navTools li a span {}

/* menu items */

.navStaticTitle {
	letter-spacing: 1px;
	margin: 1em 0 .5em 0;
font-size: 11px; font-family: "Courier New", Courier, monospace; text-transform:uppercase; letter-spacing:1px;	padding:1px 0;
	}
.navStatic,
.navStatic li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.navStatic {
	margin-bottom: 1em;
	}
.navStatic li a,
.navStatic li a:link,
.navStatic li a:visited,
.navStatic li a:active {
	color: #333;display: block;width: 100%;font-size: 11px; font-family: "Courier New", Courier, monospace; text-transform:uppercase; letter-spacing:1px;	padding:1px 0;
	}
.navStatic li a:hover {
	color: #000; background:#FF9;
	}
.navStatic li a span {
	display: block; padding-left:0;
	}

/* newsletter signup */

.newsletterTitle, #recentlyViewedTitle {
	border-top:#333 1px dashed;
	letter-spacing: 1px;
	margin: 20px 0 4px;
	font-size: 13px; font-family: "Courier New", Courier, monospace; text-transform:uppercase; letter-spacing:1px;	padding:3px 0;
	}
#newsletter label {
	display: none;
	}
#newsletterEmail {
	background: #fff;
	border: 1px solid #d9d9d9;
	float: left;
	margin: 0;
	padding: 4px;
	width: 100px;
	}
.newsletterSubmit {
	background: #FDE0BB;
	border: 0;
	color: #000;
	float: left; 
	height: 2em;
	line-height: 2em;
	margin: 0 0 0 0;
	overflow: hidden;
	padding: 3px 4px 1px 4px; border:#EFB69E 1px solid;
	text-transform: uppercase; font:12px "Times New Roman", Times, serif
	}
#newsletterSubmit:hover {
	background: #4f7a9f;
	cursor: pointer;
	}

/* menu items */


#recentlyViewed,
#recentlyViewed li {
	list-style: none;
	margin: 0;
	padding: 3px 0;
	}
#recentlyViewed {
	margin-bottom: 1em;
	}
#recentlyViewed li a,
#recentlyViewed li a:link,
#recentlyViewed li a:visited,
#recentlyViewed li a:active {

	color: #333;
	display: block;
	width: 100%; font:13px "Courier New", Courier, monospace; text-transform:uppercase;	letter-spacing:1px;
	}
#recentlyViewed li a:hover {
	color: #000; background:#FF9;
	}
#recentlyViewed li a span {
	display: block;
	display: block; padding-left:4px;
	}



.head-depart { width:100%; padding:5px 10px; font:12px "Courier New", Courier, monospace; line-height:130%; background:#DFDFD8; }
h2.deptheader { font:18px "Courier New", Courier, monospace; font-weight:normal; text-transform:uppercase; border:none!important; }

/* =MAIN
================================================= */

#main {
	float: left;
	font-size: 1.1em;
	display: inline;
	width: 810px;
	margin-left: 10px;
	}


/* =CONTENT
================================================= */

#content {
	margin: 1em 0; 
	}
#content #contactDetails {
	background: #f2f2f2;
	float: right;
	margin-left: 20px;
	padding: 1em 15px;
	width: 320px;
	}
#content #contactDetails address {
	margin: 0;
	}
#content a {
	font-weight: bold;
	}
#content ul,
#content ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#content ul {	
	margin: 1em 0 2em 0;
	}
#content ul li {
	list-style: disc;
	margin: .5em 0 .5em 2em;
	}
p.buttonWrapper {
	height: 2em;
	line-height: 2em;
	margin: 1em 0;
	}
p.buttonWrapper a:link,
p.buttonWrapper a:visited,
p.buttonWrapper a:active {
	background: #5a8bb6;
	color: #fff;
	margin-right: .5em;
	padding: .5em 1em;
	}
p.buttonWrapper a:hover {
	background: #4f7a9f;
	}

/* =SIZE CHART
================================================= */
table.sizechart { margin-bottom:30px; }
table.sizechart th { background:none; border-top:#000 1px solid!important;border-bottom:#999 1px solid!important; }
table.sizechart td { background:none; border-top:#666 1px solid!important;border-bottom:#999 1px solid!important; }
tr.toptb td {background:none; border-top:#000 1px solid!important;  }

/* =SUBDEPARTMENTS
================================================= */

#navSubDept,
#navSubDept li {
	list-style: none;
	margin: 0;
	padding: 0; font:13px "Courier New", Courier, monospace;
	}
#navSubDept {
	background: #f9f9f9; border-bottom:#333 1px dashed; border-top:#333 1px dashed;
	color: #777;
	margin: 1em 0 2em 0;
	padding: 10px 0;
	position: relative;
	}
#content #navSubDept li {
	display: block;
	float: left;
	height: 2em;
	line-height: 2em;
	list-style: none;
	margin: 0 20px 0 0; padding:5px 0; 
	}
#navSubDept li a {
	
	color: #333;
	display: block;
	font-weight: normal;
	}
#navSubDept li a:hover,
#navSubDept li a.selected {
	color: #000;
	}


/* =FORMS
================================================= */

fieldset {
	border: none;
	margin: 0;
	padding: 0;
	}
legend {
	clear: left;
	color: #222;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 2em;
	}
fieldset h3 {
	margin: 1em 0;
	}
.formField {
	background: #fff;
	border: 1px solid #d9d9d9;
	padding: 4px;
	width: 170px;
	}
select.formSelect {
	background: #fff;
	border: 1px solid #d9d9d9;
	padding: 3px 4px;
	width: 170px;
	}
select.mandatory {
	background: #fff;
	border: 1px solid #d9d9d9;
	padding: 3px 4px;
	width: 170px;
	}
select.formSelectMedium {
	background: #fff;
	border: 1px solid #ccc;
	margin-right: 5px;
	padding: 3px 4px;
	width: 90px;
	}
.formFieldShort {
	background: #fff;
	border: 1px solid #ccc;
	margin-right: 5px;
	padding: 4px;
	width: 50px;
	}
.formFieldMedium {
	background: #fff;
	border: 1px solid #ccc;
	margin-right: 5px;
	padding: 4px;
	width: 90px;
	}
h3 .formRadio {
	margin: -.2em .5em 0 0;
	}
p .formRadio {
	margin: -.2em .5em 0 0;
	}
.formButton {
	background: #FDE0BB;
	border: 0;
	color: #000;
	float: left; 
	height: 2.4em;
	line-height: 2.4em;
	margin: 4px 5px 0 0;
	overflow: hidden;
	padding: 5px 8px 1px 8px; border:#EFB69E 1px solid;
	text-transform: uppercase; font:12px "Times New Roman", Times, serif; letter-spacing:1px;
	}
.formButton:hover {
	background: #EFB69E;
	cursor: pointer;
	}
label {
	margin: .1em 0 .5em 0;
	}
label span {
	color: #a00;
	font-size: 110%;
	font-weight: bold;
	}
input.formField:focus,
input.formFieldShort:focus,
input.formFieldMedium:focus,
textarea:focus,
.quantity:focus,
.formField.comments:focus	{
	background: #fff;
	border: 1px solid #aaa;
	}
.formCheckbox,
.formRadio {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	}
p .formCheckbox {
	margin: -.4em .5em 0 0;
	}
p .formRadio {
	margin: -.4em .5em 0 0;
	}

/* content area forms (checkout, login, contact form etc.) */

#main label {
	display: block;
	}
#main .formField,
#main .formFieldMedium {
	margin: 0 0 .8em 0;
	width: 220px;
	}
#main select.formSelect,
#main select.formSelectMedium,
#main select.formSelectShort {
	margin: 0 0 .8em 0;
	width: 220px;
	}
#content .formField,
#frmContact .formField {
	width: 260px;
	}
#content .formFieldShort,
#frmContact .formFieldShort {
	margin: .2em 0 1em 0;
	width: 50px;
	}
#content select.formSelect,
#frmContact select.formSelect {
	width: 200px;
	}
#content select.formSelectMedium,
#frmContact select.formSelectMedium {
	margin-right: .8em;
	width: 80px;
	}
#content .formButton,
#frmContact .formButton {
	float: left;
	margin-right: .5em;
	}


/* =TABLES
================================================= */

table {
	border-collapse: collapse;
	border-bottom: 0;
	line-height: 150%;
	margin: .5em 0 1em 0;
	width: 100%;
	}
th {
	
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	padding: 8px; text-transform:uppercase; font-weight:bold!important; font:13px "Courier New", Courier, monospace;
	}
tr {

	}
td {
	background: #f9f9f9;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 5px;
	vertical-align: top; font:12px "Courier New", Courier, monospace; font-weight:normal!important;
	}
td a { color:#333!important;  font-weight:normal!important;}	
	
table .price {
	color: #5a8bb6;
	font-size: 1em;
	font-weight: bold;
	}
th.first,
td.first {
	width: 25%;
	}
td.qty {
	width: 100px;
	}
th.remove {
	width: 75px;
	}
th.product,
th.attributes {
	width: 30%
	}

/* checkout form layout */

table.user,
table.user tr,
table.user td {
	background: none;
	border: none;
	padding: 0;
	}
table.user {
	margin: 0;
	}
table.user td {
	width: 50%;
	}	


/* =PAGINATION
================================================= */

.pagination {
	background: #f2f2f2;
	clear: both;
	color: #777;
	font-weight: normal; font-size:12px;
	margin: 0 18px 1em 0; 
	padding: .5em 10px .25em 5px;
	}
.pagination p {
	margin: 0;
	}
.pagination p.current {
	display: inline;
	float: right;
	line-height: 1em;
	margin: .5em 0;
	}
.pagination p.summary {
	border-left: 1px solid #bbb;
	float: right;
	line-height: 1em;
	margin: .5em 0 .5em .6em;
	padding-left: .5em;
	}
.pagination a,
.pagination a:link,
.pagination a:visited,
.pagination a:active {
	color: #666;
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 2px;
	padding: 3px 6px; font-size:12px;
	}
.pagination a:hover {
	color: #555;
	}
.pagination a.selected {
	color: #000; background:#fff;
	}
.pagination.end {
	margin-top: 0;
	}


/* =PRODUCT LISTS
================================================= */

/* product list */

	.products,
.products li {
	list-style: none;
	margin: 0;
	padding: 0;
	} 
.products li{
	margin: 0 10px 10px 0;
	padding: 0!important; display:block;
	position: relative;
	float:left;
	width:150px!important;
	height:330px!important; line-height:130%;
	}


.products li h3 {
	background: none;font-size: 12px!important; font-weight:normal; font-family:Arial, Helvetica, sans-serif!important; text-transform:none!important;
	padding:0 0!important; margin:0 0!important; line-height:120%; letter-spacing:normal!important;
	}
.products li h3 a,
.products li h3 a:link,
.products li h3 a:visited,
.products li h3 a:active {
	color: #000;padding:0 0!important; margin:0 0 0 0!important;
	}
.products li h3 a:hover {
	color: #999;
	}
	
.products .pricedetails { position:absolute; bottom:10px; left:0; width:150px;}
	

.products .image {
	display: inline;
	float: left;
	margin: 0 0 0 0!important;
	
	}
.products .image a img {
 margin-bottom:6px;
	}
.products .image a:hover img {

	}
	
ul.minordetails { margin:4px 0; }	
ul.minordetails li { display:inline; list-style:none; }
	
#product .info ul.minordetails li#addWishlist { margin-right:5px; padding-right:10px; border-right:#666 1px solid; }
.products .addCompare { }

	
	
.products .desc {
	}
.products .rrp {
	color: #777!important;
	display: inline;
	font-size: 12px;
	font-weight: normal;
	}
.products .rrp span {
	color: #555;
	}
.products .onSale {
	background: url(../graphics/coco/onsale.png) no-repeat 0 0;
	display: inline;
	margin: 0;
	position: absolute;
	top: -.5em;
	right: 10px; width:55px; height:50px;
	}
	
	
#main .products .price {
margin:5px 0 0 0;
	color: #CD3C65;
	font-size: 13px;
	margin:6px 0 0 0; font-weight:bold;
	
	}
.products .quantity {
	clear: both;
	margin: -3em 0 1em 0;
	text-align: right;
	}
.products .actions {
	float: right;
	margin: .5em 0;
	text-align: right;
	}


/* product grid */

.products.grid {
	margin-right: -10px;
	width: 710px;
	}
.products.grid li {
	float: left;
	margin-right: 10px;
	padding: 1px 10px 5px 10px;
	width: 206px;
	}
.products.grid .image {
	float: none;
	margin: 1em 0;
	}
.products.grid .addWishlist,
.products.grid .addCompare {
	border: 0;
	display: block;
	margin: .2em 0;
	padding: 0;
	}
.products.grid .price {
	margin: .5em 0;
	}
.products.grid .price span {
	display: block;
	margin: .5em 0;
	}
.products.grid .actions {
	clear: both;
	float: none;
	margin: .5em 0;
	text-align: left;
	}

/* sort by options / attributes header */

#productSort h3 {
	clear: both;
	font-size: 1em;
	letter-spacing: 1px;
	margin: 1em 0 0 0;
	text-transform: uppercase;
	}
#productSort h3 a {
	color: #999;
	height: 2.7em;
	line-height: 2.7em;
	padding: .8em 10px;
	}
#productSort h3 a:hover {
	color: #555;
	}
#productSort h3 a.selected {
	background: #f2f2f2;
	color: #111;
	}
#productSort h3 a span {
	color: #777;
	letter-spacing: normal;
	text-transform: none;
	}

/* sort container */

#productSort {
	margin: 7px 0;
	padding: 0 0; float:left; width:100%;
	}

/* sort options */
#productSort label { display:block; width:60px; float:left; padding:3px 0 0 0; margin:0; font:12px "Times New Roman", Times, serif; text-transform:uppercase;
	}
#main #productSort .formSelect {
	width: 100px; float:left; margin-right:4px; 
	}
#productSort .formButton {
	float: right;
	margin-top: 2.6em;
	padding:0;
	}


.notreg { padding:20px 0; border-top:#666 1px dashed;  border-bottom:#666 1px dashed;}
.notreg a { text-transform:uppercase; font-weight:normal!important; font:16px "Courier New", Courier, monospace; color:#000 }
.notreg a:hover { color:#ce4f11;}
/* =PRODUCT DETAILS
================================================= */

/* product details */

#product {
	margin: 0 0;
	}

#productlargeimage { margin-bottom:10px; }

/* image gallery */

#hideGalleryInput {
	display: none;
	}
#product .image {	
	float: left; width:220px;  position:relative;
	margin: 0 10px 1em 0;
	}
#product .image p {
	margin: 0 0;
	}
#product .image ul,
#product .image ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#product .image ul {
	width: 220px;
	}
#product .image ul li {
	display: inline; margin:0!important; padding:0!important;
	}
#product .image ul li {
	margin: 0 0 0 0!important; padding:0!important;
	}
#product .image ul li a img {margin: 0 0 0 0!important; padding:0!important;
	
	}
#product .image ul li a:hover img {margin: 0 0 0 0!important; padding:0!important;
	}
	
#imgGallery { }

/* product price & options */

#product .info {
	
	float: left;
	margin: 0 0 1em 0;
	padding: 0 0 0 0;
	position: relative;
	width: 250px; 
	}
#product .info .prodtop { width:200px;background: url(../graphics/coco/back-productinfo.jpg) no-repeat 0 0;float:left; padding:0 10px 0 40px }	
#product .info .prodbot { width:100%; height:31px; background:url(../graphics/coco/back-productinfo-bottom.jpg) no-repeat 0 0; float:left; }	
	
#product .info p { font-size:11px; margin:6px 0; }	
#product .image .onSale {
	background: url(../graphics/coco/onsale.png) no-repeat 0 0;
	display: inline;
	margin: 0;
	position: absolute;
	top: -.5em;
	right: 10px; width:55px; height:50px;
	}
#product .info .price {
	color: #CD3C65;
	font-size: 13px;
	margin:6px 0 0 0; font-weight:bold;
	}
#product .info .price span {
	color: #aaa;
	display: block;
	}
#product .info .rrp {
	color: #555;
	font-size: 11px;
	font-weight: normal;
	}
#product .info h3 {
	line-height: 2em;
	margin-bottom: -.5em;
	}
#product .info label {
	float: left;
	margin: 5px .5em 0 0;
	}
#product .info .formField {
	width: 270px;
	}
#product .info .formButton {
	margin: .2em 0 0 0;
	}
#product .info .formFieldShort,
#product .info .formButton {
	float: left;
	margin-right: 1em;
	}
	
#product .info ul.minorlinks { list-style:none; margin:5px 0; float:left; width:100%;  }
#product .info ul.minorlinks li { display:inline; margin:0 5px 0 0; padding:0 5px 0 0; font-size:10px; font-weight:normal;border-right:#666 1px solid	 }
#product .info ul.minorlinks li a { color:#333;font-weight:normal;}
#product .info #addWishlist { margin-left:0; padding-left:0; }
#product .info #sizechart {}
#product .actions {
	clear: both;
	}



/* product options */

.prodoptions { width:100%;  font-size:12px;  }
	
#main .info div.prodoptions { margin:6px 0; padding:0 0 0;  width:100%; float:left; }
#main .info div.prodoptions label { margin:0 0; margin-right:5px; padding:0 0;  display:block; float:left; width:50px;color:#333; font-size:11px; }
#main .info div.prodoptions select { width:90px; margin:0; margin-right:10px; margin-bottom:10px; font-size:11px;}
#main .info div.prodoptions h3 { display:none; }
#main .info div.prodoptions input#quantity { width:30px;}
	
#main .info div.prodoptions	#option_1_1 { display:block; width:50px;}
#main .info div.prodoptions	#option_1_2 {  display:block;width:50px;}

#main h2#prodTitle {  margin:10px 0 0 0 ; padding:0; font:13px Arial, Helvetica, sans-serif!important; border:none; text-transform:none; font-weight:bold!important; letter-spacing:normal!important; padding-right:30px; }


/* product recommend */

.products-rec { float:left; width:150px;   margin-top:0px; margin-left:30px  }
#main .products span.cost, #main #product span.cost { font-size:15px; padding:4px 7px; color:#fff; background:#88BB29; margin-right:6px; font-weight:bold; }
#content ul.recommended { margin:0; padding:0; list-style:none; }
#content li.rec-prod{ list-style:none; margin:0 5px 0 0!important;padding: 0!important; display:block!important;float:left!important;width:66px!important ;}

#content li.rec-prod h3, #content li.rec-prod p { text-align:center; }
#content li.rec-prod h3 a{ color:#fff; font-size:14px; font-weight:normal; line-height:130%; }
#content li.rec-prod p.price { margin:0; }

.products-rec .image2 {display: inline;float: left;margin: 0 0 0 0!important;}
.products-rec .image2 a img {background: #f1f1f1; margin:0!important;  margin-left:0; margin-bottom:6px!important; width:66px; height:100px;}
.products .image2 span.image { padding:0; margin:0!important; }
 h2.prodrechead { font:11px Arial, Helvetica, sans-serif; border:none; font-weight:bold; text-transform:uppercase; margin:10px 0 10px 0; }



.box1 { background:url(../graphics/coco/box1-top.gif) no-repeat 0 0;}
.box1inner { padding:30px 40px 0 40px; }
.box1footer { background:url(../graphics/coco/box1-bot.gif) no-repeat 0 0; width:100%; height:94px; }


/* =ARTICLES
================================================= */

#articles ul,
#articles li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#articles ul {
	margin: 1em 0;
	}
#articles ul li {
	list-style: none;
	margin: 1em 0 .5em 0;
	}
#articles ul li a {
	color: #666;
	font-weight: bold;
	padding-top: .2em;
	}
#articles ul li a:hover {
	color: #111;
	}
#pageAuthor {
	background: #f2f2f2;
	padding: .5em 10px;
	}


/* =REVIEWS
================================================= */

/* star ratings */

.review {
	background: url(../graphics/petrol/ratings.gif) no-repeat 0 0;
	display: block;
	height: 12px;
	line-height: 12px;
	margin: 1em 0;
	padding-left: 80px;
	}
p.rating0 {
	background-position: 0 0;
	}
p.rating1 {
	background-position: 0 -12px;
	}
p.rating2 {
	background-position: 0 -24px;
	}
p.rating3 {
	background-position: 0 -36px;
	}
p.rating4 {
	background-position: 0 -48px;
	}
p.rating5 {
	background-position: 0 -60px;
	}
p.rating6 {
	background-position: 0 -72px;
	}
p.rating7 {
	background-position: 0 -84px;
	}
p.rating8 {
	background-position: 0 -96px;
	}
p.rating9 {
	background-position: 0 -108px;
	}
p.rating10 {
	background-position: 0 -120px;
	}

/* product page reviews */

#reviews {
	background: #f2f2f2;
	clear: both;
	margin: 1em 0;
	padding: 1px 10px;
	position: relative;
	}
#reviews h3 {
	margin-bottom: 0;
	margin-right: 160px;
	}
#reviews .review {
	float: right;
	margin-bottom: -1.3em;
	}
p.reviewAuthor {
	float: right;
	margin-top: 0;
	}
.reviewDate {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1em;
	padding-bottom: .5em;
	}
dl#reviewForm,
dl#reviewForm dt,
dl#reviewForm dd {
	margin: 0;
	padding: 0;
	}
dl#reviewForm dt {
	margin: .5em 0 .2em 0;
	}


/* =SEARCH RESULTS
================================================= */

#searchResults,
#searchResults li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#searchResults {
	margin: 1em 0;
	}
#searchResults li {
	list-style: decimal;
	margin: 1em 0 1em 2.5em;
	}
#searchResults h3 {}
#searchResults p {
	margin-top: -1em;
	}
#searchResults span {
	background: #ccc;
	color: #fff;
	font-size: .9em;
	font-weight: normal;
	margin-left: .5em;
	padding: .2em .5em .15em .5em;
	}



/* =MISC
================================================= */

/* site map */

#sitemap,
#sitemap ul,
#sitemap li {
	list-style: none;		
	margin: 0;
	padding: 0;
	}
#sitemap {
	margin: 1em 0;
	}
#sitemap li {
	margin: .5em 0;
	}
#sitemap li h3 {
	margin: .2em 0;
	}
#sitemap ul {
	padding-left: 20px;
	}

/* shopping cart & checkout */

.module1 {
	float: left;
	margin: 1em 0;
	width: 340px;
	display: inline;
	}
.module2 {
	float: right;
	margin: 1em 0;
	width: 340px;
	display: inline;
	}
.module1 *:first-child,
.module2 *:first-child {
	margin-top: 0;
	}
#cartContents {
	margin-bottom: 1em;
	}
#cartContents td.productDetails {
	padding-left: 80px;
	}
.cartProductImage {
	display: inline;
	float: left;
	margin: 0 0 0 -75px;
	}
.cartProductImage a img {
	background: #fff;
	border: 1px solid #d5d5d5;
	padding: 2px;
	width: 60px;
	}
.cartProductImage a:hover img {
	background: #eee;
	border: 1px solid #d5d5d5;
	padding: 2px;
	}
a.removeItem {
	background: url(../graphics/petrol/removeItem.gif) no-repeat 0 50%;
	height: 16px;
	padding-left: 20px;
	}
#acceptedCards {
	margin: 1em 0;
	}
#acceptedCards img {
	margin-right: .5em;
	}

/* cart totals */

#total {
	clear: both;
	margin: 10px 0 0 0;
	padding: 0; font-size:13px; font-family:"Courier New", Courier, monospace; text-transform:uppercase;
	}
#total dt {
	border-bottom: 1px dashed #ddd;
	font-weight: normal; color:#000;
	line-height: 2.1em;
	}
#total dd {
	line-height: 2.5em;
	margin-top: -2.6em;
	text-align: right; color:#666;
	}
#total .total {
	font-size: 1.2em;
	}
.actions {
	clear: both;
	margin: 1em 0;
	}
#cv2Image {
	float: left;
	margin: -.2em 0 0 1em;
	}

/* checkout summary */

#checkout dl.cartSummary,
#checkout dl.cartSummary dt,
#checkout dl.cartSummary dd {
	margin: 0;
	padding: 0;
	}
#checkout dl.cartSummary dt {
	clear: left;
	float: left;
	margin: 0;
	width: 40%;
	}
#checkout dl.cartSummary dd {
	float: left;
	margin: 0;
	width: 59%;
	}
.addGiftWrap {
	float: left;
	margin: -.5em 0 0 0;
	}
.paymentGateway {
	background: #fff;
	border: 1px solid #ddd;
	float: left;
	display: block;
	margin: -.5em 1em 1em 0;
	padding: 3px;
	}


/* =FOOTER
================================================= */

#footer {
	background: #fff;
	clear: both;
	color: #333; margin-top:20px;
	
	font-weight: normal;
	padding: 0 0; border-top:#333 1px solid;
	}
#footer .inner {
	margin: 0 auto;
	width: 990px;
	}
#footer p {
	margin-bottom: 0;
	}
#footer ul,
#footer li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#footer ul {
	margin: 10px 0;
	}
#footer li {
	border-left: 1px solid #ccc;
	font-weight: bold;
	display: inline; text-transform:uppercase;
	margin-left: .3em; color:#333;
	padding-left: .6em;font: 11px "Times New Roman", Times, serif!important;font-weight:normal;
	}
#footer li.first {
	border: 0;
	margin-left: 0;
	padding-left: 0;
	}
#footer a {
	color: #333;font: 11px "Times New Roman", Times, serif; text-transform:uppercase;
	}
#footer a:hover {
	color: #666;
	}
#footer #credits { float:right; color:#333; font-size:13px; font-weight:normal;
	}


/* =FLOAT FIX
================================================= */

.inner:after,
#content:after,
.products:after,
.products li:after,
.pagination:after,
#product:after,
#total:after,
.module1:after,
.module2:after,
#search:after,
#advancedSearch:after,
#brand:after,
#newsletter:after,
#navSubDept:after,
#navSubDept li:after,
#productSortOptions:after,
dl:after,
dl dt:after,
dl dd:after,
form:after,
.billShipBlock:after,
#page-home #mid:after,

{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.inner,
#content,
.products,
.products li,
.pagination,
#product,
#total,
.module1,
.module2,
#search,
#advancedSearch,
#brand,
#newsletter,
#navSubDept,
#navSubDept li,
#productSortOptions,
dl,
dl dt,
dl dd,
form,
.billShipBlock,
#page-home #mid
{
	display: inline-block;
	}
/* Hide from IE Mac \*/
.inner,
#content,
.products,
.products li,
.pagination,
#product,
#total,
.module1,
.module2,
#search,
#advancedSearch,
#brand,
#newsletter,
#navSubDept,
#navSubDept li,
#productSortOptions,
dl,
dl dt,
dl dd,
form,
.billShipBlock,
#page-home #mid
{
	display: block;
	}
/* End hide from IE Mac */
