/* -----------------------------------------------------------------------------------------   $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 *** */* {margin: 0; padding: 0;}html{ overflow-y: scroll;}
/* mac hide\*/
html, body {height:100%}
/* end hide */

body {
    padding:0;
	margin:0;
	text-align:center;
	min-width:992px;/* for mozilla*/	background: #c8c8c8 url('img/body_bg.gif') repeat-x top center;
	color: #000;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
}

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

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

#innerwrap, #innerwrap_wide {/* enables content first */
	float:left;
	width:761px;	padding-top:198px;/*needed to make room for header*/	background: url('img/innerwrap_bg.gif') no-repeat 231px 195px;
}#innerwrap_wide {    width:992px;    background: url('img/innerwrap_wide_bg.gif') no-repeat 231px 195px;}

#header{
	position:absolute;
	top:0;
	/*left:-1px;*/
	width:992px;
	height:191px;
	background-image: url('img/header_bg.jpg');
	background-repeat:no-repeat;
	/*overflow:hidden;*/
	color: #000000;	border-bottom: 7px solid #FFF;
	z-index:100;
}
#logo {    float: left;    width: 231px;}#head_center{    float: left;    width: 370px;
    padding-top:90px;
    padding-left:160px;	}* html #head_center{    width: 365px;   }#head_left{    float: left;    width: 231px;}
#navbar{  width:100%;
}

#search{	height:25px;    width: 202px;    margin: 0px 15px 0px 15px;    padding: 0px;    vertical-align: middle;}

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

#right, #right_homepage {
	position:relative;/*ie needs this to show float */
	width:231px;
	float:right;
	padding-top:258px;/*needed to make room for header*/
	padding-bottom:2px;/* needed to make room for footer */	background: url('img/right_bg.gif') no-repeat 0px 195px;
}#right_homepage {    padding-top:550px;}

#footer {
	width:992px;
	clear:both;
	height:117px;	padding-top:25px;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
    font-size:0.9em;
    color:#909090;    background: #FFF url('img/footer_bg.gif') no-repeat 0px 0px;
}

#footer_left, #footer_right{
  float:left;
  width:231px;
}

#footer_center{
  float:left;
  width:530px;  line-height: 1.3em;
}
#clearfooter {width:100%;height:142px;clear:both} /* to clear footer */
#centrecontent, #centrecontent_homepage, #centrecontent_wide {
	width:530px;
	float:right;
	padding-bottom:2px;/* needed to make room for footer */
}#centrecontent_homepage {	margin-top: 290px;}#centrecontent_wide {    width:761px;}
#breadcrumb{    font-size:0.9em;    margin:19px auto 28px;    padding-left:17px;    color:#692913;}

#logo {
    background-image: url(img/top_logo.png);
    background-repeat: no-repeat;
    background-position: left;
    height: 120px;
}
/* *** misc *** */
#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 #da241c;
    border-bottom:1px solid #da241c;
    padding:25px 0px;
    margin:5px 0px;
}

