﻿.listm_box
{
	width:260px;
	float:left;
	margin: 0px 10px 5px 0px;
	padding: 0px 0px 0px 0px;
}

.listm_boxt
{
	min-height: 90px;
	padding: 5px 5px 10px 5px;
	border: solid 1px #c0c0c0;
	border-bottom:none;
}

.listm_boxb
{
	background: #c0c0c0;
	background-position:bottom;
	border-top:none;
	padding: 5px 5px 20px 5px;
	font-size:90%;
	color:#555555;
	background-image:url(../image-library/elements/list/bg-box-default.gif);
	min-height:10px;
}

.listm_wide
{
	width:530px;
	float:left;
	margin: 0px 10px 5px 0px;
	padding: 0px 0px 0px 0px;
}

.listm_widet
{
	padding: 5px 5px 10px 5px;
	border: solid 1px #c0c0c0;
	border-bottom:none;
}
.listm_wideb
{
	background: #c0c0c0;
	background-position:bottom;
	border-top:none;
	padding: 5px 10px 20px 10px;
	color:#555555;
	background-image:url(../image-library/elements/list/bg-wide-default.gif);
	min-height:100px;
}

.list_dot_t
{
    border-top: dashed 1px #c0c0c0;   
}
.list_dot_r
{
    border-right: dashed 1px #c0c0c0;   
}
.list_dot_b
{
    border-bottom: dashed 1px #c0c0c0;   
}
.list_dot_l
{
    border-left: dashed 1px #c0c0c0;   
}