/* @override 
	http://lillierose.co.uk/css/main.css
*/

/* @group Staple-diet Stuff */

body {
	background: transparent url(/img/layout.body.gif);
	color: #8c8c8c;
	min-width: 700px;
	font-size: 76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	font-weight: normal;
}

a:link {
	color: #f81378;
}

a:visited {
	color: #f81378;
}

a:hover,a:active {
	color: #a80d51;
	outline: none;
}

h1,h2,h3,h4,h5 {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	line-height: 1.1em;
	color: #f8127a;
}

h2,h3,h4,h5 {
	margin: 2em 0 1em;
}

h1 {
	font-size: 1.4em;
	margin-bottom: 1em;
}

h2 {
	font-size: 1.2em;
}

body.simple h2 {
	clear: both;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1.0em;
}

ul, p, ol, dl {
	margin-top: 1em;
	line-height: 1.5;
	color: #ccc;
}

li {
	margin-left: 1.5em;
	text-align: left;
}

dt {
	font-weight: bold;
}

table {
	border-spacing: 0;
}

/* @end */

/* @group CakePHP */

.cake_debug {
	padding: 1em;
	border: 1px solid red;
	background: #fff;
	text-align: left;
	color: #000;
	margin: 20px 0;
	padding: 0;
	opacity: .60;
}

/* @end */

/* @group Layout */

/* nn6/7 will put content out of scrollable reach if auto is used unless the min-width is on body */

#wrapper {
	width: 100%;
	background-image: url(/img/layout.content.gif);
	background-color: #121212;
}

#header, #subnav, #footer {
	clear: both;
	width: 100%;
}

#footer {
	height: 150px;
	background: #121212 url(/img/layout.footer.gif) no-repeat;
	margin-top: 10px;
}

#footer .content {
	padding: 25px 25px 25px 50px;
}

#footer .content a {
	color: #fff;
}

#footer .content a:hover {
	color: #f81378;
}

#contentfloatholder {
/* right faux column tab */
	float: left;
	width: 100%;
}

#contentfloatholder:after, #header:after, ul.cols:after, div.productwrapper:after, ul.flist:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#center {
	color: #333;
	background: #1f1f1f;
	padding: 0;
	margin-right: 207px;
	margin-left: 220px;
}

#center ul.cols li a {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

#center, #left, #right {
	min-height: 300px;
}

ul.cols {
	margin: 0;
	padding: 0;
}

#centerwrap {
	float: left;
	width: 100%;
	margin: 0 -95% 0 0;
}

#left {
	float: left;
	width: 15em;
	background-color: #2e2e2e;
	margin: 0 0 0 -22px;
}

#right {
	float: right;
	width: 14em;
	background-color: #2e2e2e;
	margin: 0 25px 0 -23px;
}

/* @end */

/* @group Nav */

li#search {
	position: absolute;
	margin-top: -20px;
}

li#search img {
	position: absolute;
	margin-top: -9px;
	margin-left: 2px;
}

li#search button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	line-height: 2px;
}

li#search input {
	margin: 2px 0 0;
	padding: 2px;
	background: none;
	border: 1px solid #4c4c4c;
	color: #f81378;
	text-transform: uppercase;
	cursor: pointer;
	line-height: 2px;
	font-size: 1em;
	text-align: center;
	width: 160px;
}

/* horizontal navigation */

#subnav {
	background: #121212 url(/img/layout.sub_header.gif);
	height: 38px;
	margin-top: -10px;
	width: 923px;
}

#subnav ul {
	line-height: 2em;
	font-weight: bold;
	margin-top: 0;
}

#subnav ul li {
	margin: 0;
	display: inline;
}

#subnav ul li a {
	margin-left: -1px;
	color: #fff;
	text-decoration: none;
	padding: 5px 1.1em;
	background: #2e2e2e;
	margin-right: 8px;
	border: 1px solid #4c4c4c;
	text-transform: uppercase;
	font-size: 80%;
}

#subnav ul li a:hover {
	color: #f81378;
	background: #363636;
}

#subnav .last {
	float: right;
}

/* left column contents */

/* @group Footer Nav */

#footnav {
	height: 47px;
	margin-top: 23px;
	margin-left: 65px;
	opacity: .8;
}

