/* $Id: article_home.css 76 2008-06-03 07:13:20Z edin.coralic $ */

.article_home {
	
}

.article_home .box{
	margin-bottom: 1em !important;
}

.article_home ul.list {
	list-style-type: none;
	margin: 0;
}
.article_home ul.list li {
	margin: 0;
	float: left;
	width: 25%;
	text-align: center;
}
.article_home ul.list li.first-in-line {
}
.article_home ul.list li.last-in-line {
}
.article_home ul.list li.spacer {
	clear: both;
	float: none;
	width: 100%;
	height: 1em;
}

.article_home ul.list li div.thumb {
	float: left;
	width: 137px;
	height: 78px;
	overflow: hidden;
	background: #fff no-repeat center top;
}
.article_home ul.list li div.thumb a {
	display: block;
	width: 137px;
	height: 78px;
	overflow: hidden;
	background: no-repeat center top;
	color: #fff;
}
.article_home ul.list li div.thumb a span {
	display: block;
	text-align: center;
	margin-top: 63px;
	font-size: 1.1em;
	font-weight: bold;
}
.article_home ul.list li div.thumb a.box_b_blue {
	background-image: url('../dsg/box_b_blue.gif');
}
.article_home ul.list li div.thumb a.box_b_green {
	background-image: url('../dsg/box_b_green.gif');
}
.article_home ul.list li div.thumb a.box_b_lavender {
	background-image: url('../dsg/box_b_lavender.gif');
}
.article_home ul.list li div.thumb a.box_b_lime {
	background-image: url('../dsg/box_b_lime.gif');
}
.article_home ul.list li div.thumb a.box_b_orange {
	background-image: url('../dsg/box_b_orange.gif');
}
.article_home ul.list li div.thumb a.box_b_purple {
	background-image: url('../dsg/box_b_purple.gif');
}
.article_home ul.list li div.thumb a.box_b_red {
	background-image: url('../dsg/box_b_red.gif');
}
.article_home ul.list li div.thumb a.box_b_rose {
	background-image: url('../dsg/box_b_rose.gif');
}

