/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  Copyright (c) 2004 HotDigital

  Released under the GNU General Public License
*/
/*Userstyles general*/

TD{
	font-family: Arial, Helvetica, Verdana  sans-serif; 
  font-size: 9pt; 
}
A {
  color: #666666;
  text-decoration: none;
}
H1 {
	font-family: Arial, Helvetica, Verdana  sans-serif; 
  font-size: 14pt;
  margin-bottom: 5px;
  margin-top: 5px;
}
A:hover {
	color: #FCBE69;
	text-decoration: none;
}

FORM {
	display: inline;
}
/*Userstyles special*/
.auctionmasterbg{
   background: #7E94A4;
	background-image: url(images/templates/auctionmasterbg.gif);
   background-repeat: repeat-x;
}
.toptablebg{
background-image: url(images/templates/auctiontoptablebg.gif);
background-repeat: no-repeat;
}
.border-right{
	border-right: 1px solid #3D3D3D;
}
.border-left{
	border-left: 1px solid #3D3D3D;
}
.border-left-right{
   border-left: 1px solid #3D3D3D;
	border-right: 1px solid #3D3D3D;
}
#angebotdreitd{
	border-left:1px solid #3B3B3B;
	border-right:1px solid #3B3B3B;
}
.inhalt_weiss{
   background-image: url(images/templates/newprod_headerbg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ffffff;
	border-left: 1px solid #3D3D3D;
	border-right: 1px solid #3D3D3D;
	padding-left: 10px;
	padding-right: 10px;
}
.inhalt_grau{
	background-image: url(images/templates/newprod_headerbg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #7E94A4;
}
TD.obenmenue{
	font-family: Arial, Helvetica, Verdana  sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;
	text-align:left;
	vertical-align:middle;
}
TD.obenmenue A{
  color: #ffffff;
  text-decoration: none;
}
.breadcrump{
   padding-left:12px;
	font-family: Arial, Helvetica, Verdana  sans-serif;
	font-size: 8pt;
	font-weight:bold;
	text-align: left;
	vertical-align:top;
}
.breadcrump A{ 
  color: #7E7E7E; 
}

/*SPECIALDIVS für PRODUKTLISTING*/
/*New Products divs*/
DIV.newprod_master{
position:relative;
width:503px; 
height:140px;
z-index:1;
background-image: url(images/templates/newprod_div_bg.gif);
background-repeat: no-repeat;
border: 0px;
}
DIV.new_prod_name{
position:absolute;
width:463px; 
height:10px;
left:10px;
top:3px;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 9pt;
font-weight: bold;
text-align: left;
color:#FFFFFF;
z-index:2;
border: 0px;
}
DIV.new_prod_name A{
color:#FFFFFF;
text-decoration: none;
}
DIV.new_prod_name A:hover{
color:#FDC862;
text-decoration: none;
}
DIV.new_prod_descr{
position:absolute;
width:178px; 
height:65px;
left:155px;
top:30px;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 8pt;
font-weight: normal;
text-align: left;
color:#000000;
z-index:3;
border: 0px;
}
DIV.new_prod_offer{
position:absolute;
width:40px; 
height:12px;
left:144px;
top:105px;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 8pt;
font-weight: normal;
color:#FF7800;
z-index:4;
border: 0px;
}
DIV.new_prod_offer A{
color:#FF7800;
text-decoration: none;
}
DIV.new_prod_offer A:hover{
	color: Gray;
	text-decoration: none;
}
DIV.new_prod_pic{
position:absolute;
width:90px; 
height:90px;
left:13px;
top:27px;
vertical-align: middle;
text-align: center;
z-index:5;
border: 0px;

}
DIV.new_prod_price{
position:absolute;
width:240px;
left:290px;
top:70px;
z-index:6;
border: 0px;
vertical-align:top;
text-align:center;
}
DIV.new_prod_manuf{
position:absolute;
width:180px;
left:340px;
top:29px;
z-index:7;
border: 0px;
font-weight:bold;
vertical-align:top;
text-align:left;
}
/*Inputs*/
.cr_acc_heading{
	padding-left: 3px;
	border-top: 1px solid #FF8400;
	border-bottom: 1px solid #FF8400;
	height:20px;
	color: #3D3D3E;
}
.inputter{
	border:1px solid #FF8400;
}
.general_inputs{
	border:1px solid #FF8400;
	width:200px;
}
.textarea{
	border:1px solid #FF8400;
}
/*Die diversen infoBoxen*/
/*info Box inhalt (generell)*/
.infoBoxcontent{
border-left:1px solid #E97C00;
border-right:1px solid #E97C00;
}
.info_Box{
	width:183px;
	background-color: #ffffff;
}
/*Kategoriekopftabelle und deren Inhalt (Text/Hintergrundbild)*/
.catBoxHeading{
	width:100%;
	height:50px;
}
.catBoxHeadingContent{
	width:100%;
	height:50px;
	background-image: url(images/templates/cat_box_header.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, Verdana  sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #666666;
	text-transform: uppercase;
	padding-left:20px;
	padding-top:13px;
}
.catBoxHeadingContent A{
	color:#666666;
}
/*Kategorielistentabelle und deren Inhalt (Links/Hintergrundbild)*/
.cat_Box{
	width:183px;
	height:120px;
	background-color: #ffffff;
}
.catBoxcontent{
border-left:1px solid #E97C00;
border-right:1px solid #E97C00;
}

.catBoxrow{
	border-bottom: 1px dotted #666666;
	width:160px;
	height:25px;
}
.catBoxrowOn{
   background-image: url(images/templates/cat_on_back.gif);
	background-repeat: no-repeat;
   border-bottom: 1px dotted #666666;
	width:160px;
	height:30px;
}
.catBoxrowInhalt{
	font-family: Arial, Helvetica, Verdana  sans-serif;
	font-size: 8pt;
	font-weight:bold;
	color: #666666;
}
.catBoxrowInhalt A{
	color: #666666;
	text-decoration: none;
}

.catBoxrowInhaltOn{
	font-family: Arial, Helvetica, Verdana  sans-serif;
	font-size: 8pt;
	font-weight:bold;
	text-transform: uppercase;
	color: #FF6203;
}
/*Informationkopftabelle und deren Inhalt (Text/Hintergrundbild)*/
.informBoxHeading{
	width:183px;
	height:51px;
}
.informBoxHeadingContent{
	width:183px;
	height:51px;
	background-image: url(images/templates/inform_box_header.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, Verdana  sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #F45600;
	padding-left:90px;
	padding-top:21px;
}
/*Kategorielistentabelle und deren Inhalt (Links/Hintergrundbild)*/
.inform_Box{
	width:183px;
	background-color: #ffffff;
}
.informBoxcontent{
border-left:1px solid #E97C00;
border-right:1px solid #E97C00;
}

.informBoxrow{
	border-bottom: 1px dotted #666666;
	width:160px;
	height:25px;
}
.informBoxrowInhalt{
	font-family: Arial, Helvetica, Verdana  sans-serif;
	font-size: 8pt;
	font-weight:bold;
	color: #666666;
}
.informBoxrowInhalt A{
	color: #666666;
	text-decoration: none;
}
/*Loginkopftabelle und deren Inhalt (Text/Hintergrundbild)*/
.loginBoxHeading{
	width:183px;
	height:40px;
}
.loginBoxHeadingContent{
	width:183px;
	height:40px;
	background-image: url(images/templates/login_box_header.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, Verdana  sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #F45600;
	padding-left:90px;
	padding-top:21px;
}
.loginboxtxt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	border: 1px solid #3A3A3A;
	width:130px;
}
SPAN.passw_verg{
	font-family: Arial, Helvetica, Verdana  sans-serif;
	font-size: 8pt;
	font-weight:normal;
	color: #666666;
	text-align: right;
}
SPAN.passw_verg A{
	color: #666666;
	text-decoration: none;
}
SPAN.passw_verg A:hover{
	color: #1CE2FA;
	text-decoration: none;
}
.bestsellpic{
	border-left:1px solid #3B3B3B;
	border-right:1px solid #D48035;
	background-color: #ffffff;
}
.bestselldescr{
	border-right:1px solid #3B3B3B;
	background-color: #ffffff;
	padding-left:5px;
	padding-top: 5px;
	text-align: left;
	vertical-align: top;
}
SPAN.bestselltitel{
	font-family: Arial, Helvetica, Verdana  sans-serif;
	font-size: 9pt;
	font-weight:bold;
	color: #000000;
}
SPAN.bestselltitel A{
   color: #666666;
	text-decoration: none;
}
SPAN.bestselltext{
	font-family: Arial, Helvetica, Verdana  sans-serif;
	font-size: 8pt;
	font-weight:normal;
	color: #000000;
}
.specials_mitte{
	border-left:1px solid #3B3B3B;
	border-right:1px solid #3B3B3B;
	background-color: #ffffff;
}
/*Volltextsuche*/
.search_hg{
	background-image: url(images/templates/search_hg.gif);
	background-repeat: no-repeat;
}
.search_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #ffffff;
}
.searchBoxHeader{
   height:30px;
	padding-top:5px;
	padding-left:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #666666;
}	
.search_key_textfield{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #3A3A3A;
	background-color: #FCC06D;
	border-top: 1px solid #FEE2B2;
	border-right: 1px solid #A07944;
	border-bottom: 1px solid #6A552D;
	border-left: 1px solid #FDD790;
	height: 17px;
	width: 220px;
}
.search_pulldown{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #3A3A3A;
	background-color: #FDCB71;
	border-top: 1px solid #FEE2B2;
	border-right: 1px solid #A07944;
	border-bottom: 1px solid #6A552D;
	border-left: 1px solid #FDD790;
	display: inline;
}
.search_price{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #929799;
	background-color: #FDC658;
	border-top: 1px solid #FEE2B2;
	border-right: 1px solid #A07944;
	border-bottom: 1px solid #6A552D;
	border-left: 1px solid #FDD790;
	display: inline;
	height: 17px;
	width: 100px;
}
.produktbeschreibung{
	font-family: Arial, Helvetica, Verdana sans-serif;
   font-size: 10pt;
   color: #000000;
   /*font-weight : bold;*/
	padding-left:10px;
}

/*Shopstyles*/
.boxText { font-family: Arial, Helvetica, Verdana  sans-serif; font-size: 9pt; }
.errorBox {
	font-family: Arial, Helvetica, Verdana  sans-serif;
	font-size: 9pt;
	background: #FF0000;
	font-weight: bold;
}
.stockWarning {
	font-family: Arial, Helvetica, Verdana  sans-serif;
	font-size: 9pt;
	color: #FF0000;
}
.productsNotifications {
	background-color: #F4F4F4;
	background: #F4F4F4;
}
.orderEdit { font-family : Arial, Helvetica, Verdana  sans-serif; font-size : 7pt; color: #FD351F; text-decoration: underline; }

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Arial, Helvetica, Verdana sans-serif;
  font-size: 10pt;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
	background: #91C529;
}

TD.headerInfo {
  font-family: Arial, Helvetica, Verdana sans-serif;
  font-size: 10pt;
  background: #91C529;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
TD.pageHeading{
	font-family: Arial, Helvetica, Verdana  sans-serif;
	font-size: 9pt;
	text-align: left;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	height:23px;
	padding-left:10px;	
}
TD.pageHeadingRight{
	font-family: Arial, Helvetica, Verdana  sans-serif;
	font-size: 9pt;
	text-align: right;
	padding-right:10px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	padding-right:10px;
	height:23px;
}
TD.pageHeadingRight A{
color: #ffffff;
text-decoration: none;
}
TD.pageHeadingRight A:hover{
  color: #FFA800;
  text-decoration: none;
}
TD.pageHeadingdropdown{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #ffffff;
	text-transform: uppercase;
}
.pHdropfeld{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #ffffff;
	background-color: #999999;
}
TD#footer {
  font-family: Arial, Helvetica, Verdana  sans-serif;
  font-size: 8pt;
  color: #ffffff;
  vertical-align: middle;
  height:20px;
}
TD#footer A{
color: #ffffff;
text-decoration:none;
}
TD#footer A:hover{
color:#DEE1E4;
text-decoration:underline;
}

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: #ffffff;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
}

