/* ---------------------------------------------------------------------------------------
project: website - 'www.good-lack.de'
description: default frontend screen css

author: Mike Wink
email: info@mikewink.de
website: mikewink.de

version: 0.5
date: 07/01/2007
status (protoype, draft, test, review, final): test

modified (date, author, modification):
---------------------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html {
	background: #F1EFEF url(img/bg.png) repeat-x 0 0;
	background-attachment: fixed;
	font-family: Tahoma, "Lucida Sans", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: small;
}

body {
	margin: auto;
	margin-top: 1em;
	background-color: transparent;
	min-width: 20em;
	width: 70em;
	font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Sans", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 140%;	
}

h2 {
	color: #a24475;
	font-size: 135%;
}

h3 {
	margin: 1.3em 0 .5em 0;
	color: #333;
	font-size: 125%;
}

h4 {
	margin-top: 1.3em;
	color: #333;
	font-size: 110%;
}

p {
	font-size: 100%;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

address {
	font-style: normal;
	padding: 1em 0;
}

a {
	color: #a24475;
	text-decoration: none;
}

a:visited {
	color: #a24475;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

option {
	padding: 0 3px;
}

input, select, textarea {
	border-top: 1px solid #b06897; 
	border-right: 1px solid #cd9ebd; 
	border-bottom: 1px solid #cd9ebd;
	border-left: 1px solid #b06897;
	padding: .1em;
}

input:focus, textarea:focus {
	border-top: 1px solid #cd9ebd; 
	border-right: 1px solid #cd9ebd; 
	border-bottom: 1px solid #cd9ebd;
	border-left: 1px solid #cd9ebd; 
}

textarea {
	font-family: Tahoma, "Lucida Sans", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
}

fieldset {
	border: none;
}

legend {
	padding: .1em .5em .5em .5em;
	font-weight: bold;
	color: #333;	
}

label {
	width: 10em;
	display: block;
	float: left;
}

label:hover {
	text-decoration: underline;
}
br {
	clear: both;
}

th {
	background-color: #d8b4cb;
}

caption {
  text-align: left;
}

dfn {
	position: absolute;
  left: -3000px;
  top: -3000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;	
}

abbr, acronym {
	cursor: help;
}
hr {
	clear:both;
	visibility: hidden;
}
th {
	padding: 0 .2em;
	background-color: #e9e9e9;
	font-weight: normal;	
}
dl {
	margin-bottom: .5em;
}

dt {
	margin-top: .5em;
}
/* ####################### */

/* ########### id ########## */	
#header {
	float: left;
	width: 70em;
	position: relative;
	clear: both;
	color: #fff;
}

#courtesy {
	position: absolute;
	right: 0;
	top: 1em;
}

#options {
	clear: both;
	padding-bottom: 1.5em;
}

#hide {
	clear: both;
}

#pathway {
	margin-bottom: 2em;
}

#content {
	float: left;
	width: 70em;
	margin: 0;
	padding-top: 0;
	background-color: #fff;
}

#categories {
	float: left;
	width: 14.9em;
	padding-left: 2em;
	padding-bottom: 2em;
}

#products {
	float: right;
	width: 49em;
	padding: 0 2em 2em 0;	
}

#footer {
	clear: both;
	padding-bottom: 2em;
	width: 100%;	
}

#popup {
	background-color: #fff;
	background-image: none;
	padding: 1em;
	width: auto;
}
/* ####################### */

div#logo {
	background: transparent url(img/logo.gif) no-repeat left top;
	height: 75px;
}

div#logo h1, div#logo p {
	position: absolute;
  left: -3000px;
  top: -3000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
}
#logo_link_homepage {
	display: block;
	width: 18em;
	height: 5em;
}

/* ######## boxes ########## */
#courtesy li {
	display: inline;
	padding: 0 0 0 .5em;
	color: #f1efef;
}

#courtesy li a, ul#valid li a {
	color: #f1efef;
	text-decoration: none;
}