#footnav ul li {
	margin: 0;
	display: inline;
}

#footnav ul li a {
	margin-left: -1px;
	color: #fff;
	text-decoration: none;
	padding: 5px 1.1em;
	background: #2e2e2e;
	margin-right: 8px;
	border: 1px solid #4c4c4c;
	text-transform: uppercase;
	font-size: 80%;
}

#footnav ul li a:hover {
	color: #f81378;
	background: #363636;
}

/* @end */

#left h2, #right h2 {
	background-color: #ccc;
	color: #000;
	font-size: 1.1em;
	margin: 0;
	line-height: 1.5em;
	padding-left: 5px;
}

#left ul {
	list-style: none;
	line-height: 2em;
	padding: 0 0 1em;
	margin: 0;
}

#left li {
	margin: 0;
}

#left li a, #left li a:visited, #right #cart .checkout {
	text-decoration: none;
	display: block;
	padding-left: 20px;
	background: #363636;
	border-top: 1px solid #2e2e2e;
	color: #fff;
}

#left li a:hover {
	background-color: #3d3d3d;
}



/* @end */

/* @group Simple Template */

/* simple layout */

body.simple #center {
	margin: 0 25%;
	color: #000;
}

body.simple #center fieldset {
	background: #2e2e2e;
	border: 1px solid #363636;
	padding: 0 1em 1em;
}

body.simple #email {
	width: 20em;
}

body.simple ul.flist li label {
	color: #FFF;
}

body.simple #password {
	width: 16em;
}

body.simple #center a {
	float: left;
	line-height: 2em;
	padding-left: 2px;
}

body.simple-wide #center {
	margin: 0 5%;
}

/* simple layout */

body.simple #center fieldset {
	padding-top: 1em;
}

#container {
	margin: 0 auto;
	width: 950px;
}

#header {
	background: #121212 url(/img/layout.header.gif) no-repeat 0 bottom;
	height: 223px;
	margin-top: -10px;
}

#header_left {
	position: absolute;
	background: transparent url(/img/layout.header.color.png) no-repeat 0 0;
	height: 210px;
	width: 414px;
	margin-top: 3px;
	margin-left: -20px;
}

#header_season {
	position: absolute;
	background: transparent url(/img/layout.header.season.easter.png) no-repeat 0 0;
	height: 204px;
	width: 314px;
	margin-top: 20px;
	margin-left: 459px;
	display: none;
}

#header_logo {
	position: absolute;
	background: transparent url(/img/layout.header.lillierose.png) no-repeat 0 0;
	height: 182px;
	width: 314px;
	margin-top: 3px;
	margin-left: 637px;
}

/* @end */

/* @group Prices */

/* prices */

.price {
	color: #f81378;
}

span.nprice {
	color: #333;
	text-decoration: line-through;
}

span.sprice {
	color: #c30;
	font-weight: bold;
}

/* @end */

/* @group Tables */

table {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	margin-top: 1em;
	width: 100%;
}

td, th {
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 4px;
	vertical-align: top;
	background: #fff;
}

td a:link {
	color: #000;
}

td.blank {
	background: #2e2e2e;
}

th {
	background-color: #eee;
	border-bottom: 1px solid #000;
	text-align: left;
}

td h3 {
	margin: 0;
}

.branddesc, .catdesc {
	margin-right: 3em;
	text-align: left;
	color: #FFF;
	margin-top: -15px;
}

div.catdesc {

}

div.branddesc {

}

/* tables */

/* @end */

/* @group Action Buttons */

/* action buttons */

#center button {
	float: right;
	margin: 5px 0;
	padding: 6px;
}

a.admin.edit {
	position: relative;
	top: 100px;
	margin: 0;
	padding: 10px 50px;
	left: 30px;
}

a.edit, button, a.admin {
	background: #f81378 url(/img/button_bg.jpg) repeat-x 0 0;
	border: 1px solid #000;
	text-align: center;
	text-decoration: none;
	padding: 5px;
	line-height: 1.3em;
}

a.admin {
	background: #3297FC url(/img/admin_button_bg.jpg) 1px 1px repeat-x;
	color: #fff;
}

#center a.admin {
	display: block;
	width: 10em;
	margin: 1em 0;
}



