/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $   


   XT-Commerce - community made shopping
   http://www.xt-commerce.com


   Copyright (c) 2004 XT-Commerce 

   -----------------------------------------------------------------------------------------

   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org


   Released under the GNU General Public License 

   ---------------------------------------------------------------------------------------*/

/* *** site layout *** */
/* mac hide\*/
html, body {height:100%}
/* end hide */

body {
    padding:0;
	margin:0;
	text-align:center;
	min-width:978px;/* for mozilla*/
	background-color: #68cdf7;
	color: #000;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
}

#outer{
	height:100%;
	min-height:100%;
	width:978px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background: url('img/outer_bg.gif') repeat-y center center;
	position:relative;
}

html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#innerwrap {/* enables content first */
	float:left;
	width:788px;
}

#header{
	position:absolute;
	top:0;
	left:0px;
	width:978px;
	height:223px;
	background-color:#68CDF7;
	background-image: url('img/header_bg.jpg');
	background-repeat:no-repeat;
    border-bottom:none;
	overflow:hidden;
	color: #000000;
	/*z-index:100;*/
}

#breadcrumb{
	font-size:0.9em;
	padding-left:10px;
	color:#FFF;
	height: 13px;
}

#logocontainer{
	margin-top: 42px;
	margin-left: 9px;
	height: 114px; 
}

* html #logocontainer{
    margin-top: 42px;
    margin-left: 5px;
    float: left;
    overflow: hidden;
}

#header_img_container{
	margin-top:1px;
    float: right;
    height: 154px;
}

#navbar{
  height:49px;
  margin-top:5px;
  background-color:#172983;
  background-image: url('img/navbar_bg.jpg');
  background-repeat:repeat-x;
  position:absolute;
  width:100%;
}

* html #navbar {
    clear: left;
}

#top_categories{
	float:left;
	margin-left:230px;
	margin-top:25px;
	width: 515px;
	text-align: center;
}

* html #top_categories {
    margin-left:130px;
    width: 500px;
}

#left {
	position:relative;/*ie needs this to show float */
	width:205px;
	float:left;
	padding-top:223px;/*needed to make room for header*/
	padding-bottom:2px;/* needed to make room for footer */
}

#right {
	position:relative;/*ie needs this to show float */
	width:190px;
	float:right;
	padding-top:223px;/*needed to make room for header*/
	padding-bottom:2px;/* needed to make room for footer */
}

#footer {
	width:978px;
	clear:both;
	height:17px;
	padding-top:3px;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
    font-size:0.9em;
    color:#FFF;
    background-color: #172983;
}

* html #footer {/*only ie gets this style*/
	\height:22px;/* for ie5 */
	he\ight:20px;/* for ie6 */
}

#footer_right{
  float:left;
  width:190px;
}

#footer_left{
  float:left;
  width:195px;
  text-align: left;
  padding-left: 10px;
}

#footer_center{
  float:left;
  width:584px;
  margin: auto;
}

div,p  {margin-top:0}/*clear top margin for mozilla*/

#centrecontent {
	width:583px;
	float:right;
	padding-top:234px;
	padding-bottom:2px;/* needed to make room for footer */
}

#clearfooter {width:100%;height:22px;clear:both} /* to clear footer */

#logo {
    background-image: url(img/top_logo.png);
    background-repeat: no-repeat;
    background-position: left;
    height: 120px;
}

#line_top, .line_top {
	border-top: 1px solid #666666;
}

#line_bottom, .line_bottom {
    border-bottom: 1px solid #666666;
}

.line_right {
    border-right: 1px solid #666666;
}

div.between_hr {
    width:100%;
    border-top:1px solid #006AB3;
    border-bottom:1px solid #006AB3;
    padding:25px 0px;
    margin:5px 0px;
}

div.bottom_hr {
    width:100%;
    border-bottom:1px solid #006AB3;
    padding-bottom:25px;
    margin-bottom:5px;
}


