/*Cart CSS Document


ed6800
647d2c
deecc0
b7b7b7

brown: 79443b
pink: d01195


new star colors

dark green: 647d2b
light green: deecc0
grey: b7b7b7

dark organge: ed6801
darker organge: ba5100

*/


/* Generic Classes */
table td { vertical-align:top; }

table.vert-al, td.vert-al { vertical-align:middle;}

/* italic used for required fields */
i {	color: #D28512; }

/* generic container for blocks of html */
div.container div#hdr {
	border-top: 2px solid #647d2b;
	border-left: 2px solid #647d2b;
	background-color: #647d2b;
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;	
}

div.container div#content {
	border-left: 2px solid #647d2b;
	padding: 5px;
}

/* small container :: shipping & billing summary block*/
div.sm_container div#hdr {
	border-top: 2px solid #647d2b;
	border-left: 2px solid #647d2b;
	border-right: 2px solid #647d2b;
	background-color: #647d2b;
	color: white;
	font-size: 10px;
	font-weight: bold;
	padding: 1px;	
}

div.sm_container div#content {
	border: 2px solid #647d2b;
	padding: 5px;
}

/* Basket Styles */

table#basket {
	width: 670px;
    border-collapse: collapse;
    margin: 0;
    padding: 0px;
	empty-cells: show;	
	margin-left: 15;
	margin-top: 15;
}

table#basket td {
	padding: 3px;
	
}

table#basket td.lend {
	border-left: 1px solid #aeaeae;
}

xtable#basket img {
	border: 1px solid #647d2b;
}

table#basket tr#hdr td{
	border-left: 1px solid #647d2b;
	background-color: #647d2b;
	color: white;
	font-weight: bold;
	vertical-align:bottom;
	padding: 5px;
}

table#basket tr#p1 td {
	vertical-align:top;
	border-bottom: 1px solid #aeaeae;
	border-right: 1px solid #aeaeae;
}

table#basket tr#p2 td {
	vertical-align:top;
	border-bottom: 1px solid #aeaeae;
	border-right: 1px solid #aeaeae;
}
table#basket td#hdr {
	background-color: #aeaeae;
	vertical-align:middle;
	text-align: center;
	border-right: 1px solid #aeaeae;
	color: white;
	font-weight: bold;
	padding: 1px;
	
}

table#basket tr.p_space td {
	background-color: #deecc0;
	border-left: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
	border-bottom: 1px solid #b7b7b7;
	height: 5px;
}

table#basket td.number {
	text-align: right;
}

table#basket td#subtotal{
	border-bottom: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
}
table#basket td#subtotalvalue{
	border-bottom: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
}

table#basket td#shipping{
	border-bottom: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
}
table#basket td#shippingvalue{
	border-bottom: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
}

table#basket td#total{
	border-bottom: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
}
table#basket td#totalvalue{
	border-bottom: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
}

input.begincheck {
	border: 3px solid #ba5100;
	background-color: #ed6801;
	color: #EEEEEE;
	font-weight: bold;
	font-size: medium;
	padding: 3px;
}


/*
Anthony below --------------------------------
*/

/* Login Page */
div#loginPage{
	
}

table#loginTable { width: 670px; }

table#loginTable td {
	vertical-align: top;
	padding: 5px;
}

table#loginTable div#hdr{
	border-top: 2px solid #647d2b;
	border-left: 2px solid #647d2b;
	background-color: #647d2b;
	color: white;
	font-size: 14px;
	font-weight: bold;
	width: 250px;
	padding: 5px;
}

table#loginTable div#continue { width: 250px; }

table#loginTable div#login { width: 250px; }

/* Billing  Page */
div#billingPage{ 
	
}

table#billingTable { width: 670px; }

table#billingTable td { vertical-align: top; }

table#billingTable td#left{
	width: 350px;
	padding: 5px;
	padding-right: 25px;
}

div#billto div#content { padding-left: 15px; }

table#billingTable td#right{
	padding: 5px;
}


table#billto td{ padding: 2px; }

div#accountPage {

}

table#accountTable { width: 525px; }