/* @end */

/* @group Products */

/* product details */

div.productwrapper {
	background: #363636;
	padding-left: 10px;
	padding-top: 10px;
	min-height: 275px;
	margin-bottom: 30px;
	margin-right: 30px;
	padding: 10px;
}

div.details {
	float: right;
	text-align: center;
	width: 13em;
	background: #2e2e2e;
	margin: 10px -10px 10px 20px;
	padding: 10px 5px;
}



#shoppingcart_item_id {
	width: 11em;
}

div.details img {
	border: 5px solid #464646;
}

div.details div.price {
	font: bold 1.4em Arial, Helvetica, sans-serif;
	padding-bottom: 1em;
}

div.details a {
	display: block;
	margin: auto;
	padding-top: 5px;
	text-transform: uppercase;
	font-size: 80%;
}

div.details form {
	margin-top: 1em;
}

#center .details button {
	margin: 10px 0 0;
	padding: 5;
	width: 11em;
	float: none;
}

div.details .admin .edit {
	display: none;
}

div#temp-cart1 {
	background: url(/img/overlay.gif);
	min-height: 200px;
}

div#temp-cart2 {
	background: url(/img/cart_loading.gif) no-repeat center top;
	min-height: 200px;
	margin-top: -1px;
}

#emptyCart {
	background: transparent url(/img/cart_empty.gif) no-repeat;
	min-height: 200px;
	margin-top: -1px;
	margin-left: 8px;
}

div.description {
	padding-bottom: 2em;
}

div.description ul {
	padding-bottom: 5px;
	padding-left: 0;
	margin: 0 0 0 15px;
	list-style-type: square;
}

div.description li {
	padding-bottom: 5px;
	margin: 0;
	padding-left: 0;
}

button span {
	background: url(/img/icon_cart.png) center left no-repeat;
	display: block;
	padding: 2px 0 2px 30px;
	cursor: pointer;
}

/* product listing */

ul.cols li {
	border: 1px solid #4c4c4c;
	display: block;
	float: left;
	height: 165px;
	padding: 1em;
	margin: 0.5em 1em 0.5em 0;
	text-align: center;
	width: 137px;
	background-color: #2e2e2e;
	font-size: 90%;
}

ul.cols li img {
	border: 1px solid #4c4c4c;
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
}

ul.cols li a {
	display: block

;
}

/* @end */

/* @group Footer Jazz */

/* footer */

#footer ul {
	background: transparent;
	line-height: 2em;
	margin-top: 0;
	
}

#footer ul li {
	display: inline;
}

/* @end */

/* @group Flash Messages */

div.fmessage {
	position: absolute;
	border: 1px solid #f81378;
	line-height: 1.5;
	padding: 5px 20px;
	margin-left: 30px;
	background-color: #cd1067;
	color: #000;
	margin-top: 160px;
	opacity: .95;
}

div.confirmation {
	background-color: #d0f7cf;
	border: 1px solid #25990e;
	color: #000;
	padding-left: 15px;
}

div.confirmation p {
	color: #000;
}

.error {
	background: #fcc;
}

.error p {
	color: #000;
}

/* flash messages */

/* @end */

/* @group Forms */

pre {
	text-align: left;
	font-size: 1.4em;
}

fieldset {
	border: none;
	text-align: left;
}

pre {
	text-align: left;
	font-size: 1.4em;
}

legend {
	font-weight: bold;
	padding: 5px 10px;
	margin-left: 10px;
	background: #f81378;
	color: #000;
}

fieldset {
	border: none;
	text-align: left;
}

input, textarea, select {
	border: 1px solid #ccc;
	border-color: #666 #ccc #ccc #666;
}

select {
	background: none;
	color: #fff;
	border: none;
}

input, textarea {
	padding: 2px 4px;
}

option {
	padding: 0 1em 0 4px;
}

ul.flist, fieldset ul {
	margin-top: 0;
	list-style: none;
}

ul.flist {
	padding-left: 1em;
}

ul.flist li {
	display: inline;
	float: left;
	margin: 0 1em 1em 0;
	width: 16em;
	color: #FFF;
	
}

ul.flist li label {
	display: block;
	color: #FFF;
}

