/**
 * @package admin
 * @ignore
 * @access private
 * @copyright Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5454 2006-12-29 20:10:17Z drbyte $
 */
@import url("menu.css");/* including stylesheet for dhtml menu */
@import url("index.css");/* including stylesheet for index.php */
a{
color:#0000ff;
text-decoration:none;
}
a,body,html,table{
	font-family: Arial, Helvetica, sans-serif;
}
a:hover{
color:#0000ff;
text-decoration:underline;
}
a.headerLink:link{
color:#ffffff;
font-weight:bold;
text-decoration:none;
}
a.headerLink:visited{
color:#ffffff;
font-weight:bold;
text-decoration:none;
}
a.headerLink:hover{
color:#ffffff;
font-weight:bold;
text-decoration:underline;
}
a.headerLink:active{
color:#ffffff;
font-weight:bold;
text-decoration:none;
}
a.menuBoxContentLink:link{
color:#0000ff;
text-decoration:none;
}
a.menuBoxContentLink:visited{
color:#0000ff;
text-decoration:none;
}
a.menuBoxContentLink:hover{
color:#0000ff;
text-decoration:underline;
}
a.menuBoxContentLink:active{
color:#0000ff;
text-decoration:none;
}
a.menuBoxHeadingLink:link{
color:#0000ff;
font-weight:bold;
text-decoration:none;
}
a.menuBoxHeadingLink:visited{
color:#0000ff;
font-weight:bold;
text-decoration:none;
}
a.menuBoxHeadingLink:hover{
color:#0000ff;
font-weight:bold;
text-decoration:none;
}
a.menuBoxHeadingLink:active{
color:#0000ff;
font-weight:bold;
text-decoration:none;
}
a.splitPageLink:link{
color:#0000ff;
text-decoration:none;
}
a.splitPageLink:visited{
color:#0000ff;
text-decoration:none;
}
a.splitPageLink:hover{
background-color:#ffff33;
color:#0000ff;
text-decoration:underline;
}
a.splitPageLink:active{
color:#0000ff;
text-decoration:none;
}
body {
	color:#333333;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
}
.clearBoth {
	clear: both;
	}
body#login{
margin-top:100px;
text-align:center;
}
body#login .button{
cursor:pointer;
padding: 3px;
margin-top: 10px;
}
body#login fieldset{
margin:0 auto;
padding:10px;
width:400px;
}

.loginLabel {
	margin-left: 60px;
	margin-right: 5px;
	width: 125px;
	float: left;
	text-align: right;
	line-height: 1.5;
	}
body#login legend{
background:#ffffff;
border:1px solid #003D00;
color:#333333;
font-size:90%;
padding:0.2em 0.5em;
text-align:right;
}
checkbox,input,radio,select,textarea,file{
font-size:11px;
}
textarea {
width: 80%;
}
/* to handle textareas for browsers which don't like % widths */
textarea.sqlpatchKeyedQuery, TEXTAREA#file_contents {
width:auto;
}
form{
display:inline;
}
span.dataTableHeadingContentWhois{
color:#ff6600;
font-weight:bold;
}
span.normalprice{
text-decoration:line-through;
}
span.productPriceDiscount,.inputRequirement{
color:#ff0000;
}
span.productSpecialPrice,span.productSalePrice,.stockWarning,span.coming{
color:#ff0000;
}
span.productSpecialPriceSale{
color:#ff0000;
text-decoration:line-through;
}
span.SortOrderHeader{
color:#ff6600;
font-weight:bold;
}
span.SortOrderHeaderLink{
color:#0000ff;
font-weight:bold;
}
td.alert,span.alert{
color:#ff0000;
font-weight:bold;
}
td.attributeBoxContent{
background-color:#dcdbd1;
color:#333333;
}
td.ot-subtotal-Amount,td.ot-cod-fee-Amount,td.ot-group-pricing-Amount,td.ot-gv-Amount,td.ot-loworderfee-Amount,td.ot-shipping-Amount,td.ot-subtotal-Amount,td.ot-tax-Amount,td.ot-coupon-Amount{
}
td.ot-subtotal-Text,td.ot-cod-fee-Text,td.ot-total-Text,td.ot-group-pricing-Text,td.ot-gv-Text,td.ot-loworderfee-Text,td.ot-shipping-Text,td.ot-subtotal-Text,td.ot-tax-Text,td.ot-coupon-Text{
font-weight:bold;
}
td.ot-total-Amount{
border-top:1px solid #9a9a9a;
font-weight:bold;
}
tr.attributeBoxContent{
background-color:#dcdbd1;
color:#333333;
}
.attributeBoxContent{
background-color:#dcdbd1;
color:#333333;
}
.attributes-even{
background-color:#ffffff;
}
.attributes-odd{
background-color:#f7f6ef;
}
.columnLeft{
background-color:#f2f1ee;
border-color:#999999;
border-style:solid;
border-width:1px;
padding:2px;
}
.dataTableContent{
color:#333333;
}
.dataTableContentBot{
color:#333333;
}
.dataTableContentWhois{
color:#333333;
}
.dataTableHeadingContent{
color:#333333;
font-weight:bold;
font-size: 12px;
}
.dataTableHeadingContentWhois{
color:#333333;
font-weight:bold;
}
.dataTableHeadingContentWhois a:link,.dataTableHeadingContentWhois a:visited{
color:#0000ff;
font-weight:bold;
}
.dataTableHeadingContentWhois a:hover{
color:#ffffff;
font-weight:bold;
}
.dataTableHeadingRow{
background-color:#d7d6cc;
}
.dataTableHeadingRowWhois{
background-color:#d7d6cc;
}
.dataTableRow{
background-color:#f2f1ee;
}
.dataTableRowBot{
background-color:#facbfa;
}
.dataTableRowOver{
background-color:#ffffff;
cursor:pointer;
cursor:hand;
}
.dataTableRowOverBot{
background-color:#ffffff;
}
.dataTableRowOverWhois{
background-color:#ffffff;
}
.dataTableRowSelected{
background-color:#e7e6e0;
}
.dataTableRowSelectedBot{
background-color:#ff93ff;
}
.dataTableRowSelectedWhois{
background-color:#dee4e8;
}
.dataTableRowSpacer,td.dataTableRowSpacer,TR.dataTableRowSpacer{
background-color:#d7d6cc;
color:#ff6600;
font-size:11px;
font-weight:bold;
line-height:1.0;
}
.dataTableRowWhois{
background-color:#f2f1ee;
}
.errorText{
color:#ff0000;
}
.fieldRequired{
color:#ff0000;
}
.formArea{
background-color:#f1f9fe;
border-color:#7b9ebd;
border-style:solid;
border-width:1px;
}
.formAreaTitle{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
}
.headerBar{
	height: 48px;
}
.headerBarContent{
color:#ffffff;
font-weight:bold;
padding:2px;
font-family: Arial, Helvetica, sans-serif;
}

