/*
	osCommerce, Open Source E-Commerce Solutions
	http://www.gets-gmbh.com

	Copyright (c) 2009 Get Solutions GmbH & Co. KG
*/

/* MARKUP */

BODY {
	background: #eeeeee;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	min-width: 950px;
	width: 100%;
	color: #ffffff;
}

BODY A {
	color: #ffffff;
}

BODY.popup {
	background: #d4d4d4;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	min-width: 100%;
	width: 100%;
	height: 100%;
	border: 0px #000000 solid;
	text-align: left;
}

.popup {
	background: #FFFFFF;
	color: #000000;
	border: 1px solid #000000;
	text-align: right;
	z-Index: 99999;
}

.popupBackground{
	background: #000000;
	opacity: 0.75;
	moz-opacity: 0.75;
	filter:alpha (opacity=75);
	z-Index: 9999;
}

.popupTitle {
	color: #000000;
	border: 0px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: right;
	padding: 3px;
	margin: 0px;
}

.popupContent{
	padding: 5px;
	background: #d4d4d4;
}

.popupTitleClose {
	color: #000000;
}

H1 {
	color: #333333;
	font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
	margin: 5px 0 10px 0;
}

H2 {
  color: #333333;
  font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
  white-space: nowrap;
  margin: 0;
}

H6 {
  color: #333333;
  font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  margin: 0;
}

TD, P {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 10px;
}

IMG {
  border: 0;
}

FORM {
  margin-top: 0;
  margin-bottom: 0;
}

FORM OL {
  margin: 0;
  padding: 0;
}

FORM OL LI {
  list-style: none;
  margin: 0;
  clear: left;
}

FORM LABEL {
  float: left;
  width: 160px;
  margin: 5px;
}

FORM LABEL.fieldLabel {
  float: none;
}

FORM INPUT, FORM SELECT, FORM TEXTAREA {
}

FORM EM {
  color: #FF0000;
  font-size: 9px;
  margin-left: 2px;
}

/* LAYOUT */



#pageMAIN{
	left: 50%;
	top: 0px;
	width: 950px;
	position: absolute;
	overflow: visible;
	padding: 0px;
	margin: 0px;
	height: auto;
	margin-left: -475px;
	border: 0px #ffffff solid;
	border-left: 1px #ffffff solid;
	border-right: 1px #ffffff solid;
	background-color: #000000;
}

#pageHeader{
	padding: 0px;
	margin: 0px;
	width: 950px;
	height: 250px;
}

#siteLogo{
	display: block;
	margin: 0px;
	padding: 0px;
	width: 350px;
	height: 170px;
}

#pageContent{
	margin: 0px;
	margin-top: -30px;
	margin-bottom: 30px;
	padding: 0px;
}

#pageColumnLeft{
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	width: 214px;
	overflow: hidden;
	float: left;
}

#pageColumnMiddle{
	margin: 1px;
	padding: 5px;
	width: 720px;
	min-height: 300px;
	overflow: hidden;
	float: right;
	background-color: #ebebeb;
	color: #000000;
	border: 0px solid #ffffff;
}

#pageColumnMiddle A{
	color: #000000;
}

#pageColumnMiddle FORM{
	margin: 0px;
	padding: 0px;
}

#pageFooter {
	padding: 5px;
	text-align: center;
}

#copyright{
	padding: 0px;
	margin: 0px;
	color: #777777;
}

#copyright a{
	color: #777777;
}

#navigationBar{
	top: 195px;
	left: 218px;
	position: absolute;
	z-Index: 99;
}

#navigationBarExtra{
	top: 195px;
	left: 50px;
	position: absolute;
	z-Index: 99;
}

#navigationBar UL, #navigationBarExtra UL {
	margin: 0px;
	padding: 0px;
 	list-style: none;
 	background-color: #000000;
 	z-Index: 99;
}

#navigationBar UL LI, #navigationBarExtra UL LI{
	margin: 0px;
	margin-right: 2px;
	padding: 0px;
	display: block;
	float: left;
}

#navigationBar UL LI A, #navigationBarExtra UL LI A{
 	display: block;
 	margin: 0px;
 	padding: 0px;
}

#navigationBar UL LI A IMG, #navigationBarExtra UL LI A IMG{
 	margin: 0px;
 	padding: 0px;
 	height: 25px;
}

#navigationBar UL LI DIV, #navigationBarExtra UL LI DIV{
	clear: left;
	height: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 0;
}

#navigationBar UL UL, #navigationBarExtra UL UL{
	margin: 0px;
	padding: 4px;
	position: absolute;
	background-color: #333333;
	border: 1px solid #000000;
}

#navigationBar UL UL LI, #navigationBarExtra UL UL LI{
	margin: 0px;
	padding: 1px;
	height: auto;
	float: none;
	width: 110px;
}

#navigationBar A {
	color: #cccccc;
}

#navigationBar A:hover {
	color: #ffffff;
}

#languagesBar{
	position: absolute;
	left: 640px;
	top: 3px;
	width: 300px;
	text-align: right;
}

