/* ------------------- CSS Style -------------------
Die Pfanne von Anne
(c) 2007 lizapx media design
last update 11.10.2007
---------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #ba5520;
	text-align: center;
	font-family: 'Helvetica Neue', Helvetica, Arial, Tahoma;
	font-size: 13px;
	color: #301100;
}

/* ----------------------------------------------------
LGA
---------------------------------------------------- */

#lga {
	float: right;
	width: 275px;
	height: 160px;
}

/* ----------------------------------------------------
Wrapper
---------------------------------------------------- */

#wrapper {
	width: 1000px;
	margin: 30px auto 0 auto;
	background: url(img/bg_wrapper.gif) no-repeat #fab021;
	overflow: hidden;
	clear: both;
}

/* ----------------------------------------------------
Header
---------------------------------------------------- */

#header {
	clear: both;
}

#logo {
	float: left;
	padding-top: 25px;
	width: 293px;
	height: 144px;
}

#navi {
	text-align: right;
}

#navi a {
	color: #472100;
	font-size: 12px !important;
}

/* ----------------------------------------------------
Breadcrumb
---------------------------------------------------- */

#breadcrumb {
	clear: both;
	border-bottom: 1px dotted #301100;
}

#breadcrumb a {
	color: #301100;
	font-size: 11px;
	text-decoration: none;
}

#breadcrumb_text {
	float: left;
	width: 310px;
	height: 15px;
	overflow: hidden;
}

/* ----------------------------------------------------
Contentbox
---------------------------------------------------- */

#contentbox {
	text-align: left;
	clear: both;
}

#content {
	width: 570px;
	float: left;
	padding: 0 15px;
}

#content_text {
	padding-top: 20px;
}

#content_text a {
	color: #000076;
	text-decoration: none;
	border-bottom: 1px dotted #000076;
}

#content .button a {
	border-bottom: 0 !important;
}

#content .image img {
	border: 1px solid #c0872d !important;
}

#content .image a {
	border-bottom: 0 !important;
}


/* ----------------------------------------------------
Sidebars
---------------------------------------------------- */

#sidebar_left {
	width: 195px;
	margin-left: 5px;
	float: left;
	background-color: #fbb021;
}

#sidebar_right {
	width: 195px;
	margin-right: 5px;
	float: left;
	background-color: #fbb021;
}

#sidebar_right a {
	font-size: 11px;
	color: #000076 !important;
	font-weight: normal !important;
	border-bottom: 1px dotted #000076 !important;
}

#sidebar_right .boxheader a {
	font-size: 17px;
	color: #f7ad1f !important;
	text-decoration: none;
}

#sidebar_right .cart_link a {
	font-size: 12px !important;
	font-weight: bold !important;
	border-bottom: 0 !important;
}

/* ----------------------------------------------------
Sidebar Boxes
---------------------------------------------------- */

#sidebar_top .boxheader {
	background: url("img/bg_sidebar_top.gif") no-repeat top;
	padding: 14px 10px 9px 10px;
	font-family: Georgia;
	font-style: italic;
	font-size: 17px;
	color: #f7ad1f;
}

#sidebar_top .boxcontent {
	padding: 8px 10px 20px 10px;
	background: url("img/bg_sidebar_top2.gif") no-repeat bottom #e5ad3e;
}

#sidebar_top a {
	font-weight: bold;
	color: #472100;
	text-decoration: none;
	border-bottom: 1px dotted #b5832b;
}

#sidebar_middle .boxheader {
	background: url("img/bg_sidebar_middle.gif") no-repeat top;
	padding: 14px 10px 7px 10px;
	font-family: Georgia;
	font-style: italic;
	font-size: 17px;
	color: #f7ad1f;
}

#sidebar_middle .boxcontent {
	padding: 8px 10px 20px 10px;
	background: url("img/bg_sidebar_middle2.gif") no-repeat bottom #e5ad3e;
}

#sidebar_middle .boxcontent a {
	color: #452100;
	text-decoration: none;
	line-height: 16px;
}

#sidebar_bottom .boxheader {
	background: url("img/bg_sidebar_bottom.gif") no-repeat top;
	padding: 14px 10px 7px 10px;
	font-family: Georgia;
	font-style: italic;
	font-size: 17px;
	color: #f7ad1f;
}

#sidebar_bottom .boxcontent {
	padding: 8px 10px 20px 10px;
	background: url("img/bg_sidebar_bottom2.gif") no-repeat bottom #e5ad3e;
	margin-bottom: 5px;
}

