/*
  $Id$

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

  Copyright (c) 2010 osCommerce

  Released under the GNU General Public License
*/

.ui-widget {
  font-family: Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;
  font-size: 12px;
}

body {
   background: url("../images/body-bg.jpg") repeat-x scroll 0 0 #F1F1EE;
    color: #333333;
    font: 12px Arial,Helvetica,sans-serif;
    margin: 0px;
    padding: 0;
    text-align: left;}

#bodyWrapper {
}

#bodyContent {
	 background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 5px 5px 5px 5px;
    float: left;
    margin: 5px 0 0;
    width: 636px;
}
#header {
	background-color:#F1F1EE;
  height: 50px;
}

#storeLogo {
  float: left;
  margin-top: 2px;
}

#headerShortcuts {
  float: right;
  margin-top: 10px;
}

#columnLeft {
  padding-top: 5px;
}

#columnRight {
  padding-top: 5px;
}

.infoBoxContainer { }

.infoBoxHeading {
	 border-radius:5px;
  padding: 2px;
  font-family:Verdana, Geneva, sans-serif;
  font-size: 12px;
  text-align:center;
}
.infoBoxHeading2 {
	 border-radius:5px;
  padding: 2px;
  font-size: 12px;
  font-weight:bold;
}
.infoBoxHeading3 {
	 border-radius:5px;
  padding: 2px;
  font-size: 14px;
  font-weight:bold;
}
.infoBoxContents {
  padding: 5px;
  font-size: 11px;
  color:#009;
  line-height: 1.5;
  margin-top:-3px;
  margin-bottom:10px;
}
.infoBoxContents2 {
  padding: 5px;
  font-size: 11px;
  background-color:#BBF391;
  color:#039;
  line-height: 1.5;
  margin-top:-3px;
  margin-bottom:10px;
}
.contentContainer {
	 border-radius:5px;
  padding-bottom: 10px;
	margin-top:10px;

}
.contentContainer2 {
	margin-left:10px;
	margin-right:10px;
	margin-top:1px;
  padding-bottom: 10px;
}
.contentContainer2 h2 {
  background:#6AA8D7 url("images/heading-gradient.png") repeat-y left;
    color: #FFFFFF;
    font-family: Calibri;
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
    padding: 0 0 0 10px;
	margin:5px;
}
.contentContainer2 h3 {
	color:#930;
  font-size: 12px;
  font-family:Arial, Helvetica, sans-serif;
  text-decoration: underline;
  font-weight: bold;
  margin-top:-2px;
  margin-bottom:-2px;
}

.contentContainer h2 {
  background:#ffffff url("images/heading-gradient.png") repeat-y left;
    color: # 009;
    font-family: Calibri;
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
    padding: 0 0 0 10px;
	margin:5px;
}
.contentContainer h3 {
	color:#930;
  font-size: 12px;
  font-family:Arial, Helvetica, sans-serif;
  text-decoration: underline;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 2px;
}

.contentText, .contentText table {
  padding: 0px 0 0px 0;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}
.contentText2, .contentText2 table {
  padding: 5px 0 5px 0;
  margin-left:2px;
  font-family:Arial, Helvetica, sans-serif;
  color:#036;
  font-weight:bold;
  font-size: 12px;
  line-height: 1.5;
}
.contentText3, .contentText3 table {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style:italic;
  font-weight:bold;
  color:#C00;
}
.productListTable {
  padding: 5px;
  font-size: 12px;
  line-height: 1.5;
}

.productListTable tr.alt td {
  background-color: #ecf6fc;
}

.fieldKey {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.5;
  width: 150px;
}

.fieldValue {
  font-size: 11px;
  line-height: 1.5;
}

h1 {
  background:#ffffff url("images/heading-gradient.png") repeat-y left;
    color: # 009;
    font-family: Calibri;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 0 0 10px;
	margin:5px;
}
h4 {
    color: # 033;
    font-family: Calibri;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 0 0 10px;
	margin:5px;
}

img {
  border: 0;
}

table, p {
  font-size: 11px;
  line-height: 1.5;
}

#piGal ul {
  list-style-type: none;
}

#piGal img {
  -webkit-box-shadow: 0px 0px 1px #000;
  -moz-box-shadow: 0px 0px 1px #000;
}

#piGal .outer {
  margin-left: -30px;
}

.buttonSet {
  clear: both;
}

.buttonAction {
  float: right;
}

.boxText { font-family: Arial, sans-serif; font-size: 12px; }
.boxText2 
{ 
font-family: Arial, sans-serif;
font-size: 12px;
}
.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; }

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

A:hover {
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Arial, Helvetica, sans-serif;
  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: 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: #bbc3d3;
}

TD.footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #99CC00;
}
.nuevoBox {
  background: #FFE7CE;
}
.nuevoBox2 {
  background: #ffffff;
  padding: 2px;
  font-size: 11px;
}
.infoBox2 {
  background: #ffffff;
}
.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
    background: #99cc00;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

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

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: #D5F4FF; font-size:12px;
}

TABLE.productListing {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
  border: 4px;
  border-style: solid;
  border-color: #99cc00;
  border-spacing: 1px;
}

