body {
	font-family:arial,verdana;
	font-size:small;
	margin:15px;
}

img {
    border:0px;
}

#mainContainer {
	margin:0 auto;
}

.spacer {
    margin:15px;
}

.width_main {
	width:925px;
}

#head {
	margin:0 auto;
	text-align:center;
	background-color:#E9F1FC;
	/*background-color:#E7F1FF;*/
	padding-top:80px;
	position:relative;
}

#domainName {
    position:absolute;
    top:22px;
    left:5px;
	font-size:18px;
	text-align:left;
    margin:15px;
	font-weight:bold;
	color:#626D7E;
	font-style:italic
}


#contents {
	float:right;
	width:750px;
	text-align:left;
	margin-bottom:15px;
}

#leftContents {
	float:left;
	width:160px;
}

.leftBoxTop {
	background-color:#0EA201;
	margin-bottom:1px;
}

.leftBoxMiddle
{
	text-align:left;
	background-color:#C7FFB9;
	padding: 5px 10px;
	font-weight:bold;
	font-size:12px;
	line-height:18px;
	color:#007404;
	margin-bottom:15px;
}

.leftBoxMiddle a {
	color:#006103;
	text-decoration:none;
}

.leftBoxMiddle a:visited {
	color:#7B0094;
	text-decoration:none
}

.leftBoxMiddle a:active {
	color:#FF0000;
	text-decoration:underline
}

.leftBoxMiddle a:hover {
	text-decoration:underline
}


.dottedline {
	/*border-top: 1px dotted green;*/
	border-top: 1px dotted #00AF06;
	border-bottom: 1px dotted #D3FDD4;
}

.tab {
	padding:5px;
	color:white;
	font-size:11px;
	font-weight:bold;
	white-space:nowrap;
}

#nav {
	margin:0 auto;
	text-align:center;
}

#nav td {
	padding:0px 2px;
}

#nav td a {
	font-size:11px;
	font-weight:bold;
	white-space:nowrap;
	background-color:#A7CDFF;
	width:110px;
	color:#001F83;
    text-decoration:none;
    padding:5px;
    float:left;
    cursor:pointer;
}

#nav .navOn {
	background-color:#0051E0;
	color:#ffffff;
}

#topBar {
	background-color:#0051E0;
	text-align:left;
	color:white;
	font-size:11px;
	font-weight:bold;
	height:20px;
}

.popular {
	font-size:11px;
	font-weight:bold;
	padding-top:8px;
}

.offersTop {
	background-color:#FF7000;
}

.offersBottom {
	padding-bottom:10px;
	border-bottom:1px dotted #666666
}

/*#footer {
	margin:0 auto;
	background-color:#e4e4e4;
	font-size:11px;
	color:#666666;
	line-height:22px;
	padding-top:5px;
	margin-bottom:8px;
}*/


#footer {
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    margin:0 auto;
	background-color:#e5e5e5;
	font-size:11px;
	color:#666666;
	line-height:22px;
	padding:5px 0px;
}

#footer a 
{
    color:#666666;
    text-decoration:none;
}

#footer a:hover
{
    text-decoration:underline
}

#copyright {
	font-size:10px;
	color:#888888;
	margin:0 auto;
	padding-top:8px;
}

.cardCell 
{
    padding:6px;
}

.cardCell2
{
    padding:6px 3px;
}

#cards th
{
    font-size:12px;
    line-height:12px;
    vertical-align:bottom;
}

.apply_link
{
    text-align:center;
}

.apply_link a
{
    color:Red;
    font-weight:bold;
    font-size:12px;
}

.apply_link a:visited
{
    color:#7B0094;
}

.apply_link div
{
    display:none
}

a
{
    color:#0051FF;
}

a:hover
{
    text-decoration:none
}

a:visited
{
    color:#7B0094;
}

.card_description
{
    font-size:11px;
}

.section_title
{
    font-size:18px;
    font-weight:bold;
    color:#222222;
}

h1
{
    font-size:18px;
    color:#222222;
}

h1,h2,h3 {
    margin:0px;
}

#headingContainer
{
    margin:2px;
    position:relative;
}

#headingRight
{
    float:right;
    padding-left:5px;
}

.bodyContainer
{
    margin:2px;
}

.card_details 
{
    font-weight:bold
}

.email_success
{
    color:Green
}

.email_fail
{
    color:Red
}

.home_box
{
    float:left;
    width:132px;
    padding:10px;
    text-align:center;
}

.directory_box
{
    float:left;
    width:132px;
    padding:20px 10px;
    text-align:center;
}

.breadcrumb
{
    font-size:12px;
}

.sub_cat
{
    float:left;
    padding-right:10px;
    white-space:nowrap;
}

#slider
{
    width:475px;
    margin:10px 0px;
    border:1px solid #999999;
    height:300px;
    overflow:scroll;
    overflow-y:scroll;
    overflow-x:hidden;
    display:none;
}

#showAll
{
    width:120px;
    text-align:center;
    font-size:11px;
    background-color:#888888;
    color:white;
    cursor:pointer;
    padding-bottom:2px;
}

#allCards
{
    width:100%;
}

#allCards td
{
    background-color:#dddddd;
}


#credit_cards {
	border-collapse: collapse;
}

#credit_cards th {
	background-color:#F78D03;
	border:1px solid #F78D03;
	white-space:nowrap;
	text-align:center;
	color:white;
}

#credit_cards th a {
	text-decoration:none;
	color:white;
}

#credit_cards td {
	text-align:center;
	border:1px solid #FFD094;
}

#credit_cards h3 a {
    font-size:small;
	color:black;
	text-decoration:none;
}

.even {
  background-color:#fff !important;
}

.odd {
  background-color:#FFF8E9 !important;
}

