/* CSS Document for the side-box
 *
 * This document contains the styles related to the layout and display of the side boxes.
 */

/* side-box layout */

div.side-box
{
	width: 270px;
	
	padding: 0;
	margin: 10px;
	
	float: right;
	clear: right;
	
	color: #FFFFFF;
}

div.side-box div.top
{
	background: url(../images/box-top-mid.jpg) repeat-x top left;
}

div.side-box div.mid
{
	background-color: #666666;
	clear: both;
}

div.side-box div.mid-inner
{
	margin: 0 20px;
}

div.side-box div.bottom
{
	background: url(../images/box-bottom-mid.jpg) repeat-x bottom left;
}

img.side-box-corner
{
	width: 20px;
	height: 20px;
	border: none;
	display: block !important;
}

div.side-box h3
{
	margin: 0;
}