ul.flist li.cl {
	clear: left;
}

ul.flist li.cb {
	clear: both;
	width: 26em;
}

ul.flist li.cb input {
	width: 22em;
}

ul.flist li.cb input[type='checkbox'] {
	width: auto;
}

li.error {
	border: 1px solid red;
	padding: 0.5em 0.5em;
	font-weight: normal;
	margin-right: 1em;
	color: red;
}

li.error span {
	display: block;
}

li.save {
	clear: both;
}

/* @end */

/* @group Checkout */

/* @group Index */

/* checkout */

body#checkout-index h2 {
	clear: both;
	margin-bottom: 0;
}

#center fieldset {
	padding-top: 1em;
}

#center fieldset ul {
	padding-bottom: 1em;
}

textarea#comments {
	height: 7em;
	width: 100%;
}

li#country span {
	display: block;
	color: #FFF;
}

h2 a, li#country a {
	font-size: smaller;
	color: #f81378;
}

/* @end */

/* @group Address & shipping */

/* address and shipping */

.order {
	width: 65em;
	color: #000;
}

.order a {
	color: #000;
}

.order fieldset {
	margin-bottom: 1em;
}

#checkout-form fieldset.order fieldset.oinfo {
	width: 270px;
}

.oaddress {
	background: #2e2e2e;
	color: #fff;
	float: left;
	padding: 0;
	margin: 0;
	width: 40em;
	border: 1px solid #363636;
}

.oinfo {
	background: #2e2e2e;
	clear: right;
	float: right;
	padding: 0;
	width: 26em;
	color: #fff;
}

label {
	color: #fff;
}

.oinfo li {
	margin: 0;
	padding-left: 1.5em;
	line-height: 2em;
	color: #000;
	vertical-align: middle;
}

.oinfo li.active {
	background: #cfff9f;
	font-weight: bold;
}

.oinfo li input {
	bottom: 0px;
	position: relative;
}

.order .error {
	border: 1px solid red;
	color: red;
	background: #3f3f3f;
	padding: 3;
	margin: 3;
}

/* @end */

/* @end */

/* @group Shopping Cart */

/* @group Show */

table.cart td img {
	vertical-align: top;
	width: 60px;
	height: 60px;
}

table.cart tfoot td ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	color: black;
}

tfoot td {
	border: 0;
}

td.total {
	background-color: #F7F7F7;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: right;
	width: 200px;
}

td.total li {
	margin: 0;
	padding: 0;
	text-align: right;
}

span.error {
	border: 1px solid red;
	display: block;
	padding: 1em;
	margin: 1em;
}

a.checkout {
	padding: .5em;
	color: #000;
	
}

/* @end */

/* shoppingcart */

#right #cart {
	padding: 2px;
}

#right #cart h2, #right #cart a.checkout {
	color: #fff;
	line-height: 2em;
	padding-left: 0.5em;
	background: none;
}

#right #cart a.checkout {
	padding-left: 1em;
	margin-top: 10px;
}

#right #cart h2 a {
	background: #2e2e2e url(/img/icon_cart.png) no-repeat left;
	color: #fff;
	display: block;
	padding-left: 30px;
}

#right #cart ul {
	list-style: none;
	padding: 0 0 0 5px;
	overflow: hidden;
}

#right #cart ul li {
	color: #fff;
	padding: 0;
	margin: 0;
}

#right #cart ul.total {
	border: 1px solid #212121;
	padding: 0 5px;
	background: #363636;
	margin: 0 5px 15px;
}

#right #cart ul.total li {
	padding: 5px 5px 5px 5px;
}

#right #cart li.total {
	border-top: 1px dashed #2a2a2a;
	font-weight: bold;
	padding: 7px 5px 5px 0;
}

#right #cart .button {
	background: #f81378 url(/img/button_bg.jpg) repeat-x 0 0;
	border: 1px solid #000;
	color: #000;
	padding: 5px 1em;
	margin: 5px;
	display: block;
	text-align: center;
	text-decoration: none;
}


/* @end */

/* @group Corners */

.adorn_bg {
	background: #1f1f1f;
}

.adorn {
	background: #2e2e2e;
	padding: 10px 10px 15px;
	margin-bottom: 20px;
}
/* @end */