
.question {
	font-weight: bold;
}
.answer {
	font-style: italic;
}
.bold {
	font-weight: bold;
	font-size: 13px;
}

.quote {
	font-size: 12px;
	font-style: italic;
}
li {

	padding-bottom: 7px;
}
div.art_short ul, 
body#tinymce ul{
	display: inline-block;
	padding-left: 15px;
	margin: 0px 10px;
}
ol ul {
	display: block !important;
}
body#tinymce {
	font-size: 14px;
	font-family: Calibri;
}
div.art_short img,
body#tinymce img {
	margin: 10px 0px;
}
div.box_promo {
    float: left;
    margin-left: 10px;
    width: 210px;
}
div.box_content {
    border: 1px solid #CCCCCC;
    border-top: 0px;
    padding: 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    min-height: 450px;
    position: relative;
}
div.box_promo div.top {
    background-repeat: no-repeat;
    width: 210px;
    height: 25px;
    color: white;
    letter-spacing: 2px;
    text-align: center;
    padding-top: 10px;
}
div.blue div.top {
    background-image: url('../_img/top_blue.png');
}
div.orange div.top {
    background-image: url('../_img/top_orange.png');
}
div.green div.top {
    background-image: url('../_img/top_green.png');
}
div.box_promo a.check {
    display: block;
    width: 180px;
    height: 41px;
    margin: 0px 10px;
    position: absolute;
    bottom: 15px;    
}
div.blue a.check {
    background-image: url('../_img/check_blue.png');
}
div.orange a.check {
    background-image: url('../_img/check_orange.png');
}
div.green a.check {
    background-image: url('../_img/check_green.png');
}
table.offer {
    border-collapse: separate;
}
table.offer td {
    border-radius: 8px;
    border-width: 3px;
}
td.blue {
    background-color: #6699ff;
    color: #333333;
}
td.gray {
    background-color: #e5e5e5;
    color: #4C4C4C;
}
