

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

/* text style in any unclassed cell, including the order variations */
TD { 
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
/* Background graphics */
.Logo { 	
	background-image: url(Layout_Graphics/LogoBG.gif);
	background-repeat: no-repeat;  
	background-position: top left;  
}
.MainBG { 	
	background-image: url(Layout_Graphics/MainBG.gif);
	background-repeat: no-repeat;  
	background-position: top left;  
}
.MainBGSlice { 	
	background-image: url(Layout_Graphics/MainBGSlice.gif);
	background-repeat: repeat-y;  
	background-position: top left;  
}
.FootBG { 	
	background-image: url(Layout_Graphics/Foot.gif);
	background-repeat: no-repeat;  
	background-position: bottom left;  
}
/* gallery pic styles */

#Thumbs .imagethumb{
	margin: 4px;
	padding: 1px;
	border: 1px solid #000000;
	text-decoration: none;
}

#Thumbs .imagethumb:hover{
	margin: 4px;
	padding: 1px;
	border: 1px solid #00ABC3;
	text-decoration: none;
}

#Thumbs .imagethumbon{
	margin: 4px;
	padding: 1px;
	border: 1px solid #00ABC3;
	text-decoration: none;
}


/* Main styles */

.Header2 { 
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	padding-right: 6px;
	font-style: italic;
}
.Header { 
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	color: #DA1967;
	padding-right: 6px;
	font-style: italic;
}

.Line { 
	border-bottom: 1px solid #bfbfbf;
}

.MainArea { 
	padding: 30px;
	padding-top: 10px;
}


.TextArea { 
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 140%;
	padding: 20px;
}


.TextArea2 { 
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 140%;
	padding: 20px;
	border-bottom: 1px solid #cccccc;
}
.TextArea3 { 
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 140%;
	padding-left: 20px;
}
.SubHeader {
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #DA1967;
	font-style: italic;
}

.SubText {
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 140%;
}

.SubStock {
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #00ABC3;
	font-style: italic;
}
/* small product card classes */
/* product name */

.SmProdName {
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #00ABC3;
	text-transform: uppercase;
}

/* product name cell  */
.SmProdCell {
	padding-right: 1px;
	padding-left: 1px;
	padding-top: 4px;
	border: 0px solid #bfbfbf;
}
.SmProdDesc {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.SmProdPrice {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #DA1967;
}
.Pic {
	border: 1px solid #000000;
	background-color:#FFFFFF;
	padding: 2px;
	padding-bottom: 0px;
}

/* Large Product Card classes */
/* Large product name cell */
.LgProdName {
	text-transform: uppercase;
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #00ABC3;
}

.LgProdCode {
	text-transform: uppercase;
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color:#CADB2A;
	padding: 2px;
	padding-right: 6px;
	padding-left: 6px;
}

/*  Large product description cell */
.LgProdDesc {
	font-family: Verdana, 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: uppercase;
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border-bottom: 1px solid #bfbfbf;
}

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

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

/* For the variations description cell  */
.varDesc { 
	font-family: Verdana, Helvetica, sans-serif;	font-size: 10px;
	color: #5b1300;
}


/* For the "back to products" links on the large product page */
.BackLink {
	color: #000000;
	text-decoration: none;
}
.BackLink:hover {
	color: #00B0D8;
	text-decoration: none;
}
/* General links throughout the site */
.Link {  
	font-family: Verdana, Helvetica, sans-serif; 
	font-style: normal; 
	color: #DA1967; 
	text-decoration: underline; 

}
.Link:hover {  
	font-family: Verdana, Helvetica, sans-serif; 
	font-style: normal; 
	color: #00B0D8; 
	text-decoration: none; 

}


/*  info menu cells */
.TopMenuCell {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-transform: lowercase;
	font-style:italic;
	padding-left: 5px;
	padding-right: 6px;
}

.TopMenuCellOn {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-transform: lowercase;
	font-style:italic;
	padding-left: 3px;
	padding-right: 12px;
}
/*  main info menu text */
.TopMenu {
	color: #000000;
	text-decoration: none;
	white-space: nowrap;
}
.TopMenu:hover {
	color: #ffffff;
	text-decoration: none;
	white-space: nowrap;
}
.TopMenuOn {
	color: #ffffff;
	text-decoration: none;
	white-space: nowrap;
}

/*  ezyfolio menu cells */
.MenuCell {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-right: 10px;
}


.Menu {
	color: #000000;
	text-decoration: underline;
	white-space: nowrap;
}
.Menu:hover {
	color: #00B0D8;
	text-decoration: underline;
	white-space: nowrap;
}
.MenuOn {
	color: #00B0D8;
	text-decoration: underline;
	white-space: nowrap;
}
/*  ezyfolio sub menu cells */

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

/* Product Menu Cells */



.MenuBG { 	
	background-image: url(Layout_Graphics/MenuBGFoot.gif);
	background-repeat: no-repeat;  
	background-position: top left;  
}
.MenuCell {
	text-transform: lowercase;
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	COLOR: #ffffff;
	TEXT-DECORATION: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	
}


.MenuCellOn {
	text-transform: lowercase;
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	COLOR: #ffffff;
	TEXT-DECORATION: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	
}
.MenuCell2 {
	text-transform: uppercase;
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	COLOR: #00ABC3;
	TEXT-DECORATION: none;
	padding-bottom: 15px;
	padding-left: 15px;
	
}

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

/* "View Cart" order form classes */
.OrderBox {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	padding-left: 3px;
	padding-right: 3px;
	color: #000000;
	border: 1px  solid  #bfbfbf ;
	background-color: #ffffff;
}
.OrderTitle {
	font-family: Verdana, 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: #ffffff;
	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: #000000;
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}

/* Contact us classes */
.Ph {
	color: #00B0D8;
	padding: 4px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
}
.Ph2 {
	color: #000000;
	padding: 4px;
	font-family: Verdana, 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: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	white-space: nowrap;
	padding-top: 3px;

}

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

}

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

.SubMenuCell { 
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px  solid  #cccccc ;
}


.SubMenu { 
	color: #000000;
	text-decoration: none;
}

.SubMenu:visited { 
	color: #000000;
	text-decoration: none;
}
.SubMenu:active { 
	color: #000000;
	text-decoration: none;
}
.SubMenu:hover { 
	color: #00B0D8;
	text-decoration: none;
}
.SubMenuOn { 
	color: #00B0D8;
	text-decoration: none;
}
/* 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: #00B0D8; 
	filter:alpha(opacity=75); 
*/