#courtesy li a:hover, ul#valid li a:hover {
	text-decoration: underline;
}

#box_admin {
	position: fixed;
	left: 0pt;
	top: 0pt;
	width: 100%;
	padding: .2em 0 1em 0;
	z-index: 100;
	background: url(img/bg_admin.png) repeat-x 0 0;
	color: #a24475;
}

#box_admin h3 {
	position: absolute;
  left: -3000px;
  top: -3000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
}

#box_admin a {
	margin-left: 1em;
}

#box_admin div {
	padding: .2em 0;
}

#box_content {
	text-align: right;
}

#box_content h3 {
	position: absolute;
  left: -3000px;
  top: -3000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
}

#box_content ul {
	float: right;
	padding-top: .3em;
	padding-bottom: 3em;	
}
#box_content ul li {
	display: inline;
	padding: 0 0 0 1em;
	font-size: 85%;
}

#box_content ul li a, ul#valid li a {
	text-decoration: none;
	color: #fff;	
}

#box_content ul li a:hover, ul#valid li a:hover {
	text-decoration: underline;
	color: #fff;
}

#box_categories h3 {
	margin-top: 0;
}
#box_manufacturers select {
	padding: .1em .2em;
	width: 13.5em;
}

#box_manufacturers_info {
	clear: both;
	font-size: 85%;
}

#box_newsletter {
	float: left;
	width: 100%;
	background-color: #e8d2e0;
	padding: .3em 0;
}

#box_newsletter form {
	float: right;
	margin-right: 2em;	
}

#box_newsletter input, #box_newsletter h4, #box_newsletter label {
	margin: 0;
	padding: 0;
}

#box_newsletter h4 {
	float: left;
	line-height: 155%;
	padding: 0 1em;
}

#box_newsletter label {
	line-height: 130%;
	width: 100px;
}

#box_newsletter input.input_image {
	border: 1px solid #d8b4cb;
	vertical-align: bottom;	
}

#box_search {
	position: relative;
	margin-bottom: 1.5em;
}

#box_search h3 {
	margin-top: 0;
}

#box_search input#keywords {
	padding: .1em .2em;
	width: 11em;
}

#box_search .small {
	font-size: 85%;
}

#box_search .input_image {
	vertical-align: middle;
}

#box_quick_add {
	background: #f4f4f4 url(img/bg_footer.png) repeat-x left top;
	padding: .5em 0;
	color: #333;
}

#box_quick_add form {
	padding-left: 19em;
	padding-right: 2em;
}

#box_quick_add input, #box_quick_add label {
	margin: 0;
	padding: 0;
	color: #333;	
}

#box_quick_add label {
	line-height: 140%;
	width: 34em;
	text-decoration: none;
}

#box_quick_add input.input_image {
	border: 1px solid #fff;
	vertical-align: bottom;
}

input[type="radio"] {
	border: none;
}

/* ####################### */

/* ######## modules ######## */
#module_new_products, module_new_products_default,
#module_specials, #module_account {
	clear: both;
  margin: 1.5em 0;
}

#module_upcoming_products {
	clear: both;
	padding-top: 1em;
	border-bottom: 1px solid #d8b4cb;
}

#module_upcoming_products table {
	width: 100%;
	border-top: 1px solid #d8b4cb;
	border-collapse: collapse;
}

#module_upcoming_products td {
	padding: .3em;
}

#module_gift_cart {
	margin-top: 1em;
}

#module_gift_cart h3 {
	margin-top: 0;
}

#module_gift_cart label {
	width: 7em;
	margin-top: 3px;
	font-size: 1.2em;
}

#module_gift_cart fieldset {
	margin: 1em 0 .5em 0;
}

#module_gift_cart #gv_redeem_code {
	margin-bottom: 5px;
}

#module_account ul {
	margin: 0;
	padding: 0;
	list-style-type: disc;
}

#module_account_history dl {
	margin: 1em 0;
	padding: 5px 10px;	
	border: 1px solid #e9e9e9;
	border-bottom: 1px solid #e0e0e0;	
	background: #fff url(img/bg_fieldsets.png) repeat-x left top;	
 }

