/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

html,body {
    margin: 0;
    padding: 0;
}

body {      
    font-family: hevetica, sans-serif;
    font-size:12px;
    text-align: center;
    color: #FFF;
    background-color: #000000;
}
        
#container {
    width: 100%; 
    min-height:100%;
    position:relative;
    /*background-image: url('img/outer_bg.gif');
    background-repeat: no-repeat;
    background-position: bottom center;*/
}

/* commented backslash hack v2 \*/ 
* html #container {height:100%;}        
/* html #container {width:994px;w\idth:992px;}*/
/* end hack */ 

#innerwrap{
    width:930px;
    text-align: left;
    margin-left:auto;
    margin-right:auto;
    line-height: 1.5em;
    background-image: url('img/innerwrap_bg.gif');
    background-repeat: repeat-y;
    background-position: center;
}

#mainheader {
    position:absolute;
    left:0;
    top:0;
    height: 364px;
    width:100%;
    z-index:1;
    background-color: #000000;
}

* html #mainheader {height:364px;he\ight:364px}

#header {
    height: 355px;
    width:930px;
    margin: 0px auto;
    padding-top: 50px;
    position:relative;
    z-index:2;
    overflow:hidden;
    background-color: #000000;
}

* html #header {height:355px;he\ight:355px}

#logocontainer{
    float: left;
    width:209px;
    padding:15px 25px;
}

* html #logocontainer {padding:15px 23px 15px 24px;}

#header_center_container{
    float: left;
    width:211px;
    padding:30px 10px;
    text-align: left;
}  

#sidebar {
    float:left;
    width: 126px;
    padding:0px 0px 0px 10px;
    background-image: url('img/sidebar_bg.gif');
    background-repeat: repeat-y;
    background-position: left;
}

#content {
    width: 759px;
    margin-left:146px;
    padding:10px 0px 10px 15px;
}

#footer {
    position:absolute;
    bottom:0;
    width:870px;
    height: 20px;
    padding: 10px 30px;
    text-align: center;
    background-image: url('img/footer_bg.gif');
    background-repeat: repeat-y;
    background-position: center;
}

* html #footer {height:20px;he\ight:20px;}

#clearfooter {height:40px;width:100%;clear:both}

#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 #C97D1A;
    border-bottom:1px solid #C97D1A;
    padding:25px 0px;
    margin:5px 0px;
}

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


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

p,h1{margin-bottom:1em}

.main {

}

.main2 {
  font-size: 0.95em;
}

span.catcount {
    color: #ff0000;
}

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

.contentsTopics {
	height:16px;
    font-size: 1.4em;
    font-weight: bold;
    vertical-align: middle;
    padding: 1px 10px 4px 15px;
    margin: 0px;
    background-image: url(img/contentsTopics_bg.gif);
    background-repeat: no-repeat;
    background-color: #0094ca;
}

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: #c97d1a;
}

#contentsBG {
    padding: 0px;
    margin-bottom: 25px;
    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; }

.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;
}

/* *** 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;
}

SPAN.greetUser {
  font-size: 12px;
  font-weight: bold;
}

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

.sitemap_heading a {

}

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

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

.sitemap_sub a {
    color:#dadada;
}

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

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

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

.manufacturers_heading a:hover {
    color: #c97d1a; 
}


/* *** 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: #c97d1a;
}

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

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

.boxTextBGII {
    font-size: 11px;
    border: 1px solid #c97d1a;
}

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

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

SPAN.products_price {
    font-size: 1.1em;
    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;
}

img.image_border{
    border:1px solid #0094ca;
}


/* *** product info *** */
SPAN.info_price {
    font-size: 1.2em;
    color: #C97D1A;
    font-weight: bold;
}

.tableListingI {

}

.tableListingII {
    background-color: #ced0d1;
}

.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;
}

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 {
    font-size: 12px;
    text-decoration: none;
}

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

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

.inputRequirement { 
    font-size: 0.9em; 
}

.address_lable {
    background-color: #e0b57e;
    border:1px solid #C97D1A;
    font-size: 12px;
    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;
}

.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; 
    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 #C97D1A;
    padding: 3px;
    margin-top: 2px;
}

SPAN.checktext {
    font-weight: normal;
}

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

.successTopics {
    font-size: 14px;
    color: #c97d1a;
    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 *** */
.shopbox {
    margin: 0px;
    padding: 0px;
}

.boxText, .box_text a { 
}

.infoBoxHeading_left {
    font-weight: bold;
    height: 27px;
    line-height: 31px;
    vertical-align: middle;
    text-indent: 10px;
    padding-top:4px;
    background-image: url(img/boxes/box_title.gif);
    background-repeat: no-repeat;
}

.infoBox_left {
    margin: 0px;
    padding: 5px;
}

.infoBox_left_center {
    text-align: center;
    margin: 0px;
    padding: 5px;
}

.infoBoxHeading_right {
    font-weight: bold;
    height: 27px;
    line-height: 31px;
    vertical-align: middle;
    text-indent: 10px;
    padding-top:4px;
    background-image: url(img/boxes/box_title.gif);
    background-repeat: no-repeat;
}

.infoBox_right {
    margin: 0px;
    padding: 5px;
}

.infoBox_right_center {
    text-align: center;
    margin: 0px;
    padding: 5px;
}

.infoBoxHeading_TopBox{
    background-image: url(img/boxes/box_title_top.gif);
    background-repeat: no-repeat;	
}

.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 #c97d1a;
}

