body { background-color: #f8f8f8; color:#626262; font-family: 'Poppins', sans-serif; font-size:13px;}

h1,h2,h3,h4,h5,h6 {font-weight: 700; color:#000}

/* Effects */
.rounded25 {-moz-border-radius: 25px; -webkit-border-radius: 25px; -khtml-border-radius: 25px; border-radius: 25px;}

/* Elements */
.box {background-color: #fff; padding:25px; margin-bottom: 25px;}

/* Typo */
.categoryTitle {font-weight: 300; margin-bottom: 40px}

/* Article List Simple */
ul.articleListSimple {list-style: none; padding: 0; margin: 0; }
ul.articleListSimple li {font-size:16px; color:#000;font-weight: 700; margin-bottom: 15px;}
ul.articleListSimple li span {display:block; color:#626262; font-size:14px; font-weight: 400}

/* Article List Standard */
ul.articleListStandard {list-style: none; padding: 0; margin: 0}
ul.articleListStandard li {margin-bottom: 15px; border-bottom: 1px solid #e9e7e7}
ul.articleListStandard li:last-child {border-bottom: 0; margin-bottom: 0}
ul.articleListStandard li p {font-size: 12px;}

.itemTitle {font-weight: 700; font-size: 16px; color:#000}
.columnPrice {font-size: 18px; color:#000; font-weight: 700; text-align: right}


/* Article list Compact */

ul.articleListCompact {padding: 0; margin: 0; list-style: none}
ul.articleListCompact li {border-bottom: 1px dotted #626262; margin-bottom: 10px}
span.text {background-color: #fff; padding: 0 5px;}

.compactItemPrice, .compactItemTitle {margin-bottom: -2px; float:left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.compactItemTitle {width:70%}
.compactItemPrice {width:30%; font-size: 14px; text-align: right; color:#000; font-weight: 700;}

.clearfix {clear: both}