#module_account_history dt {
	padding-top: .5em;
	font-weight: bold;
}

#module_account_history_info table {
	width: 100%;
}

.account_history_products td {
	background-color: #fff;
	padding: 3px;	
}

#module_account dl dd {
	display: inline;
}

#module_content ol,  #module_content ul {
 	margin-left: 1.5em;
 }
#module_advanced_search p {
	margin: .6em 0; 
}

#advanced_search label {
	margin: .5em 0;		
}

#advanced_search input, #advanced_search select {
	margin: .5em 0 0 0;	
}

#module_contact_us label, #module_contact_us input, #module_contact_us textarea {
	margin: .5em 0;
}
/* ####################### */

/* ######## products ######## */
#product_info_left {
  float: left;
	position: relative;
	width: 18em;
}

#product_info_right {
   float: right;
	width: 29.5em;
}

#product_info_right ul li {
	list-style: disc;
}

#product_info_right h3 {
	margin: 0;
	padding: 0;
}

#product_info_right p {
	line-height: 145%;
}

#product_info_right .price {
	margin: 1.3em 0;
	font-size: 125%;
}

#product_info_left .fsk18_img {
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.product_desc {
	margin: 1.5em 0;
}

.product_options h4 {
	width: 140px;
}

.product_options select {
	width: 140px;
	font-size: .9em;
}

#product_info_bottom {
	clear: both;
	width: 49em;
}

#product_info_bottom h3 {
	border-bottom: 1px solid #ececec;
}

.product_teaser {
 	float: left;
	position: relative;
  margin: 2px 2px 2px 0;
	padding-top: 5px;
  width: 154px;
  height: 260px;
	background: #f4f4f4 url(img/bg_teaser.png) repeat-x top left;
	border: 1px solid #ececec;
	text-align: center;
	overflow: hidden;
}

.product_specials {
  float: left;
  width: 183px;
  height: 300px;
}

.product_img {
	width: 18em;
	overflow: hidden;
	background-color: #f1efef;
	text-align: center;
}

.product_thumb {
	padding: .8em 0 .6em 0;
}


.teaser_info {
	position: absolute;
	bottom: 0;
	left: 0;
  width: 154px;
	padding: 5px 0 5px 0;
	text-align: center;
	font-size: 85%;	
}
ul.more_img {
	margin-bottom: .6em;
}
ul.more_img li {
	display: inline;
	font-size: 85%;
}

p.product_details {
	text-align: right;
	font-size: 90%;
}



/* ####################### */

/* ######## product options ######### */
#selectOptions {
	margin: 1em 0 0 0;
	padding: 0 .5em .5em .5em;
	background-color: #f4f4f4;
}

#selectOptions div {
	padding-top: .6em;
}

fieldset#selectOptions div input {
	margin-bottom: -.1em;
	border: none;
}

#addToCart {
	margin: .5em 0 1em 0;
	padding: 0 .5em 0em .5em;
	background-color: #fafafa;
	border: 1px solid #fafafa;
	border-top: none;
}

#addToCart input {
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	border-left: 1px solid #e6e6e6;
}

#cart_quantity #products_qty {
	margin-bottom: .3em;
}

#cart_quantity label {
	width: 60px;
	margin-top: .6em;
}

#cart_quantity select {
	margin-top: .5em;
	display: inline;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	border-left: 1px solid #e6e6e6;			
}

#cart_quantity .input_image {
	display: inline;
	padding-top: .5em;
	border: none;
}
/* ####################### */

#product_bottom_nav {
	float: left;
	width: 100%;
	margin-top: 1em;
	padding-top: .5em;
	border-top: 1px solid #f4f4f4;
	font-size: 85%;
}

#product_bottom_nav p {
	float: left;
}

#product_navigator {
	float: right;
	text-align: right;
}
#product_navigator li, #product_navigator_2 li {
	display: inline;
  padding: 0 .2em 0 0;
  text-align: right;
}

