@import url("../css/products.css");
@import url("../css/register.css");

/*PANELS
--------------------------------------------------------------------------------------------------- */
#primary_container #panelB { 
	width: 664px;
	float: left;
	padding: 0 25px;
}
#primary_container {
	padding: 10px;
	position: relative;
}
#subheader h1 {
	font-size: 30px;
	top: 35px;
}	

.article_box {
	padding: 15px 0 20px 0;
	background: url(../gfx/dotted_line.gif) repeat-x 0 100%;
}

body#blog_details .article_box {
	padding: 15px 0 20px 0;
	background: none;
}

.article_box .news_image {
	padding: 5px;
	border: 1px solid #ccc;
	float: left;
	margin: 0 15px 15px 0;
}
.article_box .news_date {
	font-size: 11px;
	color: #888;
	margin: 0 0 10px 0;
	display: block;
}

.article_box h4 {
	margin: 0 0 10px 0;
	font: 24px Arial, Helvetica, sans-serif;
}


.article_box #btn_other-news {
	width: 131px;
	height: 20px;
	display: block;
	text-indent: -999em;
	background: url(../gfx/btn_other-articles.jpg) no-repeat 0 0;
	margin: 0 0 30px 0;
}
.article_box #btn_other-news:hover {
	background-position: 0 -20px;
}

