/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 11px; }
.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 : 11px; color: #70d250; text-decoration: underline; }
a span.orderEdit {
  color: #97BE0D;
  text-decoration: none;
}

a span.orderEdit:hover {
  color: #006600;
  text-decoration: none;
}

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
	
	font-family:  Verdana,Tahoma, Arial, sans-serif;
	line-height: 1.5em;
	background-color:#eeeeee;
	color: #777777;	
	min-width: 780px;	
	text-align: justify;
	font-size:11px;
}

h1{
	font-family:  Verdana,Tahoma, Arial, sans-serif;
	line-height: 20px;
	font-size:18px;
	color:#97BE0B;
	font-weight:bold;
}

h2{
	font-family:  Verdana,Tahoma, Arial, sans-serif;
	line-height: 18px;
	font-size:16px;
	color:#656565;
	font-weight:bold;
}

h3{
	font-family:  Verdana,Tahoma, Arial, sans-serif;
	line-height: 17px;
	font-size:15px;
	color:#D1E4A4;
	font-weight:bold;
}

h4{
	font-family:  Verdana,Tahoma, Arial, sans-serif;
	line-height: 16px;
	font-size:14px;
	color:#D1E4A4;
	font-weight:bold;
}

h5{
	font-family:  Verdana,Tahoma, Arial, sans-serif;
	line-height: 15px;
	font-size:13px;
	color:#000000;
	font-weight:bold;
}

h6{
	font-family:  Verdana,Tahoma, Arial, sans-serif;
	line-height: 14px;
	font-size:12px;
	color:#656565;
	font-weight:bold;
}

A {
  color: #97BE0D;
  text-decoration: none;
}

A:hover {
  color: #006600;
  text-decoration: none;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background-color:#D1E4A4;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #D1E4A4;
  color: #ffffff;
  font-weight : bold;
  padding: 2px 0 2px 0;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover, A.headerNavigation:visited {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #D1E4A4;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #D1E4A4;
  color: #1C420B;
  font-weight: bold;
}

.infoBox {
  background: #b6b7cb;
}

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

.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: #ffffff;
*/
	font-family: Verdana, Arial, sans-serif;
	background-color:#D1E4A4;
/*	width:100%; */
	color:#1C420B;
	font-weight: bold;
	font-variant:small-caps;
	text-transform:capitalize;
	font-size:14px;
	line-height: 18px;
/*	padding: 2px 0px;*/
}

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: #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;
	margin-top: 10px;
}

TABLE.tableHeading {
	border: 0;
	width: 100%;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	margin-top: 3px;
}

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

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

A.pageResults {
  color: #97BE0D;
}

A.pageResults:hover {
  color: #006600;
}

TD.pageHeading, DIV.pageHeading {
	background-color:#D1E4A4;
	color:#1C420B;
	font-size:14px;
	font-variant:small-caps;
	font-weight:bold;
	padding:2px 2px 2px 10px;
	text-transform:capitalize;
	width:100%;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

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

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

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

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

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

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #FF9E0D;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

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

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  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;
}

/* PriceFormatter */
TD.productPriceInListing {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #d2e9fb;
}

TD.productPriceInBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
	color: #1C420B;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
}

TD.productPriceInProdInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ccffcc;
}

/* EOF PriceFormatter */

/* changes by metamorfosys */

img.price_table_formatter_left {
	width: 65px;
}

img.price_table_formatter_right {
	width: 65px;
}

/* EOF metamorfosys */

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

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

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

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #333333; }



/*----------------------------------------------------------------------------
 *
 *	CLASSES DINAMO
 * 
 *-----------------------------------------------------------------------------
 */
h2.compact {
	margin-bottom: 0px;
}
 
#haupttext img {
	/*border:3px solid #D1E4A4;*/
	border: none;
}
 
#haupttext img.img_left_w_border {
	/*border:3px solid #D1E4A4;*/
	border: none;
	margin:0pt 10px 0pt 0pt;
}

#haupttext .txt{
	font-size: 11px;
} 

/*
* {
	margin: 0;
	padding: 0;
	border: 0;
}
*/
/* Hides from IE-mac \*/
/* html .clear_self {height: 1%;}
/* End hide from IE-mac */


/*************       For IE Mac           **************/
/* IE/Win is also using these rules, but it doesn't mind */
/* html div#center {margin-right: -100%;}
/* html div#left {margin-left: 0;}
/* html {
/* height:100%;
/*}
/*
img{
border:0px;
}

body {
	font-family:  Verdana,Tahoma, Arial, sans-serif;
	line-height: 1.5em;
	background-color:#eeeeee;
	color: #777777;	
	min-width: 780px;	
	text-align: justify;
	font-size:11px;
}

*/


#img_portada_bg {
	background-color: #56BBFE;
/*	background: url(../images/dinamo_layout/bg_cabecera.jpg) top repeat-x;*/
}