.productListingHeader {
  table-layout: fixed;
  color: #FFFFFF;
  font-weight: bold;
}

.productListingHeader A:hover {
  color: #FFFFFF;
}

.productListingData {
  table-layout: fixed;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

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

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

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

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

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

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

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

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

SPAN.greetUser {
  font-family: Arial, Helvetica, sans-serif;
  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, Helvetica, 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;
}

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

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

/* message box */

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

/* input requirement */

.inputRequirement { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ff0000; }

/* buttons */

.tdbLink a { }

.tdbLink button { }

/* account link list */

.accountLinkList {
  list-style-type: none;
  margin: 2px 2px 2px 10px;
  padding: 5px;
}

.accountLinkListEntry {
  float: left;
  margin-right: 5px;
}
.star-product-title {
  font-family: Verdana, Arial, sans-serif;
  text-align : center;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}
.star-product {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
}
.star-product-price{
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #ff0000;
}
.starOutlinefeatured {
border: solid #ffffff; border-width:0px; margin-top:3px; background-image:url(images/star_img2.gif); background-repeat:no-repeat; background-position:4px 18px; height: auto; margin: 5px 0 10px 0;}
.starOutlinefeatured2 {
border: solid #ff9900; border-width:2px; margin-top:3px; background-image:url(images/star_img2.gif); background-repeat:no-repeat; background-position:4px 18px; height: auto; margin: 5px 0 10px 0;}
.starOutline2 {
border: solid #ff9900; border-width:2px; margin-top:3px; background-position:2px 2px; height: auto; margin: 5px 0 10px 0;}
.latest {
	background:#FFFFFF; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#00319D; font-weight:bold;
}
/* Simple Products Short Description - start */
a.product_name {
  font-weight: bold;
}
a.read_more {
  font-weight: bold;
  text-decoration:none;
  color:#159dcc;
}
span.productPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #CC3300;
  font-weight:bold;
}
/* Simple Products Short Description - end */
PDF {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;
 color:#00F;
}
.descripProducto_titulo_td {
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	background-color: #99CC00;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
TABLE.descripProducto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	text-align: justify;
	letter-spacing: normal;
	vertical-align: baseline;
	word-spacing: normal;
	white-space: normal;
}
options.linea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border:1px;
	margin-left:2px;
	margin-right:2px;
	border-color:#33C;
}
/***** Begin Sitemap_SEO *****/ 
ul.sitemap {
color: #ff0000;
}
.sitemap {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #0000ff;
  font-weight : normal;
}
.sitemapHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #0000ff;
  font-weight : normal;
}
.sitemapProducts {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #f000ff;
  font-weight : normal;
}
A.sitemap { 
  color: #009900; 
}
A.sitemap:hover {
  color: #ff0000;
}
.sitemap_indvidual_hdg {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #0000ff;
  font-weight : normal;
}
A.sitemap_indvidual_hdg { color: #009900; }
A.sitemap_indvidual_hdg:hover { color: #ff0000; }
.sitemap_indvidual { 
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #f000ff;
  font-weight : normal;
}
A.sitemap_indvidual { color: #009900; }
A.sitemap_indvidual:hover { color: #ff0000; }

h3 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
 font-weight: normal;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #000;
}
/***** End Sitemap_SEO *****/ 
.productPriceInBox{ color: #009900; }
/* Start Products Specifications */
ul.specification_box {
  line-height: 1.5;
}

option, optgroup {
  text-decoration: none;
  font-style: normal;
  margin: 0;
  padding: 2px 2px 0 2px;
  font-family: Verdana, Arial, sans-serif;
}

.filter_count {
  font-weight: normal;
}

.no_results {
  color: #bbb;
}

.close {
  font-size: 75%;
  position: relative;
  top: -4px;
}

img.image_filter {  /* Applies to images used as filters */
  width: 20px;  /* Width of each image */
  height: 20px;  /* Height of each image */
  padding: 5px;  /* Padding between the category contents and the border */
  border: 1px solid #182d5c;  /* Border around each image */
  margin: 3px;  /* Margin between the image border and other objects */
  background: #ffffff;  /* Background color behind each image */
  float: left;  /* Don't change this */
}

.specs_box { /* Applies to the table surrounding the Specifications/tabs on product_info.php */
  width: 100%;
  background: #FFFFFF;
}

#variantsBlock {
}

#variantsBlockTitle {
  font-size: 10pt;
  font-weight: bold;
  padding-left: 10px;
  padding-bottom: 10px;
  width: 10em;
}

#variantsBlockData {
  align: left;
}

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

.productInfoValue {
  font-size: 9pt;
  vertical-align: middle;
}

#productInfoPrice {
  font-size: 10pt;
  font-weight: bold;
  vertical-align: middle;
}

a.breadcrums_x:link, a.breadcrums_x:active, a.breadcrums_x:visited{
  font-size: 10px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

a.breadcrums_x:hover{
  font-size: 10px;
  color: #17426B;
}
/* End Products Specifications */
@import url("headertags_seo_styles.css");

