

/* scroll bars */
BODY {
	scrollbar-track-color: #f6dc16;
	scrollbar-face-color: #f7a954;
	scrollbar-arrow-color: #f6dc16;
	scrollbar-3dlight-color: #f6dc16;
	scrollbar-highlight-color: #f6dc16;
	scrollbar-shadow-color: #f6dc16;
	scrollbar-darkshadow-color: #f6dc16;
}

/* text style in any unclassed cell, including the order variations */
TD { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

/* Main styles */
.Header { 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 14px;
	font-weight: bold;
	font-weight: bold;
}



.MainArea { 
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 4px;
}

.TextArea { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 10px;
}


/* small product card classes */
/* product name */

.SmProdName {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}

/* product name cell  */
.SmProdCell {
	padding-right: 1px;
	padding-left: 1px;
	border: 3px solid #ffffff;
	background-color: #FFFFFF;
}

.Pic {
	border: 3px solid #ffffff;
	background-color: #FFFFFF;
}

/* Large Product Card classes */
/* Large product name cell */
.LgProdName {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	FONT-weight: bold;
	border-bottom: 1px solid #000000;
}

/*  Large product description cell */
.LgProdDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;	
}

/* For the cell of the price / features / document uploads title - make sure this cell has colspan="3" */
.LgProdVarTitle {
	text-transform: capitalize;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F26522;
	border-bottom: 1px solid #000000;
}

/* For the product feature / price name cell - if this is wrapping too much increase the width. */
.LgProdVarName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F26522;
	text-transform: capitalize;
	line-height: 140%;
	width: 80px;
}

/* For the product feature / price details cell  */
.LgProdVarText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 140%;
	padding-left: 6px;
}

/* For the "back to products" links on the large product page */
.BackLink {
	color: #000000;
	text-decoration: none;
}
.BackLink:hover {
	color: #F26522;
	text-decoration: none;
}
/* General links throughout the site */
A.Link{
	COLOR: #000000; 
	TEXT-DECORATION: none;
}
A.Link:hover {
	COLOR: #F26522; 
	TEXT-DECORATION: none;
}


/*  info menu cells */
.TopMenuCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 15px;
	padding-left: 15px;
	color: #000000;
}
.TopMenuCell2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.TopMenuCell3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 15px;
	padding-left: 15px;
	color: #000000;
	border: 1px solid #ff0000;
	background-color: yellow;
}
/*  Info menu text */
.TopMenu {
	color: #000000;
	text-decoration: none;
	white-space: nowrap;
}
.TopMenu:hover {
	color: #F26522;
	text-decoration: none;
	white-space: nowrap;
}
.TopMenuOn {
	color: #F26522;
	text-decoration: none;
	white-space: nowrap;
}



/*  Main product menu text */
A.Light {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A.Light:visited {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A.Light:active {
	COLOR: #F26522; TEXT-DECORATION: none
}
A.Light:hover {
	COLOR: #F26522; TEXT-DECORATION: none
}
A.LightOn {
	COLOR: #F26522; TEXT-DECORATION: none
}



	
	
/* Product Menu Cells */

.MenuCellBG {
	background-color: #000000; 
	filter:alpha(opacity=75); 
}

.MenuCell {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	COLOR: #ffffff;
	TEXT-DECORATION: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}

.MenuCell2 {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	COLOR: #F26522;
	TEXT-DECORATION: none;
	padding-top: 4px;
	padding-left: 10px;
	border-bottom: 1px solid #ffffff;
	
}

.MenuCellOn {
	text-transform: capitalize;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	TEXT-DECORATION: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}

/* Classes for the page numbers - except for the main word "Pages", which is a unclassed table cell  */
.PageNumberBar {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	text-decoration: none;
	color: #000000;
}	
.PageNumberCurrent{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	color: #F26522; 
	text-decoration: none;  
	font-weight: bold;
}
.SmLinkOff {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	color: #000000; 
	text-decoration: none; 
	font-weight: bold;
}
.SmLinkOff:hover {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	color: #F26522; 
	text-decoration: none; 
	font-weight: bold;
}

/* "View Cart" order form classes */
.OrderBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-left: 3px;
	padding-right: 3px;
	color: #000000;
	border: 1px  solid  #000000 ;
	background-color: #FFD600;
}
.OrderTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	FONT-weight: bold;
	line-height: 180%;
	color: #000000;
	white-space: nowrap;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #F26522;
	border-bottom: 1px  solid  #000000 ;
	border-right: 1px  solid  #000000 ;
}

.OrderText {
	padding: 3px;
	border-bottom: 1px  solid  #000000 ;
}
.OrderSubmit {
	height: 30;
	white-space: nowrap;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #ffffff;
}

/* Category small display card - text class */
.CatDesc {
	color: #F26522;
	text-transform: lowercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	FONT-weight: bold;
}

/* Contact us classes */
.Ph {
	color: #F26522;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 10px;

}
.Ph2 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* navigation bar for product systems with sub cats */
.NavCell {
	color: #000000;
	text-transform: lowercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	white-space: nowrap;
	padding-top: 3px;

}

.NavBar {
	color: #000000;
	text-transform: lowercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	white-space: nowrap;
	padding-top: 3px;

}

.NavBarOn {
	color: #F26522;
	text-transform: lowercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	white-space: nowrap;
}


/* Extra css codes incase you need them */
/*
	background-image: url(http://www.winedinner.com.au/Layout_Graphics/images/Winelist.jpg);
	background-repeat: no-repeat;  or  repeat-x;   or repeat-y;  
	background-position: top left;  or 10,120;   or center center;
 	background-color: #F26522; 
	filter:alpha(opacity=75); 
*/
