﻿body 
{
    text-decoration:none;
    font-family:Verdana;
    font-size:12px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:Red;
}
a:active {
	text-decoration: none;
}
.tbcautare {
 border:inherit;
 font-family: Verdana;
 font-size: 12px;
 background-repeat:no-repeat;
 padding-left: 5px;
}

.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

/* Rating */
.filledRatingStar {
    background-image: url(Imagini/FilledStar.png);
}

.emptyRatingStar {
    background-image: url(Imagini/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(Imagini/SavedStar.png);
}

.gvHeaderRow
{
background-image:url(Imagini/backblueres.gif);
}

.backredbrand
{
background-image:url(Imagini/backredres.gif);
}

#tabsC {
      float:left;
      width:99%;
      background:#FFFFFF;
      font-size:13px;
      line-height:normal;
      }
    #tabsC ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #tabsC li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsC a {
      float:left;
      background:url("Imagini/tableftC.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsC a span {
      float:left;
      display:block;
      background:url("Imagini/tabrightC.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#464E42;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsC a span {float:none;}
    /* End IE5-Mac hack */
    #tabsC a:hover span {
      color:#FFF;
      }
    #tabsC a:hover {
      background-position:0% -42px;
      }
    #tabsC a:hover span {
      background-position:100% -42px;
}