/*

Tradingeye SCREEN style sheet
=================================================

Copyright:		2009 dpivision.com
Author:			Ian Sidaway
Last edit:		09/11/2009 by Ian Sidaway

*/


/* 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;
	}


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

html {
	background: #dcf8ea;
	}
body {
	background: #dcf8ea;
	color: #444;
	font: 62.5%/1.8em Helvetica, Arial sans-serif;	
	text-align: center;
	margin: 0;
	padding: 0;
	}
table,
td,
input,
textarea,
select,
li {
	color: #444;	
	font: 1em Helvetica, Arial sans-serif;
	}

/* hidden items */

#skip,
.hidden {
	display: none;
	}

/* basic links */

a:link,
a:visited,
a:active {
	color: #d13c24;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	color: #111;
	}

/* typography */

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 1em 0;
	}
h2 {
	color: #222;
	font-size: 2em;
	clear: both;
	}
h2#pageTitle {
	font-weight: normal;
	font-size: 24px;
	}
h2#pageTitle span {
	color: #aaa;
	}
h3 {
	clear: both;
	font-size: 1.4em;
	font-weight: bold;
	}
h4,
h5 {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	}
hr {
	display: none;
	}
address {
	border-left: 5px solid #f3f3f3;
	font-size: 14px;
	font-style: italic;
	line-height: 1.6em;
	margin: 1em 0;
	padding-left: 1em;
	}


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

#container {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 100%;
	}


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

#header {
	background: #313131 url(../graphics/lilly/header-bg.gif) repeat center top;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.5);
	box-shadow: 0 0 15px rgba(0,0,0,.5);
	height: 220px;
	border-bottom: 5px solid #89c0c7;
	width: 100%;
	}
#header .inner {
	margin: 0 auto;
	position: relative;
	width: 980px;
	}

/* company logo & tagline */

h1#logo {
	height: 75px;
	left: 10px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-indent: -999999px;
	top: 45px;
	width: 343px;
	}
h1#logo a {
	background: url(../graphics/lilly/logo.gif) no-repeat 0 0;
	display: block;
	height: 75px;
	}
h1#logo a:active {
	outline: none;
	position: relative;
	top: 1px;
	}
h1#logo span {
	color: #fff;
	display: block;
	font-size: 2em;
	position: absolute;
	right: 0;
	text-indent: 0;
	text-shadow: 2px 3px 0 #000;
	top: 0;
	}
#tagline {
	border: none;
	color: #345068;
	font-weight: normal;
	font-size: 2em;
	left: 10px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 75px;
	}

/* shopping basket info */

#info {
	background: #d13c24;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.5);
	box-shadow: 0 0 15px rgba(0,0,0,.5);
	float: right;
	position: absolute;
	right: 10px;
	top: 135px;
	width: 314px;
	z-index: 9999;
	}
#info a {
	background: #d13c24;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
#info a:hover {
	border-bottom: 2px dotted #fff;
	color: #fff;
	}
#basket {
	font-size: 1.2em;
	margin: .8em 1em .6em 1em;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	}


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

#mid {
	background: #fff;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.5);
	box-shadow: 0 0 15px rgba(0,0,0,.5);
	margin: -55px auto 0 auto;
	padding-bottom: 1em;
	position: relative;
	width: 960px;
	}

/* breadcrumb trail */

#breadcrumbs {
	background: #f3f3f3;
	color: #999;
	float: left;
	font-weight: bold;
	font-size: 1.2em;
	display: inline;
	margin: 15px 0 .5em 15px;
	text-shadow: 1px 1px 0 #fff;
	padding: .75em 10px;
	width: 590px;
	}
#breadcrumbs a {
	color: #555;
	}
#breadcrumbs a:hover {
	color: #111;
	}


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

#sidebar {
	float: right;
	display: inline;
	width: 300px;
	margin: 15px 15px 1em 0;
	}
#sidebar h3 {
	background: #3a3a3a;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 1em -15px .5em 0;
	padding: .7em 15px .5em 15px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	}

/* search */

#search {
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
	background: #fff;
	}
#searchTitle,
#search label,
#adv {
	display: none;
	}
#searchKeyword {
	border: 1px solid #e2e3dd;
	color: #777;
	float: left;
	font-size: 12px;
	padding: 11px 10px 9px 10px;
	width: 230px;
	}
#searchSubmit {
	background: #3a3a3a;
	border: 1px solid #3a3a3a;
	color: #fff;
	float: right;
	font-size: 12px;
	padding: 10px 0 8px 0;
	text-transform: uppercase;
	width: 36px;
	}
#searchSubmit:hover {
	background: #111;
	cursor: pointer;
	}

