/*--ESSENTIAL--------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0; 
}

body {
    font-family: Arial;
    background: #fff;
    text-align: center;
}

a {
    color: #0033cc;
}

img {
    border: none;
}

input, textarea, select {
    font-size: 13px;
}

h1, h2 {
    font-size: 1.1em;
    padding-bottom: 0.2em;
    margin-bottom: 0.2em;
    border-bottom: 1px #b9c0c7 solid;
}

h2 small {
    font-size: 0.75em;
}

h3 {
    font-size: 1.1em;
    padding-bottom: 0.2em;
    margin-bottom: 0.2em;
}

h4 {
    font-size: 0.9em;
    margin-bottom: 0.2em;
}

label {
    font-size: 0.75em;
}

p {
    font-size: 0.75em;
}

.blueBox, .box {
	border: none;
}

/*--USEFUL----------------------------------------------------------------*/

.button {
    padding: 0 10px 0 10px;
    _padding: 0 5px 0 5px;
}

.input {
    padding: 1px 0 1px 0;
    border: 1px #e3e9ef solid;
    border-top: 1px #abadb3 solid;
    background: #fff;
}

.select {
    padding: 1px 0 1px 0;
    border: 1px #e3e9ef solid;
    border-top: 1px #abadb3 solid;
    background: #fff;
}

.linksList {
    font-size: 0.75em;
}

.linksList li {
    padding: 0.1em 0 0.1em 0;
    list-style: none;
}

.clear {
    clear: both;
    overflow: hidden;
}

.break {
	height: 1em;
}

.aCenter {
    text-align: center;
}

.mBottom {
    margin-bottom: 1em !important;
}

.mTitle {
	margin: 0 0 0.5em 0;
}

.darkBlue {
	color: #34467d;
	font-size: 1.0em;
}

.paging a {
	font-weight: bold; 
}

.paging a.last {
	font-weight: normal; 
}

/*--LAYOUT----------------------------------------------------------------*/

#page {
    padding-top: 0;
}

#content {
	padding-top: 110px;
}

#leftPart {
    display: none;
}

#rightPart {
    float: left;
}

/*--HEADER----------------------------------------------------------------*/

#headerHolder {

}

#header {
	border: none;
}

#header #logo {
    position: absolute;
    left: 12px;
    display: block !important;
}

#headerLinks {
    display: none;
}

#header #menu {
    display: none;
}

#headerSearchPanel {
	display: none;
}

/*--INSERTION-SEARCH-------------------------------------------------------*/

#insertionSearch {
    display: none;
    border: none;
}

/*--INSERTION-CATALOG------------------------------------------------------*/

#insertionCatalog {
    padding: 20px 0 0 0;
    _padding: 15px 0 0 0;
}

#insertionCatalog p {
    width: 330px;
    margin: 0 0 12px 20px;
    _margin: 0 0 0px 10px;
    line-height: 1.4em;
    float: left;
}

#insertionCatalog p b a {
    color: #000;
    font-size: 1.1em;
}

#insertionCatalog p img {
    margin-right: 20px;
    float: left;
}

/*--NEWEST-30--------------------------------------------------------------*/

#newest30 {
    width: 90%;
    margin: 5px 0 10px 0;
    _margin: 10px 0 10px 0;
}

#newest30 tr td {
    padding: 6px 12px 6px 12px;
    font-size: 0.75em;
}

#newest30 tr td.spacer {
    width: 8px;
    padding: 0;
}

#newest30 tr.border td.title {
	width: 350px;
    border: 1px #f6e4b8 solid;
    background: #ffffdb;
    font-weight: bold;
}

#newest30 tr td.category {
    background: #e6ecf8;
}

#newest30 tr td.date {
	width: 115px;
    text-align: right;
}

/*--REGISTRATION-----------------------------------------------------------*/

.blueBox, #tabs {
	display: none;
}

/*--INSERTION-OVERVIEW-----------------------------------------------------*/

#insertionOverview {
    font-size: 0.75em;
}

#insertionOverview th {
    padding: 5px 12px;
    font-weight: normal;
    border-top: 1px #b9c0c7 solid;
    background: #eceef0;
}

#insertionOverview tr.active th {
    border-top: 1px #f6e4b8 solid;
    border-bottom: 1px #f6e4b8 solid;
    background: #ffffdb;
}

#insertionOverview tr.active th h4 a {
    color: #f02119;
}

#insertionOverview tr.active th.title {
   border-left: 1px #f6e4b8 solid;
}

#insertionOverview tr.active th.date {
   border-right: 1px #f6e4b8 solid;
}

#insertionOverview td {
    padding: 5px 12px;
}

#insertionOverview td.links a {
    padding: 0 5px;
}

#insertionOverview .photoSmall {
    width: 88px;
    height: 64px;
    margin-top: 5px;
    padding: 1px;
    border: 1px #b9c0c7 solid;
    display: block;
}

#insertionOverview th h4 {
    font-size: 1.2em;
}

#insertionOverview .date {
    width: 100px;
}

.miniInfo {
	font-size: 0.8em;
	color: #7c8894;
}

/*--FOOTER-----------------------------------------------------------------*/

#footer {
    padding: 15px 0 15px 0;
    text-align: center;
    background: #f0f1f3;
    border-top: 1px #e4e4e4 solid;
    border-bottom: 1px #e4e4e4 solid;
}

#footerSearchPanel, #footerLinks {
    display: none;
}






