/* GLOBAL
*******************************************************************************/

html { height: 100%; }
body { height: 100%; font: 11px/100% Tahoma, Arial, Helvetica, sans-serif; color: #5C5C5C; background: url("../img/background.png") repeat-x 0 0 transparent; }

.orange { color: #f7941d !important; }
.red { color: #9d0a0e !important; }

.center { text-align: center; }

.hidden { display: none; }

a { text-decoration: none; color: #5C5C5C; }
a:hover { text-decoration: underline; color: #5C5C5C; }

a.more { color: orange; color: #f7941d;  font-weight: bold; display: block; cursor: pointer; background: url(../img/more-background.png) repeat-x 0 0 transparent; height: 29px; line-height: 29px; padding-left: 12px; }
a.more.bottom { position: absolute; bottom: 1px; left: 1px; }
a.more span { background: url(../img/more-arrow.png) no-repeat left 1px transparent; padding-left: 13px; }

label { cursor: default; }

div.banner { min-height: 30px; text-align: center; margin: 10px auto 10px 0; padding-top: 0px; padding-bottom: 20px; }

.center { text-align: center; }

.image-wrapper {
    display: table; 
    display: block\9; /* IE8 hack */
    margin: auto; 
    height: 100%;
    position: static;
}

.image-wrapper .inner, .image-wrapper > * {
    display: table-cell; 
    display: block\9; /* IE8 hack */
    vertical-align: middle;
    text-align: center;
    margin: auto;
}

div#wrapper { width: 990px; margin: 0 auto; }

/* HEADER
*******************************************************************************/

div#logo { margin-top: 30px; float: left; }
div#logo a { display: block; overflow: hidden; }
div#logo a img { border: none; display: block; }

div#wrapper > header { height: 160px; width: 100%; position: relative; }
div#wrapper > header nav { float: right; height: 33px; line-height: 33px; background-color: #f8f8f8; padding-left: 22px; padding-right: 18px; -webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px;
                           -moz-border-radius-bottomright: 3px; -moz-border-radius-bottomleft: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; }
div#wrapper > header nav ul li { display: inline; margin-left: 19px; }
div#wrapper > header nav ul li.first { margin-left: 0 !important; }

div#wrapper > header form#search { position: absolute; bottom: 13px; left: 0; height: 29px; width: 800px; }
div#wrapper > header form#search fieldset { float: left; line-height: 29px; height: 29px; }
div#wrapper > header form#search fieldset label { font-weight: bold; color: white; margin-right: 15px; display: block; float: left; height: 29px; line-height: 31px;}
div#wrapper > header form#search fieldset input[type=text], div#wrapper > header form fieldset select, div#wrapper > header form fieldset input[type=submit] { border: 0 none; background-color: white; color: #898989; height: 26px; }
div#wrapper > header form#search fieldset input[type=text] { width: 146px; line-height: 26px; padding-left: 14px; font-style: italic; margin-top: -2px; }
div#wrapper > header form#search fieldset select { width: 160px; font-style: italic; }
div#wrapper > header form#search fieldset input[type=submit] { line-height: 26px; width: 65px; background-color: #f7941d; border-right: 3px solid #383838; color: white; text-align: center;  margin-left: 8px; margin-right: 8px;
                                                               width: 70px; padding: 0; margin-top: -3px;
                                                        background: #f8a121; /* Old browsers */
                                                        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
                                                        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4YTEyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNjg3MWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
                                                        background: -moz-linear-gradient(top, #f8a121 0%, #f6871a 100%); /* FF3.6+ */
                                                        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8a121), color-stop(100%,#f6871a)); /* Chrome,Safari4+ */
                                                        background: -webkit-linear-gradient(top, #f8a121 0%,#f6871a 100%); /* Chrome10+,Safari5.1+ */
                                                        background: -o-linear-gradient(top, #f8a121 0%,#f6871a 100%); /* Opera 11.10+ */
                                                        background: -ms-linear-gradient(top, #f8a121 0%,#f6871a 100%); /* IE10+ */
                                                        background: linear-gradient(top, #f8a121 0%,#f6871a 100%); /* W3C */
                                                        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8a121', endColorstr='#f6871a',GradientType=0 ); /* IE6-8 */  }
div#wrapper > header form#search fieldset a { color: white; }

header .not_logged_user_side { position: absolute; top: 30px; right: 0;  }
header .not_logged_user_side .btn-facebook { display: inline-block; margin: 0; }
header .not_logged_user_side .btn-login { 
    width: 84px; height: 28px; color: #959595; font-weight: bold; margin: 0 4px; display: inline-block; line-height: 26px;
    text-align: center;
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-8 */ 
}
header .not_logged_user_side .btn-register { 
    width: 69px; height: 28px; color: #959595; padding-left: 15px; display: inline-block; line-height: 28px;
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-8 */ 
}

.login_links {
    line-height: 14px;
    font-size: 12px;
}

div#header-tabs { position: absolute; right: 0; bottom: 52px; width: 325px; }
div#header-tabs a { width: 97px; margin-right: 3px; border-left: 2px solid #ebebeb; border-top: 2px solid #ebebeb; height: 31px; line-height: 33px; text-align: center; display: block; float: right; color: #959595;
                    border-right: 2px solid #ebebeb; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px;
                    border-top-left-radius: 4px; border-top-right-radius: 4px; }
div#header-tabs a.last {  }
div#header-tabs a.first { margin-right: 3px; }
div#header-tabs a.active { margin-right: 3px; font-size: 12px; background-color: #9B9B9B; color: white; border-left: 2px solid #9B9B9B; border-top: 2px solid #9B9B9B; font-weight: bold; border-right: 2px solid #9B9B9B;
                           border-bottom: 2px solid #9B9B9B; }

div#wrapper > header > a { display: block; height: 40px; line-height: 40px; text-align: center; width: 205px; position: absolute; bottom: 6px; right: 0;
                           font-size: 16px; color: white; font-weight: bold; text-indent: -9999px; }
a#add-announcement { background: url(../img/buttons/announcement-add.png) no-repeat 0 0 transparent;  }
a#add-company { background: url(../img/buttons/company-add.png) no-repeat 0 0 transparent;  }
/* MAIN
*******************************************************************************/

div#main {
    margin-top: 10px;
    position: relative;
} 

.top_info {
    overflow: hidden;
}

div#breadcrumbs { clear: both; padding-bottom: 18px; }
div#breadcrumbs > span { float: left; margin-right: 5px; color: #f7941d; font-weight: bold; }
div#breadcrumbs ul { float: left; }
div#breadcrumbs ul li { display: inline; }
div#breadcrumbs ul li a { background: url("../img/icons/breadcrumb-arrow.gif") no-repeat scroll right 4px transparent; 
    padding-right: 6px; margin-right: 6px; }
div#breadcrumbs ul li.last a { background: none; padding-right: 0; }

.top_info h1 {
    float: right;
    font-size: 12px;
}

div#main > div.banner { border: 1px solid #ebebeb; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; min-height: 35px; width: 100%; margin-bottom: 10px; }

div#logos-bottom { border: 1px solid #ebebeb; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; height: 35px; width: 100%; margin-bottom: 10px; text-align: center; padding-top: 8px; }
div#logos-bottom a img { margin-right: 36px; max-height: 25px; opacity: 0.35; }
div#logos-bottom a.last img { margin-right: 0; } 

/* BOXES
*******************************************************************************/

div#main div.box { -webkit-border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; border-top-left-radius: 3px; border-top-right-radius: 3px;
                   margin-bottom: 13px; }
div#main div.box > .box-header { height: 33px; line-height: 28px; font-size: 14px; font-weight: bold; color: #898989; padding-left: 13px; }

div#main div.box > .box-header a {
    color: #FFF;
    font-size: 9pt;
    float: right;
    margin-right: 10px;
}

div#main div.box > div.content { margin-top: -4px; border: 1px solid #efefef; background-color: white; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; position: relative; padding: 8px; position: relative; }

div#main div.box.gray { border-top: 1px solid #f7f7f7; }
div#main div.box.gray > .box-header { background: url(../img/box-header-gray.png) repeat-x 0 0 transparent; color: white; border-top: 1px solid #f7f7f7; -webkit-border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px; 
                            -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; border-top-left-radius: 3px; border-top-right-radius: 3px; }

div#main div.box.orange { border-top: 1px solid #f89c2f; }
div#main div.box.orange > .box-header { background: url(../img/box-header-orange.png) repeat-x 0 0 transparent; color: white; }

/* FULL */

div#main div.box.index.full { width: 100%; float: none; }
div#main div.box.index.full div.content div.announcements-wrapper div.jcarousel-clip { width: 928px; }
div#main div.box.index.full div.content div.announcements-wrapper ul li {  }
/* PARTIAL */

div#main div.box.index { width: 620px; float: left; }
div#main div.box.index > div.content { clear: both; }
div#main div.box.index > div.content div.actions { position: relative; bottom: 1px; left: 0; height: 29px; width: inherit; line-height: 29px; background: url(../img/more-background.png) repeat-x 0 0 transparent; 
                                                 margin-bottom: -7px; margin-left: -7px; margin-right: -7px; border-top: 1px solid #f8f8f8; -webkit-border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px;
                                                 -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; border-top-left-radius: 3px; border-top-right-radius: 3px; padding-left: 9px; }
div#main div.box.index div.content > div.actions ul { float: left; }
div#main div.box.index div.content div.actions ul li { display: inline; margin-right: 25px; }
div#main div.box.index div.content div.actions ul li a { color: #f7941d; font-weight: bold; }
div#main div.box.index div.content div.actions > a { float: right; display: block; width: 60px; height: 28px; border: 1px solid #f7951d; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; 
                                                        text-align: center; color: white; font-weight: bold; line-height: 28px; 
                                                        background: #f8a221; /* Old browsers */
                                                        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
                                                        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4YTIyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNjg3MTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
                                                        background: -moz-linear-gradient(top, #f8a221 0%, #f68719 100%); /* FF3.6+ */
                                                        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8a221), color-stop(100%,#f68719)); /* Chrome,Safari4+ */
                                                        background: -webkit-linear-gradient(top, #f8a221 0%,#f68719 100%); /* Chrome10+,Safari5.1+ */
                                                        background: -o-linear-gradient(top, #f8a221 0%,#f68719 100%); /* Opera 11.10+ */
                                                        background: -ms-linear-gradient(top, #f8a221 0%,#f68719 100%); /* IE10+ */
                                                        background: linear-gradient(top, #f8a221 0%,#f68719 100%); /* W3C */
                                                        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8a221', endColorstr='#f68719',GradientType=0 ); /* IE6-8 */ }

div#main div.box.index div.content div.announcements-wrapper { overflow: hidden; position: relative;  }
div#main div.box.index div.content div.announcements-wrapper div.jcarousel-clip { width: 558px; margin: 0 auto; overflow: hidden; }
div#main div.box.index div.content .slider-track { overflow: hidden; height: 250px;margin: 0px 20px; position: relative;}
div#main div.box.index div.content .slider_nav { position: absolute; top: 70px;  width: 12px; height: 62px; text-indent: -999px; }
div#main div.box.index div.content .slider_nav_prev { left: 5px; background: url('../img/buttons/slider-left.png') no-repeat 0 0 transparent; }
div#main div.box.index div.content .slider_nav_next { right: 5px; background: url(../img/buttons/slider-right.png) no-repeat 0 0 transparent; }
div#main div.box.index div.content div.announcements-wrapper.hidden { display: none; }
div#main div.box.index div.content div.announcements-wrapper ul { overflow: hidden; position: absolute; }
div#main div.box.index div.content div.announcements-wrapper ul li { display: block; text-align: center; width: 280px; margin-bottom: 10px; float: left; }
div#main div.box.index.full div.content div.announcements-wrapper ul li { width: 301px !important; }
div#main div.box.index div.content div.announcements-wrapper ul li .image-wrapper { width: 178px; height: 148px; }
div#main div.box.index div.content div.announcements-wrapper ul li img { max-width: 178px; max-height: 138px; border: 1px solid #d7d7d7; padding: 3px; }
div#main div.box.index div.content div.announcements-wrapper ul li img.no-photo { width: 178px; height: 148px; }
div#main div.box.index div.content div.announcements-wrapper ul li p.price { margin-bottom: 15px; margin-top: 5px; }
div#main div.box.index div.content div.announcements-wrapper ul li p.price span.price { font-size: 16px; font-weight: bold; }
div#main div.box.index div.content div.announcements-wrapper ul li p.info { font-size: 12px; font-weight: bold; margin-top: 12px; margin-bottom: 8px; }
div#main div.box.index div.content div.announcements-wrapper ul li p.info a { color: #5f5f5; }

.uklad2 #main div.box.index { width: 440px; float: left; }
.uklad2 div#main div.box.index div.content div.announcements-wrapper ul li {
    width: 375px;
}

.uklad2 div#main div.box.index.full div.content div.announcements-wrapper ul li { width: 356px !important; }

div#main div.box div.content a.box-content-link { float: right; display: block; width: 100%; padding-top: 9px; border-top: 1px dashed #e5e5e5; text-align: right; cursor: pointer; padding-right: 13px; font-weight: bold; }

/* MAP
*******************************************************************************/

div#map-pl { float: right; }

/* SIDEBAR
*******************************************************************************/

div#sidebar{ float: left; width: 201px; margin-right: 6px; clear: both; }
div#sidebar div.box div.content a.box-content-link { width: 168px; }

/* RECOMMENDED ANNOUNCEMENTS
*******************************************************************************/

div#sidebar div.box.announcements-recommended ul li { border-bottom: 1px dashed #e5e5e5; margin-top: 9px; }
div#sidebar div.box.announcements-recommended ul li.first { margin-top: 0 !important; }
div#sidebar div.box.announcements-recommended ul li.last { border: 0 none; }
div#sidebar div.box.announcements-recommended img { max-width: 128px; max-height: 96px; margin: 0 auto; display: block; margin-bottom: 14px; }
div#sidebar div.box.announcements-recommended.catalog img { max-width: 150px; max-height: 200px; width: auto; height: auto; }
div#sidebar div.box.announcements-recommended ul li p.title { margin-bottom: 14px; text-align: center; }
div#sidebar div.box.announcements-recommended.catalog ul li p.title {  }
div#sidebar div.box.announcements-recommended ul li p.info { clear: both; padding-bottom: 12px; }
div#sidebar div.box.announcements-recommended ul li p.info a { float: right; }

/* NEWSLETTER
*******************************************************************************/

div#sidebar div.box.newsletter p { margin-bottom: 17px; margin-top: 15px; }
div#sidebar div.box.newsletter form fieldset { margin-bottom: 10px; }
div#sidebar div.box.newsletter form fieldset input[type=text] { width: 140px; height: 22px; line-height: 22px; border: 1px solid #e1e1e1; padding-left: 8px; font-style: italic; color: #898989; }

/* CATEGORIES MENU
*******************************************************************************/

div#sidebar div.box.categories nav {  }
div#sidebar div.box.categordiv.slider-gallery div.nav div.slider div.items imgies nav > ul > li { min-height: 24px; line-height: 24px; border-top: 1px dashed #e5e5e5; border-bottom: 1px dashed #e5e5e5; }
div#sidebar div.box.categories nav > ul > li {
    min-height: 24px;
    line-height: 24px;
    border-top: 1px dashed #E5E5E5;
    border-bottom: 1px dashed #E5E5E5;
}

div#sidebar div.box.categories nav > ul > li > a img {
    margin-right: 6px; vertical-align: middle; max-height: 16px; max-width: 16px;
}
div#sidebar div.box.categories nav > ul > li.first { border-top: 0 none; }
div#sidebar div.box.categories nav > ul > li.last { border-bottom: 0 none; }
div#sidebar div.box.categories nav > ul ul { margin-left: 10px; margin-bottom: 7px; }
div#sidebar div.box.categories nav > ul ul li { line-height: 15px; }

/* TEXT BOX
*******************************************************************************/

div#sidebar div.box.text-links {  }
div#sidebar div.box.text-links div.site { padding-bottom: 8px; border-bottom: 1px dashed #ebebeb; margin-bottom: 8px; }
div#sidebar div.box.text-links div.site.last { padding-bottom: 0; border-bottom: 0 none; }
div#sidebar div.box.text-links div.site a.title { font-weight: bold; margin-bottom: 6px; display: block; }
div#sidebar div.box.text-links div.site p:first-line { text-indent: 50px; }

/* COMPANY CATALOG
*******************************************************************************/

div#sidebar div.box.catalog form { margin-top: 12px; clear: both; margin-bottom: 20px; }
div#sidebar div.box.catalog form.last { margin-bottom: 0 !important; }
div#sidebar div.box.catalog form label { display: block; margin-bottom: 17px; }
div#sidebar div.box.catalog form input[type=text] { width: 168px; }
div#sidebar div.box.catalog form select { width: 179px; }
div#sidebar div.box.catalog form input[type=text], div#sidebar div.box.catalog form select { border: 1px solid #e1e1e1; color: #898989; height: 26px; line-height: 26px; font-style: italic; background-color: white;
                                                                                             padding-left: 8px; }
div#sidebar div.box.catalog form input[type=submit] { margin-top: 6px; float: right; height: 26px; line-height: 26px; padding-left: 12px; padding-right: 10px; background-color: white; border: 0 none; margin-right: 5px;
                                                      color: #898989;
                                                      background: #f5f5f5; /* Old browsers */ background: -moz-linear-gradient(top, #f5f5f5 0%, #e2e2e2 100%); /* FF3.6+ */ 
                                                      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
                                                      background: -webkit-linear-gradient(top, #f5f5f5 0%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
                                                      background: -o-linear-gradient(top, #f5f5f5 0%,#e2e2e2 100%); /* Opera 11.10+ */
                                                      background: -ms-linear-gradient(top, #f5f5f5 0%,#e2e2e2 100%); /* IE10+ */ background: linear-gradient(top, #f5f5f5 0%,#e2e2e2 100%); /* W3C */
                                                      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */ }

/* CONTENT
*******************************************************************************/

div#content { float: right; width: 783px; margin-bottom: 5px; }
div#content div.box.half div.content a.more { width: 367px; }

/* CATEGORIES LIST - INDEX
*******************************************************************************/

div#content div.box.categories div.row { min-height: 189px; clear: both;}
div#content div.box.categories div.row.last { padding-bottom: 37px; }
div#content div.box.categories div.row div.category { width: 215px; border-top: 1px solid  #e1e1e1; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; padding-top: 11px; padding-bottom: 11px;
                                                      padding-left: 14px; padding-right: 14px; float: left; margin-right: 15px; border-left: 1px solid  #e1e1e1; border-right: 1px solid  #e1e1e1;
                                                      border-bottom: 3px solid #e1e1e1; margin-bottom: 17px; position: relative; }
div#content div.box.categories div.row div.category a.more { margin-right: -13px; position: absolute; bottom: 1px; left: 1px; width: 229px; }
div#content div.box.categories div.row div.category.last { margin-right: 0; }
div#content div.box.categories div.row div.category h3 { margin-bottom: 16px; margin-left: -13px; margin-right: -13px; background: url(../img/category-header-background.png) repeat-x 0 0 transparent;
                                                         -webkit-border-bottom-left-radius: 3px; -webkit-border-bottom-right-radius: 3px; -moz-border-radius-bottomleft: 3px; -moz-border-radius-bottomright: 3px; 
                                                         border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; height: 29px; padding-left: 12px; line-height: 29px; margin-top: -11px; }
div#content div.box.categories div.row div.category h3 a { color: #919191; font-size: 12px; font-weight: bold; }
div#content div.box.categories div.row div.category h3 img { margin-right: 6px; vertical-align: middle; max-height: 16px; max-width: 16px; }
div#content div.box.categories div.row div.category > ul { margin-bottom: 21px; }
div#content div.box.categories div.row div.category > ul > li { border-bottom: 1px dashed #e5e5e5; border-top: 1px dashed #e5e5e5; padding-left: 12px;
                                                            background: url(../img/category-arrow.png) no-repeat left 8px transparent; min-height: 24px; line-height: 24px; }
div#content div.box.categories div.row div.category > ul > li.first { padding-top: 0; border-top: 0 none; }
div#content div.box.categories div.row div.category > ul > li.last { padding-bottom: 0; border-bottom: 0 none; }

div#content div.box.categories div.row div.category > ul > li > input[type=checkbox] { float: right; margin-top: 6px; }

div#content div.box.categories div.row div.category > ul ul { margin-left: 15px; }
div#content div.box.categories div.row div.category > ul ul li { line-height: 18px; }

div#content div.box.categories div.row div.category > h3 input[type=checkbox] {
    float: right;
    margin: 8px 14px;
}

/* ANNOUNCEMENTS LIST
*******************************************************************************/

div#content div.box.announcements div.tabs { float: right; }
div#content div.box.announcements div.tabs a { display: block; padding-left: 17px; padding-right: 17px; height: 28px; line-height: 28px; float: left; background-color: #e3e3e3; margin-left: 4px;
                                               border: 1px solid #e3e3e3; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px;
                                               border-top-left-radius: 5px; border-top-right-radius: 5px; }
div#content div.box.announcements div.tabs a.active { background-color: #f7991e; font-size: 12px; color: white; border: 1px solid #f7991e; }

div#content div.box.announcements form.sort { 
    background: #F4F4F4 url(../img/form-sort-background.png) repeat-x 0 bottom; 
    border-bottom: 1px solid #d8d8d8; 
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px; 
    -moz-border-radius-bottomright: 6px; 
    -moz-border-radius-bottomleft: 6px; 
    border-bottom-right-radius: 6px; 
    border-bottom-left-radius: 6px;
    padding: 10px; 
    overflow: hidden;
}
div#content div.box.announcements form.sort select { border: 0 none; background-color: white; height: 23px; line-height: 23px; }
div#content div.box.announcements fieldset { float: left; margin-bottom: 8px; overflow: hidden; }
div#content div.box.announcements fieldset legend { font-weight: bold; color: #545454; padding-bottom: 7px; }
div#content div.box.announcements fieldset label { margin-right: 5px; }
div#content div.box.announcements form.sort fieldset.view select { width: 87px; }
div#content div.box.announcements form.sort fieldset.sort { margin-left: 5px; }
div#content div.box.announcements form.sort fieldset.sort select { width: 180px; }

