/**
 * ARTICLE DETAILS
 **/
.details-right {
	border-left: 3px solid #C18902;
}

.details-right h1 {
    font-size: 28px;
    text-transform: none;
	font-family: 'Neuton', serif;
    border-radius: 0 30px 30px 0;
    text-align: left;
    padding-left: 10px;
    color: white;
    line-height: 40px;
    background: #C18902 url(/resources/img/icon/arrow_right.png) left center no-repeat;
    padding-left: 60px;
    background-position-x: 15px;
}

.details-right .details, .details-right .description {
	width: 100%;
	padding: 30px;
}

.details-right .details_title {
    padding: 0;
    font-size: 22px;
}

.details-right .addthis_toolbox {
	float: right;
}

.details-right .details td:nth-child(1) {
    font-weight: bold;
    width: 1%;
    max-width: 100%;
    white-space: nowrap;
}

.details-right .description pre {
    font-family: inherit;
    line-height: 2;
}

.details-left table.image {
	border: 3px solid #C18902;
	border-right: none;
	border-collapse: collapse;
}

.details-left table.image tr {
	background-color: #C18902;
	text-align: center;
}

.details-left table.image tr:nth-child(2) td {
    padding: 8px 0 2px 0;
}

.details-left table.image a {
    color: white;
    font-size: 13px;
    font-weight: bold;
}