@charset "utf-8";
/* CSS Document */

/* Rounded Corner Box */

div.box {
	width:200px;
	background: #FFF;
	color: black;
	text-align: left;
	float:left;
	margin-left:10px;
	margin-bottom:5px;
	margin-top:5px;

}

div.content { padding: 0 20px; }

/* Rounded Corner Box Background Images */

div.top-left {

	width: 100%;
	height: 26px;

	background: url(images/red_category_tlr.gif) left top repeat-x;

}

div.top-right {

	float: right;
	width: 125px;
	height: 26px;

	background:  url(images/red_category_tr.gif) right top no-repeat;

}


div.top-left-left {

	float: left;
	width: 14px;
	height: 26px;
	background: url(images/red_category_tl.gif) right top no-repeat;

}



div.bottom-left {

	width: 100%;
	height: 7px;
	background: url(images/red_category_blr.gif) left bottom repeat-x;
	float:left;

}

div.bottom-right {

	float: right;
		width: 125px;
	height: 7px;

	background: url(images/red_category_br.gif) right bottom no-repeat;

}
 
 


div.bottom-left-left {

	float: left;
	width: 14px;
	height: 7px;


	background: url(images/red_category_bl.gif) left bottom no-repeat;

}