/* *** text default *** */
.main {
	line-height: 1.5;
	color: #000;
}

.main2 {
  font-size: 0.95em;
  line-height: 1.5;
  color: #3b3b3b;
}

span.catcount {
    color: #ff0000;
}

.small_text, .smallText {
  font-size: 0.9em;
  color: #000;
}

.contentsTopics {
    font-size: 1.5em;
    font-style:italic;
    color: #3b3b3b;
    font-weight: bold;
    vertical-align: middle;
    padding: 0px 10px 5px 10px;
    margin: 0px;

}

h2.contentsTopics {
    font-size: 1.2em;
    font-style:normal;
    padding: 10px 0px;
}

.moduleHeading {
    font-size: small;
    font-weight: bold;
}

.smallHeading {
    font-size: 11px;
    font-weight: bold;
    color: #006AB3;
}

#contentsBG {
    padding: 0px 10px 10px 10px;
    margin: 0px;
    vertical-align: top;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}

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

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

.errorBox {
    font-size : 11px;
    color: #282828;
    background-color: #ffcccc;
    border: 1px solid #990033;
    text-align: center;
    padding: 1px;
}

.errorBox2 {
    font-size : 11px;
    color: #282828;
    background-color: #ffcccc;
    border: 1px solid #990033;
    text-align: left;
    padding: 1px;
}

SPAN.errorText {
  font-weight: bold;
  color: #990033;
}

.infoBoxNotice {
  background: #ffcccc;
  padding: 2px;
}

.infoBoxNoticeContents {
  background: #990033;
  font-size: 10px;
}

.productsNotifications {
    background-color: #f2fff7;
}

.headerMessage {
    color: #333333;
    text-align: center;
    font-weight: bold;
    padding: 2px 10px;
}

.headerError {
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

.headerInfo {
  background: #00ff00;
}

.headerInfo {
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

SPAN.underline {
    text-decoration: underline;
}

.messageBox { font-size: 10px; }

.messageStackError, .messageStackWarning {font-size: 10px; background-color: #ffb3b5; }

.messageStackSuccess { font-size: 10px; background-color: #99ff00; }

#design {
    background-image: url(img/bottom.gif);
    background-repeat: repeat-x;
    background-position: 0px 2px;
    height: 28px;
    line-height: 28px;
    font-size: 11px;
    color: #282828;
    text-align: right;
    vertical-align: middle;
    padding-right: 5px;
}

#design a {
    text-decoration: none;
    color: #282828;
}

#design a:hover {
    text-decoration: none;
    color: #006AB3;
}

.heading1 { font-size: 7pt; }

.heading2 { font-size: 9pt; }

.heading3 { font-size: 10pt; }

.heading4 { font-size: 12pt; }

.heading5 { font-size: 16pt; }

#copyright{
    font-size:0.8em;
    color:#006ab3;
}

/* *** homepage *** */
#shop {
	width: 98%;
}

#main_col {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    vertical-align: top;
}

.pageHeading {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

SPAN.greetUser {
  font-size: 12px;
  color: #006AB3;
  font-weight: bold;
}

/* *** sitemap *** */
.sitemap_heading {
    font-size: 10pt; 
    color: #484848; 
    border-top: 1px solid #006AB3;
    border-bottom: 1px solid #006AB3;
    padding: 2px;
}

.sitemap_heading a {
    color: #484848;
}

.sitemap_heading a:hover {
    color: #333333; 
    text-decoration:none;
}

.sitemap_sub {
    font-size: 9pt; 
    color: #dadada; 
    border-bottom: 1px solid #006AB3; 
    padding: 2px 2px;
}

.sitemap_sub a {
    color:#dadada;
}

.sitemap_sub a:hover {
    color: #dadada;
    text-decoration: underline;
}

/* *** manufacturers *** */
.manufacturers_heading {
    font-size: 10pt; 
    color: #3b3b3b; 
    background-color: #E0B57E;
    border: 1px solid #006AB3;
    padding-top: 2px; 
    padding-bottom: 2px;
}

.manufacturers_heading a {
    color: #3b3b3b;
    font-weight: bold;
}

.manufacturers_heading a:hover {
    color: #006AB3; 
}


/* *** contactpage *** */
#contact {
    background-image: url(img/contact.gif);
    background-repeat: no-repeat;
    background-position: right top;
}


