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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	margin: 0;
	padding: 0;
	
	background-color: #20416c;
	color: #514e87;
	background-image: url(/img/members/main_bg.gif);
}

.warning {
	padding: 5px;
	color: white;
	background: red;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
}

a, a:link, a:visited {
	color: #5551a6;
}

a:hover {
	color: #ff0000;
}

img {
	border: none;
}

.offer_counter {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	margin: 10px;
	padding: 5px;
	/*border-top: 1px solid #000;
	border-bottom: 1px solid #000;*/
}

.offer_counter img {
	vertical-align: middle;
}

.couponcat_spacer {
	border-top: 1px solid #53a4cd;
	height: 5px;
	overflow: hidden;
	background-color: #000;
}

.pagination {
	text-align: right;
	float: right;
}

.pagination a:link, .pagination a:visited {
	padding: 2px;
	background-color: #EBEBEB;
	text-decoration: none;
}

.pagination a:hover {
	background-color: #20416c;
	color: #fff;
	text-decoration: none;
}

.pagination .active {
	font-weight: bold;
	padding: 2px;
	color: #fff;
	background-color: #20416c;
}

#container {
	margin: 0 auto;
	width: 850px;
	background-color: #fff;
}

#header {
	height: 125px;
	background-image: url(/img/members/header.jpg);
	background-repeat: no-repeat;
	background-position: left;
}


#loggedinas {
	padding: 5px;
	text-align: right;
	font-weight: bold;
	color: #000;
	background-color: #EBEBEB;
	border-bottom: 1px solid #6D6D6D;
}

/* TOP NAV */
#topnav ul, #topnav li {
	display: inline;
	margin: 0;
	padding: 0;
}

#topnav {
	background-image: url(/img/members/topnav_bg.gif);
	padding-top: 10px;
	padding-bottom: 10px;
	background-repeat: repeat-x;
}

#topnav li {
	/*height: 36px;*/
}

#topnav a, #topnav a:link, #topnav a:visited {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right: 1px solid #ffffff;
	
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#topnav a:hover {
	text-decoration: none;
	color: #fff;
	
	background-image: url(/img/members/topnav_bg_ro.gif);
	background-repeat: repeat-x;
}

/* BREADCRUMBS */
#breadcrumbs {
	padding-bottom: 2px;
	border-bottom: 2px dotted #3c86c2;
	color: #003a55;
	font-size: 13px;
	font-weight: bold;
}

#breadcrumbs a, #breadcrumbs a:link, #breadcrumbs a:visited {
	color: #003a55;
	text-decoration: none;
}

#breadcrumbs a:hover {
	
}

/* MEMBER NAV */
#membernav ul, #membernav li {
	display: inline;
	margin: 0;
	padding: 0;
	
}

#membernav {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	background-color: #000;
	background-image: url(/img/members/membernav_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#membernav li {
	padding-right: 20px;
}

#membernav a, #membernav a:link, #membernav a:visited {
	color: #82c3e4;
	font-weight: bold;
	text-decoration: none;
}

#membernav a:hover {
	text-decoration: underline;
	color: #fff;
}

#content {
	/*padding-left: 10px;
	padding-right: 10px;*/
}

.content h1, .content h2, .content h3, .content h4, .content p {
	margin: 0;
	padding: 0;
	
	padding-left: 5px;
	padding-right: 5px;
}

.content h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 6px;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 5px;
	padding-top: 30px;
	border-bottom: 2px dotted #999999;
	background-color: #F1F1F1;
}

.content h4 {
	font-weight: bold;;
	font-size: 12px;
	color: #3971a2;
	border-bottom: 1px solid #1f3e68;
	padding: 4px;
	margin: 5px;
	margin-left: 2px;
}

/* footer */
#footer {
	padding-top: 5px;
	padding-bottom: 7px;
	background-color: #000;
	color: #fff;
}

#footer a, #footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

/* formating of coupon list */
.coupon_listing {
	padding-bottom: 5px;
	margin: 5px;
	border-bottom: 1px solid #1f3e68;
	height: 100px;
	overflow: hidden;
}

.clist_name {
	font-size: 14px;
	line-height: 12px;
	font-weight: bold;
	color: #003953;
	margin-bottom: 3px;
}

.clist_name span {
	background-color: #FFFF00;
}

.clist_offer {
	font-size: 12px;
	line-height: 13px;
	color: #3c86c2;
}

.clist_image {
	background-color: #fff;
	border: 2px solid #3971a2;
	padding: 2px;
	text-align: center;
	overflow: hidden;
	height: 90px;
	width: 150px;
}

.clist_typeonline {
	text-align: right;
	padding-top: 4px;
}

.clist_image img {
	/*height: 90px;*/
	/*width: 120px;*/
}

.clist_image2 {
	background-color: #fff;
	border: 2px solid #3971a2;
	padding: 2px;
	text-align: center;
	width: 150px;
}

.clist_image2 img {

}

.clist_moreinfo {
	text-align: right;
}


.coupon_listing2 {
	padding-bottom: 5px;
	margin: 5px;
	border-bottom: 4px double #1f3e68;
	overflow: hidden;
}

.coupon_listing2 .value {
	font-size: 14px;
	font-weight: bold;
	color: #003953;
	background-color: #FFFF00;
}

.coupon_listing2 .value2 {
	font-size: 14px;
	font-weight: bold;
	color: #003953;
	background-color: #FF9900;
}

.coupon_listing2 .orange_underline {
	border-bottom: 2px solid #FF9900;
}

.coupon_listing2 .offer {
	padding-top: 4px;
}

.coupon_listing2 .restriction, .coupon_listing2 .lastused {
	font-size: 11px;
	text-align: center;
	padding-top: 3px;
	margin: 0 auto;
}

/* formating of categories */
.couponcats_active, .couponcats {
	border-bottom: 1px solid #0f3a8d;
	border-top: 1px solid #53a4cd;

	padding: 5px;
	padding-left: 20px;

	cursor: pointer;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

#catnav_bg {
	background-image: url(/img/members/nav_bg.gif);
}

.couponcats_active {
	background-image: url(/img/members/catnav_bg.gif);
}

.couponcats {
	background-image: none;
}

/* form formatting */
.required {
	color: #ff0000;
	text-transform: uppercase;
	font-size: 11px;
}

.success {
	color: #009900;
	text-transform: uppercase;
	font-size: 11px;
}

.notice {
	font-size: 11px;
	text-transform: uppercase;
	padding: 5px;
}

/* default table display */
.deftable {
	max-width: 650px;
	
}

/* grid view */
.gridbox {
	cursor: pointer;
	width: 160px;
}

.gridview {

}

.gridimage {
	height: 110px;
	overflow: hidden;
}

.gridcaption {
	padding: 3px;
	background-color: #000;
	color: #fff;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	font-weight: bold;
	font-size: 12px;
	width: 154px;
}

/* colors */
.blue {
	color: #3c86c2;
}

/* vendor page */
h4.vend_head_online {
	color: #fff;
	background-color: #3971a2;
	padding: 4px;
}
h4.vend_head_book {
	color: #fff;
	background-color: #000;
	padding: 4px;
}

/* ttable */
.ttable {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.ttable tr td {
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	padding: 3px;
}

.ttable tr th {
	padding: 5px;
	background-color: #004880;
	color: #fff;
}