/* x21216 - [_def_list] Default List () */
/* Requires the images to be cropped to 78px x 84px square */
.list_item {
	margin-bottom: 5px;
	padding-top: 10px;
	background: url('../i/dots.gif') top left repeat-x;
}
.list_item_body {
	padding: 1px 14px 2px 7px;
}
.list_item .img_float {
	float: left;
	width: 78px;
}
.list_item .img_wrap {
	margin: 0 0 0 82px;
	padding: 0 0 0 12px;
}
* html .list_item .img_float {
	margin-right: -3px;
}
* html .list_item .img_wrap {
	margin: 0 0 0 79px;
}
.list_item_details {
	min-height: 62px;
}
* html .list_item_details {
	height: 62px;
}
.list_item_info1 {
	min-height: 26px;
}
* html .list_item_info1 {
	height: 26px;
}
.list_item .read_more, .list_item .price, .list_item .comments, .list_item .edit_controls  {
	float: left;
	padding-top: 8px;
	height: 18px;
}
.list_item .read_more  {
	padding-right: 10px;
}
.list_item .price  {
	padding-left: 8px;
	padding-right: 10px;
}
.list_item .comments  {
	padding-left: 10px;
	padding-right: 10px;
}
.list_item .edit_controls  {
	padding-left: 10px;
}
/* x21222 - [list] Download List (Download) */
/* Simple List */
.simple_list_item {
	padding-bottom: 4px;
	margin-bottom: 3px;
	background: url('../i/dots.gif') bottom left repeat-x;
}
.simple_list_item_body {
	padding: 1px 14px 2px 12px;
}
.simple_list_item_body h4 {
	min-height: 14px;
	margin: 0;
	padding-left: 12px;
}
* html .simple_list_item_body h4 {
	height: 14px;
}
/* x21224 - [_sim_list] Simple List () */
/* Simple List */
.simple_list_item {
	padding-bottom: 4px;
	margin-bottom: 3px;
	background: url('../i/dots.gif') bottom left repeat-x;
}
.simple_list_item_body {
	padding: 1px 14px 2px 12px;
}
.simple_list_item_body h4 {
	min-height: 14px;
	margin: 0;
	padding-left: 12px;
}
* html .simple_list_item_body h4 {
	height: 14px;
}