/* *** basket *** */
.boxTextBG {

}

.boxTextBGIII {

}

SPAN.total {
    font-size: 12px;
    font-weight: bold;
    color: #006AB3;
}

.summe {
    font-size: 12px;
    color: #006AB3;
}

.stockWarning { 
    font-size : 10px;
    color: #cc0033;
}

.boxTextBGII {
    font-size: 11px;
    color: #3b3b3b;
    border: 1px solid #006AB3;
}

.centerfield {
    vertical-align: top;
    text-align: center;
    padding: 5px;
    height: auto;
}

.centerfield:hover {
    vertical-align: top;
    text-align: center;
    padding: 5px;
}

.centerfield_img {
	width: 131px;
	height: 162px;
	text-align: center;
	padding:1px;
    background-image: url('img/produkt_rahmen_s.jpg');
    background-repeat:no-repeat;
}

SPAN.products_price {
    font-size: 1.1em;
    color: #006AB3;
    font-weight: bold;
}

SPAN.shipping {
    font-size: 12px;
}

.products_table {

}


/* *** category listing *** */
.products_table:hover {

}

#float_image_right {
    float: right;
    padding: 5px 5px 15px 15px;
}

.moreHeading {
    font-size: 12px;
    font-weight: bold;
    color: #3b3b3b;
}

img.image_border{
    border:0px solid #006AB3;
}


/* *** product info *** */
h1.product_title{
    margin-top:0;
    font-size:1.5em;
    font-style:italic;
    color: #3b3b3b;
}

SPAN.info_price {
    font-size: 1.2em;
    color: #006AB3;
    font-weight: bold;
}

.tableListingI {

}

.tableListingII {
    background-color: #ced0d1;
    color: #3b3b3b;
}

.upcomingListingI {
    font-size: 0.83em;
}

.upcomingListingI a {
    color: #f1f1f1;
}

.upcomingListingI a:hover {
    color: #f1f1f1;
    text-decoration: underline;
}

.upcomingListingII {
    background-color: #ced0d1;
    color: #3b3b3b;
    font-size: 0.83em;
}

.upcomingListingII a {
    color: #3b3b3b;
}

.upcomingListingII a:hover {
    color: #3b3b3b;
    text-decoration: underline;
}

SPAN.ratingtext {
  font-size: 10px;
  font-weight: bold;
  color: #990033;
}


/* *** account *** */
DIV.formArea {
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    padding: 5px;
    margin-bottom: 10px;
}

TABLE.formArea, TD.formArea {
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    margin-bottom: 10px;
}

.formArea:hover {
    border-top: 1px solid #666666;
    border-bottom:1px solid #666666;
}

.formAreaTitle {
    font-size: 0.9em;
    font-weight: bold;
    color: #006AB3;
}

UL#account_list {
    padding: 0px;
    margin: 10px 0px 0px 0px;
}

UL#account_list li {
    list-style: none;
    background-image: url(img/arrow_green.gif);
    background-repeat: no-repeat;
    background-position: 2px 2px;
    padding: 0px 5px 0px 20px;
}

UL#account_list li a {
    color: #999999;
    font-size: 12px;
    text-decoration: none;
}

UL#account_list li a:hover {
    font-size: 12px;
    color: #999999;
    text-decoration: underline;
}

.abstand {
    margin-top: 10px;
    padding-left: 5px;
}

.inputRequirement { 
    font-size: 0.9em; 
    color: #3b3b3b;
}

.address_lable {
    background-color: #e0b57e;
    border:1px solid #006AB3;
    font-size: 12px;
    color: #3b3b3b;
    padding: 5px;
}

