/*-----------------------------------------------------------------------------
SPS(UK) (activesite.css)
version:   1.0
author:    PJ WebWorks
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

.AScrumb {
	font-size: .65em;
	text-align: right;
	margin: 10px 10px 10px 20px;
	padding: 0px;
}
.ASclear {
	clear: both;
}

/* featured product box */
.ASfeatured {
	margin: 5px 10px 5px 2px;
	padding: 0px;
	border: 1px solid #AAE0F9;
	text-align: center;
}
.ASfeatured h2 {
	color: #3F3F27;
	background: #AAE0F9;
	margin: 0px 0px 10px;
	padding: 3px;
	text-align: center;
}
.ASfeatured h3 {
	margin: 0px;
	text-align: left;
	padding-top: 0px;
	padding-left: 5px;
	color: #5C5C5C;
	padding-right: 5px;
}
.ASfeatured p {
	font-size: .7em;
	line-height: 1.2em;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 15px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
}
.ASfeatured img {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* Content page */
.AScontentDate {
	font-size: .7em;
}
.AScontentPhoto {
	float: right;
}
.AScontentPhoto img, .AScontentPhotoBott img {
	display: block;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
.AScontentPhoto p, .AScontentPhotoBott p {
	margin-bottom: 5px;
	font-size: .7em;
	padding: 0px;
	margin-top: 0px;
	text-align: center;
}
.ASphotoWrap {
	float: left;
	width: 49%;
}
.AScontent .contListOther {
	margin: 15px;
	padding-bottom: 10px;
	width: 95%;
	padding-top: 10px;
	border-top: 1px solid #A80000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A80000;
}
.AScontent .contListMain {
	margin: 15px;
	padding-bottom: 10px;
	width: 95%;
	padding-top: 10px;
}
.AScontent .contListOther img, .AScontent .contListMain img {
	border: 1px solid #999999;
	float: right;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}
.AScontent .contListOther h4, .AScontent .contListMain h4 {
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-right: 20px;
	padding-top: 0px;
}
.AScontent .contListOther p, .AScontent .contListMain p {
	margin-top: 3px;
	padding-top: 0px;
}
.AScontent .contListItem {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FC3;
	margin-right: 20px;
	margin-left: 20px;
	width: 95%;
}
.AScontent ul {
	font-weight: normal;
}
