

/*-----------------Main Area Styles----------------------*/ 
/*   (from CDS Store CSS )     */ 

.featured_titles, .store_page_header {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin: 10px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}
.component_header {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 10px 0px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}
.breadcrumb_trail_class {
	margin-bottom: 12px;
	margin-top: 10px;
	color: #5489a8;
	margin-right: 10px;
	margin-left: 10px;
}
.breadcrumb_trail_class a {
	color: #5489a8;
}


.td_multiple_products_row_column, .td_multiple_categories_row_column {
	width: 160px;
	height: 230px;
}
.Div_single_product, .Div_single_category {
	text-align: center;
}
.product_image  img {
	height: 140px;
	width: 140px;
	border: 1px solid #7ca2d7;
}
.product_short_desc, .product_attribute, .product_quantity, .product_addtocart, .category_view {
	display: none;
}
.product_name, .product_price {
	margin-top: 6px;
}
.product_name a {
	color: #333333;
}
#item_body_mainDiv {
	position: relative;
}
#item_body_image_information_section {
	float: right;
	width: 202px;
	margin-right: 10px;
	margin-bottom: 20px;
}


.item_body_image {
	height: 200px;
	width: 200px;
	border: 1px solid #ceddbd;
}
.item_body_image img {
	height: 200px;
	width: 200px;
}
#Product_display_quantity_addto_raf {
	width: 200px;
}
.item_body_status {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
	margin-top: 5px;
}
.item_body_status_detail {
	color: #b61018;
}
.item_body_price {
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
}
.item_body_price_label {
	font-weight: normal;
}
.item_body_quantity {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 8px;
}
.item_body_addtocart {
	margin-bottom: 10px;
}


