/* Start of CMSMS style sheet 'product_css' */
.ProductDirectoryItem {
	font-size: 11px;
	color: #cdd1d0;
	width: 420px;
	margin-top: 15px;
	border-top: 1px solid #79808f;
	padding-top: 5px;
}

.cart_item {
	font-size: 11px;
	color: #cdd1d0;
	width: 420px;
	margin-top: 5px;
	border-top: 1px solid #79808f;
	padding-top: 5px;
}

.cart_totals {
	font-size: 12px;
	color: #fff;
	width: 420px;
	margin-top: 15px;
	border-top: 2px solid #79808f;
	padding-top: 5px;
}

.product_name{
	font-size: 13px;
	font-weight: bold;
	text-decoration: none; 
	color: #1486d5;
}

.product_details {
	color: #79808f;
}

.product_price {
	font-weight: bold;
	color: #ffffff;
	padding-top: 8px;
	width: 120px;
	float: left;
}

.cart_quantity {
	font-weight: bold;
	color: #000000;
	width: 40px;
	float: left;
}

.cart_submit {
	font-weight: normal;
	color: #000000;
	margin-left: 10px;
	float: left;
}

.cart_amount {
	font-weight: bold;
	color: #fff;
	width: 140px;
	margin-top: 5px;
	float: left;
}

.cart_update {
	font-weight: normal;
	color: #000000;
	margin-left: 10px;
	float: right;
}

.cart_view {
	font-weight: normal;
	width: 120px;
	text-align: center;
	border: 1px solid #000000;
	background-color: #79808f;
	padding: 5px;
	float: left;
}

.cart_order {
	font-weight: normal;
	width: 120px;
	text-align: center;
	border: 1px solid #000000;
	background-color: #79808f;
	padding: 5px;
	float: right;
}

.cart_view a, .cart_order a, {
	color: #000000;
	text-decoration: none; 
}

.cart_view a:hover, .cart_order a:hover {
	color: #fff;;
	text-decoration: underline; 
}

.item_desc {
	font-weight: normal;
	width: 260px;
	text-align: left;
	border: 1px solid #79808f;
	color: #fff;
	padding: 5px;
	float: left;
}

.item_quantity {
	font-weight: normal;
	width: 40px;
	text-align: left;
	color: #000000;
	margin-left: 14px;
	float: left;
}

.item_price {
	font-weight: normal;
	width: 60px;
	text-align: left;
	border: 1px solid #79808f;
	color: #fff;
	margin-left: 10px;
	padding: 5px;
	float: left;
}


.head_desc {
	font-size: 10px;
	font-weight: normal;
	width: 260px;
	text-align: left;
	color: #79808f;
	padding: 5px;
	float: left;
}

.head_quantity {
	font-size: 10px;
	font-weight: normal;
	width: 40px;
	text-align: left;
	margin-left: 10px;
	color: #79808f;
	padding: 5px;
	float: left;
}

.head_price {
	font-size: 10px;
	font-weight: normal;
	width: 60px;
	text-align: left;
	color: #79808f;
	margin-left: 10px;
	padding: 5px;
	float: left;
}

.order_item {
	font-weight: normal;
	width: 400px;
	border-bottom: 1px solid #79808f;
	padding: 5px;
}

.order_label {
	font-weight: normal;
	width: 120px;
	text-align: left;
	color: #fff;
	padding-top: 5px;
	float: left;
}

.order_field {
	margin-left: 14px;
	float: left;
}

.order_input {
	font-weight: normal;
	width: 240px;
	text-align: left;
	color: #000000;
}

.order_notes {
	font-weight: normal;
	width: 410px;
	text-align: left;
	color: #000000;
}
.order_list {
	font-size: 11px;
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	width: 420px;
}
.order_head {
	font-size: 12px;
	font-weight: bold;
	color: #CC9900;
	padding-top:4px;
	padding-bottom:4px;
	vertical-align: middle;
	width: 390px;
	float: left;
}
.order_img {
	width: 30px;
	vertical-align: top;
	float: left;
}
.item_body {
	padding-left: 20px;
}
.item_descriz {
	text-align: left;
	float: left;
	width: 300px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.item_number {
	text-align: right;
	margin-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 20px;
	float: left;
}
.item_sub {
	font-weight: bold;
	text-align: right;
	width: 60px;
	margin-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	float: left;
}
.order_total {
	font-weight: bold;
	color: #000000;
	background-color: #9eadb6;
	text-align: right;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}


/* End of 'product_css' */

