body {
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 14px;
    font-family: arial;
}
h1 {
    margin: 0px;
    padding: 0px;
}
h2 {
    margin: 0px;
    padding: 0px;
}
h3 {
    margin: 0px;
    padding: 0px;
}
h4 {
    margin: 0px;
    padding: 0px;
}
h5 {
    margin: 0px;
    padding: 0px;
}
ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
li {
    margin: 0px;
    padding: 0px;
}
form {
    margin: 0px;
    padding: 0px;
}
table {
    font-size: 100%;
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
}
input[type=submit] {
    cursor: pointer;
}
img 
{
    border: none;
}

#wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    text-align: left;
}
#subwrapper {
    width: 970px;
    float: right;
}

/* HEADER */
#header {
    width: 100%;
    height: 205px;
    background: url("images/layout/header.gif") bottom repeat-x;
    position: relative;
    text-align: center;
}
#header #logo {
    position: absolute;
    top: 32px;
    left: 54px;
    background: url("images/layout/agris.gif") no-repeat;
    width: 263px;
    height: 110px;
    z-index: 30;
}
/*#header #logo-en {
    position: absolute;
    top: 32px;
    left: 54px;
    background: url("images/layout/agris-en.gif") no-repeat;
    width: 286px;
    height: 110px;
    z-index: 30;
}*/
#header #logo-off {
    display: none;
}
#header h1 {
    position: absolute;
    top: 50px;
    left: 54px;
    font-size: 30%;
    z-index: 1;
}
#header #languages {
    position: absolute;
    top: 7px;
    right: 3px;
}
#header #languages li {
    display: block;
    float: left;
    background: url("images/layout/header_languages.gif") no-repeat;
    background-position: right center;
    padding: 0px 7px 0px 7px;
    height: 15px;
}
#header #languages li:last-child {
    padding-right: 0px;
    background: none;
}
#header #languages li a {
    font-size: 90%;
    color: #000000;
}
#header  #languages li a.active {
    color: #666666;
    text-decoration: none;
}
#header #languages a#czech {
    padding-left: 30px;
    background: url("images/layout/flag_czech.gif") no-repeat;
}
#header #languages a#english {
    padding-left: 30px;
    background: url("images/layout/flag_english.gif") no-repeat;
}
#header #nav {
    margin-left: auto;
    margin-right: auto;
    display: inline-table;
    width: 895px
}
#header #nav li {
    float: left;
    margin-top: 151px;
    
}
#header #nav li a {
    color: #FFFFFF;
    background: url("images/layout/nav.gif") repeat-x;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    padding: 8px 21px;
    border: 1px solid #5dad5d;
    font-size: 16px;
    display: block;
    margin-right: 4px;
    margin-left: 4px;
    border-top-left-radius:     10px;
    border-top-right-radius:    10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius:  10px;
}
#header #nav li a:hover {
    background: #007612;
}
#header form {
    position: absolute;
    top: 63px;
    left: 30%;
}
#header form p {
    clear: right;
    text-align: right;
    padding: 0px;
    margin: 50px 0px 0px 0px;
}
#header form a {
    font-size: 80%;
    color: #FFFFFF;
}
#header form #search_input {
    border: 1px solid #666666;
    width: 255px;
    height: 27px;
    float: left;
    margin-right: 1px;
}
#header form #search_submit {
    border: none;
    background: url("images/layout/search.gif") repeat-x;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 31px;
    padding: 0px 10px;
    font-weight: bold;
    font-size: 85%;
    float: left;
}
#header #buttons {
    position: absolute;
    top: 60px;
    right: 0px;
}
#header #buttons li {
    float: left;
}
#header #buttons a {
    display: block;
    height: 38px;
    padding: 13px 0px 0px 47px;
    text-align: left;
    margin-right: 5px;
    color: #000000;
    text-decoration: none;
    font-size: 85%;
    font-weight: bold;
}
#header #buttons a.ceny {
    background: url("images/layout/header_ceny.gif") no-repeat;
    width: 90px;
}
#header #buttons a.mapa {
    background: url("images/layout/header_mapa.gif") no-repeat;
    width: 90px;
}
#header #buttons a.obsah {
    background: url("images/layout/header_addcontent.gif") no-repeat;
    width: 86px;
}

