﻿/*jquery.autocomplete*/
.ac_results {padding: 0px;border: 1px solid #CCC;border-top:0px;background-color: white;z-index: 99999;overflow:hidden;}
.ac_results ul {width: 100%;list-style-position: outside;list-style: none;padding: 0;margin: 0;}
.ac_results li {margin: 0px;padding: 2px 3px;cursor: default;display: block;font-size: 11px;line-height: 13px;overflow: hidden;font-family: Helvetica, Arial, sans-serif;font-weight:bold;color:#666;}
.ac_loading {background: white url(../img/indicator.gif) right center no-repeat;}
.ac_results ul li.ac_odd {background-color: #FFF;}
.ac_results ul li.ac_over {background-color: #666;color:#FFF;cursor:pointer;}
/*jquery.checkbox*/
.serviceContainer .jquery-safari-checkbox img {background: transparent url(../img/safari-checkbox-white.png) no-repeat;}
.serviceContainer.selected .jquery-safari-checkbox img{background: transparent url(../img/safari-checkbox-dark.png) no-repeat;}
.contactContainer .jquery-safari-checkbox img{background: transparent url(../img/safari-checkbox-white.png) no-repeat;}
.jquery-safari-checkbox {display: inline; font-size: 16px; line-height: 16px; cursor: pointer; cursor: hand;}
.jquery-safari-checkbox .mark {display: inline;}
.jquery-safari-checkbox img {vertical-align: middle; width: 16px; height: 16px;}
.jquery-safari-checkbox img{background: transparent url(../img/safari-checkbox-white.png) no-repeat;}
.jquery-safari-checkbox img{background-position: 0px 0px;}
.jquery-safari-checkbox-hover img{background-position: -16px 0px;}
.jquery-safari-checkbox-checked img{background-position: 0px -16px;}
.jquery-safari-checkbox-checked .jquery-safari-checkbox-hover img {background-position: -16px -16px;}
.jquery-safari-checkbox-disabled img{background-position: 0px -32px;}
.jquery-safari-checkbox-checked .jquery-safari-checkbox-disabled img{background-position: 0px -48px;}
