/*** RESET ****/
body,div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input, textarea, select {
    font-size: 100%;
}

legend {
    color: #000;
}

/*** BASIC ***/
em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

p {
    padding-bottom: 1em;
}

img {
    border: 0;
}

ul, ol {
    margin: 8px 0;
}

ul li, ol li {
    margin-left: 3em;
}

ul li {
    list-style-type: square;
    padding-bottom: 0.5em;
}

ol li {
    list-style-type: decimal;
    padding-bottom: 0.5em;
}

label {
    padding: 0 0 3px 2px;
    display: block;
    font-weight: bold;
}

br.clear {
    clear: both;
    line-height: 0;
    height: 0;
}

iframe {
    border: none;
}


/* MESSAGES */
ul.flash {
    margin: 0 0 16px 0;
    padding: 6px 0 0 0;
    border-width: 1px 0;
    border-style: solid;
    color: #000000;
}

ul.flash li {
}

ul.error {
    border-color: #FF9999;
    background-color: #FFEEEE;
}

ul.success {
    border-color: #99EE99;
    background-color: #EEFFEE;
}

ul.info {
    border-color: #9999EE;
    background-color: #EEEEFF;
}



/* SPECIAL */
body {
    color: #000066;
    font: normal 12px/16px Arial,Tahoma,sans-serif;
    background: #fff url('../img/layout/bg.jpg') repeat-x top center;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial,Tahoma,sans-serif;
    color: #000;
}

h1 {
    font-family: Arial,Tahoma,sans-serif;
    font-size: 24px;
    line-height: 32px;
}

h2 {
    background: url('../img/layout/box_header_bg.png') no-repeat;
    font-family: Arial,Tahoma,sans-serif;
    font-size: 14px; /* 20px */
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 0;
    padding: 0 0 0 11px;
}

h3 {
    font-size: 14px; /* 20px */
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 14px;
    margin: 0;
    padding: 0 0 12px 0;
}

a {
    color: #000;
}

/* LAYOUT */
div#wrapper {
    margin: 0 auto;
    width: 955px;
    background:#fff;
}

div#page {
}

div#header {

}


/* MENU */
ul.menu {
    margin: 0 20px 0 0;
    padding: 0;
    list-style: none;
    float:right;
}

ul.menu li {
    float: left;
    display: block;
    position: relative;
    margin: 0;
}

ul.menu a,
ul.menu a:link,
ul.menu a:active,
ul.menu a:focus,
ul.menu a:visited {
    display: block;
    text-decoration: none;
}

ul.space_separated li {
    padding-left: 1em;
}

ul.space_separated li.first {
    padding-left: 0;
}
/* Main Menu */
div#main_menu {
    background:#000066;
    height: 25px;
    width: 100%;
}

div#main_menu ul a {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

div#main_menu ul {
    padding: 0 0 0 18px;
}

div#main_menu ul li {
    background: url('../img/layout/main_menu_item_bg.png') no-repeat ;
    padding: 4px 8px 0 12px;
}

div#main_menu ul li.first {
    background: none;
    padding-left: 0;
}

div#main_menu ul li.last {

}


/* CONTETN */
div.content {
    padding: 6px;
}




/* PAGE LAYOUT: DEFAULT */
div.page_layout_default {
    padding:10px;
    text-align:justify;
    font-size:12px;
}

div.page_layout_default div.content {
    min-height: 250px;
    padding: 12px 0;
}



/* COLUMN LAYOUT CONTENT*/
div.column_layout_content a {
    color :#06C;
}

div.column_layout_content div.column_one {
    float: left;
    width: 28%;
}

div.column_layout_content div.column_two {
    float: right;
    width: 70%;
    text-align:justify;
    line-height:21px;
}

div.column_layout_content h2, div.column_layout_content h3 {
    margin-top:10px;
    border-bottom: 1px dotted #ccc;
    color:#000066;

}
/* CATEGORY MENU */
div.column_one ul.category_menu {
    margin: 0;
}

div.column_one ul.category_menu li {
    margin: 0;
    padding-left: 10px;
    list-style: none;
}

div.column_one ul.category_menu li a {
    display: block;
    width: 95%;
    height: 20px;
    border-bottom: 1px dotted #CCCCCC;
    text-decoration: none;
    color: #666666;
    font-weight: bold;
    padding: 3px;

}

div.column_one ul.category_menu li a:hover {
    display: block;
    background:#eae9ea;
}


/* PRODUCT LIST */
div.photo_list {
    padding: 6px 0 0 0;

}

div.photo_list div.photo {
    float: left;
    padding: 5px;
    border: 1px dotted #595959;
    margin-right:20px;
    margin-bottom:7px;
    background: #dcdbdc;
    color:#000;
}

div.photo_list div.last {
    padding-right: 5px;
    /*width: 122px;*/
}

div.photo_list div.photo div.picture {
    background: #EAE9EA;
    /*width: 140px;*/
    border: 1px solid #ccc;
}

div.photo_list div.photo div.picture td {
    width: 145px;
    height: 130px;
    text-align: center;
    vertical-align: middle;
}

div.photo_list div.photo div.info {
    width: 145px;
}

div.photo_list div.photo div.info div {
    padding: 2px 10px;
    text-align: center;
}

div.photo_list div.photo div.name {
    height: 30px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

div.photo_list div.photo div.name a {
    text-decoration: none;
    color:#900;
}

div.photo_list div.photo div.code {
    /*height: 18px;*/
    font-weight: bold;
}


div.photo_list div.photo div.links {
    width: 140px;
}


/* PAGER */
div.pager_group {
    padding: 0 0 1em 0;
}

div.pager_bottom_group {
    padding: 1em 0 1em 0;
}

div.pager_group div.column_two,
div.pager_bottom_group div.column_two {
    text-align: right;
}

span.pager_links {
}

span.pager_links span.current {
    padding: 2px 4px;
    font-weight: bold;

}

span.pager_links a,
span.pager_links span.disabled {
    padding: 2px 6px;
    border-width: 1px;
    border-style: solid;
    text-decoration: none;
}

span.pager_links a.nav {
    border-width: 1px;
}

span.pager_info {
}

span.pager_info span.label {
}

span.pager_info span.count {
    font-weight: bold;
}

span.pager_info span.range {
    font-weight: bold;
}

/* PAGER */
span.pager_links a,
span.pager_links a.nav,
span.pager_links span.disabled {
    border-color: #CCCCCC;
}

span.pager_links span.disabled {
    color: #999999;
}

/* CONTACT US */
div.adres_layout  {
    background:url('../img/layout/adres_back.png') no-repeat left 6px;
    padding:5px;
    width:381;
    height:91px;
    color:#000;
    float:left;
}
div.adres_layout_pictures {
    float: left;
    width: 90px;
    padding:5px;

}
div.adres_layout_box {
    float: right;
    width: 270px;
    padding:5px;
    color:#036;

}
div.adres_layout h3  {
    color:#3080c0;
}
div.adres_layout a  {
    color:#3080c0;
}
fieldset p.error label { color: red; }
div.container {
    background-color: #eee;
    border: 1px solid red;
    margin: 5px;
    padding: 5px;
}
div.container ol li {
    list-style-type: disc;
    margin-left: 20px;
}
div.container {
    display: none
}
.container label.error {
    display: inline;
}
