/* CSS Document */
.divider{
	font-family:Century Gothic,Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#999999;
}

.bottom_text{
	font-family:Century Gothic,Arial, Helvetica, sans-serif; 
	font-size:16px; 
	color:#666666;
}

.bottom_text2{
	color:#FD0000;
}

.link{
cursor:pointer;
}

.tbl_header{
	font-family:Century Gothic,Arial, Helvetica, sans-serif; 
	font-size:14px;
	font-weight:bold; 
	color:#333333;
	background-color:#93A5E5;
}

.title{
	font-family:Century Gothic,Arial, Helvetica, sans-serif; 
	font-size:16px;
	font-weight:bold; 
	color:#666666;
}

.sub_title{
	font-family:Century Gothic,Arial, Helvetica, sans-serif; 
	font-size:14px;
	font-weight:bold; 
	color:#666666;
}

.sub_title2{
	font-family:Century Gothic,Arial, Helvetica, sans-serif; 
	font-size:14px;
	font-weight:500; 
	color:#666666;
}

.text{
	font-family:Century Gothic,Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:#000000;
}

body{
	font-family:Century Gothic,Arial, Helvetica, sans-serif; 
	font-size:12px;
}

table{
	font-family:Century Gothic,Arial, Helvetica, sans-serif; 
	font-size:12px;	
}

.logo_table{
	font-family:Century Gothic,Arial, Helvetica, sans-serif; 
	font-size:12px;	
	background-image:url(../images/logo2.jpg);
	background-position:top right;
	background-repeat:no-repeat;	
}
.product_table{
	font-family:Century Gothic,Arial, Helvetica, sans-serif; 
	font-size:12px;
	width:100%;
}

.product_menu{
	background-color:#A1CA46;
	font-family:Century Gothic, Arial, Helvetica, sans-serif; 
	font-size:13px;
	font-weight:700;
	color:#F8F8F8;	
	height:28px;
	width:100%;	
}
.prod_menu_link A         {color:#F8F8F8;font-weight: 700;TEXT-DECORATION: none}
.prod_menu_link A:hover   {color:#182C52;font-weight: 700;TEXT-DECORATION: none}
.prod_menu_link A:active  {color:#000000;font-weight: 700;TEXT-DECORATION: none}

.product_descs{
	font-family:Century Gothic, Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-weight:700;
	color:#000000;	
}

.img_border{
/*
border-color:#CCCCCC;
border-bottom-color:#993300;
border:double;
*/
}
.listing_sort_asc {
background-image:url(../images/asc.gif);
background-repeat:no-repeat;
height:11px;
width:15px;
}

.listing_sort_desc {
background-image:url(../images/des.gif);
background-repeat:no-repeat;
height:11px;
width:15px;
}

/*---------------- ZOOM DIV ----------------------------------------------------------------------------*/
.zoom_div{
OVERFLOW:auto; 
WIDTH:100%; 
HEIGHT:100%;
position:absolute;
SCROLLBAR-BASE-COLOR: #ECE9D8; 
}

.img_link{
.cursor:pointer;
}

.span_link_OVER {
cursor:pointer;
background-color:#2BD8B9;
}
