/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

*{margin:0; padding:0; border:0;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	 background:none;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
  $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: 11px;
}

body {
  background: #fff;
  color: #000;
  margin: 0 auto 20px auto;
  font-size: 11px;
  font-family: Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#fff), to(#e1e1e1)); 
  background-image:-moz-linear-gradient(#fff, #e1e1e1);
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr='#fff',endColorStr='#e1e1e1'); /* IE6 & IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#e1e1e1')"; /*IE8*/
background: -webkit-linear-gradient(top, #fff 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fff 0%,#e1e1e1 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #fff 0%,#e1e1e1 100%); /* IE10+ */
  background-image: linear-gradient(top, #fff, #e1e1e1);
}

#bodyWrapper { 
}
/*relleno del contenido de productos*/
#bodyContent { padding:0 1px 0 0;
}

#header {
  height: 160px;
  background-image:url(images/bg-head.png); background-repeat:no-repeat;
  background-color:#ed115e;
}

#storeLogo {
  float: left;
  margin:-30px 0 0 35px;
}

#headerShortcuts {
  float:right;/*right*/
  margin:7px 10px 0 0;
}

#headerShortcuts1 {
  float:right;/*right*/
  margin:7px 10px 0 0;
}

#columnLeft {
  padding:0; margin-right:0; margin-top:5px;
}

#columnRight {
  padding-top: 5px;
}

.infoBoxContainer { }
/*ofertas,specials*/
.infoBoxContainer2 { width:25%; float:left; margin:5px 10px; text-align:center; }

.infoBoxHeading {
  padding: 2px;
  font-size: 11px;
  background: #ed115e; /* Old browsers */
background: -moz-linear-gradient(top, #cb0c4f 0%, #ed115e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb0c4f), color-stop(100%,#ed115e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #cb0c4f 0%,#ed115e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #cb0c4f 0%,#ed115e 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #cb0c4f 0%,#ed115e 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0c4f', endColorstr='#ed115e',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #cb0c4f 0%,#ed115e 100%);
}
/*cabecera del breadcrumb*/
.infoBoxHeading1 {
  padding: 2px;
  font-size: 1em;
  background: #ed115e; /* Old browsers */
background: -moz-linear-gradient(top, #ed115e 0%, #cb0c4f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed115e), color-stop(100%,#cb0c4f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ed115e 0%,#cb0c4f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ed115e 0%,#cb0c4f 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #ed115e 0%,#cb0c4f 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed115e', endColorstr='#cb0c4f',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #ed115e 0%,#cb0c4f 100%);
}

.infoBoxHeading2 {
  padding: 2px;
  font-size: 1.2em;
  text-align:center;
  width:25%;
}

.infoBoxContents {
  padding: 5px;
  font-size: 11px;
  line-height: 1.5;
}

/*box info*/
.infoBoxContents1 {
  padding: 5px;
  font-size: 11px;
  line-height: 1.5;
  width:25%;
  float:left;
  text-align:center;
}

/*box ofertas*/
.infoBoxContents2 {
  padding: 5px;
  font-size: 11px;
  line-height: 1.5;
  width:25%;
  float:left;
  text-align:center;
}

/*box Languages y Currencies en header*/
.infoBoxContents4 {
  font-size: 1em;
  line-height: 1.5;
  height:25px;
}

.contentContainer {
  padding-bottom: 10px;
}

.contentContainer h2 {
  font-size: 16px;
  text-decoration: underline;
  font-weight: normal;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.contentText/*, .contentText table*/ {
  padding: 5px 0 5px 0;
  font-size: 11px;
  line-height: 1.5;
  /*border:1px solid #ed115e;
  background-color:#fff;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -o-border-radius:10px;
  -ms-border-radius:10px;
  border-radius:10px;*/
  padding:5px;
}

.contentText1/*, .contentText table*/ {
  padding: 5px 0 5px 0;
  font-size: 11px;
  line-height: 1.5;
}
/*pertenece al contenido interno dentro de contentext anterior, es decir, las tablas interiores*/
.contentText table {
  padding: 5px 0 5px 0;
  font-size: 11px;
  line-height: 1.5;
}
.productListTable {
  padding: 5px;
  font-size: 11px;
  line-height: 1.5;
  border:1px solid #ed115e;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -o-border-radius:10px;
  -ms-border-radius:10px;
  border-radius:10px;
}

.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 {
  font-size: 20px;
  margin-bottom: 0;
  padding-bottom: 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: Verdana, Arial, sans-serif; font-size: 10px; }
.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: Verdana, Arial, 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;
}

.footer {
  background: #3b3b3b;/*bbc3d3*/
  color:#FFF;
  margin:0 0 20px 0;
}

.footer a {
  color:#FFF;
}

TR.footer {
  background: #3b3b3b;/*bbc3d3*/
}

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

.infoBox {
  background: #b6b7cb;
}
/*para languages y currencies en header*/
.infoBox4 {
  background: transparent;
  height:20px;/*color original b6b7cb*/
}

.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;
}

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;
  border-bottom:1px solid gray;
}

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;
  border-bottom:1px solid gray;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: gray;/*b6b7cb*/
  /*border-spacing: 1px;*/
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  -o-border-radius:10px;
  -ms-border-radius:10px;
  border-radius:10px;
}

.productListingHeader {
  table-layout: fixed;
  color: #000;
  font-weight: bold;
  height:20px;  
  border-bottom:1px solid gray;
}

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

.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: 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.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

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

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  border:1px solid #ed115e;  
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -o-border-radius:10px;
  -ms-border-radius:10px;
  border-radius:10px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  border:1px solid #ed115e;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -o-border-radius:10px;
  -ms-border-radius:10px;
  border-radius:10px;
}

input#search{
	color:#FFF;
	background-color:black;/*transparent*/
	background-image:url(includes/languages/espanol/images/buttons/fondo_search.png);
	background-repeat:no-repeat;
	width:161px;/*valor original 161px*/
	/*height:4em;*/
	border:none;/*original border:1px solid #a5ca0a; borde none para que no aparezca borde por defecto*/	
	margin:1px 0 0 0;
	padding:0 10px 0 10px;
}

#theSubmitButton{ background-color:#000; color:#FFF;}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color:#ed115e;
  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;
}

.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: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; 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;
}
/*precio de new_products.php*/
.product_name a{ color:#ed115e; font-weight:bold;}
.price {margin:5px 0 5px 0; background-color:#000; color:#ed115e; font-weight:bold; width:70px; height:20px; padding:5px 0 0 0; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; -o-border-radius:5px;}
.read_more { color:#ed115e; font-weight:bold;}
