/* box title ---------------------------------------------------------------------------------- */

/* default box title */
.NM_HTMLElements_BoxTitle
{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 1px 0;
}

.NM_HTMLElements_BoxTitle span
{
	display: block;
	height: 15px;
	padding: 4px 0 0 5px;
}

/* bg color red */
.NM_HTMLElements_BoxTitleType1
{
	border-left: 1px solid #e20026;
	background: #e20026 url( '/img/com/NM_ComHTMLElements/title_bg_type_1.jpg') repeat-x left top;
}

.NM_HTMLElements_BoxTitleType1 span
{
	background: transparent url( '/img/com/NM_ComHTMLElements/title_corner_type_1.jpg') no-repeat right top;
}

/* bg color gray */
.NM_HTMLElements_BoxTitleType2
{
	color: #000;
	border-left: 1px solid #bfbfbf;
	background: #fff url( '/img/com/NM_ComHTMLElements/title_bg_type_2.jpg') repeat-x left top;
}

.NM_HTMLElements_BoxTitleType2 span
{
	background: transparent url( '/img/com/NM_ComHTMLElements/title_corner_type_2.jpg') no-repeat right top;
}

/* bg color orange */
.NM_HTMLElements_BoxTitleType3
{
	border-left: 1px solid #f39706;
	background: #fff url( '/img/com/NM_ComHTMLElements/title_bg_type_3.jpg') repeat-x left top;
}

.NM_HTMLElements_BoxTitleType3 span
{
	background: transparent url( '/img/com/NM_ComHTMLElements/title_corner_type_3.jpg') no-repeat right top;
}

/* box ---------------------------------------------------------------------------------- */

/* default box */
.NM_HTMLElements_Box {}

.NM_HTMLElements_Box .NM_HTMLElements_BoxContent {}

.NM_HTMLElements_BoxType1
{
	float: left;
	background: transparent url(/img/com/NM_ComHTMLElements/box_bg_type_2.jpg) repeat-x left bottom;
	border-right: 1px solid #c0c0c0;
}

.NM_HTMLElements_BoxType1 .NM_HTMLElements_BoxContent
{
	float: left;
	width: auto;
	background: transparent url(/img/com/NM_ComHTMLElements/box_corner_type_2.jpg) no-repeat left bottom;
}

.NM_HTMLElements_BoxType1 .boxDim
{
	height: 60px;
	width: 100%;
}


/* White Box */
.NM_HTMLElements_BoxType2
{
	float: left;
	background: #fff;
	border: 1px solid #f00;
	border-bottom: 0px;
}

/* box bottom */

.NM_HTMLElements_BoxBottom1
{
	font-size:1px;
	clear: both;
	margin: 0;
	padding: 0;
	height: 8px;
	border-right: 1px solid #e20026;
	background: transparent url(/img/com/NM_ComHTMLElements/bottom_corner_red.jpg) no-repeat left bottom;
}

.NM_HTMLElements_BoxBottom1 .line
{
	font-size:1px;
	float: right;
	margin: 0;
	padding: 0;
	height: 8px;
	width: 181px;
	background: transparent url(/img/com/NM_ComHTMLElements/bottom_line_red.jpg) repeat-x left bottom;
}

.NM_HTMLElements_BoxBottom2
{
	background-color: red;
	clear: both;
	margin: 0;
	padding: 0;
	font-size:1px;
	height: 8px;
	border-right: 1px solid #bfbfbf;
	background: transparent url(/img/com/NM_ComHTMLElements/bottom_corner_grey.jpg) no-repeat left bottom;
}

.NM_HTMLElements_BoxBottom2 .line
{
	font-size:1px;
	float: right;
	margin: 0;
	height: 8px;
	width: 181px;
	background: transparent url(/img/com/NM_ComHTMLElements/bottom_line_grey.jpg) repeat-x left bottom;
}

.NM_HTMLElements_BoxBottom3
{
	clear: both;
	margin: 0;
	padding: 0;
	height: 8px;
	border-right: 1px solid #f39706;
	background: transparent url(/img/com/NM_ComHTMLElements/bottom_corner_orange.jpg) no-repeat left bottom;
}

.NM_HTMLElements_BoxBottom3 .line
{
	float: right;
	margin: 0;
	height: 8px;
	width: 181px;
	background: transparent url(/img/com/NM_ComHTMLElements/bottom_line_orange.jpg) repeat-x left bottom;
}
