/* CSS for eShop display */


/* Hide shipping, payment via, table caption, credits, privacy */
/* ================================================== */

/* .creditline estaba aqui incluida, tambien .cartopt */
.eshopshipping, .eshoppayvia, table.eshop caption, .eshopnostock, #eshopshiprates, {
       display:none;
}

/* Hide "Privacy" class if desired */
.privacy {
       display:none;
}

/* =========================================================================================== */
/* The 'Continue Shopping', 'Proceed to Checkout' and 'Edit Cart or Continue Shopping' buttons */

ul.continue-proceed {
	margin: 15px 0px 5px 0px;
	padding: 10px 0px 0px 0px;
	/*margin:0 10px;
	padding:8px;*/
	text-align:right;
    font-size: 10pt;
	/*border-top: 1px dotted #41a9ab;*/
}
ul.continue-proceed li {
	margin:0 10px;
	padding:8px;
    background: #000000;
    color: #ffffff;
    float: right;
}

ul.continue-proceed li:first-child {
	float: left;
}
ul.continue-proceed li a {
        color: #ffffff;
}

/*ul.continue-proceed li a:hover {
        color: #000000;
        background:#FFFFFF;
        border-color:#FFFFFF;
}*/

/* This is actually a hack to re-position the submitit and ppsubmit confirmation buttons. */
/* Eshop positions it so that it occurs before the Continue Button. This is clearly */
/* wrong positioning in code, but this hack allows it to look like it's correct */






/* *************** OJO CON ESTO, PRUEBAS ****************************** */
/*.addtocart fieldset {
	background:#C57829;
	color:#000000;
	border:1px solid #000000;
}
.addtocart fieldset fieldset {
	background:#D2C2AD;
}
.addtocart legend {
	background:#FFFFFF;
	color:#000000;
	border-width:1px;
	border-style:solid;
	border-color:#999999;
	padding:10px;
}*/
/* ********************************************* */

/* Add to cart positioning and style for text  */

.addtocart {
	margin-top:15px;
        margin-bottom:15px;
        /*text-align: right;*/
}
.addtocart fieldset {
	background:#D2C2AD;
	margin-bottom: 10px;
	padding: 10px;
    border: 0px;
}

form.addtocart input.button {
        background-color: #000000 !important;
        color: #FFFFFF;
        font-size: 9pt;
        line-height: 13pt; 
        font-family: Trebuchet MS, Verdana, Arial, Tahoma, Helvetica, sans-serif; 
		border: 0px;
}

form.addtocart input.button:hover {
        background-color: #ff8401;
}

.addtocart fieldset legend {
        display:none;
}








#submitit {
        top: 64px;
        float:right;
        position:relative;
        height: 28px;
		display:inline;
        background: #000000;
        color: #ffffff;
        font-size: 10pt;
        font-family: Trebuchet MS, Verdana, Arial, Tahoma, Helvetica, sans-serif; 
        border:0px;
       padding;5px !important;
}

#ppsubmit {        
        top: 27px;
        float:right;
        position:relative;
        height: 28px;
		display:inline;
		border:0px !important; 
		border-color:#000000; 
        background: #00000;
        color: #ffffff;
        font-size: 10pt;
        font-family: Trebuchet MS, Verdana, Arial, Tahoma, Helvetica, sans-serif; 
}

#eshopgateway #ppsubmit {
        top: 50px;
        float:right;
        position:relative;
        height: 28px;
		display:inline;
        background: #000000;
        color: #ffffff;
        font-size: 10pt;
        font-family: Trebuchet MS, Verdana, Arial, Tahoma, Helvetica, sans-serif; 
}

/* Tables for Cart and Checkout */
/* ============================ */

table.eshop { 
        margin-bottom: 10px;
}

table.eshop,table.eshop th,table.eshop td {
	border:1px solid #FFFFFF;
}

table.eshop thead th,table.cart thead th {
	background:#D6D6D6;
	color:#000000;
}
table.eshop tbody th {
	background:#D6D6D6;
}
table.eshop tr.alt {
	background:#FFFFFF;
}

/* Shopping Cart */

table.cart td, table.cart th {
	padding:5px 8px;
}
table.cart td.amts {
	text-align:right;
}
table.cart td.cqty {
	text-align:center;
}
table.cart td.cqty input {
	text-align:right;
}

/* Total, Subtotals, Shipping */

#scharge {
        text-align:right;
	background:#FFFFFF;
}

table.cart tr.stotal {
	background:#d6d6d6;
	color:#000000;
        text-align:right;
}
table.cart tr.total {
	background:#ff8401;
	color:#000000;
        font-size: 12pt;  
}

#cTotal {
        text-align:right;
}

#subtotal  {
	background:#FFFFFF;
	color:#000000;
	text-align:right;
}


/* Checkout Pages */
/* ============= */


/* Input Form Fields and Select Box style */
.eshopform .fld2 input, .eshopform .fld2 select, .eshopform .fld4 input, .eshopform .fld4 select  {
	border: 1px solid #ccc;
        font-size:10pt;
        padding:3px;
}

