/* <?php
*/

/* Shop Styles here please
*/
.formato_mantenimento{
	text-decoration:none;
	font-weight:bolder;
}
#quantity{
	text-align:right;
}
#transferencia{
	color:#868686;
}

.frm_MetodoPago label{
	color:#868686;
}
.frm_MetodoPago legend{
	color:#984f95;
}
.fin_pedido{
	text-decoration:none;
	color:#984f95;
}
.fin_pedido:visited{
}
.img_hr{
	background-image:url(../shop_image/product/hr.png);
	background-position:left;
	background-repeat:repeat-x;
	width:100%;
	height:2px;
	margin-left:-5px;
}

.info_producto{
	background-image:url(../shop_image/product/info.png);
	min-height:16px;
	display:block;
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-left:15px;
	color:#868686;
	text-decoration:none;
}
.info_producto2{
	display:block;
	color:#868686;
	text-decoration:none;
}
.info_compra{
	background-image:url(../shop_image/product/info.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	color:#984f95;
	text-decoration:none;
}


.formato_carrito td{
	color:#868686;
}

.sectiontableentry1 td{
	color:#868686;
}

.sectiontableentry2 td{
	color:#868686;
}

#product_list {
	width:100%; 
	float:none;
	color:#984f95;
}



.formato_tabla #logo_position{
	padding-right:10px;
}

.formato_tabla th{
	color:#984f95;
}

.formato_tabla td{
	color:#868686;
}

.formato_tabla td a{
	color:#984f95;
}

#mini_cart{
background-image:url(../shop_image/cart/carrito.gif); 
background-position:left; 
padding-left:20px;
margin-left:0px;
}

#manten{
	display:block;
	padding-bottom:10px;
	margin-left:0px;
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
/*background-color: #ff99cc;*/
padding: 0px;
left: -1000px;
border: 0px gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
#shop_search_field{
	color:#984f95;
}

#content_cart {
	padding-left:10px;
}

#mini_cart:hover {
	background-image:url(../shop_image/cart/carritoh.gif); 
	background-position:left; 
}

.legalinfo {
	background: lightgray;
	border: 2px solid gray;
	margin: 10px;
	padding: 0px 0px 10px 10px;
}
/*
General Formatting
*/
select.inputbox{
	min-width:50px;
}
.formLabel {
	float:left;
	width:30%;
	text-align:right;
	font-weight: bold;
	margin: 2px;
	white-space: nowrap;
	clear: left;
}

.formField {
	float:left;
	width:60%;
	margin: 2px;
		
}
/**
* Administration Styles
*/
.adminListHeader {
	float:left; height: 48px; background-repeat: no-repeat;
	text-align: left; font-size: 18px; font-weight: bold;
	padding-left: 80px;	
}

.labelcell {
	margin-left: auto;
	text-align: right;
	font-weight: bold;
	vertical-align: top;
	width: 30%;
}

/**
* Errors, Warnings and Info formatting
*/
.shop_error, .shop_warning, .shop_info, .shop_debug, .shop_critical, .shop_tip {
	font-size: 120%;
  	margin-top: 0.8em;
  	margin-left: auto;
  	margin-right: auto;
  	width: 70% !important;
  	clear: both;
  	text-align: justify;
  	vertical-align: middle;
  	border-collapse: collapse;
  	padding: 15px 20px 15px 80px;
  	background-position: 20px 50%;
  	background-repeat: no-repeat;
  	-moz-border-radius: 20px;
  	-khtml-border-radius: 20px;
  	border-radius: 20px;
}
.shop_error {
  	background-color: #fdd;
	background-image: url( ../shop_image/ps_image/log_error.png );
}
.shop_warning {
  	background-color: #ffc;
	background-image: url( ../shop_image/ps_image/log_warning.png );
}
.shop_info {

  	background-color: #eef;
  	background-image: url( ../shop_image/ps_image/log_info.png );
}
.shop_tip {
	background-image: url( ../shop_image/ps_image/info.png );
  	background-color: #dfd;
}
.shop_debug {
	background-color: #F0F8FF;
	background-image: url( ../shop_image/ps_image/log_debug.png );

}
.shop_critical {
	background-color: salmon;
	font-weight: bold;
	background-image: url( ../shop_image/ps_image/log_critical.png );
}