.productListing-heading {
  background-image: url(images/templates/newprod_headerbg.gif);
	background-repeat: repeat-x;
	background-position: top;
  font-family: Arial, Helvetica, Verdana  sans-serif;
  font-size: 9pt;
  color: #3A3A3A;
  font-weight: bold;
  text-transform: uppercase;
  height:20px;
}

TD.productListing-data {
}

A.pageResults {
  font-weight: bold;
   color: #ffffff;
}

A.pageResults:hover {
	font-weight: bold;
   color:#FFEC51;
	text-decoration: underline;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, Helvetica, Verdana  sans-serif;
  font-size: 8pt;
  color: #666666;
}

TD.main, P.main {
  font-family: Arial, Helvetica, Verdana  sans-serif;
  font-size: 8pt;
  line-height: 1.5;
  padding-left:10px;
  padding-right:10px;
}
.splitp_down{
	/*background-color: #D80000;*/
}
TD.pulldown{
	font-family: Arial, Helvetica, Verdana  sans-serif;
  font-size: 8pt;
  line-height: 1.5;
  padding-top:22px;
}
TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, Helvetica, Verdana  sans-serif;
  font-size: 8pt;
}
TD.smallTextwhite, SPAN.smallTextwhite, P.smallTextwhite {
  font-family: Arial, Helvetica, Verdana  sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: #ffffff;
}
TD.accountCategory {
  font-family: Arial, Helvetica, Verdana  sans-serif;
  font-size: 10pt;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial, Helvetica, Verdana  sans-serif;
  font-size: 9pt;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial, Helvetica, Verdana  sans-serif;
  font-size: 9pt;
}

