/*----------------------------------------------------*/
/* TEMPLATE BY AUDFACTORY GbR                         */
/* www.audfactory.de                                  */
/*----------------------------------------------------*/

/*----------------------------------------------------*/
/* HTML                                               */
/*----------------------------------------------------*/
html {
	height:101%;
}
/*----------------------------------------------------*/
/* BODY                                               */
/*----------------------------------------------------*/
body {
	height:100%;
	margin:0%;
	padding:0%;
	background-color: #000000;
	background-image: url(img/background.jpg);
	background-repeat: repeat;
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
a {
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
a:hover {
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
}

/*----------------------------------------------------*/
/* ADMIN                                               */
/*----------------------------------------------------*/
#admin {
	background-color: #FFFFFF;
	width: 150px;
}

/*----------------------------------------------------*/
/* WRAP                                               */
/*----------------------------------------------------*/
#wrap {
	margin:0% auto 0% auto;
	height:auto !important;
	height:100%;
	background-color: #FFFFFF;
	width: 800px;
	min-height: 100%;
	padding: 0px;
	float: none;
}
/*----------------------------------------------------*/
/* HEADER                                             */
/*----------------------------------------------------*/
#header {
	margin: 0px auto 0px auto;
	height: 222px;
	width: 800px;
	background-color: #FFFFFF;
	background-image: url(img/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
}

/*----------------------------------------------------*/
/* LANGUAGES                                               */
/*----------------------------------------------------*/
#language {
	margin: 10px 0px 0px 20px;
	float: left;
	width: auto;
}
.input-field {
	color: #FFFFFF;
	text-decoration: none;
	border: #333333 1px solid;
	padding: 2px;
	background-color: #333333;
}

/*----------------------------------------------------*/
/* NAVIGATION                                         */
/*----------------------------------------------------*/
#navigation {
	margin: 10px 0px 0px 10px;
	float: left;
	height: 14px;
}
#navigation-login {
	margin: 0px 0px 0px 10px;
	float: left;
}
#navigation-my {
	margin: 0px 0px 0px 10px;
	float: left;
}
#navigation-cart {
	margin: 0px 0px 0px 10px;
	float: left;
}
a.nav        {
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 10px;
	float: left;
}
a.nav:hover          {
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
	float: left;
}
/*----------------------------------------------------*/
/* NAVIGATION SUB ROW                                 */
/*----------------------------------------------------*/

.navigationsubRow {
	font-size: 11px;
	line-height: 12px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
}
.navigationsubRow a:hover {
	font-size: 11px;
	line-height: 12px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
}

.navigationsubRow a:active {
	font-size: 11px;
	line-height: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

.navigationsubRowOver {
	cursor: crosshair;
	font-size: 11px;
	line-height: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.navigationsubRowOver a:hover {
	font-size: 11px;
	text-decoration:none;
	line-height: 12px;
}

.navigationsubRowActive a:hover {
	font-size: 11px;
	line-height: 12px;
	color: #000000;
}

.navigationsubRowSelected {
	color: #000000;
}


/*----------------------------------------------------*/
/* CART                                               */
/*----------------------------------------------------*/
#cart {
	margin: 10px 0px 0px 20px;
	float: left;
	width: auto;
}

/*----------------------------------------------------*/
/* NAVTRAIL                                           */
/*----------------------------------------------------*/
#navtrail {
	margin: 0px;
	padding: 5px 20px 25px 20px;
	float: left;
}
.navtrail a  {
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.navtrail a:hover   {
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
/*----------------------------------------------------*/
/* CONTENT                                            */
/*----------------------------------------------------*/
#content {
	margin: 0px;
	float: left;
	width: 800px;
}
#content-left {
	margin: 0px 0px 10px 20px;
	width: 175px;
	float: left;
}
#content-right {
	margin: 0px 20px 10px 30px;
	float: left;
	width: 550px;
}
.content-right-headline {
	width: 550px;
	height: 25px;
	margin-bottom: 5px;
}
.content-right-wrap {
	margin: 0px 0px 20px 0px;
	background-color: #000000;
	color: #FFFFFF;
	padding: 5px;
}
.content-right-wrap2 {
	margin: 0px 0px 20px 0px;
	width: 470px;
	padding: 5px;
	float: left;
	line-height: 14px;
}
.content-right-detail   {
	color: #FFFFFF;
}
.content-right-detail a  {
	color: #FFFFFF;
}
.content-right-detail a:hover   {
	color: #CCCCCC;
}
.content-right-detail-space {
	margin: 0px 0px 0px 0px;
	height: 10px;
}