div#content div.box.announcements form.sort .control-group { 
    float: left;
    margin-right: 10px;
}

div#content div.box.announcements form.sort input[type=text] {
    border: 1px solid #EBEBEB;
    outline: none;
    height: 24px;
    padding: 0 5px;
}

div#content div.box.announcements .clear_filters_btn {
    clear: both;
    font-weight: bold;
    float: right;
}

div#content div.box.announcements p.sort { margin-top: 10px; line-height: 14px; clear: both; margin-left: 10px; float: right; margin-bottom: 10px; }
div#content div.box.announcements p.sort span { float: left; margin-right: 4px; color: #545454; }
div#content div.box.announcements p.sort a { display: inline-block; float: left; margin-right: 3px; }
div#content div.box.announcements p.sort a.clear-sort { margin-left: 8px; }
div#content div.box.announcements p.sort a.asc { background: url(../img/buttons/arrow-asc.png) no-repeat center center #ebebeb; }
div#content div.box.announcements p.sort a.desc { background: url(../img/buttons/arrow-desc.png) no-repeat center center #ebebeb; }
div#content div.box.announcements p.sort a.sort.active { border-color: #f7941d; }
div#content div.box.announcements p.sort a.sort { width: 15px; height: 13px; border: 1px solid #ebebeb; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }

div#content div.box.announcements div.content > ul { margin-top: 10px; color: #898989; }
div#content div.box.announcements div.content > ul > li { min-height: 119px;  border: 1px solid #ebebeb; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-bottom: 14px; background-color: #ebebeb; margin-bottom: 14px; }
div#content div.box.announcements div.content > ul > li.promoted { border: 2px solid #f7941d; }
div#content div.box.announcements div.content > ul > li.distinct div.announcement { background-color: #f5f5f5; }
div#content div.box.announcements div.content > ul > li.banner { height: auto; background: none; border: 0 none; }
div#content div.box.announcements div.content > ul > li div.announcement { float: left; width: 690px; height: 102px; border-right: 1px solid #ebebeb; padding-top: 7px; padding-left: 9px; -webkit-border-top-right-radius: 4px; 
                                                   -webkit-border-bottom-right-radius: 4px; -moz-border-radius-topright: 4px; -moz-border-radius-bottomright: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 4px;
                                                   background-color: white; padding-bottom: 8px; padding-right: 12px; position: relative; }
div#content div.box.announcements div.content > ul > li div.announcement div.image-wrapper { width: 133px; height: 99px; float: left; text-align: center; line-height: 99px; margin: 0; }
div#content div.box.announcements div.content > ul > li div.announcement div.image-wrapper img.announcement-photo { max-width: 133px; max-height: 99px; border: 1px solid #EBEBEB; vertical-align: middle; }
div#content div.box.announcements div.content > ul > li div.announcement div.image-wrapper img.announcement-photo.no-photo { width: 133px !important; height: 99px !important; }
div#content div.box.announcements div.content > ul > li div.announcement div.info { margin-left: 7px; float: left; width: 544px; overflow: hidden; padding-top: 3px; }
div#content div.box.announcements div.content > ul > li div.announcement div.info h3 { margin-top: 0; color: #545454; font-size: 14px; font-weight: bold; }
div#content div.box.announcements div.content > ul > li div.announcement div.info h3 span.price { float:right; }
div#content div.box.announcements div.content > ul > li div.announcement div.info h3 span.red { font-size: 16px; }
div#content div.box.announcements div.content > ul > li div.announcement div.info .details { margin-top: 5px; margin-bottom: 8px; height: 23px; line-height: 1.5em; }
div#content div.box.announcements div.content > ul > li div.announcement div.info span.province { float: left; clear:both; }
div#content div.box.announcements div.content > ul > li div.announcement div.info p.content { border-top: 1px solid #ebebeb; padding-top: 12px; }
div#content div.box.announcements div.content > ul > li div.announcement a.more { text-align: right; position: absolute; bottom: 5px; right: 8px; background: none; display: inline; height: auto; line-height: 11px; font-weight: normal; }