/* brand */

#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 */

#navDept {
	background: #fff;
	color: #999;
	margin-bottom: 1em;
	}
#navDept li {
	display: block;
	font-size: 1.2em;
	margin: 0;
	}
#navDept li a {
	color: #999;
	border-bottom: 1px solid #fff;
	display: block;
	width: 100%;
	}
#navDept li a:hover {
	color: #333;
	}
#navDept li a.selected,
#navDept li a:hover.selected {
	color: #d13c24;
	}
#navDept li a span {
	display: block;
	padding: .5em 15px;
	}

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

.navSub,
.navSub li {
	font-size: .833em;
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
	}
.navSub li {
	background: url(../graphics/lilly/navSub-bg.gif) no-repeat 12px 45%;
	}

/* customer tools */

#navToolsTitle {
	display: none;
	}
#navTools {
	display: block;
	font-size: 12px;
	float: right;
	height: 3em;
	line-height: 3em;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: right;
	top: -173px;
	width: 940px;
	z-index: 9999;
	}
#navTools li {
	background: #d13c24;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.5);
	box-shadow: 0 0 15px rgba(0,0,0,.5);
	display: inline;
	height: 3em;
	line-height: 3em;
	margin: 0 0 0 -.3em;
	text-align: right;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	}
#navTools li a,
#navTools li a:link,
#navTools li a:active,
#navTools li a:visited {
	background: #ba3520;
	color: #fff;
	font-weight: bold;
	padding: .8em 1em;
	text-decoration: none;
	}
#navTools li a:hover {
	background: #d13c24;
	color: #fff;
	}
#navTools li a span {}

/* menu items */

.navStatic {
	background: #fff;
	color: #999;
	margin-bottom: 1em;
	}
.navStatic li {
	display: block;
	font-size: 1.2em;
	}
.navStatic li a {
	color: #999;
	border-bottom: 1px solid #fff;
	display: block;
	width: 100%;
	}
.navStatic li a:hover {
	color: #333;
	}
.navStatic li a span {
	display: block;
	padding: .5em 15px;
	}

/* newsletter signup */

#newsletter label {
	display: none;
	}
#newsletterEmail {
	border: 1px solid #e2e3dd;
	color: #777;
	float: left;
	font-size: 12px;
	padding: 11px 10px 9px 10px;
	width: 230px;
	}
#newsletterSubmit {
	background: #3a3a3a;
	border: 1px solid #3a3a3a;
	color: #fff;
	float: right;
	font-size: 12px;
	padding: 10px 0 8px 0;
	text-transform: uppercase;
	width: 36px;
	}
#newsletterSubmit:hover {
	background: #111;
	cursor: pointer;
	}

/* menu items */

#recentlyViewed {
	background: #fff;
	color: #999;
	margin-bottom: 1em;
	}
#recentlyViewed {
	display: block;
	font-size: 1.2em;
	}
#recentlyViewed li a {
	color: #999;
	border-bottom: 1px solid #fff;
	display: block;
	width: 100%;
	}
#recentlyViewed li a:hover {
	color: #333;
	}
#recentlyViewed li a span {
	display: block;
	padding: .5em 15px;
	}


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

#main {
	float: left;
	display: inline;
	width: 610px;
	margin-left: 15px;
	padding-bottom: 1em;
	}


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

#content {
	margin: 1em 0;
	}
#main p {
	font-size: 1.2em;
	line-height: 1.8em;
	}
#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: 2em 0;
	}
#content ul li {
	font-size: 1.2em;
	line-height: 1.6em;
	list-style: disc;
	margin: .5em 0 .5em 2em;
	}
#content ol,
#content ol li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#content ol {	
	margin: 2em 0;
	}
#content ol li {
	font-size: 1.2em;
	line-height: 1.6em;
	list-style: decimal;
	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;
	}


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

#navSubDept,
#navSubDept li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#navSubDept {
	background: #f2f2f2;
	color: #777;
	margin: 1em 0 2em 0;
	padding: 1em 10px;
	position: relative;
	}
#navSubDept li {
	display: block;
	float: left;
	height: 2em;
	line-height: 2em;
	list-style: none;
	margin: 0 10px;
	width: 315px;
	}
#navSubDept li a {
	color: #888;
	display: block;
	font-weight: normal;
	text-indent: 1em;
	}
#navSubDept li a:hover,
#navSubDept li a.selected {
	color: #111;
	}


