/*-----------------------------------------------------------------------------
website name (activesite.css)
version:   1.0
author:    PJ WebWorks
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

.AScrumb {
	font-size: .65em;
	text-align: left;
	margin: 5px 10px 10px;
	padding: 0px;
}
.ASclear {
	clear: both;
}

/* 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: #CCCCCC;
	margin-right: 20px;
	margin-left: 20px;
	width: 95%;
}

/* featured product box */
.ASfeatured {
	margin: 15px 10px 5px;
	padding: 0px;
	border: 1px solid #BE9F42;
}
.ASfeatured h2 {
	color: #FFFFFF;
	background: #BE9F42;
	margin: 0px 0px 10px;
	padding: 3px;
	text-align: center;
}
.ASfeatured h3 {
	font-size: .7em;
	margin: 0px;
	text-align: center;
	padding-top: 0px;
	padding-left: 10px;
}
.ASfeatured p {
	font-size: .7em;
	line-height: 1.2em;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 6px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
}
