#header .bar {
    background: #000;
    background-image: none;
    height: 69px;
}

#header #site-logo {
    background-image: url('/img/asos/logo.png');
    margin: 5px 0;
    padding: 0;
    height: 59px;
    width: 157px;
    text-indent: -100000px;
}

.nav {
    background: #9F958D;
    color: #FFF;
}

.nav .counter {
    color: #FFF;
}

.numbers a:link, .numbers a:visited {
    color: #FFF;
}

.nav span.current {
    background-color: #FED100;
    color: #000;
}

#content {
    background: #EBEBEB;
}
#recent-reviews {
    border-top: none;
    background-color: transparent;
}

#summary {
    background: #FFF;
}
#summary #result {
    background: url('/img/asos/background.jpg') no-repeat;
}

#summary #result h2 {
    display: none;
}

#pie-effects {
    background-image: url('/img/asos/pie-overlay.png');
}

#pie {
    margin-left: 96px;
}

#pie-text {
    font-family: Georgia, Palatino,Ó Palatino LinotypeÓ, Times, ÒTimes New RomanÓ, serif;
    font-weight: normal;
    font-style: italic;
    padding: 0;
    margin-top: 5px;
    padding-top: 60px;
    background-position: center 10px;
    background-repeat: no-repeat;
    margin: 0;
    margin: auto;
}

#pie-text.positive {
    background-image: url('/img/asos/happy.png');    
}

#pie-text.negative {
    background-image: url('/img/asos/sad.png');    
}
.tweet .speech-bubble * {
    font-family: Georgia, Palatino,Ó Palatino LinotypeÓ, Times, ÒTimes New RomanÓ, serif;
    font-size: 90%;
    font-style: italic;
    color: #333;
}

.tweet {
    border: 1px solid #DADADA;
    width: 219px;
    background: #FFF url('/img/asos/tweet-bg.gif') no-repeat;
    -moz-border-radius: 6px;
    -webkit-border-radius: 4px;
}

.tweet .speech-bubble {
    width: 219px;
    margin-top: -10px;
}

.tweet.positive .speech-bubble {
  background: url(/img/asos/tweet-positive.gif) top right no-repeat;
}

.tweet.negative .speech-bubble {
  background: url(/img/asos/tweet-negative.gif) top right no-repeat;
}

p.message {
    padding-top: 20px;
}

a.retweet {
        display: block;
        height: 22px;
        width: 76px;
        background-image: url('/img/asos/retweet.gif');
        position: absolute;
        bottom: 14px;
        left: 9px;
}

a.retweet span {
        display: none;
}

.tweet-out-box {
  float: right;
  width: 480px;
  margin: 0;
  margin-top: 61px;
  margin-left: -30px;
  text-align: right;
}
.tweet-out-box h2 {
  background: url(/img/asos/tweet-your-opinion.gif) top right no-repeat;
  height: 23px;
  width: 100%;
  margin-bottom: 4px;
}

.tweet-out-box h2 span {
    display: none;
}

.tweet-out-box p, .contact-box p {
  font-family: Georgia, Palatino,Ó Palatino LinotypeÓ, Times, ÒTimes New RomanÓ, serif;
  font-style: italic;
  text-shadow: none;
  color: #666;
  font-size: 70%;
}
.tweet-out-box form {
  margin-top: 10px;
}
.tweet-out-box textarea {
  font-size: 16px;
  color: #000;
  background-color: #F8F8F8;
  border: 1px solid #DADADA;
  height: 126px;
  width: 450px;
  padding: 5px;
}
.tweet-out-box input {
  margin-top: 5px;
}

.tweet-out-box form #status.invalid {
  border: 1px solid red;
}

.tweet-out-box textarea {
    float: none;
}

.tweet-out-box a#post-on-twitter {
	display: block;
        margin-top: 5px;
	margin-left: 5px;
	float: right;
	background: url(/img/asos/tweet-it.gif);
	height: 22px;
	width: 76px;
}

#reviews-nav #next a {
	background-image: url('/img/asos/next.png');
	background-position: top right;
}

#reviews-nav #prev a {
	background-image: url('/img/asos/prev.gif');
	background-position: top left;
}

#reviews-nav #next.return a {
	background-image: url('/img/asos/next.png');
	background-position: top right;
}

.dark #reviews-nav #next.return a {
        color: #FFF;
        text-shadow: none;
}

#reviews-nav #prev.search a {
	background-image: url('/img/asos/search.gif');
	background-position: top left;
}

.tag {
	color: #FFF;
}
a.very-positive {
	color: #FED100;
}
a.positive {
	color: #FAE177;
}
a.slightly-positive {
	color: #FEF3C4;
}
a.slightly-negative {
	color: #C2E6F5;
}
a.negative {
	color: #7DCFF2;
}
a.very-negative {
	color: #00BBF8;
}

a.tag:hover {
	position: relative;
	cursor: pointer;
	z-index: 99 !important;
	margin: 0;
	padding: 19px;
	background-color: #333;
	border: 1px solid #FED100;
	text-shadow: 1px 1px 2px #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #333),
            color-stop(1, #000));
}

.searchtag {
    padding: 3px;
    border: 1px solid #FFF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding-left: 25px;
    color: #FFF;
    background: #C0B6AE url('/img/tag_green.png') no-repeat 3px center;
}

#share-menu a:link, #share-menu a:visited {
    background-image: url('/img/asos/sm-dots.png');
}

#share-menu a:hover {
    color: #FED100;
}

#header .link-back a {
	color: #FED100;
}

#site-logo {
    position: relative;
}
#site-logo a:link, #site-logo a:visited {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.marked .speech-bubble {
    background: inherit !important;
}

.marked {
    background: #FFFEC9 !important;
}