

#storefront {
	width: 860px;
	font: 12px/18px "Lucida Grande", Arial, Sans-serif;
	color: #002B46;
	clear: both;
}

.productBlock {
	display: inline;
	border: 1px dotted #eee;
	padding: 14px;
	margin: 10px;
	width: 360px;
	float: left;
	overflow: hidden;
}

.productBlock:hover {
	border: 1px solid #B9D3DB;
}

.productBlock a {
	text-decoration: none;
}

.productBlock .productThumb {
	float: left;
	margin: 0px 20px 18px 0px;
	width: 75px;
}

.productName {
	display: block;
	font: 14px/18px "Lucida Grande", Arial, Sans-serif;
	color: #175699;
	margin-bottom: 12px;
}

.productPrice {
	display: block;
	margin-top: 12px;
	font: 24px/27px Georgia, "Times New Roman";
	color: #666;
	text-align: right;
	font-variant: italic;
}

.productInfoBlock {
	display: inline;
	float: right;
	width: 220px;
	padding-left: 10px;
}

.addToCartOutsideBlock {
	display: inline;
	float: right;
	clear: both;
	margin-top: 10px;
}

.addtocartBtn {
	border: none;
	vertical-align: middle;
}


.clear {
	clear: both;
}


#cart {
	display: table;
	width: 100%;
	margin-top: 30px;
}

#cart tr {
	display: table-row;
}

#cart tr th {
	background-color: #B7CCD6;
	font: bold 11px/18px "Lucida Grande", Arial, Sans-serif;
	color: #fff;
	padding: 4px;
	text-align: center;
	border-bottom: 1px dotted #8D9DA5;
}

#cart tr td {
	display: table-td;
	padding: 14px 4px 14px 4px;
	font: normal 18px/24px "Lucida Grande", Arial, Sans-serif;
	color: #333;
	border-bottom: 1px dotted #ccc;
	vertical-align: middle;
}

.tr1 {
	background-color: #fff;
}

.tr2 {
	background-color: #F2F2F2;
}

td.centered {
	text-align: center;
}

#cart tr td.alignright {
	text-align: right;
	padding-right: 20px;
}

#cart .cartThumb {
	width: 30px;
}

#cart tr td.cartPrice {
	text-align: right;
	font: bold 24px "Lucida Grande", Arial, Sans-serif;
	color: #555;
	padding-right: 20px;
}

#cart tr td.total {
	color: #999;
}

#buttons {
	text-align: right;
	margin-top: 27px;
}

button.updateCartBtn {
	width: 115px;
	height: 24px;
	background: url(../images/boutique/updatecart.gif) no-repeat;
	border: 0;
	cursor: pointer;
	vertical-align: middle;
}

button.continueBtn {
	width: 115px;
	height: 24px;
	background: url(../images/boutique/continue.gif) no-repeat;
	border: 0;
	cursor: pointer;
	vertical-align: middle;
}



.btn {
	vertical-align: middle;
}

.quantityInput {
	width: 30px;
	text-align: center;
	font: bold 18px Arial, Sans-serif;
}

h1.pageTitle {
	font: normal 27px/36px "Lucida Grande", Arial, Sans-serif;
	color: #666;
	display: block;
	margin-bottom: 8px;
	border-bottom: 1px dotted #ccc;
	clear: both;
	text-transform: none;
	padding-top: 18px;
}

.flash {
	display: block;
	padding: 18px;
	margin: 14px 0px 8px 0px;
	font: bold 14px/18px "Lucida Grande", Arial, Sans-serif;
	color: #027D00;
	background-color: #D8F0F3;
	border: 2px dashed #BBD0D3;
}


.productInfoBlockBig {
	display: inline;
	float: right;
	width: 470px;
	padding-left: 10px;
}

.productBlockBig {
	display: inline;
	border: 1px dotted #eee;
	padding: 14px;
	margin: 10px;
	width: 760px;
	float: left;
}

.productImageBlock {
	display: inline;
	float: left;
	width: 130px;
}

.bigger {
	font-size: 2.0em;
	line-height: 1.0em;
}

#checkout {
	clear: both;
	padding-top: 18px;
}




fieldset {
	border: 1px solid #ccc;
	margin: 0px 0px 20px 0px;
	padding: 24px;
}

legend {
	font: 12px Arial;
	color: #555;
	padding-left: 10px;
	padding-right: 10px;
}

label {
	font: bold 12px "Lucida Grande", Arial, Sans-serif;
	text-align: right;
	color: #555;
	width: 100px;
	display: inline;
	float: left;
	clear: both;
	padding-bottom: 30px;
	padding-right: 10px;
	padding-top: 5px;
}

#checkout input, #checkout select {
	float: left;
	margin-bottom: 10px;
	font: 12px/18px "Lucida Grande", Arial, Sans-serif;
	color: #333;
	padding: 3px;
	margin-right: 200px;
}

#checkout select {
	margin-right: 12px;
}

#checkout option {
	padding: 2px .5em 2px 5px;
}

#checkout input.submit {
	float: none;
}

#checkout li {
	list-style: none;

	vertical-align: middle;
	height: auto;
	padding-bottom: 20px;
	display: block;
}

#checkout input.checkbox {
	float: none;
	display: inline;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}

.sameAsBilling {
	display: block;
	background: #eee;
	padding: 10px;
	margin-bottom: 24px;
}

li hr {
	margin-top: 36px;
	margin-bottom: 24px;
	clear: both;
}

.directions {
	display: block;
	font: 18px/24px "Lucida Grande", Arial, Sans-serif;
	color: #0B5500;
	margin-bottom: 36px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	clear: both;
	position: relative;
}

.formerror {
	display: block;
	font: bold 11px Arial, Sans-serif;
	color: #990500;
	margin-bottom: 8px;
	clear: both;
	margin-left: 110px;
}

.shipping_col1 {
	display: inline;
	float: left;
	width: 430px;
	text-align: center;
}

.shipping_col2 {
	display: inline;
	float: right;
	width: 430px;
	text-align: center;
	border-left: 1px solid #eee;
}

#shippingOptions .radioOptions {
	display: block;
	text-align: left;
	padding-left: 120px;
	vertical-align: top;
	font: 12px/18px "Lucida Grande", Arial, Sans-serif;
	color: #555;
}

#shippingOptions input.radio {
	display: inline;
	width: 20px;
	float: none;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	margin-right: 10px;
}


.checkout_subhead {
	padding: 4px;
	background-color: #eee;
	font: bold 12px Arial;
	color: #333;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 12px;
}

.checkout_subhead a {
	float: right;
	color: #333;
}

.buttonLeft {
	float: left;
}

#storeBar {
	display: inline;
	float: left;
	margin-left: 15px;
	width: 905px;

}

#storeBar img {
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
}

#stateSelect {
	float: left;
}

.howDidYouHear {
	margin-top: -8px;
}




.flash {
	display: block;
	padding: 18px;
	background: #EFFFE5;
	color: #5A8031;
	border: 2px solid #82B848;
	margin-bottom: 8px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
}

.error {
	display: block;
	padding: 18px;
	background: #FFE5E5;
	color: #CB110F;
	border: 2px solid #CB110F;
	margin-bottom: 18px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
}


#paymentInfo {
	position: relative;
}

#cardIcons {
	position: relative;
	top: -8px;
	right: 350px;
	float: right;
}

#cardCodeImage {
	position: relative;
	float: right;
	text-align: left;
	top: -4px;
	right: 510px;
}
