body {
	margin: 0;
	padding: 0;
	background-color: #d1d3d4;
}
#container {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 0 16px;
	background-color: #FFFFFF;
	background-image: url(../images/drop_shadow_rpt.gif);
	background-repeat: repeat-y;
	color: #000000;
}
#content, #nav {
	position: relative;
	/* margin-top: -14px; */
}
#content {
	float: right;
	width: 700px;
	background-position: 678px 126px;
	border-left: 1px solid #949698;
}
#banner {
	position: relative;
	width: 700px;
	height: 126px;
	background-color: #ffffff;
	border-bottom: 1px solid #949698;
	float: left;
}
#content, #col_left, #col_right {
	position: relative;
	background-image: url(../images/border_dashed_vert.gif);
	background-repeat: repeat-y;
}
#col_left {
	float: left;
	width: 440px;
	padding: 40px 21px 0 38px;
	background-position: top right;
}
#col_left.alt {
	width: 370px;
}
#content.full_width {
	background: none;
}
#col_left.full_width {
	width: 630px;
	background: none;
}
#col_left div.col_left_left {
	position: relative;
	float: left;
	width: 264px;
}
#col_left div.col_left_right {
	position: relative;
	float: right;
	width: 146px;
	padding: 0 0 0 15px;
	background-image: url(../images/border_dashed_vert.gif);
	background-repeat: repeat-y;
}
#col_left div.news div.image {
	position: relative;
	float: left;
	width: 140px;
}
#col_left div.news div.text {
	position: relative;
	float: right;
	width: 270px;
}
#col_left div.news div.text p.date {
	color: #949594;
	margin: 0;
}
#col_left div.news div.text p.title {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
}
#col_left.full_width div.news div.text {
	width: 460px;
}
#col_right {
	float: left;
	width: 160px;
	padding: 40px 10px 0 10px;
	margin: 0 0 0 -1px;
	background-position: top left;
	font-size: 0.8em;
	line-height: 1.3em;
}
#col_right.alt {
	width: 230px;
}
#nav, .nav {
	float: left;
	width: 199px;
	border-right: 1px solid #949698;
	margin-right: -1px;
	font-size: 0.8em;
}
#nav #search {
	position: relative;
	float: left;
	width: 166px;
	padding: 15px 5px 25px 28px;
	/*font-size: 0.8em;*/
	border-top: 2px solid #c7c9cb;
	border-bottom: 2px solid #c7c9cb;
}
#nav #search input, #nav #search img {
	font-size: 1em;
	vertical-align: middle;
}
#nav #search input.text {
	width: 130px;
	border: 2px solid #c7c9cb;
}
p.footer {
	position: relative;
	width: 888px;
	margin: 0 -16px 0 -16px;
	padding: 40px 22px;
	font-size: 0.8em;
	background-image: url(../images/drop_shadow_btm.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #949594;
}

/* SHOP & CART */

div.section {
	position: relative;
	width: 136px;
	/*height: 221px;*/
	margin: 0 10px 10px 0;
	float: left;
	background-image: url(../images/border_dashed_horiz.gif);
	background-repeat: repeat-x;
	background-position: 0 215px;
}
div.section p a {
	display: block;
	padding: 4px 0;
	margin-top: 10px;
	background-image: url(../images/border_dashed_horiz.gif);
	background-repeat: repeat-x;
	background-position: top;
}
div.product {
	position: relative;
	width: 440px;
}
div.product div.product_image {
	position: relative;
}
div.product div.narrow {
	width: 160px;
	padding-right: 20px;
	background-image: url(../images/border_dashed_vert.gif);
	background-repeat: repeat-y;
	background-position: right;
	float: left;
	text-align: center;
}
div.img_over_top div.wide {
	width: 440px;
	padding: 0 0 20px 0;
	text-align: center;
}
div.product div.product_detail {
	position: relative;
	width: 240px;
	padding-left: 20px;
	background-image: url(../images/border_dashed_vert.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin-left: -1px;
	float: left;
}
div.img_over_top div.left {
	width: 200px;
	padding: 0 20px 0 0;
	background-position: right;
}
div.img_over_top div.right {
	width: 200px;
	margin-left: -1px;
}
div.productline_sm {
	position: relative;
	width: 440px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background-image: url(../images/border_dashed_horiz.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
div.productline_sm p.title {
	font-weight: bold;
	margin: 0;
}
div.productline_sm div.mixed_image {
	position: relative;
	width: 75px;
	float: left;
	font-size: 0.8em;
}
div.productline_sm p.mixed_price {
	position: relative;
	width: 150px;
	float: left;
	margin-left: 10px;
	font-weight: bold;
	text-align: center;
}
div.productline_sm div.mixed_buy_now {
	position: relative;
	width: 150px;
	float: right;
	text-align: right;
}
#extinfo {
	position: relative;
	background: #FFFFFF;
	padding: 20px;
}
#extinfo .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
}
#extinfo .extinfo_image {
	position: relative;
	float: left;
	margin: 0 20px 20px 0;
}
#extinfo .extinfo_text {
}
#cart_info {
	position: relative;
	background-color: #f1f1f2;
	margin: 0 -10px 0 -9px;
	padding: 10px 10px 10px 9px;
	width: 160px;
}
#cart_info #catsummary {
	position: relative;
	width: 150px;
	border: 1px solid #000000;
	padding: 4px 4px 0 4px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}
