/* ----------------------- Global Style ----------------------- */
.show{
	display:none;
	}
	
.body_colour{
	background-color:#cfc7ab
	}

/* ----------------------- Div IDs & Styles ----------------------- */
.product_title{
	background-color:#0C4020;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	color:#FFFFFF;
	}
	
.product_bg{
	background-color:#FFFFFF;
	border:#CCCCCC solid 1px;
	}

#product_head_sec{
	height:250px;
	}
	
.product_option_bg{
	width:535px;
	background-color:#E6E3D5;
	padding:10px;
	float:left;
	}
	
.cream_bg_colour{
	background-color:#E6E3D5;	
	}
	
.product_op{
	width:260px;
	float:left;
	}
	
.product_cont{
	float:left;
	width:555px;
	padding-top:10px;
	padding-bottom:20px;
	}
	
.products{
	width:175px;
	height:115px;
	float:left;
	}
	
.products1{
	width:115px;
	height:175px;
	float:left;
	}
	
.products_sep{
	width:12px;
	height:115px;
	float:left;
	}
	
.products_sep1{
	width:28px;
	height:175px;
	float:left;
	}
	
.products_ver_sep{
	width:555px;
	height:10px;
	float:left;
	}
	
/* ----------------------- Padding and Margings ----------------------- */
.padding_top_10{
	padding-top:10px;
	}

	
/* ----------------------- Text Styles ----------------------- */
.main_title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#A51E25;
	font-weight:bold;
	padding-bottom:5px;
	}
	
.main_title1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#0C4020;
	font-weight:bold;
	padding-bottom:5px;
	}
	
.title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0C4020;
	font-weight:bold;
	padding-bottom:5px;
	}
	
.product_opt_tit{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0C4020;
	font-weight:bold;
	}
	
.product_opt_txt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0C4020;
	}
	
.product_txt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}
	
.black_bold{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	font-size:12px;
	}

	

