
/* ----------DEFAULTS--------------*/
html {
	margin: 0;
	padding: 0;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 12px;
	color: #000000;
	/*line-height: 16px;*/
	background-color: #DFDFDD;
	margin: 0;
	padding: 0;
}

li{
	list-style: url(bullet.gif) outside;
	margin-left:0px;
	padding: 1px 0px 1px 0px;
}

.li_webinar{
	list-style: url(http://www.merchantadvantage.com/images/webinar_icon.gif) outside;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.li_report{
	list-style: url(http://www.merchantadvantage.com/images/report_icon.gif) outside;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

a.More:link, a.More:visited, a.More:active{
	text-decoration: none;
	text-align: right;
	display:block;
	color: #0065bd;
	/*background-image: url(http://www.merchantadvantage.com/images/more.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height:15px;*/
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
}

a.More:hover{
    text-decoration: underline;
}

ul{
    padding: 4px 0px 4px 0px;
	margin: 0px 0px 0px 25px;
}

p{
	padding: 4px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 17px;
	font-weight:bold;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	color: #0065bd;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 13px;
	font-weight:bold;
	font-style:italic;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 16px;
	font-size: 14px;
	font-weight:bold;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;

}

h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 21px;
	text-align:center;
	font-size: 18px;
	font-weight:bold;
	padding: 10px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.SmallFont {
	line-height: 13px;
	font-size: 11px;
}

#Container {
	margin: 0 auto;
	padding: 0 0px;
	/*background-color: #FFFFFF;*/
	width: 810px;
	height: 100%;
	text-align: left;
	display: block;
	overflow: auto;
	/*background-color:#006699;*/
}

img.FloatLeft {
	float: left;
	margin: 1px 8px 5px 0px;
}

/* ----------LINKS--------------*/

a:link, a:visited, a:active{
	color: #0065bd;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/* ----------CUSTOM--------------*/ 

.Clearit {
	clear: both;
	font-size: px; /*for IE*/
	height: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

.Logo{
    float:left;
	display: block;
	width: 380px;
	height: 55px;
	/*background-color:#ff3333;*/
	padding: 25px 0px 0px 20px;
}

.Forward{
    float:right;
	display: block;
	width: 375px;
	height: 48px;
	/*background-color:#ff0033;*/
	text-align:right;
	padding: 32px 25px 0px 0px;
    margin:0px;
}

#Header{
	/*background-image: url(header_landing.jpg);
	background-repeat: no-repeat;
	background-position: top;*/
	display: block;
	width: 810px;
	height:145px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}

#PageBody{
	background-image: url(background.gif);
	background-repeat: repeat-y;
	background-position: left top;
	display: block;
	width: 810px;
	height:100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: auto;
    clear: both;
}

#LeftColumn{
    float:left;
	display: block;
	width: 490px;;
	/*background-color:#ff3333;*/
	padding: 10px 0px 10px 20px;
}

#RightColumn{
    float:right;
	display: block;
	width: 250px;;
	/*background-color:#ff3333;*/
	padding: 0px 0px 0px 0px;
	margin: 15px 30px 15px 0px;
}
	
