/**
 * Stylesheet for JagdShop.it
 *
 * Screen/Projection Stylesheet
 *
 * @author		akanai web technologies
 * @link			http://www.jagdshop.it
 * @copyright	Copyright 2009, akanai web technologies
 */
 
/**
 * Global properties and bugfixes
 */

/* set global values */
* {
	padding: 0;
	margin: 0;
}

body, html {
	height: 100%;
}

fieldset, img {
	border: none;
}

body {
	position: relative;
	background: url('img/bkg.jpg') repeat-x #dad0c4 top;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5b2417;
}

/* Box */
.darkbox {
	background: url('img/darkbox.top.bkg.gif') #98876f no-repeat top;
	padding: 5px 15px 5px 15px;
	margin-top: 15px;
}

.darkbox-footer {
	background: url('img/darkbox.bottom.bkg.gif') no-repeat;
	height: 5px;
}

#header #border {
	z-index: 2;
	position: absolute;
	width: 491px;
	height: 180px;
	margin-left: 234px;
	background: url('img/header.image.border.gif') no-repeat;
}

#header #cart-search {
	position: relative;
	float: right;
	width: 230px;
	height: 180px;
	background: url('img/header.cart.bkg.gif') no-repeat;
}

#header #cart-search #cart {
	height: 80px;
	padding: 11px 0 0 11px;
}

#header #cart-search #search {
	height: 70px;
	margin: 11px 0 0 11px;
}

#header #image {
	z-index: 1;
	position: absolute;
	width: 481px;
	height: 170px;
	margin: 5px 0 0 239px;
}

#header #languages {
	position: absolute;
	width: 220px;
	margin: 149px 0 0 7px;
}

#header #logo {
	position: absolute;
	width: 219px;
	height: 112px;
	margin: 20px 0 0 3px;
}

.lightbox {
	background: url('img/lightbox.top.bkg.gif') #ece8e1 no-repeat top;
	padding: 5px 15px 5px 15px;
	margin-top: 15px;
}

.lightbox-footer {
	background: url('img/lightbox.bottom.bkg.gif') no-repeat;
	height: 5px;
}

.rss-box {
	margin-top: 15px;
	text-align: center;
}

/* Container */
#content {
	background: url('img/content.top.bkg.gif') #b5a48c no-repeat top;
	padding: 8px 15px 0 15px;
}

#footer {
	background: url('img/content.bottom.bkg.gif') no-repeat top;
	padding: 25px 0 15px 0;
}

#footer #copyright {
	float: right;
	width: 400px;
	color: #b5a48c;
	padding-right: 15px;
	text-align: right;
}

#footer #poweredby {
	float: left;
	width: 400px;
	color: #b5a48c;
	padding-left: 15px;
}

.fullbox {
	background: url('img/full.content.top.bkg.gif') #fff no-repeat top;
	padding: 5px 15px 10px 15px;
}

.fullbox-footer {
	background: url('img/full.content.bottom.bkg.gif') no-repeat top;
	height: 5px;
}

#header {
	position: relative;
	height: 180px;
}

.innerbox {
	background: url('img/inner.content.top.bkg.gif') #fff no-repeat top;
	padding: 5px 15px 10px 15px;
}

.innerbox-footer {
	background: url('img/inner.content.bottom.bkg.gif') no-repeat top;
	height: 5px;
}

#leftcol, #rightcol {
	width: 204px;
	padding-top: 11px;
}

#leftcol {
	float: left;
}

.media-list dl {
	background-color: #ece8e1;
	border: 1px solid #b5a48c;
	padding: 5px;
	margin-top: 5px;
}

#middlecol {
	float: left;
	width: 491px;
	margin-left: 15px;
}

.page-nav {
	margin-top: 10px;
	border-top: 1px dashed #b5a48c;
	padding: 10px 5px;
}

.page-nav .left, .page-nav-wo .left {
	float: left;
	width: 48%;
}

.page-nav .middle, .page-nav-wo .middle {
	float: left;
	width: 42%;
	text-align: center;
}

.page-nav .right, .page-nav-wo .right {
	float: right;
	width: 48%;
	text-align: right;
}

.page-nav-wo {
	padding: 10px 5px;
}

#print-header {
	display: none;
}

.product-buy {
	border-top: 1px dashed #b5a48c;
	margin-top: 10px;
	padding-top: 10px;
}

