@charset "utf-8";
/* -- Site-wide Style Sheet -- */
body {
	margin: 20px 0;
	padding: 0;
	font: 62.5% Georgia, serif;
	background: #ffffff url(/images/backgrounds/back.gif);
}

legend {
	color: #F993AB;
}
	
a:link {
	color: #F993AB;
}

a:visited {
	color: #F993AB;
}

a:hover {
	text-decoration: underline;
	color: #F993AB;
}



h1, h2, h3 {
	margin: 0 0 .5em;
}

h1 {font-size: 2em; color: #F993AB;}
h2 {font-size: 1.6em; color: #F993AB;}
h3 {font-size: 1.4em; color: #F993AB;}

p, table, fieldset {
	margin: 1em 0;
}

/* -- Site Structure -- */
#wrapper {
	margin: 0 auto;
	width: 760px;
	background: #fff url(/images/backgrounds/sidebar.gif) repeat-y;
	border: 1px solid #FFD5D2;
}
	
/* -- Header -- */
#header {
	height: 130px;
	text-indent: -9999px;
	overflow: hidden;
	background: #FFF5F4 url(/images/backgrounds/banner-20090702.png);
}
	
/* -- Navigation -- */
#navigation {
	padding: 19px 0 0 350px;
	height: 27px;
	font-size: 1.4em;
font-weight: bold;
	text-align: center;
	background: url(/images/backgrounds/nav.png);}

#navigation:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;}	

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;}
	
#navigation li {
	display: inline;
	padding: .5em;}

#navigation a {
	text-decoration: none;}
	


/* -- Categories -- */
#categories {
	float: left;
	padding: 10px;
	width: 130px;
text-align: center;
	font-size: 1.2em;
	background: #FFF5F4;
}
	
#categories ul {
	margin: 0;
	padding: 5px;
	text-align: center;
	list-style: none;
}

#categories ul ul {
padding: 0;
}

#categories li a {
    display: block;
    padding: 5px 0;
    text-decoration: none;
    color: #F993AB;
    }

#categories li li a {
	padding: 0px 0;
	height: auto;
    color: #F993AB;
}

#simple-cart li a,
#subnavigation li a {
	padding: 5px 0;
	height: auto;
	background: none;
}

#categories li a:hover {
	text-decoration: underline;
}

#categories #product-search {
	margin: 1em 0;
}

#categories .expanded a {
	padding: 7px 0;
	font-style: italic;
	font-size: smaller;
	font-weight: normal;
}

#categories .collapsed {
	display: none;
}

#categories h2 {
height: 55px;
text-indent: -9999px;
background-position: center;
background-repeat: none;
}

#header-basket {
background-image: url(/images/backgrounds/header-basket.png);
}

#header-shopping {
margin-top: .5em;
background-image: url(/images/backgrounds/header-shopping.png);
}

#header-information {
margin-top: 1em;
background-image: url(/images/backgrounds/header-information.png);
}

/* -- Page Content -- */
#content {
	float: right;
	padding: 10px;
	width: 590px;
	min-height: 500px;
	font-size: 1.2em;
	background: #fff;
	color: #F993AB;
}
	
/* -- Footer -- */
#footer {
	clear: both;
	padding: .5em;
	text-align: center;
	color: #F993AB;
	background: #FFD5D2;
}

#footer p {
	margin: 0;
		}
	
/* -- Wholesale -- */
#wholesale-valid {
	text-align: center;
	color: #900;
}
	
#wholesale-valid a:link, #wholesale-valid a:visited, #wholesale-valid a:hover, #wholesale-valid a:active {
	display: inline;
	width: auto;
	height: auto;
	text-decoration: underline;
	color: #900;
	background: none;
	border: none;}

/* -- Misc. Classes -- */
.success {
	padding: .5em;
	color: #060;
	background-color: #f6fff6;
	border: 1px solid #060;
}

.success a {
	color: #060 !important;
	text-decoration: underline !important;
}

.error {
	padding: .5em;
	color: #c00;
	background-color: #fff6f6;
	border: 1px solid #c00;
}

.error a {
	color: #c00 !important;
	text-decoration: underline !important;
}

.section-divider {
	clear: both;
}