/* Promotional box */

#product_information_promo ul li,
#product_information_bottom_promo ul li {
	font-size: 11px;
	color: #555;
	background-image: url(/images/default/arrow_grey.png);
}

#product_information_promo, 
#product_information_bottom_promo {
	width: 384px;
	margin: 0 0 10px 0;
	padding: 10px 0;
	overflow: hidden;
	border-color: #ddd;
	border-style: solid;
	border-width: 1px 0;
	background-color: #f7f7f7;
}

#product_information_bottom_promo {
	margin: 10px 0;
}

#product_combination_information #product_information_promo {
	margin-top: 0;
}

div.product_information_promo_image {
	width: 100px;
	float: left;
	text-align: center;
}

div.product_information_promo_image img {
	margin: 0 10px;
	display: block;
	border: 1px solid #ddd;
	background: #fff;
}

div.product_information_promo_image a:hover img {
	border: 1px solid #888;
}

div.product_information_promo_content { /* ie.ancient height fix haslayout bug */
	margin-left: 100px;
}

div.product_information_promo_content_textonly {
	margin-left: 10px;
}

div.product_information_promo_content h3,
div.product_information_promo_content_textonly h3 {
	margin-top: 0 !important;
	font-size: 11px;
}

div.product_information_promo_content p,
div.product_information_promo_content_textonly p {
	margin: 0 10px 0 0;
	color: #555;
	font-size: 11px;
}

div.product p.productpromotion {
	margin-top: -3px;
	color: #555;
}



/* Promotion Overlay Window */

#promotion_image_gallery {
	width: 445px; /* Uses IE.boxmodel fix: needs to include padding */
	height: 538px; /* Uses IE.boxmodel fix: needs to include padding */
	margin: -282px 0 0 -243px;
	padding: 10px 20px 20px;
	position: fixed; /* Uses IE.ancient fix: fixed position not supported */
	top: 50%;
	left: 50%;
	background: url(/images/default/overlaywindow_background.png) no-repeat; /* Uses IE fix: PNG with alphachannel not supported */
	z-index: 100;
}

div.popupbox_footer a {
	width: 76px;
	height: 0;
	padding-top: 22px;
	overflow: hidden;
	float: right;
	outline: none;
	background: url(/images/default/popupbox_footer_close_button.png) no-repeat;
}

#promotion_image_gallery div.popupbox_content {
	height: 470px;
}

/* Full size promotional image */

#promotion_image_gallery_fullsize {
	width: 443px;
	height: 450px;
	float: left;
	position: relative;
	padding: 5px 0;
	border: 1px solid #dfdfdf;
	background: transparent url(/images/default/loading.gif) no-repeat scroll 50%;
	text-align: center;
}

#promotion_image_gallery_fullsize img {
	margin-top: 20px;
}
