/* -----------------------------------------------------------------------------------------   $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:992px;/* for mozilla*/
	background-color: #FFF;
	color: #292927;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
}

#outer{
	height:100%;
	min-height:100%;
	width:992px;
	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:987px;
}

#header{
	position:absolute;
	top:0;
	/*left:-1px;*/
	width:992px;
	height:307px;
	background-color:#f1f1eb;
	background-image: url('img/header_bg.gif');
	background-repeat:no-repeat;
	/*overflow:hidden;*/
	/*z-index:100;*/
}

#breadcrumb{
	font-size:1em;
	font-style: italic;
	padding-left:15px;
	color:#91918b;
	position:absolute;
    bottom:15px;
}

#navbar_top{
  height:70px;
  width:100%;
}

#navbar_bottom{
  height:50px;
  position:absolute;
  bottom:36px;
  width:100%;
}

#search{
	float:right;
	margin-right: 15px;
}

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

#footer {
	width:992px;
	clear:both;
	height:75px;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
    background-image: url(img/footer_bg.gif);
    background-repeat: no-repeat;
    text-align: left;
    padding-top: 23px;
}

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

#footer_left{
  float:left;
  height: 28px;
  width:210px;
  padding-left:7px;
  font-size: 0.8em;
}

#footer_right{
  float:left;
  height: 28px;
  width:767px;
}

#footer_bottom{
	clear: both;
    width: 992px;
    text-align: center;
    color: #787872;
    font-size: 0.9em;
}

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

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

#clearfooter {width:100%;height:98px;clear:both} /* to clear footer */

#logo {
	margin-top: 50px;
	margin-left: 15px;
    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 #292927;
    border-bottom:1px solid #292927;
    padding:25px 0px;
    margin:5px 0px;
}

div.bottom_hr {
    width:100%;
    background-image: url(img/dotted.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom:25px;
    margin-bottom:5px;
}


/* *** text default *** */.main {	line-height: 1.5;}

.main2 {  font-size: 0.95em;  line-height: 1.5;  color: #3b3b3b;}

span.catcount {
    color: #AF3641;
}

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

.contentsTopics, h1.search_title {
    font-size: 1.5em;
    font-style:italic;
    color: #91918b;
    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;
    color: #91918b;
}

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

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

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

SPAN.productSpecialPrice {
  color: #AF3641;
}

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

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

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

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

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

.infoBoxNotice {
  background: #FFF;
  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-color: #F1F1EB;
  border: 1px solid #990033;
  color: #000;
  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, div.copyright{
    font-size:0.8em;
    color:#cbb390;
}

/* *** homepage *** */#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: #292927;
  font-weight: bold;
}

/* *** sitemap *** */
.sitemap_heading {
    font-size: 10pt; 
    color: #484848; 
    border-top: 1px solid #292927;
    border-bottom: 1px solid #292927;
    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 #292927; 
    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: #F1F1EB;
    border: 1px solid #91918B;
    padding-top: 2px; 
    padding-bottom: 2px;
}

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

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


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

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

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

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

.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;
    color: #292927;
    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:1px solid #91918B;
}


/* *** product info *** */
h1.product_title{
    margin-top:0;
    font-size:1.5em;
    font-style:italic;
    color: #91918B;
}

h2.product_title{
    margin-top:0;
    font-size:1.2em;
    color: #292927;
    background-color: #ddddd6;
    border-top: 1px solid #91918b;
    padding: 2px 10px 3px 10px;
}

h1.product_info_cat_name{
    background: url(img/cat_name_bg.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom:5px;
    color: #91918b;
    font-size:1.5em;
    font-style:italic;
}

SPAN.info_price {
    font-size: 1.2em;
    color: #292927;
    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;
}

.remind_lable {
    background-color: #F1F1EB;
    border:1px solid #91918B;
    font-size: 12px;
    color: #3b3b3b;
    padding: 5px;
    margin-top: 25px;
    width: 280px;
}

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

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: 0px 2px;
    padding: 0px 5px 0px 25px;
}

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; 
    color: #3b3b3b;
}

.address_lable {
    background-color: #F1F1EB;
    border:1px solid #91918B;
    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: #292927;
    margin-top:15px;
}

.checkoutBarCurrent { 
    font-size: 10px; 
    color: #292927;
    font-weight:bold;
    margin-top:15px;
}

.checkout_bullet, .checkout_bullet2 {
    background-image: url(img/checkout_bullet.gif);
    background-repeat: no-repeat;
    background-position: center;
    width:140px;
    margin-top:15px;
}

.conditions {
    color: #333;
    background-color: #F1F1EB;
    border: 1px solid #91918B;
    padding: 3px;
    margin-top: 2px;
}