/* =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 #ccc;
	font-size: 12px;
	margin: 0 0 1em 0;
	padding: 5px;
	width: 270px;
	}
select.formSelect {
	background: #fff;
	border: 1px solid #ccc;
	font-size: 12px;
	padding: 4px 5px;
	width: 282px;
	}
select.formSelectMedium {
	background: #fff;
	border: 1px solid #ccc;
	font-size: 12px;
	margin-right: 5px;
	padding: 3px 5px;
	width: 90px;
	}
.formFieldShort {
	background: #fff;
	border: 1px solid #ccc;
	font-size: 12px;
	margin-right: 5px;
	padding: 5px;
	width: 50px;
	}
.formFieldMedium {
	background: #fff;
	border: 1px solid #ccc;
	font-size: 12px;
	margin-right: 5px;
	padding: 5px;
	width: 90px;
	}
h3 .formRadio {
	margin: -.2em .5em 0 0;
	}
p .formRadio {
	margin: -.2em .5em 0 0;
	}
.formButton {
	background: #3a3a3a;
	border: none;
	color: #fff;
	font-size: 12px;
	height: 2.2em;
	line-height: 2.2em;
	padding: 0 5px 0 5px;
	}
.formButton:hover {
	background: #111;
	cursor: pointer;
	}
label {
	display: block;
	font-size: 12px;
	margin: .5em 0;
	}
label span {
	color: #a00;
	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;
	}


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

table {
	background: none;
	border-collapse: collapse;
	border: 2px solid #e5e5e5;
	border-bottom: 0;
	font-size: 12px;
	line-height: 1.6em;
	margin: .5em 0 1em 0;
	width: 100%;
	}
th {
	background: #f3f3f3;
	border-bottom: 2px solid #e5e5e5;
	font-weight: bold;
	padding: 5px;
	}
tr {
	border-bottom: 2px solid #e5e5e5;
	}
td {
	background: #f9f9f9;
	border-bottom: 1px solid #e5e5e5;
	padding: 5px;
	vertical-align: top;
	}
table .price {
	color: #111;
	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%
	}
td img {
	border: 5px solid #f3f3f3;
	}

/* 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: bold;
	margin: -2em 0 1em 0;
	padding: .5em 10px .5em 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: .1em 6px;
	}
.pagination a:hover {
	color: #111;
	}
.pagination a.selected {
	background: #fff;
	color: #111;
	}
.pagination.end {
	margin-top: 0;
	}


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

/* product list */

.products {
	margin: 1em 0;
	} 
.products li {
	margin-bottom: 1em;
	padding: .5em 10px 0 172px;
	background: #f3f3f3;
	color: #777;
	position: relative;
	}
.products li:hover {
	background: #ededed;
	}
.products li h3 {
	margin: .75em 0 1.25em 0;
	padding: 0;
	font-size: 14px;
	display: block;
	text-shadow: 1px 1px 1px #fff;
	}
.products li h3 a {
	color: #d13c24;
	}
.products li h3 a:hover {
	color: #111;
	}
.products .image {
	background: #fff;
	border: 4px solid #ddd;
	display: inline;
	margin: 0 0 10px -162px;
	float: left;
	text-align: center;
	width: 140px;
	}
.products .image a img {
	border-color: #ccc;
	}
.products .image a:hover img {
	background: #fff;
	}
.products .addWishlist,
.products .addCompare {
	display: inline;
	}
.products .addWishlist a,
.products .addCompare a {
	background: #e1e1e1;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #777;
	font-weight: bold;
	padding: 6px 10px 5px 10px;
	}
.products .addWishlist a:hover,
.products .addCompare a:hover {
	background: #d1d1d1;
	color: #111;
	}
.products .desc {
	line-height: 1.6em;
	text-shadow: 1px 1px 1px #fff;
	}
.products .rrp {
	color: #777;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	}
.products .rrp span {
	color: #555;
	}
.products .onSale {
	background: url(../graphics/lilly/sale-bg.gif) no-repeat 0 0;
	display: inline;
	height: 67px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	text-indent: -999999px;
	top: 0;
	width: 67px;
	}
.products .price {
	background: #b2d574;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	left: -6px;
	padding: .5em 5px .3em 15px;
	position: absolute;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	top: -.3em;
	width: 144px;
	}
.products .quantity {
	clear: both;
	margin: -3em 0 1em 0;
	text-align: right;
	}
.products .actions {
	float: right;
	margin: .5em 0;
	text-align: right;
	}

/* product grid - not used */

.products.grid {}

/* sort by options - not used, hidden */

#productSort {
	display: none;
	}


/* =PRODUCT DETAILS
================================================= */

/* product details */

#product {
	margin: 1em 0;
	}

/* image gallery */

#hideGalleryInput {
	display: none;
	}
#product .image {	
	border: 5px solid #f3f3f3;
	float: left;
	margin-bottom: 2em;
	padding: 1em 10px;
	position: relative;
	text-align: center;
	width: 306px;
	}
