﻿.showListBlock
{
		background-color:#FFF;
		width:530px;
		padding:1px 0 1px 0;
}
.showlistItemLeft
{
		float:left;
		width:260px;
		background-color:#FFF;
		padding:1px 0 5px 0;
		position:relative;
}
.showlistItemRight
{
		float:left;
		width:260px;
		background-color:#FFF;
		padding:1px 0 5px 0;
		position:relative;
}
.showlistItemButt 
{
		position:absolute;
		top:75px;
		left:110px;
}
.showlistVerticalDot
{
		width:3px;
		height:90px;
		float:left;
		background: url(../../repository/images/site/dotted_break_v.gif) repeat-y;
		background-color:#FFF;
		margin:10px 0 0 0;
}
.showlistContent
{
		position:relative;
		float:left;
		margin:10px 0 0 0;
		width:180px;
		line-height:14px;
}
.showlistContent input
{
		position:absolute;
		top:75px;
		left:110px;
}

.ShowListHolder
{
		background:#FFF;
		width:530px;
}