#small_product_navigator {
	float: left;
	width: 100%;
	background-color: #fff;
	font-size: 85%;
}

#small_product_navigator a {
	display: block;
	width: 50%;
	height: 1.6em;
	background-color: #fff;
}

#small_product_navigator a:hover {
	background-color: #f1efef;
	text-decoration: none;
}

/* ####################### */

/* ######## listings ######### */
.listing_options {
	width: 100%;
	padding: 10px 0;
	clear: both;
}

.cat_listing li  {
	float: left;
	display: block;
	width: 148px;
	margin-right: 3px;
	text-align: center;
}

.listing_info {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-bottom: 10px;
	text-align: center;
}

.listing_data {
	/* to allow absolute postioning of cell content */ 
	position: relative;
}

.fsk18_img {
	position: absolute;
}

#module_product_listing .product_teaser .listing_info ul {
	margin: 0;
	padding: 0;
	background-color: #d8b4cb;
}
#module_product_listing .product_teaser {
	margin-right: .2em;
	padding-bottom: 15px;
	text-align: center;
}


/* *** product listings  *** */
.product_listing {
	width: 100%;
	padding: 1em 0;
}

.teaser_list_info {
	width: 410px;
}

.teaser_list_info h3 {
	margin: 0;
}
.teaser_list_info ul {
	margin-bottom: .7em;
}
.teaser_list_info ul li {
	display: inline;
	margin-right: 1em;
}

.product_listing .teaser_list_img {
	width: 180px;
	margin: 1em 2em 0 1em;
	padding: 6px 6px 2px 6px;
	background-color: #e8d2e0;
	border: 1px solid #d8b4cb;
	text-align: center;
}


#list_navigation {
	clear: both;
	padding-top: 1em;
}

.zoom_img {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 100;
}

/* ####################### */

/* ######## classes ######### */
.copyright, .parseTime {
	margin: auto;
	font-size: 80%;
	color: #333;
	display: none;
}

.copyright {
	text-align: center;
}
.copyright a {
	color: #333;
	text-decoration: none;
}

.copyright a:hover {
	text-decoration: underline;
}

.parseTime {
	display: none;
}



.input_image {
	border: none;
	margin: 0;
}
.split_bar {
	float: left;
}
.pagination {
	float: right;
}
.hide {
    position: absolute;
    left: -3000px;
    top: -3000px;
    width: 0;
    height: 0;
    overflow: hidden;
    display: inline;
}

.small, .smallText {
	font-size: 85%;
}
.button input {
	border: none;
	margin: 0;
	padding: 0;
}
p span.input_radio input {
 	border: none;
	margin: 0 .2em -.2em .3em;
}
.float_left.button, .float_right.button {
	margin:  0;
	clear: both;
}
.button {
	clear: both;
	padding-top: .5em;

}
.price {
	font-weight: bold;
}
.model {
	font-size: 85%;
}
.clear {
  clear: both;
}

.float_right {
  float: right;
}

.float_left {
  float: left;
}
.right{
	text-align: right;
}
.absolute {
	position: relative;
}

.notice {
	margin: 1em 0;
	padding: .2em;
	background-color: #e8d2e0;
	border: 1px solid #b06897;
	clear: both;	
}

.alert {
	padding: .5em;
	margin: 1em 0;
   background-color: #d8b4cb;
   border: 1px solid #cd9ebd;
}

.error, .errorText {
	color: #a76581;
}