#img_portada {  
  margin: 0px;
  border: 0px; 
  background: url(../images/dinamo_layout/cabecera_bg_img.jpg) top left no-repeat;
  color: #ffffff;
  text-align: left; 
  height:158px; 
}


.rotulo{
color:#1C420B ; 
font-size:30px; 
padding-top:120px;
padding-left:40px;
font-weight:bold;
line-height:30px;
}



#envolvente{
	width: 90%; /* con margenes o sin ellos */
	margin: 0 auto; /* NN will put content out of scrollable reach if auto is used unless there's a min-width on body too*/
	position: relative;
    z-index: 500;
	background: #fff;
}


/* MENU */


.info{
width:70%;
height:50px;
min-height:50px;
border:1px solid #1C420B;
background-color:#E0EDC3; 
background-image:url(/UserFiles/Image/info2.gif);
background-repeat:no-repeat;
background-position:left top;
padding-left:80px;
padding-right:20px;
color:#1C420B;
vertical-align:middle;
padding-top:14px;

}


.info a{
color:#1C420B;
font-weight:bold;
}

.error{
width:70%;
height:50px;
border:1px solid #1C420B;
background-color:#E0EDC3; 
background-image:url(/UserFiles/Image/error.gif);
background-repeat:no-repeat;
background-position:left top;
padding-left:80px;
color:#1C420B;
vertical-align:middle;
padding-top:14px;
}

.error a{
color:#1C420B;
font-weight:bold;
}




hr{
border:1px solid #97BE0D;
width: 95%;

}

/*
.orden{
margin-left:20px;
}


.pimagen img{
height:50px;
width:40px;
padding-right:20px;
}

.pprice{
font-size:22px;
margin-bottom:80px;
clear:both;

}

.pmodel{
font-size:22px;
}

.pnombre{
font-size:18px;

}

.pmanufacturer{
font-size:22px;
}

.cantidad{
border:3px solid #ddd;
font-size:12px;
}

.pbuy{
font-size:12px;
}

*/

/* tabla generica */
.tablebox{

}

/*
.paginator{
width:100%;
border-top:1px solid #97BE0D;
border-bottom:1px solid #97BE0D;
text-align:justify;
height:18px;
}
.paginatoriz{
float:left;
}
.paginatordr{
float:right;
}

#cc img {
margin:5px;
}

#fecha {
width: 30%;
display: inline;
float:left;
padding: 2px;
text-align:left;
margin-right: 2px;
}

*/
#mensajeimagenportada{
	float:right;
	margin-top:105px;
	_margin-top:105px;
}

.slogan{
	color:#1C420B;
	font-size:30px;
	line-height:35px;
	padding-top:100px;
	padding-left:40px;
	font-weight:bold;
}




/* pie */
#footer {
	clear:both;
	text-align:center;
	color:#666666;
	padding:20px;
	background-color:#f6f9ee;
	border-top:1px #e7e7e7 solid;
}


#footer a {
	text-decoration: underline;
	text-decoration:none;
	color: #666666;
}

#footer a:hover {
	color: #fff;
	background:#7E9346;
	/*padding: 10px;
	margin: 10px;*/
}

#footer li{
display:inline;

}

/*   ********************* */
.escudo_bg{   
  background-image:url(escudo_bg.gif) ;
	background-position:right top;
	background-repeat:no-repeat;
}

input{
	border:#D1E4A4 1px solid;
	color:#656565;
}

textarea{
	border:#D1E4A4 1px solid;
	color:#656565;
}
select{
	border:#D1E4A4 1px solid;
	color:#656565;
}


.tablaborde{
	border:#D1E4A4 1px solid;
}

#inputbordeno{
	border:0px;
	color:#656565;
}

#buscador{
	padding-right:2px;
}

#resbucar{

}

#foldheader{
	cursor:hand; 
	font-weight:bold;
	list-style-image:url(fold.gif)
}

#foldinglist{
	list-style-image:url(list.gif)
}


/* menuses */
#menu li{
 /* margin-left:40px;*/
  list-style-type: none;
  /*list-style-image:url(../imagenes/V.jpg)*/
  
}

#menu_g

{	
  width:100%;
  /*text-align:center;*/
  background-image:url(../imagenes/btn_bg.gif);
  background-repeat:no-repeat;
  background-repeat:repeat-x;
}

 
#menu_g li {
  list-style-type: none;
  display: inline;
  padding-right: 0.4em;
  font-family: Verdana, arial, sans-serif;
/*  text-transform: lowercase;*/
  text-transform:capitalize;
   margin:0px; 



  
}
#menu_g a {
  color: #666666;
  text-decoration: none;
  border: none;
    margin:0px; 
  padding:0px;
  
}
#menu_g a:hover { 
  background: none;
    margin:0px; 
  padding:0px;
}


table, td, tr {
border:0px solid #009900;}


/* -----------------------------------------------------
 *		DINAMO MENU TOP
 * -----------------------------------------------------
 */
#menu_top{
	height: 26px;
	background-image: url(../images/dinamo_layout/bg_btn_bg.gif);
}

