/* CSS Document */




/* Box */

div.box {
	margin: 5px 0;
}

div.b-137 {
	width:137px;
}

div.b-190 {
	width:190px;
}

div.b-278 {
	width:278px;
}


div.box h5 {
	height:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #ffffff;
	padding:1px 10px 2px 10px;
	margin:-2px 0 0 0;
}

div.box div.content {
	border:solid 1px #dddddd;
	border-width:0 1px;
	padding:0 5px;
	/*padding-bottom:3px;*/
}

div.b-137 div.content {
	width:125px;
}

div.b-190 div.content {
	width:178px;
}

div.b-278 div.content {
	width:266px;
}

div.box .corners-top {
	line-height:6px;
	height:6px;
	background-position:top left;
	background-repeat:no-repeat;
}

div.box .corners-top div {
	background-position:top right;
	background-repeat:no-repeat;
	line-height:6px;
	height:6px;
	margin:0 0 0 7px;
}

div.box .corners-bottom {
	line-height:6px;
	height:6px;
	background-image:url('../images/box/left-bottom.gif');
	background-position:bottom left;
	background-repeat:no-repeat;
}

div.box .corners-bottom div {
	background-image:url('../images/box/right-bottom.gif');
	background-position:bottom right;
	background-repeat:no-repeat;
	line-height:6px;
	height:6px;
}

div.box .corners-bottom div div {
	background-image:none;
	margin:0 7px;
	border-bottom: solid 1px #dddddd;
	line-height:5px;
	height:5px;
	font-size:1px;
}

/**/

div.blue h5 {
	background-color:#3366cc;
}

div.blue .corners-top {
	background-image:url('../images/box/left-top-blue.gif');
}

div.blue .corners-top div {
	background-image:url('../images/box/right-top-blue.gif');
	background-color:#3366cc;
}

/**/

div.orange h5 {
	background-color:#FFA800;
}

div.orange .corners-top {
	background-image:url('../images/box/left-top-orange.gif');
}

div.orange .corners-top div {
	background-image:url('../images/box/right-top-orange.gif');
	background-color:#FFA800;
}

/* End box */