#product .image p {
	margin: 1em 0;
	}
#product .image .viewLarger {
	text-align: left;
	}
#product .image .viewLarger a {
	background: #89c0c7;
	color: #fff;
	font-weight: bold;
	margin-left: -20px;
	padding: .7em 10px .5em 15px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	}
#product .image ul,
#product .image ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#product .image ul li {
	display: inline;
	}
#product .image ul li {
	margin: 0 3px 0 0;
	}
#product .image ul li a img {
	border: 1px solid #eee;
	padding: 2px;
	}
#product .image ul li a:hover img {
	border: 1px solid #ddd;
	padding: 2px;
	}

/* product price & options */

#product .info {
	background: #f3f3f3;
	float: right;
	margin: 0 0 1em 0;
	padding: 0 10px 10px 10px;
	position: relative;
	width: 235px;
	}
#product .info .onSale {
	background: url(../graphics/lilly/sale-bg.gif) no-repeat 0 0;
	display: inline;
	height: 67px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	text-indent: -999999px;
	top: 0;
	width: 67px;
	}
#product .info .price {
	color: #111;
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 1em 0 .5em 0;
	}
#product .info .price span {
	color: #aaa;
	display: block;
	}
#product .info .rrp {
	color: #777;
	font-size: 12px;
	font-weight: bold;
	}
#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 .formFieldShort,
#product .info .formButton {
	float: left;
	margin-right: 1em;
	}
#product .info #addWishlist,
#product .info #addComparison {
	margin: .5em 0;
	}
#product .actions {
	clear: both;
	}


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

#articles ul {
	margin: 1em 0 2em 0;
	}
#articles ul li {
	font-size: 1.2em;
	list-style: disc;
	margin: 1em 0 1em 2em;
	}
#articles ul li a {
	color: #777;
	}
#articles ul li a:hover {
	color: #111;
	text-decoration: none;
	}
#pageAuthor {
	color: #999;
	font-style: inherit;
	}


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

/* star ratings */

.review {
	background: url(../graphics/lilly/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 {
	border-top: 1px solid #f3f3f3;
	margin: 1em 0;
	}
#searchResults li {
	border-bottom: 1px solid #f3f3f3;
	margin: 1em 0;
	padding: .25em 0 .5em 0;
	}
#searchResults h3 {
	margin-top: .5em;
	}
#searchResults img {
	border: 5px solid #f3f3f3;
	float: left;
	margin: -.5em 1em 1em 0;
	}
#searchResults p {
	margin-top: -1em;
	}
#searchResults span {
	color: #bbb;
	font-size: 12px;
	font-weight: bold;
	margin-left: .5em;
	}



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

/* site map */

ul#sitemap {
	margin: 1em 0;
	}
ul#sitemap li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
ul#sitemap li h3 {
	margin: .2em 0;
	}
ul#sitemap ul {
	padding-left: 20px;
	}
ul#sitemap ul li {
	font-size: 1.2em;
	list-style: disc;
	margin: .75em 0;
	}

/* shopping cart & checkout */

.module1 {
	float: left;
	margin: 1em 0;
	width: 300px;
	display: inline;
	}
.module2 {
	float: right;
	margin: 1em 0;
	width: 300px;
	display: inline;
	}
#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/lilly/removeItem.gif) no-repeat 0 50%;
	height: 16px;
	padding-left: 20px;
	}
#acceptedCards {
	margin: 1em 0;
	}
#acceptedCards img {
	margin-right: .5em;
	}

/* cart totals */

#total {
	border-top: 1px solid #e5e5e5;
	clear: both;
	margin: 1em 0;
	padding: 0;
	font-size: 12px;
	}
#total dt {
	border-bottom: 1px solid #e5e5e5;
	font-weight: bold;
	line-height: 2.6em;
	}
#total dd {
	line-height: 2.6em;
	margin-top: -2.6em;
	text-align: right;
	}
#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: #89c0c7;
	clear: both;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 auto 1em auto;
	padding: 1.1em 0 1em 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	width: 930px;
	}
#footer ul {
	margin: 0 0 0 20px;
	}
#footer li {
	font-weight: bold;
	display: inline;
	margin-left: 1em;
	}
#footer li.first {
	margin-left: 0;
	}
#footer a {
	color: #fff;
	}
#footer a:hover {
	border-bottom: 2px dotted #dcf8ea;
	color: #fff;
	}
#footer #credits {
	float: right;
	margin: -1.5em 20px 0 0;
	}


/* =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 {
	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 {
	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 {
	display: block;
	}
/* End hide from IE Mac */