.headerError {
  background: #a76581;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.headerInfo {
  background: #c2d58c;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.accountHistory-odd, .addressBook-odd, 
.alsoPurchased-odd, .payment-odd, 
.productListing-odd, .productReviews-odd, 
.upcomingProducts-odd, .shippingOptions-odd {
  background: #fff;
}

.accountHistory-even, .addressBook-even, 
.alsoPurchased-even, .payment-even, 
.productListing-even, .productReviews-even, 
.upcomingProducts-even, .shippingOptions-even {
  background: #fafafa;
}

.markProductOutOfStock {
  color: #a24475;
  font-weight: bold;
}

.productSpecialPrice {
  color: #a76581;
}

.productOldPrice {
	color: #a76581;
	text-decoration: line-through;
}

.productDiscountPrice {
  color: #a76581;
  font-weight: bold;
}

.productAvailable, .productAdded {
	margin-bottom: 1em;
	padding: .2em .3em .3em .4em;
	background-color: #f1efef;
	border-bottom: 1px solid #d8b4cb;
	font-size: 85%;
	color: #a24475;
	clear: both;
}

.moduleRow {
	background-color: transparent;
}

.moduleRowOver { 
	background-color: transparent; 	
}

.moduleRowSelected { 
	background-color: transparent; 
}

.checkoutBarFrom, .checkoutBarTo { 
	color: #a76581; 
}

.checkoutBarCurrent {
	color: #333;
}

/* message box on top? */
.messageBox {

}

.messageStackError, .messageStackWarning {
	background-color: #d8b4cb; 
}

.messageStackSuccess {
	background-color: #c2d58c; 
}


.inputRequirement {
	color: #a76581;
	font-size: 85%;
}

/* ####################### */

/* ######## shopping cart ######### */
#module_shopping_cart .product_img {
	width: 9em;
	background: #fff url(img/bg_fieldsets.png) repeat-x left top;
	border-bottom: 1px solid #f4f4f4;	
	text-align: center;
}

#module_shopping_cart .product_img div {
	width: 9em;
	height: 14em;	
	overflow: hidden;
	text-align: center;
}

#module_shopping_cart td {
	vertical-align: top;
}

#cart_tbl {
	margin: 0 0 1em 0;
	width: 100%;
}

#cart_tbl thead th {
	background-color: #e9e9e9;
	padding: .2em;
	font-weight: normal;
}

.cart_qty, .cart_delete   {
	padding: 4px 3px;
	background: #fff url(img/bg_fieldsets.png) repeat-x left top;
	border-bottom: 1px solid #f1efef;	
}

.cart_qty input {
	width: 25px;
	text-align: center;
}

.cart_price_total {
	width: 60px;
	padding: 4px 3px;
	background: #fff url(img/bg_fieldsets.png) repeat-x left top;
	border-bottom: 1px solid #f1efef;	
	text-align: center;
}

.cart_product_desc {
	padding: 4px 3px;
	background: #fff url(img/bg_fieldsets.png) repeat-x left top;
	border-bottom: 1px solid #f1efef;	
}

.cart_total_content {
	padding: .4em .5em;
	background: #fff url(img/bg_fieldsets.png) repeat-x left top;
	text-align: right;
	border: 1px solid #f1efef;
}

.cart_product_change {
	position: absolute;
	top: 190px;
}

.shipping_alert, #module_gift_cart {
	margin: 1em 0;
	padding: .4em .5em;
	background: #fff url(img/bg_fieldsets.png) repeat-x left top;
	border: 1px solid #f1efef;
	font-size: 85%;
}

.cart_product_desc ul.attributes {
	margin: 1em 0;
}

#module_shopping_cart .input_image {
	margin: 0;
	padding: 0 0 0 .1em;
}

/* ####################### */

#agb_text, #comments {
	width: 99%;
}

p.check_requirement {
	margin: 1em 0 .5em 0;
	font-weight: bold;
}

form#checkout_payment p.check_requirement input {
	margin-bottom: .1em;
}

form .input_radio input, form div .input_radio input {
	margin: 0 .2em -.1em .5em;
}

module_checkout_shipping_address input {
	display: inline;
}

div.field, fieldset.field, dl.field  {
	margin: 1em 0;
	padding: 5px 10px;	
	border: 1px solid #e9e9e9;
	border-bottom: 1px solid #e0e0e0;	
	background: #fff url(img/bg_fieldsets.png) repeat-x left top;	
}

div.field p {
	margin-top: .5em;
}

