/* GENERIC BOX CLASSES */

div.box{
	width:100%;
	margin-bottom:0px;
}




/* Box Header */

div.box-head{
	width:100%;
	height:27px;
}

div.box-head-left{
	background-image:url(../img/box_head_left.gif);
	background-repeat:no-repeat;
	width:8px;
	height:27px;
	padding:0;
	margin:0;
	float:left;
}

div.box-head-center{
	background-image:url(../img/box_head_center.gif);
	background-repeat:repeat-x;
	height:27px;
	width:167px;
	padding-top:0.4em;
	margin-bottom:-0.4em;
	float:left;
	font-size:1.1em;
	font-weight:bold;
	color:#fff;
}

div#left-margin div.box-head-center, div#left-margin-wide div.box-head-center{
	width:165px;
}

div#right-margin div.box-head-center{
	width:145px;
}

div#right-margin-blocks div.box-head-center{
	width:205px;
}

div.box-head-right{
	background-image:url(../img/box_head_right_close.gif);
	background-repeat:no-repeat;
	width:27px;
	height:27px;
	padding:0;
	margin:0;
	float:left;
}

div.box-head-right:hover{
	cursor:hand;
}



/* Box Body */

div.box-body{
	background-color:#d0d0d0;
	width:100%;
}

div.box-body div.title
{
	font-weight:bold;
	text-align:left;
	padding:5px 5px 0px 6px;
	margin:0;
}

div.box-body div.content{
	background-image:url(../img/box_separator.gif);
	background-repeat:repeat-x;
	background-position:bottom center;
	padding:5px 5px 7px 6px;
	margin:0;
	text-align:left;
}

div.box-body div.image{
	padding:0;
	margin:0;
	text-align:left;
}

div.box-body ol{
	margin:0;
}

div.box-body img{
	padding:0;
	margin:0 0 -2px 0;
	border:none;
}





/* Box Footer */

div.box-foot{
	width:100%;
	height:5px;
	clear:both;
}

div.box-foot-left{
	background-image:url(../img/box_foot_left.gif);
	background-repeat:no-repeat;
	height:5px;
	width:6px;
	padding:0;
	margin:0;
	float:left;
}

div.box-foot-center{
	background-image:url(../img/box_foot_center.gif);
	background-repeat:repeat-x;
	height:6px;
	padding-top:0;
	margin:0;
	float:left;
}

div.box-foot-right{
	background-image:url(../img/box_foot_right.gif);
	background-repeat:no-repeat;
	height:5px;
	width:6px;
	padding:0;
	margin:0;
	float:left;
}

div#left-margin div.box-foot-center, div#left-margin-wide div.box-foot-center{
	width:188px;
}

div#right-margin div.box-foot-center{
	width:168px;
}

div#right-margin-blocks div.box-foot-center{
	width:228px;
}

/* HIERARCHY LISTS */

div.box-body li{
	list-style:none;
	margin-left:-40px;
}

div.box li.first_level{
	padding-left:0;
}

div.box li.second_level{
	
	padding-left:0.7em;
}

div.box li.third_level{
	
	padding-left:1.4em;
}



/* CATEGORY FILTER */

div.main-category-title
{
	
}

div.main-category-content
{
	margin-bottom:10px;
}








/* INDIVIDUAL BOX PROPERTIES */

div#preview-image
{
	height:182px;
}

div.teaser-image img
{
	width:200px;
	height:180px;
}

