/**
 *
 */

body * {
  /* z-index: 20; */
} 

body {
  margin: 0;
  font-family: arial;
  font-size: 80%;
  text-align: center;
  background-color: #fff;
  background: url(img/bg-topbar.png) repeat-x top left #fff;
}

abbr, acronym {
  cursor: help;
}

pre, code {
  padding: 5px 10px;
  border: 1px solid #cb9;
  background-color: #feb;
  font-size: 115%;
  line-height: 100%;
}

code {
  padding: 5px 2px;
  font-size: 105%;
}

h3 {
  margin-bottom: 5px;
}

#homePage h1 {
  width: 470px;
  height: 127px;
  position: relative;
  margin: 0;
  margin-bottom: 0;
}

#homePage h1 span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
}

#compact h1 {
  width: 240px;
  height: 75px;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  font-size: 120%;
}

#compact h1 span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
}

#fixSub {
  z-index: 999;
  text-align: center;
  background-color: #fff;
  border: 1px solid #778899;
  border-width: 1px 0;
  margin: 0;
  padding: 5px 0;
}

h2 {
  font-size: 170%;
  font-weight: normal;
  border-bottom: 1px solid #333;
}

h2.extralarge {
  clear: both;
  font-size: 300%;
  border-bottom: 1px solid #bbb;
  margin: 20px 5px;
  padding-bottom: 10px;
  text-align: center;
  font-weight: normal;
}

h2.big {
  font-size: 240%;
  padding: 10px 20px;
  margin: 10px 0;
}
.leftCol {
	width:780px;
	float:left;
}
.rightCol {
	width:170px;
	float:left;
	padding: 0 10px;	
}
.result {
  border-bottom: solid 1px #CFCFCF;
  width: 740px;
  padding: 10px 10px 0;
  float: left;
  position: relative;
}

.result p {
  padding: 0px;
  margin: 0px;
  line-height: 150%;
}

.result h2 {
  border-bottom: 0 none;
  margin-bottom: 5px;
  margin-top: 0;
}
.ppc-highlight {
  border: 1px solid #cde;
  background-color: rgb(240,245,255);
  padding: 10px 10px 0;
  margin-bottom: 5px;
/*  background-color: rgb(255,240,240);
  border-color: #ecc; */
}

.url {
  font-size: 150%;
  text-align: center;
}

a {
  color: #347;
}

a:hover {
  color: #743;
}

input, select, textarea {
  border: 1px solid #999;
}

input[readonly] {
  color: #999;
}

input.wide, textarea.wide {
  width: 400px;
}

p {
  margin: 0;
  padding: 5px 20px;
  line-height: 150%;
}

form p label, .form th {
  width: 150px;
  clear: both;
  text-align: right;
  padding: 0 10px 0 0;
  line-height: 150%;
  font-weight: normal;
}

.form input {
  padding: 3px;
}

form p label {
  display: block;
  width: 150px;
  float: left;
  clear: both;
  text-align: right;
  padding: 0 10px 0 0;
  line-height: 150%;
}

form p label.inline {
  display: inline;
  float: none;
}

img {
  border: 0 none;
  vertical-align: top;
  margin: 0;
}

table {
  font-size: 100%;
}

table.hours {
  border: 1px solid #ddd;
  width: 100%;
}

table.hours th, table.hours td {
  padding: 5px 10px;
  text-align: center;
}

table.hours th {
  text-align: right;
  background-color: #eee;
  border: 1px solid #ddd;
  border-width: 0 1px 1px 0;
  font-weight: normal;
}

form {
  margin: 0;
  padding: 5px 0;
}

fieldset {
  position: relative;
  border: 1px solid #789;
  margin: 5px 0 20px;
}

fieldset legend {
  padding: 7px 25px;
  border: 1px solid #456;
  font-size: 120%;
  font-weight: bold;
  color: #123;
}

/**
 *  ID elementov
 */ 

#bodyWrapper {
  position: relative;
  width: 990px;
  margin: 0 auto;
  text-align: left;
}

#popupBodyWrapper {
  position: relative;
  margin: 0 10px;
  padding-top: 50px;
  text-align: left;
}

#wrapper {
  position: relative;
  margin: 0 10px;
}

