h1.shop
{
	margin-top:10px;
}

.item
{
	border: 1px solid #000;
	width:550px;
	height:auto;
	margin: 10px auto 10px auto;
	position:relative;
}

.item-title
{
	background-color: #EF2E23;
	padding:3px 3px 3px 3px;
}

.item-title a
{
	font-weight:bold;
	color:#fff;
}

.item-left
{
	float:left;
}

.item-right
{
	float:left;
	padding:15px 5px 5px 15px;
}

.buy-text
{
	font-family:arial;
	margin-bottom:15px;
	font-size:small;
}

.buy-text b
{
	font-size:large;
	color:#EF2E23;
}

.links-text .buy
{
	font-weight:bold;
	color:#EF2E23;
}

.links-text .watch
{
	font-weight:bold;
	color:#000;
}

.clear
{
	clear:both;
}