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

* Reset Trick

*************************************/

* {
	margin: 0px;
	padding: 0px;
}

/************************************

* Layout

*************************************/

body {
	font-family: arial, sans-serif;
	font-size: 62.5%;
	color:#000000;
	background:#ffffff url(/images/offers_citi/mainBodyBg.gif) repeat-x top left;
}

img,
a img,
{
	border: none;
}

fieldset{
	padding:0;
	margin:0;
	border:none;
}

legend{
	display:none;
}

a {
	text-decoration: none;
	color:#000000;
}


p {
/*	font-size: 1.2em;*/
}

ul {
	list-style: none;
}

ul li {
	padding:0;
	margin:0;
}

label, input {
	/*font-size: 1.2em;*/
}

div#container {
	margin:0 auto;
	text-align: left;
	width:925px;
	font-size:1.2em;
}

/************************************

* Headers

*************************************/

h1 {
	text-indent:-1000px;
	display:none;
}

h2 {
	color:#ff0000;
	font-size: 1.6em;
}

h3 {
	color:#a62315;
	font-size:1.4em;
}

h4 {
	color:#ff0000;
	font-size:1.4em;
	display:inline;
	margin-top:10px;
}

h5{
	color:#000000;
	font-size:1.1em;
	font-weight: bold;
}

h6{
	color:#555555;
	font-size:1.1em;
	font-weight: bold;
}

/************************************

* Clear fix

*************************************/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

div.clear {
	font-size: 0em;
	line-height: 0em;
	clear:both;
}

/*************************** Pane CSS *************************/

#contentPane{
	margin:22px 0;
	float:left;
}

#leftPane{
	width:193px;
	float:left;
}

#middlePane{
	width:725px;
	float:left;
}

#bannerPane{
	margin-top:25px;
	height:295px;
}

#loginRightPane{
	width:250px;
	float:right;
}

#middlePaneLoginPage{
	float:left;
	padding:5px 10pt 5px 0px;
	width:650px;
}

.bannerContainer{
	width:auto;
}

.bannerContainer img{
	margin:10px;
}

/*************************** Other CSS *************************/

.green{
	color:#339900;
}

.grey{
	color:#666666;
}

.red{
	color:#ff0000;
}

.marron{
	color:#cc0000;
}

.orange{
	color:#f78648;
}

.mT10{
	margin-top:8px;
}

.blueLink{
	text-decoration:underline;
	color:#0033CC;
}

/**/

.buyOnlineButton{
	width:94px;
	height:30px;
	background:url(/images/offers_citi/buyOnlineButton.jpg) no-repeat top left;
	border:none;
	cursor:pointer;
}

.viewDetailsButton{
	width:94px;
	height:30px;
	background:url(/images/offers_citi/viewDetailsButton.jpg) no-repeat top left;
	border:none;
	cursor:pointer;
}

.bold{
	font-weight:bold;
}

.goButton{
	width:27px;
	height:19px;
	background:url(/images/offers_citi/go.gif) no-repeat top left;
	border:none;
	cursor:pointer;
}

.registerHereButton{
	width:156px !important;
	height:34px;
	background:url(/images/offers_citi/registerHereButton.jpg) no-repeat top left;
	border:none;
	cursor:pointer;
	margin-right:10px;
}

.signButton{
	width:75px !important;
	height:23px;
	background:url(/images/offers_citi/signInButton.jpg) no-repeat top left;
	border:none;
	cursor:pointer;
	margin-right:10px;
}

.requestButton{
	width:112px !important;
	height:23px;
	background:url(/images/offers_citi/requestButton.jpg) no-repeat top left;
	border:none;
	cursor:pointer;
	margin-right:10px;
}

.searchButton{
	width:70px;
	height:22px;
	background:url(/images/offers_citi/searchButton.jpg) no-repeat top left;
	border:none;
	cursor:pointer;
	margin-left:80px;
}

.downloadButton{
	width:94px;
	height:30px;
	background:url(/images/offers_citi/downloadButton.jpg) no-repeat top left;
	border:none;
	cursor:pointer;
}

.leftPaneAdBannerContainer img{
	margin-top:10px;
}