﻿div.ItemPanel
{
	padding: 10px;
	margin-bottom: 5px;
	text-transform: lowercase;
}

div.ItemPanel table 
{
}

div.ItemPanel table tr td
{
	vertical-align: top;
	text-align: center;
	padding-bottom: 30px;
}

div.ItemPanel div.Item 
{
	width: 86px;
	height: 127px;
	overflow: hidden;
	margin-bottom: 5px;
}

div.ItemPanel div.Text
{
	text-align: left;
	width: 80px;
	overflow: hidden;
}

div.ItemPanel div.Text a
{
	color: Black;
	text-decoration: none;
	font-weight: bold;
}

div.ItemPanel div.Text a span.Subtitle
{
	color: #666666;
	font-size: 10px;
	font-weight: normal;
}

div.ItemPanel div.Text a:hover
{
	text-decoration: underline;
}

div.ItemPanel div.Item img
{
	width: 84px;
}

div.ItemPanel div.Prices 
{
	margin-top: 5px;
	height: 30px;
}

div.ItemPanel div.Prices span.Price
{
	color: Black;
	font-weight: bold;
}

div.ItemPanel div.Prices span.Offer
{
	color: #990000;
	font-weight: bold;
	font-size: 12px;
}

div.ItemPanel div.Basket
{
	position: relative;
	bottom: 0px;
	height: 18px;
	width: 83px;
}

div.ItemPanel div.Basket a div
{
	height: 18px;
	width: 83px;
	background-image: url('Images/Add.png');	
	cursor: pointer;
}

div.ItemPanel div.Basket a:hover div
{
	background-image: url('Images/Add_.png');	
}

div.ItemPanel div.NavigationPanel a
{
	color: Black;
	text-decoration: underline;
}

div.ItemPanel div.NavigationPanel a:hover
{
	color: #990000;
	text-decoration: underline;
}