#footer {
  margin: 20px 0 0;
  padding: 5px 10px;
  clear: both;
  border-top: 5px solid #445566;
  background-color: #EEEEEE;
  font-size: 100%;
}

#footer p {
  margin: 0;
  padding: 0;
}

#log {
  font-family: monospace;
  font-size: 110%;
  position: absolute;
  bottom: 0;
  width: 90%;
  border: 1px solid #789;
  background-color: #ddf;
  margin: 0 5px;
  height: 150px;
  overflow: auto;
  text-align: left;
}

#log pre {
  line-height: 150%;
  padding: 0 10px;
  margin: 0;
}

#notify, #banner, #slogan {
  float: right;
  padding: 10px 20px;
  margin-top: 30px;
  width: 400px;
  border: 1px solid #992222;
  background-color: #A23434;
  color: #fff;
  z-index: 999;
  position: relative;
  text-align: center;
}

#notify a {
  color: #fff;
}

#slogan {
  width: 450px;
  color: #000;
  border: 0 none;
  background: none;
  margin-top: 0;
}

#slogan h2 {
  border: 0 none;
  margin: 0;
  height: 65px;
}

#slogan .register-button {
  color: #fff;
  background-color: #484;
  padding: 5px 10px;
  text-decoration: none;
}

#slogan .register-button:hover {
  background-color: #4a4;
  text-decoration: underline;
}

#slogan .facebook-button {
  color: #fff;
  background-color: #3B5998;
  padding: 5px 10px;
  text-decoration: none;
}

#slogan .facebook-button:hover {
  background-color: #356CD7;
  text-decoration: underline;
}

#status {
  background-color: #EAEAFF;
  padding: 10px 20px;
  margin: 20px 0;
  font-size: 100%;
  text-align: center;
  line-height: 200%;
}

#status strong {
  font-size: 130%;
}

#seobox {
  clear: both;
  border: 10px solid #eaeaff;
  color: #345;
}

#seokw {
  text-align: center;
  line-height: 30px;
  height: 30px;
  color: #445566;
  font-weight: bold;
  font-size: 99%;
  margin: 0;
  font-style: italic;
}

#banner {
  padding-top: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 480px;
  background-color: transparent;
  border: 0 none;
}

#banner img {
  border: 0 none;
}

#topBar {
  margin: 0;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  text-align: right;
  color: #fff;
}

#topBar a {
  color: #fff;
}

#closeBar {
  padding: 10px 0;
  position: fixed;
  z-index: 999;
  background-color: #eee;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

#searchBar {
  padding: 15px 0;
  text-align: center;
  width: 970px;
  height: 35px;
/*  background-color: #a44; */
/*  border: 5px solid #922;
  border-width: 5px 0 0;
  -moz-border-radius: 10px; */
  background: url(img/searchbar.png) no-repeat top center #a44; 
}

#searchBar input.search {
  width: 400px;
  background: url(img/bg-top-shadow.png) repeat-x top left #fff;
  font-size: 130%;
  padding: 3px 3px;
}

#adminBar {
  position: absolute;
  float: right;
  padding: 5px 20px;
  background-color: #eee;
  z-index: 999;
  right: 0;
}

#adminUserBar {
  position: absolute;
  float: right;
  padding: 8px 25px;
  background-color: #a90;
  z-index: 999;
  right: 0;
}

#adminUserBar a {
  color: #fff;
  font-weight: bold;
}

#tabs {
  clear: both;
  margin: 30px 0 0;
  padding: 0;
  text-align: center;
  line-height: 150%;
}

#tabs strong {
  color: #fff;
  background-color: #8E1719;
}

#tabs span, #tabs strong {
  padding: 10px;
}

#tabs a {
  text-decoration: none;
}

#lastSearched {
  font-size: 90%;
  color: #555;
  margin: 0 10px 30px;
}

#filterBar {
  border: 1px solid #aa8;
  background-color: #ffe;
  margin: 0;
  padding: 10px 20px;
}

#filterBar label.radio {
  cursor: pointer;
  text-decoration: underline;
}

#filterBar label.radio:hover {
  text-decoration: none;
}

#largeInfo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

#largeInfo p {
  margin: 10px 20px 5px;
  text-align: center;
  line-height: 150%;
}

#mysqldump, #mysqldumpspacer {
  height: 300px;
}

