
/**** Common Styles *******************/
body,form       {margin:0px;padding:0px;font-family: Arial; }
/*td,a,span,div   {font-size:12px; }*/
select          {font-family: Sylfaen;}
input{vertical-align:middle}
ul              {list-style-type:none; }

ul.list         { margin:0px 0px 1em; padding:0px; font-family: Arial;}
ul.list li      { margin:0px; padding: 4px 0px;font-family: Arial; }

img 			{ border:0px; }


#main {
    margin: 0 auto;
    /*width:97%;
    width: expression((document.documentElement.clientWidth || document.body.clientWidth) > 1200? "1280px": "97%" ); */
    max-width: 1280px;
    min-width: 980px;
}

#inner_wrapper {
    float: left;
    position: relative;
    width: 100%;
}

p { margin-top: 0px; }

.bgr_tl{background:url(/images/bgr.gif) no-repeat 0px 0px; width:40px; height:40px; }
.bgr_tr{background:url(/images/bgr.gif) no-repeat 0px -80px; width:40px; height:40px; }
.bgr_bl{background:url(/images/bgr.gif) no-repeat 0px -40px; width:40px; height:40px; }
.bgr_br{background:url(/images/bgr.gif) no-repeat 0px -120px; width:40px; height:40px; }
.bgr_t{background:url(/images/bgr.gif) repeat-x 0px -160px; }
.bgr_b{background:url(/images/bgr.gif) repeat-x 0px -200px; }

.bgr_l{background:url(/images/bgr2.gif) repeat-y 0px 0px; }
.bgr_r{background:url(/images/bgr2.gif) repeat-y -42px 0px; }

#leftmenu{
    background:#FFFFFF;
}

#leftmenu ul{
    margin:  0px;
    padding: 0px;
}

#leftmenu li{
    margin:  0px;
    padding: 0px;

}


#leftmenu a{
    background: url('../images/leftmenu_bg.png') repeat-x;
    width: 190px;
    text-decoration: none;
    font-size: 12px;
    color: #666666;
    border: 1px solid #dddddd;
    padding: 11px 10px;
    float:left;
    border-radius: 3px;
    margin-bottom: 10px;
}

#leftmenu a:hover{
    background: #ffffff;
    border: 1px solid #98d639;
}
#leftmenu span { margin-bottom: -5px; float:left; padding: 3px 0 0 15px; }
#leftmenu img { float:left; }

