@charset "UTF-8";

body {
	background: white;
	color: black;
	/* DEVELOPMENT 
    background: #333333 url(/images/dev-bg.gif) no-repeat;
    */ 
}
.hidden, .skip {
	position: absolute;
	left: -999em;
}
hr {clear: both;}
#wrapper {
	padding-top: 10em;
	padding-bottom: 0;
	/* DEVELOPMENT */ background-color: #fff;
}
#content {
	padding: 1px 15px 1px 0;
	font-size: 1.3em;
}
#breadcrumb {
	position: static;
	background: none;
	padding: 0 0 0 10px !important;
	width: auto;
	font-size: .85em;
	line-height: 1.2em;
}
#main {
	width: 70%;
	float: left;
	margin-top: 5em;
}
#main div {
	margin-left: 15px;
	margin-right: 15px;
}
#main div div, #main #items {
	margin-left: 0;
	margin-right: 0;
	border: none;
}
#main h1, #main h2 {font-size: 1.15em;}
#main h1 {
	margin-top: 0;
	margin-bottom: 20px;
}
#main h2 {margin-top: 0;}
#items h2 {margin-left: 15px;}
#main ul.shoplist, #navigation ul {
	margin-left: 0;
	padding-left: 20px;
	list-style: none;
	font-size: 1em;
}
#navigation ul {
	padding-left: 10px;
	margin: .5em 0;
}
.shoplist ul, #navigation ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1em;
}
#main ul.shoplist ul li, #navigation ul ul li {
	background: url(../images/arrow_submenu.gif) 5px center no-repeat;
	padding-left: 20px;
}
.shoplist li a, #navigation li a {text-decoration: none;}
.shoplist li a:hover, #navigation li a:hover {text-decoration: underline;}

#items {clear: both;}
.item {
	width: 130px;
	margin: 20px 1.4em !important;
	float: left;
	text-align: center;
	font-size: .85em;
	height: 16em;
	display: inline;
	line-height: 1.2em;
}
.item img {
	display: block;
	margin-bottom: 5px;
}
.item a:hover + div a {color: #1479C4;}
#navigation {
	float: right;
	width: 25%;
}

#bag {
	text-align: right;
	background: url(../images/icon_bag.gif) left center no-repeat;
	float: right;
	padding-left: 25px;
	margin-bottom: 2.55em;
}
#bag:first-line {text-transform: uppercase;}
#navigation h1 {position: absolute; top: -999em;}
#navigation h2 {
	clear: right;
	margin: 0;
	background: #DFDAC2;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	padding: 1px 0 1px 8px;
}
#thumb {
	float: left;
	margin-right: 0 !important;
	display: inline;
}
#thumb a {text-decoration: none;}
#thumb a:hover {text-decoration: underline;}
#thumb a:hover + div a {
	color: #1479C4;
	text-decoration: underline;
}
#description {
	float: right;
	width: 20em;
	margin: 0 !important;
}
#description fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
#description legend {color: white;}
#description form div {
	margin-bottom: 10px;
	overflow: hidden;
	height: 1%;
	clear: left;
}
#description form label {
	float: left;
	width: 5em;
	padding-top: 3px;
}
#description input, #description select {font-size: 1em;}
#description select {width: 11em;}
#description .submit {text-align: right;}
#description .submit input {
	text-transform: uppercase;
	background: white;
	border: 1px solid #AA9F5E;
}

#price {font-weight:bold; margin-top:15px}