#mysqldumpspacer {
  height: 350px;
}

#mysqldump {
  position: fixed;
  bottom: 0;
  left: 20%;
  text-align: left;
  padding: 10px 30px;
  width: 60%;
  margin: 10px auto;
  border: 3px double #999;
  background-color: #eee;
  overflow: auto;
  z-index: 9999;
}

#mysqldump b {
  color: #333;
}

#mysqldump p {
  line-height: 150%;
}

#mysqldump p.code {
  background-color: #fff;
  border: 1px solid #ccc;
}

#statsTabs {
  margin-top: 10px;
  padding: 3px;
  border-bottom: 1px solid #999;
}

#statsTabs a {
  border: 1px solid #999;
  background-color: #555;
  margin-bottom: 0;
  padding: 5px 10px;
  color: #fff;
}

#statsTabs strong {
  border: 1px solid #999;
  border-bottom-color: #fff;
  background-color: #fff;
  margin-bottom: -1px;
  padding: 5px 10px;
  color: #000;
  font-weight: normal;
}

#g {
  position: relative;
  margin: 20px 0 30px;
  padding-top: 20px;
  padding-left: 30px;
  width: 850px;
  height: 250px;
  overflow: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: #fff;
}

#gw {
  position: relative;
  background: url(img/loading.gif) no-repeat center #fff;
}

#upn-box {
  clear: both;
  background: url(img/upn-bg.png) repeat-y center #fff;
}

#upn-box #upn-tabs {
  background: url(img/upn-top.png) no-repeat center bottom #fff;
  margin: 0;
  padding: 0;
  height: 40px;
  padding-left: 50px;
}

#upn-tabs li {
  float: left;
  list-style: none;
  margin: 0 5px 0 0;
}

#upn-tabs li a {
  display: block;
  color: #222;
  background-color: #eee;
  text-decoration: none;
  padding: 0 20px;
  height: 30px;
  line-height: 35px;
}

#upn-tabs li a:hover {
  background-color: #ccd;
}

#upn-tabs li.selected a {
  background-color: #464F5F;
  color: #fff;
  font-weight: bold;
}

#upn-box #upn-content {
  padding: 10px 15px 20px;
  background: url(img/upn-bottom.png) no-repeat center bottom;
}

#upn-content .uc {
  display: none;
}

#upn-content .uc-active {
  display: block;
}

#uc-comments #uc-c-form {
  float: right;
  width: 300px;
  border: 1px solid #BDBED3;
  background-color: #EEEEFF;
  padding-bottom: 10px;
  position: relative;
}

#uc-comments #uc-c-form h3 {
  color: #fff;
  background-color: #464F5F;
  font-size: 130%;
  font-weight: normal;
  margin: 0;
  padding: 10px 20px;
}

#uc-comments #uc-c-form label {
  display: inline-block;
  width: 70px;
  text-align: right;
}

#uc-comments #uc-c-form p {
  margin: 5px 0 0;
}

#uc-comments #uc-c-form input.inp {
  width: 170px;
}

#uc-comments #uc-c-form textarea {
  width: 255px;
  height: 100px;
  font-family: 'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif;
  font-size: 100%;
  background: url(img/bg-top-shadow.png) repeat-x top left #fff;
}

#uc-comments #uc-c-loading {
  display: none;
  text-align: right;
  padding-right: 25px;
  background-color: #fff;
  line-height: 32px;
}

#uc-comments #uc-c-send {
  display: block;
  line-height: 32px;
}

#uc-comments .upn-comment h3 {
  margin: 0 10px;
}

.upn-comment {
  margin-bottom: 20px;
}

.upn-comment p {
  margin-left: 60px;
}

#upnGalleryAdd {
  display: none;
  position: relative;
}

#upnGalleryAdd h3 {
  margin: 5px 10px 0;
}

#upnGalleryAdd label {
  width: 50px;
}

#upnGalleryBox {
  overflow: scroll;
  width: 840px;
}

#upnGalleryBox p, #uc-gallery p {
  ffloat: left;
  display: inline-block;
  position: relative;
  padding: 5px;
  border: 1px solid #ddd;
  margin-right: 5px;
  margin-bottom: 5px;
}

#upnGalleryBox span, #uc-gallery span {
  display: none;
  text-align: center;
}