.my_sort  {
    float:left;
    width: 291px;
    margin-left: 5px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    height: 45px;
}
.passive_tab {
    padding: 12px 15px 18px 15px;
    float:left;
    border-right: 1px solid #dddddd;
    text-decoration: none;
    color: #666666;
    background: url('/images/leftmenu_bg.png') repeat-x;
}
.my_sort a:last-child { border-right: none; }
.passive_tab:hover {
    background: #ffffff;
}
.active_tab {
    padding: 12px 15px 18px 15px;
    float:left;
    border-right: 1px solid #dddddd;
    text-decoration: none;
    color: #666666;
    background: #ffffff;
}
.user_announces {
    float:left;
    width: 100%;
    padding: 0 5px;
    margin-top: 10px;
    min-height:600px;
}
.my_items {
    float:left;
    width:100%;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
}
.my_img { float:left; width: 125px;}
.my_img img {
    float:left;
}
.my_id {
    color: #ec8000;
    float:left;
    font-weight: bold;
    margin: 10px 0 8px 28px;
}
.reload {
    background: url('/images/reload.png') no-repeat;
    width: 80px;
    height: 25px;
    float:left;
    padding: 10px 0 0 45px;
    text-decoration: none;
    color: white;
}
.my_info {width:600px; float:left; margin-left: 20px; border-right: 1px solid #dddddd; }
.my_info .tit_a { color: #666666; text-decoration: none; float:left; width: 100%; }
.my_info .pr { float:left; width: 11%; }
.my_price { float:left; width: 89%; color: #ed8811; font-size: 13px; font-weight: bold; }

.my_tools {  border: 1px solid #dddddd; float:left; margin-top: 27px; border-radius: 5px; }
.my_tools span, .my_tools a { padding: 15px 10px; float:left;}
.my_stat { width: 200px; float:left; text-align: center; }
.my_stat span:first-child { color: #666666; width: 100%; float: left; margin-top: 20px; font-size: 13px; }
.my_stat img { padding: 10px 0 5px 0;}
.active { float:left; width: 100%; color: #4d9b13; font-size: 13px;}
.inactive { float:left; width: 100%; color: #cd0f0f; font-size: 13px; }
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    color: #555555;
    display: inline-block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 4px 6px;
    vertical-align: middle;
}
.search_p {
    width:142px; height:30px;
    background-image: url('../images/search.png');
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-size: 14px;
    overflow:hiden;
}
.selectboxes{
    font-size: 15px;
    height: 30px;
    border-radius: 4px;
    color: #555555;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    width: 177px !important;
    margin-bottom:0px;
}
.input_textss {
    font-size: 15px;
    height: 20px;
    border-radius: 4px;
    color: #555555;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
}

.input_area{
    border:  1px solid #ccc;
}

/**** Search Bar **********************/
.searchform     {width:80%;}
.searchActive   {color:#fff;    font-size:11px;  text-decoration:none; padding:2px;}
.searchInactive {color:#3A679E; background:#FFF; font-size:11px; text-decoration:none;padding:2px;}

/**** Box Elements Styles *************/
.tdblock     {padding: 3px 0px; white-space:nowrap;}
.thumb       {width:100px; }
.gallery     {padding:0px; margin:5px; float:left; display:inline; width:110px; height:110px; text-align: center;}
.gallery img {cursor: pointer; margin:5px; }
.title_l { font-size: 14px; font-weight: bold; color: #434343; padding-left: 7px;}
#container_image { height: 450px; overflow:hidden; width:510px; text-align:center;}
.rec_id { float:right; font-size: 12px; color: black; font-weight: bold;}
/*.add_date { font-size: 12px; float:left; color: black; margin-right: 15px; font-weight: bold; }*/
.add_date img { margin-right: 4px;}

.photo_b img { width: 174px; }
.product {float: left; margin-left:10px; height: 145px; border-bottom: 1px dotted #ccc; padding-top: 10px; }
#product_p {height:208px; width: 174px; border:1px solid #d9d9d9;padding:0; margin:10px 0 0 10px; float:left;overflow:hidden;}
.name a { color: #4d4d4d; text-decoration: none; }
.name { margin-top:4px; height:36px; line-height: 18px; overflow:hidden;}
.price { margin-top:7px; color: #f08300; font-size: 15px; width:50%; float:left; }
.desc_bg { height: 72px; float:left; padding: 0 10px; width: 90%; }
/*.location { margin-top:8px; padding-left: 15px; width:40%; float:right; color: #ababab; font-size: 11px; text-align: right; }*/
.location { float: right; margin-top: 10px; color: #ababab; font-size: 10px; }
.prod_line {
    border-top: 1px solid #d9d9d9;
    margin-left: 10px;
    float:left;
    width: 100%;
    color: #555555;
}
table .pagenary { margin: 10px 0; }
.kb-switcher { float:left; }
.search-box {-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #B5B8C8 -moz-use-text-color;
    border-image: none;
    border-style: solid none;
    border-width: 0;
    height: 34px;
    line-height: 28px;
    margin: 0;
    width: 848px;
    float:left;
    overflow:hidden;
}
.search {
    border: 1px solid #CDCDCD;
    border-radius: 2px 2px 2px 2px;
    float: left;
    height: 36px;
    width: 971px;
    box-shadow: 0 4px 2px rgba(0, 0, 0, 0.08) inset;
}
.prod_list { width: 100%; }
.product_list { height: 105px; border: solid #e3e1e1 1px; margin-top:7px; border-radius: 3px;}
.photo_b_list { width: 120px; margin: 7px 0 0 5px; float: left; height: 100px; overflow:hidden; }
.photo_b_list img { border: 1px solid #ededed; padding: 2px; }
.middle_list {float: left; width: 500px; height: 100%; margin-top: 5px;}
.right_list { width:100px; float:right; height: 100%; margin-top: 5px;}
.name_list { margin: 7px 0 7px 0; float: left; width: 500px; overflow: hidden; height: 18px; }
.id_list { margin: 5px 15px 0 0; float:right; display: inline-block; width: 100%;text-align:right; }
.price_list { font-size: 14px; margin-right:15px; font-weight: bold; float:right; color:#ff9211; text-align:right; display: inline-block; width: 100%; }

.publish_date_list { float:right; margin: 5px 15px 0 0; display: inline-block; }
.seen {
    float: right;
    margin: 5px 13px 0 0;
    display: inline-block;
}
.seen img{ margin: -2px 5px;}
.seen div {margin:0 2px; float: right;}
.description_list {float:left;height:36px;}
.description_list span {
    float: left;
    height: 36px;
    line-height: 18px;
    overflow: hidden;
    width: 500px;
    word-wrap: break-word;
}



/**** Link/Font Styles ****************/
.red        {color:#ed1c24;}
.black      {color:#000;}
.white      {color:#fff;}
.gray       {color:#616161; font-size:13px; text-decoration:underline;}
.gray_dark  {color:#595959; font-size:13px; text-decoration:none;}
.blue       {color:#185C8B; text-decoration:none;}

.green      {color:#009800; float: right;}
.title_large{color:#595959; font-size:20px; font-weight:bolder;}

.last_title {
    border-left: 1px solid #EDEDED;
    border-radius: 4px;
    border-right: 1px solid #EDEDED;
    border-top: 1px solid #EDEDED;
    margin-left: 10px;
    margin-top: 10px;
    padding: 10px 15px;
    width: 102px;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
    float:left;
}
.last_title a { color: #858585; font-size: 14px; }
.count_ann { float:right; width: 595px; text-align: right; margin-top: 7px; }
.photo_b { height: 133px; overflow: hidden; }

.no_u {text-decoration:none;}
.b    {font-weight:bold;}

.s10 {font-size:10px;}
.s11 {font-size:11px;}
.s12 {font-size:12px;}
.s13 {font-size:12px;}
.s13:hover {color:#009800;}
.s14 {font-size:14px;}
.s16 {font-size:14px;}
.s18 {font-size:18px;}

/**** Paginary Output  *****************/
.pagenary td {
    width:15px;
    padding: 4px;
    text-align: center;
    color: #606060;
    font-size:12px;
    font-weight:bold;
    border-right: 1px dotted #ccc;
}


.pagenaryCurrent{
    background: #689CBF;
    color: #fff !important;
}

.pagenary td a  {color: #0857A6; font-size:12px; text-decoration:none;}


.scItemsTd{
    border-left:1px solid #ccc;
    padding: 0px 5px;
}

.scItemsSelected,
.scItems,
.scItemsParent
{
    cursor:pointer;
    padding:3px 15px 3px 4px;
}

.scItemsParent{
    background: URL('../images/arr_right.gif') no-repeat right center;
}


.scItemsSelected{
    background-color: #7596AF;
    border: 1px solid #627C90;
    color: #fff;
}

.scItems,
.scItemsParent
{
    background-color: transparent;
    color: #185C8B;
}


.errmsg{
    color: #fff;
    background:#CA335A;
    padding: 3px 5px;
    margin-left: 15px;

}


.category,
.activeCategory
{
    margin-bottom:3px; padding:1px 1px 1px 2px;
}

.category{
    color:#666;
}

.activeCategory{
    background:#7596AF;
    color:#fff;
    border: 1px solid #627C90;
}

.activeCategory a{
    color:#fff;
    font-weight: bold;
}

.ann_subtitle{
    font-size: 14px;
    font-weight: bold;
    background: URL('../images/dots.gif') repeat-x bottom;
}

.ann_lefttd{
    text-align: right;
    padding-right: 20px;
}


.datagrid td{
    background: #f7f7f7;
}


.comments_list{
    margin:  0px;
    padding: 0px;
}


.comments_list li{
    border-bottom: 1px solid #D8DFEA;
}

.prod_img_upload {
    border: 1px solid #CCCCCC;
}

.prod_imp_upload_txt {
    float: left;
    font-weight: bold;
    padding-right: 10px;
    margin-top: 3px;
}

.upload_result {
    margin-top: 5px;
}

.upload_result img {
    float: left;
}

.upload_result div {
    float: left;
    margin-left: 30px;

}

.prod_submit {
    background-image: url("../images/search-btn.png");
    border: none;
    height: 30px;
    width: 113px;
    color: #FFFFFF;
    margin-left: 5px;
}

/* Image uploader */
.iframe_uploader{width:1px; height:1px;position:absolute;left:-3000px;}


#thumbs_preview{
    background:#fff;
    /* border: 1px solid #CCC;*/
    overflow: auto;
    white-space:normal;
}

.imgThumbPreview{
    margin: 2px;
    float:left;
    height:110px;
}

.imgThumbPreview td{
    /* border:1px solid #CCCCCC;*/
}


#contactform_div{
    position:absolute;
    width:300px;
    height:390px;
    background:#fff;
    border: 4px solid #797979;
}

.tabs {width:100%; height:21px; line-height:normal;border-bottom:1px solid #627C90; }
.tabs ul {margin:0; padding:0; list-style:none;}
.tabs li {
    float:left;
    margin:0 2px 0 0;
    padding:0 0 0 10px;
    line-height:17px;
    height:20px;
    display:block;
    border: 1px solid #627C90;
    background:#FEFCF6;
}
.tabs li.current {
    margin-right:2px;
    border: 1px solid #627C90;
    background:#7596AF;
}


.tabs span {float:left; display:block; padding:0px 10px 0 0;}
.tabs a{color:#185C8B; text-decoration:none;}
.tabs li.current a{
    color: #fff;
}

.tabs .current span {}
.tabs .current a {font-weight:bold;}

/* Registration */
.text { float:left }
/*loginform*/
#regFormIncs { width: 250px; margin: 0 auto; margin-top: 30px;}
#login-formInc {position:relative; margin-bottom:10px;}
#login-formInc * {font-size:12px;}
#regFormInc {display:none; z-index:5200; background:#fff;}
#login-formInc .container {padding:0px;}
#login-formInc .container .errors {margin:0; min-height:5px; font-size:11px; color:#E10000; text-align:center;}
#login-formInc .container .title {line-height:150%;}

#login-formInc .container .sub-container {margin:5px;}
#login-formInc .container .sub-container  input {width:96%; margin-top:3px; padding:3px; color:#6a6a6a;}

#login-formInc .container .sub-container .input-submit {}
#login-formInc .container .sub-container .input-submit input {width:100%; margin-top:3px; padding:5px; cursor:pointer;}
.input_texts {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    height: 30px;
    line-height: 30px;
    margin: 0;
    outline: medium none;
    padding-left: 5px;
    width: 100%;
    float:left;
    background-color:#fcfcfc;
    box-shadow: 0 4px 2px rgba(0, 0, 0, 0.08) inset;
}
#login-formInc .container .sub-container .links {}
#login-formInc .container .sub-container .links a {display:block; color:#195c9c; text-decoration:underline;}
#login-formInc .container .sub-container .links a.lft {float:left;}
#login-formInc .container .sub-container .links a.rgt {float:right;}

.login_css_default {color:#909090;}

.info_message { margin-left: 10px; }
/* Panels */
.productslist { float:left; margin: 0 10px; width: 740px;}
.panel_wrapper {padding-top:5px; clear:both; }
.panel_wrapper div.panel {display:none;}
.panel_wrapper div.current {display:block; width:98%; overflow:visible;}
#panel_options { padding: 10px; border: 1px solid #d9d9d9; border-radius: 3px; }
.option_title { color: #ff9211; font-size: 13px; font-weight: bold; }
.opt_item { width:138px; float:left; margin-right: 45px; }
.opt_item:nth-child(4),.opt_item:nth-child(8),.opt_item:nth-child(12),.opt_item:nth-child(16),.opt_item:nth-child(20),.opt_item:nth-child(24) {
    margin-right: 32px;
}

/* Social */

.odkl-klass-s,.odkl-klass{display:-moz-inline-stack;display:inline-block;*display:inline;vertical-align:middle;overflow:hidden;text-indent:-3000px;zoom:1;*text-indent:0;*font:0/0 Arial;}.odkl-klass{width:69px;height:21px;background:#f93 url(odkl_klass.gif) no-repeat;}
.odkl-klass-s{width:16px;height:16px;background:#f93 url('http://stg.odnoklassniki.ru/share/odkl_klass_s.gif') no-repeat;}


.category_text {
    float:left;
    width:190px;
    height:28px;
    background-color: #ff8a00;
    padding:5px 10px;
    border-radius: 7px 7px 0 0;
    border-top: 1px solid #cacaca; border-left: 1px solid #cacaca; border-right: 1px solid #cacaca;
    height: 40px;
}
.category_text span { color:white; font-size:16px; margin-top: 12px; float:left; padding: 0px 49px }
.leftMenu, .panel { float:left; width:210px; border:1px solid #cacaca; border-radius: 0 0 7px 7px;  }
.leftMenu a {
    color: #5a5a5a;
    text-decoration: none;
    background: url('/images/category_itrems_bg.png') repeat-x;
    float:left;
    width: 190px;
    padding: 12px 10px 12px;
    border-bottom: 1px solid #CACACA;
}
.parent { list-style-type:none;  float:left; }
.leftMenu a:hover { background: #ff8a00; color: #ffffff; }
.parent:last-child { border-bottom: 0px; }
.men { display: block; float: left; font-size: 13px; cursor:pointer;  }
.men span { }
.men img { float:left; width:9px; margin-top:5px; }
.panel { line-height:150%; float:left; margin:0px; padding: 0; border: none; }
.panel li a { color: #5a5a5a; text-decoration: none; }
.panel li a:hover { color: #ffffff; text-decoration: none;}


.switcher, .switcher2{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 transparent;
    border-color: -moz-use-text-color #dddddd -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: none solid none none;
    border-width: 0 1px 0 0;
    cursor: pointer;
    font-size: 11px;
    height: 34px;
    line-height: 28px;
    margin: 2px 0;
    padding: 0;
    width: 40px;
    color: #979797;
}
.butt { float:left; margin-top: -1px; margin-right: -1px;}
#search-btn {
    background: url("../images/search_button_bg.gif") repeat-x scroll center top transparent;
    border: 0 none;
    cursor: pointer;
    height: 38px;
    line-height: 30px;
    margin: 0;
    width: 60px;
}

#slide { background:#ffffff; margin:0px auto; width:250px; height:100px; position:absolute; top:200px; display:none; text-align:center; z-index:100; box-shadow: 0px 0px 10px 10px #dad6d6;}

#wrapper {
    left: 0;
    min-width: 1000px;
    position: fixed;
    top: -2px;
    width: 100%;
    z-index: 999;
}

#HeaderWrapper {
    background: url("../images/header-bg.png") repeat-x scroll 0 0 transparent;
    border-top: 1px solid transparent;
    box-shadow: 0 1px #FFFFFF inset, 0 1px 3px rgba(34, 25, 25, 0.4);
    height: 40px;
    margin-bottom: 5px;
}

.header {
    margin: 0 auto;
    width: 1191px;
}


body {
    overflow-y: scroll;
}
body, button, input, label, select, td, textarea {
    font-family: arial,verdana,arial,sans-serif;
    font-size: 11px;
}
body {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #333333;
    direction: ltr;
    line-height: 1.28;
    margin: 0;
    padding: 0;
    text-align: left;
    unicode-bidi: embed;
}
#logo {
    float: left;
    margin-top: 8px;
    width: 205px;
}


.login {
    float: right;
    height: 30px;
    text-align: center;
}

.menu ul, .log ul {
    margin: 0;
    padding: 0;
}


body {
    overflow-y: scroll;
}
body, button, input, label, select, td, textarea {
    font-family: arial,verdana,sans-serif;
    font-size: 11px;
}
body {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #333333;
    direction: ltr;
    line-height: 1.28;
    margin: 0;
    padding: 0;
    text-align: left;
    unicode-bidi: embed;
}
.log ul li {
    border-right: 1px solid #E1E0E0;
    float: left;
    height: 40px;
    list-style-type: none;
}

.log ul li a {
    float: left;
    font-size: 12px;
    height: 30px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
    text-align: center;
}

.log ul li a:hover { background-color: #faf9f9;  height: 28px; }

.fancybox-lock { margin-right: 0px!important; }
.menu {
    width: 700px;
    float:left;
}
.menu div { padding-top: 12px; }

.last_title:first-child{ margin-top: 0px; }
.last-announces { position:relative; top: -14px; width: 745px; }

.thumb_images { float:left; width: 100px; overflow: hidden; height: 80px; padding: 2px; border: 1px solid #e2e2e2; margin-bottom: 5px;  margin-left:5px;  }
.product_container { width: 745px; float:left; padding: 5px;}
.options12 tr td table tr { border-bottom: 1px solid #e2e2e2; float:left; width: 100%; padding: 8px 0;}
.fancybox-skin { width:100%!important; }

#block-title{
    color: #ff7a00;
    font-size: 19px;
    height: 35px;
    border-bottom: 1px solid #e2e2e2;
}
.section { padding: 0 10px 10px 10px; }
.registration_form #profile_form { margin-top: 10px; }
.registration_form #profile_form input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #e2e2e2;
    font-size: 12px;
    height: 37px;
    margin-bottom: 5px;
    padding: 0 10px;
    width: 257px;
    border-radius: 3px;
    color: #666666;
    outline: none;
}
.registration_form #profile_form input:focus{
    border: 1px solid #3199EA;
    box-shadow: 0 0 0 2px 2px #B1D9F7;
    outline:medium none;
}
.registration_form .input_text {float:left;}
.importants {
    float:left;
    margin:15px 0 0 6px;
    width: 9px;
    height: 8px;
    background-image: url('/images/importants.png');
}
.reg_text {
    float: left;
    padding-left: 25px;
    padding-bottom:10px;
    width: 534px;
    border-left: 1px solid #e2e2e2;
}
.reg_texts {
    float:left;
    margin-top: 10px;
    font-size: 13px;
    color: #4b4b4b;
}
.reg_line {
    width: 100%;
    height: 26px;
    background: url('/images/reg-title-bg.png') repeat-x;
}
.registration_form #profile_form select {
    background-color: #FFFFFF;
    border: 1px solid #e2e2e2;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 37px;
    position: relative;
    width: 280px;
}
.error { float:left; width: 277px; color:red;}
.registration_form #profile_form select option { }
.registration_form #submit_btn {
    cursor: pointer;
    width: 280px!important;
    height: 49px!important;
    background: url('/images/reg-bg.png')!important;
    color: white!important;
    border: none!important;
    font-size: 14px!important;
}

.search-line { background: url("../images/header_bg2l.jpg") repeat-x scroll 0 0 transparent; height: 65px; margin-top: 40px; }
.search_inner { margin: 0 auto; width: 1191px; }
.shadow { height:15px; background: url("../images/search_shadow..gif") repeat-x scroll 0 0 transparent; width: 1200px; margin: 0 auto;}

.add_ann { width:208px;height:38px;background-image: url('../images/add_button.png');cursor:pointer;margin-top:12px;}


.space {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 60px;
    position: absolute;
    right: 255px;
    width: 60px;
    z-index: 100;
}

#currency
{
    border: 1px solid #E2E2E2;
    border-radius: 5px;
    float: right;
    margin-top: 5px;
    padding: 10px;
    width: 193px;
}

#currency span
{
    border-bottom: 1px dashed #A5A5A5;
    float: left;
    padding-bottom: 5px;
    width: 100%;
}

.currency-row
{
    margin-bottom:5px; float:left;
}

.currency-title
{
    width:60px;
    height:25px;
    font-size:13px;
    color:#4b4b4b;
    float:left;
}

.currency-title div
{
    padding: 3px 5px 5px 0;
    font-size: 12px;
}

.currency-item
{
    border:1px solid #CCCCCC;
    width:130px;
    height:25px;
    float:right;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.currency-item div
{
    float:left;
}

.currency-item .currency-flag
{
    width:30px;
}

.currency-item .currency-flag img
{
    margin: 6px 5px 5px 5px;
}

.currency-item .currency-price
{
    width:45px;
    height:25px;

    border-right:1px solid #CCC;
    font-size:13px;
    font-weight:bold;
    color:#000;
}

.currency-item .currency-price div
{
    margin:2px 5px 5px 0px;
}

.currency-item .currency-input
{
    height:25px;
    padding-left:2px;
    width: 47px;
}

.flag-price { height: 25px; }
.flagg { background-color: #f2f2f2; }

.currency-item .currency-input input
{
    height:14px;
    border:0;
    color:#222;
    font-size: 12px;
    width:38px;
    float:left;
}
.currency-item .currency-input input:focus { background-color: #f2f2f2; }

.clear { clear: both; height: 10px; }
.clearer,.clear_values { font-size: 11px; color: #005294; cursor: pointer; float:right; width: 15px; }

.sort_by { float: right; margin: -25px 7px 0 0; }
textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color:rgba(82, 168, 236, 0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);}



/*New Add*/
.step_title {
    font-weight: bold;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.sections_ns {
    float: left;
    margin: 0px 0 20px 0;
    width: 100%;
}
.info {
    float: left;
    width: 100%;
    height: 100px;
    margin-top: 5px;
}
.price_tel_auth {
     border: 1px solid #CCCCCC;
     float: left;
     margin-top: 10px;
     width: 50%;
     height: 75px;
 }
.line {
    display: block;
    margin-left: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.additional_info {
    border: 1px solid #CCCCCC;
    margin-top: 10px;
    margin-left: 10px;
    float: left;
    width: 48%;
    height: 75px;
}
.info_title {
    font-size: 12px;
}
.obj_price {
    font-weight: bold;
    color: #DA3737;
    font-size: 13px;
}
.auth_tel {
    color: #ff8a00;
    font-size: 13px;
    font-weight: bold;
}
.add_date {
    font-weight: bold;
    font-size: 13px;
}
.auth_name {
    font-weight: bold;
    font-size: 13px;
}
.all_ann {
    font-weight: bold;
    font-size: 13px;
}
.all_ann a {
    text-decoration: none;
    color: orange;
    font-size: 12px;
}
.all_ann a:hover {
    color: #ff7f50;
}
.ann_seen {
    font-weight: bold;
    font-size: 13px;
}
.share_ann {
    background-image:url("../images/fbshr.png");
    width: 20px;
    height: 20px;
    cursor: pointer;
    float: right;
    margin-right: 239px;
    margin-top: -4px;
}
.share_ann_list {
    background-image:url("../images/fbshr.png");
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin: -10px 0 0 68px;
}
.share_ann_user_list {
    background-image:url("../images/fbshr.png");
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin: -2px 21px 0 0;
    float: right;
}
.ann_text {
    border: 1px solid #CCCCCC;
    width: 100%;
    margin-top: 20px;
}
.an_text {
    width: 97%;
    margin: 10px;
    font-size: 13px;
}
.parameter {
    font-weight: bold;
    width: 100%;
    font-size: 13px;
    margin: 25px 0px 5px 10px;
}
.parameters {
    border: 1px solid #CCCCCC;
    display: table;
    width: 100%;
}
.main_parameters {
    width: 50%;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    display: table;
}
.parameter_line {
    height: 30px;
    display: table-row;
    font-size: 12px;
}
.param_name {
    float: left;
    margin-top: 5px;
}
.param {
    float: left;
    margin-left: 5px;
    font-weight: bold;
    margin-top: 5px;
}
.more_parameters {
    float: left;
    width: 45%;
    margin-top: 5px;
}
.more_parameters img {
    float: left;
    margin-top: 1px;
}

.similar_announces_title {
    font-weight: bold;
    width: 100%;
    font-size: 13px;
    margin: 30px 0px 5px 10px;
}
.similar_announces {
    border: 1px solid #CCCCCC;
    display: table;
    width: 100%;
    margin-bottom: 15px;
}

.similar_announce {
    border: 1px solid #d9d9d9;
    height: 208px;
    margin: 5px 0 5px 8px;
    overflow: hidden;
    padding: 0;
    width: 174px;
    float: left;
}
.section_item {
    float: left;
    margin: 0 10px 10px 0;
}
.section_item input {
    height: 30px;
    width: 124px;
}
.price_types {
    float:left;
    width: 100%;
}
.section_ti {
    float: left;
    margin-top: 5px;
    margin-left: 5px;
    width: 100px;
}
.detail_wrapper {
    display: table;
    border-collapse: separate;
    border-spacing: 0;
    margin-left: -10px;
}
.border {
    border-right: 1px solid #CCCCCC;
}
.detail_row {
    display: table-row;
}

.creator_announces {
    width: 760px;
    height: 700px;
    margin-left: 10px;
}
.creator_ann_title {
    width: 300px;
    margin-left: 3px;
}
.creator_name {
    font-weight: bold;
    float: left;
    font-size: 15px;
}
.anns {
    float: left;
    font-size: 15px;
}
.buttons {
    width: 100%;
    height: 35px;
}
.home_only {
    height: 35px;
    width: 150px;
    border-radius: 5px;
    float: left;
    text-align: center;
    background-color: orange;
}
.home_only div {
    margin-top: 9px;
    font-size: 12px;
    color: #FFFFFF
}
.home_only:hover {
    border-bottom: 2px solid #c0c0c0;
    cursor: pointer;
}
.prod_only {
    height: 35px;
    width: 150px;
    border-radius: 5px;
    float: left;
    margin-left: 5px;
    text-align: center;
    background-color: orange;
}
.prod_only div {
    margin-top: 9px;
    font-size: 12px;
    color: #FFFFFF;
}
.prod_only:hover {
    border-bottom: 2px solid #c0c0c0;
    cursor: pointer;
}

.border_bottom{
    border-bottom: 2px solid #c0c0c0;
}
.cat_buttons {
    height: 35px;
    width: 100%;
    margin-left: 4px;
}
.cat_but {
    padding: 9px;
    border-radius: 5px;
    float: left;
    margin-left: 5px;
    text-align: center;
    background-color: orange;
    cursor: pointer;
    color: #FFFFFF;
}
.cat_but:hover {
    border-bottom: 2px solid #c0c0c0;
}
.prod_cat {
    width: 100%;
}
.category_title {
    border-top: 1px solid #c0c0c0;
    width: 742px;
    height: 30px;
    margin-top: 45px;
    padding-top: 10px;
    font-size: 13px;
    font-weight: bold;
}
.announce {
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    height: 130px;
    margin-top: 10px;
}
.ann_image {
    border-radius: 5px;
    height: 112px;
    width: 112px;
    margin: 7px 5px 10px 5px;
    float: left;
    overflow: hidden;
}
.ann_image img {
    float: left;
    max-width: 165px;
}
.creator_ann {
    float: left;
    height: 112px;
    width: 450px;
}

.creator_ann_info {
    /*border: 1px solid #DDDDDD;*/
    border-radius: 5px;
    height: 112px;
    width: 610px;
    float: left;
    margin: 7px 10px;
}
.cr_detailed_info {
    float: left;
    width: 155px;
    margin-top: 4px;
}
.creator_line {
    height: 10px;
    width: 100%;
    display: inline-block;
    margin: 5px 10px;
}
.cr_ann_title {
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 430px;
}
.cr_ann_title a {
    text-decoration: none;
    color: orange;
}
.cr_ann_title a:hover {
    color: #ff7f50;
}
.cr_ann_text {
    font-size: 11px;
    width: 430px;
}
.creator_ann_name {
    float: left;
    font-size: 12px;
}
.creator_ann_price {
    float: left;
    font-size: 13px;
    font-weight: bold;
    color: #ff7a00;
}
.creator_ann_loc {
    float: left;
    font-size: 11px;
    font-weight: bold;
}
.creator_ann_id {
    float: left;
    font-size: 11px;
    font-weight: bold;
}
.creator_ann_exp {
    float: left;
    font-size: 11px;
    font-weight: bold;
}
.detail_cell {
    display: table-cell;
    height: 30px;
    width: 141px;
    padding-left: 10px;
}

.detailed_info {
    margin-top: 7px;
    float: left;
}
.detailed_inputs {
    height: 10px;
}
/*.section_checkbox input {
    width: 20px!important;
}*/
/*New Add*/
.new_add_form { width: 745px; }
.step_title {
    font-weight: bold;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.sections_ns {
    float: left;
    margin: 0px 0 20px 0;
    width: 100%;
}
.section_item {
    float: left;
    margin: 0 10px 10px 0;
}
.price_types {
    float:left;
    width: 100%;
}
/*.section_ti {
    float: left;
    margin-top: 5px;
    width: 122px;
}
.section_checkbox input {
    width: 20px!important;
}*/
/*.new_add_form select { width: 150px; height: 30px; }
.new_add_form input  { width: 125px; height: 20px; }*/
.new_add_form {
    padding: 0 10px;
}
.search-pannel { float: left; }
.search-pannel ul { margin:0; padding: 0; float: left; width: 100%;}
.search-pannel ul li {
    float:left;
    padding-right: 15px;
    cursor: pointer;
    padding: 10px;
    margin-right: 10px;
    font-size: 14px;
}
.search-pannel ul li:hover {
    background-color: #f5f5f5;
}
.active_h {
    background-color: #f5f5f5;
    border-top: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    z-index: 99;
    position: relative;
    border-radius: 5px 5px 0 0;
}
.s-pannel {
    width: 97%;
    float:left;
    padding: 10px;
    background-color: #f5f5f5;
    border: 1px solid #e2e2e2;
    margin-top: -1px;
}
.section_text input {
    width: 80px !important;
    height: 20px;
    margin-right: 5px;
}
.search_buts {
    float: left;
    margin: 0 9px 0 15px;
}

.proposal option:checked {
    border: 1px solid dodgerblue;
}

.section_item select {
    width: 137px;
}

.empty_space {
    width: 137px; height:30px;
    float: left;
    margin: 0 10px 10px 0;
}
.section_text {
    width:265px;
    text-align: right;
}
.search-btn, .new_add {
    background: url('../images/search-btn.png');
    width: 113px!important;
    height: 30px!important;
    border: 0;
    cursor: pointer;
    color: #ffffff;
}
.pannel-elements {
    float:left;
}
.with_pic {
    margin-top: 5px;
    float: left;
}
.options12 tr {
    border-bottom: 1px solid #e2e2e2;
    float:left;
    width: 50%;
    padding: 8px 0;
}
.odd {
    margin-top: 14px;
}
.details_tr {
    height: 30px;
}
.details_tr_odd {
    margin-top: 30px;
}
.impo {
    margin:5px 0 0 5px;
    float:left;
    color: #ad0707;
}
.sec_title {
    width:99%;
}
.sec_title input {
    width:96%;
    float:left;
}
#query {
    height: 30px;
    margin-right: 5px;
    width: 100%;
    background-color: #fcfcfc;
    border: 0px solid #cccccc;
    color: #555555;
    display: inline-block;
    font-size: 12px;
    height: 36px;
    line-height: 30px;
    padding: 4px 6px;
    vertical-align: middle;
}
.autocomplete-suggestions {
    text-align: left;
    cursor: default;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0,0,0,.1);
    position: absolute;
    display: none;
    z-index: 998;
    max-height: 254px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    width:84px;
}
.autocomplete-suggestion {
    position: relative;
    padding: 0 .6em;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1.02em;
    color: #333;
}
.autocomplete-suggestion b { font-weight: normal; color: #1f8dd6; }
.autocomplete-suggestion.selected { background: #f0f0f0; }

.filter_inputs input {
    height: 30px;
}

.filter_line {
    height: 30px;
    width: 100%;
    margin-bottom:10px;
}
.filter_div {
    height: 30px;
    width: 137px;
    float: left;
    margin-left: -147px;
}
.filter_farti {
    width: 263px;
}

.list_ann_info {
    border-radius: 5px;
    float: left;
    height: 112px;
    margin: 7px 3px;
    width: 610px;
}
.list_ann_seen {
    float: left;
    margin: 5px 0 0 8px;
}

.list_ann_seen div {
    float: right;
    margin: 1px 0 0 5px;
}

.share_list_ann {
    background-image: url("../images/fbshr.png");
    cursor: pointer;
    float: right;
    height: 20px;
    margin: 3px 21px 0 0;
    width: 20px;
}

#fill_bill {
    width: 90%;
    margin-left: 15px;
}

.fill_bill_title {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}

.more_fill_bill {
    border: 1px solid #DDDDDD;
}

.fill_bill_line {
    width: 100%;
    height: 19px;
    font-size: 12px;
    margin: 5px 0 3px 0;
}

.fill_bill_left {
    float: left;
    width: 49%;
}

.fill_bill_left span {
    float: right;
    margin-right: 5px;
}

.fill_bill_right {
    float: left;
    width: 49%;
    font-weight: bold;
}

.fill_bill_submit {
    width: 160px;
    float: right;
    margin-top: 10px;
}

.edited_text {
    width: 700px;
    margin: 10px 0 0 65px;
}