#sidebar_bottom .boxcontent a {
	color: #452100;
	text-decoration: none;
	line-height: 16px;
}

/* ----------------------------------------------------
Sidebar Forms
---------------------------------------------------- */

#sidebar_right .input input {
	width: 160px;
	height: 17px;
	margin-bottom: 3px;
	border: 1px solid #c0872d;
}

#sidebar_right .button {
	margin-top: 5px;
}

#sidebar_right .button a {
	border-bottom: 0 !important;
}

/* ----------------------------------------------------
Footer
---------------------------------------------------- */

#footer {
	clear: both;
}

#footer_text {
	margin: 0 auto;
	width: 1000px;
	height: 20px;
	padding-top: 3px;
	padding-bottom: 30px;
	text-align: left;
	font-size: 11px;
}

#footer_text a {
	color: #000076;
}

.copyright {
	display: none;
}

/* ----------------------------------------------------
Products
---------------------------------------------------- */

#product_list {
	border-bottom: 1px dotted #5a1f00;
	height: 100px;
	margin-top: 18px;
}

#product_list img {
	float: left;
	margin-right: 10px;
}

#product_list .button img {
	float: right;
	margin-right: 0 !important;
	margin-left: 5px;
}

#product_info {
	
}

#product_info .product_text {
	border-top: 1px dotted #5a1f00;
	border-bottom: 1px dotted #5a1f00;
	clear: both;
	margin-top: 30px;
	margin-bottom: 5px;
	padding: 12px 0;
}

#product_info .product_cart {
	float: right;
	height: 22px;
}

#product_info .qty input {
	width: 30px;
	height: 17px;
	vertical-align: top;
	margin-top: 3px;
	margin-right: 5px;
}

#product_images {
	float: left;
	margin-bottom: 10px;
}

#product_images img {
	margin-right: 10px;
}

#product_images a.zoom {
	font-size: 11px;
	border-bottom: 0 !important;
}

.productOldPrice {
	text-decoration: line-through;
}

#giftcart {
	border: 3px solid #f8c35c;
	background-color: #fab021;
}

/* ----------------------------------------------------
Paragraphs
---------------------------------------------------- */

p {
	padding-bottom: 10px;
}

p.info {
	font-style: italic;
	font-size: 11px;
	padding-bottom: 0 !important;
}

hr {
	border-bottom: 1px dotted #301100;
	color: #fab021;
	background: #fab021;
}

.line {
	border-bottom: 1px dotted #301100;
}

p.small {
	font-size: 11px;
	padding-bottom: 0 !important;
}

.small {
	font-size: 11px;
	padding-bottom: 0 !important;
}

.error {
	border: 2px solid #812c00;
	background-color: #db6b30;
	padding: 5px;
	text-align: center;
}

.sb_link a {
	font-size: 11px;
	color: #000076 !important;
	border-bottom: 1px dotted #000076;
}

/* ----------------------------------------------------
Tables
---------------------------------------------------- */

table.formular td {
	padding-bottom: 5px;
}

/* ----------------------------------------------------
Lists
---------------------------------------------------- */

#content_text ul {
	
}

#content_text ul li {
	list-style-type: none;
	background: url(img/icon_pfanne.gif) no-repeat 0 5px;
	padding-bottom: 5px;
	padding-left: 12px;
}

/* ----------------------------------------------------
Headlines
---------------------------------------------------- */

h1 {
	color: #301100;
	font-family: Georgia;
	font-style: italic;
	font-size: 34px;
	font-weight: normal;
	letter-spacing: -2px;
}

h2 {
	color: #5a1f00;
	font-family: Georgia;
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	border-top: 1px dotted #5a1f00;
	margin-top: 10px;
	padding-top: 10px;
	font-family: Georgia;
	font-size: 20px;
	color: #301100;
	font-style: italic;
	letter-spacing: -1px;
	font-weight: normal;
}

h4 {
	margin-bottom: 15px;
	font-family: Georgia;
	font-size: 20px;
	color: #5a1f00;
	font-style: italic;
	letter-spacing: -1px;
	font-weight: normal;
}

h5 {
	font-family: Georgia;
	font-size: 20px;
	color: #301100;
	font-style: italic;
	letter-spacing: -1px;
	font-weight: normal;
}

h6 {
	font-family: Georgia;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 10px;
}