.arrow {
    background-image: url(img/arrow_right.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    width: 40px;
}


/* *** checkout *** */
.cot_gv {
  font-size: 11px;
  line-height: 1.5;
  color: #3b3b3b;
}

.checkoutTitle {
    font-size: 11px;
    font-weight: bold;
    padding-top: 10px;
}

TABLE.checkoutTable {
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
}

DIV.checkoutTable {
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    padding: 5px;
}

.tableabstand {
    margin-top: 25px;
    margin-bottom: 15px;
}

.checkoutBarFrom, .checkoutBarTo { 
    font-size: 10px; 
    color: #3b3b3b;
    margin-right:20px;
    margin-top:15px;
}

.checkoutBarCurrent { 
    font-size: 10px; 
    color: #3b3b3b;
    font-weight:bold;
    margin-right:20px;
    margin-top:15px;
}

.checkout_bullet {
    background-image: url(img/checkout_bullet.gif);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    width:30px;
    margin-top:15px;
}

.checkout_bullet2 {
    background-image: url(img/checkout_bullet2.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
}

.conditions {
    color: #333;
    background-color: #E0B57E;
    border: 1px solid #006AB3;
    padding: 3px;
    margin-top: 2px;
}

SPAN.checktext {
    font-weight: normal;
}

.confirmationText {
    font-size: 12px;
    color: #006AB3;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    padding: 3px;
}

.successTopics {
    font-size: 14px;
    color: #006AB3;
    font-weight: bold;
    line-height: 24px;
    vertical-align: middle;
    padding: 0px 10px 0px 10px;
    margin: 0px;
}

.checkout_success {
    background-image: url(img/checkout_success.gif);
    background-repeat: no-repeat;
    background-position: center;
    height: 95px;
    width: 95px;
}

SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #3b3b3b;
  font-weight: bold;
}


/* *** boxes *** */
#left_col {
    width: 195px;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
}

#right_col {
    width: 195px;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
}

#searchbox {
	height: 37px;
	padding:0px 10px;
    background-color: #006ab3;
}

#cartbox {
    padding:37px 0px 10px 0px;
    background-color: #FFF;
}

#loginbox {
    padding:37px 0px 10px 0px;
    background-color: #FFF;
}

.shopbox {
    margin: 0px;
    padding: 10px;
}

.boxText, .box_text a { 
    font-size: 0.9em;
    color: #3b3b3b;
}

.infoBoxHeading_left {
    font-size: 0.9em;
    font-weight: bold;
    color: #FFF;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    text-indent: 10px;
    background-color: #006ab3;
}

.infoBox_left {
    font-size: 0.9em;
    margin: 0px;
    padding: 5px;
    background-color: #FFF;
}

.infoBox_left_center {
    font-size: 0.9em;
    text-align: center;
    margin: 0px;
    padding: 5px;
}

.infoBoxHeading_right {
    font-size: 0.9em;
    font-weight: bold;
    color: #FFF;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    text-indent: 10px;
    background-color: #006ab3;
}

.infoBox_right {
    font-size: 0.9em;
    margin: 0px;
    padding: 5px;
    background-color: #FFF;
}

.infoBox_right_center {
    font-size: 0.9em;
    text-align: center;
    margin: 0px;
    padding: 5px;
    color: #3b3b3b;
}

.cart_products {
    border-bottom: 1px solid #666666;
    padding: 5px;
}

.boxText_cart {

}

DIV.boxPrice {
    font-weight: bold;
    padding: 3px;
    width: 80%;
    text-align: center;
    margin-top: 2px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom:3px;
}

.gvBox {
    font-size : 14px;
    font-weight: bold;
    border: 1px solid #006AB3;
}

.bestsellers  {
    font-size: 11px;
}

.boxTextPrice {
    font-size: 11px;
    color: #3b3b3b;
    text-align: right;
    font-weight: bold;
}