#cart_info #catsummary img.heading {
	margin: -4px -4px 4px -4px;
	border-bottom: 1px solid #000000;
}
#cart_info #catsummary p {
	margin: 4px 0;
}
#cart_info #catnav {
	position: relative;
	width: 160px;
	margin: 0 0 20px 0;
	padding: 0 0 1px 0;
	list-style: none;
	background-image: url(../images/border_dashed_horiz.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#cart_info #catnav li {
	width: 160px;
	float: left;
}
#cart_info #catnav li a img {
	display: block;
	padding: 5px 0 4px 0;
	background-image: url(../images/border_dashed_horiz.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#shop_banner {
	position: relative;
	margin: 0 0 10px 0;
}
iframe.terms {
	padding: 10px;
	border: 1px solid #666666;
}
th, .like_heading {
	background-color: #ec1d31;
	color: #FFFFFF;
}
th a, .like_heading a {
	color: #FFF;
}
table .center {
	text-align: center;
}
table .right {
	text-align: right;
}
table .shaded {
	background: #efefef;
}
table .shaded_dark {
	background: #ccc;
}
table th, table td {
	vertical-align: top;
}

ul#liquid_list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	color: #EC1D30;
	font-weight: bold;
}
ul#liquid_list li a {
	color: #000;
	font-weight: normal;
}
/* Cider ICE Locator */

#Cider-ICE-Locator-Map {
	position: relative;
	width: 363px;
	height: 600px;
}
#results_map {
	position: relative;
	width: 370px;
	height: 370px;
}

/* MISC */

.spacer {
	clear: both;
	height: 0;
	line-height: 0;
}
p.trade_territory {
	background-image: url(../images/trade_territory_back.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}
div.separator {
	position: relative;
	clear: both;
	width: 100%;
	height: 21px;
	background-image: url(../images/border_dashed_horiz.gif);
	background-repeat: repeat-x;
	background-position: center;
}
a img {
	border: none;
}
a {
	text-decoration: none;
	color: #ec1d30;
}
a:hover {
	text-decoration: underline;
}
#col_right.brands a {
	color: #000000;
}
#col_right.brands a:hover {
	color: #ec1d30;
}
img.header {
	position: relative;
	margin: 0 -16px 0 -16px;
	float: left;
}
/*
.image img {
	border: 1px solid #000000;
}
*/
.visitors_centre_events div .image img, .news div .image img {
	border: none;
}
.taste {
	color: #949594;
	margin-top: 4px;
	font-weight: bold;
}
p.drinkaware {
	padding: 40px 0;
}
p#parentsections {
	padding: 20px 0;
	font-size: 0.8em;
	clear: both;
}
span.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.2em;
}
.add_to_cart {
	border: 1px solid #000000;
}
div.news {
	position: relative;
	width: 630px;
}
div.news div.news_image {
	position: relative;
	width: 160px;
	float: left;
	margin: 0 20px 0 0;
}
div.news div.news_summary {
	position: relative;
	width: 450px;
	float: left;
}
#press_contacts {
	font-size: 0.8em;
	background-color: #f1f1f2;
	padding: 10px;
}
p.mixed_case_progress {
	width: 180px;
}
.button {
	background: #EC1D30;
	color: #fff;
	border: 1px solid #000;
	padding: 8px 5px;
	text-transform: uppercase;
	font-size: 0.8em;
}