/*-------------- START STORE BASICS ----------------*/

.errorMessage, .errorMessage-red {
	padding-top: 30px;
	padding-bottom: 10px;
	margin-bottom:0;
}

.errorMessage-red {
	color: #eb2c00;
}

/*-------------- END STORE BASICS ----------------*/

/*-------------- START STORE ----------------*/

div#store_top {
	height: 462px;
}

div#store_other {
	height: 319px;
}

div.store_box {
	position: relative;
	display: block;
	width: 770px;
	margin: 0;
	padding: 0;
	clear: both;
}

h4 {
	border-top: none;
}

table.store {
	border: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

div.details {
	color: #999;
	font-size: 0.9em;
	display: block;
	text-align: right;
	margin-bottom: 15px;
}

div.store_box p {
	margin: 0 1.6em 0 0.9em;
}

span.more_info {
	color: #0037a1;
	font-weight: bold;
}

span.add_to_cart {
	color: #0f850f;
	font-weight: bold;
	vertical-align: middle;
}

img.icons {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

/*-------------- END STORE ----------------*/





/*-------------- START CART ----------------*/

#cart {
	position: relative;
	margin: 0 0 0 0;
	padding: 5px;
	background-color: #F5F5F5;
}

#cart h2 {
	font: bold 12px/14px "Lucida Grande", verdana, arial, helvetica, sans-serif;
	padding: 0;
	margin: 3px 0 6px 0;
}

#cart h4 {
	font: normal 9px/8px "Lucida Grande", verdana, arial, helvetica, sans-serif;
	display: block;
	height: 20px;
	padding: 0 0 0 10px;
	margin: -14px 0 0 -10px;
}

#cart div {
	font: normal 11px "Lucida Grande", verdana, arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 0;
}

#cart img {
	border: 0;
	vertical-align: text-top;
	float:left;
	z-index: 100;
}

#cart ol {
	margin-top: 0;
}

#cart b {
	font: bold 12px "Lucida Grande", verdana, arial, helvetica, sans-serif;
}

#cart li {
	margin: 0 170px 0 35px;
	font: normal 11px "Lucida Grande", verdana, arial, helvetica, sans-serif;
	padding-top: 10px;
	border-top: 1px solid #cad3e6;
	clear: both;
}

#cart input {
	border: 1px solid #666666; 
	background: #e5ebf7;
	height: 18px;
	width: 200px;
	margin-bottom: 5px;
	font: normal 10px "Lucida Grande", verdana, arial, helvetica, sans-serif;
	vertical-align: middle;
}

#cart select {
	border: 1px solid #666666; 
	background: #e5ebf7;
	height: 18px;
	margin-bottom: 5px;
	font: normal 10px "Lucida Grande", verdana, arial, helvetica, sans-serif;
	vertical-align: middle;
}

select.quantity {
	padding-right: 5px;
	text-align: left;
	font: normal 1em "Lucida Grande", verdana, arial, helvetica, sans-serif;
}

#cart p.footer {
	display: block; 
	clear:both; 
	text-align: left; 
	width: 700px;
	border-top: 1px solid #cad3e6; 
	padding: 5px 5px 45px 0; 
	margin: 10px 170px 5px 42px;
}


#cart .button {
	width: auto;
	height: 18px
}

#cart .badinput {
	border: 1px solid #FF3333; 
}

#cart .badinputnote {
	padding-left: 20px;
	font: bold 9px "Lucida Grande", verdana, arial, helvetica, sans-serif; 
	color: #CC4343;
}


#cartsteps {
	display: block;
	width: 100%;
	text-align: center;
	margin: 15px 0 10px 0;
	padding: 0;
}
#cartsteps ul {
	margin: 0 0 0 0;
	list-style: none;
	padding: 0 10px 0 10px;
	vertical-align: bottom;
}

#cartsteps li a:link,
#cartsteps li a:visited,
#cartsteps li a:active {
	font: normal 11px "Lucida Grande", verdana, arial, helvetica, sans-serif;
	color: #551e00;
}

#cartsteps li {
	margin: 0 10px 0 10px;
	display: inline;
	color: #666666;
	font: normal 11px "Lucida Grande", verdana, arial, helvetica, sans-serif;
	vertical-align: bottom;
}


.table_row1 {
	/*background-color: #FFFFFF;*/
	background-color: #cad3e6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
} 

.table_row2 {
	background-color: #cad3e6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}

/*-------------- END CART ----------------*/



/*-------------- START ADDRESS FORM ----------------*/

#checkout_form {
	background-color: #f4f5f7;
	border: 1px solid #ebf1ff;
	width: 520px;
	padding: 20px 20px 25px 40px;
}

#checkout {
	padding: 0px;
}

#checkout td.label {
	text-align: right;
	padding-right: 15px;
	font-weight: bold;
}

td.cb, td.select {
	vertical-align: top;
	padding-top: 2px;
	`padding-top: 0; /* IE Hack */
	text-align: right;
	padding-right: 16px;
	width: 110px;
}

td.pkg {
	padding-left: 14px;
	padding-right: 40px;
	width: 340px;
}

td.pkg label {
	padding-top: 5px;
	font-family: Garamond, Georgia, "Times New Roman", serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.4em;
	color: #be605c;
}

#packages td.price {
	vertical-align: top;
	padding-left: 30px;
	padding-top: 2px;
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", serif;
	color: #926f50;
}

#checkout td {
	padding-bottom: 10px;
	vertical-align: middle;
}

#packages td {
	padding-bottom: 8px;
}

#address_form {
	margin-top: 15px;
}

#address_form td input, #address_form td select {
	padding: 2px;
	font-size: 15px;
}

#address_form td input {
	width: 250px;
}

#address_form td textarea {
	width: 245px;
}

#address_form table.same_as_billing td input {
	width: 25px;
}

#address_form td select {
	width: 258px;
}

#checkout td input.button {
	width: 100px;
	padding: 2px;
	font-size: 15px;
}

/*-------------- END ADDRESS FORM ----------------*/


/*-------------- START ORDER TABLE ----------------*/

#order-table {
	font-size: 1.1em;
	width: 80%;
}

#order-table th {
	background-color: #f4f5f7;
    padding: 8px 15px;
	text-align: left;
}

#order-table td {
	padding: 15px;
}

#order-table td.topborder {
	border-top: 1px solid #cee2eb;
}

#order-table td.bottomborder {
	border-bottom: 1px solid #cee2eb;
}

#order-table td.submit_button {
	padding-top: 20px;
}

#order-table td.shipping, #order-table td.shipping_price {
	padding-top: 15px;
	padding-bottom: 15px;
}

#order-table td.shipping, #order-table td.total {
	padding-right: 0;
}

#order-table td.total, #order-table td.total_price {
	padding-top: 25px;
	font-weight: bold;
}

#order-table td.shipping_price,
#order-table td.total_price,
#order-table td.shipping,
#order-table td.total,
#order-table .price,
.align_right {
	text-align: right;
}

#order-table td.nopad {
	padding-top: 2px;
	padding-bottom: 2px;
}

#checkout p.small_note {
	margin-bottom: 10px;
	font-style: italic;
}

form span.small_note, span.small_note {
	display: block;
	margin-top: 8px;
	font-size: 0.9em;
}

#billingInformation {
	padding-left: 8px;
	float: left;
	width: 40%;
}

#table_notes {
	width: 80%;
	margin-bottom: 25px;
}

#checkout #submit_buttons td {
	padding: 0;
	text-align: right;
}

/*-------------- END ORDER TABLE ----------------*/