.bestsellers_shipping_link {
    color: #a9a9a9;
    font-weight: normal;
	font-size:9px;
}

UL#box_information {
    font-size: 1.05em;
    color: #3b3b3b;
    margin: 0px;
    padding: 0px;
}

#box_information li {
    list-style: none;   
    margin: 3px 0px 0px 0px;
    padding: 3px 5px 3px 5px; 
    border-bottom: 1px solid #666666;
}

#box_information li a {
    text-decoration: none;
    font-size: 1.05em;
    color: #3b3b3b;
}

#box_information li a:hover {
    text-decoration: none;
    font-size: 1.05em;
    color: #006AB3;
    padding: 0px;
}

UL#box_content {
    font-size: 1.05em;
    color: #3b3b3b;
    margin: 0px;
    padding: 0px;
}

#box_content li {
    list-style: none;   
    margin: 3px 0px 0px 0px;
    padding: 3px 5px 3px 5px; 
    border-bottom: 1px solid #666666;
}

#box_content li a {
    text-decoration: none;
    font-size: 1.05em;
    color: #3b3b3b;
}

#box_content li a:hover {
    text-decoration: none;
    font-size: 1.05em;
    color: #006AB3;
    padding: 0px;
}

UL#box_extra1 {
    font-size: 1.05em;
    color: #3b3b3b;
    margin: 0px;
    padding: 0px;
}

#box_extra1 li {
    list-style: none;   
    margin: 3px 0px 0px 0px;
    padding: 3px 5px 3px 5px; 
    border-bottom: 1px solid #666666;
}

#box_extra1 li a {
    text-decoration: none;
    font-size: 1.05em;
    color: #3b3b3b;
}

#box_extra1 li a:hover {
    text-decoration: none;
    font-size: 1.05em;
    color: #006AB3;
    padding: 0px;
}

UL#box_extra2 {
    font-size: 1.05em;
    color: #3b3b3b;
    margin: 0px;
    padding: 0px;
}

#box_extra2 li {
    list-style: none;   
    margin: 3px 0px 0px 0px;
    padding: 3px 5px 3px 5px; 
    border-bottom: 1px solid #666666;
}

#box_extra2 li a {
    text-decoration: none;
    font-size: 1.05em;
    color: #3b3b3b;
}

#box_extra2 li a:hover {
    text-decoration: none;
    font-size: 1.05em;
    color: #006AB3;
    padding: 0px;
}


/* *** navigation *** */
UL#top_navigation {
	vertical-align: top;
	margin: 22px 0px 0px 0px;
	padding: 0px;
}

UL#top_navigation li {
	list-style: none;
	float: right;
	border-right: 1px solid #cce1f0;
}

UL#top_navigation li a {
	color: #3b3b3b;
	padding:12px 2px 0px 2px;
	font-weight: bold;
	display:block;
	height: 15px;
	width:67px;
	text-decoration: none;
	text-align: center;
	color: #12368d;
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

UL#top_navigation li a:hover {

}

#top_categories  a {
    color: #3b3b3b;
    padding:0px 6px 10px 2px;
    font-weight: bold;
    text-decoration: none;
    color: #12368d;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    border-right: 1px solid #081b31;
}

#top_categories a:hover {
	background-color: #172983;
	color:#FFF;
}

TD.headerNavigation {
	color: #FEB13D; 
	font-weight : normal;
	background-color: #393939;
	height: 18px;
	vertical-align: middle;
	padding-left: 5px;
}

A.headerNavigation  { 
  color: #FFF; 
}

A.headerNavigation:hover {
  color: #FFF;
}

#boxCategories {
    
}

#boxCategories ul {
    margin: 0px;
    padding: 0px;
}

#boxCategories ul li {
    list-style-type: none;
    padding: 2px;
}

#boxCategories ul li a.normal {
    font-size: 1.2em;
    color: #006ab3;
    text-decoration:none;
}

#boxCategories ul li a.normal:hover {
    color: #006ab3;
}

