/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 13px;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial;
	letter-spacing: normal;
	background-color: white;
}

.ImgLeft
{
	float: left;
}

.Table_Main
{
	width: 100%;
	background-color: white;
}

.Table_Data
{
	font-size: 10pt;
	width: 100%;
	font-family: Arial;
}	

.Table_Body
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 800px;
	padding-top: 10px;
	font-family: 'Times New Roman' , Arial;
	background-color: white;
}	

.Table_Item_Info
{
	border-right: darkgray thin solid;
	border-top: darkgray thin solid;
	font-size: medium;
	border-left: darkgray thin solid;
	color: black;
	border-bottom: darkgray thin solid;
}

.Table_Info
{
	padding-right: 20px;
	padding-left: 20px;
	font-size: 13px;
	padding-bottom: 3px;
	width: 800px;
	color: black;
	padding-top: 3px;
	font-family: Arial;
	height: 44px;
	background-color: white;
}

.Table_Info2
{
	font-size: 13px;
	color: black;
	padding-top: 3px;
	font-family: Arial;
}

.Table_Specials
{
	padding-right: 10px;
	padding-left: 10px;
	font-size: 13px;
	padding-bottom: 5px;
	width: 798px;
	color: black;
	padding-top: 5px;
	font-family: Arial;
}

.Table_Checkout
{
	border-right: black 1px solid;
	padding-right: 5px;
	border-top: black 1px solid;
	padding-left: 5px;
	font-size: 13px;
	padding-bottom: 5px;
	border-left: black 1px solid;
	padding-top: 5px;
	border-bottom: black 1px solid;
	background-color: #f7fbe4;
}

.Table_CellarClub
{
	font-size: 13px;
}

.TD_Top_Main
{
	padding-bottom: 10px;
	padding-top: 10px;
	height: 301px;
	background-color: white;
}

.TD_Main
{
	background-color: white;
}


.TD_Header
{
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 15px;
	background-image: url(Images/header.jpg);
	padding-bottom: 5px;
	color: white;
	padding-top: 5px;
	height: 55px;
}

.TD_Header2
{
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 12px;
	background-image: url(Images/header2.jpg);
	padding-bottom: 5px;
	color: white;
	padding-top: 5px;
	height: 45px;
}

.TD_Header_Inventory
{
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 15px;
	background-image: url(Images/header_inventory.jpg);
	padding-bottom: 5px;
	color: white;
	padding-top: 5px;
	height: 55px;
}

.TD_Footer
{
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 15px;
	background-image: url(Images/footer.jpg);
	padding-bottom: 5px;
	color: white;
	padding-top: 5px;
	height: 27px;
}

.TD_Block
{
	border-right: #6e6c6c 1px solid;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	border-left: #6e6c6c 1px solid;
	padding-top: 5px;
}

.TD_Block_Specials
{
	border-right: #6e6c6c 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 13px;
	padding-bottom: 5px;
	border-left: #6e6c6c 1px solid;
	width: 239px;
	padding-top: 5px;
}


.TD_Items_Category_Info
{
	font-weight: bold;
	font-size: 13px;
	color: black;
}

.TD_Items_Retail_Info
{
	font-size: 13px;
	color: black;
}

.TD_Items_Sale_Info
{
	font-size: 13px;
	color: red;
}

.TD_Reviews
{
	font-size: 15px;
}

.Table_Checkout_Address
{
	border-right: gray 1px solid;
	padding-right: 5px;
	border-top: gray 1px solid;
	padding-left: 5px;
	font-size: 13px;
	padding-bottom: 5px;
	border-left: gray 1px solid;
	width: 99%;
	padding-top: 5px;
	border-bottom: gray 1px solid;
	font-family: Arial;
}


.TD_Checkout_Headers_Alert
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-family: 'Arial';
	background-color: #c9ceae;
}

.TD_Checkout_Header
{
	font-weight: bold;
	font-size: 13px;
	font-family: Arial;
}


.TD_Header_Admin
{
	font-weight: bold;
	font-size: 15px;
	color: white;
	font-family: Arial;
	background-color: #660000;
}



A:link
{
	color: black;
}

#dhtmltooltip
{
position: absolute;
left: -300px;
width: 250px;
border: 1px solid black;
padding: 5px;
background-color: #c9ceae;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=5);
}

#dhtmlpointer
{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}