div.field address {
	margin: 0;
	padding: 0;
}

div.field li {
	margin-left: 1.5em;
}

div.field h3 {
	margin-top: .5em;
}

div.field h4 {
	margin: -.2em 0 .5em 0;
	padding: .5em 0;
	border-bottom: 1px solid #e9e9e9;
}

div.field input, div.field label, div.field select {
	margin: .5em 0;
}

.field input, .field label {
	margin: .5em 0;
}

.accountGuest {
	float: right;
	width: 22em;
}

.accountNewCustomer {
	float: right;	
	width: 22em;
}

.returningCustomer {
	float: left;
	width: 22em;
}



.checkout_shipping_block, .checkout_payment_block {
	margin: .5em 0;
	padding: 0 0 .5em .5em;
	border: 1px solid #f4f4f4;
}

.checkout_shipping_block p input, .checkout_payment_block p input {
	margin: 0 0 -2px 0;
	padding: 0;	
}

.checkout_confirmation.total {
	margin-bottom: 1em;
}

.checkout_confirmation.products, .checkout_confirmation.total {
 	width: 100%;
	background-color: #f4f4f4;
 }

.checkout_confirmation.products tr {
	background-color: #fff;
 }
.checkout_confirmation.products td,  .checkout_confirmation.total td {
 	padding: 2px 4px;
 }
.checkout_price {
	vertical-align: top;
	text-align: right;
}

.address_block {
	margin-top: 1em;
	border-top: 1px solid #cd9ebd;	
}

#top, #bottom {
	float: left;
	margin: 0;
	padding: .1em .35em;	
	background-color: #fff;
	font-size: 85%;
}

#bottom {
	background-color: #e9e9e9;
}

#bottom a {
	color: #f4f4f4;
}

/* ####################### */

/* ######## checkout ######## */
#checkoutBar {
	padding: .4em;	
	background: #f4f4f4 url(img/bg_fieldsets.png) repeat-x 0 0;	
	border: 1px solid #e9e9e9;
	text-align: center;
}

#checkoutBar li {	
	display: inline;
	padding: 0 1.4em;
}

.checkoutBarCurrent {
	font-weight: bold;
	background: url(img/asterisk.png) no-repeat 0 0;	
}

.checkoutBarChecked {
	background: url(img/tick.png) no-repeat 0 0;
}

#module_cearet_account fieldset, #module_cearet_guest_account fieldset {
	margin: 1em 0;
	padding: .3em;
	border: 1px solid #e8d2e0;
}

/* ####################### */

#box_last_viewed, #box_cart {
	position: relative;
	background: #212121 url(img/bg_options.png) repeat-x left bottom;
	padding: .5em .5em 0 .5em;
	text-align: center;
	color: #fff;
	margin-top: .5em;
	height: 100%;
}

#box_last_viewed img {
	margin: 0;
	padding: 0;	
}

#box_last_viewed a img, #box_cart li a img {
	margin: 0;
	padding: 0;
	border: 1px solid transparent;
}

#box_last_viewed a:hover img, #box_cart li a:hover img {
	margin: 0;
	padding: 0;
	border: 1px solid #a4a4a4;	
}


#box_last_viewed ul, #box_cart ul {
	margin-bottom: 1.2em;
}

#box_last_viewed ul li, #box_cart ul li {
	display: inline;
	color: #fff;
}

#cartItems {
	margin-bottom: .5em;
}

#cartItems li {
	height: 200px;
}

#cartItems li img {
	margin-right: .3em;
}

#cartItemOptions {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: .2em .3em 0 .3em;
	background-color: #fff;
	color: #333;
	font-size: 85%;
}

.box_last_viewed {
	float: left;
	margin-left: .5em;
	font-size: 85%;
	background-color: #fff;
	padding: .1em .35em;
}

.box_cart {
	float: right;
	color: #a24475;
	font-size: 85%;
	background-color: #fff;
	padding: .1em .35em;
}