/* MAIN */
#main {
    padding-top: 8px;
    background: #fff url("images/layout/main.gif") repeat-y;
    background-position: 2px 0px;
}

/* LEFT COLUMN */
#left_column {
    width: 213px;
    float: left;
}
#left_column h4 {
    background: url("images/layout/aside_left.gif") no-repeat;
    width: 204px;
    height: 40px;
    font-size: 120%;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 15px 0px 0px 15px;
    margin-bottom: 10px;
}
#left_column .list1 {
    margin-left: 13px;
    font-size: 85%;
    margin-bottom: 10px;
    width: 89%;
}
#left_column .list1 li {
    background: url("images/layout/aside_border.gif") no-repeat;
    background-position: bottom center;
    padding: 10px 0px;
}
#left_column .list1 li:first-child {
    padding-top: 0px;
}
#left_column .list1 li:last-child {
    background-image: none;
}
#left_column .list1 li a {
    background: url("images/layout/aside_bullet.gif") no-repeat;
    background-position: 0px 3px;
    padding: 0px 0px 0px 15px;
    color: #006c00;
    display: block;
}
#left_column .list2 {
    font-size: 85%;
    margin: 0px 0px 10px 10px;
    width: 89%;
}
#left_column .list2 li {
    background: url("images/layout/aside_border.gif") no-repeat;
    background-position: bottom center;
    padding: 10px 0px;
}
#left_column .list2 li:first-child {
    padding-top: 0px;
}
#left_column .list2 li:last-child {
    background-image: none;
}
#left_column .list2 li a {
    color: #00660e;
}
#left_column .pool {
    margin-left: 10px;
    font-size: 85%;
    margin-bottom: 10px;
    width: 89%;
}
#left_column .pool li.answer {
    margin-top: 5px;
}
#left_column .pool li.answer img {
    margin-left: 7px;
}
#left_column .list3 {
    margin: 0px 0px 10px 15px;
    font-size: 90%;
}
#left_column .list3 li {
    background: url("images/layout/aside_bullet.gif") no-repeat;
    padding-left: 15px;
    margin-bottom: 5px;
}
#left_column .list3 li a {
    color: #1d931d;
}
#weather:hover
{
    cursor:pointer;
}
#weather .panel-body a 
{
    display:none;
}

/* RIGHT COLUMN */
#right_column {
    width: 253px;
    float: right;
}
#right_column h4 {
    background: url("images/layout/aside_right.gif") no-repeat;
    width: 238px;
    height: 33px;   
    font-size: 120%;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 15px 0px 0px 15px;
    margin-bottom: 10px;
}
#right_column .agris_online {
    background: #cccccc url("images/layout/ico_download.gif") no-repeat;
    background-position: 13px 10px;
    display: block;
    width: 99px;
    height: 36px;
    border-top-left-radius:     10px;
    border-top-right-radius:    10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius:  10px;
    margin: 10px 0px 10px 40px;
    color: #006810;
    font-weight: bold;
    font-size: 110%;
    padding: 13px 0px 0px 65px;
}
#right_column p {
    font-size: 85%;
    text-align: center;
}
#right_column .weather {
    margin: 10px 0px 0px 5px;
    text-align: center;
    font-size: 80%;
    height: 115px;
}
#right_column .weather b {
    font-size: 110%;
}
#right_column .weather li {
    display: inline-block;
    float: left;
    background: url("images/layout/aside_border2.gif") no-repeat;
    background-position: right center;
    width: 80px;
}

#right_column .weather li:last-child {
    background: none;
}
#right_column .weather img {
    margin-bottom: 5px;
}
#right_column .weather-link a, #right_column .weather-link a:visited {
    text-decoration: underline;
    color: #000;
}

