@charset "utf-8";
/* CSS Document */


.box {
	position: relative;
	font-family: Georgia, tahoma;
	font-size: 24px;
	font-weight: 300;
	float: left;
	}

.box .ind {
	padding: 7px 15px 11px 15px;
	}

.box .heading {
	float: clear;
	padding: 0 3px 0 0;
}

.box .line {
	position: absolute;
	height: 2px;
	top: 41px;
	left: 1px;
	background:url(images/h_text_bg.gif) bottom repeat-x;
}

.box .heading img {
	float: right;
	position: relative;
	top: 5px;
	left: 10px;
}

.box .subtitle {
	float: clear;
	font-size: 12px;
	font-weight: 600;
	color: #000000;
	padding: 16px 0 0 0;
}

.box .details {
	float: clear;
	font-size: 12px;
	color: #666666;
}

.box .details img {
	float: right;
	margin: 8px 0 0 7px;
	}




.box {background:url(images/border_tall.gif) top repeat-x;}
.box .btall {background:url(images/border_tall.gif) bottom repeat-x;}
.box .ltall {background:url(images/border_tall.gif) left repeat-y;}
.box .rtall {background:url(images/border_tall.gif) right repeat-y;}
.box .tleft {background:url(images/border_tl.gif) top left no-repeat;}
.box .tright {background:url(images/border_tr.gif) top right no-repeat;}
.box .bleft {background:url(images/border_bl.gif) bottom left no-repeat;}
.box .bright {background:url(images/border_br.gif) bottom right no-repeat; width:100%;}

