/* CSS Document */
.boxnormal
{
	width:500px;
	border:1px solid #f2efef;
	
	
}
.subcontent
{
	width:500px;
	height:auto;
		
}


.boxsub
{
	width:142px;
	height:78px;
	border:1px solid #b8b7b7;
	margin:10px;
	text-align: center;
}
.boxsub img {
	height:78px;
}
.wbox
{
	background-color:#ffffff;
	width:auto;
	height:auto;
	
	
}
.wbox.Cat
{
	width:500px;
	height:auto;
	margin-bottom:5px;
}

.wbox .tl
{
	background:url(images/tl_CatDigi.gif) no-repeat left top;
	padding-left:6px;
	height:28px;
}
.wbox .tr
{
	background:url(images/tr_CatDigi.gif) no-repeat right top;
	padding-right:6px;
	height:28px;
}
.wbox .tc
{
	background:url(images/tc_CatDigi.gif) repeat-x left top;
	height:23px;
	color:#393939;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:5px;
	padding-left:7px;
}
.wbox .tc a
{
	text-decoration:none;
	color:#393939;
}
.wbox .ml
{
	background:url(images/ml_CatDigi.gif) repeat-y left top;
	padding-left:5px;
	 
}
.wbox .mr
{
	background:url(images/mr_CatDigi.gif) repeat-y right top;
	padding-right:5px;
	 
}
.wbox .mc
{
	background:url(images/mc_CatDigi.gif) repeat-x repeat-y left top;
	 
}
.wbox .bl
{
	background:url(images/bl_CatDigi.gif) no-repeat left top;
	padding-left:4px;
	height:4px;
}
.wbox .br
{
	background:url(images/br_CatDigi.gif) no-repeat right top;
	padding-right:4px;
	height:4px;
}
.wbox .bc
{
	background:url(images/bc_CatDigi.gif) repeat-x left top;
	height:4px;
}

.Parent
{
	width:500px;
	height:auto;
}
.Parent .tl
{
	background:url(images/tl_modDigi.gif) no-repeat left top;	
	padding-left:9px;
	height:29px;
}
.Parent .tr
{
	background:url(images/tr_modDigi.gif) no-repeat right top;		
	padding-right:9px;
	height:29px;
}
.Parent .tc
{
	background:url(images/tc_modDigi.gif) repeat-x left top;	
	height:24px;
	color:#5d7a9d;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	padding-top:5px;
	padding-left:7px;
}
.Parent .tc a
{
    color:#393939;
text-decoration:none;
}
.Parent .ml
{
	background:url(images/ml_modDigi.gif) repeat-y left top;
	padding-left:9px;
}
.Parent .mr
{
	background:url(images/mr_modDigi.gif) repeat-y right top;
	padding-right:9px;
}
.Parent .mc
{
	background:url(images/mc_modDigi.gif) repeat-x repeat-y left top;
}
.Parent .bl
{
	background:url(images/bl_modDigi.gif) no-repeat left top;
	padding-left:9px;
	height:16px;
}
.Parent .br
{
	background:url(images/br_parent.gif) no-repeat right top;
	padding-right:9px;
	height:16px;
	
}
.Parent .bc
{
	background:url(images/bc_modDigi.gif) repeat-x left top;
	height:16px;
}

