@charset "utf-8";
.content {
	margin-right: 15px;
	margin-left: 15px;
	font-size: 12px;
}
h1 {
	font-size: 20px;
}
h3 {
	font-size: 14px;
}
.surfit, .surfit a {
	background-image: url(/%7Ecoastalc/images/buttons/b_browse.jpg);
	width: 199px;
	display: block;
	height: 70px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.surfit:hover, .surfit a:hover {
	background-position: 0px -70px;
}
.contentBox {
	background-image: url(/%7Ecoastalc/images/layout/Main_M.png);
	width: 560px;
}
.contentBox .top {
	background-image: url(/%7Ecoastalc/images/layout/Main_T.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
}
.contentBox .bottom {
	background-image: url(/%7Ecoastalc/images/layout/Main_B.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 15px;
}

.filters {
	font-size: 12px;
}
.contactinfo {
	font-size: 11px;
}
.options a.view {
	background-image: url(/%7Ecoastalc/images/buttons/b_options.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: inline-block;
	height: 30px;
	width: 30px;
}
.options a.view:hover {
	background-position: 0px -30px;
}
.options a.print {
	background-image: url(/%7Ecoastalc/images/buttons/b_options.png);
	background-repeat: no-repeat;
	background-position: -30px 0px;
	display: inline-block;
	height: 30px;
	width: 30px;
}
.options a.print:hover {
	background-position: -30px -30px;
}
.options a.add {
	background-image: url(/%7Ecoastalc/images/buttons/b_options.png);
	background-repeat: no-repeat;
	background-position: -60px 0px;
	display: inline-block;
	height: 30px;
	width: 30px;
}
.options a.add:hover {
	background-position: -60px -30px;
}
.options a.save {
	background-image: url(/%7Ecoastalc/images/buttons/b_options.png);
	background-repeat: no-repeat;
	background-position: -90px 0px;
	display: inline-block;
	height: 30px;
	width: 30px;
}
.options a.save:hover {
	background-position: -90px -30px;
}
/* options for the user - client - coupons page */
.options a.edit {
	background-image: url(/%7Ecoastalc/images/buttons/b_user_business_coupon_options.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 30px;
	width: 30px;
}
.options a.edit:hover {
	background-position: 0px -30px;
}
.options a.pay {
	background-image: url(/%7Ecoastalc/images/buttons/b_user_business_coupon_options.png);
	background-repeat: no-repeat;
	background-position: -30px 0px;
	display: block;
	height: 30px;
	width: 30px;
}
.options a.pay:hover {
	background-position: -30px -30px;
}
.options a.activate {
	background-image: url(/%7Ecoastalc/images/buttons/b_user_business_coupon_options.png);
	background-repeat: no-repeat;
	background-position: -60px 0px;
	display: block;
	height: 30px;
	width: 30px;
}
.options a.activate:hover {
	background-position: -60px -30px;
}
.options a.deactivate {
	background-image: url(/%7Ecoastalc/images/buttons/b_user_business_coupon_options.png);
	background-repeat: no-repeat;
	background-position: -90px 0px;
	display: block;
	height: 30px;
	width: 30px;
}
.options a.deactivate:hover {
	background-position: -90px -30px;
}
/* Other */
.pass {
	color: #009966;
	text-transform: uppercase;
	font-size: 11px;
}
.fail {
	color: #FF3333;
	text-transform: uppercase;
	font-size: 11px;
}
.pending {
	color: #FF9933;
	text-transform: uppercase;
	font-size: 11px;
}
.review {
	color: #003399;
	text-transform: uppercase;
	font-size: 11px;
}
.note {
	color: #FF3333;
	text-transform: capitalize;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
.contentBox .profile_image {
	padding: 0px;
	border: 1px none #CCCCCC;
	margin: 0px;
	display: none;
}
.image_box  {
	overflow: hidden;
	height: 125px;
	width: 250px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	float: left;
	clear: both;
}
.image_box a {
	height: 125px;
	width: 250px;
	display: block;
}
.nospace {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
