@import "layout.css";
@import url('layout.css');
@import "forms.css";
@import url('forms.css');

html { font-size: 100%; }

body {
	margin: 0;
	padding: 0;
	background: #EEE7D6 url(../images/mainbg.gif) center repeat-y;
	text-align: center;
	color: #333;
	/*
	font: 0.9em "Trebuchet MS", Arial, Helvetica, sans-serif;  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

div {
	color: #444;
}
p {
	color: #444;
}

h1 {
	font: 1.286em Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #5D6798;
	border-bottom: 4px solid #F7F0E1;
	margin: 0 0 10px 0;
	padding: 20px 0 4px 0;
	clear: both;
}

h1.home {
	background: url(../images/welcome.gif) 0 20px no-repeat;
	color: #868686;
	padding: 50px 0 4px 0;
}

h2.bread {
	font: 0.85em Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #E37538;
	margin: 0 0 10px 0;
	border: 0;
	clear: both;
}

h2 {
	font: 1.05em Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #868686;
	margin: 0 0 10px 0;
	clear: both;
}

h3 {
	font: 0.9em Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #868686;
	margin: 0 0 10px 0;
	clear: both;
}

h4 {
	font: 1em Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #868686;
	margin: 0 0 6px 0;
	clear: both;
}


.pricesign {
	font: 0.8em Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #2A2A2A;
}

.price {
	font: 1.3em Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #2A2A2A;	
}

.fullprice {
	font: 1.1em Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #2A2A2A;	
	text-decoration: line-through;
}

td, th {
	font-size: 1em;
}

a
{
	color: #2A2A2A;
}

a:hover
{
	color: #C9BB9A;
}

div.catname a,
div.prodright a
{
	font: 0.9em Georgia, "Times New Roman", Times, serif;
	color: #2A2A2A;
	font-weight: bold;
	text-decoration: none;
}


div.catname a:hover,
div.prodright a:hover
{
	color: #C9BB9A;
	text-decoration: none;
}

div.specialrow h2
{
	float:left;
	clear:left;
	margin: 0;
}

div.specialrow h2 a
{
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-weight: normal;
}

div.specialrow p
{
	clear:left;
	font-weight: normal;
}

div.specialrow a
{
	color: #2A2A2A;
	font-weight: normal;
	text-decoration: none;
}

div.specialrow a:hover
{
	color: #C9BB9A;
	text-decoration: underline;
}


img {
	border: 0;
}

.clfx {
	height: 0;
	clear: both;
}

.bold {
	font-weight: bold;
}

.noborder {
	border: 0 !important;
}

.error {
	color: #990000;
	font-weight: bold;
}

.flleft {
	float: left;
}

.flright {
	float: right;
}

.tcenter {
	text-align: center;
}

.tleft {
	text-align: left !important;
}

.tright {
	text-align: right !important;
}

.err {
	color: #CC0000;
}

.imgleft {
	float: left;
	margin: 10px 20px 20px 0;
}
.imgright {
	float: right;
	margin: 10px 0 20px 20px;
}

ul {
	margin: 4px 10px;
	padding: 0;
}

li {
	list-style-type: square;
}

/* Fading Tooltips */
#dhtmltooltip{
	position: absolute;
	padding: 2px 6px;
	background-color: #fff;
	border: 4px solid #E5E5E5;
	color: #036;
	visibility: hidden;
	z-index: 1000;
}

/*--------- login / forget pwd pages ---------*/
.login_outer_table { border: 1px solid #999999; font-size:2em; }
.login_inner_table { background-color: #EBE2CE; }
.login_table_text { color: #336699; padding-left: 10px; padding-right: 10px; }
.login_error { background-color: #efefef; }

.input {
	font-family: Tahoma, Verdana;
	color: #444444;
}
p
{

}

span.producer
{
	color: 	#E37538
}

a.rated
{
	display: block;
	text-align:center;
	padding-top: 30px;
}

a.delivery
{
	display: block;
	text-align:center;
}

span.sharethis
{
	display: block;
	text-align:center;
}

a.twitter
{
	display: block;
	text-align:center;
}

a.facebook
{
	display: block;
	text-align:center;
	padding-top: 10px;
}

a.addtoany
{
	display: block;
	text-align:center;
	padding-top: 15px;
}

a.drinkaware
{
	display: block;
	text-align:center;
	position: absolute;
	left: 25px;
	top: -50px;
	z-index: 99;
}

p.linkRow
{
	float:left;
	clear: both;
	margin-bottom:15px;
}

a.linkButton
{
    display: block;
    float: left;
	height: 73px;
	line-height: 22px;
	background: url(/images/bg_link_button.gif) no-repeat top right;
    padding-right: 18px; /* sliding door padding */
	color: #2E4C2A;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}

a.linkButton:hover
{
	color: #006600;
}

a.linkButton span
{
	display: block;
	height: 43px;	
    line-height: 18px;
    padding: 18px 0 12px 16px;
	background: url(/images/bg_link_button.gif) no-repeat top left;
}

/* ~~~~~~~~~~~~~~~~~~ */
/* Font page image blocks */

.specialBox
{
	position: relative;
	float: left;
	width: 352px;
	height: 236px;
	margin: 0 10px 10px 2px;
	background: url(/images/frontpage/specialoffer.png) no-repeat top left;
}

.wineBox
{
	position: relative;
	float: left;
	width: 352px;
	height: 236px;
	margin: 0 0 10px 0;
	background: url(/images/frontpage/wine.png) no-repeat top left;
}

.whiskeyBox
{
	position: relative;
	float: left;
	width: 352px;
	height: 236px;
	margin: 0 10px 10px 2px;
	background: url(/images/frontpage/whiskey.png) no-repeat top left;
}

.liqueurBox
{
	position: relative;
	float: left;	
	width: 352px;
	height: 236px;
	margin: 0 0 10px 0;
	background: url(/images/frontpage/liqueur.png) no-repeat top left;
}

.whiskeyBox a.clickthru,
.liqueurBox a.clickthru,
.wineBox a.clickthru,
.specialBox a.clickthru
{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 352px;
	height: 236px;
/*	border: 1px solid #FF0000; */
	z-index: 10;
}

.whiskeyBox p,
.liqueurBox p,
.wineBox p,
.specialBox p
{
	position: relative;
	top: 60px;
	left: 25px;
	width: 125px;
	z-index: 9;
/*	border: 1px solid #FF0000; */
}

div.fp-msg1
{
	position: relative;
	float:left;
	width: 342px;
	height: 85px;
	margin: 0 10px 10px 10px;
}

div.fp-msg2
{
	position: relative;
	float:left;
	clear:right;
	width: 342px;
	height: 85px;
	margin: 0 0 10px 5px;
}

div.fp-msg1 h2,
div.fp-msg2 h2
{
	color:#CC0000;
}

div.fp-msg1 p,
div.fp-msg2 p
{
	font-weight: normal;
}

div.fp-msg1 a,
div.fp-msg2 a
{
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
}

div.fp-msg1 a:hover,
div.fp-msg2 a:hover
{
	color: #C9BB9A;
	text-decoration: underline;
}