#right_column .calendar {
    text-align: center;
    width: 235px;
    border-collapse: collapse;
    margin: 10px 0px 10px 9px;
    font-weight: bold;
    font-size: 80%;
}
#right_column .calendar .last {
    color: #999999;
}
#right_column .calendar th {
    background: url("images/layout/cal_th.gif") no-repeat;
    padding: 4px 0px;
    border: 1px solid #cccccc;
    border-top: 1px solid #3aa23a;
    border-bottom: none;
}
#right_column .calendar td {
    border: 1px solid #3aa23a;
    background: #e8f6e8;
    padding: 6px 0px;
}
#right_column .calendar .month {
    border: 1px solid #cccccc;
    border-bottom: none;
    color: #1d931d;
}
#right_column .calendar .month span {
    background: #FFFFFF;
    display: block;
    width: 225px;
    padding: 3px 0px;
    border: 1px solid #56af56;
    border-top-left-radius:     7px;
    border-top-right-radius:    7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius:  7px;
    margin-left: 5px;
    position: relative;
}
#right_column .calendar .month span #prev {
    position: absolute;
    top: 7px;
    left: 13px;
}
#right_column .calendar .month span #next {
    position: absolute;
    top: 7px;
    right: 13px;
}

/*#right_column .banner1 img {
    text-align:center;
}*/

/*#right_column .banner1 img {
    border:1px solid black;
}*/

#right_column .banner2 {
    margin-left: 1px;
}

#smallemptybox {
    height: 20px;
}

 .cleaner {
    clear:both;
    margin: -1px 0 0 0; 
    padding:0;
    height:1px;
    border:none;
    visibility: hidden;
}

/* FOOTER */
#footer {
    width: 100%;
    height: 195px;
    background: url("images/layout/footer.gif") repeat-x;
    position: relative;
}
#footer ul {
    padding: 10px 0px 0px 0px;
    font-size: 85%;
}
#footer li {
    float: left;
    background: url("images/layout/footer_bullet.gif") no-repeat;
    background-position: right center;
    padding: 5px 38px;
}
#footer li:last-child {
    background: none;
    padding-top: 25px;
}
#footer li a {
    color: #000000;
}
#footer p {
    margin: 137px 0px 0px 0px;
    text-align: center;
    color: #FFFFFF;
    font-size: 85%;
}

/* CONTENT */
#content {
    width: 700px;
    float: left;
    min-height: 100px;
    line-height: 20px;
    position: relative;
}
#content h1 {
    font-size: 185%;
    color: #006400;
    text-transform: uppercase;
    margin: 16px 0px 30px 0px;
    line-height:30px;
}
#content h2 {
    text-transform: uppercase;
    font-size: 140%;
    margin: 0px 0px 20px 0px;
}
#content h2 span {
    color: #999999;
}
#content h2.article {
    text-transform: none;
    font-size: 130%;
    margin: 0px 0px 0px 0px;
}
#content h2.article a {
    color: #006400;
}
#content a {
    color: #1d921d;
}
#content p.banner {
    text-align: center;
    margin: 30px 0px 30px 0px;
}
#content p.picture {
    float: left;
    margin: 11px 15px 3px 0px;
}
#content p.info {
    color: #999999;
    font-size: 90%;
    clear: right;
    margin-top: 5px;
    margin-bottom: 2px;
}
#content p.description {
    clear: right;
    margin: 0px;
    margin-bottom: 40px;
}
#content hr.green {
    border: none;
    height: 1px;
    border-bottom: 1px solid #1d941d;
}
#content a.next_articles {
    border: 14px solid #FFFFFF;
    padding: 5px 11px;
    background: #e8f6e8;
    color: #1d921d;
    margin: -40px 0px 0px 40%;
    display: inline-block;
    font-weight: bold;
    font-size: 85%;
    margin-bottom: 15px;
}
#content .left_side {
    float: left;
    width: 48%;
}
#content .right_side {
    float: right;
    width: 48%;
}
#content .right_side .table1 td
{
    padding: 9px 9px;
}

