/* GENERAL STYLES */


/* EDITOR PROPERTIES */
.title {
font-family: Times New Roman, Times, Serif;
font-size: 1.2em;
font-weight: normal;
color: #e8d8b5;
border-bottom: solid 1px #e8d8b5;
padding: 0px 0px 5px 0px;
margin: 0px 0px 5px 0px;

}

.orange_title_2 {
font-family: Times New Roman, Times, Serif;
font-size: 1.2em;
font-weight: normal;
color: #d95929;
border-bottom: solid 1px #d95929;
padding: 0px 0px 5px 0px;
margin: 0px 0px 5px 0px;
}

.text_beige {
color: #e8d8b5;
}

.standout {
font-family: Times New Roman, Times, Serif;
font-size: 1.2em;
font-weight: normal;
color: #e8d8b5;
line-height: 1.15em;

}

.standout_white {
font-family: Times New Roman, Times, Serif;
font-size: 1.2em;
font-weight: normal;
color: White;
line-height: 1.15em;

}

.orange_title {
color: #d95929;
padding-top: 1em;
}

.product_image {
margin-top: 20px;
}