.product-cart {
	float: right;
	width: 250px;
	padding-right: 5px;
}

.product-content {
	float: right;
	width: 290px;
}

.product-options {
	border-top: 1px dashed #b5a48c;
	margin-top: 10px;
	padding-top: 5px;
	text-align: left;
}

.product-print {
	float: left;
	width: 150px;
	padding-left: 5px;
}

.reviews {
	padding-top: 10px;
}

.reviews .reviews-description {
	border-bottom: 1px dashed #b5a48c;
	padding: 0 0 10px 20px;
}

.reviews div {
	line-height: 20px;
}

.reviews img {
	vertical-align: middle;
}

#rightcol {
	float: right;
}

#sorting {
	border-top: 1px dashed #b5a48c;
	border-bottom: 1px dashed #b5a48c;
	margin-top: 10px;
	padding: 10px 0;
}

#wrap {
	position: relative;
	margin: 20px auto;
	width: 960px;
}

/* Content */
.address-form .small {
	font-size: 10px;
}

.address-form .small select {
	width: 280px;
}

.address-form .tbl-left {
	padding-right: 5px;
	white-space: nowrap;
}

.address-form td {
	padding: 0;
}

.address-form th {
	color: #98876f;
	font-size: 13px;
	text-align: left;
	padding: 10px 0 3px 0;
	border-bottom: 1px dashed #b5a48c;
}

.blockdescription div {
	padding: 3px 0;
}

.blockmodule {
	float: left;
	width: 720px;
	line-height: 18px;
}

.blockprice {
	float: right;
	width: 125px;
	text-align: right;
	line-height: 18px;
}

.blockradio {
	float: left;
	margin-right: 10px;
	width: 10px;
	line-height: 18px;
}

#categories h1 {
	color: #ece8e1;
	font-size: 17px;
	text-transform: uppercase;
	padding-bottom: 13px;
}

.category-box {
	float: left;
	width: 145px;
	margin: 10px 0 0 10px;
}

.category-box .category-image {
	text-align: center;
}

.category-box .category-image img {
	width: 145px;
}

.category-box .category-link a {
	display: block;
	margin-top: 2px;
	padding: 3px;
	line-height: 16px;
	background-color: #dad0c4;
	text-decoration: none;
	text-align: center;
}

.category-box .category-link a:hover {
	color: #dad0c4 !important;
	background-color: #5b2417;
}

.checkoutagb, .checkoutcomment {
	padding-top: 3px;
}

.checkoutagb textarea, .checkoutcomment textarea {
	width: 892px;
}

.contact-form .tbl-left {
	padding: 3px 5px 0 0;
	white-space: nowrap;
}

.contact-form textarea {
	width: 299px;
	height: 105px;
}

.contact-form td {
	padding: 0;
	vertical-align: top;
}

.contentbox {
	padding-top: 10px;
}

.contentbox dt {
	color: #ece8e1;
	line-height: 16px;
}

#copydata {
	font-size: 11px;
	color: #ece8e1;
	text-align: center;
	padding-top: 10px;
}

.darkbox a {
	color: #ece8e1;
	text-decoration: underline;
}

.darkbox a:hover {
	text-decoration: none;
}

.darkbox h1 {
	color: #ece8e1;
	font-size: 17px;
	text-transform: uppercase;
	padding-top: 10px;
}

.darkbox h2 {
	color: #ece8e1;
	font-size: 12px;
	padding-top: 10px;
}

.darkbox p {
	color: #ece8e1;
	line-height: 16px;
	padding-top: 10px;
}

.errormessage {
	color: #e2001a;
	border: 3px double #98876f;
	padding: 10px;
	margin-top: 10px;
	background-color: #ece8e1;
}

.floatdt {
	padding-top: 10px;
}

.forgotten {
	text-align: right;
	padding-top: 5px;
	margin-top: 8px;
	border-top: 1px dashed #ece8e1;
}

#header #cart-search .checkout {
	padding: 12px 19px 0 0;
	text-align: right;
}

#header #cart-search .advanced {
	padding: 11px 19px 0 0;
	text-align: right;
}

#header #cart-search #cart dl {
	padding: 3px 0 0 10px;
}

#header #cart-search #cart dl dt {
	line-height: 14px;
}

#header #cart-search #search dl {
	padding-top: 3px;
}