SPAN.checktext {
    font-weight: normal;
}

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

.successTopics {
    font-size: 14px;
    color: #292927;
    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 0px 20px 0px;
    padding: 0px 0px 10px 0px;
    background-image: url('img/infoBox_bg.gif');
    background-position: bottom center;
    background-repeat: repeat-x;
}

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

.infoBoxHeading_left, .infoBoxHeading_right, .infoBoxHeading_module {
    font-size: 1.1em;
    font-weight: bold;
    font-style: italic;
    color: #91918b;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
}

.infoBoxHeading_module {
    text-indent: 10px;	
}

.infoBox_left, .infoBox_right {
    font-size: 0.9em;
    padding: 0px;
}

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

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

.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: #91918B;
    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; 
}

#box_information li a, #box_content li a, #box_extra1 li a, #box_extra2 li a {
    text-decoration: none;
    font-size: 1.05em;
    color: #91918B;
}

#box_information li a:hover, #box_content li a:hover, #box_extra1 li a:hover, #box_extra2 li a:hover {
    text-decoration: none;
    font-size: 1.05em;
    color: #292927;
    padding: 0px;
}


/* *** navigation *** */
#navbar_bottom ul{
    vertical-align: top;
    margin: 15px 0px 0px 15px;
    padding: 0px;
}

#navbar_bottom ul li {
    list-style: none;
    float: left;
}

#navbar_bottom ul li a {
    color: #91918b;
    font-size: 1.2em;
    font-weight: bold;
    display:block;
    padding: 0px 0px 0px 15px;
    margin: 0px 15px 0px 0px;
    text-decoration: none;
    background-image: url(img/navbar_bottom_menu_bg.gif);
    background-repeat: no-repeat;
    background-position: left;
}

#navbar_bottom ul li a:hover {
	color: #5c5c5c;
	background-image: url(img/navbar_bottom_menu_hov_bg.gif);
}

#top_right_navigation{
    float: right;
    width:350px;
    vertical-align: top;
    margin: 9px 15px 0px 0px;
    padding: 0px;
}

#top_right_navigation li {
    list-style: none;
    float: right;
}

#top_right_navigation li a {
    color: #91918b;
    font-size: 1.1em;
    font-weight: bold;
    display:block;
    height:13px;
    padding: 15px 0px 0px 0px;
    margin: 0px 0px 0px 20px;
    text-decoration: none;
}

#top_right_navigation li a:hover {
    color: #5c5c5c;
}

#top_cart_link{
	background-image: url(img/cart_icon.gif);
    background-repeat: no-repeat;
    background-position: right top;
    padding-right: 30px !important;
}

#top_cart_link:hover{
    background-image: url(img/cart_icon_hover.gif);
}

#top_left_navigation{
	float: left;
    width:612px;
    vertical-align: top;
    margin: 50px 0px 0px 15px;
    padding: 0px;
}

#top_left_navigation li {
    list-style: none;
    float: left;
}

#top_left_navigation li a {
    color: #91918b;
    font-size: 1.1em;
    font-weight: bold;
    display: block;
    padding: 0px 0px 0px 10px;
    margin: 0px 10px 0px 0px;
    text-decoration: none;
    background-image: url(img/navbar_top_menu_bg.gif);
    background-repeat: no-repeat;
    background-position: left;
}

#top_left_navigation li a:hover {
    color: #5C5C5C;
    background-image: url(img/navbar_top_menu_hov_bg.gif);
}

#footer_right ul{
    vertical-align: top;
    margin: 0px;
    padding: 0px;
}

#footer_right ul li {
    list-style: none;
    float: left;
}

#footer_right ul li a {
    color: #787872;
    display: block;
    padding: 0px;
    margin: 0px 10px;
    text-decoration: none;
}

#footer_right ul li a:hover {
    color: #5C5C5C;
}

A.headerNavigation  {   text-decoration: none;}

#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: #91918b;
    text-decoration:none;
    background-image: url(img/icon_kat.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 15px;
}

#boxCategories ul li a.normal:hover {
    color: #292927;
    background-image: url(img/icon_kat_h.gif);
}

#boxCategories ul li a.active {
    font-size: 1.2em;
    font-weight: bold;
    text-decoration:none;
    background-image: url(img/icon_kat.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 15px;
    color: #91918b;
}

#boxCategories ul li a.active:hover {
    color: #292927;
    background-image: url(img/icon_kat_h.gif);
}

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

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

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

#boxCategories ul ul li a.normal:hover {
    color: #292927;
    background-image: url(img/icon_ukat_h.gif);
}

