@charset "UTF-8";
/* CSS Document */

p {
	display:block;
}
.locations {
	width:280px;
	height:auto;
	display:inline-block;
	min-height:300px;
	overflow:hidden;
	padding:20px;
	float:left;
	border:1px dotted #ccc;
}
.locations:hover, .locations-last:hover {
	background-color:#f3f3f3;
}
h4.location-title {
	font-size:14px;
	font-weight:bold;
	margin:0 0 11px 0;
}
h4.location-title img {
	vertical-align:text-bottom;
}
.text-small {
	font-size:10px;
	line-height:normal;
	color:#666;
}

#news-table {
	width:600px;
}
#news-table td {
	padding:10px 5px;
}
#news-table td a {
	color:#0054a6;
	text-decoration:none;
}
#news-table tr.alt {
	background-color:#eee;
}
#accordion {
	position:static;
}
p.product-description {
	width: 350px;
	display:inline-block;
	float:left;
	margin-top:0;
}
.product-actions {
	width:156px;
	height:auto;
	float:right;
}
a.action {
	width:156px;
	height:35px;
	background:url(/res/new/images/btn-bg.gif) top repeat-x;
	border:1px solid #ccc;
	display:block;
	font-weight:bold;
	line-height:35px;
	margin-bottom:5px;
	text-decoration:none;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
a.action img {
	margin:0 5px;
}
.product-actions .last {
	margin:0;
}
a.action:hover {
	background-position:0 -35px;
}
a.action:active {
	background-position:0 -70px;
}

