body {
	background-color: #fff;
	color: #000;
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	font: 0.9em Georgia, Times, serif;
	margin: 0;
	padding: 0;
}

.block {
	display: block;
}

.clear {
	clear: both;
}

img {
	border: 0;
}

a:link, a:visited {
    color: #924f00;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

#header .inner, #main .inner, #footer .inner {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	height: 97px;
	background-color: #000;
	background-image: url(/img/wickwar/shop/header-bg.gif);
	background-position: center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #fff;
}

#header .logo {
	padding-top: 14px;
}


#main {
	border-top: 4px solid #cdcdcd;
	background-image: url(/img/wickwar/shop/main-bg.gif);
	background-repeat: repeat-x;
}

#shop {
	background-position: bottom left;
	background-image: url(/img/wickwar/shop/main-bg-bottom.gif);
	background-repeat: repeat-x;
	padding: 0 0 100px 0;
}

#main .content {
	width: 700px;
	float: left;
}

#main .content p.intro {
	/*font-weight: bold;*/
	font-style: italic;
	font-size: 115%;
}

#main .productimage {
	float: left;
	width: 270px;
	text-align:centre;
}

#main .productimage a:link, #main .productimage a:visited {
	color: #818181;
	display: block;
	text-align: left;
}

#main .productcontent {
	width: 430px;
    float: left;
}

#main .productcontent h1 {
	margin: 0;
	padding: 0;
}

#main .productcontent .description p{
	font-size: 110%;
	padding: 0.2em 0 0.2em 0;
	margin: 0;
}

#main .productcontent .code {
	color: #818181;
}

#main .productcontent .price {
    color: #000;
    padding: 0.6em 0 0.8em 0;
    font-size: 160%;
}

#main .productcontent form {
	background-color: #f5f5f5;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	padding: 15px;
	float:left;
	width: 400px;
}

#main .productcontent form label {
    font-size: 120%;
}

#main .productcontent form .fields {
	float: left;
	width: 300px;
}

#main .productcontent form .submit {
	float:right;
	width: 100px;
	text-align: right;
}

#main .productcontent form input.small {
	font-size: 120%;
	padding: 0.2em;
	border:1px solid #cdcdcd;
	width: 50px;
	text-align: center;
}

#main .crumb ul {
	margin: 0;
	padding: 15px 0 25px 0;
	list-style: none;
	color: #818181;
}

#main .crumb li {
	display: inline;
	/*font-weight: bold;*/
}

#main .crumb li a:link, #main .crumb li a:visited {
	color: #818181;
	text-decoration:none;
	
}

#main h1 {
	font-size: 280%;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0.4em 0;
}

#main ul.categories {
	list-style: none;
	margin: 0 0 0 -20px;
	padding: 20px 0 0 0;
	
}

#main ul.categories li {
	float: left;
	width: 218px;
	height: 199px;
	margin-left: 20px;
	position: relative;
	margin-bottom: 30px;
}

#main ul.categories li a:link, #main ul.categories li a:visited {
	color: #000;
	text-decoration: none;
	font-style: italic;
	font-size: 110%;
	font-weight: bold;
}

#main ul.categories li a:link span, #main ul.categories li a:visited span {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 10px;
}

#main .extras {
	width: 200px;
	float:right;
	background-image: url(/img/wickwar/shop/boxout-bg.gif);
	background-repeat: repeat-x;
	font-size: 130%;
	padding: 0.5em 10px 0 10px;
}

#main .extras p {
	padding: 0 0 1em 0;
	margin: 0;
}

#main .extras a:link, #main .extras a:visited {
	display: block;
	font-size: 80%;
}

#main .extras p.boxstyle1, #main .extras p.boxstyle1 a:link, #main .extras p.boxstyle1 a:visited {
	color: #306494;
}



#main .extras p.boxstyle2, #main .extras p.boxstyle2 a:link, #main .extras p.boxstyle2 a:visited {
	color: #ab9500;
}

#main .extras p.boxstyle3 {
	color: #924f00;
}

#main ul.products {
	list-style-type: none;
	margin: 0;
	padding: 1em 0 0 0;
}

#main ul.products li {
	padding: 0 0 1em 0;
	clear: both;
}

#main ul.products li form {
	float:right;
	width: 120px;
	text-align:right;
	padding: 2em 0 0 0;
}

#main ul.products li img {
	float:left;
	width: 76px;
	margin: 0 35px 50px 0;
}

#main ul.products li button img {
	width: 131px;
}

#main ul.products li .details {
	float: left;
	width: 340px;
}

#main ul.products li .details .price {
	float:left;
	width: 100px;
}

#main ul.products li .details a.more {
	float:right;
	width: 200px;
	text-align:right;
}

#main ul.products li .details h2 {
	margin: 0;
	padding: 0;
	font-size: 120%;
	font-weight: normal;
}

#main ul.products li .details h2 a:link, #main ul.products li .details h2 a:visited {
	color: #000;
	text-decoration: none;
}

#main ul.products li .details p {
	color: #818181;
	margin: 0;
	padding: 0 0 1em 0;
}

#main .address {
	padding: 0 0 1em 0;
	color: #818181;
}

#main .address h2 {
	font-size: 100%;
	font-style: italic;
	color: #000;
	margin: 0;
	padding: 0;
}

#main table.products, #main table.summary {
	width: 100%;
	border-collapse: collapse;
	clear: left;
}

#main table.products th, #main table.summary th {
	border-bottom: 1px solid #cdcdcd;
	padding: 0 0 0.3em 0;
	font-weight: normal;
	text-align: left;
}

#main table.summary th {
	font-style: italic;
}

#main table.products th span {
	display: block;
	color: #818181;
}

#main table.products td, #main table.summary td {
	padding: 0.5em 0 0.5em 0;
	vertical-align: top;
}

