body {
    margin:0;
}

img {
    border: none;
}

.clear {
    clear: both;
}

.maket {
    background: url(../maket.png);
    background-position: -68px -2px;
    height: 1098px;
    width: 1400px;
    position: absolute;
    opacity: 0.5;
    z-index: 42;
    display: none;
}

.wrapper {
    background: #e3e3e3;
    width: 100%;
   
}

.shadow-container {
    width: 1000px;
    margin: 0 auto;
   /* padding: 0 4px;
    background-image: url(/images/ats/backgrounds/shadow.png);*/
}
   
.main { 
    background: #f6f6f6;
    background-image: url(/images/ats/backgrounds/main.png);
    background-position: 0 38px;
    background-repeat: no-repeat;
    width: 1000px;
    margin: 0 auto;
}

.main-short{
    background:#fff;
    /*background-image: url(/images/ats/backgrounds/background-light.png);*/
    background-position: 0 38px;
    width: 1000px; 
    margin: 0 auto;
	 padding-bottom: 100px;
/*	background-repeat: repeat-x;
*/
}

.main-short .main {
    width: 964px;
    background:#ffffff;
    padding-left: 37px;
    padding-top: 19px;

}

.top-menu { width: 980px; 
    list-style: none;    margin: 0;    padding: 0;height: 55px; border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.25);
box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.25);
margin: 12px auto ;