#boxCategories ul li a.active {
    font-size: 1.2em;
    color: #006ab3;
    text-decoration:none;
	font-weight: bold;
}

#boxCategories ul li a.active:hover {
    color: #006ab3;
}

#boxCategories ul ul {
    margin: 0px 0px 0px 2px;
    padding: 0px;
}

#boxCategories ul ul li {
    padding: 2px;
}

#boxCategories ul ul li a.normal {
    font-size: 1.2em;
    color: #006ab3;
    text-decoration:none;
    background-image: url(img/icon_ukat.gif);
    background-repeat: no-repeat;
    background-position: 2px 5px;
    padding-left: 15px; 
}

#boxCategories ul ul li a.normal:hover {
    color: #006ab3;
}

#boxCategories ul ul li a.active {
    font-size: 1.2em;
    font-style:italic;
    color: #006ab3;
    text-decoration:none;
    background-image: url(img/icon_ukat.gif);
    background-repeat: no-repeat;
    background-position: 2px 5px;
    padding-left: 15px; 
}

#boxCategories ul ul li a.active:hover {
    color: #006ab3;
}

/*************************

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Weitere Unterebenen können hier definiert werden 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

        dritte ebene  (Unter_Unter_Kategorie) 

**************************

#boxCategories ul ul ul {
    margin: 0px 0px 0px 2px;
    padding: 0px;
    border: 1px solid #990033;
}

#boxCategories ul ul ul li {
    padding: 2px;
}

#boxCategories ul ul ul li a.normal {
    font-size: 1.2em;
    color: #990033;
    background-image: url(img/arrow_green.gif);
    background-repeat: no-repeat;
    background-position: 2px 2px;
    padding-left: 15px; 
}

#boxCategories ul ul ul li a.normal:hover {
    font-size: 1.2em;
    color: #000000;
    background-image: url(img/arrow_right.gif);
    background-repeat: no-repeat;
    background-position: 2px;
    padding-left: 15px;
}

#boxCategories ul ul ul li a.active {
    font-size: 1.2em;
    color: #3399ff;
    font-weight: bold;
    background-image: url(img/arrow_green.gif);
    background-repeat: no-repeat;
    background-position: 2px 2px;
    padding-left: 15px; 
}

#boxCategories ul ul ul li a.active:hover {
    font-size: 1.2em;
    color: #99ccff;
    font-weight: bold;
    background-image: url(img/arrow_right.gif);
    background-repeat: no-repeat;
    background-position: 2px;
    padding-left: 15px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

vierte ebene (Unter_Unter_Unter_Kategorie

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

#boxCategories ul ul ul ul {
    margin: 0px 0px 0px 2px;
    padding: 0px;
    border: 1px solid #ff3300;
}

#boxCategories ul ul ul ul li {
    padding: 2px;
}

#boxCategories ul ul ul ul li a.normal {
    font-size: 1.2em;
    color: #ff3300;
    background-image: url(img/icon_arrow.jpg);
    background-repeat: no-repeat;
    background-position: 2px 5px;
    padding-left: 15px; 
}

#boxCategories ul ul ul ul li a.normal:hover {
    font-family: Tahoma, Verdana, Arial, san-serif;
    font-size: 1.2em;
    color: #330066;
    background-image: url(img/arrow_green.gif);
    background-repeat: no-repeat;
    background-position: 2px;
    padding-left: 15px;
}

#boxCategories ul ul ul ul li a.active {
    font-family: Tahoma, Verdana, Arial, san-serif;
    font-size: 1.2em;
    color: #330066;
    font-weight: bold;
    background-image: url(img/icon_arrow.jpg);
    background-repeat: no-repeat;
    background-position: 2px 5px;
    padding-left: 15px; 
}

#boxCategories ul ul ul ul li a.active:hover {
    font-size: 1.2em;
    color: #cc99ff;
    font-weight: bold;
    background-image: url(img/arrow_green.gif);
    background-repeat: no-repeat;
    background-position: 2px;
    padding-left: 15px;
}

***********************************************/


