/***********************************************/
/*       Avonmore Winery CSS Document          */
/***********************************************/

/************* Main Body Styles ****************/

body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0;
	background-color: #f0db97;
}

/***************  Link Styles ******************/
a:link, a:visited, a:active {     
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
    Color : #333333;
	font-weight: bold;
	text-decoration : none;
}

a:hover { 
    font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	Color : #0000FF;
	font-weight: bold;
	text-decoration : underline;
}

.BoldCart a {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	display: block;
	padding: 0px 0px 0px 0.5px;
	color: #333333;
	text-decoration: none;
	width: 100%;
}

.BoldCart a:hover {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	background-color: #FEFE9C;
	background-image: none;
	text-decoration: none;
	display: block;
	
}

html>body .BoldCart a { width: auto; }

.footer a:link, .footer a:visited, .footer a:active {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
    Color : #333333;
	font-weight: normal;
	text-decoration : none;
}

.footer a:hover {
    font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	Color : #0000FF;
	font-weight: normal;
	text-decoration : underline;
	
}
/*************** Custom Styles *****************/
.ErrFont {
	font-family: Tahoma, Arial, sans-serif;
	font-size:8pt;
	color:#FF0000;
	font-weight:bold;
	padding:2px;
} 

.MsgFont {
	font-family: Tahoma, Arial, sans-serif;
	font-size:10pt;
	color:#333;
	font-weight:600;
	padding:2px;
	text-align:Center;
}

.Boldheader {
	font-family: Tahoma, Arial, sans-serif;
	font-size:14pt;
	color:#B6596F;
	font-weight:bold;
	padding:2px;
	text-align:Center;
}

.Boldheader2 {
	font-family: Tahoma, Arial, sans-serif;
	font-size:13pt;
	color:#333333;
	font-weight:bold;
	padding:2px;
	text-align:Center;
}

.BoldBlack {
	color: #333333;
	font-weight: bold;
	font-size: 16px;
}
.buttons {
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}

.Whitefont {
	font-family: Tahoma, Arial, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	}

.Pagebg {
	background:url("../images/butbg.gif");
	}


.linksbg {
	background-image:url("../images/linksbg.gif")
	}
	
.topbg {
	background-image:url("../images/top1bg.gif")
	}
	
.botbg {
	background-image:url("../images/botbg.gif")
	}
	
.footerbg {
	background-image:url("../images/footerbg.gif"); height:65px;
	}

.tablebg {
	background-color:#F0D992;
	}
	
.cart {
	height:200px;
	}
	
.cartbg {
	background-color: #ffffd8;
	}

#height217 { height:217px; background-color:#F4E3AF; }

.lHead { background-color:#F4E3AF; height:33px}

.rHead { background-color:#F4E3AF; height:25px;}

/********* Control Panel Link Styles ***********/
.Textfields{
	border: 1px solid #333333;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #333333;
}

.Descriptionfields{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}

/********* New Styles v2 ***********/
.butbg {
	background-image:url("../images/butbg.gif"); height:32px;
	}
	
img {
	border: none;
	}
	
.linksbg {
	background-image:url("../images/linksbg.gif"); height:32px;
	}
	
.top1bg {
	background-image:url("../images/top1bg.gif"); height:32px;
	}
	
.botbg {
	background-image:url("../images/botbg.gif"); height:32px;
	}
	
.activeusers {
	color: #F4E3AF
	}

.ErrMsg { 
	font-family: Tahoma, arial, helvetica, sans-serif; 
	font-size:8pt; 
	color:#ff0000; 
	font-weight:600; 
	padding:2px; 
	background-color:inherit; 
	text-align:center; 
	}

/***********************************************/
/* Drop Down Menu Styles                       */
/***********************************************/
.dropmenudiv { position:absolute; top:0; border:1px solid #cbbaa0; font-weight:bold; font-family:Tahoma, arial, helvetica, sans-serif; line-height:15px; z-index:100; background-color:#f3e2aa; width:150px; visibility: hidden; color:#333; }
.dropmenudiv a:link, .dropmenudiv a:visited, .dropmenudiv a:active{ width:99%; display:block; text-indent:3px; border-bottom:1px solid #cbbaa0; padding:2px 0 2px 2px; text-decoration:none; font-weight:bold; color:#333; background-color:inherit; }
.dropmenudiv a:hover{ background-color:#ede1cd; color:#0000ff; text-decoration:underline;}

p { line-height:1.4em; margin:0 0 15px 0; }
ul, ol { margin:10px 0 10px 25px; padding:0; }
li { margin:4px 0 4px 0; line-height:1.4em; }
ul li { list-style-type:disc; }

.checkouttable td{
	padding: 5px; 
	}

.center { margin:auto; text-align:center; }