#main table.products td img{
	float:left;
	width: 76px;
    margin: 0 35px 20px 0;
}

#main table.products td input.small {
	width: 30px;
	font-size: 110%;
	text-align: center;
	padding: 0.4em;
	border:1px solid #cdcdcd;
	
}

#main table.products td input.txtbtn {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #fff;
	color: #818181;
	font: 90% Georgia, Times, serif;
	border-bottom: 1px solid #818181;
}

#main table.products td .details h2, #main table.summary td h2 {
    margin: 0;
    padding: 0;
    font-size: 120%;
    font-weight: normal;
}

#main table.products td .details h2 a:link, #main table.products td .details h2 a:visited {
    color: #000;
    text-decoration: none;
}

#main table.products td .details .code, #main table.summary td .code {
    color: #818181;
    margin: 0;
    padding: 0 0 1em 0;
}

#main table.products tr.total td, #main table.summary tr.total td {
	border-top: 1px solid #cdcdcd;
}

#main #add-promo {
	background-color: #f5f5f5;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	padding: 15px 10px 15px 10px;
	float:left;
	width: 680px;
	margin: 0 0 20px 0;
}

#main #add-promo label {
	float:left;
	width: 360px;
	font-style: italic;
}

#main #add-promo label span {
	font-style: normal;
	color: #818181;
	font-size: 95%;
}

#main #add-promo label a:link, #main #add-promo label a:visited {
	color: #818181;
}

#main #add-promo .text {
    float:left;
    width: 180px;
    font-size: 110%;
    border: 1px solid #cdcdcd;
    padding: 0.2em;
}

#main #add-promo .apply {
	float:right;
	text-align: right;
	width: 100px;
}


#main form#delivery {
	width: 700px;
	float: left;
}

#main .deliveryhelp {
	float: right;
	width: 200px;
	margin: 2.5em 15px 0 0;
}

#main .deliveryhelp h2 {
	font-size: 100%;
	font-style: italic;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

#main .deliveryhelp p {
	margin: 0;
	padding: 0;
	color: #818181;
}

#main form#delivery label {
	float: left;
	width: 180px;
}

#main form#delivery p.error {
	font-weight: bold;
	color: red;
	padding: 0 0 1em 0;
}

#main form#delivery label.hidden {
	visibility: hidden;
}

#main form#delivery div {
	padding: 0 0 6px 0;
}

#main form#delivery div span.required {
	display: none;
}

#main form#delivery div span.error {
    font-size: 80%;
    color: red;
}

#main form#delivery div.tel {
    padding: 0 0 2em 0;
}

#main form#delivery div.checks {
	background-color: #f5f5f5;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    padding: 15px 10px 15px 10px;
    float:left;
    width: 680px;
    margin: 0 0 20px 0;
}

#main form#delivery div.checks label {
	float: none;
	width: auto;
	font-style: italic;
}

#main form#delivery div.checks .unsubscribe {
	color: #818181;
	padding-left: 1.5em;
}

#main form#delivery .text {
	width: 212px;
	border: 1px solid #d8d8d8;
	padding: 0.2em 4px 0.2em 4px;
	font-size: 110%;
}

#main form#delivery .smalltext {
    width: 160px;
    border: 1px solid #d8d8d8;
    padding: 0.2em 4px 0.2em 4px;
    font-size: 110%;
}

#main button.img {
	border: 0;
	padding: 0;
	margin: -5px 0 0 0;
	background: none;
	float: right;
}

#main .cart-nav {
	margin-top: 20px;
	clear: both;
}

#main .cart-nav .previous {
    display: block;
    float: left;
    width: 33%;
}

#main .cart-nav .next {
	display: block;
	float: right;
	width: 33%;
	text-align: right;
}

#main div.receipt-emailed {
	background-color: #f5f5f5;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    padding: 15px 10px 15px 10px;
    float:left;
    width: 680px;
    margin: 0 0 20px 0;
}

#main div.receipt-emailed p {
	float: left;
	width: 400px;
	font-style: italic;
	margin: 0;
}

#main div.receipt-emailed span {
	display: block;
	color: #818181;
}

#main div.receipt-emailed a.button {
	display: block;
	float: right;
	width: 200px;
	text-align: right;
}

#main .promobar, #main .catpromobar {
    background-color: #f5f5f5;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    padding: 15px 10px 15px 10px;
    float:left;
    width: 680px;
    margin: 0 0 20px 0;
}

#main .catpromobar {
    background-color: #f5f5f5;
    padding: 5px 10px 5px 10px;
}

#main .promobar img.icon {
	float:left;
	margin: 0 20px 0 0;
}

#main .promobar .text, #main .catpromobar .text {
	font-style: italic;
	float: left;
	width: 350px;
}

#main .promobar .text a:link, #main .promobar .text  a:visited,
#main .catpromobar .text a:link, #main .catpromobar .text  a:visited {
	color: #818181;
	font-style: normal;
	display: block;
	text-decoration: none;
}

#main .promobar a.buttonlink:link, #main .promobar a.buttonlink:visited,
#main .catpromobar a.buttonlink:link, #main .catpromobar a.buttonlink:visited {
	float:right;
}

#footer {
	border-top: 4px solid #306494;
	clear: both;
	color: #818181;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #818181;
}

#footer strong {
	color: #000;
	font-weight: normal;
	font-style: italic;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer li {
	display:inline;
	padding-left: 0.6em;
}

#footer .copy {
	float: left;
	width: 300px;
	padding: 1em 0 0 0;
}

#footer .meta {
	float:right;
	text-align: right;
	width: 480px;
	padding: 1em 0 0 0;
}

#footer .legal {
	clear: both;
	padding: 1em 0 1em 0;
}