#content .table1 {
    border: 1px solid #90d390;
    font-size: 85%;
    width: 98%;
}
#content .table1 td {
    padding: 9px 12px;
}
#content .table1 tr:nth-child(2n-1) {
    background: #e8f6e8;
}
#content .cause_list {
    border: 1px solid #28c528;
    background: #e8f6e8;
    padding: 10px 10px;
    margin-bottom: 20px;
}
#content .cause_list li {
    color: #666666;
    font-size: 85%;
    margin-bottom: 10px;
}
#content .cause_list li a {
    font-weight: bold;
    color: #1d931d;
}
#content .cause_list li.next {
    margin-top: 10px;
}
#content .links {
    margin-left: 80px;
    font-size: 85%;
}
#content .links li {
    list-style-image: url("images/layout/bullet.png");
    float: left;
    padding-right: 5%;
    width: 45%;
    margin-bottom: 18px;
}
#content .links li a {
    font-weight: bold;
}
#content .filter {
    background: #eaeaea;
    border: 1px solid #cccccc;
    padding: 10px 0px 0px 20px;
    height: 30px;
    margin-bottom: 20px;
    overflow: hidden;
}
#content .filter li {
    float: left;
    font-size: 85%;
    margin-right: 10px;
    height: 20px;
    padding: 0px 10px 0px 0px;
    display: block;
    background: url("images/layout/filter_bullet.gif") no-repeat;
    background-position: right center;
    
}
#content .filter li b {
    vertical-align: middle;
}
#content .filter li:last-child {
    background: none;
}
#content .filter select {
    margin: 0 0 0 10px;
    border: 1px solid gray;
}
#content .paginator {
    border: 1px solid #eaeaea;
    height: 30px;
    display: inline-block;
    padding-top: 10px;
    padding-left: 3px;
    font-size: 85%;
}
#content .paginator li {
    float: left;
}
#content .paginator li a {
    margin-right: 2px;
    padding: 8px 13px;
    background: #edf6e4;
    font-weight: bold;
    color: #006400;
}
#content .paginator li a.active {
    text-decoration: none;
    font-weight: normal;
    background: #dcedc9;
}
#content .links2 {
    position: relative;
    margin-top: 60px;
}
#content .links2 h3 {
    background: url("images/layout/links2_title.gif") repeat-x;
    display: inline;
    height: 26px;
    padding: 0px 30px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: absolute;
    top: -35px;
    padding-top: 10px;
    left: 0px;
}
#content .links2 .add_link {
    position: absolute;
    top: -40px;
    right: 5px;
    background: url("images/layout/ico_addlink.gif") no-repeat;
    padding: 5px 0px 0px 35px;
    height: 25px;   
    font-size: 85%;
    font-weight: bold;
}
#content .links2 ul {
    background: url("images/layout/links2.gif") repeat-x;
    padding: 20px 10px 0px 40px;
    border: 1px solid #cccccc;
    font-size: 85%;
}
#content .links2 li {
    list-style-image: url("images/layout/bullet.png");
    margin-bottom: 24px;
}
#content h1.article {
    text-transform: none;
    font-size: 170%;
    margin: 40px 0px 16px 0px;
}
#content p.article_info {
    color: #999999;
    font-size: 85%;
    margin: 0px;
}
#content a.print {
    background: url("images/layout/print.gif") no-repeat;
    float: right;
    padding: 10px 0px 5px 40px;
}
#content .article_pictures {
    background: url("images/layout/links2.gif") repeat-x;
    padding: 40px 10px 0px 20px;
    border: 1px solid #cccccc;
    margin: 60px 0px 30px 0px;
    position: relative;
}

#content .article_pictures ul {
    position: absolute;
    top: -24px;
    left: -1px;
}
#content .article_pictures li {
    float: left;
}
#content .article_pictures li a.active {
    background: url("images/layout/links2_title.gif") repeat-x;
    padding: 10px 15px 2px 15px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    font-size: 145%;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}
#content .article_pictures li a {
    padding: 10px 15px 2px 15px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
    color: #000000;
}
#content .drobek {
    position: absolute;
    top: 3px;
    right: 0px;
    padding: 0px;
    margin: 0px;
    font-size: 85%;
}
#content .drobek a {
    color: #177117;
}