#upnGalleryBox p .upnGalleryRemoveButton {
  position: absolute;
  top: 5px;
  right: 5px;
}

/**
 *  Triedy
 */ 

input.submit {
  font-size: 120%;
  line-height: 150%;
  padding: 5px 10px;
  cursor: pointer;
  margin: 10px 5px;
}

p.inputTitle {
  font-size: 120%;
  font-weight: bold;
  color: #333;
  line-height: 150%;
}

p.inputTitle input {
  font-size: 100%;
}
.searchInfo {
  /* background-color: #C9DDF7; */
  font-size: 130%;
  padding: 5px 20px 10px;
   /*border: 5px solid #B3C4DB;
  border-width: 5px 5px 0 0; */
}

.highlight {
  border: 1px solid #789;
  border-width: 1px 0;
  background-color: #cde;
  padding: 5px 0;
}

.highlight input {
  border: 1px solid #789;
}

.info {
  border: 1px solid #ed9;
  background-color: #feb;
  border-width: 1px 0;
  font-size: 130%;
  line-height: 150%;
  color: #652;
  text-align: center;
  font-family: serif;
  font-weight: bolder;
  position: absolute;
  left: 0;
  right: 0;
  display: none;
}

.info2 {
  position: relative;
  border: 1px solid #ed9;
  background-color: #feb;
  padding: 10px 20px;
  margin: 10px 0;
  line-height: 150%;
  color: #132;
}

.green {
  background-color: #bfb;
  border-color: #9e9;
}

.red {
  background-color: #ebb;
  border-color: #e99;
  color: #300;
}

.info2 .closer {
  position: static;
}

.form-error, .error {
  color: #f00;
  font-weight: bold;
}

.multispan span, .multiP {
  display: block;
  margin: 0 0 5px;
}

.multispan span+span, .multiP {
  padding-left: 160px;
}

.discount {
  background-color: #F0F07F;
  font-weight: bold;
  position: absolute; 
  bottom: 20px; 
  left: 20px; 
  width: 100px;
  text-align: center;
  padding: 5px 0;
}

.toolbar {
  background-color: #eee;
  border: 1px solid #ddd;
  margin: 5px 0;
  border-color: #ddd #ccc #ccc #ddd;
  color: #bbb;
  line-height: 150%;
  font-size: 90%;
}

.toolbar a, .toolbar strong {
  margin: 0 7px;
}

.black {
  color: #333;
}

.nl {
  padding-left: 40px;
  background-image: url(img/nl_arrow.png);
  background-repeat: no-repeat;
  background-position: 5px top;
}

.w145 {
  width: 145px;
}

.w25 {
  width: 25px;
}

.t-right {
  text-align: right;
}

.c {
  text-align: center;
}


table.vendors {
  font-size: 100%;
}

table.vendors td {
  padding: 5px 10px;
  border: 1px solid #eee;
}

table.vendors th {
  background-color: #ccc;
}

.inlineWrapper {
  position: relative;
}

table.common {
  font-size: 90%;
}

table.common th {
  background-color: #555;
  color: #fff;
  padding: 5px 10px;
}

table.common th a {
  color: #fff;
}

table.common th a:hover {
  color: #ffa;
}

table.common tr:hover td {
  background-color: #eef;
  color: #000;
}

table.common td {
  padding: 5px;
}

table.common tr.even {
  background-color: #eef;
}

table.common tr.even:hover td {
  background-color: #dde;
  color: #000;
}

table.common tr.inactive td {
  background-color: #edd;
}

table.common tr.new td {
  background-color: #ded;
}

table.common tr.inactive:hover td {
  background-color: #fee;
}

table.common tr.new:hover td {
  background-color: #efe;
}

table.common tr.tr-donttouch:hover td {
  background: inherit;
  color: inherit;
}

table.common td p {
  margin: 0 0 3px;
  line-height: 150%;
  padding: 0;
}

table tr.admin {
  font-weight: bold;
}

.addBox {
  text-align: right;
  font-size: 120%;
  margin: 0 0 10px;
  padding: 10px 0 0;
}

.addBox a {
  padding: 5px 10px;
  border: 1px solid #050;
  background-color: #5a5;
  color: #fff;
}

.categoryList {
  width: 370px;
  padding: 5px;
  border: 1px solid #ddd;
  height: 250px;
  overflow: auto;
  position: relative;
}

