.page-header, div.componentheading {
    border-bottom: 0 none;  margin-top: 0; padding-top:0; margin-bottom:15px; padding-bottom:0px;
}
.page-header h1{}
.page-header h2{}
.pull-left.item-image{margin-right:15px;margin-top: 5px; margin-bottom: 5px;}
.pull-right.item-image{margin-left:15px;margin-top: 5px; margin-bottom: 5px;}
.btn-group .btn.dropdown-toggle {-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
    background-color: #c59c4b; border-color:#c59c4b; background-image:none; color:#fff;
}
.btn-group .btn:hover, .btn-group .btn:focus{background-color:#c59c4b;background-image:none;border-color:#c59c4b;}
.btn-group.open .btn.dropdown-toggle { background-color: #000; border-color:#000; }
.dropdown-menu> li> a:hover, .dropdown-menu> li > a:focus{background-color:#000; color:#fff; background-image:none;}
div.mod-languages li{margin-left:0px; padding-right:0px;}
.blog .items-row .item { border-bottom: 1px solid #bbbbbb; margin: 15px 0; }
p { margin: 0 0 15px; }

.table { border: 1px solid #999; }
.table thead > tr > th { border-bottom: none; }
.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td { border: 1px solid #999; }

/* Pagination */
.pagination{display: block;}.pagination ul{display:inline-block;*display:inline;margin-bottom:0;margin-left:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;*zoom:1;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:0 1px 2px rgba(0,0,0,0.05);box-shadow:0 1px 2px rgba(0,0,0,0.05)}.pagination ul>li{display:inline}.pagination ul>li>a,.pagination ul>li>span{float:left;padding:4px 12px;line-height:20px;text-decoration:none;background-color:#fff;border:1px solid #ddd;border-left-width:0}.pagination ul>li>a:hover,.pagination ul>li>a:focus,.pagination ul>.active>a,.pagination ul>.active>span{background-color:#f5f5f5}.pagination ul>.active>a,.pagination ul>.active>span{color:#999;cursor:default}.pagination ul>.disabled>span,.pagination ul>.disabled>a,.pagination ul>.disabled>a:hover,.pagination ul>.disabled>a:focus{color:#999;cursor:default;background-color:transparent}.pagination ul>li:first-child>a,.pagination ul>li:first-child>span{border-left-width:1px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-bottom-left:4px;-moz-border-radius-topleft:4px}.pagination ul>li:last-child>a,.pagination ul>li:last-child>span{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px}