#loginBar{
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 565px;
	top: 40px;
	width: 375px;
	text-align: right;
	font-size: 10px;
}

#shopping_cartBar{
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 740px;
	top: 165px;
	width: 200px;
	text-align: right;
	font-size: 10px;
	z-Index: 999;
}

#shopping_cartBarInfo{
	text-align: left;
	background-color: #333333;
	border: 1px solid #000000;
	z-Index: 999;
}

.paymentPriceWarning{
	margin: 0px;
	padding: 3px;
	color: #ffffff;
	background-color: #333333;
	border: 1px solid #000000;
}

#loginBar UL{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#loginBar UL LI{
	padding-bottom: 5px;
}

#loginBar UL LI A{
	color: #d4d4d4;
	font-size: 10px;
}

#loginBar UL LI INPUT{
	color: #131313;
	font-size: 10px;
}

#informationBar{
	padding: 0px;
	margin: 0px;
	position: absolute;
	width: 100%;
	top: 5px;
}

#informationBar ol{
	float:right;
	padding: 0px;
	margin: 0px;
}

#informationBar ol li{
	float: left;
	padding: 0px;
	margin: 0px;
	margin-right: 5px;
}

#breadcrumbPath {
	margin: 0px;
	padding: 5px;
	color: #707070;
}

#breadcrumbPath A{
	color: #2b2b2b;
	font-weight: bold;
	font-size: 12px;
}

#pageIcon {
  float: right;
  margin-right: 10px;
  background-color: #888888;
  border: 1px #444444 solid;
}

.messageStack {
  border-width: 1px;
  border-style: dotted;
  border-color: #C8AD91;
  background-color: #FFFCF5;
  font-family: Verdana, Arial, sans-serif;
  color: #465584;
  margin: 5px;
}

.moduleBoxProductImage{
	text-align: center;
}

#productImageThumbnails{
	list-style: none;
	padding: 5px;
	margin: 0px;
}

#productImageThumbnails li{
	display: inline;
	padding: 2px;
}

.moduleBox {
}

.moduleBox .content {
  padding: 5px;
  margin-bottom: 5px;
}

.moduleBox H6 {
  padding: 5px 0px 5px 0px;
}

.inputRequirement {
  font-size: 10px;
  font-weight: normal;
  color: #FF0000;
  margin-top: 10px;
}

.submitFormButtons {
  padding: 5px;
}

.listingPageLinks {
  padding: 5px;
}

.pageContentInfo{
	width: 100%;
}

.popup .pageContentInfo{
	overflow: auto;
	height: 240px;
}

.pageContentInfo ul{
	padding: 0px;
	list-style: none;
}

.pageContentInfo ul ul{
	padding-left: 15px;
	list-style: none;
}

.pageContentInfo li p{
	padding-left: 10px;
	list-style: none;
}

.pageContentCheckoutAddress ol li #country, .pageContentAccountAddressBook ol li #country{
	width: 160px;
}

.moduleRow { }

.moduleRowOver {
  background-color: #D7E9F7;
}

.moduleRowSelected {
  background-color: #E9F4FC;
}

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; font-weight: normal; }

.pageImage{
	border: 1px solid #000000;
}

#shopping_cartBar A {
  font-weight: normal;
}

#navigationBar A {
  font-weight: normal;
}

A {
  text-decoration: none;
  font-weight: bold;
}

A:hover {
  text-decoration: underline;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: white;
  vertical-align: top;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  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: #f0f0f0;
}

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

.productListing table{
	border: 0px;
	border-style: solid;
}

.productListing-heading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #dddddd;
	color: #333333;
	font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.productListing-data .image{
	border: 1px #000000 solid;
	width: 80px;
}

TD.productListing-data .price{
	font-size: 14px;
	color: #a20000;
	font-weight: bold;
	padding-right: 10px;
}

TD.productListing-data .name{
	font-weight: bold;
	font-size: 12px;
}

TD.productListing-data .descriptionShort{
	margin: 0;
	padding: 5px;
	font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.boxCheckoutTrail {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #8c8c8c;
}

.boxCheckoutTrailActive {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #FF8400;
}

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }


/* CSS Boxes */

.boxNew {
	
}

.boxTop {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	height: 21px;
}

.boxContents {
	background: transparent;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	padding: 3px;
	overflow: hidden;
	text-align: center;
}

.boxNewCategories .boxContents{
	padding: 0px;
	margin: 10px;
	text-align: left;
}

.boxNewBestSellers .boxContents{
	text-align: left;
}

.recentlyVisitedProducts h6{
	text-align: left;
}

.recentlyVisitedCategories{
	text-align: left;
}

.recentlyVisitedCategories li{
	padding-left: 10px;
}

.recentlyVisitedSearches{
	text-align: left;
}

.recentlyVisitedSearches li{
	padding-left: 10px;
	clear:both;
}

.recentlyVisitedSearches li a{
	float: left;
}

.recentlyVisitedSearches li div{
	float: right;
}

#variantsBlock {
}

#variantsBlockTitle {
  font-weight: bold;
  padding-bottom: 10px;
}

#variantsBlockData {
}

#productVariantCombinationNotAvailable {
  color: #ff0000;
}