.infoBoxHeading{
background-color:#003D00;
color:#ffffff;
}
.main{
}
.menuBoxContent{
color:#616060;
}
.menuBoxHeading{
background-color:#ffffff;
color:#616060;
}
.messageBox{
}
.messageStackCaution{
background-color:#ffff00;
position: absolute;
top: 45px;
display: block;
width: 100%;
}
.messageStackError,.messageStackWarning{
background-color:#ffb3b5;
position: absolute;
top: 45px;
display: block;
width: 100%;
}
.messageStackSuccess{
background-color:#d4ffbd;
position: absolute;
top: 45px;
display: block;
width: 100%;
}
.oldPrice{
text-decoration:line-through;
}
h1,.pageHeading{
color:#003D00; /*727272*/
/*font-size:16px;*/
/*font-variant:small-caps;*/
font-weight:bold;
}
.pageHeading .precio {
	color:#000;
	font-weight: normal;
}
.SaleMakerDisabled{
background-color:#f0f1f1;
}
.SaleMakerOver{
background-color:#ffffff;
cursor:pointer;
cursor:hand;
}
.SaleMakerSelected{
background-color:#dee4e8;
cursor:pointer;
cursor:hand;
}
.smallText{
font-size:9px;
}
.specialPrice{
color:#ff6600;
}
.lookupAttention {
  color: #FF0000;
}
.clearBoth {
	clear:both;
}
#catalogo, #login {
	background-image: url(../images/fndo_arte_linea.gif);
	background-repeat:  repeat-x;
	background-position: left top;
	background-color: #FBF6E3;
	font-size: 12px;
}
#cabecera, #cabecera tbody, #cabecera tbody .headerBar {
	width: 100%;
	height: 48px;
	display: block;
}
.headerBar h1 {
	color:#FFFFFF;
	font-size:20px;
	font-weight:normal;
	margin: 8px 0px 0px 25px;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}
.headerBar .headerBarContent {
	background-image: none;
	font-size: 12px;
}
.headerBar .headerBarContent a {
	float: left;
	white-space: nowrap;
	
}
.headerBar .menu_sup {
	float: right;
	margin-top: 5px;
}
.headerBar .headerBarContent a.headerLink {
	color: #fff;
	display: block;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	background-image: url(../images/btn_header.gif);
	background-repeat:  repeat-x;
	background-position: left top;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
	text-transform: uppercase;
}
.headerBar .headerBarContent a.cerrar {
	background-image: url(../images/btn_header_c.gif);
}
.headerBar .headerBarContent .lat_iz, .headerBar .headerBarContent .lat_de {
	color: #000;
	display: block;
	background-repeat:  repeat-x;
	background-position: left top;
	width: 6px;
	height: 23px;
	float: left;
}
.headerBar .headerBarContent .lat_iz {
	background-image: url(../images/lat_btn_header_iz.gif);
}
.headerBar .headerBarContent .lat_de {
	background-image: url(../images/lat_btn_header_de.gif);
	margin-right: 7px;
}
.headerBar .headerBarContent .cerrar_i {
	background-image: url(../images/lat_btn_hdr_iz_c.gif);
}
.headerBar .headerBarContent .cerrar_d {
	background-image: url(../images/lat_btn_hdr_de_c.gif);
	margin-right: 7px;
}
.abarca_todo {
	width: 100%;
}
.messageStackCaution, .messageStackWarning {
	position: relative;
	top: 42px;
	width: 100%;
	text-align: center;
}
.orden, .nombre_cat, .bandera {
	float: left;
	display: block;
	width: 300px;
	clear: both;
	margin-left: 28px;
}
.nombre_cat {
	margin-left: 0px;
}
.bandera {
	width: 30px;
	margin-left: 0px;
	margin-top: 10px;
}
.campo textarea {
	float: left;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
.infoBoxContent{
	background-color:#e7e6e0;
	color:#333333;
	vertical-align: top;
	padding-left: 30px;
	float: left;
	clear: both;
	width: 98%;
	padding-bottom: 20px;
	font-size: 12px;
}
.artesanas .infoBoxContent, .destacados .infoBoxContent {
	padding-left: 10px;
	padding-bottom: 5px;
	color: #000;
	width: 97%;
}