#header #cart-search #search dt, .floatdt dt {
	float: left;
	line-height: 21px;
}

#header #cart-search h1 {
	font-size: 12px;
	color: #5b2417;
}

#header #languages {
	color: #b5a48c;
	font-weight: bold;
	text-align: center;
}

.lightbox a {
	color: #5b2417;
	text-decoration: underline;
}

.lightbox a:hover {
	text-decoration: none;
}

.lightbox h1 {
	color: #5b2417;
	font-size: 17px;
	text-transform: uppercase;
	padding-top: 10px;
}

.lightbox h1 a {
	text-decoration: none;
}

.lightbox h2 {
	color: #5b2417;
	font-size: 12px;
	padding-top: 10px;
}

.lightbox p {
	color: #5b2417;
	line-height: 16px;
	padding-top: 10px;
}

.orderdetails {
	width: 100%;
	margin-top: 15px;
}

.orderdetails .alter {
	display: block;
	background: url('img/alter.png') transparent no-repeat;
	width: 15px;
	height: 15px;
	cursor: pointer;
	border: none;
	padding: 0;
	margin: 0;
	font-size: 0px;
}

.orderdetails .subtotal {
	text-align: right;
}

.orderdetails td {
	vertical-align: top;
}

.orderdetails th {
	background-color: #d5c8b5;
	padding: 3px;
}

.orderdetails tr.row1 td {
	background-color: #dad0c4;
	padding: 3px;
}

.orderdetails tr.row2 td {
	background-color: #d0c7bc;
	padding: 3px;
}

.page-nav, .page-nav-wo {
	color: #b5a48c;
}

.product-advice {
	color: #b5a48c;
	font-size: 10px;
	border-top: 1px dashed #b5a48c;
	margin-top: 10px;
	padding-top: 5px;
}

.product-box {
	float: left;
	width: 145px;
	margin: 10px 0 0 10px;
}

.product-box .product-image {
	text-align: center;
}

.product-box .product-price {
	background-color: #dad0c4;
	font-weight: bold;
	text-align: center;
	line-height: 16px;
	padding: 3px;
	color: #e2001a;
}

.product-box .product-title a {
	display: block;
	color: #ece8e1 !important;
	background-color: #b5a48c;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 16px;
	padding: 3px;
}

.product-box .product-title a:hover {
	color: #b5a48c !important;
	background-color: #ece8e1;
}

.product-options select {
	padding: 1px 2px !important;
}

.product-options td {
	white-space: nowrap;
}

.product-options-left {
	font-size: 11px;
	color: #5b2417;
	font-weight: bold;
	text-align: right;
}

.productattributes td {
	text-align: left;
	padding: 2px 0 !important;
}

.productattributes select {
	padding: 1px 3px !important;
}

.productdetails {
	font-size: 10px;
}

.productdetails ul {
	list-style: square;
	padding: 0 0 0 20px;
}

.productdetails ul li {
	font-style: italic;
}

.producttotal {
	border-top: 1px sloid #b5a48c;
}

.producttotal td {
	white-space: nowrap;
	text-align: right;
}

.review-list {
	margin-top: 15px;
	width: 100%;
}

.review-list th {
	background-color: #d5c8b5;
	padding: 3px;
}

.review-list tr.row1 td {
	background-color: #dad0c4;
	padding: 3px;
}

.review-list tr.row2 td {
	background-color: #d0c7bc;
	padding: 3px;
}

.reviews-textarea {
	font-size: 10px;
	padding-top: 5px;
}

.search-form .tbl-left {
	padding: 3px 5px 0 0;
	white-space: nowrap;
}

.search-form td {
	padding: 0;
	vertical-align: top;
}

.shippingaddress {
	padding: 0 0 10px 30px;
}

.standard-text a {
	color: #5b2417;
	text-decoration: underline;
}

.standard-text a:hover {
	text-decoration: none !important;
}

.standard-text .floatdt dt {
	color: #5b2417;
	padding-right: 5px;
}

.standard-text h1 {
	color: #5b2417;
	font-size: 17px;
	text-transform: uppercase;
	padding-top: 10px;
}

.standard-text h2 {
	color: #98876f;
	font-size: 13px;
	padding: 10px 0 3px 0;
	border-bottom: 1px dashed #b5a48c;
}

.standard-text p {
	color: #5b2417;
	line-height: 16px;
	padding-top: 10px;
}

