/* =========================================================================================== */
/* CSS for eShop display */
/* =========================================================================================== */
/* =========================================================================================== */

/* Hide shipping, payment via, table caption, credits, privacy, eshop cart qty detail */
/* ================================================== */

.eshopshipping, .eshoppayvia, table.eshop caption, .creditline, .eshopnostock, #eshopshiprates, .eshopidetails, #cartDelete, .deletecartitem, table.cart td.eshopempty, .sgloptiondetails {
       display:none;
}

/* Hide "Privacy" class if desired */
.privacy {
       display:none;
}

/* Fix for upgrade to 6.0.2, caused the checkout page to mess up */
.fld2 label, .fld4 label{display:block;} 

/* =========================================================================================== */
/* 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;
	text-align:right;
        font-size: 10pt;
	border-top: 1px dotted #41a9ab;
}
ul.continue-proceed li {
	margin:0 10px;
	padding:4px;
        background: #00abaa;
        color: #ffffff;
        float: right;
}
ul.continue-proceed li:first-child {
	float: left;
}
ul.continue-proceed li a {
        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 */

#submitit {
        top: 64px;
        float:right;
        position:relative;
        height: 28px;
	display:inline;
        background: #00abaa;
        color: #ffffff;
        font-size: 10pt;
        font-family: Trebuchet MS, Verdana, Arial, Tahoma, Helvetica, sans-serif; 
}

#ppsubmit {
        top: 27px;
        float:right;
        position:relative;
        height: 28px;
	display:inline;
        background: #00abaa;
        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: #00abaa;
        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;
}
table.cart tr.thead th#cartQty abbr { border-bottom: 0px; }

/* 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;
}

/* 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" */
.fld1 {
        background:#FFFFFF;
	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 {

        margin-left:425px;

}


form.eshop legend {
	background:#FFFFFF;
	color:#000000;
}
form.eshop #mainlegend {
       font-size: 12pt;
       font-weight: bold;
       margin-bottom: 5px;
}

/*********** 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:#FFFFFF;
	color:#41a9ab;
        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;
}


/*********** 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;
}


/* eShop Product Pages */
/* =================== */

form.addtocart {
	clear:left;
}

/* 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;
} 


/* Add to cart positioning and style for text  */

.addtocart {
	margin-top:15px;
        margin-bottom:15px;
        text-align: right;
}
.addtocart fieldset {
	margin-bottom: 10px;
	padding: 0px;
        border: 0px;
}

form.addtocart input.button {
        background-color: #41a9ab;
        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;
}