background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(left,  #ffffff 0%, #ebebeb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #ffffff 0%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #ffffff 0%,#ebebeb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #ffffff 0%,#ebebeb 100%); /* IE10+ */
background: linear-gradient(to right,  #ffffff 0%,#ebebeb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=1 ); /* IE6-9 */
padding: 0 10px;
} 

.top-menu li { margin-top: 10px;
    display: inline-block;
	position:relative;
} 
.ie7 .top-menu li{
display:inline;
}

.top-menu li a { line-height: 34px;
    color: #5d9d9a;
    text-decoration: none;
    font-family: 'Trebuchet MS';
    font-size: 10pt;
    display: inline-block;
    margin: 0;
    height: 34px;
    /*padding: 12px 23px 0;*/
	padding: 0px 17px 0;
}
.top-menu li a:hover, .top-menu li.hover{
 color: #fefefe;
    /*background-image: url(/images/ats/backgrounds/top-menu/active-background.png);
     text-decoration: underline;*/
    background: #5e9e9c;
   
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
-moz-box-shadow:    0px 1px 3px 0px rgba(0, 0, 0, 0.35);
box-shadow:         0px 1px 3px 0px rgba(0, 0, 0, 0.35);

background: #6aadaa; /* Old browsers */
background: -moz-linear-gradient(left,  #6aadaa 0%, #5c9c9a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#6aadaa), color-stop(100%,#5c9c9a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #6aadaa 0%,#5c9c9a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #6aadaa 0%,#5c9c9a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #6aadaa 0%,#5c9c9a 100%); /* IE10+ */
background: linear-gradient(to right,  #6aadaa 0%,#5c9c9a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6aadaa', endColorstr='#5c9c9a',GradientType=1 ); /* IE6-9 */
}
.top-menu li a.selected { border-radius: 5px;
    color: #fefefe;
    /*background-image: url(/images/ats/backgrounds/top-menu/active-background.png);
     text-decoration: underline;*/
    background: #5e9e9c;
   
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
-moz-box-shadow:    0px 1px 3px 0px rgba(0, 0, 0, 0.35);
box-shadow:         0px 1px 3px 0px rgba(0, 0, 0, 0.35);

background: #6aadaa; /* Old browsers */
background: -moz-linear-gradient(left,  #6aadaa 0%, #5c9c9a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#6aadaa), color-stop(100%,#5c9c9a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #6aadaa 0%,#5c9c9a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #6aadaa 0%,#5c9c9a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #6aadaa 0%,#5c9c9a 100%); /* IE10+ */
background: linear-gradient(to right,  #6aadaa 0%,#5c9c9a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6aadaa', endColorstr='#5c9c9a',GradientType=1 ); /* IE6-9 */

}
.top-menu li:hover ul{
display:block;
}
.top-menu li ul{
background:#B7CACB;	
/*border-top:3px solid #99BABA;*/
margin:0;
padding:0;
position:absolute;
min-width:100%;
top:34px;
left:0;
display:none;
}
.ie7{
overflow-x: hidden;
}
.top-menu li ul li{
padding:0;
margin:0;
display:block !important;
}
.top-menu li ul li:first-child{
border:none;
}
.top-menu li ul a{
 border-top: 1px solid #8EACAB;
    display: block;
    height: auto;
    margin: 0;
    padding: 4px 9px;
}
.top-menu li ul a:hover{
background:#8EACAB;

}
.top-menu li.hover > a {color: #ffffff;}

.top-menu li.lang {
    float: right;
    position: relative;
   margin-top: 8px;
}

.top-menu li.lang:hover{
background:none;	
}
.top-menu li.lang a:hover{
background:none !important;
}
.top-menu li.lang a.active{
color:#82a2a1;
}
.top-menu li.lang a  {
padding:0;
margin:0;
font-size:12px;
color:#ababab;
height:auto;
line-height: 20px;
font-weight: bold;

}.top-menu li.lang > .separate{
border-bottom:1px solid #c7c7c7;
margin-bottom:-3px;
}

.top-menu-bottom {
    height: 3px;
    background-image: url(/images/ats/backgrounds/top-menu/line-background.png);
    margin: 0;
    border: 0;
}

.header {
    height: 85px;
}

.header .logo {
}

.header .logo h1 , .header .logo span{
    display: block;
    background-image: url(/images/ats/logos/neopbx.png);
    background-repeat: no-repeat;
    width: 633px;
    height: 45px;
    padding-top: 24px;
    margin-left: 40px;
    margin-top: 14px;
    text-align: right;
    font-family: Arial;
    color: #373737;
    font-size: 15px;
}


.header .contacts {
    float: right;    
    width: 230px;    
    margin-top: 15px;
    margin-right: 40px;
    text-align: right;
}

.header .contacts span {
    color: #5a9b98;
    font-family: 'Trebuchet MS';
    font-size: 21pt;
}

.header .contacts a {
    color: #818181;
    font-family: 'Trebuchet MS';
    font-size: 13pt;
    position: relative;
    top: -3px;
}

.buttons-menu {
    height: 41px;
    border-top: 1px #c8c8c8 dotted;
    border-bottom: 1px #c8c8c8 dotted;
    padding-top: 8px;
    padding-left: 39px;
}

.buttons-menu a, .livetex {
    float: left;
    display: inline;
    margin-left: 10px;
}

.buttons-menu .demo-button {
    display: inline-block;
    background: url(/images/ats/logos/horizontal-menu/demo-enter.png);
    height: 33px;
    width: 144px;
    margin-left: 0;
}

.model-button {
    display: inline-block;
    background: url(/images/ats/logos/horizontal-menu/model.png);
    height: 33px;
    width: 144px;
    margin-left: 0;
}


.buttons-menu .builder-button {
    background: url(/images/ats/logos/horizontal-menu/constructor.png);
    height: 33px;
    width: 144px;    
}

.buttons-menu .builder-button.selected {
    background: url(/images/ats/logos/horizontal-menu/constructor-active.png);
    height: 38px;
    width: 152px;
    position: relative;
    top: -2px;
    margin-left: 6px;
    margin-right: -4px;
}

.buttons-menu .call-button {
    background: url(/images/ats/logos/horizontal-menu/call.png);
    height: 33px;
    width: 144px;
}

.buttons-menu .consultation-button {
    background: url(/images/ats/logos/horizontal-menu/online-consultant.png);
    height: 33px;
    width: 171px;
}

.buttons-menu .searchbar {
    float: right;
    background: url(/images/ats/backgrounds/searchbar.png);
    width: 266px;
    height: 32px;
    position: relative;
    right: 40px;
    top: 1px;
}

.buttons-menu .searchbar input[type=text] {
    width: 210px;
    border: none;
    font-style: italic;
    font-family: 'Trebuchet MS';
    font-size: 11pt;
    background: transparent;
    color: #a7a7a7;
    position: relative;
    top: 5px;
    left: 18px;
}

.slide-container {
    border-bottom: 1px #fff solid;
	position:relative;
	min-height:373px;
	padding-top:9px;
}

.slide-container .items {
	background-position: 585px bottom;
	background-image: url(/images/ats/logos/neopbx-box.png);
	background-repeat: no-repeat;
	min-height: 375px;
}

.slide-one {
   /* background-position: 585px bottom;
    background-image: url(/images/ats/logos/neopbx-box.png);
    background-repeat: no-repeat;*/
	display:none;
	min-height: 370px;
}
.slide-one.active{
display:block;
}

.slide-one-text {
    font-family: Arial;
    color: #8D8D8D;
    font-size: 10pt;
    font-style: italic;
    text-align: justify;
    padding-left: 38px;
    width: 605px;
}

.slide-one-links {
    height: 281px;
    font-family: arial;
    color: #8d8d8d;
    font-size: 10pt;
    font-style: italic;
}

.slide-one-links .title {
    width: 600px;
    height: 22px;    
    margin-left: 62px;
    margin-top: 24px;
    font-family: Arial;
    color: #0f9f26;
    font-size: 17pt;
    font-style: normal;
    text-align: center;
}

.slide-one-links .links-table {
    margin-left: 112px;
}

.slide-one-links .links-table td {
    background-repeat: no-repeat;
    font-family: Arial;
    font-style: italic;
    font-size: 10pt;
    color: #a59999;
    height: 106px;
    width: 160px;
    vertical-align: bottom;
    text-align: center;
    line-height: 0.9;
}

.slide-one-links .links-table td a.biglink {
	display: block;
	height: 80px;
	width: 162px;
} 

.slide-one-links .links-table td a {
    color: #a59999;
}

.slide-one-links .links-table td:hover a {
    color: #50908e;
}

.slide-one-links .heart {
    background-image: url(/images/ats/logos/grid/heart.png);
    background-position: center 6px;
}

.slide-one-links .united-plan {
    background-image: url(/images/ats/logos/grid/united-plan.png);
    background-repeat: no-repeat;
    background-position: center 7px;
}

.slide-one-links .monitoring {
    background-image: url(/images/ats/logos/grid/monitoring.png);
    background-position: center 3px;
}

.slide-one-links .hundred-workers{
    background-image: url(/images/ats/logos/grid/hundred-workers.png);
    background-position: center 13px;
}

.slide-one-links .phone {
    background-image: url(/images/ats/logos/grid/phone.png);
    background-position: center 0.5px;
}

.slide-one-links .pig {
    background-image: url(/images/ats/logos/grid/pig.png);
    background-position: center 10px;
}

.slide-one-links .pig a {
    display: inline-block;
    margin-bottom: 11px;
}

.slide-one-links .links-table span {
    display: block;
}

.ball a.active{
    background-image: url(/images/ats/logos/grid/green-ball.png);
}

.ball a{
    display: inline-block;
    height: 13px;
    width: 13px;
    background-image: url(/images/ats/logos/grid/ball.png);
}
.ball {
   bottom: 16px;
    height: 13px;
    left: 0;
    margin-left: 43px;
    margin-top: 3px;
    position: absolute;
}

.advantages {
    padding: 30px 40px 20px 48px;
    border-top: 1px #c8c8c8 solid;
}

.advantages .advantages-list {
    margin: 15px 0 0 0;
}

.advantages .advantages-list thead td {
    font-family: Arial;
    color: #66a5a3;
    font-size: 9pt;
    font-style: italic;
}

.advantages h2 {
    margin: 0;
    font-family: 'Trebuchet MS';
    font-weight: normal;
    color: #50908e;
    font-size: 15pt;
}

.advantages h2 a {
    color: #50908e;
}

.advantages-list tbody td {
    width: 261px;
    padding: 10px 7px 10px 3px;
    color: #818181;
    font-family: Arial;
    font-size: 10pt;
}

.advantages-list tbody td a {
    color: #818181;
    text-decoration: none;
}

.advantages-list tbody td a:hover {
    color: #50908e;
}

.advantages-list tbody .icon {
    width: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    padding-right: 0;
}

.advantages-list .icon.user {
    background-image: url(/images/ats/logos/advantages/user.png);
}

.advantages-list .icon.router {
    background-image: url(/images/ats/logos/advantages/router.png);
}

.advantages-list .icon.firewall {
    background-image: url(/images/ats/logos/advantages/firewall.png);
}

.advantages-list .icon.web {
    background-image: url(/images/ats/logos/advantages/web.png);
}

.advantages-list .icon.vpn {
    background-image: url(/images/ats/logos/advantages/vpn.png);
}

.advantages-list .icon.backup {
    background-image: url(/images/ats/logos/advantages/backup.png);
}

.advantages-list .icon.fax {
    background-image: url(/images/ats/logos/advantages/fax.png);
}

.advantages-list .icon.wimax {
    background-image: url(/images/ats/logos/advantages/wimax.png);
}

.advantages-list .icon.secure {
    background-image: url(/images/ats/logos/advantages/secure.png);
}

.advantages-list .icon.phone {
    background-image: url(/images/ats/logos/advantages/phone.png);
}

.advantages-list .icon.ussd {
    background-image: url(/images/ats/logos/advantages/ussd.png);
}

.advantages-list .icon.sd {
    background-image: url(/images/ats/logos/advantages/sd.png);
}

.index-news {
    border-top: 1px #c8c8c8 dotted;
    padding: 30px 40px 25px 48px;
}

.index-news h2 {
    font-family: 'Trebuchet MS';
    font-size: 14pt;
    color: #50908e;
    font-weight: normal;
    margin: 0;
}

.index-news h2 a {
    color: #50908e;
}

.index-news .all-news-link {
    float: right;
    font-family: Arial;
    font-size: 9pt;
    color: #50908e;
}

.index-news table {
    margin-top: 12px;
}

.index-news table td {
    width: 304px;
    vertical-align: top;
}

.index-news table span {
    font-family: Arial;
    font-style: italic;
    font-size: 9pt;
    color: #818181;
    display: block;
}

.index-news table a {
    font-family: Arial;
    font-size: 10pt;
    color: #3c943f;
}
html{
height: 100%;
background: none repeat scroll 0 0 #E3E3E3;
}
body{
min-height: 100% !important;
position: relative;
background: white;
/*width: 1000px;*/
margin: 0 auto;
}
.footer {
background: none repeat scroll 0 0 #E3E3E3;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}
.footer .wrap{
	background:#fff;
width: 912px;
padding: 20px 40px 20px 48px;
   border-top: 1px dotted #C8C8C8;
    color: #818181;
    font-family: Arial;
    font-size: 9pt;
    margin: 0 auto;
}

.footer table td {
    width: 304px;
    vertical-align: bottom;
}

.footer table td.company {
    
}

.footer table td.contacts {
    
}

.footer table td span {
    display: block;
}

.footer table td ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer table td ul li {
    margin: 0;
    padding: 2px 0 3px 20px;
    background-repeat: no-repeat;
    background-position: left center;
}

.footer table td .contacts li {
    padding-left: 25px;
}

.footer .flant {
    background-image: url(/images/ats/logos/footers/flant.png);
    display: inline-block;
    width: 67px;
    height: 15px;
    position: relative;
    top: 3px;
    left: 1px;
}

.footer .contacts a {
	color: #818181;
}

.footer .phone {
    background-image: url(/images/ats/logos/footers/phone.png);
}

.footer .map {
    background-image: url(/images/ats/logos/footers/map.png);
}

.footer .icq {
    background-image: url(/images/ats/logos/footers/icq.png);
}

.footer .skype {
    background-image: url(/images/ats/logos/footers/skype.png);
}

.footer .mail {
    background-image: url(/images/ats/logos/footers/mail.png);
}

.navigation-tab, .navigation-tab a {
    font-size:10pt;
    color:#9a9a9a;
    font-family: arial;
}
.navigation-tab{
    height: 41px;
    border-bottom: 1px #c8c8c8 dotted;
    padding-top: 2px;
    padding-left: 53px;
}

.navigation-tab-container{
    padding-top: 12px;
}

.navigation-tab span {
    font-size: 10pt;
    text-decoration:none;
    font-weight: normal;
}

.navigation-tab .cart{
    float: right;
}

.cart {
    margin-right: 40px;
    float: right;
    vertical-align: middle;
    /* width: 264px; */
    position: relative;
    top: 3px;
}

.main-right .cart {
    margin-right: 3px;
    margin-bottom: 10px;
    float: none;
}

.cart-right {
    background-image: url(/images/ats/backgrounds/cart-right.png);
    width: 60px;
    height: 32px;
}

.cart-left {
    background-image: url(/images/ats/backgrounds/cart-left.png);
    width: 60px;
    height: 32px;
}

.cart-middle {
    background-image: url(/images/ats/backgrounds/cart-middle.png);
    height: 32px;
    text-align: center;
    width: 45%;
}

.cart-middle a {
    background-image: url(/images/ats/logos/cart.png);
    background-repeat: no-repeat;
    font-family: 'Trebuchet MS';
    font-size: 11pt;
    text-decoration: none;
    padding-left: 25px;
    color: #727272;
}

.cart-counter {
    background: url(/images/ats/backgrounds/cart-count.png) repeat-x center;
    font-family: 'Trebuchet MS';
    font-size: 11pt;
    height: 32px;    
    padding: 0 3px;
    color: #fff;
}

.main-right {
    width: 265px;
    padding-right: 35px;
    float: right;
}

.main-left {
    width: 625px;
}

.right-separator {
    border-top: 1px #c8c8c8 dotted;
    margin: 20px 0;
}

.finished-decision {
    color:#50908e;
    font-size:10pt;    
    font-family: arial;
}
.finished-decision ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.finished-decision a{
    color:#50908e;
    font-family: arial;
    text-decoration:underline;
    font-family: arial;
}

.finished-decision li{
    margin: 7px 0;
}

.finished-decision h3.finished-title, .finished-decision h3.other {
    color:#2d2d2d;
    font-size:14pt;
    font-weight: normal;
    margin: 0;
    margin: 10px 0;
}

.finished-decision h3.finished-title a{
    color:#2d2d2d;
}

.application {
    position: relative;
    font-family: arial;
    font-size: 10pt;
    color:#2d2d2d;
    text-align: justify;
    padding-bottom: 20px;
}

.application li{
    background-image: url(/images/ats/samples/bullet.png);
    list-style-type: none;
    background-repeat: no-repeat;
    padding: 3px 0 3px 15px;
    background-position: 7px 7px;
}
.application ul{
    padding-left: 0px;
    margin-top:6px;
    margin-bottom: 6px;
}

.application h3{
    color:#50908e;
    font-size:14pt;
    font-weight: normal;
    margin-top:0px;
    padding-top:2px;
    margin-bottom:5px;

}

.application h4{
    color:#50908e;
    font-size:12pt;
    font-weight: normal;
    margin-top:0px;
    padding-top:22px;
    padding-bottom:0px;
    margin-bottom: 0px;
    margin-bottom:0px;
}
.application span{
    color:#7b7b7b;
    font-size:10pt;
    font-weight: normal;
    margin-top:0px;
    font-style: italic;
    padding-top:0px;
    padding-bottom:0px;
    margin-bottom:6px;
    display: block;
}

.application a{
    color:#50908e;
}

.schema-image {
    text-align: center;
    padding: 10px 0;
}

.popular {
    font-family: trebuchet ms;
    color: #429645;
    font-size: 14pt;
    margin: 0;
    font-weight: normal;
}

.popular a {
    color: #429645;
}

.products-list.right-column {
    border:none;
    margin-top: 25px;
    padding: 0px;

}
.products-list h3{
    font-family: trebuchet ms;
    color:#2d2d2d;
    font-size:11pt;
    text-decoration:underline;
    font-weight:normal;
    margin-top:0px;
    margin-bottom:1px;
    padding-top:0px;
}

.products-list.right-column td {
    vertical-align: top;
}

.side-item {
    margin-bottom: 25px;
}

.addalltocart {
    display: block;
    background: url(/images/ats/buttons/alltocart.png) no-repeat;
    width: 264px;
    height: 30px;
}

.price {
    vertical-align:top;
   /* position:absolute;
    */right:0px;
    font-size: 11pt;
    color: white;
    font-family: Arial;
    -moz-text-shadow: 1px 1px 1px #444;
    -webkit-text-shadow: 1px 1px 1px #444;
    text-shadow: 1px 1px 1px #444;
}

.item-pic-container .price {
    position: static;
    float: right;
}

.back-price {
    background-image:url(/images/ats/backgrounds/price.png);
    height:17px;
    border: 0px;
    //padding-left:7px;
	padding-left: 5px;
    padding-right:7px;
	padding-top: 3px;
}

.border-price {
    background-image:url(/images/ats/backgrounds/border-price.png);
    background-repeat: no-repeat;
    height:20px;
    width:2px;
    border: none;

}

.right-border-price {
    background-image: url(/images/ats/backgrounds/right-border-price.png);
    background-repeat: no-repeat;
    width:1px;
    height:20px;
    border: 0px;
}

.bigprice {
    vertical-align:top;
    font-size: 11pt;
    color: white;
    font-family: Arial;
    -moz-text-shadow: 1px 1px 1px #444;
    -webkit-text-shadow: 1px 1px 1px #444;
    text-shadow: 1px 1px 1px #444;
}

.bigprice-middle {
    background-image:url(/images/ats/backgrounds/bigprice-middle.png);
    height:23px;
    border: 0px;
    padding-left:7px;
    padding-right:7px;
}

.bigprice-left {
    background-image:url(/images/ats/backgrounds/bigprice-left.png);
    background-repeat: no-repeat;
    height:23px;
    width:2px;
}

.bigprice-right {
    background-image:url(/images/ats/backgrounds/bigprice-right.png);
    background-repeat: no-repeat;
    width:3px;
    height:23px;
}


.jcarousel-skin-tango .jcarousel-container {
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 1000px;
}


.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
height: 75px;
    margin: 0 auto;
    width: 921px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: auto;
    height: auto;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal, .jcarousel-skin-tango .jcarousel-prev-horizontal{
position:absolute;
top:0;
cursor:pointer;
}
.jcarousel-skin-tango .jcarousel-next-horizontal {
    right: 0;
    height: 48px;
    width: 38px;
    background: url(/images/ats/buttons/scrollright.png) no-repeat center center;
}


.jcarousel-skin-tango .jcarousel-prev-horizontal {
    left:0;
    height: 48px;
    width: 38px;
    background: url(/images/ats/buttons/scrollleft.png) no-repeat center center;
}



/* @group Base */
.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-family:Arial, Helvetica, sans-serif;
}
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #e8e9e9;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
  -moz-box-shadow   : 0 4px 5px rgba(0,0,0,.15);
  -o-box-shadow     : 0 4px 5px rgba(0,0,0,.15);
  box-shadow        : 0 4px 5px rgba(0,0,0,.15);
  z-index: 999;
}
/* @end */

/* @group Single Chosen */
.chzn-container-single .chzn-single {
   background: url("/images/ats/select.jpg") repeat scroll 0 0 transparent;
    color: #000;
    display: block;
    height: 23px;
    line-height: 23px;
    overflow: hidden;
    padding: 0 0 0 15px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}
.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
.chzn-container-single .chzn-single div {
background: url("/images/ats/select.jpg") repeat scroll 100% 0 transparent;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
}
.chzn-container-single .chzn-single div b {
  background: url('chosen-sprite.png') no-repeat 0 1px;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  margin: 0;
  white-space: nowrap;
  display:none;
}
.chzn-container-single .chzn-search input {
  background: #fff url('chosen-sprite.png') no-repeat 100% -20px;
  background: url('chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url('chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url('chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url('chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background: url('chosen-sprite.png') no-repeat 100% -20px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  background: url('chosen-sprite.png') no-repeat 100% -20px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  background: url('chosen-sprite.png') no-repeat 100% -20px, linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
}
.chzn-container-single .chzn-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius   : 0 0 4px 4px;
  border-radius        : 0 0 4px 4px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}
/* @end */

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background-image: -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background-image: -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background-image: -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  -o-box-shadow     : none;
  box-shadow        : none;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e4e4e4), color-stop(0.7, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #e4e4e4 0%, #eeeeee 70%);
  background-image: -moz-linear-gradient(center bottom, #e4e4e4 0%, #eeeeee 70%);
  background-image: -o-linear-gradient(bottom, #e4e4e4 0%, #eeeeee 70%);
  background-image: -ms-linear-gradient(top, #e4e4e4 0%,#eeeeee 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #e4e4e4 0%,#eeeeee 70%);
  color: #333;
  border: 1px solid #b4b4b4;
  line-height: 13px;
  padding: 3px 19px 3px 6px;
  margin: 3px 0 3px 5px;
  position: relative;
}
.chzn-container-multi .chzn-choices .search-choice span {
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 5px;
  top: 6px;
  width: 8px;
  height: 9px;
  font-size: 1px;
  background: url(chosen-sprite.png) right top no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -9px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -9px;
}
/* @end */

/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 190px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  line-height: 80%;
  padding: 7px 7px 8px;
  margin: 0;
  list-style: none;
  color:#000;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
}
.chzn-container .chzn-results .highlighted {
  background: #3875d7;
  color: #fff;
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 20px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
/* @end */

/* @group Active  */
.chzn-container-active .chzn-single {

}
.chzn-container-active .chzn-single-with-drop {

}
.chzn-container-active .chzn-single-with-drop div {
}
.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 1px;
}
.chzn-container-active .chzn-choices {

}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */

/* @group Right to Left */
.chzn-rtl { direction:rtl;text-align: right; }
.chzn-rtl .chzn-single { padding-left: 0; padding-right: 8px; }
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; }
.chzn-rtl .chzn-single div { 
  left: 0; right: auto; 
  border-left: none; border-right: 1px solid #aaaaaa;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius   : 4px 0 0 4px;
  border-radius        : 4px 0 0 4px; 
}
.chzn-rtl .chzn-choices li { float: right; }
.chzn-rtl .chzn-choices .search-choice { padding: 3px 6px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 5px; right: auto; background-position: right top;}
.chzn-rtl.chzn-container-single .chzn-results { margin-left: 4px; margin-right: 0; padding-left: 0; padding-right: 4px; }
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 20px; }
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
.chzn-rtl .chzn-search input {
  background: url('chosen-sprite.png') no-repeat -38px -20px, #ffffff;
  background: url('chosen-sprite.png') no-repeat -38px -20px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url('chosen-sprite.png') no-repeat -38px -20px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);  
  background: url('chosen-sprite.png') no-repeat -38px -20px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url('chosen-sprite.png') no-repeat -38px -20px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background: url('chosen-sprite.png') no-repeat -38px -20px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  background: url('chosen-sprite.png') no-repeat -38px -20px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  background: url('chosen-sprite.png') no-repeat -38px -20px, linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  padding: 4px 5px 4px 20px;
}
/* @end */


.search_filter{
 color: #827E7E;
    font-family: arial;
    font-size: 14px;
    padding-left: 37px;
    padding-top: 20px;
}
.green1{
color:#5a9b98;
}
.green2{
color:#5bad5e;
}
.search_filter label{
float:left;
display:block;
}
.search_filter .select{
    float: left;
    margin-left: 19px;
    position: relative;
    top: -2px; 
}
.search_filter .form_element{
    float: left;
    margin-right: 29px;
}

/*
 * jQuery UI Slider 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
 .ui-widget-header {
    color: #FFFFFF;
    font-weight: bold;
}
.ui-widget-content {
    background: #EEEEEE;
    color: #333333;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #F6F6F6;
    color: #1C94C4;
    font-weight: bold;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background-position: 0 0;
}
.ui-slider-horizontal {

}
.ui-slider-horizontal .ui-slider-handle {
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
.ui-slider-vertical {
}
.ui-slider-vertical .ui-slider-handle {
	margin-left: 0;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

#slider_time.ui-slider-horizontal{
    background: url("/images/ats/ui_bg.jpg") repeat scroll 0 0 transparent;
    border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-ms-border-radius: 6px 6px 6px 6px;
	-o-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
    height: 7px;
}
#slider_time .ui-widget-header{
background:url(/images/ats/ui_bg_fill.jpg);
}
#slider_time .ui-slider-handle{
    background: url("/images/ats/slider_p1.png") repeat scroll 0 0 transparent;
    height: 14px;
    margin-left: -6px;
    outline: medium none;
    text-decoration: none;
    top: -4px !important;
    width: 12px;
	cursor:pointer;
}
#slider_time .ui-slider-handle span{
   color: #429d46;
    font-size: 11px;
    left: -21px;
    position: absolute;
    text-align: center;
    text-decoration: none;
top: -15px;
    width: 52px;
	
	font-style:italic;
}
#slider_time{
width: 298px;
position:relative;
z-index:1;
}
.slider_wrap{
    float: left;
    margin-left: 28px;
    margin-top: 7px;
}
.bar_data {
  left: -7px;
    position: relative;
    top: -6px;
}
.bar_data > div:first-child{
margin-left: 7px;
}
.bar_data > div{
float:left;
text-align:center;
white-space:nowrap;
color:#827e7e;
font-family:Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-style:italic;
margin-left: 38px;
position:relative;
}
.bar_data span{
  display: block;
    font-size: 8px;
    font-style: normal;
    margin-bottom: 2px;
    position: relative;
    top: 4px;
}
.bar_data .item1{
 left: -2px;
}
.bar_data .item2{
left: 13px;
}
.bar_data .item3{
left: 18px;
}
.bar_data .item4{
    left: 21px;
}
.bar_data .item5{
left: 19px;
}
.bar_data .item5 span{
 left: 5px;
}

.ie7 .pagination ul li{
display:inline !important;
}
.ie7 .pagination .arrow{
position:relative;
top:-5px;
}
.contetn-main {
    width: 936px !important;
    margin: 0 auto !important;
    color: #818181 !important;
    font-family: Arial !important;
    font-size: 10pt !important;   
    padding-top: 0px !important;
    border-top: 1px solid #818181 !important;
}
    .contetn-main p{
        color: #818181 !important;
        font-family: Arial !important;
        font-size: 10pt !important;          
    }
h1.mh1 {
    font-size: 14pt !important;
    font-weight: normal !important;
}
h1.product-title {
    font-family: 'Trebuchet MS';
    color: #50908e;
    font-size: 14pt;
    font-weight: normal;
    padding-left: 19px;
    margin: 0;
    padding-top: 40px;
}
h1.h1h {
    font-family: 'Trebuchet MS';
    color: #50908e;
    font-size: 15pt;
    font-weight: normal;
    margin: 0;
    padding-top: 20px;
}