/***********************************************/
/* emx_nav_right.css                           */
/* Use with template Halo_rightNav.html        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #fff url("../images/bg_grad.jpg") fixed;
        SCROLLBAR-FACE-COLOR: #e0e0e0; 
        SCROLLBAR-HIGHLIGHT-COLOR: #e0e0e0; 
        SCROLLBAR-SHADOW-COLOR: #c2c2c2; 
        SCROLLBAR-3DLIGHT-COLOR: #c2c2c2;
        SCROLLBAR-ARROW-COLOR:  #254AA0; 
        SCROLLBAR-TRACK-COLOR: #f4f4f4; 
        SCROLLBAR-DARKSHADOW-COLOR: #e0e0e0;

 }
 
 td.content{
   color: #333333;
	font-family: Arial,sans-serif;
		font-size: 10pt;
	}


instock{
  width: 172px;
height: 187px;
position:fixed;
margin-left:0px;
margin-top:0px; 
left: 0px;
 top: 0px;
 z-index: 100;

 }



p.sitedesc{
         position:absolute;
left:0px;
top:0px;
z-index:-99;
         }


A:link {color: #663B35; text-decoration: none}
A:visited {color: #663B35; text-decoration: none}
A:active {color: #663B35; text-decoration: none}
A:hover {color: #663B35; text-decoration: underline; color: red;}


.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: right; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
font-weight: bold;
color: #2e6ab1;
background-color: #fff;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #fff;
}

.pagination li.currentpage{
font-weight: bold;
padding: 0 5px;
border: 1px solid white;
background-color: #663B35;
color: #FFF;
}

.pagination li.disablepage{
padding: 0 5px;
border: 1px solid #929292;
font-weight: bold;
color: #929292;
background-color: #fff;
}

.pagination li.nextpage{
font-weight: bold;
}

* html .pagination li.currentpage, * html .pagination li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
margin-right: 5px;
padding-right: 0;
}
