div.product
{
	position		: relative;
	padding-bottom	: 35px;
}

	div.product div.price
	{
		float			: right;
		text-align		: right;
		position		: absolute;
		top			: 0px;
		right			: 10px;	
	}
	
		div.product div.price span.price
		{
			font-size		: 150%;
			font-weight		: bold;		
		}
		
	
		div.product div.price span.conditions
		{
			font-size		: 80%;	
	
		}
		
	div.product form.order
	{
		position		: absolute;
		bottom			: 10px;
		right			: 15px;

	}
	
div.product ul.domainnames
{
	list-style-type	: none;
}

	div.product ul.domainnames li
	{
		position		: relative;
		height			: 25px;
	}
	
		div.product ul.domainnames li div.price
		{
			position		: absolute;
			top			: 4px;
			right			: 90px;
		}	
		
		div.product ul.domainnames li div.name
		{
			position		: absolute;
			top			: 4px;
			left			: 10px;
		}
		
		div.product ul.domainnames li div.order
		{
			position		: absolute;
			top			: 4px;
			right			: 5px;
		}
		
		div.product ul.domainnames li a.order
		{
			background-image	: url('../images/arrow.png');
			background-position	: center right;
			background-repeat	: no-repeat;
			padding-right		: 9px;
			display		: block;
			color			: #000000;
			text-decoration	: underline;
		}
		
ul.categories
{
	list-style-type	: none;
}

	
	ul.categories li.split
	{
		float			: left;
		width			: 4.5%;
	}
		
	ul.categories li.category
	{
		float			: left;
		width			: 30%;
	}
	
	
	ul.categories a.category
	{
		display		: block;
		font-size		: 12px;
		font-weight		: bold;
		margin-top		: 15px;
		padding		: 2px;
		padding-left		: 15px;
		
	}
	
	
	
	ul.categories ul.items
	{
		list-style-type	: none;
	}
	
		ul.categories ul.items a.item
		{
			display		: block;
			padding		: 2px;
			padding-left		: 15px;
			background-image	: url('../images/arrow.png');
			background-position	: 5px 7px;
			background-repeat	: no-repeat;
		}

	
	

iframe
{
	width			: 100%;
	height			: 500px;
}
	
	
	
	
		
