/* CSS Document */

a img.icon
{
	float			: left;
	margin-right		: 6px;
	margin-top		: 2px
}

h1
{
	font-family		: Arial;
	font-size		: 18px;
	margin-bottom		: 15px;
	color			: #434343;
}

	h1 img.icon
	{
		float			: left;
		margin-right		: 15px;
		margin-top		: -4px
	}

div.s
{
	height			: 15px;
}

div.notice
{
	border			: 1px solid #cbd200;
	background		: #feffef;
	padding		: 10px;
	font-weight		: bold;		
}

table.sort th
{
	cursor			: pointer;
}

div.main_in div.block
{
	border			: 1px solid #e2e6ee;
	padding		: 10px;
}

	div.main_in div.block div.title
	{
		font-size		: 13px;
		margin-bottom		: 5px;
		color			: #434343;	
		font-weight		: bold;	
	}

table.data
{
	width			: 100%;
	border			: 1px solid #e2e6ee;
}


table.data th
{
	background-color	: #f7f7f7;
	padding		: 5px;
	text-align		: left;
}

table.data tr:hover
{
	background		: #fffff1;
}

table.data td
{
	padding		: 5px;
	border			: 0 solid #e2e6ee;	
	border-top-width	: 1px;
	color			: #5757570
}

	table.data .id
	{
		width			: 15px;
		text-align		: right;
	}
	
	table.data .icons
	{
		text-align		: center;
	}
	
	table.data .currency
	{
		text-align		: right;
	}
	
table.form
{
	width			: 100%;
	border			: 1px solid #e2e6ee;
	background		: #fbfeff;
}

	table.form td
	{
		padding		: 5px;
		color			: #5757570		
	}
		
		table.form td.label
		{

			font-weight		: bold;
			width			: 150px;
			vertical-align	: top;
		}

a.comment-hover
{
	position		: relative;
	text-decoration	: none;
	z-index		: 100;
}

	a.comment-hover span.comment-hover-box
	{
		position		: absolute;
		display		: none;
		right			: -21px;
		top			: 22px;
		background		: url('../images/bg.png') repeat;
		padding		: 10px;
		padding-right		: 40px;
		border			: 1px solid #e2e2e2;
		color			: #000000;
		width			: 688px;
		z-index		: 50;
	}
	
	a.comment-hover:hover span.comment-hover-box
	{
		display		: block;
	}


input.text, select.text, textarea.text
{
	border			: 1px solid #dadadd;		
}

input.medium, select.medium
{
	width			: 250px;
}

textarea.medium
{
	width			: 250px;
	height			: 150px;
}

input.false, select.false, textarea.false
{
	border			: 1px solid #ff5555;
	background		: #ffefef
}

select.false option
{
	background		: #ffefef
}













