/* $Id: magazine.css 64 2008-03-11 15:29:53Z edin.coralic $ */

.magazine {
	
}

.magazine .magazine_left {
	float: left;
	width: 300px;
}
.magazine .magazine_right {
	float: right;
	width: 310px;
}
.magazine .box_blue {
	text-align: center;
}
.magazine a.order_magazine {
	clear: both;
	display: block;
	margin: 0 auto;
	width: 215px;
	height: 30px; /*37*/
	padding-top: 7px;
	text-align: center;
	color: #fff;
	font-size: 1.8em;
	background: url('../dsg/button_orange_big.gif') no-repeat center center;
	margin-top: 5px;
}

.magazine ul.quotes {
	margin: 0;
	list-style-type: none;
}
.magazine ul.quotes li {
	margin: 0 0 15px 0;
	height: 1%;
	border-bottom: 1px solid #acd7ff;
}
.magazine ul.quotes li .thumb {
	float: left;
	margin: 0 10px 10px 0;
	background: no-repeat center center;
}
.magazine ul.quotes li .description {
	font-size: 1.2em;
	line-height: 1.5em;
}
.magazine ul.quotes li .description p {
	margin-bottom: 15px;
}
.magazine ul.quotes li .description * {
	line-height: 1.5em;
}
