body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #07325a;
	background-image: url("../images/bgtile_page.gif");
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	background-color: #ffffff;
}

.welcomeMessage{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:25px;
	font-style: italic;
	color: #025e8f;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #CC6600;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC6600;
}

.bgtileContent{
	background-image: url("../images/bgtile_contentWhite.gif");
	background-repeat: repeat-y;
	position: relative;
	top: 32px;
	width: 867px;
}
/**  **/

.bgtileContentClear{
	background-image: url("../images/bgtile_contentWhite.gif");
	background-repeat: repeat-y;
	position: relative;
	top: 32px;
	width: 867px;
}

.footer{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px 25px 5px 5px;
}

.highlight-text
{
	color: #cc6600;
}

a{
	color: #cc6600;
}

.browseNodeLink{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
}

td.bgMainContent{
	background-image: url("../images/bg_contentWhite.gif");
	background-repeat: no-repeat;
	height: 487px;
	width: 867px;
}

td.bgMainContentWhite {
	background-image: url("../images/bg_contentWhite.gif");
	background-repeat: no-repeat;
	height: 487px;
	width: 867px;
}

#bgTop {
	background-image: url("../images/bg_contentWhite.jpg");
	background-repeat: no-repeat;
	width: 867px;
	background-position: top;
}

.bgBottom {
	background-image: url("../images/jitterbug_white.gif");
	background-repeat: no-repeat;
	/*height: 541px;*/
	width: 867px;
	background-position:bottom;
}

.bgBottomClear {
	background-image: url("../images/jitterbug_white.gif");
	background-repeat: no-repeat;
	/*height: 541px;*/
	width: 867px;
	background-position: bottom;
}

#isbncontent {
	position: relative;
	left: 104px;
	top: 24px;
}

#resultsdiv {
	left: 0px;
	top: 35px;
	height: 1%;
}

img {
   behavior: url("pngbehavior.htc");
}

.popupHeaderFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #cc6600;
	font-weight: bold;
}

.popupMainFont{
	color: #FFFFFF;
}

.tdHeader {
	background-color:#B5DAEC;
}

/* auto suggest */
div.suggestions {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: white;
    border: 1px solid black;
    position: absolute;   
}

div.suggestions div {
    cursor: default;
    padding: 0px 3px;
}

div.suggestions div.current {
    background-color: #3366cc;
    color: white;
}

.simpleHeading {
	color: #CC6600;
	font-size: medium;
	font-weight: bold;
}
#PrepaidDetails_DIV .PopupContent .popupMainFont table {
	font-size: 14px;
}
