/*price boxes*/

#pricebox a 
{
	 Font-size:12px;
	 display:block;
	 color:#000;
}

#pricebox a:hover 
{
	 display:block;
	 color:#166aac;
	 text-decoration:underline;
}
#pricebox span 
{
	display:block;
	color:#4886EC;
	padding-left: 10px;	
	padding-bottom: 7px; 
	font-weight:bold ;
	font-size: 20px;
	font-style: italic;
}
#pricebox p
{
	display: inline; 
	padding-left: 10px;	
	border: 0px; 
	font-weight:bold ;
	font-size: 12px;


}
#pricebox250 
{
	display:block;
	background:url(../images/tab250.png) no-repeat ;
	padding-left: 4px;
	font-weight:bold ;
}
#pricebox250:hover
{
	background:url(../images/tab250hover.png) no-repeat ;
}
#pricebox450 
{
	display:block;
	background:url(../images/tab450.png) no-repeat ;
	padding-left: 4px;
	 font-weight:bold ;
}
#pricebox450:hover
{
	background:url(../images/tab450hover.png) no-repeat ;
}
#priceboxpou 
{
	display:block;
	background:url(../images/tabpou.png) no-repeat ;
	padding-left: 4px;
	 font-weight:bold ;
}
#priceboxpou:hover
{
	background:url(../images/tabpouhover.png) no-repeat ;
}
/* article boxes */
#articlebox p
{
	margin:0px;
	padding:0px 0px 15px 0px;
	
}
#articlebox  span
{
	color:#166aac;
	display:block;
}
#articlebox  a
{
	color:#2c6592;
	text-decoration: underline;
}
h3  a
{
	 color:#2c6592;
	 text-decoration: underline;
}
.articlebox_wide{
	width:100%;
	height:220px; 
	overflow:hidden;
	margin:0px 0px 0px 0px;
/*	border: 1px solid #eee ; */

}
.a-window
{
	margin:0px 5px 0px 5px;
	padding:0px 5px 0px 5px;
	border: 1px solid #888 ;
	background: white url("../images/mwindow-bg.gif");
    background-repeat: repeat-x;
	width:160px;
	height:180px;
	float:left; 
	 
}
.a-window h4
{
	 font-weight:700;
	 margin:0px;
	 padding:0px;
 font-size: 18px;
 font-weight:bold;
	 
}

#bookmark
{
	width:777px;
	margin:5px auto 2px auto;
	height:60px;
	overflow:hidden;
	clear:both;
}
