/*
  $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: Arial, Verdana; font-size: 12px; }
.errorBox { font-family : Arial, Verdana; font-size : 10px; background-color: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, Verdana; font-size : 10px; color: #cc0033; }
.productsNotifications { background-color: #f2fff7; }
.orderEdit { font-family : Arial, Verdana; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background-image:url(http://oascomputer.com/tienda/images/background.gif);
  margin: 0px;
}

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

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

FORM {
	display: inline;
}

TR.header {
  background-color: #ffffff;
}

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

TD.headerNavigation {
  font-family: Arial, Verdana;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

.infoBoxContents {
  font-family: Arial, Verdana;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading, DIV.infoBoxHeading {
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  color:#0066CC;
  padding-bottom:5px;
  border-bottom:1px solid #999999;
  text-transform:uppercase;
}

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


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

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #0066CC;
  text-transform:uppercase;
}

TR.subBar {
  background: #f4f7fd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

SPAN.Price {
  color:#990000;
  font-size:16px;
  font-weight:bold;
}

SPAN.OldPrice {
  font-size:15px;
  text-decoration:line-through;
}

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

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

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

/* message box */

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

/* input requirement */

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

td.topmenu{
font-family:Arial, Verdana;
font-size:12px;
width:150px;
font-weight:bold;
border-left:1px solid #000000;
text-align:center;
}
a.footerlink{
color:#0066CC;
}
body, table {
font-family:Arial, Verdana;
font-size:12px;
color:#555555;
}
.topmenu{
background-image:url(http://oascomputer.com/tienda/images/site/topmenu/rojo.gif);
height:32px;
width:150px;
display:block;
color:#FFFFFF;
text-align:center;
font-family:Trebuchet MS;
font-weight:bold;
vertical-align:middle;
border-right:1px solid #393839;
padding-top:6px;
}
.topmenu:hover{
background-image:url(http://oascomputer.com/tienda/images/site/topmenu/azul.gif);
text-decoration:none;
color:#FFFFFF;
}
a.menuleft {
display:block;
font-family:Verdana;
font-size:11px;
background-color:#FFFFFF;
border-bottom:1px solid #808080;
text-decoration: none;
padding-top:2px;
}
a.menuleft:hover {
text-decoration: none;
color:#ffffff;
background-color:#990000;
}
	
	.titulo  {
	font-family: Verdana;
	border-bottom:1px solid #A0A0A4;
	font-weight:bold;
	color: #009FFF;
}
.Texto {
	font-family:Verdana;
	font-size:11px;
	text-align:justify;
	margin-left:5px;
	margin-right:5px;
	color: #3C3C3C;
}
.divi {height:6px; width:auto;}
.titu {margin:0px; padding:0px;}
.oas{
	color: #0057AE;
	font-weight: bold;
}
.subtitu {color: #0057AE; font-weight: bold; font-size: 13px; text-align:left;}
div.boxtop {
width:450px;
text-align:left;
border-style:solid;
border-color:#0B74DD;
border-width:0;
border-top-width:4px;
padding:8px;
background-color:#0759AB;
}
.tablee { border-top:1px solid #D8D8D8; border-right:1px solid #D8D8D8;}
.cell {border-bottom:1px solid #D8D8D8; border-left: 1px solid #D8D8D8;}
