

#product {
}

#product a:hover {
	text-decoration: none;
}

#product-left {
	float: left;
}

#product-right {
	float: left;
}

#product-right a:hover span {
	border: solid 1px #dcdcdc;
}

#product-right img {
	border: none;
}

#product-right-details {
	margin-top: 3px;
	padding: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: left;
	border: solid 1px #dcdcdc;
	background-color: #f2fafe;
}

#product-price {
	margin-bottom: 5px;
	font-size: 25px;
	font-weight: bold;
}

#product-merchant {
	display: inline;
	margin-bottom: 5px;
	font-size: 12px;
}

#product-submitted-by {
	float: left;
	padding: 5px 0 5px 5px;
}

#product-right-controls table {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
}

#product-details {
	clear: both;
}

#product-details #description {
	font-size: 14px;
}

#product-details #comments { 
	position: relative;
}

#product-details #comments #comments-header {
	padding-bottom: 10px;
}

#product-details #comments #comments-content {
	padding-top: 10px;
}

.comment {
	margin-bottom: 10px;
}

.comment-header {
	margin-bottom: 5px;
}

.report-this {
	display: inline;
	font-size: 9px;
}

.reported {
	display: inline;
	color: red;
}

#add-comment-button {
	position: absolute;
	top: 10px;
	right: 10px;
}

#comment-form-container {
	display: none;
	padding: 5px;
}

#comment-form {
	margin: 5px 0;
}

#comment-form fieldset {
	margin: 0 auto;
}

#comment-form #captcha, 
#comment-form input#captcha_code
#comment-form input.button {
	float: left;
}

#comment-form-message {
	display: inline;
}

.new_comment {
	background-color: #blue;
	opacity: 0;
}

#buy-now {
	margin: 0px auto;
	width: 127px;
	cursor: pointer;
}

#buy-now img {
	border: none;
}

/* tab styles */
.ui-tabs-hide { display: none; }

/* vote button styles */
#vote-buttons {
	height: 46px;
}

#vote-up-button,
#vote-down-button {
	display: inline;
}

#vote-up-button a img,
#vote-up-button img,
#vote-down-button a img,
#vote-down-button img {
	border: 1px solid #fff;
}

#vote-up-button a:hover img,
#vote-down-button a:hover img {
	border: solid 1px #00b0d8;
}

