#product_detail {
	width: 377px;
}

#product_detail h5{
	font-size:12px;
	color:#3a2616;
	border:1px;
	border-top-color:#5a483e;
	margin: 0 0 3px 0;
	padding: 0 0 0 12px;
}
#product_detail #product_image {
	text-align: center;
	vertical-align: top;
	width: 175px;
}
#product_detail #shipping_detail {
	width: 360px;
}
 #add_cart {
}

#add_cart img {
	background-image:url(../images/buttons/add_to_cart_low.gif);
	background-repeat:no-repeat;
	width:95px;
	height:23px;
	margin: 12px 0 0 12px;
}


 #add_cart a:hover img{
	background-image:url(../images/buttons/add_to_cart_hi.gif);
	background-repeat:no-repeat;
}

#add_cart_sml {
width:70px;
}

#add_cart_sml img {
	background-image:url(../images/buttons/add_to_cart_sml_low.gif);
	background-repeat:no-repeat;
	width:70px;
	height:20px;
	margin: 12px 0 0 0px;
}


#add_cart_sml a:hover img{
	background-image:url(../images/buttons/add_to_cart_sml_hi.gif);
	background-repeat:no-repeat;
}

/*#hot_drinks{
	text-align:left;
	width:350px;
}*/
	
#pages_list{
	width:30px;
	height:30px;
}

#pages_list img{
	background-image:url(../images/buttons/next_low.gif);
	background-repeat:no-repeat;
}

#pages_list a:hover img{
	background-image:url(../images/buttons/next_hi.gif);
	background-repeat:no-repeat;
}


#recipe_list_header{
	margin:5px 0 0 0;
	font-size:11px;
	color:#000;
	
}
#recipe_footer{
	background-image:url(../images/recipe_footer.gif);
	background-repeat:no-repeat;
	width:378px;
	height:30px;
	}

#product_list ul li{
	list-style-type:none;
	line-height:1.8em;
}
#product_list ul{
	padding:0 0 0 12px;
}

.syrup_group{
	width:174px;
	display:block;
	float:left;
	padding:0 0 0 10px;
	margin:4px 0px 0 0;
}
.syrup_group_name{
	background-repeat:no-repeat;
	background-position:right;
	width:174px;
	margin:3px 0 2px 0;
	padding:0 0 3px 0;
}


.syrups_flavours{
	background-image:url(../images/panels/product_detail_sml.jpg);
	background-repeat:no-repeat;
	height:112px;
	width:174px;
	margin:12px 0 0 12px;
	float:left;
}

.product_detail_sml{
	width:140px;
	padding:0;
	margin:0;
}

.flavours_list{
	float:left;
	width: 185px;
}

.flavours_list ul{
	padding:0px 0 0 12px;
	list-style-type:none;
	margin:0px;
}
.flavours_list ul li a{
	color:#2F241A;
	text-decoration:none;
}
.flavours_list ul li a:hover{
	text-decoration:underline;
}

#flavours_header{
	color: #3a2616;
	font-size: 16px;
	padding: 0px 0 10px 10px;
	margin: 0;
	width: auto;
	font-weight: bold;
}
