/*-----------------------------------------------------------------------------
Ysbyty Ifan (activesite.css)
version:   1.0
author:    PJ WebWorks
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

.AScrumb {
	font-size: .65em;
	text-align: left;
	margin: 10px 10px 10px 20px;
	padding: 0px;
}
/* contact page */
.AScontact1 { 
  width: 285px;
  float: left; 
}
.AScontact2 {
	width: 285px;
	float: right;
} 
/* help box */
.AShelp {
	border: 1px solid #BFC09A;
	text-align: center;
	margin: 10px 30px;
	padding: 5px;
	clear: both;
}
.AShelp strong {
	font-weight: bold;
	color: #FFFF99;
}

/* featured product box */
.ASfeatured {
	margin: 5px 10px 5px 2px;
	padding: 0px;
	border: 1px solid #1F981E;
}
.ASfeatured h2 {
	margin: 0px 0px 10px;
	padding: 3px;
	color: #FFF;
	background-color: #1F981E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.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;
}
.ASclear {
	clear: both;
}
/* Content page */
.AScontentDate {
	font-size: .7em;
}
.AScontentPhoto {
	float: right;
}
.AScontentPhoto img {
	display: block;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #CCC;
}
.AScontentPhotoBott img {
	display: block;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC;
}
.AScontentPhoto p, .AScontentPhotoBott p {
	margin-bottom: 5px;
	font-size: .7em;
	padding: 0px;
	margin-top: 0px;
	text-align: center;
}
.ASphotoWrap {
	float: left;
	width: 49%;
}
.ASclear {
	clear: both;
}
.AScontent .contListOther {
	margin: 15px;
	padding-bottom: 10px;
	width: 95%;
	padding-top: 10px;
	border-top: 1px solid #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.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%;
}