div.bottom_hr {
    width:100%;
    border-bottom:1px solid #da241c;
    padding-bottom:25px;
    margin-bottom:5px;
}
img{    border:0;}.onepxwidth {    width: 1px;}input.input, textarea, select{    border:1px solid #000;    padding:2px;    width:170px;}textarea.input{    width:500px;}input.input:focus, textarea:focus, select:focus{    border:1px solid #DA251E;}fieldset {    display:block;    clear:both;    border: 1px solid #000;    margin-top:15px;    padding:10px;}legend {    padding:4px 0px;    border:none;    margin-bottom:4px;    font-weight:bold;}label {margin: 5px 0px;}input.button {    padding:1px 3px;    border:1px solid #000;    background-color: #CCCCCC;    cursor: pointer;}.MsoNormal {	background-color: #0F0;    color: #000;    padding: 10px;    letter-spacing: 10px;}

/* *** text default *** */#centrecontent p, #footer p {	margin-bottom: 10px;}#centrecontent ul, #centrecontent ol {    margin-left: 25px;    margin-bottom: 15px;}.main {	line-height: 1.5;	color: #000;}
.main2 {  font-size: 0.95em;  line-height: 1.5;  color: #000;}
span.catcount {
    color: #ff0000;
}

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

.contentsTopics, h2.search_title {
    font-size: 1.5em;
    font-style:italic;
    color: #000;
    font-weight: bold;
    vertical-align: middle;
    padding: 0px 12px 5px 15px;
    margin: 0px;

}

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

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

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

SPAN.productSpecialPrice {
  color: #ff0000;
}

SPAN.productOldPrice {	font-size: 0.75em;
    color: #990033;
    text-decoration: line-through;
}

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

.errorBox {
    font-size : 12px;
    color: #DA241C;
    border: 1px solid #990033;
    text-align: center;
    padding: 10px;    margin: 15px 10px 30px 15px;
}

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

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

.infoBoxNotice {
  background: #900C07;
  padding: 2px;  margin: 15px 0px;
}

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

.productsNotifications {
    background-color: #f2fff7;
}

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

.headerError {
  font-size: 12px;
  background: #DA241C;
  color: #ffffff;
  text-align : center;  padding: 10px;
}

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

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

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

/* *** sitemap *** */
.sitemap_heading {    padding-top: 15px;	}.sitemap_heading a {    text-decoration: none;}.sitemap_sub {    font-size: 9pt;     color: #dadada;     padding: 2px 10px;}.sitemap_sub a {    text-decoration: none;}

/* *** manufacturers *** */
.manufacturers_heading {
    background-color: #F0F0F0;
    border: 1px solid #DA241C;    text-align: center;    padding-top: 10px;
}

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

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

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

}

.boxTextBGIII {

}

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

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

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

.boxTextBGII {
    font-size: 11px;
    color: #000;
    border: 1px solid #da241c;
}

.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: #da241c;
    font-weight: bold;
}

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


/* *** category listing *** */
.products_table {	width: 100%;	border: 1px solid #dfdfdf;	margin-bottom: 15px;
}table.products_table tr td{	padding: 10px 5px;}table.products_table tr td tr td{    padding: 0px;}

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

.moreHeading {
    font-size: 12px;
    font-weight: bold;
    color: #000;    margin-bottom: 10px;
}

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


/* *** product info *** */#product_detail_box {
    background: url('img/product_detail_header_bg.gif') repeat-x top;    border: 1px solid #dfdfdf;    padding: 5px;    margin-bottom: 20px;}#product_detail_box h1.product_title{    color: #da241c;    height: 27px;    padding:7px 0px;    margin-bottom: 15px;    border-bottom:1px solid #dfdfdf;    font-size:1.4em;}#product_buy_box {	clear: both;	min-height:77px;	padding: 5px;	border: 1px solid #dfdfdf;	background: #f0f0f0 url('img/product_buy_box_bg.gif') repeat-x bottom;	margin-bottom: 50px;}#buynow_table input.input{    width: 40px;}#buynow_table {	margin-top:50px;}div.img_container {    float:left;    width:280px;}div.img_container_2 {    padding: 5px;    border: 1px solid #dfdfdf;}
span.info_price {
    font-size: 1.6em;
    color: #da241c;
    font-weight: normal;
}

.tableListingI {

}

.tableListingII {
    background-color: #ced0d1;
    color: #000;
}

.upcomingListingI {
    font-size: 0.83em;
}

.upcomingListingI a {
    color: #f1f1f1;
}

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

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

.upcomingListingII a {
    color: #000;
}

.upcomingListingII a:hover {
    color: #000;
    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: 50px;
}

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

TD.formArea {
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    padding-bottom: 50px;
}

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

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

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;
    color: #999999;
    text-decoration: underline;
}

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

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

.address_lable {
    background-color: #EFEFEF;
    border:1px solid #666666;
    font-size: 12px;
    color: #000;
    padding: 5px;
}

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


