/* Top bar  */

#product h2 {
	margin-bottom: 8px;
}

#product .buy_top .buy {
	float: right;
	padding: 0px;
}
#product .buy_top .buy .deluxe {
	padding-right: 20px;
}
#product .buy_top .buy form {
	display: inline;
}

#product .buy_top .buy .options {
	float: left;
	line-height: 24px;
	margin-right: 8px;
}
#product .buy_top .buy .pricing {
	float: left;
	margin-right: 8px;
  font-size: 16px;
  font-weight: bold;
}

#product .buy_top .buy .incentive {
  display: none;
}

/* Images */

#product .images {
	float: left;
	margin-right: 8px;
	height: 370px;
	width: 464px;
	margin-bottom: 16px;
}

#swap_image {
	width: 468px;
	height: 350px;
	border: 1px solid white;
	margin-bottom: 4px;
}
#swap_image img {
	float: left;
	margin-right: 8px;
}
#swap_image img.main {
	width: 350px;
	height: 350px;
}
#thumb_images {
	text-align: left;
	height: 248px;
	border-top: 1px solid white; /* fix alignment */
}
#thumb_images img {
	cursor: pointer;
	border: 1px solid green;
	width: 100px;
	height: 100px;
	margin-bottom: 8px;
}
#thumb_images a.green_button {
	margin-top: 12px;
}
#product .click_to_enlarge_anchor {
	position: relative;
}
#product .click_to_enlarge {
	position: absolute;
	top: 223px;
	left: 353px;
	width: 114px;
	font-size: 10px;
	text-align: center;
}

/* Information Sections */

#product .more_info {
	border: 1px solid green;
	margin-top: -102px;
	margin-left: 358px;
}

#product .info {
	min-height: 360px; /* moz fix */
}

#product .description, #product .delivery {
	margin-bottom: 8px;
}

#product .additional .delivery {
	float: left;
	width: 50%;
}
#product .additional .information {
/*	margin-left: 400px;*/
}

#product .more_info_container {
	position: absolute;
	z-index: 999;
	margin-top: 1px;
	padding: 4px;
	width: 342px;
	height: 340px;
	background-color: white;
	border: 1px solid green;
}
#product .more_info_container .current {
	font-weight: bold;
	color: green;
}


/* Send a hint */

div.send_hint {
	margin-bottom: 7px;
}

div.send_hint p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 2px;
}

div.send_hint .button {
	float: left;
	margin-right: 8px;
	margin-top: 2px;
}
div.send_hint .copy {
	margin-left: 140px;
}

div.send_hint label {
	width: 150px;
	float: left;
	text-align: right;
	padding-right: 4px;
}
div.send_hint textarea {
	width: 200px;
	height: 100px;
}
div.send_hint .submit {
	margin-left: 120px;
}

/* Send a hint --- preview */

#hint_preview {
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top: 15px;
	background-image: url('/plugin_assets/arena_engine/images/frosted_glass.png');
}

#hint_preview_container {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	padding-top: 20px;
	border:2px solid #999999;
	background-color: white;
}

#below {
  display:none;
}
