/* BASE */
html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #d9cfad;
	background-image: url(../images/bg-main.jpg);
	background-repeat: repeat-x;
}

a:link, a:visited, a:active {
	color: #0058b3;
}

a:hover {
	color: #008eff;
}

#ads {
	margin: 15px 0 0 0;
	text-align: center;
}

/* HEADER */
#hd {
	margin: 0;
	padding: 10px 0 0 0;
	background-image: url(../images/bg-header.gif);
	background-repeat: no-repeat;
}

#hd a {
	margin: 0 auto;
	display: block;
	background-image: url(../images/two-dips-ice-cream-tasters.gif);
	background-repeat: no-repeat;
	background-position: top center;
	font-size: 1px;
	color: #3D3F40;
	text-indent: -10000px;
	width: 182px;
	height: 61px;
}

h1 {
	margin: 0;
	padding: 0;
}

/* CONTENT */
#bd {
	margin: 0;
	padding: 0;
	background-image: url(../images/bg-content.gif);
	background-repeat: repeat-y;
}

#bd-content {
	margin: 0;
	padding: 10px 40px 0 40px;
	background-image: url(../images/bg-content-fade.jpg);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	min-height: 550px;
}

h2 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 138.5%;
	font-weight: normal;
	text-align: center;
	color: #0058b3;
}

h3 {
	margin: 5px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 138.5%;
	font-weight: bold;
	color: #0059b3;
	border-bottom: 1px solid #0059b3;
}

h4 {
	margin: 5px 0 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000;
}

blockquote {
	margin-left: 0;
	padding-left: 40px;
	background-image: url(../images/blockquote.gif);
	background-repeat: no-repeat;
}

.productDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

.author {
	font-weight: bold;
}

.miniReview {
	margin: 20px 0;
}

.miniReview p {
	margin: 0;
}

.miniReview .yui-u {
	width: 87%;
}

.miniReview .yui-u.first {
	width: 13%;
	height: 70px;
	background-repeat: no-repeat;
}

#featureReviewContent, #miniReviewContent {
	margin: 0 0 25px 0;
}

.productInformation .yui-u {
	width: 87%;
}
.productInformation .yui-u.first {
	width: 13%;
}

#featureLid {
	height: 75px;
	width: 75px;
	background-repeat: no-repeat;
	display: block;
}

.featureReview {
	margin: 10px 0 20px 0;
}

.ratingInformation {
	margin: 5px 0;
}

.ratingInformation .yui-u.first {
	width: 60%;
}

.ratingInformation .yui-u.ratingCone{
	width: 40%;
	height: 70px;
	background-repeat: no-repeat;
	background-position: right;
}

.byline {
	font-weight: bold;
}

.manufacturerList {
	margin: 0;
	padding: 0;
}

.manufacturerList li {
	margin: 0 0 .75em 0;
	padding: 0;
	list-style-type: none;
}

.articleList .yui-gf {
	margin: 0 0 .5em 0;
}

.articleList .yui-u {
	width: 82%;
}

.articleList .yui-u.first {
	width: 18%;
}

#article {
	margin: 10px 0 0 0;
}

/* CONTENT IMAGES */
.articleRight {
	margin-left: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px solid #000000;
}

.articleLeft {
	margin-right: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px solid #000000;
}

/* RATINGS */
.rating0, .rating1, .rating2, .rating3, .rating4, .rating5 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0 4px;
	font-weight: bold;
}

.rating0 { background-color: transparent; color: #000; }
.rating1 { background-color: #F00; color: #FFF; }
.rating2 { background-color: #F60; color: #FFF; }
.rating3 { background-color: #FF0; color: #000; }
.rating4 { background-color: #9C3; color: #000; }
.rating5 { background-color: #090; color: #FFF; }

/* NAVBAR */
#navbar {
	margin: 10px 0 25px 0;
	padding: 4px 0;
	background-color: #fbfaf0;
	border-top: 1px solid #a68000;
	border-bottom: 1px solid #a68000;
}

#nav {
	margin: 0;
	padding: 0;
	text-align: center;
}

#nav li {
	margin: 0;
	padding: 0 10px;
	display: inline;
	list-style-type: none;
}

#nav a:link,
#nav a:visited,
#nav a:hover,
#nav a:active {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 153.9%;
	color: #a68000;
	text-decoration: none;
}

#nav a:hover,
#nav #current{
	color: #4d3b00;
	background-color: #e5e3c3;
}

.navSecondary {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
}

.navSecondary li {
	margin: 0;
	padding: 0 6px 0 4px;
	display: inline;
	list-style-type: none;
	border-right: 1px solid #4d3b00;
}

.navSecondary a:link,
.navSecondary a:visited,
.navSecondary a:hover,
.navSecondary a:active {
	color: #4d3b00;
}

.navSecondary a:hover {
	color: #000;
}

/* SIDEBAR */
#sidebar {
	padding: 10px;
	background-color: #e6ecf2;
}

#sidebar h3 {
	border-bottom: none;
}

#search { margin: 0 0 20px 0; }
#banners { margin: 20px 0 20px 0; }
#news { margin: 20px 0 0 0; }

/* BANNERS */
#banners #facebook,
#banners #twitter,
#banners #mailingList,
#banners #gifts,
#banners #links {
	margin: 0 auto 10px auto;
	padding: 10px 8px 0 8px;
	border: 1px solid #0059b3;
	background-color: #fffffa;
	font-size: 138.5%;
	font-weight: bold;
	color: #0059b3;
	line-height: 110%;
	width: 185px;
	height: 60px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 167px;
	height: 50px;
}
html>#banners #facebook,
#banners #twitter,
#banners #mailingList,
#banners #gifts,
#banners #links {
	width: 167px;
	height: 50px;
}

#banners #facebook a:link, #banners #facebook a:visited, #banners #facebook a:active,
#banners #twitter a:link, #banners #twitter a:visited, #banners #twitter a:active,
#banners #mailingList a:link, #banners #mailingList a:visited, #banners #mailingList a:active,
#banners #gifts a:link, #banners #gifts a:visited, #banners #gifts a:active,
#banners #links a:link, #banners #links a:visited, #banners #links a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #0059b3;
	text-decoration: none;
}

#banners #facebook a:hover,
#banners #twitter a:hover,
#banners #mailingList a:hover,
#banners #gifts a:hover,
#banners #links a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	background-color: transparent;
}

#mailingList {
	background-image: url(../images/button-ice-cream-mailing-list.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#facebook {
	background-image: url(../images/button-ice-cream-facebook.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#twitter {
	background-image: url(../images/button-ice-cream-twitter.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#gifts {
	background-image: url(../images/button-ice-cream-gifts.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#links {
	background-image: url(../images/button-ice-cream-links.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.dateline {
	font-size: 93%;
	font-style: italic;
}

.newsitem {
	margin: 3px 0 15px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#recentReviews {
	margin: 0;
	padding: 0;
}

#recentReviews li {
	margin: 0 0 .75em 0;
	padding: 0;
	list-style-type: none;
}

#recentReviews li .dateline {
	font-size: 100%;
	display: block;
}

/* ADS */

/* FOOTER */
#ft {
	padding: 40px 0 0 0;
	background-image: url(../images/bg-footer.gif);
	background-repeat: no-repeat;
}