#boxCategories ul ul li a.active {
    font-size: 1.1em;
    font-weight: bold;
    text-decoration:none;
    background-image: url(img/icon_ukat.gif);
    background-repeat: no-repeat;
    background-position: 2px 5px;
    padding-left: 20px;
    color: #91918b;
}

#boxCategories ul ul li a.active:hover {
    color: #292927;
    background-image: url(img/icon_ukat_h.gif);
}

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

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

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: #292927;  text-decoration: underline;}
A:hover {  color: #5C5C5C;}

A.show_left, A.show_right {
    color: #91918b;
    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;
    color: #333333;
    text-decoration: none;
}

A.searchlink {
	font-size: 0.8em;	color: #91918b;	text-decoration: underline;}

A.searchlink:hover {	color: #5C5C5C;}

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.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;}

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

img{
    border:0;
}

FORM {
    display: inline;           
}

.clear {
    clear: both;
}

.onepxwidth {
    width: 1px;
}

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

TEXTAREA {
  width: 98%;
  font-size: 11px;
  border:1px solid #91918B;
}

BUTTON{
    padding: 0px;
    margin:0px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    width:100%;
}

.input{
    padding:2px;
    border:1px solid #91918B;
}

#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: #F1F1EB;
    cursor: pointer; 
}

.moduleRowSelected {
    font-size: 11px;
    line-height: 1.5;
    color: #3b3b3b; 
    background-color: #F1F1EB;
}

.yourstyle{
    position: absolute;
    top: 7px;
    left: 470px;
    visibility: hidden;
    z-index: 100;
}

div.img_container {
    float:left;
    margin-top: 27px;
}

div.img_border_outer {
	border: 1px solid #ddddd6;
	padding: 1px;
	margin: 0px 5px 5px 5px;
}

div.img_border_inner {
    border: 2px solid #f1f1eb;
    padding: 10px 5px;
}

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

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 #292927;
}

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 );
    z-index:        2;
    position:       relative;
    top:            -2px;
    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;
}


/* *** search suggest *** */
#txtSearch{
	height: 14px;
	width:150px;
	padding:1px;
    border:1px solid #91918B;
    color:#91918B;
}

.suggest_link {
    display:block;
    background-color: #FFFFFF;
    padding: 2px 6px 0px 6px;
    min-height:45px;
    border-bottom:1px solid #91918B;
}

.suggest_link_over {
    color: black;
    background-color: #F1F1EB;
    padding: 2px 6px 0px 6px;
    cursor:pointer;
    border-bottom:1px solid #91918B;
    min-height:45px;
}

#search_suggest {
    position:absolute;
    margin-left: -199px;
    text-align: left; 
    border: 1px solid #292927;  
    background-color:#ffffff;  
    display: none;
    z-index: 1000;
    height:450px;
    width:350px;
    overflow:auto;
}

.autosuggest_intro {
    height:22px;
    padding-top:3px;
    padding-left:5px;
    padding-right:5px;
    border-bottom:1px solid #91918B;
}

.suggestclose_link {
    font-weight:bold;
    display:block;
    height:21px;
    padding-top:4px;
    padding-left:5px;
    border-bottom:1px solid #91918B;
    text-align: left;
}

.suggestclose_link:hover {
    cursor:pointer;
}

.suggestmore_link {
    font-weight:bold;
    display:block;
    height:21px;
    padding-top:4px;
    padding-right:5px;
    border-bottom:1px solid #91918B;
}

.suggestmore_link:hover {
    text-decoration:none;
    cursor:pointer;
}

#suggest_image {
    width:44px;
    background-color:#ffffff;
    text-align:center;
    border:1px solid #91918B;
}

.suggest_image {
    width:44px;
    float:left  ;
}

.suggestwidth {
    width:320px;
}

.suggest_productsname {
    width:210px;
    float:left;
    padding-left:5px;
}

.suggest_products_price {
    white-space:nowrap;
    float:right;
}

.autosuggest_no_products {
    height:22px;
    padding-top:3px;
    padding-left:5px;
    padding-right:5px;
    border-bottom:1px solid #91918B;
}

/* *** magic zoom *** */
/* CSS class for zoomed area */
.MagicZoomBigImageCont {
    border: 1px solid #91918B;
}

/* Header look and feel CSS class */
/* header is shown if "title" attribute is present in the <a> tag */
.MagicZoomHeader {
	font: 10px Tahoma, Verdana, Arial, sans-serif;
	color: #fff;
	background: #91918B;
	text-align: center;
}

/* CSS class for small looking glass square under mouse */
.MagicZoomPup {
	border: 1px solid #91918B;
	background: #fff;
}