/*----------------------------------------------------*/
/* SPACER                                             */
/*----------------------------------------------------*/
#spacer {
	margin: 0px auto 0px auto;
	clear: both;
	height: 25px;
	padding: 25px;
	width: 750px;
}
/*----------------------------------------------------*/
/* FOOTER                                             */
/*----------------------------------------------------*/
#footer {
	margin: 0px auto 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	width: 800px;
	text-align: center;
	height: auto;
	background-color: #FFFFFF;
}
#footer-nav {
	margin: 0px auto 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	width: 800px;
	text-align: center;
	padding: 0px 0px 5px 0px;
}
#footer-poweredby {
	margin: 0px auto 0px auto;
	text-decoration: none;
	width: 800px;
	text-align: center;
}


/*----------------------------------------------------*/
/* BOXES                                              */
/*----------------------------------------------------*/
.boxes-wrap {
	margin: 0px auto 20px auto;
}
.boxes-headline {
	height: 20px;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.boxes-content {
	margin: 5px 0px 5px 0px;

}
.headline1 {
	width: 480px;
	height: 40px;
	margin: 0px 0px 10px 0px;
}
.headline2 {
	width: 480px;
	height: 40px;
	margin: 0px 0px 5px 0px;
}
.headline3 {
	width: 480px;
	height: 40px;
	margin: 0px 0px 20px 0px;
}


/*----------------------------------------------------*/
/* CATEGORY LISTING                                   */
/*----------------------------------------------------*/
.category-listing-wrap {
	margin: 0px 5px 10px 5px;
	width: 150px;
	float: left;
	text-align: left;
}
.category-listing-img {
	background-color: #FFFFFF; /* +0.01% scrollbar */
	margin: 0px 0px 2px 0px;
	width: 148px;
	height:100px;
	border: #999999 1px solid;
	text-align: center;
	float: left;
	vertical-align: middle;
}
.category-listing-info {
	background-color: #EDEDED;
	color: #FFFFFF;
	font-family : Tahoma, Verdana, Arial;
	font-size : 10px; /* +0.01% scrollbar */
	margin: 0px 0px 0px 0px;
	width: 150px;
	float: left;
}
.category-listing-info-text {
	color: #FFFFFF;
	font-family : Tahoma, Verdana, Arial;
	font-size : 10px;
	width: 140px;
	margin: 5px;
}
.category-listing-price {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
}
.category_listing_navigation {
	font-family: Tahoma, Verdana, Arial;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	float: left;
	width: 480px;
	display: block;
}



/*----------------------------------------------------*/
/* PRODUCT LISTING                                    */
/*----------------------------------------------------*/
.product-listing-wrap {
	margin: 0px 20px 20px 0px;
	width: 254px;
	text-align: left;
	float: left;
}
.product-listing-img {
	background-color: #FFFFFF; /* +0.01% scrollbar */
	margin: 0px 0px 0px 0px;
	width: 252px;
	border: #cccccc 1px solid;
	text-align: center;
	height: 138px;
	float: left;
}
.product-listing-info {
	margin: 5px 0px 0px 0px;
	float: left;
	width: 244px;
	background-image: url(img/bg-product-listing-info.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #000000;
	padding: 5px;
}
.product-listing-info-headline {
	font-size : 11px;
	font-weight: bold;
	height: 36px;
	width: 100%;
}
.product-listing-info-headline a {
	color: #FFFFFF;
	font-size : 11px;
	font-weight: bold;
}
.product-listing-info-headline a:hover {
	color: #FFFFFF;
	font-size : 11px;
	font-weight: bold;
}
.product-listing-price {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 2px;
	text-align: right;
	width: 100%;
}
.product-listing-info-text       {
	color: #666666;
	font-size : 10px;
	text-align: right;
	height: 11px;
}
.product-listing-info-text a {
	color: #666666;
}
.product-listing-info-text a:hover {
	color: #999999;
}
.product_listing_navigation {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 550px;
	margin: 0px 0px 0px 0px;
	float: left;
}




/*----------------------------------------------------*/
/* PRODUCT INFO                                       */
/*----------------------------------------------------*/
.info-headline {
	margin: 0px 0px 10px 0px;
	text-decoration: none;
	width: 550px;
	height: 20px;
}
.info-wrap {
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	float: left;
	width: 552px;
}
.info-headline-product {
	margin: 0px 0px 5px 0px;
	text-decoration: none;
	width: 550px;
	height: 15px;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	float: left;
}
.info-headline2-product {
	margin: 10px 0px 5px 0px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
.info-image {
	margin: 0px 0px 5px 0px;
	text-decoration: none;
	width: 550px;
	height: 300px;
	text-align: center;
	border: #cccccc 1px solid;
	float: left;
}
.info-content {
	margin: 0px;
	width: 532px;
	float: left;
	background-color: #000000;
	padding: 10px;
	background-image: url(img/bg-content-info.gif);
	background-repeat: repeat-y;
	background-position: bottom;
}
.info-content-left {
	margin: 0px 0px 0px 0px;
	float: left;
	width: 340px;
	color: #FFFFFF;
}
.info-content-right {
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	float: right;
	width: 167px;
	color: #666666;
	text-align: left;
}
.info-content-right a {
	color: #666666;
}
.info-content-right a:hover {
	color: #999999;
}
.info-content-right-price {
	margin: 0px;
	text-decoration: none;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	vertical-align: text-top;
}
.info-content-options {
	margin: 20px 0px 20px 0px;
	text-decoration: none;
	text-align: left;
	height: auto;
}
.info-content-right-tax {
	margin: 0px;
	text-decoration: none;
	text-align: right;
	color: #666666;
}
.info-content-right-more {
	margin: 0px;
	text-decoration: none;
	text-align: left;
	color: #666666;
}
.info-content-right-shipping {
	margin: 0px;
	text-decoration: none;
	text-align: right;
	color: #666666;
}
.info-content-right-quantity {
	margin: 0px;
	text-decoration: none;
	text-align: left;
}
.info-content-right-addcart {
	margin: 0px;
	text-decoration: none;
	text-align: right;
}
.product-info-imgbox {
	margin: 0px 0px 10px 0px;
	text-decoration: none;
	width: 160px;
	text-align: left;
}
.product-info-imgbox-img {
	margin: 5px 0px 5px 0px;
	text-decoration: none;
	text-align: left;
	border: #cccccc 1px solid;
}
.product-info-imgbox-imgborder {
	margin: 5px 0px 5px 0px;
	text-decoration: none;
	text-align: left;
	border: #cccccc 1px solid;
}
.product-info-imgbox-link {
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	width: 150px;
	text-align: left;
}
.product-info-productsadded {
	text-decoration: none;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
}
.hl {
	text-decoration: none;
	height: 25px;
	margin-bottom: 5px;
}




.headline {
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}
.text {
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
}

/*----------------------------------------------------*/
/* PRODUCT OPTIONS                                               */
/*----------------------------------------------------*/
.options-wrap {
	text-decoration: none;
	text-align: left;
	margin: 5px 0px 10px 0px;
	border-bottom: #222222 1px solid;
	padding-bottom: 5px;
}
.options-field {
	text-decoration: none;
	vertical-align: middle;
	text-align: left;
	float: right;
}
.options-input {
	text-decoration: none;
}
.options-item {
	text-decoration: none;
	text-align: left;
	color: #666666;
	top: 0px;
	font-weight: bold;
	float: left;
}
.options-ampel {
	text-decoration: none;
	text-align: left;
	color: #666666;
}
.options-price {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.options-wrap1 {
	text-decoration: none;
	text-align: left;
}
.options-wrap2 {
	text-decoration: none;
	text-align: left;
}

.errorBox {
	background-color: #333333;
	padding: 5px;
	text-align: left;
	color: #CCCCCC;
}
.gvBox {
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #333333;
}
.stockWarning {
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit {
	color: #70d250;
	text-decoration: underline;
}

img{
	border:0;
}

FORM {
	display: inline;		   
}

.moduleHeading {
	font-size: small;
	font-weight: bold;
	padding-bottom: 10px;
}

.infoBox {
}

.infoBoxContents {
	font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  
  font-size: 10px;
}

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;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  
  font-size: 10px;
}

TD.pageHeading, DIV.pageHeading {
  
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

TD.smallText, SPAN.smallText, P.smallText {
  
  font-size: 10px;
}

TD.accountCategory {
  
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  
  font-size: 12px;
}

TD.tableHeading {
  
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  
  font-size: 10px;
  color: #ff0000;
}

TEXTAREA {
	width: 500px;
	margin-right: 5px;
	background-color: #333333;
	border: none;
}

SPAN.greetUser {
  
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

SPAN.underline {
	text-decoration: underline;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.copyright         {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10pt;
	text-align:center;
	width: 800px;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	color: #999999;
	visibility: visible;
}
.parseTime {
	
	font-size: 11px;
	line-height: 1.5;
	text-align:center;
	width: 800px;
	background-color: #FFFFFF;
	margin: 0px auto 0px auto;
	color: #FFFFFF;
	visibility: visible;
}


SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  
  color: #ff0000;
}
SPAN.productOldPrice {
	
	color: #ff0000;
	text-decoration: line-through;
}
SPAN.errorText {
  
  color: #ff0000;
}

SPAN.productDiscountPrice {
  
  color: #ff0000;
  font-weight: bold;
}

.smallHeading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: Black;
}

.checkoutBarFrom, .checkoutBarTo {  font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent {  font-size: 10px; color: #000000; }


/* message box */

.messageBox {
}
.messageStackError, .messageStackWarning {
	background-color: #333333;
}
.messageStackSuccess {
	background-color: #333333;
}

/* input requirement */

.inputRequirement {
	color: #CCCCCC;
}

.navLeft {
	border-right: 1px solid;
	border-color: #b6b7cb;
	background-image: url(img/bg_left_column.jpg);
	width: 185px;
}
.navRight {
	border-color: #666666;
	border-top-width: 4px;
	border-top-style: solid;
	border-left-width: 4px;
	border-left-style: solid;
	background-color: #E6E6E6;
	width: 185px;
}

.contentsTopics {
	
	font-size: 14px;
	font-weight: bold;
}

.tableBody {
padding: 5px;
}

.poweredby {
	font-weight: bold;
	text-align: center;
}
.onepxwidth {
	width: 1px;
}
.copyright a {
	font-size: 10px;
	line-height: 10pt;
	text-align:center;
	width: 720px;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	color: #999999;
	visibility: visible;
	text-decoration: none;
}
.copyright a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
INPUT    {
	font-size: 11px;
}
/*----------------------------------------------------*/
/* PRINT ORDER                                        */
/*----------------------------------------------------*/
#print-header {
	height: 250px;

}
#print-info {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	margin: 25px auto 25px auto;

}