/* *** hyperlinks *** */
A {
  color: #000;
  text-decoration: underline;
}

A:hover {
  color: #006AB3;
  text-decoration: underline;
}

#footer a{
    color:#FFF;
    text-decoration: none;
}

A.pw {
	color: #3b3b3b;
	text-decoration: underline;
}

A.pw:hover {
	color: #006AB3;
}

A.boxLink {
	color: #006AB3;
	font-weight: bold;
	text-decoration:none;
}

A.boxLink:hover {
	font-weight: bold;
	text-decoration: underline;
}

A.boxLinkText {
	text-decoration: underline;
}

A.boxLinkText:hover {
	color: #006AB3;
}

A.show_left {
	color: #FFF;
	background-image: url(img/icon_more.gif);
	background-repeat: no-repeat;
    background-position: 95% center;
    display: block;
    width: 100%;
	text-decoration: none;
}

A.show_left:hover {
	background-image: url(img/icon_more_light.gif);
	background-repeat: no-repeat;
	color: #FFF;
	text-decoration: none;
}

A.show_right {
	color: #FFF;
	background-image: url(img/icon_more_light.gif);
	background-repeat: no-repeat;
    background-position: 95% center;
    display: block;
    width: 100%;
	text-decoration: none;
}

A.show_right:hover {
	background-image: url(img/icon_more.gif);
	background-repeat: no-repeat;
	color: #FFF;
	text-decoration: none;
}

A.searchlink {
	color: #3b3b3b;
	text-decoration: none;
}

A.searchlink:hover {
	color: #3b3b3b;
	text-decoration: underline;
}

.box_shipping_link a {
	color: #3b3b3b;
}

.box_shipping_link a:hover {
	color: #006AB3;
}

.products_link {
	color: #006AB3;
	font-weight: bold;
	text-decoration: none;
}

.products_link:hover {
	color: #006AB3;
	text-decoration: underline;
}