.bestsellers  {
    font-size: 11px;
}

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

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

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

#box_information li, #box_content li, #box_extra1 li, #box_extra2 li {
    list-style: none;   
    margin: 3px 0px 0px 0px;
    padding: 3px 5px 3px 5px; 
    border-bottom: 1px solid #000;
}

#box_information li a, #box_content li a, #box_extra1 li a, #box_extra2 li a  {
    color:#FFF;
    text-decoration: none;
    display:block;
    width:116px;
}

#box_information li a:hover, #box_content li a:hover, #box_extra1 li a:hover, #box_extra2 li a:hover {
    background-color: #0094ca;
}


/* *** navigation *** */
TD.topNavigation {
    background-color: #393939;
    padding: 0px;
}

UL#top_navigation {
    vertical-align: top;
    margin: 0px;
    padding: 0px;
}

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

UL#top_navigation li a {
    color: #3b3b3b;
    padding:15px 20px;
    font-weight: bold;
    display:block;
    height: 17px;
    text-decoration: none;
    border-left: 1px solid #f7ecca;
}

UL#top_navigation li a:hover {

}

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

A.headerNavigation  { 
  color: #93391b; 
}

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

#boxCategories {
    
}

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

#boxCategories ul li {
    list-style-type: none;
    padding: 2px;
    border-bottom: 1px solid #000;
}

#boxCategories ul li a.normal {
    font-size: 1.2em;
    color: #FFF;
    text-decoration:none;
    display:block;
    width:119px;
}

#boxCategories ul li a.normal:hover {
    background-color: #0094ca;
}

#boxCategories ul li a.active {
    font-size: 1.2em;
    font-style:italic;
    color: #FFF;
    text-decoration:none;
    background-color: #0094ca;
    display:block;
    width:119px;

}

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

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

#boxCategories ul ul li {
    padding: 2px;
    border-bottom: 0px solid #000;
}

#boxCategories ul ul li a.normal {
    font-size: 1.2em;
    color: #FFF;
    text-decoration:none;
    display:block;
    width:115px;
}

#boxCategories ul ul li a.normal:hover {
    color: #000;
    background-color: #0094ca;
}

#boxCategories ul ul li a.active {
    font-size: 1.2em;
    font-style:italic;
    color:#FFF;
    text-decoration:none;
    display:block;
    width:115px;
}

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

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

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

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: #FFF;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
  color:#0094ca;
}

#footer a{
    color:#a29776;
}

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

A.pw:hover {

}

A.boxLink {

}

A.boxLink:hover {

}

A.boxLinkText {

}

A.boxLinkText:hover {

}

A.show_left, A.show_right {
    color: #3b3b3b;
    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, A.show_right:hover {
    background-image: url(img/icon_more_light.gif);
    background-repeat: no-repeat;
    background-color: transparent;
    color: #333333;
    text-decoration: none;
}

A.searchlink {

}

A.searchlink:hover {

}

.box_shipping_link a {

}

.box_shipping_link a:hover {

}

.products_link {
	font-size: 1.2em;
	color: #0094ca;
}

.products_link:hover {

}

A.reviews_link {

}

A.reviews_link:hover {

}

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: #C97D1A;
    font-style: italic;
    font-weight: normal;
}

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

A.catLink {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    display: block;
    width: 225px;
    height: 22px;
    padding-left:15px;
    background-image: url(img/catLink_bg.gif);
    background-repeat: no-repeat;
}

A.catLink:hover {
    color:#FFF;
    text-decoration:underline;
}

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:#cbb390;
}

#copyright a:hover{
    color:#83602e;
}


/* *** 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 {
	margin-bottom: 15px;
}

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-repeat:  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-repeat:  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-repeat:  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;
}

/* *** forms *** */
form{
    margin:0px;
    padding:0px;
}

input, textarea, select{
    font:normal 11px Verdana,Arial,sans-serif;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}

input, textarea{
    text-indent:2px;
}

input.button, input.submit_button{
    background-color: #FFF;
    color: #333;
    border: 1px solid #417d14;
    font-weight: bold;
    font-style:italic;
    font-size: 1.1em;
}

input.radio_field, input.checkbox_field{
    border: none;   
}


fieldset {
    display:block;
    border:1px solid #ccc;
    clear:both;
}
            
* html fieldset {padding: 10px;}
            
legend {
    background:#efe2e2;
    padding:4px;
    border:1px solid #6a1b1b;
    border-right-width:2px;
    border-bottom-width:2px;
    margin-bottom:4px;
    font-weight:bold;
}

label {margin: 5px 0px;} 


/* *** misc *** */
table tr td {
    vertical-align: top;
}

.NoBorder{
    border:none;
}

a img{
    border: none;	
}

hr{
    height: 1px;
    border: none;
    color: #FFF;
    background-color: #FFF;
    margin:15px auto;   
}

/* *** tabber tab *** */
.tabberlive .tabbertabhide {
 display:none;
}

.tabber {
	display: none;
}

.tabberlive {
 margin-top:1em;
}

ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #0094ca;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #0094ca;
 border-bottom: none;
 background: #0094ca;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #FFF; }
ul.tabbernav li a:visited { color: #FFF; }

ul.tabbernav li a:hover
{
 color:#000;
 background: #0094ca;
 border-color: #0094ca;
}

ul.tabbernav li.tabberactive a
{
 background-color: #000;
 border-bottom: 1px solid #000;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #FFF;
 background: #000;
 border-bottom: 1px solid 000;
}

.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #0094ca;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