.BubbleTop{
	background-image: url(bubble_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 15px;
	width: 250px;
}

.BubbleMiddle{
	background-image: url(bubble_middle.gif);
	background-repeat: repeat-y;
	/*height: 15px;*/
	width: 220px;
	padding: 0px 15px 0px 15px;
	overflow: auto;
}

.BubbleBottom{
	background-image: url(bubble_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 15px;
	width: 250px;
}

.OneColumn{
    float:left;
	display: block;
	width: 760px;
	/*background-color:#ff3333;*/
	padding: 10px 0px 10px 20px;
}

.ErrorTop{
	background-image: url(error_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 15px;
	width: 760px;
}

.ErrorMiddle{
	background-image: url(error_middle.gif);
	background-repeat: repeat-y;
	/*height: 15px;*/
	width: 730px;
	padding: 0px 15px 0px 15px;
	overflow: auto;
}

.ErrorBottom{
	background-image: url(error_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 15px;
	width: 760px;
}

.BubbleTop760{
	background-image: url(bubble_top_760.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 15px;
	width: 760px;
}

.BubbleMiddle760{
	background-image: url(bubble_middle_760.gif);
	background-repeat: repeat-y;
	/*height: 15px;*/
	width: 730px;
	padding: 0px 15px 0px 15px;
	overflow: auto;
}

.BubbleBottom760{
	background-image: url(bubble_bottom_760.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 15px;
	width: 760px;
}

.ProStores{
	background-image: url(prostores_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 52px;
	width: 745px;
	text-align:right;
	padding: 33px 15px 0px 0px;
}

.Cashback{
	background-image: url(cashback_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 52px;
	width: 745px;
	text-align:right;
	padding: 33px 15px 0px 0px;
}

.CashbackMiddle{
	background-image: url(cashback_middle.gif);
	background-repeat: repeat-y;
	/*height: 15px;*/
	width: 730px;
	padding: 0px 15px 0px 15px;
	overflow: auto;
}

.CashbackBottom{
	background-image: url(cashback_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 15px;
	width: 760px;
}

.TheFind{
	background-image: url(thefind_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 52px;
	width: 745px;
	text-align:right;
	padding: 33px 15px 0px 0px;
}

.TheFindMiddle{
	background-image: url(thefind_middle.gif);
	background-repeat: repeat-y;
	/*height: 15px;*/
	width: 730px;
	padding: 0px 15px 0px 15px;
	overflow: auto;
}

.TheFindBottom{
	background-image: url(thefind_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 15px;
	width: 760px;
}

.Become{
	background-image: url(become_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 52px;
	width: 745px;
	text-align:right;
	padding: 33px 15px 0px 0px;
}

.BecomeMiddle{
	background-image: url(become_middle.gif);
	background-repeat: repeat-y;
	/*height: 15px;*/
	width: 730px;
	padding: 0px 15px 0px 15px;
	overflow: auto;
}

.BecomeBottom{
	background-image: url(become_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 15px;
	width: 760px;
}

.BuySafe{
	background-image: url(buysafe_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 52px;
	width: 745px;
	text-align:right;
	padding: 33px 15px 0px 0px;
}

.BuySafeMiddle{
	background-image: url(buysafe_middle.gif);
	background-repeat: repeat-y;
	/*height: 15px;*/
	width: 730px;
	padding: 0px 15px 0px 15px;
	overflow: auto;
}

.BuySafeBottom{
	background-image: url(buysafe_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 15px;
	width: 760px;
}

.Queen{
	background-image: url(queenofcheap_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 52px;
	width: 745px;
	text-align:right;
	padding: 33px 15px 0px 0px;
}

.QueenMiddle{
	background-image: url(queen_middle.gif);
	background-repeat: repeat-y;
	/*height: 15px;*/
	width: 730px;
	padding: 0px 15px 0px 15px;
	overflow: auto;
}

.QueenBottom{
	background-image: url(queen_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 15px;
	width: 760px;
}

.SortPrice{
	background-image: url(sortprice_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 52px;
	width: 745px;
	text-align:right;
	padding: 33px 15px 0px 0px;
}

.SortPriceMiddle{
	background-image: url(sortprice_middle.gif);
	background-repeat: repeat-y;
	/*height: 15px;*/
	width: 730px;
	padding: 0px 15px 0px 15px;
	overflow: auto;
}

.SortPriceBottom{
	background-image: url(sortprice_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 15px;
	width: 760px;
}

.FormLeft{
    float:left;
	display: block;
	width: 270px;;
	/*background-color:#ff33dd;*/
	padding: 10px 0px 10px 0px;
}

.FormRight{
    float:right;
	display: block;
	width: 450px;
	/*background-color:#ff3333;*/
	padding: 10px 0px 10px 0px;
}

/*.LeftCol{
    float:left;
	display: block;
	width: 450px;;
	background-color:#ff33dd;
	padding: 10px 0px 10px 0px;
}

.RightCol{
    float:right;
	display: block;
	width: 280px;
	background-color:#ff3333;
	padding: 10px 0px 10px 0px;
}*/

.Note{
	font-size: 11px;
}

.Center{
    text-align:center;
}

.TableBorder{
    border:1px solid #0065bd;
}

#Footer{
	background-image: url(footer_landing.gif);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	width: 810px;
	height:55px;
	text-align:center;
	padding: 25px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* ----------SHOW HINT SCRIPT--------------*/
/*---http://www.dynamicdrive.com/dynamicindex16/showhint.htm---*/

#hintbox{ /*CSS for pop up hint box */ 
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 2px solid black;
border-bottom: 2px solid black;
visibility: hidden;
}