#menu_top a.top_menu_btn, #menu_top a.top_menu_btn:visited{
	height: 26px;
	width:100px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: white;
	font-weight: normal;
	letter-spacing: 1px;
	text-decoration:none;
	text-transform:uppercase;
	text-align: center;
	background: transparent url(../images/dinamo_layout/bg_btn_on.gif) repeat-x left top;
	display:block;
	float:left;
	padding:0px 8px;
	margin-right: 4px;
}

#menu_top a.top_menu_btn:hover{
	background: transparent url(../images/dinamo_layout/bg_btn_off.gif) repeat-x left top;
	color: #97BE0D;
}

#menu_top a.selected, #menu_top a.selected:visited{
	background: transparent url(../images/dinamo_layout/bg_btn_off.gif) repeat-x left top;
	color: #97BE0D;
}

/* -----------------------------------------------------
 *		DINAMO MENU
 * -----------------------------------------------------
 */
.mainDiv{
	width:100%;
}

.menuitem{
	font: bold 11px tahoma,verdana,sans-serif;
  	letter-spacing: 0;
  	border: none;
  	width: 100%;
  	height: 18px;
  	color: #656565;
  	cursor:pointer;
  	text-indent:5px;
	text-decoration:none;
	border-bottom:1px solid #959595;
}
.menuitem a{
	text-decoration:none;
	color: #656565;
}

.topItem
{
  font: bold 11px tahoma,verdana,sans-serif;
  letter-spacing: 0;

  border: none;
  width: 100%;
  height: 18px;
  color: #647B15;
  cursor:pointer;
  text-indent:5px;
  border-bottom:1px solid #ACC76D;
}

.topItemOver
{
  text-indent:5px;
  font: bold 11px tahoma,verdana,sans-serif;
  letter-spacing: 0;

  height: 18px;
  width: 100%;
  color: #97BE0D;
  cursor:pointer;
  border-bottom:1px solid #ACC76D;
}

.topItemClose
{
  text-indent:5px;
  font: bold 11px tahoma,verdana,sans-serif;
  letter-spacing: 0;

  height: 18px;
  width: 100%;
  color: #647B15;
  cursor:pointer;
  border-bottom:1px solid #ACC76D;
}


.topItemCloseOver
{
  text-indent:5px;
  font: bold 11px tahoma,verdana,sans-serif;
  letter-spacing: 0;

  height: 18px;
  width: 100%;
  color: #97BE0D;
  cursor:pointer;
  border-bottom:1px solid #ACC76D;
}



.dropMenu
{
  font: bold 11px tahoma,verdana,sans-serif;	
  background-color: #ffffff;
  color: #000;
  border: 1px solid #FFFFFF;
  border-width: 0px 1px 1px 1px;
  filter:alpha(opacity=100);
}

.subMenu
{
   display:block;
}

.subItem
{
   margin-left:5px;
   margin-top:0px;
   height:18px;
   font: 11px tahoma,verdana,sans-serif;	
   text-decoration:none;
   color: #959595;
   border-bottom:1px solid #E5F4B0;
   
}

.subItem a
{
   margin-left:5px;
   font: 11px tahoma,verdana,sans-serif;	 	
   text-decoration:none;

}

.subItemOver
{
   margin-left:5px;
   margin-top:0px;
   font: 11px tahoma,verdana,sans-serif;	  
   height:18px;
   color: #97BE0D;
   text-decoration:none;
   border-bottom:1px solid #E5F4B0;
}

.subItemOver  a
{
   margin-left:5px;
   font: 11px tahoma,verdana,sans-serif;
   cursor:pointer;	
   color: #647B15;
   text-decoration:none;
   cursor:pointer;
}

.subItem3
{
   margin-left:15px;
   margin-top:0px;
   height:18px;
   font: 11px tahoma,verdana,sans-serif;	
   text-decoration:none;
   color: #404040;
   border-bottom:1px solid #959595;
   
}

.subItem3 a
{
   margin-left:15px;
   font: 11px tahoma,verdana,sans-serif;	 	
   text-decoration:none;
   color: #404040;
}

.subItem3Over
{
   margin-left:35px;
   margin-top:0px;
   height:18px;
   font: 11px tahoma,verdana,sans-serif;	
   text-decoration:none;
   color: #404040;
   border-bottom:1px solid #959595;
   
}

.subItem3Over a
{
   margin-left:15px;
   font: 11px tahoma,verdana,sans-serif;	 	
   text-decoration:none;
   color: #404040;
}

.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}
 
/* -----------------------------------------------------
 *		DINAMO BIOCALCULATE
 * -----------------------------------------------------
 */
 
.Recyclingpapier
{
	color: #97BE0D;
}

.Frischpapier
{
	color: #1B86C4;
}

.Verbrauch input {
	width: 40px;
}

.Titulo {
	border-bottom: 1px solid black;
	font-weight: bold;
}

.copynote{
	border-top:1px solid black;
	color:#777777;
	font-size:9px;
	padding-top:10px;
}