#categorySource {
  /* display: none; */
  position: relative;
}

#categoryDest {
  height: 280px;
}

.searchCategory {
  height: 30px; 
  background-color: #ddd;
  padding: 0;
  margin: 0;
  line-height: 30px;
  text-align: center;
}

#categorySearchResults {
  height: 220px;
}

#categorySearchWrapper {
  display: none;
}

.categoryAlphabet {
  clear: both;
}

.categoryLists {
  float: left;
  width: 32%;
  _width: 30%;
  margin: 5px 5px 20px;
  padding: 0;
}

.categoryLists li {
  list-style: none;
  line-height: 150%;
}

.error {
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
  border: 1px solid #900;
  background-color: #955;
  color: #fff;
  font-size: 110%;
  overflow: hidden;
}

p.error a {
  color: #fff;
}

div.error {
  background-color: #fff;
  color: #000;
  border-color: #995555;
  padding: 10px 20px;
  text-align: left;
  font-size: 100%;
  border-width: 10px;
  margin: 0 0 10px;
  font-weight: normal;
}

p.hint {
  position: relative;
  padding: 10px;
  text-align: center;
  border: 1px solid #99a;
  background-color: #ffc;
  color: #550;
  font-size: 110%;
  overflow: hidden;
}

p.autohide {
  position: absolute;
  width: 90%;
  z-index: 999;
  background-color: #575;
  color: #fff;
  font-weight: bold;
}

p.warning {
  border: 1px solid #a99;
  color: #000;
  margin: 10px 0;
  padding: 5px 20px 5px 40px;
  background: url(img/exclamation.png) no-repeat 10px center #ecc;
}

a.closer {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  background: url(img/cross_gray.png) no-repeat center;
}

a.closer img {
  vertical-align: baseline;
}

a.closer:hover {
  background: url(img/cross.png) no-repeat center;
}

a.closer img {
  visibility: hidden;
}

p.sresult {
  line-height: 150%;
  margin: 5px 0;
  background-color: #def; 
  background-color: #CAE1F2; 
}

p.paginator {
  line-height: 150%;
  text-align: center;
  margin: 10px 0;
  font-size: 90%;
}

p.paginator a, p.paginator strong {
  padding: 4px 10px;
  border: 1px solid #ddd;
  background-color: #eee;
  text-decoration: none;
}

p.paginator strong, p.paginator a:hover {
  background-color: #369;
  color: #fff;
  border-color: #135;
}

p.page-jump {
  text-align: center;
}

p.alphabet {
  margin: 5px 0;
  text-align: center;
  line-height: 150%;
}

p.alphabet strong, p.alphabet a {
  padding: 5px;
}

input.search {
  line-height: 150%;
  padding: 5px;
  _height: 30px;
}

input.search, input.shadow {
  background: url(img/bg-top-shadow.png) repeat-x top left #fff;
}

#undoBar, #suggestBar {
  position: absolute;
  left: 0;
  right: 0;
  line-height: 150%;
  background-color: #ddd;
  text-align: center;
  height: 20px;
}

#undoBar, #suggestBar {
  bottom: 0;
}

.removeAbsolute, .hideSearchAbsolute {
  position: absolute;
  right: 10px;
}

#suggestBar {
  top: 0;
}

#divPanel {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
  height: 100%;
}

table.categories {
  width: 100%;
}

table.categories .control {
  color: #777;
}

table.categories td .inlineWrapper {
  padding: 2px 0;
}

table.categories a {
  text-decoration: none;
}

table.categories a:hover {
  text-decoration: underline;
}

table.categories tr:hover td {
  background-color: #ddd;
}

table.categories tr.showDragHandle td.dragHandle {
  cursor: move;
  background: url(img/updown.gif) no-repeat left #fff;
}

ul.categoryLists li h3 {
  margin-bottom: 5px;
  font-size: 120%;
}

ul.categoryLists li p {
  margin: 0;
  padding: 0 0 0 5px;
}

div.prCategories {
  display: block;
  width: 200px;
  float: left;
}
.prCategories a {
  display: block;
  width: 190px;
  float: left;
  margin: 3px;

}