/* *** checkout *** */
#cart_quantity input.input{    width: 30px;}#cart_table tr td{    padding: 10px 5px;}#cart_table tr td table tr td{    padding: 0px 5px;}
.checkoutTitle {
    font-size: 11px;
    font-weight: bold;
    padding-top: 10px;    margin-top: 25px;
}

table.checkoutTable {
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;    margin-bottom: 25px;
}table.checkoutTable tr td { padding:5px; }table.checkoutTable tr td table tr td{ padding:0px 5px; }

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

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

.checkoutBarFrom, .checkoutBarTo, .checkoutBarCurrent { 
    font-size: 11px; 
    color: #000;
    margin-top:15px;
}

.checkoutBarCurrent { 
    font-weight:bold;
}

.checkout_bullet {
    background-image: url(img/checkout_bullet.gif);
    background-repeat: no-repeat;
    background-position: center;
    width:120px;
    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: #efefef;
    border: 1px solid #da241c;
    padding: 3px;
    margin-top: 2px;
}

SPAN.checktext {
    font-weight: normal;
}

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

.successTopics {
    font-size: 14px;
    color: #da241c;
    font-weight: bold;
    line-height: 24px;
    vertical-align: middle;
    padding: 10px 0px;
    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: #000;
  font-weight: bold;
}


