﻿
li
{
	list-style:none;
}

/* specials block */
.specials-holder{
	width: 930px;
	overflow: hidden;
	margin: 2px 0px 0px 0px;
	border:0px;
}
.specials{
	width: 667px;
	float: left;
}
.specials .heading, .features .heading{
	height:1%;
	overflow: hidden;
	background: #4285cb;
	padding: 2px 10px 2px 20px;
	margin: 0 0 11px;
	text-align:left;	
}
.features{
	width: 261px;
	float: right!important;
	display:inline;
}
.features .heading{
	padding-left:7px;
	margin-bottom:15px;
	border:0px;
}
.specials .heading h2, .features .heading h2{
	font-size:1.4em;
	margin: 0;
	text-transform: uppercase;
	color: #fff;
	text-align:left;
}
.specials .heading .more, .features .heading .more{
	background: url('Pics/arrow.gif') no-repeat 100% 1px;
	float: right;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #d58b7e;
	padding: 0 13px 0 0;
	margin: 2px 0 0;
}
.specials ul{
	margin: 0 20px;
	padding: 0;
	list-style: none;
}
.specials li{
	vertical-align: top;
	width: 100%;
	overflow: hidden;
	margin: 0 0 15px;
	list-style:none;
}
.specials .image{
	width: 116px;
	float: left;
	margin: 10px 21px 0 0;
}
* html .specials .image{margin-right:18px;}
.specials .image img{display:block; width:116px;}
.specials .text{
	height: 1%;
	overflow: hidden;
	margin: 6px 0 0;
	text-align:left;
}
.specials .text .title{
	display: block;
	font-size: 1em;
	text-transform: uppercase;
	color: #4285cb;
	margin: 0 0 6px;
}
.specials .text .title span{
	padding: 0 0 0 10px;
	background: url('Pics/title-sep.gif') no-repeat 1px 5px;
	text-transform: none;
}
.specials .text .title, a {color: #c0310f; text-decoration:none;}

.specials .text p{
	margin: 0 0 0px;
	font-size: 12px;
	line-height: 1.6em;
	color: #434242;
}
.specials .text .more{
	font-size: 12px;
	background: url('Pics/specials-arrow.gif') no-repeat 100% 4px;
	padding: 0 0px 10px 0;
	color: #434242;
}
