/* content div is 540px wide */

#cocktail {
	width: 100%;

}
#cocktail #drinkdata {
	float: left;
	width: 343px;
	margin: 0 0 15px 15px;
	border: solid 1px #e0e0e0;
	border-radius: 9px;
	padding: 10px;
}
#cocktail #drinkimage {
	float: left;
	width: 160px;
}
#cocktail #features {
	width: 100%;
	margin: 0 15px 0 15px;
}
#cocktail h1 {
	font-size: 2em;
	width: 518px;
	border: solid 1px #dadada;
	padding: 5px 10px 5px 10px;

background: #88c7f3;
background: #7bb2d8;

	background: rgb(240, 146, 54);
	color: rgb(146, 184, 202);
	color: white;


	text-align: center;
	border-radius: 7px;
}
#cocktail h3 {
	font-size: 1.0em;
	font-weight: bold;
}
#cocktail ul {
	margin: 10px 0px 10px 45px;
}
#cocktail li {
	list-style-type: circle;
	font-size: .8em;
	line-height: 20px;
}
#cocktail .summary {
	margin: 15px 15px 0px 15px;
	text-align: justify;
	line-height: 20px;
	font-size: .8em;
}
#cocktail .credit {
	font-size: .75em;
	width: 100%;
	text-align: center;
	font-style: italic;
}

#cocktail .drinkdiv {
	float: left;
	width: 497px;
	margin: 0 0 15px 15px;
	border: solid 1px #e0e0e0;
	border-radius: 9px;
	padding: 10px;
}

#cocktail #rate {
	background: rgb(240, 146, 54);
}
#cocktail #submitrating {
	background: rgb(240, 146, 54);
	height: 23px;

	height: 29px;
	width: 82px;
	background: url("../img/layout/ratebutton.png") no-repeat;
	padding: 0;
	margin: 0;
	border: 0;

}
.ratebutton .button1 {
	background: url("../img/layout/searchbutton.png") no-repeat left top;
	width: 74px;
	text-align: center;
	color: rgb(255, 255, 255);
	line-height: 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
/*	display: block; */
/*	float: left; */
	position: relative;
	border: 0;
	height: 30px;
	margin-top: 13px;
	width: 74px;
	margin-left: 10px;
}
.ratebutton .button1:hover {
	background: url("../img/layout/searchbutton.png") no-repeat left bottom; color: rgb(255, 255, 255); text-decoration: none;
}
.rating {
	background: rgb( 216,233,241 ); border-radius: 7px; padding: 10px; width: 324px;
}
.addthis {
	width: 100%; text-align: center; margin-bottom: 10px; margin-top: 10px;
}
.categories {
	line-height: 16px; text-align: justify; font-weight: 400; font-size: .8em; padding-top: 10px; margin-left: 10px;
}
.simdrinkcontainer {
	height: 60px; width: 225px; float: left;
}
.simdrinkimg {
	float: left; width: 40px; height: 60px;
}
.simdrinkcaptioncontainer {
	float: left; width: 185px; height: 60px;
}
.simdrinkcaption {
	margin-left: 20px; line-height: 60px; font-size: .8em;
}
#facebook {
	width: 100%; float: left; margin-top: 25px;
}