/* Dropdown boxes on checkout form */
.pointer {
	border: 1px solid #ccc;
	background-color: #ffffff;
        color: #666;
	font-size: 10pt;

}

/* Hide Alt State shipping fields for now  */
.altstate, .ship_altstate {
        display: none;
}

/* Zip code field needs extra space  */
#zip, #ship_postcode {
        margin: 0 0 15px;
}

/* Medium input fields */
.med {
        margin: 0 0 15px;
        width: 250px;
}

/* Short input fields */
.short {
        margin: 0 0 0px;
}


/* Outer "Please Enter Your Details Box" */
.eshop fld1 {
	display:none;
}

.fld1 {
    background:#CB9753;
	border:0px;
}

/* Mailing Address Fieldset */
.fld2 {
    /*background:#FFFFFF;*/
	border:0px;
	float: left;
    padding-right: 35px;
	border-right: 1px dashed #ccc;
    margin-bottom: 15px;

}

/* Shipping Address Fieldset */
.custdetails .fld4 {
    /*background:#FFFFFF;*/
	border:0px;
    margin-left: 25px;
	float: left;
}

/* Discount Code Fieldset */
.custdetails .fld5 {
        margin-top: 15px;
        margin-bottom: 15px;
        background:#FFFFFF;
	border:1px dashed #ccc;
	clear: both;
}

/* 'Note: Submit to show shipping charges.' */
#eshopshowshipcost {

		display:none;
        margin-left:425px;

}


form.eshop legend {
	background:#CB9753;
	color:#000000;
	padding:10px 10px 10px 10px;
}
form.eshop #mainlegend {
       font-size: 12pt;
       font-weight: bold;
       margin-bottom: 5px;
       display:none;
}

/*********** OTHER ***************/

}
/* automatic redirect to paypal */
#process {
	background:#E6FDCD;
	color:#404040;
	 border:3px double #4EAB02;
}	
/* errors & required */
.reqd,.error {
	color:#A22F2F;
}


/*********** TABLES ***************/
/* generic eshop table layout */
table.eshop {
	width:99%;
	border-collapse:collapse;
	line-height:1.3em;
}
table.eshop caption {
	margin-bottom:0;
	padding:2px 0;
	font-size:.9em;

}
table.eshop thead th {
	font-weight:bold;
	text-align:center;
}
table.eshop tbody th {
	text-align:left;
}
table.eshop td {
	padding:3px;
}
table.eshop .center {
	text-align:center;
}
table.eshop dfn {
	font-style:normal;
}

/*********** FORMS ***************/

/* generic eshop form colors */
form.eshop input.button, {
	background:#000000;
	color:#FFFFFF;
        border:0px;
        font-size: 9pt;
        line-height: 13pt; 
        font-family: Trebuchet MS, Verdana, Arial, Tahoma, Helvetica, sans-serif; 

}
/* generic form buttons */
input.button {
	width:auto;
	padding:2px 5px;
	margin-right:1em;
}
input.button:hover,input.button:active,input.button:focus {
	cursor:pointer;	
}
/* generic form layout */
form.eshop  {
	margin:0 auto;
	line-height:1.3em;
}

form.eshop label  {
	font-weight:bold;
	font-size:14px;
	color:#000000 !important;
	/*margin:0 5px 0 0;*/
}


/*********** OTHER ***************/
/* cart options */
.cartopt {
	text-align:right;
        margin-bottom: 30px;

}
.cartopt p {
	margin:10px auto;
}

.cartopt input#unset, input#update {
        background: #FFFFFF;
        /* background:#E6E6E6; */
}

.cartopt label {
	display:inline;
}

/*Checkout confirmation with discount code (cart section only) */
.eshop_dcode {
	text-align:center;
	font-weight:bold;
}

/* Automatic redirect to paypal */
#process {
	 width:90%;
	 margin:10px auto 0;
	 padding:0 15px;
	 line-height:1.5em;
}
#process strong {
	font-size:1.2em;
}
#process em {
	 font-weight:bold;
	 font-style:normal;
}
#eshopgateway {
	text-align:right;
	padding-bottom:10px;
}

.eshopshipping {
	display:none;
}


/* eShop Product Pages */
/* =================== */

form.addtocart {
	clear:left;
}

/*Caja Elegir PaypPal o transferencia*/
.creditline, .fld6, .eshoppayvia, .eshoppayvia ul, .eshoppayvia li {
	clear:both;
	border:0;
	display: inline;
	margin-left: 0px;
  	padding-left: 0px;
	
}

/* If using image addtocart button */

form.eshop input.buttonimg, form.eshop input.buttonimg:active {
	position:relative;
	top:10px;
        width: 89px;
        height: 24px;
        margin-right: 5px;
	/*background-image: url("http://alamodern.com/img/site/button_addtocart.jpg");*/
        background-position:left top;
        background-repeat:no-repeat;
        border: 0px;
}

form.eshop input.buttonimg:hover { 
        /*background-image: url("http://alamodern.com/img/site/button_addtocart_on.jpg"); */
        background-position:left top; 
        background-repeat:no-repeat; 
        border: 0px;
} 