div.announcement .identifier {
    float: left;
    margin: 10px 0;
    color: #9f9f9f;
}

div.announcement .identifier span {
    font-weight: bold;
    color: #5C5C5C;
}

div#content div.box.announcements div.content > ul > li div.actions { float: left; width: 47px; height: 100%; font-size: 9px; text-align: center; }
div#content div.box.announcements div.content > ul > li div.actions a { display: block; padding-top: 29px; background-repeat: no-repeat; color: #545454; margin-bottom: 12px; }
div#content div.box.announcements div.content > ul > li div.actions a.first { margin-top: 14px; }
div#content div.box.announcements div.content > ul > li div.actions a.last { margin-bottom: 0; }
div#content div.box.announcements div.content > ul > li div.actions a.dig-up { background-image: url(../img/icons/announcement-action-digup.png); background-position: 10px 0 ; }
div#content div.box.announcements div.content > ul > li div.actions a.closet { background-image: url(../img/icons/announcement-action-closet.png); background-position: 15px 0; }
div#content div.box.announcements div.content > ul > li div.actions a.promote { background-image: url(../img/icons/announcement-action-promote.png); background-position: 11px 0; }

div#content div.box.announcements div.content div.category-text { margin-top: 20px; margin-bottom: 20px; text-align: center; font-size: 11px; }

.box.half { float: left; width: 383px; }

#content div.box.half .announcements-list li {
    overflow: hidden;
    clear: both;
    margin-top: 15px;
	height: 135px;
}

#content div.box.half .announcements-list .image_box {
    display: block;
    float: left;
    width: 133px;
    height: 100px;
    margin-bottom: 5px;
}

#content div.box.half .announcements-list .image_box img { 
    display: block;
    margin: auto;
    max-width: 133px;
	max-height: 100px;
}
#content div.box.half .announcements-list .image_box img.no-photo {
    width: 133px;
	height: 100px;
}

#content div.box.half .announcements-list .info {
    float: left;
    margin-left: 5px;
    width: 220px;
}

#content div.box.half .announcements-list .title {
    font-size: 13px;
    font-weight: bold;
	margin-bottom: 5px;
}

#content div.box.half .announcements-list .date_added {
    margin: 5px 0px;
    color: #9f9f9f;
}

#content div.box.half .announcements-list .details {
    display: block;
    overflow: hidden;
    clear: both;
    margin-top: 5px;
    padding: 3px;
    border-top: 1px dotted #898989;
}

#content div.box.half .announcements-list .category {
    font-weight: bold;
    float: left;
}

#content div.box.half .announcements-list .category a {
    color: #F7941D;
}

#content div.box.half .announcements-list .price {
    float: right;
}

#recommended_box {
    float: right;
}

/* MY ANNOUNCEMENTS
*******************************************************************************/

div#content div.box.announcements.my div.content > ul:not(.pagination) { margin-top: 30px; }

