/* CSS Document */


/* = Store Navigation  
---------------------------------------------------------------------
*/

.product_families {
	font-size:10px;
	margin-bottom:10px;
	border-bottom:1px solid #9f876e;
	border-top:1px solid #9f876e;
	padding:5px 0 5px 0;
}

.product_families span {
	color:#000000;
	font-size:12px;
}

.product_families a {

	font-size:12px;
	font-weight:bold;
	margin:0 7px;
}

#btn_checkout {
	margin:-37px 0 10px 459px;
	position:absolute;
	
}

.ecommerce h2 {
	font-size:22px;
	color:#593b24;
	font-weight:bold;
	margin: 0 0 12px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

.ecommerce h3 {
	font-size:22px;
	color:#593b24;
	font-weight:bold;
	margin: 0 0 12px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

.ecommerce h6 {
	font-size:16px;
	margin-bottom:0;
}

.ecommerce h6 a {
	font-size:11px;
	color:#402003;
	margin: 0 0 8px 0;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
}

.ecommerce h6 a:hover {
	color:#402003;
}


/* = Products  
---------------------------------------------------------------------
*/

.product_box {
	display:inline;
	float:left;
	margin-bottom:35px;
	margin-right:25px;
	width:250px;
}

.product_image {
	height:100px;
	margin-right:15px;
	overflow:hidden;
	width:100px;
}

.product_image img {
	max-width:100px;
}

.product_details {
	color:#996600;
	font-size:11px;
	width:135px;
}

.product_link {
	margin-bottom:5px;
}

.product_link a {
	color:#000000;
	font-size:12px;
	font-weight:bold;
}

.product_author {

}

.product_price {
	color:#000000;
	font-size:20px;
	font-weight:bold;
}

#product {

}

#product p {
	color:#996600;
}

#product #product_image {
	margin-right:20px;
	overflow:hidden;
	width:180px;
}

#product #product_image img {
	width:180px;
}

#product #product_desc {
	color:#333333;
	width:350px;
}

#product #product_desc p {
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#product .product_price {
	margin:10px 0;
}


/* = Cart/Order Checkout  
---------------------------------------------------------------------
*/

.monkCart, .orderHistory {
	border-collapse:collapse;
	margin-bottom:20px;
	width:100%;
}

.monkCart th,
.orderHistory th {
	background:#d2be9d;	
	font-weight:bold;
	height:38px;
	padding:0 10px;
	text-align:left;
}

.monkCart td,
.orderHistory td {
	font-size:12px;
	padding:5px 10px;
	vertical-align:middle;
}

.monkCart tr.item td {

}

.monkCart td input.qty {
	border:1px solid #999999;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-right:5px;
	padding:3px;
	width:25px;
}

.monkCart .button {

}

.monkCart td.qty,
.orderHistory td.orderDetailQuantity {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:15%;
}

.monkCart td.qty input {
	text-align:right;
}

.monkCart td.product,
.orderHistory td.orderDetailTitle {
	width:55%;
}

.monkCart td.price {
	width:15%;
}

.monkCart td.total {
	width:15%;
}

.monkCart td.amount {

}

.monkCart tr.total td {
	border-top:1px solid #CCB27F;
	/* font-weight:bold; */
	padding-top:10px;
}

.cart_button {
	margin-right:10px;
}


/* = Me Page  
---------------------------------------------------------------------
*/

#store_success {
	background:#D2BE9D none repeat scroll 0 0;
	border:1px solid #CCB27F;
	margin-bottom:20px;
	padding:10px;
}

#store_success p {
	margin-bottom:0;
}
