/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #d9f5fc url(1.png) repeat-y center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #444444;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-weight: bold;
	font-size: 22px;
	margin: 0;
	padding: 0;
}

h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

a {
	text-decoration: none;
	border-style: none;
}

a:hover {
	color: #3366FF;
}

a.code {
	text-decoration: underline;
	border-style: none;
}

a.code:hover {
	color: #3366FF;

}

h2 {
	font-size: 18px;
        
}


table.toptext { 
    font-family:arial;
    font-size:12pt;
    background-color:#ffffff;
    width:625px;
	line-height: 150%;
	border-collapse: collapse;
	margin: 20px 10px 0px 10px; 
	float:left;
}

table.toptext th {
    font-size:18pt;
    color:#09017a;
    text-align:center;
	padding: 0px;

}

table.toptext h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #09017a;
	font-weight: bold;
	font-size: 20px;
	margin: 0;
	padding: 0;
}

table.toptext td {  
    font-size:12pt;
    background-color:#ffffff;
    color: #666666;
    text-align:left;
    width: 600px;
    padding: 0px 15px 0px 15px;
}


table.coupon { 
    font-family:arial;
    font-size:12pt;
    background-color:#ffffff;
    width: 625px; 
    border: 2px solid #007dd1;
	border-collapse: collapse;
	margin: 20px 20px 10px 20px; 
	float:left;
}

table.coupon th {
    font-size:18pt;
    background-color:#09017a;
    color:#ffffff;
    border-bottom: 2px dotted #007dd1;
    text-align:center;
    width: 625px; 
    padding: 10px;

}

table.coupon h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
	margin: 0;
	padding: 0;
}



table.coupon td.title {  
    font-size:14pt;
    background-color:#ffffff;
    color:#000066;
	font-weight: bold;
	text-decoration: underline; 
    border-width:0px;
    text-align:left;
    width: 400px;
	padding: 5px 10px 5px 10px;
}


table.coupon td.code {  
    font-size:14pt;   
	background-color:#ffffff;
    text-align:center;
    width: 150px;
    padding: 5px 5px 5px 0;
    vertical-align: middle;
    border-right: 2px solid #007dd1;
}


table.coupon td.description {  
    font-size:12pt;
    background-color:#ffffff;
    color: #666666;
    text-align:left;
    width: 400px;
    padding: 5px 5px 5px 15px;
}

table.coupon td.percentgreen {  
    font-size:16pt;
    color: #009900;
    background-color:#ffffff;
	font-weight: bold;
    border-width:0px;
    text-align: center;
    width: 150px;
	padding: 5px;    
	border-right: 2px solid #007dd1;

}

table.coupon td.percentyellow {  
    font-size:16pt;
    color: #e1a900;
    background-color:#ffffff;
	font-weight: bold;
    border-width:0px;
    text-align: center;
    width: 150px;
	padding: 5px;
    border-right: 2px solid #007dd1;

}

table.coupon td.percentred {  
    font-size:16pt;
    color: #CC0000;
    background-color:#ffffff;
	font-weight: bold;
    border-width:0px;
    text-align: center;
    width: 150px;
	padding: 5px;
    border-right: 2px solid #007dd1;

}

table.coupon td.companylink {  
    font-size:12pt;
    background-color:#ffffff;
	border-width:0px;
	text-align:center;
	padding: 5px;
	width:150;
	font-weight: bold;
    border-right: 2px solid #007dd1;	
}

table.coupon td.scrolldown {  
    font-size:12pt;
    background-color:#ffffff;
	border-width:0px;
	text-align:center;
	padding: 5px;
	width:150;
	font-weight: bold;
    border-right: 2px solid #007dd1;	
}

table.coupon td.shared {  
    font-size:10pt;
    background-color:#cef0ff;
	border-width:0px;
	text-align:left;
	width:400;
	border-top: 1px dotted #007dd1;	
	border-right: 2px solid #007dd1;
}



table.coupon td.anchortext {  
    font-size:10pt;
    background-color:#cef0ff;
	border-width:0px;
	text-align:left;
	width:400;	
	border-bottom: 1px solid #007dd1;
	border-right: 2px solid #007dd1;
}

table.category {
    font-family:arial;
    font-size:12pt;
    background-color:#ffffff;
    width: 300px;
    border: 2px solid #007dd1;
	border-collapse: collapse;
	margin: 20px 10px 10px 5px; 
	float:right;
}

table.category th {
    font-size:16pt;
    background-color:#09017a;
    color:#ffffff;
    border-bottom: 2px dotted #007dd1;
    text-align:center;
	padding: 10px 5px 10px 5px;
}

table.category td.companies {  
    font-size:12pt;
    line-height:150%;
}

table.search {
    font-family:arial;
    font-size:12pt;
    background-color:#ffffff;
    width: 300px;
    /*border: 1px dotted #007dd1;*/
	border-collapse: collapse;
	margin: 5px 10px 5px 5px; 
	float:right;
}

table.login {
    font-family:arial;
    font-size:12pt;
    background-color:#ffffff;
    width: 300px;
    /*border: 1px dotted #007dd1;*/
	border-collapse: collapse;
	margin: 10px 5px 5px 10px; 
	float:left;
}


img {  
	border-style: none;
}

img.logo {  
	border-style: none;
	z-index:2;
}

.text1 {
	font-size: 75%;
	color: #666666;
	line-height: 150%;
}

.text2 {
	font-size: 40%;
}

.text3 {
	font-size: 150%;
	color: #09017A;
	line-height: 150%;
	font-weight: bold;
}



/** HEADER */

#header {
	width: 864px;
	margin: 0px auto;
	background: #FFFBFD; 
	padding: 0px;
}

#header h1 {
	margin: 0px;
	padding: 20px;
}

#header h2 {
	margin: 0px;
	font-size: 14px;
}



/** CONTENT */

#content {
	width: 960px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: bold;
}

#content p, #content ul, #content ol {
	line-height: 200%;
}


#left {
	float: left;
	width: 640px;
}

#right {
	float: right;
	width: 320px;
}


.hiddenDiv {display:none;}



/** FOOTER */

#footer {
	clear: both;
	width: 960px;
	margin: 50px auto 25px auto;
	border-top: 5px solid #0088d6;
	font-size: 14px;
	
}

#footer p {
	margin: 0px;
	padding: 20px 10px 0px 0px;
	color: #000000; /*4773C1*/
	font-size: 14px;
}

#footer a {
	
	text-decoration: underline;
	border-style: none;
}

#border-top {
	border-top: 5px solid #0088d6;
}
