/* -----------------------------------------------------------------------------------------   $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: #751d7d;
	background-image: url(img/body_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #000;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
}

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

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

#innerwrap {
	width:952px;
	min-height:376px;
	padding:0px 20px;
	background-image: url('img/innerwrap_bg.jpg');
    background-repeat:no-repeat;
    background-position: center 168px;
}

#header{
	position:absolute;
	top:0;
	width:992px;
	height:168px;
	background-image: url('img/header_bg.jpg');
	background-repeat:no-repeat;
}

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

#navbar{
  height:35px;
  position:absolute;
  top:55px;
  right:20px; 
}

#header_navigation {
  position:absolute;
  top:120px;
  left:350px;
}

#search{
    position:absolute;
    top:80px;
    right: 35px;
}

#cart {
    position:absolute;
    top:120px;
    right: 34px;
    padding-left: 55px;
    padding-top:13px;
    background-image: url(img/cart_icon.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    height: 29px;
}

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

#footer {
	width:990px;
	clear:both;
	height:114px;
    background-image: url('img/footer_bg.jpg');
    background-repeat:no-repeat;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
    font-size:0.9em;
    color:#a29776;
}

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

#footer_center{
  float:left;
  width:589px;
  margin: auto 10px;
  padding-top:2px;
  color: #959595;
}

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

#centrecontent {
	width:747px;
	float:left;
	padding-top:204px;
	padding-bottom:2px;/* needed to make room for footer */
	margin-left: 15px;
}

#centrecontent_full {
    width:950px;
    padding-top:204px;
    padding-bottom:2px;/* needed to make room for footer */
}

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

#logo {
	position: absolute;
	top:81px;
	left:33px;
}

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

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


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

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

.contentsTopics, h1.search_title {
    font-size: 1.5em;
    font-style:italic;
    color: #F8C5FD;
    font-weight: bold;
    vertical-align: middle;
    padding: 0px 0px 5px 0px;
    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: #F8C5FD;
}

#contentsBG {
	height: 1%;
    padding: 10px 5px;
    background-color: #020202;
    border: 1px solid #242424;
    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, .errorBox2, .headerError {
    font-size : 11px;
    color: #282828;
    background-color: #FFF;
    border: 2px solid #990033;
    text-align: center;
    padding: 5px;
}

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

.infoBoxNotice {
    margin-top: 10px;
}

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

.productsNotifications {
    background-color: #f2fff7;
}

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

.headerInfo {
  background: #020202;
}

.headerInfo {
  font-size: 12px;
  background: #00ff00;
  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:#B99AC4;
}

/* *** homepage *** */#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; 
    color: #F8C5FD; 
    padding: 2px;
}

.sitemap_heading a {
	text-decoration: none;
}

.sitemap_heading a:hover {

}

.sitemap_sub {
    font-size: 9pt; 
    color: #dadada; 
    padding: 2px 10px;
}

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

.sitemap_sub a:hover {

}

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

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

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


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

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

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

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

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

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

.products_table {
	padding-bottom: 15px;
}


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

}

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

.moreHeading {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}

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


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

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

.tableListingI {

}

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

.upcomingListingI {
    font-size: 0.83em;
}

.upcomingListingI a {
    color: #f1f1f1;
}

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

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

.upcomingListingII a {
    color: #B8B8B8;
}

.upcomingListingII a:hover {
    color: #B8B8B8;
    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: #FFFFFF;
}

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

.address_lable {
    background-color: #B8B8B8;
    border:1px solid #FFFFFF;
    font-weight: bold;
    color: #000;
    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: #B8B8B8;
}

.checkoutTitle {
    font-weight: bold;
    margin-top:25px;
    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: 35px;
    margin-bottom: 15px;
}

.checkoutBarFrom, .checkoutBarTo, .checkoutBarCurrent { 
    font-size: 10px; 
    color: #B8B8B8;
    width: 140px;
    margin-right:20px;
    text-align: right;
}

.checkoutBarCurrent { 
    color: #F8C5FD;
    font-weight:bold;
}

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

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

.conditions {
    color: #020202;
    background-color: #B8B8B8;
    border: 1px solid #FFFFFF;
    padding: 3px;
    margin-top: 2px;
}

SPAN.checktext {
    font-weight: normal;
}

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

.successTopics {
    font-size: 14px;
    color: #FFFFFF;
    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: #B8B8B8;
  font-weight: bold;
}


/* *** boxes *** */
.shopbox {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    background-image: url(img/boxes/box_bg.gif);
    background-repeat: repeat-y;
}

.shopbox_categories {
	margin: 0px 0px 20px 0px;
    padding: 0px;
    background-image: url(img/boxes/box_categories_bg.gif);
    background-repeat: repeat-y;
}

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

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

.infoBoxHeading_module {
    color: #F8C5FD;
    background-color: #292929;
    margin-top: 35px;
}

#boxCategories_wrapper .infoBoxHeading_left, #boxCategories_wrapper .infoBoxHeading_right {
	color: #B99AC4;
}

#box_wrapper {
    background-image: url(img/boxes/shopbox_bg.gif);
    background-repeat: no-repeat;
}

#boxCategories_wrapper {
    background-image: url(img/boxes/shopbox_categories_bg.gif);
    background-repeat: no-repeat;
}

.infoBox_left, .infoBox_right {
    font-size: 0.9em;
    margin: 0px;
    padding: 5px;
    min-height:205px;
}

#box_wrapper .infoBox_left, #box_wrapper .infoBox_right {
    background-image: url(img/boxes/infobox_bg.gif);
    background-repeat: no-repeat;
    background-position: bottom;
}

#boxCategories_wrapper .infoBox_left {
    background-image: url(img/boxes/infobox_categories_bg.gif);
    background-repeat: no-repeat;
    background-position: bottom;
}

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