/* Naše ******************************************/
/*KONTAKTY*/
.boxContacts table
{
    /*kontakty*/
    border-style: dotted;
    border-color: #999999;
    border-width: 1px;
    width: 100%;
    padding-bottom: 4px;
    text-align: center;
}
.boxContacts td
{
    /*kontakty*/
    text-align: center;
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.boxContacts hr
{
    border: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    height: 1px;
    background-color: #999999;
}
.boxContacts #title
{
    font-size: 15px;
    font-weight: bold;
}
.boxContacts .title2
{
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}
.boxContacts #title2
{
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}
.field-validation-error
{
    color: Red;
}
.validation-summary-errors
{
    color: Red;    
}

/*ARCHIV ANKET*/
.countryLinks {
	background : #ECECEC;
	border-bottom : 1px dotted #006400;
	border-top : 1px dotted #006400;
	width : 100%;
	font-size: 9pt;
}

/*POCASI*/
table.pocasi 
{
    width: 100%;
    text-align: center;
}

table.pacasi td 
{
    vertical-align:middle;
}

.countryLinks
{
    background: #ECECEC;
    border-bottom: 1px dotted #006400;
    border-top: 1px dotted #006400;
    width: 100%;
    font-size: 9pt;
}
.pager + .links
{
    margin-top: 20px;
}
.center 
{
    text-align: center;
}

div#banner 
{
    text-align: center;
    vertical-align: middle;
}

/* PŘIDAT OBSAH */
div#add_content 
{
    padding:10px;
}
div#add_content a 
{
    background: url("images/layout/ico_addlink.gif") no-repeat;
    padding: 5px 0px 10px 35px;
    font-size: 85%;
    font-weight: bold;
}

/*DATEPICKER*/

div#datepicker 
{
    margin:10px 5px;
    padding:5px;
    
}
div#datepicker .ui-widget-content{
    background: #E8F6E8;
    border: 1px solid #CCCCCC;
}

div#datepicker .ui-datepicker-calendar th
{
    padding:5px 0 5px 0;
    margin:2px;
}
.ui-datepicker td span, .ui-datepicker td a 
{
    font-size:12px;
}
.ui-datepicker .ui-datepicker-header 
{   
    background:#CEE8CA;
}

#left_column h4 a,
#right_column h4 a{
    text-decoration:none;
    color: White;
    }
#content .links_articles
{
    text-align: right;
    margin-bottom: 10px;
}    
#content .links_articles .add_article
{
    position: absolute;
    top: 0px;
    right: 5px;
    background: url("images/layout/ico_addlink.gif") no-repeat;
    padding: 5px 0px 0px 35px;
    height: 25px;
    font-size: 85%;
    font-weight: bold;
}
#content p.picture {
    /*float: right;*/
    margin: 5px 10px 15px 3px;
}
#header ul#nav 
{
    width:1024px;
}
#header ul#nav li
{
    width:170px;
}
#header ul#nav li a 
{
    padding-left:5px;
    padding-right:5px;
}
#content p.info {
    clear: both;
}
#social 
{
    margin:23px 0 30px 0;
    
    }
h2.article 
{
    clear:left;
}
#left_column .causes ul.list1 
{
    margin-bottom:0;
    
}
div.archiv 
{
    text-align:right;
    margin:0px 10px 10px 10px;
    background-position: top center;
    
}
.causes div.archiv 
{
    /*background: url("images/layout/aside_border.gif") no-repeat;
    background-position: top center;*/
    padding: 10px 5px;
    
}

div.archiv a, #content ul.cause_list li.next a
{
    font-size:85%;
    color:#888;
}

