/* theme.css contains styles that support different sizes of theme images */
@import url("theme.css");

/* begin general styles for all themes */
body {
	margin: 0px;
	padding: 0px;
}


form {
	margin: 0px;
}

/* Generic text formatting used throughout the store ---------------------------- */

.actCHECKOUTEM {
	background-color: #478b49;
}

.actCHECKOUTBG {
	background-color: #ffffff;
}

.actlarger {
	font-size: 13px;
	color: #000000;
}

.actsmaller{
	font-size: 10px;
	color: #000000;
}

.actxxsmall {
	font-size: 10px;
	color: #000000;
}

.actxsmall {
	font-size: 11px;
	color: #000000;
}

.actsmall {
	font-size: 11px;
	color: #000000;
}

.actregular {
	font-size: 13px;
	color: #000000;
}

.actlarge{
	font-size: 16px;
	color: #000000;
}

.actxlarge {
	font-size: 20px;
	color: #000000;
}

.actxxlarge {
	font-size: 20px;
	color: #000000;
}

.actwarningcolor {
	color: #cc0000;
}
	
.actrequiredcolor {
	color: #cc0000;
}

.actsearchhighlightcolor {
	color: #cc0000;
}

.actrequired {
	color: #cc0000;
}

.actwarning {
	font-size: 11px;
	color: #cc0000;
}

.actwelcome {
	font-size: 11px;
	color: #000000;
}

.actlogotext {
	font-size: 11px;
	color: #D9090E;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
.actlogout {
	font-size: 11px;
	color: #cc0000;
}

/* Shopping cart and checkout fields ------------------------------------------- */

div.CheckoutCartSection {
	margin-top; 0px;
	margin-bottom: 10px;
}

table.checkout#idTableCheckoutSection {
	margin-bottom: 0px;
}

table.checkout-cart {
	width: 730px;
	border-collapse: collapse;
	padding: 0px 0px;
	margin-bottom: 5px;
}

table.checkout-cart th{
	font-weight: bold;
	background-color: #478b49;
	color: white;
	padding: 4px 4px;
}

table.checkout-cart td{
	padding: 4px 4px;
}

table.checkout {
	width: 730px;
	border-collapse: collapse;
	padding: 0px 0px;
	text-align: left;
	margin-bottom: 5px;
}

table.checkout th {
	background-color: #95bf2a;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	padding: 4px;
	border-bottom: solid 3px #ffffff;
}

table.checkout th.instruction {
	font-size: 11px;
	font-weight: normal;
}

table.checkout th.change {
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px;
	text-align: right;
}

.checkout-change-button	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background: #05631b;
	padding: 0px;
	border: solid 1px #000000;
	}

.checkout-login-button	{
	line-height: 13px;
	height: 15px;
	width: 70px;
	margin: 20px 0px 20px 0px;
	padding: 3px 20px 2px 0px;
	font-size : 11px;
	background-color: #05631b;
	border: 1px solid #95bf2a;
	color: #ffffff;
	background-image: url('theme_icon_add_to_cart.gif');
	word-spacing: normal;
	}

.checkout-login-button a {
	padding-left: 20px;
	color: #ffffff;
	text-decoration: none;
	}

table.checkout td {
	background-color: #ffffff;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	padding: 2px 2px;
}

table.checkout#idBothAddressesTable col {
	width: auto;
}

td#idCheckoutHelpLabel,
table.checkout#idBothAddressesTable col.prompt {
	width: 130px;
}

.cart {
	background-color: #ffffff;
	border-bottom: solid 1px #478b49;
}

.checkout-cartheading {
	font-weight: bold;
	background-color: #ffffff;
	border-top: solid 1px #478b49;
	border-bottom: solid 1px #478b49;
}

.cartheading {
	background-color: #478b49;
	font-weight: bold;
	color: #ffffff;
}

h2.checkout-heading {
	width: 730px; 
	padding: 4px;
	background-color: #478b49;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	border-bottom: solid 3px #ffffff;
}

h3.checkout-heading {
	width: 730px; 
	padding: 4px;
	background-color: #478b49;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	border-bottom: solid 3px #ffffff;
}

.checkout-subheading {
	font-weight: bold;
	padding: 0;
	margin: 0;
}

img.cartthumbnail {
	border: 0px;
	margin-left: 2px;
	margin-right: 2px;
	width: 25px;
}

.button-wrapper {
	display: inline-block;
	background: url('button_background_right.gif') right no-repeat;
	padding: 0 10px 0 0;
}

.button {
	background: url('button_background_left.gif') left no-repeat;
	cursor:pointer;
	color: #ffffff;
	padding: 0 0 0 10px;
	margin: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
	
.cart-button {
	height: 28px;
}

input.normal-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background: #05631b;
	padding: 5px;
	border: solid 1px #000000;
}

input.highlight-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background: #95bf2a;
	padding: 5px;
	border: solid 1px #000000;
}

.checkout-field-label {
	width: 160px;
}

.checkout-field-input {
	width: *;
}

.checkout-field-input input, .checkout-field-input select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #ffffff;
	padding: 2px;
}

.InvoiceField input, .InvoiceField select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #ffffff;
	padding: 2px;
}

.DeliverField input, .DeliverField select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #ffffff;
	padding: 2px;
}

table.checkout#idBothAddressesTable select {
	width: 211px;
}

input.checkbox {
	background-color: #ffffff;
	border: 0;	
}

.checkout-field-area {
	background: #ffffff;
	border-bottom: solid 2px #ffffff;
	width: 730px;
}

.checkout-field-area p {
	margin: 0;
	padding: 4px;
}

div.checkout-buttons {
	width: 730px; 
	height: 50px; 
	margin-top: 20px;
}
	
.left { 
	float : left; 
	width : 50%; 
}

.right { 
	float : right; 
	width : 40%; 
}

.spacer { 
	clear : both; 
}

.checkout-help-hide { 
	display: none; 
}

.normal-button {
	background: #05631b;
	font: 12px "Trebuchet MS", Verdana;
	color: #fff;
	font-weight: bold;
	padding: 3px;
	border: solid 1px #333;
}

.highlight-button {
	background: #95bf2a;
	font: 12px "Trebuchet MS", Verdana;
	color: #fff;
	font-weight: bold;
	padding: 3px;
	border: solid 1px #333;
}

h2.checkout-heading {
	font-size: 16px;
	padding: 5px;
	background: #ddd;
	margin: 20px 0 10px 0;
}

p.terms-header {
	font-weight: bold;
	font-size: 14px;
	padding-top: 1em;
}
/* Recently Viewed Products List Style ------------------------------------ */



#rphtml {
	display: none; 
	visibility:hidden;
} /* Used internally - do not delete */

#recenthtlist {
	text-align:left;
}

#recenthtitem {
	border-spacing: 0px;
	border-collapse: collapse;
}

#recenthtitem td {
	width: 170px;
	padding: 4px;
}

.recenthtitemimage {
}

.recenthtitemdesc	{}

.recenthtitemprice	{}

.recenthtitemdelete {
}

.recenthtitemspacer {
	width:2px !important; 
	border:0 !important;
	padding: 0px !important;
}

.recenththeader {
	clear: both;
	padding: 10px 3px 3px;
   font-size: 16px;
	font-weight: 900;
   margin: 0px;
   color: #05631b;
	border-bottom: 1px solid #05631b;
	clear: both;
}

.recenthtbuttonleft {
	float: right;
	cursor: pointer;
	width: 100px;
	border: 0;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

.recenthtbuttonright {
	float: right;
	cursor: pointer;
	width: 100px;
	border: 0;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	}
	


