div.amazon_item_title {
/*  line-height:110%;
*/  
  font-size: 114%;
  margin-top: 10px;
  background-color: #111111;
  padding: 10px;
  border: 1px solid #666666;
  border-bottom-width: 0px;
}

div.amazon_item {
	font-size: 100%;
	padding: 10px;
	margin: 0px;
	margin-bottom:15px;
	padding: 10px;
	border: 1px solid #666666;
	border-top-width: 0px;
  background-color: #242424;
}

table.amazon_item_table          { margin-bottom:20px; }
table.amazon_item_table td       { vertical-align:top; padding:0px 10px; color:#ffffff; line-height:1.6 }
table.amazon_item_table td.label { color:#999999; }

.thumbnail {
  width: 80px;
  background-color:#999999;
  border: 1px solid #666666;
  cursor:pointer;
}

.cover_container {
	position:relative;	
  width:122px; 
  height:180px; 
  overflow:hidden;
  float:left; 
  margin-right: 30px; 
  cursor:pointer;
}
.cover {
  width: 120px;
  background-color:#999999;
  background-repeat:no-repeat;
  background-position: center;
  border: 1px solid #666666;
  cursor:pointer;
}

.sidebar {
	float: right;
	padding:30px 0px 40px 20px;
}

.sidebar input,
.sidebar select,
.sidebar label { 
	font-size:85%;
	line-height:1.5; 
}

#sidebar {
	width: 240px;
}

#sidebarOff {
	width: 10px;
}

#sidebar ul { padding: 0px; }

#sidebar h4 { margin-bottom:10px; }

.price_prefs { text-align:left; padding:2px 0px 2px 0px; }
.price_prefs_label { text-align:right; padding:2px 10px 2px 0px; }


div.other_users_title {
/*  font-size: 107%;
  line-height:110%;
*/  
  margin-top: 10px;
  background-color: #242424;
  padding: 10px;
  border: 1px solid #545454;
  border-bottom-width: 0px;
}

div.other_users {
/*  font-size: 92%;*/
	padding: 10px;
	margin: 0px;
	margin-bottom:15px;
  padding: 10px;
  border: 1px solid #545454;
  border-top-width: 0px;
  background-color: #333333;
}

.other_users ul {
	margin:0px;
	padding:0px;
	text-align:left;
}

.other_users li {
  display:inline;
  float:left;
  margin-right:10px;
  margin-bottom:15px;
  border:1px solid #333333;  
}

.avatar {
  width: 100px;
	height:100px;
	margin-bottom:5px;
  background-color:#999999;
  border: 1px solid #545454;
}





