/* CSS Document */

h1
{
	font-weight		: bold;
	color			: #b24b94;
	font-size		: 25px;
	margin-bottom		: 10px;
	letter-spacing	: -1px; 
	font-family		: Trebuchet MS;
}

h2
{
	font-weight		: bold;
	color			: #000000;
	font-size		: 22px;
	margin-bottom		: 10px; 
	font-family		: Trebuchet MS;
}

iframe
{
	border			: 0;
}

.link
{
	cursor			: pointer;
}

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

img.screenshot
{
	width			: 150px;
}

a.tool
{
	color			: #000000;
}

div.tools
{
	display		: inline;
	color			: #b24b94;
	position		: relative;
}

	div.tools div.options
	{
		display		: none;
		position		: absolute;
		right			: -5px;
		top			: -5px;
		background-color	: #FFFFFF;
		border-color		: #dec9d8;
		border-style		: solid;
		border-width		: 1px;
	}

	div.tools:hover div.options
	{
		display		: inline;
	}
	
		div.tools div.options a
		{
			display		: block;
			padding		: 5px;
			width			: 100px;
			text-decoration	: none;
			color			: #000000;
		}
		
			div.tools div.options a:hover
			{
				background-color	: #f8f6f6;
			}
		
		div.tools div.options a img.icon
		{
			float			: left;
		}	
	
a.button
{
	background-image	: url('../images/button.png');
	background-repeat	: no-repeat;
	background-position	: top left;	
	width			: 122px;
	height			: 31px;
	display		: block;
	color			: #816778;
	text-decoration	: none;
	font-weight		: bold;
	font-size		: 18px;
	text-align		: center;
	padding-top		: 4px;
	font-family		: Trebuchet MS;
}

	a.button_special
	{
		background-image	: url('../images/button-green.png');
		color			: #1cb438;
	}

div.content
{
	padding		: 20px;
}

div.main div.block-left
{
	padding		: 30px;	
	border-color		: #e4e2e3;
	border-style		: solid;
	border-width		: 0;
	border-right-width	: 1px;
	width			: 380px;
	float			: left;	
}

div.main div.block-right
{
	padding		: 30px;	
	border-color		: #e4e2e3;
	border-style		: solid;
	border-width		: 0;
	border-right-width	: 1px;
	width			: 380px;
	float			: right;
}

div.message
{
	border-color		: #00ff00;
	border-style		: solid;
	border-width		: 1px;
	background-color	: #d8ffd8;
	padding		: 15px;
	font-weight		: bold;
	
}








ul.list
{
	margin-left		: 15px;
}



ul.legend
{
	list-style-type	: none;
	height			: 100px;
	text-align		: center;
}

	ul.legend li
	{
		float			: left;
		width			: 90px;
		font-size		: 10px;
	}
	
table.data
{
	width			: 100%;
}
	
	table.data th
	{
		text-align		: left;
		border-color		: #dec9d8;
		border-style		: solid;
		border-width		: 0;
		border-bottom-width	: 1px;
		padding		: 6px;
	}
	
		table.data th a
		{
			color			: #777777;
			text-decoration	: none;
		}
		
			table.data th a:hover
			{
				text-decoration	: underline;
			}	
		
	table.data tr.row td
	{
		padding		: 6px;
		border-color		: #dec9d8;
		border-style		: solid;
		border-width		: 0;
		border-bottom-width	: 1px;
	}	
			
		table.data tr.row_even
		{
			background-color	: #f8f6f6;
		}
		
		table.data tr.row td a
		{
			color			: #777777;	
		}
		
	table.data  td.label
	{
		width			: 150px;
		font-weight		: bold;
		color			: #000000;
	}

		
table.specs th
{
	font-size		: 25px;
	font-family		: Trebuchet MS;
	font-weight		: bold;
	letter-spacing	: -1px;	
	color			: #1bd63e;
}
		
	table.specs th, table.specs tr.row td
	{
		padding		: 10px;
	}
	
	
		table.specs th span.price
		{
			color				: #b24b94;
		}
		
		table.specs td.label
		{
			width			: 250px;
		}
			
	table.specs tr.buttons td
	{
		padding		: 10px;

	}
	
		
		
table.form
{
	width			: 100%;
	border-color		: #dec9d8;
	border-style		: solid;
	border-width		: 0;
	border-top-width	: 1px;
}		
		
		
	table.form td
	{
		padding		: 6px;
		border-color		: #dec9d8;
		border-style		: solid;
		border-width		: 0;
		border-bottom-width	: 1px;
	}	
	
		table.form td.label
		{
			width			: 150px;
			background-color	: #f8f6f6;
			border-right-width	: 1px;
			color			: #000000;
			font-weight		: bold;
			vertical-align	: top;
		}
	

input.text, textarea.text
{
	border-color		: #dec9d8;
	border-style		: solid;
	border-width		: 1px;	
}	
	
	input.large, textarea.large
	{
		width			: 300px;
	}
	
	input.small
	{
		width			: 40px;
	}	
	
	textarea.large
	{
		height			: 100px;
	}

input.false, textarea.false
{
	border-color		: #ff0000;
	border-style		: solid;
	border-width		: 1px;	
	background-color	: #f8eaea;
}	
