@import url("common.css");

#right_side {
	float: right;
	width: 380px;
	padding-right: 15px;
	margin-bottom: 3em;
}

#right_side h3 {
	display: inline;
}

#highlight {
	background-color: #FFF2CC;
	padding: 6px;
	margin-bottom: 1em;
}

#price {
	font-size: 1.4em;
	font-weight: bold
}

#left_side {
	float: left;
	width: 258px;
	margin-bottom: 3em;
}

#left_side img {
	display: block;
}

#left_side a img:hover {
	border: 1px solid #000000;
}

#main_image {
	padding: 3px;
	border: 1px solid #dfdddd;
}

#extra_images img {
	border: 1px solid #dfdddd;
	padding: 2px;
	margin: 4px 3px 0 0;
	float: left;
}

#good_add {
	background-color: #DDFFCC;
	padding: 4px;
	font-weight: bold;
}


#back_button {
	position: absolute;
	top: 0; right: 0;
}

#back_button a {
	text-decoration: none;
}

#back_button img {
	vertical-align: bottom;
	padding-right: 5px;
}

#main {
	position: relative;
}

#recom {
	width: 140px;
	background-color: #fff;
	margin: 1em 0;
	text-align: center;
	border: 1px solid #dfdddd;
}
#recom h2 {
	padding: 4px;
	font-size: 0.85em;
	background-color: #edeff4;
}

#recent {
	clear: both;
	padding-top: 4em;
	
}

#recent h2 {
	margin-bottom: 0.6em;
	border-top: 1px solid #dfdddd;
	padding-top: 0.5em;
}

#speaker {
	margin-bottom: 1em;
}

#rating {
	font-size: 0.9em;
}
#rating img {
	vertical-align: top;
}

#reviews {
	margin-top: 3em;
	clear: both;
	background-color: #FFF2CC;
	padding: 6px;
}