div#content div.box.announcements.my div.content > ul > li { position: relative; margin-bottom: 50px; }
div#content div.box.announcements.my div.content > ul > li > div.announcement { width: 738px; }
div#content div.box.announcements.my div.content > ul > li > div.announcement div.info { width: 596px; }
div#content div.box.announcements.my div.content > ul > li > ul.actions { position: absolute; right: 2px; top: -29px;  padding-right: 10px; 
                                        display: block; height: 26px; color: #898989; line-height: 29px; text-align: center; -webkit-border-top-left-radius: 2px; -webkit-border-top-right-radius: 2px; 
                                       -moz-border-radius-topleft: 2px; -moz-border-radius-topright: 2px; border-top-left-radius: 2px; border-top-right-radius: 2px; font-weight: bold; border-left: 1px solid #ebebeb;
                                       border-right: 1px solid #ebebeb; border-top: 1px solid #ebebeb; font-weight: normal; 
                                       background: #f3f3f3; /* Old browsers */
                                       /* IE9 SVG, needs conditional override of 'filter' to 'none' */
                                       background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
                                       background: -moz-linear-gradient(top, #f3f3f3 0%, #ffffff 100%); /* FF3.6+ */
                                       background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
                                       background: -webkit-linear-gradient(top, #f3f3f3 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
                                       background: -o-linear-gradient(top, #f3f3f3 0%,#ffffff 100%); /* Opera 11.10+ */
                                       background: -ms-linear-gradient(top, #f3f3f3 0%,#ffffff 100%); /* IE10+ */
                                       background: linear-gradient(top, #f3f3f3 0%,#ffffff 100%); /* W3C */
                                       filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */ }
div#content div.box.announcements.my div.content > ul > li > ul.actions li { display: inline; padding-left: 10px; }



/* NEWS
*******************************************************************************/

div#content div.box.news { float: left; width: 383px; }

div#content div.box.news div.content { min-height: 220px;  min-height: 291px; }

div#content div.box.news ul { margin-top: 10px; margin-bottom: 30px; }
div#content div.box.news ul li { height: 24px; border-top: 1px dashed #e5e5e5; border-bottom: 1px dashed #e5e5e5; line-height: 24px; }
div#content div.box.news ul li.first { border-top: 0 none; }
div#content div.box.news ul li.last { border-bottom: 0 none; }
div#content div.box.news ul li a { width: 100%; font-weight: bold; background: url(../img/icons/news.png) no-repeat 3px 5px transparent; padding-left: 12px; }
div#content div.box.news ul li span { float: right; }

/* AD
*******************************************************************************/

div#content div.box.ad { float: right; width: 383px; }
div#content div.box.ad div.content { min-height: 220px; min-height: 291px; }

/* FOOTER
*******************************************************************************/

div#footer-wrapper { margin-top: 10px; width: 100%; background: url(../img/footer-background.png) repeat-x 0 0 transparent; height: 102px; text-align: center; }
div#footer-wrapper nav ul { height: 51px; line-height: 51px; }
div#footer-wrapper nav ul li { display: inline; margin-right: 34px; }
div#footer-wrapper nav ul li.last { margin-right: 0; }
div#footer-wrapper p { margin-top: 20px; margin-bottom: 18px; }

/* CUSTOM SELECTS
*******************************************************************************/

.customStyleSelectBox { height: 26px; line-height: 26px; padding-left: 13px; background-color: white; border: 1px solid white; color: #898989; font-style: italic; }
.customStyleSelectBox.border { border: 1px solid #e1e1d1; }
.customStyleSelectBox.changed { /* You can use this if you want a different style after user has made a selection */ }
/* on the next line we add a down arrow on the right to indicate that it is a select box */
.customStyleSelectBoxInner { background:url(../img/buttons/select-custom-arrow.png) no-repeat center right; }

/* ANNOUNCEMENT PAGE
*******************************************************************************/

ul.announcement-navigation-tabs { float: right; }
ul.announcement-navigation-tabs li { display: inline; margin-left: 7px; float: left; }
ul.announcement-navigation-tabs li a { display: block; min-width: 90px; height: 26px; padding: 0px 10px; color: #898989; line-height: 26px; text-align: center; -webkit-border-top-left-radius: 2px; -webkit-border-top-right-radius: 2px; 
                                       -moz-border-radius-topleft: 2px; -moz-border-radius-topright: 2px; border-top-left-radius: 2px; border-top-right-radius: 2px; font-weight: bold; border-left: 1px solid #ebebeb;
                                       border-right: 1px solid #ebebeb; border-top: 1px solid #ebebeb; background: #f3f3f3; /* Old browsers */
                                       /* IE9 SVG, needs conditional override of 'filter' to 'none' */
                                       background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
                                       background: -moz-linear-gradient(top, #f3f3f3 0%, #ffffff 100%); /* FF3.6+ */
                                       background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
                                       background: -webkit-linear-gradient(top, #f3f3f3 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
                                       background: -o-linear-gradient(top, #f3f3f3 0%,#ffffff 100%); /* Opera 11.10+ */
                                       background: -ms-linear-gradient(top, #f3f3f3 0%,#ffffff 100%); /* IE10+ */
                                       background: linear-gradient(top, #f3f3f3 0%,#ffffff 100%); /* W3C */
                                       filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */ }

div.announcement { 
    clear: both; 
    border: 1px solid #e1e1e1; 
    -webkit-border-radius: 2px; 
    -moz-border-radius: 2px; 
    border-radius: 2px; 
    padding: 1px; 
    overflow: hidden;
}
div.announcement > div.content { padding-left: 13px; padding-right: 13px; padding-bottom: 13px; }
div.announcement > h1 { background: #ffffff; /* Old browsers */
                     /* IE9 SVG, needs conditional override of 'filter' to 'none' */
                     background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
                     background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
                     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
                     background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
                     background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
                     background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* IE10+ */
                     background: linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* W3C */
                     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-8 */
                     color: #f7941d; font-size: 14px; font-weight: bold; line-height: 29px; height: 29px; padding-left: 14px; border-top: #ffffff; border-bottom: #f2f2f2; -webkit-border-bottom-right-radius: 1px;
                     -webkit-border-bottom-left-radius: 1px; -moz-border-radius-bottomright: 1px; -moz-border-radius-bottomleft: 1px; border-bottom-right-radius: 1px; border-bottom-left-radius: 1px; }
div.announcement .price { color: #9f9f9f;  font-size: 12px; line-height: 31px; font-weight: bold; float: right; }
div.announcement .price > .red { font-size: 14px; }
div.announcement .price .suggest_price_btn { background: url("../images/icons/plus.png") no-repeat; padding-left: 18px; margin-left: 5px; }

div.announcement > div.content > h3 { height: 31px; line-height: 31px; border-bottom: 1px dashed #e5e5e5; clear: both; }
div.announcement > div.content > h3 > p.announcement-share { float: left; }
div.announcement > div.content > h3 > ul.announcement-actions { float: right; }
div.announcement > div.content > h3 > ul.announcement-actions li { display: inline; }
div.announcement > div.content > h3 > ul.announcement-actions li a { padding-left: 20px; font-weight: bold; color: #898989; display: block; height: 31px; float: left; margin-left: 15px; }
div.announcement > div.content > h3 > ul.announcement-actions li.closet a { background: url(../img/icons/announcement-closet.png) no-repeat 0 7px transparent; }
div.announcement > div.content > h3 > ul.announcement-actions li.print a { background: url(../img/icons/announcement-print.png) no-repeat 0 8px transparent; }
div.announcement > div.content > h3 > ul.announcement-actions li.recommend a  { background: url(../img/icons/announcement-recommend.png) no-repeat 0 10px transparent; }
div.announcement > div.content > h3 > ul.announcement-actions li.report a { background: url(../img/icons/announcement-report.png) no-repeat 0 8px transparent; }

div.announcement > div.content ul.announcement-tabs { margin-bottom: 16px; margin-top: 20px; overflow: hidden; }
div.announcement > div.content ul.announcement-tabs li { display: block; }
div.announcement > div.content ul.announcement-tabs li a { background: #f6f6f6; /* Old browsers */
                                                    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
                                                    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
                                                    background: -moz-linear-gradient(top, #f6f6f6 0%, #eaeaea 100%); /* FF3.6+ */
                                                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
                                                    background: -webkit-linear-gradient(top, #f6f6f6 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
                                                    background: -o-linear-gradient(top, #f6f6f6 0%,#eaeaea 100%); /* Opera 11.10+ */
                                                    background: -ms-linear-gradient(top, #f6f6f6 0%,#eaeaea 100%); /* IE10+ */
                                                    background: linear-gradient(top, #f6f6f6 0%,#eaeaea 100%); /* W3C */
                                                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#eaeaea',GradientType=0 ); /* IE6-8 */
                                                    display: block; height: 26px; width: 87px; border-top: 1px solid #f6f6f6; border-bottom: 1px solid #eaeaea; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
                                                    font-weight: bold; line-height: 26px; float: left; text-align: center; margin-right: 10px; }
div.announcement > div.content ul.announcement-tabs li.last a { margin-right: 0; }
div.announcement > div.content ul.announcement-tabs li.active a { background: #d4d4d4; /* Old browsers */
                                                                /* IE9 SVG, needs conditional override of 'filter' to 'none' */
                                                                background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q0ZDRkNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMGUwZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
                                                                background: -moz-linear-gradient(top, #d4d4d4 0%, #e0e0e0 100%); /* FF3.6+ */
                                                                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4d4d4), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
                                                                background: -webkit-linear-gradient(top, #d4d4d4 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
                                                                background: -o-linear-gradient(top, #d4d4d4 0%,#e0e0e0 100%); /* Opera 11.10+ */
                                                                background: -ms-linear-gradient(top, #d4d4d4 0%,#e0e0e0 100%); /* IE10+ */
                                                                background: linear-gradient(top, #d4d4d4 0%,#e0e0e0 100%); /* W3C */
                                                                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d4d4', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-8 */ }

div.announcement > div.content > div.container { float: left; width: 375px; height: 370px; position: relative; left: 0; top: 0; margin-top: 3px; border: 1px solid #e0e0e0; margin-bottom: 25px; }
div.announcement > div.content > div.container.full { width: 100%; float: none; border: 0 none; margin: 0; height: auto; }
div.announcement > div.content > div.container > div { position: absolute; left: -9999px; padding: 10px; }
div.announcement > div.content > div.container > div.active { position: absolute; left: 0; top: 0; }
div.announcement > div.content > div.container.full > div.active { position: relative; left: 0; top: 0; }

div.announcement > div.content div.announcement-content { clear: both; border-top: 1px dashed #e5e5e5; padding-top: 14px; }
div.announcement > div.content div.announcement-content > h3 { font-size: 14px; font-weight: bold; color: #898989; margin-bottom: 15px; }
div.announcement > div.content div.announcement-content > div { font-size: 12px; line-height: 17px; }

div.announcement > div.content div.announcement-content > div ul {
    list-style-type: disc; 
}

div.announcement > div.content div.announcement-content > div ul, 
div.announcement > div.content div.announcement-content > div ol {
    list-style-position: inside;
    padding-left: 10px;
}
div.announcement > div.content > div.announcement-info { 
    width: 310px; 
    float: right; 
    padding-left: 2px; 
    padding-top: 40px; 
    overflow: hidden;
}
div.announcement > div.content > div.announcement-info.with-logo { padding-top: 0; }

div.announcement > div.content > div.announcement-info > div.company-logo { text-align: center; }

div.announcement > div.content > div.announcement-info table { width: 100%; }
div.announcement > div.content > div.announcement-info table tr { height: 26px; line-height: 26px; border-bottom: 1px dashed #e5e5e5; }
div.announcement > div.content > div.announcement-info table th { text-align: left; width: 127px; }
div.announcement > div.content > div.announcement-info table th span { padding-left: 14px; background: url(../img/category-arrow.png) no-repeat 3px 10px transparent; display: block; }
div.announcement > div.content > div.announcement-info table th.company span { font-weight: normal; }

div#announcement-map { overflow: hidden; width: 355px; height: 350px; }

div.announcement > div.content > div.banner { width: 735px; margin-top: 25px; text-align: center; }

.share-buttons { float: left; }
.share-buttons a { width: 20px; height: 20px; float: left; margin: 6px 3px; }

#gg-share { background: url(../img/share/gg.png) no-repeat center; }
#nk-share { background: url(../img/share/nk.png) no-repeat center; }
#twitter-share { background: url(../img/share/twitter.png) no-repeat center; }
#gr-share { background: url(../img/share/gr.png) no-repeat center; }
#blip-share { background: url(../img/share/blip.png) no-repeat center; }
#wykop-share { background: url(../img/share/wykop.gif) no-repeat center; }
#fb-share { background: url(../img/share/fb.png) no-repeat center; }

/* ANNOUNCEMENT SLIDER GALLERY
*******************************************************************************/

div.slider-gallery { height: 300px; width: 355px; }
div.slider-gallery div.big-photo { height: 300px; text-align: center; }
div.slider-gallery div.big-photo img { max-width: 355px; max-height: 280px; margin: 0 auto; }
div.slider-gallery div.nav {  }
div.slider-gallery div.nav a.browse { display: block; width: 7px; height: 30px; margin-top: 6px; }
div.slider-gallery div.nav a.prev { background: url(../img/buttons/gallery-prev.png) no-repeat 0 0 transparent; float: left; }
div.slider-gallery div.nav a.next { background: url(../img/buttons/gallery-next.png) no-repeat 0 0 transparent; float: right; }
div.slider-gallery div.nav a.disabled { display: none; }
div.slider-gallery div.nav div.slider { width: 330px; overflow: hidden; position: relative; height: 45px; float: left; }
div.slider-gallery div.nav div.slider div.items { width: 9999px; position: absolute; }
div.slider-gallery div.nav div.slider div.items div { float: left; margin-left: 6px; margin-right: 0; width: 58px; height: 43px; }

div.slider-gallery div.nav div.slider div.items img { max-width: 58px; max-height: 43px; border: 1px solid #e3e3e3; }

/* ANNOUNCEMENT CONTACT FORM
*******************************************************************************/

form#announcement-contact p.info { font-style: italic; }

form#announcement-contact input[type=text] { width: 129px; }
form#announcement-contact fieldset { margin-left: 0; }
form#announcement-contact textarea { width: 343px; margin-top: 15px; } 
form#announcement-contact p img { float: left; margin-top: 15px; }
form#announcement-contact #bform-captcha-row { 
    margin-top: 10px; 
    width: 300px;
    float: left;
}
form#announcement-contact input[type=submit] { margin-top: 30px; }

/* FORMS
*******************************************************************************/

form.bform fieldset { margin-top: 10px; padding-top: 10px; margin-left: 100px; }

form.bform fieldset p, form.bform fieldset .control-group { margin-bottom: 10px; clear: both; overflow: hidden; }
form.bform fieldset p > label, form.bform fieldset .control-group > label { float: left; width: 150px; text-align: right; padding-right: 10px; font-weight: bold; line-height: 28px; }
form.bform label .required, form.bform label .required {
    color: red;
}
form.bform fieldset p > label > span, form.bform fieldset .control-group > label > span { font-weight: bold; color: #9d0a0e; }
form.bform fieldset p span, form.bform fieldset .control-group span {
    line-height: 28px;
}

form.bform fieldset.border { border-top: 1px solid #e1e1e1; }

form.bform fieldset.files { padding-left: 160px; }
form.bform fieldset.files input { display: block; margin-bottom: 5px; }

form.bform fieldset.group label input { margin-left: 4px; margin-right: 4px; }
form.bform fieldset.group label { float: none; font-weight: normal; margin-right: 50px; }
form.bform fieldset.group span.error { width: auto; }

form.bform fieldset.buttons { text-align: right; }

form.bform fieldset span.error { line-height: 1.5em; color: #ed1c24; font-weight: bold; display: block; float: left; margin-left: 160px; margin-top: 3px; text-align: left; clear: both; }
form.bform fieldset.group span.error { padding-top: 0; }

form.bform fieldset .controls span.error { float: none; margin-left: 0px;}
form.bform fieldset label span.error { float: none; margin-left: 0px; display: inline-block; }

form.bform input[type=text],
form.bform input[type=password] { width: 168px; padding: 5px; border: 1px solid #e1e1e1; }
form.bform select { width: 180px; padding: 5px; border: 1px solid #e1e1e1; }
form.bform textarea { padding: 5px; border: 1px solid #e1e1e1; outline: 0 none; }
form.bform input[type=checkbox], form.bform input[type=radio] { vertical-align: middle; }

form.bform input.error, form.bform select.error, form.bform textarea.error { border: 1px solid #ed1c24 !important; }

form.bform input:focus, form.bform textarea:focus, form.bform select:focus { border: 1px solid #F7941D !important; }

.bform .controls {
    float: left;
}

.captcha_box .captcha_text {
    margin: 5px 0;
    font-style: italic;
    line-height: initial;
}

.captcha_box .riddle .question {
    font-size: 13px;
}

.field_map {
    width: 300px;
    height: 300px;
}

.fieldset_localization .fields {
    float: left;
    margin-right: 10px;
    margin-top: 20px;
}

form.bform .fieldset_localization .fields span.error {
    float: none;
    width: auto;
    text-align: right;
}

.fieldset_localization .map_field_row {
    float: left;
}

.field_map img {
    max-width: none !important;
}

.fieldset_localization .map_field_row label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

input[type=submit], input[type=reset], a.button { padding-left: 25px; padding-right: 25px; min-width: 70px; height: 30px; line-height: 26px; color: white; font-weight: bold; border-top: 1px solid #FAA121; border-bottom: 1px solid #f48917;
                    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border-left: 0 none; border-right: 0 none; cursor: pointer;
                    background: #faa121; /* Old browsers */
                    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
                    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhYTEyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWExMjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjQ4OTE3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
                    background: -moz-linear-gradient(top, #faa121 0%, #faa121 100%, #f48917 100%); /* FF3.6+ */
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faa121), color-stop(100%,#faa121), color-stop(100%,#f48917)); /* Chrome,Safari4+ */
                    background: -webkit-linear-gradient(top, #faa121 0%,#faa121 100%,#f48917 100%); /* Chrome10+,Safari5.1+ */
                    background: -o-linear-gradient(top, #faa121 0%,#faa121 100%,#f48917 100%); /* Opera 11.10+ */
                    background: -ms-linear-gradient(top, #faa121 0%,#faa121 100%,#f48917 100%); /* IE10+ */
                    background: linear-gradient(top, #faa121 0%,#faa121 100%,#f48917 100%); /* W3C */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faa121', endColorstr='#f48917',GradientType=0 ); /* IE6-8 */}

a.button { display: inline-block; line-height: 30px; padding-left: 10px; padding-right: 10px; text-align: center; }
a.button.center { margin: 0 auto; }


ul.errors { margin-top: 20px; margin-bottom: 20px; text-align: center; color: #ed1c24; }
ul.errors li { margin-bottom: 4px; }

form.bform > table { margin-top: 20px; margin-left: 60px; }
form.bform table tr { height: 28px; line-height: 28px; }
form.bform table tr.errors { height: auto !important; line-height: normal !important; }
form.bform table td { padding-bottom: 10px; }
form.bform table td.label { width: 150px; text-align: right; padding-right: 10px; }
form.bform table td.label label { font-weight: bold; }
form.bform table td.label label span { color: #9d0a0e !important; }
form.bform table td.input span.error { float: right; width: 360px; color: #ED1C24; padding-top: 4px; text-align: left; font-weight: bold;  }


.strength0 {
    padding: 3px 5px;
    color: white;
    background:#cccccc;
}

.strength1 {
    padding: 3px 5px;
    color: white;
    background:#ff0000;
}

.strength2 {
    padding: 3px 5px;
    color: white;
    background:#ff5f5f;
}

.strength3 {
    padding: 3px 5px;
    color: white;
    background:#56e500;
}

.strength4 {
    padding: 3px 5px;
    color: white;
    background:#399800;
}

/* STEPS
*******************************************************************************/
ul.steps {
    overflow: hidden;
}
ul.steps li { display: block; width: 240px; border-top: 2px solid #f6f6f6; border-bottom: 2px solid #eaeaea; height: 23px; margin-right: 4px; padding: 2px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
              line-height: 25px; float: left;
                background: #f6f6f6; /* Old browsers */
                /* IE9 SVG, needs conditional override of 'filter' to 'none' */
                background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
                background: -moz-linear-gradient(top, #f6f6f6 0%, #eaeaea 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #f6f6f6 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #f6f6f6 0%,#eaeaea 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #f6f6f6 0%,#eaeaea 100%); /* IE10+ */
                background: linear-gradient(top, #f6f6f6 0%,#eaeaea 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#eaeaea',GradientType=0 ); /* IE6-8 */ }
ul.steps li.active { border: 2px solid #f7941d; width: 236px; }
ul.steps li span.number { display: block; float: left; width: 28px; height: 21px; border-top: 1px solid #d0d0d0; border-bottom: 1px solid #c4c4c4; line-height: 21px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
                          text-align: center; font-weight: bold; font-size: 13px; color: white;
                            background: #d0d0d0; /* Old browsers */
                            /* IE9 SVG, needs conditional override of 'filter' to 'none' */
                            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QwZDBkMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNGM0YzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
                            background: -moz-linear-gradient(top, #d0d0d0 0%, #c4c4c4 100%); /* FF3.6+ */
                            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d0d0d0), color-stop(100%,#c4c4c4)); /* Chrome,Safari4+ */
                            background: -webkit-linear-gradient(top, #d0d0d0 0%,#c4c4c4 100%); /* Chrome10+,Safari5.1+ */
                            background: -o-linear-gradient(top, #d0d0d0 0%,#c4c4c4 100%); /* Opera 11.10+ */
                            background: -ms-linear-gradient(top, #d0d0d0 0%,#c4c4c4 100%); /* IE10+ */
                            background: linear-gradient(top, #d0d0d0 0%,#c4c4c4 100%); /* W3C */
                            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#c4c4c4',GradientType=0 ); /* IE6-8 */ }
ul.steps li.active span.number { color: #f7941d; border-top: 2px solid white; border-bottom: 2px solid #f2f2f2;
                                    background: #ffffff; /* Old browsers */
                                    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
                                    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
                                    background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
                                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
                                    background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
                                    background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
                                    background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* IE10+ */
                                    background: linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* W3C */
                                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-8 */ }
ul.steps li span.text { margin-left: 13px; color: #acacac; font-weight: bold; }
ul.steps li.active span.text {  color: #545454; }

/* FORM ADD ANNOUNCEMENT
*******************************************************************************/

div.notice-info { margin-left: 10px; margin-top: 25px; margin-bottom: 25px; line-height: 16px; }

/* FORM PROMOTE ANNOUNCEMENT
*******************************************************************************/

form fieldset.promotion h3 { font-size: 12px; margin-bottom: 25px; }

/*
form fieldset.promotion div.options { color: #acacac; clear: both; }

form fieldset.promotion div.options div.header > div { font-weight: bold; color: black; height: 37px; vertical-align: top; padding-top: 0 !important; }

form fieldset.promotion div.options div.row.small { height: 37px; }
form fieldset.promotion div.options div.row.big { height: 55px; }
form fieldset.promotion div.options div.row.border { border: 1px solid #e1e1e1; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; margin-bottom: 4px; }
form fieldset.promotion div.options div.row.background { background-color: #f8f9f9; }

form fieldset.promotion div.options div.row > div { float: left; }
form fieldset.promotion div.options div.row div.description { width: 480px; padding-left: 7px; }
form fieldset.promotion div.options div.row div.description h4 { margin-bottom: 7px; margin-top: 7px; color: #898989; font-weight: bold; }
form fieldset.promotion div.options div.row div.small { width: 90px; vertical-align: middle; padding-top: 15px; }
form fieldset.promotion div.options div.row div.price span.red { font-size: 12px; font-weight: bold; }

form fieldset.promotion div.options div.center { text-align: center; }
*/

div#announcement-distinction { display: none; }

div#announcement-distinction h4 { float: left; width: 200px; margin-left: 10px; color: #898989; margin-top: 12px; }
div#announcement-distinction div.container { background-color: #f9f8f8; border: 1px solid #e1e1e1; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; float: right; width: 520px; padding: 10px; }
div#announcement-distinction div.container div.payment-texts { margin-top: 15px; }
div#announcement-distinction div.container fieldset { padding: 0; margin: 0; }
div#announcement-distinction div.container fieldset.payment-code { margin-top: 15px; }

/* FORM DIG UP ANNOUNCEMENT
*******************************************************************************/

div.dig-up div.content { padding-top: 35px !important; padding-left: 15px !important; }
div.dig-up div.content h3 { height: 40px; padding-left: 75px; padding-top: 18px; background: url(../img/icons/distinction.png) no-repeat 0 0 transparent; font-size: 12px; color: #f48917; font-weight: bold;
                            margin-bottom: 15px; }
div.dig-up div.content img.show { float: left; }
div.dig-up div-content form { float: right; }
div.dig-up div.content > p { margin-bottom: 15px; }

div.dig-up div.content form fieldset { height: 240px; width: 330px; border-top: 1px solid white; border-bottom: 1px solid #f4f4f4; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
                                       padding-top: 25px; padding-left: 35px; padding-right: 35px; position: relative;
                                        background: #ffffff; /* Old browsers */
                                        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
                                        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
                                        background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%); /* FF3.6+ */
                                        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
                                        background: -webkit-linear-gradient(top, #ffffff 0%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
                                        background: -o-linear-gradient(top, #ffffff 0%,#f4f4f4 100%); /* Opera 11.10+ */
                                        background: -ms-linear-gradient(top, #ffffff 0%,#f4f4f4 100%); /* IE10+ */
                                        background: linear-gradient(top, #ffffff 0%,#f4f4f4 100%); /* W3C */
                                        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-8 */}
div.dig-up div.content form fieldset h4 { text-align: center; font-weight: bold; font-size: 15px; color: black; padding-bottom: 10px; }
div.dig-up div.content form fieldset p { margin: 0; }
div.dig-up div.content div.no-promotion { text-align: center; margin-bottom: 20px; }
div.dig-up div.content form fieldset select { margin-right: 3px; }
div.dig-up div.content form input[type=submit] { position: absolute; bottom: 27px; right: 37px;
                                                    background: #faa121; /* Old browsers */
                                                    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
                                                    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhYTEyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWExMjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjQ4OTE3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
                                                    background: -moz-linear-gradient(top, #faa121 0%, #faa121 100%, #f48917 100%); /* FF3.6+ */
                                                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faa121), color-stop(100%,#faa121), color-stop(100%,#f48917)); /* Chrome,Safari4+ */
                                                    background: -webkit-linear-gradient(top, #faa121 0%,#faa121 100%,#f48917 100%); /* Chrome10+,Safari5.1+ */
                                                    background: -o-linear-gradient(top, #faa121 0%,#faa121 100%,#f48917 100%); /* Opera 11.10+ */
                                                    background: -ms-linear-gradient(top, #faa121 0%,#faa121 100%,#f48917 100%); /* IE10+ */
                                                    background: linear-gradient(top, #faa121 0%,#faa121 100%,#f48917 100%); /* W3C */
                                                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faa121', endColorstr='#f48917',GradientType=0 ); /* IE6-8 */}

div.dig-up form.bform fieldset p > label > span.price {
    color: #5C5C5C;
}

div.dig-up div.content form.announcement_add fieldset {
    margin: auto;
}

/* PAGINATION
*******************************************************************************/

ul.pagination { float: right; margin-top: 15px; margin-bottom: 15px; }
ul.pagination li { background: none !important; border: 0 none !important; display: inline; }

/* PROFILE
*******************************************************************************/
table.announcement-edit-images { width: 100%; }
table.announcement-edit-images td { padding-top: 20px; padding-bottom: 20px; text-align: center; }
table.announcement-edit-images td.image { text-align: center; width: 200px;  }
table.announcement-edit-images td.actions { text-align: left; vertical-align: middle; }

/* CATALOG MAP
*******************************************************************************/
.m170 { border: 0 none !important; }

/* CATALOG PROMOTED COMPANIES INDEX BOX
*******************************************************************************/

div#main div.box.index.small { width: 340px; float: right; }
div#main div.box.index.small.companies div.content ul { text-align: center; }
div#main div.box.index.small.companies div.content ul li { margin-bottom: 15px; }
div#main div.box.index.small.companies div.content ul li img { max-width: 65px; max-height: 39px; }

/* CATALOG COMPANIES LIST
*******************************************************************************/
div#content div.box.announcements.companies div.content > ul > li { position: relative; }
div#content div.box.announcements.companies div.content > ul > li > div.map { position: absolute; left: -9999px; height: 150px; width: 100%; }
div#content div.box.announcements.companies div.content > ul > li > div.announcement { width: 590px; }
div#content div.box.announcements.companies div.content > ul > li > div.announcement a.company-details { position: absolute; left: 150px; bottom: 5px; }
div#content div.box.announcements.companies div.content > ul > li > div.announcement > div.info { width: 448px; padding-top: 3px; }
div#content div.box.announcements.companies div.content > ul > li > div.actions { width: 135px; height: 109px; font-size: 11px; padding-top: 10px; text-align: left; padding-left: 10px; position: relative; line-height: 14px; }
div#content div.box.announcements.companies div.content > ul > li > div.actions span.header { font-weight: bold; padding-bottom: 5px; }
div#content div.box.announcements.companies div.content > ul > li > div.actions > p.map { position: absolute; left: 35px; bottom: 5px; }
div#content div.box.announcements.companies div.content > ul > li > div.actions > p.map > a { cursor: pointer; }

/* FLASHINFO 
*******************************************************************************/

p.flashinfo { padding-left: 18px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-left: 6px; position: relative; font-weight: bold; padding-top: 20px; padding-bottom: 17px;
              margin-bottom: 15px; }
p.flashinfo.error { border: 2px solid #9c0d11; background-color: #f1c9ca; color: #a10b0d;  }
p.flashinfo.success { border: 2px solid #8ec63d; background-color: #d2e9b5; color: #476823; } 

p.flashinfo span { display: block; width: 6px; height: 12px; position: absolute; left: -8px; top: 19px; }
p.flashinfo.error span { background: url(../img/arrow-error.png) 0 0 no-repeat #f1c9ca; }
p.flashinfo.success span { background: url(../img/arrow-success.png) 0 0 no-repeat #f1c9ca; }

div.box.add-company div.choose { margin: 50px 90px 20px; float: right; overflow: hidden; clear: both; }
div.box.add-company div.choose form#company-basic { float: left; margin-right: 10px; }
div.box.add-company div.choose form#company-promoted { float: right; }

/* NOTIFIER
*******************************************************************************/
div#content div.box.categories > .box-header span.right { float: right; padding-right: 10px; font-size: 11px; }
div#content div.box.categories > .box-header span.right a { color: white; }

/* SKYCRAPER
*******************************************************************************/
div.skycraper {
    position: absolute;
    top: 0px;
    left: -126px;
} 

#sponsored-links ul li { float: left; margin: 5px 10px; }

#archive_box h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}

/* Reviews */

.company_reviews .header {
    overflow: hidden;
}

.company_reviews .header > * {
    display: block;
    float: left;
    margin-right: 10px;
}

.company_reviews .header label {
    display: inline;
}

.company_reviews .add_company_review {
    float: right;
    margin: 0px;
}

.company_reviews .review {
    overflow: hidden;
    margin: 10px 5px;
    padding: 2px;
    border: 1px solid #E1E1E1;
}

.company_reviews .review .header {
    background: #E1E1E1;
    overflow: hidden;
    padding: 3px 10px;
    line-height: 22px;
    font-size: 11px;
}

.company_reviews .review .header label {
    display: inline;
    font-style: italic;
}

.company_reviews .review .header span {
    font-weight: bold;
}

.company_reviews .review .header > *{
    float: left;
    margin-right: 10px;
}

.company_reviews .review .header .date_added {
    float: right;
    margin-right: 0px;
}

.company_reviews .review .header .rating > span {
    overflow: hidden;
    display: inline-block;
}

.company_reviews .review .comment_body {
    padding: 5px 10px;
}

/* Overlay */

.overlay_header {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 10px;
}

.overlay_body {
    font-size: 14px;
    padding: 5px;
    text-align: center;
    line-height: 1.5em;
}

#newsletter_overlay form {
    margin: 10px 0;
}

#newsletter_overlay form input[type=text] {
    width: 200px;
    border: 1px solid #E1E1E1;
    line-height: 28px;
    padding-left: 12px;
    font-style: italic;
    color: #C2C2C2;
    height: 25px;
}

#notifier_overlay {
    width: 700px;
}

#notifier_overlay form {
    margin: 10px 0;
    text-align: left;
}

#notifier_overlay form .control-group {
    margin-bottom: 10px;
    overflow: hidden;
}

#notifier_overlay form .control-group label {
    font-weight: bold;
    width: 400px;
    display: inline-block;
    text-align: right;
    float: left;
    margin-right: 5px;
    padding: 3px 0;
}

#notifier_overlay form .control-group .controls {
    float: left;
}

#notifier_overlay form .categories-row select {
    height: 150px;
}

/* Facebook login */

.btn-facebook {
    background: url("../img/buttons/FBlogin.png") no-repeat;
    width: 195px;
    height: 29px;
    display: block;
    padding-left: 30px;
    line-height: 29px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-top: 11px;
}

a.btn-facebook:hover {
    color: white;
    text-decoration: none;
}

#auth_login_box .btn-facebook { margin: 30px auto; }
#register_box .btn-facebook { display: inline-block; margin-left: 20px; }