/*
/  infobox.css
/  (c) 2006 Lighthead Software
/  info@lightheadsw.com
*/


.infobox {
	float: right;
	width: 190px;
	margin-right: 14px;
	font-size: 11px;
	
	background: url(/resources/images/ui/infobox/background.gif) repeat-y 50% 0%;
}

.infobox:before {
	content: url(/resources/images/ui/infobox/top.gif);
	margin-bottom: -8px;
	height: 12px;
	display: block;
}



.infobox_title {
	font-weight: bold;
	margin-bottom: 6px;
	text-align: center;
}



.infobox_leftcolumn {
	float: left;
	margin: 0px 0px 10px 12px;
	text-align: right;
	font-weight: bold;
}

.infobox_rightcolumn {
	float: left;
	margin: 0px 0px 10px 10px;
}



.infobox_button {
	display: block;
	height: 30px;
	padding-top: 0px;
	
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}


.download {   /*infobox_button*/
	background: url(/resources/images/ui/infobox/buttons/backgrounds/download.gif);
	text-shadow: #1f6e02 0px 1px 2px;
}

.download:hover {   /*infobox_button*/
	background: url(/resources/images/ui/infobox/buttons/backgrounds/download_hover.gif);
}

.purchase {   /*infobox_button*/
	background: url(/resources/images/ui/infobox/buttons/backgrounds/purchase.gif);
	text-shadow: #165284 0px 1px 2px;
}

.purchase:hover {   /*infobox_button*/
	background: url(/resources/images/ui/infobox/buttons/backgrounds/purchase_hover.gif);
}


.infobox_button img {
	vertical-align: middle;
	border: none;
	margin-right: -3px;
}