TD.tableHeading {
  font-family: Arial, Helvetica, Verdana  sans-serif;
  font-size: 9pt;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial, Helvetica, Verdana  sans-serif;
  font-size: 8pt;
  color: #FF0000;
}

CHECKBOX, RADIO, INPUT, SELECT {
  font-family: Arial, Helvetica, Verdana  sans-serif;
  font-size: 8pt;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, Helvetica, Verdana  sans-serif;
  font-size: 8pt;
}

SPAN.greetUser {
  font-family: Arial, Helvetica, Verdana  sans-serif;
  font-size: 10pt;
  color:#00507E;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Arial, Helvetica, Verdana  sans-serif;
  font-size: 9pt;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Arial, Helvetica, Verdana  sans-serif;
  font-size: 9pt;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial, Helvetica, Verdana  sans-serif;
  color: #FD351F;
}
SPAN.productPrice {
   text-align: right;
	font-family: Arial, Helvetica, Verdana  sans-serif;
	font-size:8pt;
	color:#E2311D;
	font-weight:bold;
}
SPAN.errorText {
  font-family: Arial, Helvetica, Verdana  sans-serif;
  color: #FF7800;
}

.moduleRow { }
.moduleRowOver {
	background-color: #F9E3B9;
	cursor: pointer;
	cursor: hand;
}
.moduleRowSelected { background-color: #FDF5E6; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, Helvetica, Verdana  sans-serif; font-size: 8pt; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial, Helvetica, Verdana  sans-serif; font-size: 8pt; color: #000000; }

/* message box */

.messageBox { font-family: Arial, Helvetica, Verdana  sans-serif; font-size: 8pt }
.messageStackError, .messageStackWarning { font-family: Arial, Helvetica, Verdana  sans-serif; font-size: 8pt; color:#E2311D;font-weight:bold;}
.messageStackSuccess { font-family: Arial, Helvetica, Verdana  sans-serif; font-size: 8pt; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Arial, Helvetica, Verdana  sans-serif; font-size: 8pt; color:#E2311D; }




.dynamic24_head {
		font-size:21px;
		font-weight:bold;
		font-family:arial;
		margin:10px 0px 20px 0px;
		
}

.dynamic24_container {
		font-family:arial;
		font-size:14px;
		background-color:#FFEAD2;
		background-image:url(http://www.dynamic-shop.de/Files/thorben/top_seller/dynamic24_verlauf.jpg);
		background-repeat:repeat-x;
		border-bottom:1px #FF8701 solid;			
}
.dynamic24_container a:link { color:blue; text-decoration:underline; }
.dynamic24_container a:visited { color:blue; text-decoration:underline; }
.dynamic24_container a:hover { color:black; text-decoration:underline; } 

.dynamic24_font {
		font-family:arial;
		font-size:14px;
		line-height:20px;
}


.dynamic_24_box {
		border:	2px white solid;
		background-color:#FFF0E0;
		padding:10px;
		font-size:11px;
		line-height:14px;
}

.dynamic_24_box a:link { color:blue; text-decoration:underline; }
.dynamic_24_box a:visited { color:blue; text-decoration:underline; }
.dynamic_24_box a:hover { color:black; text-decoration:underline; } 


.dynamic24_table {
		background-color:white;
		border-right:1px #FFD19E solid;
		border-bottom:1px #FFD19E solid;
}

.dynamic_24_box_head {
		background-color:#FF8701;
		padding:10px;
		border-right:2px white solid;
		border-left:2px white solid;
		font-size:17px;
		font-weight:bold;
		color:white;
}


.dynamic24_font_11 {
		font-size:11px;
}
