/* * * * * * * * * * * * * * * * * * * * * * 
 UI PAGE STYLES
* * * * * * * * * * * * * * * * * * * * * */

input.checkboxStyle {
	background-color: #F9F4E5;
}

/* * * * * * * * * * * * * * * * * * * * * * 
 FORM STYLES
* * * * * * * * * * * * * * * * * * * * * */

div.error {
	width: 330px;
	margin: 15px 0;
	padding: 15px 15px 15px 40px;
	color: #868470;
	border: 3px solid #E0DDBC;
	background: #FFFFFF url(../fw/bgErrorMessage.gif) no-repeat 15px 15px;
}
form { 
	margin: 0;
}
input, select, textarea, textbox {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}
input, textarea, textbox {
	background-color: #D7CCAA;
}
table.formTable {
	margin: 0 auto;
	color: #000000;
	text-align: left;
	margin-bottom: 0px;
}
table.formTable th,
table.formTable td {
	padding: 2px;
	vertical-align: top;
}/* Shared styles extracted to insure consistency */
table.formTable th {
	font-weight: normal;
	text-align: right;
}
table.formTable textarea {
	width: 90%;
}

/* * * * * * * * * * * * * * * * * * * * * * 
PRODUCT LAYOUT STYLES 
* * * * * * * * * * * * * * * * * * * * * */

div.productPhotoBox {
	float: right;
}
div.productPhotoBox img.productPhoto {
	padding: 3px;
}
div.productTextBox {
}

/* * * * * * * * * * * * * * * * * * * * * * 
checkOut STYLES 
* * * * * * * * * * * * * * * * * * * * * */
div.narrowBox {
	width: 420px;
}
div.productReviewBox {
	border-bottom: 1px solid #CCCCCC;
	padding: 20px 0;
}
div.productReviewBox div.productThumb {
	float: left;
 	width: 90px;
	height: 90px;
	padding: 2px;
	text-align: center;
}
div.productReviewBox div.productReviewText {
	width: 160px;
	float: left;
	padding-left: 10px;
}
div#contentBox div.productReviewBox h6{
	margin-top: 0;
	margin-bottom: 5px;
}/* See also contentBox styles below */
div.productReviewBox div.productReviewPrice {
	width: 144px;
	float: left;
	padding-left: 10px;
	text-align: right;
}
div.productReviewPrice input.updateButton,
div.productReviewPrice input.removeButton {
	margin-top: 5px;
}
div.subtotalBox {
	text-align: right;
}
input.couponButton {
	vertical-align: middle;
}

/* * * * * * * * * * * * * * * * * * * * * * 
PRODUCT STYLES PAGE STYLES 
* * * * * * * * * * * * * * * * * * * * * */

div.sampleProductThumbBox {
	margin: 40px 0 0 20px;
}

/* * * * * * * * * * * * * * * * * * * * * * 
YOUR ACCOUNT PAGE STYLES 
* * * * * * * * * * * * * * * * * * * * * */

table.orderHistoryTable th {
	padding: 5px 10px 5px 5px;
}
table.orderHistoryTable td {
	padding: 2px 10px 2px 5px;
}

/* * * * * * * * * * * * * * * * * * * * * * 
To-From Table STYLES 
* * * * * * * * * * * * * * * * * * * * * */

table.toFromTable td {
	padding-right: 10px;
}
table.toFromTable td textarea {
	width: 230px;
	height: 4em;
}