.pocasi_snimek_nazev 
{
    font-weight: bold;
    font-size: larger;
}
#content div.article_pictures 
{
    padding-bottom:20px;
    padding-top:20px;
}
#content div.article_pictures div.soubor
{
    margin:5px;
}
#voar 
{
    text-align:center;
}
ul.weather img:hover 
{
    cursor:pointer;
}
#content p.description 
{
    margin-bottom:0px;
}
#content .links_articles .add_article 
{
    top:10px;
}
div.more_links 
{
    margin-bottom:20px;
}
#content div.more_links a
{
    color:#888;
}
#content .links2 .add_link 
{
    top:-33px;
}
#content div.left_side h2 a,
#content div.right_side h2 a 
{
    color:#000;
    text-decoration:none;
}
#content div.left_side h2 a:hover, 
#content div.right_side h2 a:hover 
{
    text-decoration:underline;
}
#content div.more_prices 
{
    clear:both;
    text-align:right;
}
#content div.more_prices a 
{
    color:#888;
}
p.description + hr.green 
{
    margin-top:40px;
}
p.ctk_trimmed,p.ctk_copy 
{
    font-style:italic;
    color:#888;
}
#left_column .list1 li,
#left_column .list2 li 
{
    padding-top:5px;
    padding-bottom:7px;
}
#content p.banner 
{
    margin:30px 0 50px 0;
}
body 
{
    background: #fff url("images/layout/background-light2.jpg") top center no-repeat;
    background-color:#eecfa9;
}

#main 
{
    width: 100%;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}
#header
{
    border-top: 5px solid #fff; 
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}

#footer
{
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff; 
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}

div#search-option 
{
    height: 30px;
}

div#search-option span 
{
    display: block;
    text-align: center;
    float: left;
    padding: 2px 0;
    margin: auto auto;
}

div#search-option span.option 
{
    width: 100px;
    background-color: #e9e9e9;
    /*border: 1px solid #ccc;*/
    border: 1px solid #ccc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

div#search-option span.option a
{
    text-decoration: underline;
    font-weight: bold;
}


div#search-option span.separator 
{
    width: 20px;
}

select#source, select#comodity, select#area, select#order 
{
    width: 300px;
}
/*mapa webu*/
div.siteMap div ul {
    margin-left: 13px;
    font-size: 85%;
    margin-bottom: 10px;
    width: 89%;
}
div.siteMap div ul li {
    padding: 10px 0px;
}
div.siteMap div ul li:first-child {
    padding-top: 0px;
}
div.siteMap div ul li:last-child {
    background-image: none;
}
div.siteMap div ul li a {
    background: url("images/layout/aside_bullet.png") no-repeat;
    background-position: 0px 3px;
    padding: 0px 0px 0px 15px;
    color: #006c00;
    display: block;
}
    
.siteMap .category,.siteMap .others 
{
    float:left;
    width:49%;
}
#right_column h4 
{
    height:40px;
}

#right_column a.ui-state-highlight
{
    border-color:#000;
}
#footer ul 
{
    /*padding-left:110px; pokud není zobrazeno kc-agris*/
    padding-left:0px;
}
#content .links2 li a 
{
    font-size:120%;
    font-weight:bold;
}
#content .links2 ul 
{
    padding-bottom:20px;
}
#content .links2 li 
{
    margin-bottom:10px;
}
#content .links2 li p
{
    margin:3px;
}
#content h2.article 
{
    clear:both;
    margin-top:20px;
}
#right_column ul.weather 
{
    margin:10px auto 0 auto;
    width:210px;
    height:90px;
}
#right_column ul.weather li 
{
    width:70px;
}
#right_column ul.weather li img 
{
    margin-top:5px;
}
.article_pictures div.photo
{
    float:left;
    margin: 0 10px 0 0;
    width:200px;
    height:150px;
    font-size:13px;
    overflow:hidden;
    text-align:center;
    }
#content h2.link_search 
{
    margin:15px 0 0 0;
    font-size:14px;
    text-transform:none;
    background: url("images/layout/aside_bullet.png") no-repeat;
    background-position: 0px 3px;
    padding: 0px 0px 0px 15px;
}
#content h2.link_search + p 
{
    margin:2px 0 0 15px;
}
div.pager 
{
    margin-top:20px;
}
#header form #search_submit 
{
    height:27px;
}
#commodities_fieldset{
    width:550px;margin:5px auto;
}