.standard-text ul {
	padding: 10px 0 0 20px;
}

.text-must {
	font-size: 11px;
	font-weight: normal;
	text-transform: none !important;
}

/* Elements */
.address-left {
	float: left;
	width: 250px;
	background-color: #ece8e1;
	border: 1px solid #dad0c4;
	padding: 10px;
	margin-top: 15px;
}

.address-left h1, .address-right h1 {
	font-size: 13px;
	padding: 0;
}

.address-right {
	float: left;
	width: 250px;
	background-color: #ece8e1;
	border: 1px solid #dad0c4;
	padding: 10px;
	margin: 15px 0 0 178px;
}

.address-left-small {
	float: left;
	width: 200px;
	background-color: #ece8e1;
	border: 1px solid #dad0c4;
	padding: 10px;
	margin-top: 15px;
}

.address-left-small h1, .address-right-small h1 {
	font-size: 13px;
	padding: 0;
}

.address-right-small {
	float: right;
	width: 200px;
	background-color: #ece8e1;
	border: 1px solid #dad0c4;
	padding: 10px;
	margin-top: 15px;
}

.block-div {
	background-color: #ece8e1;
	border: 1px solid #dad0c4;
	padding: 5px;
	margin-top: 10px;
}

.button-left {
	float: left;
	margin: 10px 15px 0 0;
	width: auto;
}

.button-right {
	float: right;
	margin: 10px 0 0 15px;
	width: auto;
}

#checkoutnavigation {
	margin-left: 9px;
}

#checkoutnavigation li {
	float: left;
	list-style-type: none;
	height: 60px;
	width: 190px;
	margin: 10px;
	border: 1px solid #5b2417;
	padding: 8px;
}

#checkoutnavigation li h1 {
	font-size: 14px;
}

#checkoutnavigation li.active {
	background-color: #dad0c4;
}

#checkoutnavigation li.inactive {
	color: #b5a48c;
	background-color: #ece8e1;
	border-color: #98876f;
}

#checkoutnavigation .number {
	font-size: 20px;
}

#footer #copyright a, #footer #poweredby a {
	color: #b5a48c;
	text-decoration: none;
}

#footer #copyright a:hover, #footer #poweredby a:hover {
	color: #98876f;
}

.forgotten a {
	color: #ece8e1;
	text-decoration: underline;
}

.forgotten a:hover {
	text-decoration: none;
}

.form-div {
	background-color: #ece8e1;
	border: 1px solid #dad0c4;
	padding: 15px;
	margin-top: 15px;
}

#header #cart-search .checkout a, #header #cart-search .advanced a {
	color: #7b4833;
	text-decoration: underline;
}

#header #cart-search .checkout a:hover, #header #cart-search .advanced a:hover {
	text-decoration: none;
}

#header #cart-search #cart h1 a {
	color: #5b2417;
	text-decoration: underline;
}

#header #cart-search #cart h1 a:hover {
	text-decoration: none;
}

#header #languages a {
	color: #5b2417;
	padding: 0 10px;
	text-decoration: none;
}

#header #languages a.active {
	color: #b5a48c;
}

#header #languages a:hover {
	text-decoration: underline;
}

input[type=text], input[type=password], select, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #917553;
	padding: 3px 3px;
	border: 1px solid #917553;
}

.linespacer {
	height: 1px;
	margin-top: 10px;
	border-top: 1px dashed #b5a48c;
}

.page-nav a, .page-nav-wo a {
	color: #b5a48c;
	text-decoration: none;
}

.page-nav a:hover, .page-nav-wo a:hover {
	color: #98876f;
}

.page-nav img, .page-nav-wo img {
	margin-right: 5px;
}

.product-cart dl {
	float: right;
}

.product-cart dl dt {
	float: left;
	padding-left: 5px;
	line-height: 21px;
}

.product-cart input {
	text-align: center;
}

.product-content .product-price {
	color: #e2001a !important;
	font-size: 15px;
	font-weight: bold;
	padding-top: 15px;
	text-align: right;
}

.product-content .product-vpe {
	font-weight: normal;
	font-size: 10px;
	color: #5b2417;
}

.product-content .shipping-link {
	font-weight: normal;
	font-size: 10px;
	color: #5b2417;
	padding-top: 10px;
}

.product-images {
	float: left;
	width: 160px;
	text-align: center;
}

