/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  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: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #eb0000; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2f2f2; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }



.inp_shop {
width: 220px;
}

A {
  color: #000000;
  text-decoration: none;
}

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




.infoBox {
  background: #ffffff;
  border: 2px dotted #14a3b3;
  padding: 5px;
}

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

.infoBoxNotice {
  background: #eb0000;
}

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

.productListing-heading {
  font-family: Arial, sans-serif;
  font-size: 14px;
  background: #ffffff;
  color: #14a3b3;
  font-weight: normal;  
}

.border-solidbot {
border-bottom: 1px solid #d7d7d7;
}


A.pageResults {
  color: #0000FF;
}

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


.main b {
	background-color: #fff;
	color: #14a3b3;
	padding: 0 3px;
}



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

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

.td-btn-image input{
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

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

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

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


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

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

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

.moduleRow { }
.moduleRowOver { background-color: #f0f0f0; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #f9f9f9; }

.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: white; color: red;}
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

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

h6 {
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
}

#pie-productos {
	margin-top: 40px;
	text-align: center;
}#pie-productos h6 {
	display: inline;
	font-size: 10px;
	color: #87908E;
	padding: 3px;
	background-color: #fff;
	text-align: center;
}
#pie-productos h6 a {
	color: #87908E;
}



