.button{
	font: Arial, Helvetica, sans-serif;
	color: #685138;	
	background-image: url(../images/button.jpg);
	background-repeat: repeat-x;
	font-size:11px;
	text-align:center;
	cursor: pointer;	
	font-weight:bold;	
	height:31px;
}
a.button, a:visited.button, a:hover.button 
{
	background-image: url(../images/button_hover.jpg);
	background-repeat: repeat-x;	
	background-position: center;	
	text-decoration: none; 
	color:#685138; 
	font: normal 12px/39px Calibri, Arial, Helvetica, sans-serif;
	padding-left: 5px; 
	padding-right: 5px;
	padding-top:3px;
	padding-bottom:3px;
	height:31px;
	border: 1px solid #043462;
}

.tbl_list{border: 1px solid #043462 ;border-collapse:collapse;width: 100%;}
.tbl_list td, .tbl_list th{	padding: 2px;}
.tbl_list th{background-repeat:repeat-x;background-color: #89C9E2; color:#685138; }
.tbl_list /**/ td, .tbl_list /**/ th{border: 1px solid #043462;border-collapse:collapse;}

.showLayer{
	display:block;
}

.hideLayer{
	 display:none;
}

.tbl_box
{	
	background-repeat: repeat-x;
	background:#89C9E2;
	margin-right:6px;
}

.box_center  { color: #685138; height: 39px; margin: 0px; text-decoration: none; background: url(../images/nav1_lvl1.jpg) no-repeat right center; text-indent: 11px; font: normal 18px/39px Calibri, Arial, Helvetica, sans-serif; text-align: left; display: block; text-decoration: none;margin-right:5px; }
div.error{
	border: 1px solid #990000;
	padding: 5px;
	background: #f2f2f2;
	color: #990000;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 400px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	
}
div.error h2 {color: #DD0000;}

div.success {
	border: 1px solid #000066;
	padding: 5px;
	background: #f2f2f2;
	color: #000066;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 400px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	
}
div.success h2{color: #003399;}
div.error li, div.success li
{
	list-style: none;
}

.error ul li{
	width:402px;
}
span.tooltip {
	cursor: pointer;
	FONT-WEIGHT: bold;
}

span.tooltip:hover {
	background:white; 
	text-decoration:none;
	cursor: pointer;
	FONT-WEIGHT: bold;	
}

span.tooltip div {
	display:none; 
	padding:2px 3px; 
	margin-top:20px;			
}

span.tooltip:hover div{
	display:inline; 
	position:absolute; 
	background:white; 	
	border:1px solid black; 		
	padding: 0.2em 0.6em;	
	color:white;	
	right:8em;	
}


span.tooltip_product_link {
	cursor: pointer;
	FONT-WEIGHT: bold;
}

span.tooltip_product_link:hover {
	background:white; 
	text-decoration:none;
	cursor: pointer;
	FONT-WEIGHT: bold;	
}

span.tooltip_product_link div {
	display:none; 
	padding:2px 3px; 
	margin-top:17px;			
}

span.tooltip_product_link:hover div{
	display:inline; 
	position:absolute; 
	background:white; 	
	border:1px solid black; 		
	padding: 0.2em 0.6em;	
	margin-right: 250px;
	color:white;	
	right:14em;	
}
div.menu1_lvl2:hover div.menu1_lvl3, .menu1_lvl2.over div.menu1_lvl3
{
	display:block;
}

#payment fieldset
{
	border: 1px solid #043462;
	width: 98%;
	background: #F2FEFF;
}
#payment legend
{
	color: #fff;
	font-weight: bold;
	background: #4578B7;
	border: 1px solid #043462;
	padding: 2px 6px
}
.container_img
{
    width:auto;
    height:auto;
    background:#CCCCCC;
    margin: 1px;
}

.container_img img{
    border: 2px solid grey; 
}
.txt_img{            
    position:absolute;
    color:grey;
    font-size:12px;
    font-weight:bold;            
    margin-left: 2px;
    margin-top: -20px;    
    width: 70px;
}
.img_border{
   border: 2px solid #E2E2E2;      
   width: 121px; 
   height: 121px;
}
.text_instructions{
    position:absolute;
    color:grey; 
    margin-top: -35px;
    width: 110px;
    *margin-top: 85px;
    *margin-left: -120px;
}