﻿#highlights ul#list{
	width:960px;
}

#highlights dt.category {
	width: 220px;
	height: 40px;
	margin: 0;
	padding: 0;
	bottom: 2px;
	background:url(imgs/hightlightbottom.png) no-repeat;
	position: absolute;
	}
	
#highlights dt.category a,
#highlights dt.category a:link,
#highlights dt.category a:visited {
	width: 205px;
	height: 27px;
	margin: 0;
	font-size: 1em;
	padding: 13px 0 0 15px;
	color: #464d5c;
	display: block;
	text-decoration: none;
	text-transform: lowercase;
	text-shadow: 0 1px 0 #fff;
	}
#highlights dd.price {
	width: 220px;
	height: 40px;
	margin: 0;
	padding: 0;
	top: 0;
	background:url(imgs/hightlighttop.png) no-repeat;
	position: absolute;
	}
	#highlights dd.price:hover {
	}
#highlights dd.price a,
#highlights dd.price a:link,
#highlights dd.price a:visited {
	width: 100px;
	height: 40px;
	margin: 0;
	padding: 5px 0 0 5px;
	font-size: 0.75em;
	color: #333;
	display: inline;
	text-decoration: none;
	text-transform: lowercase;
	text-shadow: 0 1px 0 #fff;
	}
#highlights dd.price a:hover,
#highlights dd.price a:active {
	color: #000;
	}
#highlights dd.price a:focus {
	outline: none;
	}

#highlights li {
	display: block;
	float: left;
	height: 303px;
	width:216px;
	margin-bottom: 20px;
	position: relative;
	float: left;
	margin-right: 30px;
	position: relative;
	list-style-type: none;

	}
#highlights li.last {
	margin-right: 0;
	}
#highlights #list li {
	}

#highlights dt.category a:hover,
#highlights dt.category a:active {
	color: #000;
	}
#highlights dt.category a:focus {
	outline: none;

	}

#highlights dd.price a strong {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	}
#highlights dd.price .price-from,
#highlights dd.price .prize-to {
	width:105px;height:35px;float:left;text-align:center; padding-top:5px;
	}
#highlights dd.image {
	margin-top:40px;	
	}
#highlights dd.image a {
	width: 216px;
	height: 220px;
	display: block;
	font-size: 0.75em;
	text-decoration: none;

	}
#highlights dd.image a:focus {
	outline: none;
	}
#highlights dd.image a img {
	width: 220px;
	height: 100%;
	display: block;
	text-align: center;

	}
#list li,
#list li dt.category,
#list li dt.category a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
#list li:hover,
#list li:hover dt.category,
#list li:hover dt.category a {
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	transition: all 0.1s ease;
	}
#list li:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
	}
#list li:hover dt.category,
#list li:hover dd.price {
  /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;
	}