/* *** boxes *** */
.boxText, .box_text a {     font-size: 0.9em;    color: #000;}#left .shopbox {
    margin: 0px 0px 30px 7px;
    padding: 0px;    border:1px solid #ed5d57;    border-bottom: none;}

.infoBoxHeading_left {
    font-size: 1em;
    font-weight: bold;
    color: #FFF;
    height: 34px;
    line-height: 34px;
    vertical-align: middle;
    text-indent: 35px;
    background-image: url(img/boxes/box_title_left.gif);
    background-repeat: repeat-x;
}

.infoBox_left, .infoBox_left_center {
    font-size: 0.9em;
    margin: 0px;
    padding: 5px 5px 5px 11px;    border-bottom:1px solid #ed5d57;    background-image: url(img/boxes/shopbox_left_bg.gif);    background-repeat: repeat-y;
}.infoBox_categories {    font-size: 0.9em;    margin: 0px;    padding: 5px;    border-bottom:1px solid #ed5d57;}#right .shopbox, #right_homepage .shopbox {	width: 200px;    margin: 0px 0px 30px 9px;    padding: 0px;    border:1px solid #b9b9b9;    border-bottom: none;}.infoBoxHeading_right {    font-size: 1em;    font-weight: bold;    color: #da241c;    height: 34px;    line-height: 34px;    vertical-align: middle;    text-indent: 10px;    background-image: url(img/boxes/box_title_right.gif);    background-repeat: repeat-x;}.infoBox_right, .infoBox_right_center {    font-size: 0.9em;    margin: 0px;    padding: 5px 5px 5px 11px;    border-bottom:1px solid #b9b9b9;    background-image: url(img/boxes/shopbox_right_bg.gif);    background-repeat: repeat-y;}

.infoBox_left_center, .infoBox_right_center {
    font-size: 0.9em;
    text-align: center;
    margin: 0px;
    padding: 5px;
}
.infoBoxHeading_module {    font-size: 1em;    font-weight: bold;    color: #da241c;    height: 25px;    line-height: 25px;    vertical-align: middle;    text-indent: 10px;    background-color: #eaeaea;    border-top: 1px solid #b6b6b6;    border-bottom: 1px solid #b6b6b6;    margin: 15px 12px 15px 15px}
div.boxPrice {
    font-weight: bold;    font-size:14px;
    padding: 3px;
    width: 80%;
    text-align: center;
    margin: 2px auto;
}.box_shipping_link {	font-weight: normal;	font-size: 10px;}

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

.boxTextPrice {
    font-size: 11px;
    color: #000;
    text-align: right;
    font-weight: bold;
}
ol.bestseller {	margin-left: 25px;}ol.bestseller li{	margin-bottom: 10px;}
.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: #FFF;
    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: 5px; 
}

#box_information li a, #box_content li a, #box_extra1 li a, #box_extra2 li a {	display: block;	background-image: url(img/boxlink_arrow.gif);    background-repeat: no-repeat;    background-position: 2px 4px;    padding-left: 20px;
    text-decoration: none;
    font-size: 1.05em;
    color: #FFF;
}

#box_information li a:hover, #box_content li a:hover, #box_extra1 li a:hover, #box_extra2 li a:hover {
    background-image: url(img/boxlink_arrow_hover.gif);    color: #C8C8C8;
}
#boxcart {    width: 190px;    height: 80px;    margin: 15px 15px 20px 15px;    padding: 5px;    border:1px solid #afafaf;    background-color: #FFF;    font-size: 12px;}#boxcart p {    margin-bottom: 10px;}#boxcart p.red{    color: #8e0c06;}#boxcart p.red a{	text-decoration: none;	color: #8e0c06;}#boxcart_total {    text-align: right;    border-top:1px solid #afafaf;    padding-top: 4px;}#homepage_box {    position: absolute;    z-index:10;    top:198px;    left:231px;    width:761px;    height:352px;    background: #FfF url('img/homepage_box_bg.gif') no-repeat left top;}#crossSlide{	float: right;    width: 516px;    height: 281px;    margin-right: 7px;}#homepage_box .shopbox {	float: right;    width: 225px;    margin-right: 6px;}#homepage_box .infoBoxHeading {    font-size: 1.2em;    font-weight: bold;    color: #FFF;    height: 40px;    line-height: 40px;    vertical-align: middle;    text-align:center;    margin-bottom: 15px;    background-image: url(img/boxes/box_title.gif);    background-repeat: repeat-x;    background-position: bottom;}#homepage_box .infoBox {    font-size: 0.9em;    margin: 0px;    padding: 5px 5px 5px 11px;    text-align: center;}#homepage_box A.show {    color: #FFF;    display: block;    width: 100%;    text-decoration: none;}#homepage_box A.show:hover  {    color: #C8C8C8;}#homepage_box .boxLink{    color: #FFF;    font-size: 1.2em;}#homepage_box div.boxPrice {    font-size: 16px;    color: #FFF;}#homepage_box SPAN.productOldPrice {    color: #ef6c67;    text-decoration: line-through;    font-size: 0.8em;}#homepage_box .box_shipping_link {	font-size: 0.6em;	font-weight: normal;}#homepage_box .box_shipping_link a{    color: #FFF;}
#gift_coupon {    margin-top: 85px;}
/* *** navigation *** */
UL#top_navigation {	vertical-align: top;	margin: 7px 5px;	padding: 0px;}
UL#top_navigation li {	list-style: none;	float: right;}
UL#top_navigation li a {	color: #565555;
	padding:5px 4px;	margin: 0px 5px;	font-weight: bold;
	display:block;
	height: 10px;
	text-decoration: none;
}* html UL#top_navigation li a {    width: 40px;	}
UL#top_navigation li a:hover {
}
#boxCategories ul {
    margin: 0px;
    padding: 0px;
}

#boxCategories ul li {
    list-style-type: none;
    padding: 2px;
    background-image: url(img/category_line.gif);    background-repeat: no-repeat;    background-position: center bottom;
}

#boxCategories ul li a.normal {
    display: block;    font-size: 1.3em;    font-weight: bold;
    color: #FFF;
    text-decoration:none;
    background-image: url(img/icon_kat.gif);
    background-repeat: no-repeat;
    background-position: 10px 12px;
    padding: 5px 0px 5px 30px;
}

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

#boxCategories ul li a.active {
    display: block;    font-size: 1.3em;    font-weight: bold;    color: #C8C8C8;    text-decoration:none;    background-image: url(img/icon_kat_h.gif);    background-repeat: no-repeat;    background-position: 10px 12px;    padding: 5px 0px 5px 30px;
}

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

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