.breadcrumbs{
  border-bottom: 1px solid #B3C4DB;
  background-color: #C9DDF7;
  margin: 0;
  padding: 5px 20px;
}

#aliasInputStatus {
  padding: 0 0 0 10px;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.clearer, .clear {
  display: block;
  height: 1px;
  width: 1px;
  positieon: absolute;
  clear: both;
}

.campaigns td {
}

.campaigns td .statuses {
  width: 100px;
  float: left;
}

.campaigns .statuses span {
  display: block;
  float: left;
  display: none;
}

.campaigns .ctr-stat0 .statuses span.stat0,
.campaigns .ctr-stat1 .statuses span.stat1,
.campaigns .ctr-stat2 .statuses span.stat2 { display: block; }

.campaigns .ctr-stat0 #csm span.stat0,
.campaigns .ctr-stat1 #csm span.stat1,
.campaigns .ctr-stat2 #csm span.stat2 { font-weight: bold; }

.campaigns #csm span {
  display: block;
  line-height: 150%;
  cursor: pointer;
}

.campaigns #csm span:hover {
  background-color: #888;
  color: #fff;
}

.campaigns .ctr-stat0 {
  color: #888;
}

.campaigns .ctr-stat1 .statuses span.stat1 {
  color: #060;
  font-weight: bold;
}

.campaigns .ctr-stat2 .statuses span.stat2 {
  color: #000;
  background-color: #fcc;
}

.inactive * {
  color: #666;
}

div.tab-wrapper {
  margin-top: 50px;
  position: relative;
  border: 1px solid #999;
  padding: 20px 20px 10px;
}

ul.tab-ul {
  margin: 0;
  padding: 0;
  height: 40px;
  position: absolute;
  top: -41px;
}

ul.tab-ul li {
  float: left;
  list-style-type: none;
  height: 40px;
  line-height: 40px;
  font-size: 130%;
  padding: 0;
  margin: 0 5px 0 0;
}

ul.tab-ul li strong, ul.tab-ul li a {
  display: block;
  padding: 0 20px;
  text-decoration: none;
}

ul.tab-ul li strong {
  border: 1px solid #999;
  border-width: 1px 1px 0 1px;
  background-color: #fff;
}

ul.tab-ul li a:hover {
  background-color: #eee;
  color: #000;
}

.batch-rename {
  position: absolute;
  width: 100px;
  right: -100px;
  top: -15px;
  padding: 20px 0 20px 10px;
  background-color: inherit;
  text-align: right;
  visibility: hidden;;
}

.upn-edit:hover div, .upn-edit div:hover, .upn-tr:hover .batch-rename, .batch-visible {
  visibility: visible;
}

.br-remove {
  display: none;
}

/** EXTENSIONS **/

/* jQuery.suggest */

.ac_results {
	border: 1px solid gray;
	background-color: white;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 10000;
	display: none;
	width: 400px;
}

.ac_results li {
	padding: 2px 5px;
	white-space: nowrap;
	color: #101010;
	text-align: left;
	line-height: 150%;
}

.ac_over {
	cursor: pointer;
	background-color: #F0F0B8;
	background-color: #32496C;
	color: #fff;
}

.ac_match {
	text-decoration: underline;
	color: black;
}

.ac_over .ac_match, .ac_results li.ac_over {
  color: #fff;
}

/* jQuery.rating */

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel, div.star-rating {
	float: left;
	width: 17px;
	height: 14px;
	text-indent: -999em;
	cursor: pointer;
	edisplay: block;
	background: transparent;
	overflow: hidden
}
div.rating-cancel, div.rating-cancel a {
	background: url(delete.gif) no-repeat 0 -16px
}
div.rating-cancel {
  display: none !important;
}
div.star-rating, div.star-rating a {
	background: url(img/star.png) no-repeat 0 0;
}
div.rating-cancel a, div.star-rating a {
	display: block;
	width: 16px;
	height: 100%;
	background-position: 0 0px;
	border: 0
}
div.star-rating-on a {
	background-position: 0 -16px!important
}
div.star-rating-hover a {
	background-position: 0 -16px
}
/* Read Only CSS */
div.star-rating-readonly a {
	cursor: default !important
}
/* Partial Star CSS */
div.star-rating {
	background: transparent!important;
	overflow: hidden!important
}
/* END jQuery.Rating Plugin CSS */