.product-more-images {
	display: none;
}

.product-print img {
	cursor: pointer;
}

.product-advice a {
	color: #b5a48c;
	text-decoration: underline;
}

.product-advice a:hover {	
	color: #98876f;
	text-decoration: none;
}

.productOldPrice {
	color: #5b2417 !important;
	font-size: 11px;
	text-decoration: line-through;
}

#productNEWprice {
	color: #98876f !important;
	background-color: #ece8e1;
	font-size: 12px;
	padding: 5px 0;
	text-align: center;
	margin-top: 5px;
	border: 1px solid #b5a48c;
}

.reviews-textarea textarea {
	width: 453px;
}

#shipping-image, #fsk-18 {
	float: right;
	cursor: help;
	margin-left: 10px;
}

.specialPrice {
	color: #e2001a !important;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

.specialTax {
	font-weight: normal !important;
	text-align: center;
}

/* Menu */
#breadcrumb {
	color: #ece8e1;
	background: url('img/breadcrumb.bullet.gif') no-repeat 10px 5px;
	padding: 0 10px 8px 25px;
}

#breadcrumb a {
	color: #ece8e1;
	text-decoration: underline;
}

#breadcrumb a:hover {
	text-decoration: none;
}

#CatNavi a {
	display: block;
}

#CatNavi li {
	list-style: none;
}

#CatNavi .CatLevel1 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 2px;
}

#CatNavi .CatLevel1 a {
	color: #5b2417;
	text-decoration: none;
	background: url('img/CatLevel1.bkg.gif') #d5c8b5 no-repeat 5px 9px;
	padding: 4px 6px 4px 19px;
}

#CatNavi .CatLevel1 a:hover {
	background-color: #c8baa7;
}

#CatNavi .CurrentParent, #CatNavi .CurrentParent a {
	background-color: #dad0c4;
}

#CatNavi .CatLevel2, #CatNavi .CatLevel3, #CatNavi .CatLevel4 {
	font-size: 11px;
	font-weight: normal;
	border-top: 1px dashed #c8baa7;
	padding: 0;
}

#CatNavi .CatLevel2 a {
	background-image: none;
}

#CatNavi .CatLevel2 a:hover {
	background-color: #d0c7bc;
}

#CatNavi .CatLevel3 a {
	padding-left: 32px;
}

#CatNavi .CatLevel4 a {
	padding-left: 44px;
	background: url('img/CatLevel4.bkg.gif') #dad0c4 no-repeat 37px 9px;
}

#CatNavi .Current, #CatNavi .CurrentParent {
	font-weight: bold !important;
	background-color: #d0c7bc !important;
}

#mainmenu {
	margin: 10px 0;
	height: 30px;
	background: url('img/mainmenu.bkg.gif') no-repeat;
}

#mainmenu dt {
	float: left;
	padding: 0 15px;
	line-height: 30px;
	border-left: 2px solid #dad0c4;
}

#mainmenu dt.noborder {
	border-left: none !important;
}

#mainmenu dt a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #ece8e1;
}

#mainmenu dt a:hover {
	color: #5b2417;
}

/* ACCOUNT */
.account-list {
	padding: 10px 0 0 20px;
	list-style: square;
}

.account-list li {
	line-height: 16px;
}

/* SITEMAP */
.sitemap-left {
	float: left;
}

.sitemap-left, .sitemap-right {
	width: 221px;
	border: 1px solid #b5a48c;
	margin-bottom: 15px;
}

.sitemap-right {
	float: right;
}

.sitemap-header {
	font-weight: bold;
}

.sitemap-header a {
	display: block;
	color: #ece8e1;
	background-color: #b5a48c;
	text-decoration: none;
	padding: 3px;
}

.sitemap-header a:hover {
	color: #b5a48c;
	background-color: #ece8e1;
}

.sitemap-content {
	padding: 6px;
}

.sitemap-content a {
	color: #5b2417;
	text-decoration: none;
}

.sitemap-content a:hover {
	color: #98876f !important;
	text-decoration: none !important;
}

.sitemap-content li {
	list-style-type: none;
	line-height: 16px;
}

.productnavigator {
	padding-top: 5px;
	text-align: center;
}

.productnavigator a {
	color: #5b2417;
	text-decoration: underline;
}

.productnavigator a:hover {
	text-decoration: none;
}