A.reviews_link {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

A.reviews_link:hover {
	color: #3b3b3b;
	font-weight: bold;
	text-decoration: none;
}

A.gift_box {
	background-image: url(img/img_gift.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	height: 40px;
	width: 48px;
	display: block;
}

A.gift_box:hover {
	background-image: url(img/img_gift.gif);
	background-repeat: no-repeat;
	background-position: 0px -40px;
	text-decoration: none;
	height: 40px;
	width: 48px;
	display: block;
}

A.gift_link {
	font-weight: bold;
	color: #E5861F;
	text-decoration: underline;
}

A.gift_link:hover {
	font-weight: bold;
	color: #3b3b3b;
	text-decoration: underline;
}

A.pageResults {
	color: #cdcdcd;
	text-decoration: underline;
}

A.pageResults:hover {
  color: #feb13d;
}

A.confirmationEdit {
	color: #006AB3;
	font-style: italic;
	font-weight: normal;
}

A.confirmationEdit:hover {
	color: #006AB3;
	font-style: italic;
	text-decoration: underline;
	font-weight: normal;
}

A.catLink {
	font-size: 12px;
	font-weight: bold;
}

A.catLink:hover {}

A.first {
	background-image: url(img/navigator/nav_first.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 15px;
	width: 25px;
	display: block;
	padding: 0px 25px 0px 25px;
}

A.back {
	background-image: url(img/navigator/nav_back.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	height: 15px;
	width: 15px;
	display: block;
	padding: 2px 25px 2px 25px;
}

A.next {
	background-image: url(img/navigator/nav_next.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 15px;
	width: 15px;
	display: block;
	padding: 0px 25px 0px 25px;
}

A.last {
	background-image: url(img/navigator/nav_last.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 15px;
	width: 25px;
	display: block;
	padding: 0px 25px 0px 25px;
}

#copyright a{
    text-decoration: none;
    color:#006ab3;
}

#copyright a:hover{
    color:#006ab3;
}


/* *** misc *** */
div.copyright{
    color:#999;
}

img{
    border:0;
}

FORM {
    display: inline;           
}

.onepxwidth {
    width: 1px;
}

CHECKBOX, INPUT, RADIO, SELECT {
    font-size: 11px;
}

TEXTAREA {
  width: 98%;
  font-size: 11px;
}

.input{
    padding:2px;
    border-top:1px solid #000;
    border-left:1px solid #000;
    border-right:1px solid #999;
    border-bottom:1px solid #999;
}

#button_right {
    padding-top: 5px;
    text-align: right;
}

.moduleRow {
    font-size: 11px;
    line-height: 1.5;
    color: #3b3b3b;
    background-color: #bfbfbf;
    cursor: pointer;
}

.moduleRowOver {
    font-size: 11px;
    line-height: 1.5;
    color: #3b3b3b; 
    background-color: #ffc56f;
    cursor: pointer; 
}

.moduleRowSelected {
    font-size: 11px;
    line-height: 1.5;
    color: #3b3b3b; 
    background-color: #ffc56f;
}

div.img_container {
    width: 181px;
    height: 222px;
    text-align: center;
    padding:2px;
    background-image: url('img/produkt_rahmen_l.jpg');
    background-repeat:no-repeat;
}

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

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

.subBar {
  background: #f4f7fd;
}

.subBar {
  font-size: 10px;
  color: #000000;
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

.tableBody {
padding: 5px;
}

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

div.cc_form{
    width:300px;
    text-align: right;
    margin:25px auto;
    padding:10px;
    border:1px solid #000;
}

div.cc_form label{
    padding:0px;
}

div.cc_form input{
    margin:3px;
}

.dynamic-tab-pane-control.tab-pane {
    position:   relative;
    width:      100%;       /* width needed weird IE bug */
    margin-right:   -2px;   /* to make room for the shadow */
    margin-top: 15px;
}

.dynamic-tab-pane-control .tab-row .tab {
    width:              auto;
    height:             16px;
    background-image:   url(img/tab.png);
    background-repaet:  repeat-x;
    position:       relative;
    top:            0;
    display:        inline;
    float:          left;
    overflow:       hidden;
    cursor:         pointer;
    margin:         1px -1px 1px 2px;
    padding:        4px 10px 2px 10px;
    border:         0;
    z-index:        1;
    font:           11px Tahoma;
    white-space:    nowrap;
    text-align:     center;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
    width:              auto;
    height:             18px !important;
    background-image:   url(img/tab.active.png) !important;
    background-repaet:  repeat-x;
    border-bottom-width:    0;
    z-index:        3;
    padding:        4px 10px 2px 10px;
    margin:         1px -3px -3px 0px;
    top:            -2px;
    font:               11px Tahoma;
}

.dynamic-tab-pane-control .tab-row .tab a {
    font:               11px Tahoma;
    color:              Black;
    text-decoration:    none;
    cursor:             pointer;
}

.dynamic-tab-pane-control .tab-row .tab.hover {
    font:               11px Tahoma;
    width:              auto;
    height:             16px;
    background-image:   url(img/tab.hover.png);
    background-repaet:  repeat-x;
    padding: 4px 10px 2px 10px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.dynamic-tab-pane-control .tab-page {
    clear:          both;
    border:         1px solid rgb( 145, 155, 156 );
    background:     rgb( 252, 252, 254 );
    z-index:        2;
    position:       relative;
    top:            -2px;
    font:               11px Tahoma;
    color:              Black;
    filter:         progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#fffcfcfe, EndColorStr=#fff4f3ee, GradientType=0)
                    progid:DXImageTransform.Microsoft.Shadow(Color=#ff919899, Strength=2, Direction=135);
    /*244, 243, 238*/
    /* 145, 155, 156*/
    padding:        10px;
}

.dynamic-tab-pane-control .tab-row {
    z-index:        1;
    white-space:    nowrap;
}