a.close {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 50px;
	background-color: #fff;
	margin-top: .5em;
	padding: .2em .2em;
	font-size: 85%;
	text-align: center;
	color: #a24475;
}

#toggle_cat {
	float: left;
	margin-left: .2em;
	padding: .1em .35em;	
	background-color: #333;
	font-size: 85%;
}




/* ####################### */
#ImageBoxOverlay {
	background-color: #000;
}

#ImageBoxCaption {
	background-color: #fff;
}

#ImageBoxContainer {
	width: 250px;
	height: 250px;
	background-color: #fff;
}

#ImageBoxCaptionText {
	display: none
}

#ImageBoxCaptionImages {
	margin: 0;
}

#ImageBoxNextImage {
	background: transparent url(img/imagebox/next_link.png) no-repeat right center;
}

#ImageBoxPrevImage {
	background: transparent url(img/imagebox/prev_link.png) no-repeat left center;
}

#ImageBoxNextImage:hover {
	background: transparent url(img/imagebox/next_hover.png) no-repeat right center;
}

#ImageBoxPrevImage:hover {
	background: transparent url(img/imagebox/prev_hover.png) no-repeat left center;
}




/* suggest search addon */
#search_suggest.result {
	position: absolute;
	background-color: #fafafa;
	padding: .2em;
	border: 1px solid #f4f4f4;
}

.suggest_link_over {
	background-color: #f4f4f4;
}


#module_cross_selling .cat_group {
	float: left;
}

#module_cross_selling .cat_group h4 {
	margin: 0;
	padding: 0;
}

#module_also_purchased, #module_products_reviews, #module_cross_selling, 
#module_reverse_cross_selling, #module_products_media {
	float: left;
	width: 47em;
	margin: 0;
	padding: .5em;
	background: #fff url(img/bg_fieldsets.png) repeat-x left top;		
	border: .5em solid #e8d2e0;
	clear: both;
}

#module_also_purchased .product_teaser,
#module_cross_selling .product_teaser,
#module_reverse_cross_selling .product_teaser {
	width: 148px;
	background-image: none;
	background-color: #fff;
}


/* ####################### */

/* ##### navigation ###### */


.level1 a, .level2 a, .level3 a {
	display: block;	
}

.level1 {
	font-size: 1.1em;
	border-bottom: 1px solid #f2f2f2;
	line-height: 150%;
}

.level1 a {
	display: block;
	width: 12em;
	padding: .1em 0 .1em .2em;
}

.level1 a:hover {
	background-color: #f2f2f2;
	text-decoration: none;
	color: #333;
}

.level2 a {
	margin-left: 1.2em;
	padding: .1em 0;	
	font-size: 1em;
}

.level2 a:hover {
	background-color: #f2f2f2;
	text-decoration: none;
	color: #333;
}

.level3 {
	margin-left: 2.2em;	
	padding: .1em 0;	
	font-size: 1em;	
}
#cat_navigation .selected a {
	font-weight: bold;
	color: #333;
}
#cat_navigation {
	width: 13.5em
}

/* ####################### */

/* ######## teaser ####### */
#teaser {
	clear: both;
}

#index_teaser {
  padding: 10px;
  width: 290px;
	background-color: #fafafa;
  border: 1px solid #e0e0e0;
}

#index_teaser_news {
	clear: both;
	margin: 1em 0;
	padding: .2em;
	background: #fff url(img/bg_fieldsets.png) repeat-x left top;		
	border: 1px solid #e0e0e0;
}

#index_teaser_welcome {
	float: right;
  width: 24em;
	border-right: 1px solid #fff;
}

#index_teaser_welcome li {
	list-style: disc;
	margin-left: 1.2em;
}

#index_teaser_welcome p {
	margin: 1em 0;
	clear: both;
}

#teaser_img_big {
  float: left;
  width: 24em;
	margin-bottom: 1em;
}

#teaser_img_small {
  float: right;
  width: 24em;
}

#teaser_img_small a img {
  float: left;
}

/* ####################### */