table#accountable td#left{
	width: 200px;
	padding: 5px;
	padding-right: 25px;
}

table#accountTable td#right{;
	padding: 5px;
}

div#accountPage table#summary { width: 75px; }
div#accountPage table#summary td { padding: 0px; margin: 0px; }
div#accountPage table#summary td#right { text-align: right; }

div#shipMethodPage {
	
}

table#shipMethodTable { width: 670px; }

table#shipMethodTable td#left{
	width: 300px;
	padding: 5px;
	padding-right: 25px;
}

table#shipMethodTable td#right{;
	padding: 5px;
}

div#shipMethodPage table#summary { width: 330px; }
div#shipMethodPage table#summary td { padding: 0px; margin: 0px; }
div#shipMethodPage table#summary td#right { text-align: right; }

/* Billing/Payment Page */
div#billto_summary { width: 200px; }
div#shipto_summary { width: 200px; }

div#delivery { margin-top: 15px; }

div#shipmeth_summary { margin-top: 15px; }
div#items_summary { margin-top: 15px; }

div#payment { margin-top: 15px; }
table#paymentFormTable td { padding: 3px; }
textarea#comments { width: 300px; }


/* receipt page */
div#receipt { xxmargin-top: 15px; }

input.contdelivery {
	border: 3px solid #ba5100;
	background-color: #ed6801;
	color: #deecc0;
	font-weight: bold;
	font-size: medium;
	padding: 3px;
	width: 280px;
}

input.submitorder {
	border: 3px solid #ba5100;
	background-color: #ed6801;
	color: #deecc0;
	font-weight: bold;
	font-size: medium;
	padding: 3px;
	width: 320px;
}


/*
	border: 3px solid #deecc0;
	background-color: #D01195;
	color: #deecc0;
	font-weight: bold;
	font-size: medium;
	padding: 3px;
*/

input.login {
	border: 3px solid #ba5100;
	background-color: #ed6801;
	color: #deecc0;
	font-weight: bold;
	font-size: medium;
	padding: 3px;
	width: 200px;
}

/* Shopping Cart Container of summary box */
table#summary_container {
	width:400px;
	margin-left: 150px;
}

table.summary{
	border: 1px solid #aeaeae;
	width: 82%;
}

table.summary td {
	padding: 3px;
}

table.billto{
	cellspacing: 3px;
	width: 190px;
}

table.summary2{
	width: 82%;
	cellspacing: 3px;
}
/*
Anthony above --------------------
*/
table.shipprev{
	border: 1px solid #00377D;
	width: 82%;
}

input.smallbtn {
	border: 1px solid #ba5100;
	background-color: #C75400;
	color: white;
	font-weight: bold;
	font-size: 20;	
	padding: 1px;
}

input.btn {
	border: 3px solid #ba5100;
	background-color: #ed6801;
	color: #EEEEEE;
	font-weight: bold;
	font-size: medium;
	padding: 3px;
}


/* LOGIN / Create Account Page */
table#login_container {
	width: 100%;
    border-collapse: collapse;
    margin: 0;
    padding: 0px;
	empty-cells: show;
	
}

table#login_container td {
	padding-left: 10px;
}

table#login_container td#col1 {
	padding-left: 0px;
	padding-right: 5px;
	border-right: 1px solid #00377D;
}

/* ERROR MESSAGE */
div#err_msg {
	border-top: 3px solid #f6f6f6;	
	border-bottom: 3px solid #f6f6f6;
	background-color: #C70000;
	padding: 10px;
	color: white;
	font-weight: bold;
	margin: 10px;
}

/* Confirmation Page */
table#confirm {
	width: 100%;
    border-collapse: collapse;
    margin: 0;
    padding: 0px;
	empty-cells: show;
	border-left: 3px solid #f6f6f6;	
	border-top: 3px solid #f6f6f6;
}

table#confirm th {
	border-right: 3px solid #f6f6f6;	
	border-bottom: 3px solid #f6f6f6;
	background-color: #f6f6f6;
	color: #00377D;
}
table#confirm td {
	border-right: 3px solid #f6f6f6;	
	border-bottom: 3px solid #f6f6f6;
	padding: 5px;
}