.bestsellers  {
    font-size: 11px;
}

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

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

UL#box_content, UL#box_extra2 {
    margin: 0px;
    padding: 0px;
}

#box_content li, #box_extra2 li {
    list-style-type: none;
    padding: 6px 2px;
    background-image: url(img/li_bg.gif);
    background-repeat: no-repeat;
    background-position: bottom center;
}

#box_content li a, #box_extra2 li a {
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
    color: #303030;
}

#box_content li a:hover, #box_extra2 li a:hover {
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
    color: #751d7d;
}


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

UL#top_navigation li {
	list-style-type: none;	float: right;}

UL#top_navigation li a {	color: #959595;
	background-image: url(img/li_top_navigation.gif);
	background-repeat: no-repeat;
    background-position: 0px 8px;
	padding:5px 0px 5px 15px;
	margin-left:15px;	font-weight: bold;
	display:block;
	height: 25px;
	text-decoration: none;
}

UL#top_navigation li a:hover {
}

#header_navigation ul {
	margin: 0;
	padding: 0;
}

#header_navigation ul li{
    float: left;
    margin-right: 15px;
    list-style-type: none;
}

#header_navigation a {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    padding-left:20px;
    background-image: url(img/header_navigation_li.gif);
    background-position: 0px;
    background-repeat: no-repeat;
}

#boxCategories {
    
}

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

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

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

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

#boxCategories ul li a.active {
    font-size: 1.2em;
    font-style:italic;
    font-weight: bold;
    color: #FFF;
    text-decoration:none;
    background-image: url(img/icon_akat.gif);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    padding: 5px 0px 5px 18px;
}

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

#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: #FFF;
    text-decoration:none;
    background-image: url(img/icon_ukat.gif);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    padding: 5px 0px 5px 18px; 
}

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

#boxCategories ul ul li a.active {
    font-size: 1.2em;
    color: #FFF;
    font-style:italic;
    text-decoration:none;
    background-image: url(img/icon_aukat.gif);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    padding: 5px 0px 5px 18px; 
}

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


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

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

#footer_center a{
    color:#959595;
    padding: 10px;
}

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

.box_text a { 
    color: #B8B8B8;
}

.shopbox a, A.boxLink {	color: #000;	font-weight: bold;
}

.conditions a{
    color: #020202;
}

.shopbox a:hover, A.boxLink:hover {    color: #292929;}
A.boxLinkText {	text-decoration: underline;}

A.boxLinkText:hover {	color: #FFFFFF;}

A.show_left, A.show_right {
    color: #B8B8B8;
    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.9em;	color: #FFF;}

A.searchlink:hover {	color: #F8C5FD;}

.box_shipping_link a {	color: #B8B8B8;}
.box_shipping_link a:hover {	color: #FFFFFF;}
.products_link {	color: #FFFFFF;	font-weight: bold;	text-decoration: none;}
.products_link:hover {	color: #FFFFFF;	text-decoration: underline;}
A.reviews_link {	color: #666666;	font-weight: bold;	text-decoration: none;}
A.reviews_link:hover {	color: #B8B8B8;	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.pageResults {	color: #cdcdcd;	text-decoration: underline;}
A.pageResults:hover {  color: #feb13d;}
A.confirmationEdit {	color: #FFFFFF;	font-style: italic;	font-weight: normal;}
A.confirmationEdit:hover {	color: #FFFFFF;	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:#B99AC4;
}

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

/* *** forms *** */
form {
    display: inline;           
}

textarea {
  width: 100%;
  min-height:200px;
}

select{
    width: 195px;
    height: 22px;
    border:1px solid #242424;
    background-color: #EFEFEF;
    font-size:14px;
    font-weight: bold;
}

.input{
    height: 22px;
    padding:2px;
    border:1px solid #242424;
    background-color: #EFEFEF;
    font-size:16px;
    font-weight: bold;
}

.shopbox .input{
	width: 175px;
    height: 22px;
    padding:2px;
    border:1px solid #242424;
    background-color: #EFEFEF;
    font-size:16px;
    font-weight: bold;
}

.dynamic-tab-pane-control .input {
    font-size: 12px;
    font-weight: normal;
}

#txtSearch {
    height: 14px;
    border:1px solid #343332;
    background-color: #b8b8b8;
    width: 150px;
    font-size: 11px;
}

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

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

/* *** misc *** */
img{
    border:0;
}

.onepxwidth {
    width: 1px;
}



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

.moduleRowOver {
    font-size: 11px;
    line-height: 1.5;
    color: #000; 
    background-color: #B8B8B8;
    cursor: pointer; 
}

.moduleRowSelected {
    font-size: 11px;
    line-height: 1.5;
    color: #000; 
    background-color: #B8B8B8;
}

.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 #242424;
    padding: 1px;
    margin: 0px 5px 5px 5px;
}

div.img_border_inner {
    border: 2px solid #242424;
    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;
  color: #000000;
}

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

.tableBody {
padding: 5px;
}

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

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


/* *** search suggest *** */

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

.suggest_link_over {
    color: black;
    background-color: #F8C5FD;
    padding: 2px 6px 0px 6px;
    cursor:pointer;
    border-bottom:1px solid #CCCCCC;
    height:44px;
    min-height:44px;
}

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

.suggestclose_link {
    font-weight:bold;
    color:#000000;
    display:block;
    height:21px;
    padding-top:4px;
    padding-right:5px;
    border-bottom:1px solid #CCCCCC;
}

.suggestclose_link:hover {
    text-decoration:none;
    cursor:pointer;
    color:#000000
}

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

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

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

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

.suggestwidth {
    width:320px;
}

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

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

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