.productInfoKey {
  font-weight: bold;
  padding-right: 10px;
  vertical-align: middle;
}

.productInfoValue {
	vertical-align: middle;
	text-align: center;
	color: #000000;
}

#productInfoPrice {
	font-weight: bold;
	font-size: 14px;
	padding-right: 5px;
	color: #000000;
}

.ships24hours {
	color: #45B04C;
}

.boxWhatsNew{
	border: 1px #000000 solid;
}

.produktDescription{
	padding: 0px;
	margin: 0px;
	color: #000000;
}

.produktDescription TABLE{
	padding: 0px;
	margin: -5px;
	
	border: 0px solid transparent;
	border-collapse: separate;
	border-spacing: 5px;
	width: 710px;
}

.produktDescription TR{
	margin: 0px;
	padding: 0px;
}

.produktDescription TD{
	padding-left: 0px;
	padding-right: 0px;
	color: #000000;
}

.produktImageDescription{
	border: 1px #000000 solid;
}

.recentlyVisitedProducts ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.recentlyVisitedProducts ul li img{
	border: 1px #000000 solid;
}

.recentlyVisitedProducts ul li{
	padding-top: 10px;
}

.recentlyVisitedCategories ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.recentlyVisitedSearches ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.reviewsImage{
	display: block;
	float: left;
}

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

.searchBoxKeywords{
	margin-left: -16px;
	width: 165px;
}

.searchBoxImage{
	position: absolute;
}

.tellAFriendBox{
	text-align: left;
}

.tellAFriendBoxEmail{
	width: 95px;
}

.tellAFriendBoxImage{
	position: absolute;
}

.tellAFriendBoxText{
	text-align: center;
}

.productReviewsButtonAddToCart{
	float: right;
}

.contentNewProducts{
	margin: 0px;
	padding: 0px;
	
	height: 150px;
	width: 100%;
	background-color: #dddddd;
}

.contentNewProducts li{
	position: absolute;
	height: 150px;
	width: 490px;
	background-color: #dddddd;
	list-style: none;
}

.contentNewProducts .contentNewProductsName{
	position: absolute;
	left: 10px;
	top: 0px;
	font-size: 16px;
	display: block;
	width: 100%;
}

.contentNewProducts .contentNewProductsImage{
	position: absolute;
	display: block;
	left: 10px;
	top: 30px;
	height: 95px;
	text-align: center;
	display: block;
	width: 100%;
}

.contentNewProducts .contentNewProductsImage IMG{
	height: 100%;
	border: 1px #000000 solid;
}

.contentNewProducts .contentNewProductsPrice{
	position: absolute;
	display: block;
	width: 100%;
	left: 10px;
	top: 130px;
	font-size: 14px;
	color: red;
	text-align: right;
}

.shoppingCartHead TH, .shoppingCartHead TD{
	border: 0px solid #000000;
	border-bottom: 1px solid #000000;
}

.shoppingCartFieldImage{
	height: 32px;
	width: auto;
}

.shoppingCartFieldDateAdd{
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
	padding-top: 2px;
	background-color: #eeeeee;
	vertical-align: middle;
}

.shoppingCartFieldQuantyty{
	text-align: center;
}

.newslettersBoxText{
	padding: 5px;
	padding-right: 30px;
	margin: 0px;
	color: #888888;
	text-align: left;
}

.boxNewNewsletters, .boxNewNewsletters .boxContents{
	overflow: visible;
}

.boxNewNewsletters .boxContents a{
	padding: 0px;
	margin: 0px;
	margin-top: -65px;
	margin-right: -8px;
	float: right;
	color: #999999;
}

#promotion {
	margin: 2px;
	padding: 5px;
	padding-left: 6px;
	list-style-type: none;
	height: 275px;
	background-color: #000000;
	overflow: hidden;
	border: 1px solid #000000;
	color: #dddddd;
}

#promotion li {
	display:block;
	float:left;
	height: 270px;
	margin: 0;
	margin-left: 2px;
	margin-right: 1px;
	padding:0;
	width: 170px;
	border: 1px solid #aaaaaa;
}

#promotion li ul li{
	border: 0px solid #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	
	position: absolute;
}

#promotion li ul li .title{
	margin: 0px;
	padding: 5px;
	line-height: 18px;
	text-align: left;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 160px;
	font-size: 17px;
	font-weight: bold;
	z-Index: 1;
	color: #aaaaaa;
}

#promotion li ul li .image{
	margin: 0px;
	padding: 0px;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 75px;
	width: 170px;
	height: 170px;
	border: 0px solid #999999;
}

#promotion li ul li .image img{
	border: 1px solid #999999;
}

#promotion li ul li .price{
	margin: 0px;
	padding: 2px;
	text-align: right;
	position: absolute;
	left: 4px;
	top: 238px;
	width: 160px;
	font-size: 22px;
	font-weight: bold;
	color: #c33737;
}

.imageSlide {
	margin:0;
	padding:0;
	list-style-type: none;
}

.imageSlide li {
	display:none;
	margin:0;
	padding:0;
	position:absolute;
}
