html
{
	height: 100%;
}

#popup-container
{
	color: white;
}

#popup-content
{
	padding: 52px 47px;
	padding-bottom: 30px;
}

#popup-content h3
{
	color: #f5bb04;
	font: bold 10pt Arial, sans-serif;
	margin-bottom: 0;
}

.product-info
{
	height: 114px;
	overflow: hidden;
	padding: 20px 0 20px 20px;
	margin-bottom: 10px;
}

.product-info .thumbnail
{
	float: left;
	margin-right: 20px;
}

.product-info .category
{
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
}

.product-info h3
{
	font-size: 12px !important;
}

.product-info .price
{
	margin-top: 10px;
}

body
{
	background: url(images/popup_bg.jpg) repeat-y;
	height: 100%;
}

body #popup-container
{
	background: url(images/popup_bg_top.jpg) no-repeat;
	height: 100%;
}

#popup-type-product #popup-container
{
	background: url(images/products_bg_top.jpg) no-repeat;
}

#popup-type-section
{
	background: #103802 url(images/background.jpg);
}

#popup-type-section #popup-container
{
	background: none;
}

#popup-type-section #popup-content
{
	padding: 2ex;
}

#popup-type-video, #popup-type-video #popup-container
{
	background: black;
	text-align: center;
}

#popup-type-video #popup-content
{
	padding: 0;
}

#popup-video
{
	vertical-align: middle;
}