#boxCategories ul ul li a.normal {
    display: block;    font-size: 1.2em;    font-weight: bold;    color: #FFF;    text-decoration:none;    background-image: url(img/icon_ukat.gif);    background-repeat: no-repeat;    background-position: 20px 13px;    padding: 5px 0px 5px 30px;
}

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

#boxCategories ul ul li a.active {
    display: block;    font-size: 1.2em;    font-weight: bold;    color: #C8C8C8;    text-decoration:none;    background-image: url(img/icon_ukat_h.gif);    background-repeat: no-repeat;    background-position: 20px 13px;    padding: 5px 0px 5px 30px;
}

#boxCategories ul ul li a.active:hover {
    color: #C8C8C8;    background-image: url(img/icon_ukat_h.gif);
}#boxCategories ul ul ul {    margin: 0px 0px 0px 4px;    padding: 0px;}#boxCategories ul ul ul li a.normal {    display: block;    font-size: 1.2em;    font-weight: bold;    color: #FFF;    text-decoration:none;    background-image: url(img/icon_ukat.gif);    background-repeat: no-repeat;    background-position: 25px 13px;    padding: 5px 0px 5px 35px;}#boxCategories ul ul ul li a.normal:hover {    color: #C8C8C8;    background-image: url(img/icon_ukat_h.gif);}#boxCategories ul ul ul li a.active {    display: block;    font-size: 1.2em;    font-weight: bold;    color: #C8C8C8;    text-decoration:none;    background-image: url(img/icon_ukat_h.gif);    background-repeat: no-repeat;    background-position: 25px 13px;    padding: 5px 0px 5px 35px;}#boxCategories ul ul ul li a.active:hover {    color: #C8C8C8;    background-image: url(img/icon_ukat_h.gif);}

/* *** hyperlinks *** */A {  color: #000;  text-decoration: underline;}
A:hover {  color: #da241c;}
A.show_left, A.show_right {
    color: #000;
    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;
}
.products_link {	color: #da241c;	font-weight: bold;	text-decoration: none;}
.products_link:hover {	color: #da241c;	text-decoration: underline;}
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;}
#copyright a{
    text-decoration: none;
    color:#656565;
}

#copyright a:hover{
    color:#000;
}

/* *** other stuff *** */
#button_right {
    padding-top: 5px;
    text-align: right;
}#button_left {    padding-top: 5px;    text-align: left;}

.moduleRow, .cot_gv  {
    font-size: 11px;
    line-height: 2em;
    background-color: #C8C8C8;
    cursor: pointer;
}

.moduleRowOver {
    font-size: 11px;
    line-height: 2em;
    background-color: #efefef;
    cursor: pointer; 
}

.moduleRowSelected {
    font-size: 11px;
    line-height: 2em;
    background-color: #efefef;
}

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;
}
#tab-pane-1 {    margin-bottom: 25px;}
.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 #919b9c;
    border-right: 1px solid #919b9c;
}

.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 #919b9c;
    border-right: 1px solid #919b9c;
}

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


/* *** search suggest *** */#txtSearch {	float: left;	display: block;	width:153px;	height: 15px;	margin-right:12px;	border: 1px solid #8e0c06;	background-color: #FFF;	font-size: 13px;    line-height: 16px;}#imgSearch {    float: left;}
.suggest_link {    display:block;    background-color: #FFFFFF;    padding: 2px 6px 0px 6px;    min-height:45px;    border-bottom:1px solid #91918B;}.suggest_link_over {    color: #FFF;    background-color: #da241c;    padding: 2px 6px 0px 6px;    cursor:pointer;    border-bottom:1px solid #91918B;    min-height:45px;}#search_suggest {    position:absolute;    right: 0px;    top:175px;    text-align: left;     border: 1px solid #292927;      background-color:#ffffff;      display: none;    z-index: 110;    height:280px;    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;}
