/* $Id: article.css 88 2008-12-03 14:54:32Z jernej.svetek $ */
@import url('/plugins/product/css/product.css');
/* related_products */
.related_products{
	margin:20px 0;
}


.article ul.list,
.article ul.list li{
	margin: 0;
	list-style-type: none;
}
.article ul.list li {
	padding: 5px 0;
	border-bottom: 1px solid #88B4E5;
	margin: 0 0 10px 0;
	height: 1%;
}

/* categories */
.article .categories div.thumb {
	float: left;
	width: 137px;
	height: 78px;
	overflow: hidden;
	background: #fff no-repeat center top;
}
.article .categories div.thumb a {
	display: block;
	width: 137px;
	height: 78px;
	overflow: hidden;
	background: no-repeat center top;
	color: #fff;
}
.article .categories div.thumb a span {
	display: block;
	text-align: center;
	margin-top: 63px;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
}
.article .categories div.thumb a.box_w_blue {
	background-image: url('../dsg/box_w_blue.gif');
}
.article .categories div.thumb a.box_w_green {
	background-image: url('../dsg/box_w_green.gif');
}
.article .categories div.thumb a.box_w_lavender {
	background-image: url('../dsg/box_w_lavender.gif');
}
.article .categories div.thumb a.box_w_lime {
	background-image: url('../dsg/box_w_lime.gif');
}
.article .categories div.thumb a.box_w_orange {
	background-image: url('../dsg/box_w_orange.gif');
}
.article .categories div.thumb a.box_w_purple {
	background-image: url('../dsg/box_w_purple.gif');
}
.article .categories div.thumb a.box_w_red {
	background-image: url('../dsg/box_w_red.gif');
}
.article .categories div.thumb a.box_w_rose {
	background-image: url('../dsg/box_w_rose.gif');
}

.article .categories .title_lead {
	margin-left: 150px;
	height: 1%;
}
.article .categories h3 {
	
}
.article .categories .lead {
	font-size: 1.1em;
	line-height: 1.5em;
}
.article .categories .lead * {
	line-height: 1.5em;
}


/* articles */
.article .articles ul, 
.article .articles ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.article .articles ul li {
	clear: both;
	padding-bottom: 10px;
	margin-bottom: 10px;
	height: 1%;
}
.article .articles .border {
	float: left;
	padding: 3px;
	border: 1px solid #219AF7;
}
.article .articles .border .thumb {
	display: block;
	width: 60px;
	height: 60px;
	background: no-repeat top center;
}
.article .articles .title_lead {
	margin-left: 80px;
	height: 1%;
}
.article .articles .title_lead .title {
	font-size: 1.4em;
	font-weight: bold;
	color: #054090;
	display: block;
	margin-bottom: 0.5em;
}


.article .articles .title_lead .lead {
	font-size: 1.1em;
	line-height: 1.5em;
}
.article .articles .title_lead .lead * {
	line-height: 1.5em;
}


/* single */
.article .single {
	
}
.article .single .video {
	float:right;
	margin: 0 0 10px 10px;
	width: 310px;
}
.article .single .picture {
	float: right;
	margin: 0 0 10px 10px;
}
.article .single .picture img {
	float: right;
}
.article .single .picture .signature {
	background: #E2F1FF;
	padding: 5px;
	text-align: justify;
}
.article .single .big_buttons{
	margin:20px 0;
}
.article .single .big_buttons a{
	display:block;
	width:49%;
	background-image:url(/dsg/button_blue_big.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	float:left;
	text-align:center;
	padding:13px 0;
	color:white;
	font-size:1.2em;
}
.article .single .big_buttons a.orange{
	background-image:url(/dsg/button_orange_big.jpg);
}
