﻿/* Default CSS Stylesheet for a new Web Application project */

body { /* Default Font & margins for page */
	font-family: Tahoma, Arial, serif;
	font-size: 11px;
	color: #505050;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	}

p, tr, td { /* Default font for paragraphs rows and data */
    font-family: Tahoma, Arial, serif;
    font-size: 11px;
	color: #505050;
}

a:link, a:visited {	/* Default text links */
	text-decoration:	none;
	color:	#006600;
	}	
		
a:active {	
	text-decoration:	underline;
	color:	#FF0000;
	}	
		
a:hover	{	
	text-decoration:	underline;
	color:	#000000;
	}
	
/*-- Begin left product menu --*/

#nav a.red:link, #nav a.red:visited, #nav a.red:active { /* Main menu styling - Red */
	color: #FFFFFF;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	padding: 7px 15px 1px;
	background: url(../img/menu_bg_red.gif);
	border-style: none;
	height: 20px;
	margin: 0px 0px 2px;
}

#nav a.red:hover {
	background: url(../img/menu_bg_red.gif) 0px -30px;
}

#nav a.brown:link, #nav a.brown:visited, #nav a.brown:active { /* Main menu styling - Brown */
	color: #FFFFFF;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	padding: 7px 15px 1px;
	background: url(../img/menu_bg_brown.gif);
	border-style: none;
	height: 20px;
	margin: 0px 0px 2px;
}

#nav a.brown:hover {
	background: url(../img/menu_bg_brown.gif) 0px -30px;
}

#nav a.green:link, #nav a.green:visited, #nav a.green:active { /* Main menu styling - Green */
	color: #FFFFFF;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	padding: 7px 15px 1px;
	background: url(../img/menu_bg_green.gif);
	border-style: none;
	height: 20px;
	margin: 0px 0px 2px;
}

#nav a.green:hover {
	background: url(../img/menu_bg_green.gif) 0px -30px;
}

#nav a.blue:link, #nav a.blue:visited, #nav a.blue:active { /* Main menu styling - Blue */
	color: #FFFFFF;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	padding: 7px 15px 1px;
	background: url(../img/menu_bg_blue.gif);
	border-style: none;
	height: 20px;
	margin: 0px 0px 2px;
}

#nav a.blue:hover {
	background: url(../img/menu_bg_blue.gif) 0px -30px;
}

#nav a.orange:link, #nav a.orange:visited, #nav a.orange:active { /* Main menu styling - Orange */
	color: #FFFFFF;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	padding: 7px 15px 1px;
	background: url(../img/menu_bg_orange.gif);
	border-style: none;
	height: 20px;
	margin: 0px 0px 2px;
}

#nav a.orange:hover {
	background: url(../img/menu_bg_orange.gif) 0px -30px;
}

#subnav a.red:link, #subnav a.red:visited, #subnav a.red:active { /* Sub menu styling - Red */
	color: #fff;
	background: #DD3727;
	font-weight: normal;
	font-size: 10px;
	height: 11px;
	margin: 0px;
	border-style: none;
	line-height: 11px;
	margin: 0px;
	padding: 3px 10px;
}

#subnav a.red:hover {
	background: #b12c1f;
}

#subnav a.brown:link, #subnav a.brown:visited, #subnav a.brown:active { /* Sub menu styling - Brown */
	color: #fff;
	background: #9e865a;
	font-weight: normal;
	font-size: 10px;
	height: 11px;
	margin: 0px;
	border-style: none;
	line-height: 11px;
	margin: 0px;
	padding: 3px 10px;
}

#subnav a.brown:hover {
	background: #7e6b48;
}

#subnav a.green:link, #subnav a.green:visited, #subnav a.green:active { /* Sub menu styling - Green */
	color: #fff;
	background: #c0c32c;
	font-weight: normal;
	font-size: 10px;
	height: 11px;
	margin: 0px;
	border-style: none;
	line-height: 11px;
	margin: 0px;
	padding: 3px 10px;
}

#subnav a.green:hover {
	background: #9a9c23;
}

#subnav a.blue:link, #subnav a.blue:visited, #subnav a.blue:active { /* Sub menu styling - Green */
	color: #fff;
	background: #4393d0;
	font-weight: normal;
	font-size: 10px;
	height: 11px;
	margin: 0px;
	border-style: none;
	line-height: 11px;
	margin: 0px;
	padding: 3px 10px;
}

#subnav a.blue:hover {
	background: #3676a6;
}

#subnav a.orange:link, #subnav a.orange:visited, #subnav a.orange:active { /* Sub menu styling - Orange */
	color: #fff;
	background: #FF9900;
	font-weight: normal;
	font-size: 10px;
	height: 11px;
	margin: 0px;
	border-style: none;
	line-height: 11px;
	margin: 0px;
	padding: 3px 10px;
}

#subnav a.orange:hover {
	background: #FF6600;
}

a.brands:link, a.brands:visited, a.brands:active { /* Main menu styling - Brands */
	color: #FFFFFF;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	padding: 7px 15px 1px;
	background: url(../img/menu_bg_brands.gif);
	border-style: none;
	height: 20px;
	margin: 0px 0px 2px;
}

a.brands:hover {
	background: url(../img/menu_bg_brands.gif) 0px -30px;
}

a.conditions:link, a.conditions:visited, a.conditions:active { /* Main menu styling - Conditions */
	color: #FFFFFF;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	padding: 7px 15px 1px;
	background: url(../img/menu_bg_conditions.gif);
	border-style: none;
	height: 20px;
	margin: 0px 0px 2px;
}

a.conditions:hover {
	background: url(../img/menu_bg_conditions.gif) 0px -30px;
}

ul { /* Menu Container */
	padding: 0;
	margin: 0;
 	list-style: none;
	width: 145px;
}

ul li { /* Main level positioning */
	position: relative;
}

li ul { /* Sub level positioning */
	display: none;
	position: absolute;
	left: 145px;
	top: 0;
}

li:hover ul, li.over ul { /* Sub Menu Items */
	display: block;
	padding: 0;

	margin: 0;
	height: 15px;
	font-size: 10px;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

/*-- End left product menu --*/

.WhiteText:link, .WhiteText:visited, .WhiteText:active  { /* White cart text in header */
	font-family: Tahoma, Arial, serif;
	font-size: 10px;
	color: #FFFFFF;	
}

.WhiteText:hover  { /* White cart text in header */
	font-family: Tahoma, Arial, serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}

.contentHeading { /* Heading for page titles */
	font-family: Tahoma, Arial, serif;
	font-size: 16px;
	color: #006600;
	letter-spacing: 1px;
}

.cartHeading { /* Heading for boxes */
	font-family: Tahoma, Arial, serif;
	font-size: 11px;
	color: #2B643B;
	letter-spacing: 1px;
	font-weight: bold;
}

.boxHeading { /* Heading for boxes */
	font-family: Tahoma, Arial, serif;
	font-size: 11px;
	color: #666666;
	letter-spacing: 1px;
	font-weight: bold;
}

.boxtext { /* Text in boxes */
	font-family: Tahoma, Arial, serif;
	font-size: 11px;
	color: #666666;
}

.boxtext:link, .boxtext:visited, .boxtext:active  { /* Links in boxes */
	font-family: Tahoma, Arial, serif;
	font-size: 11px;
	color: #666666;
}

.boxtext:hover { /* Links in boxes */
	font-family: Tahoma, Arial, serif;
	font-size: 11px;
	color: #2C653A;
}

.boxtextstrike { /* Text in boxes */
	text-decoration: line-through;
}

.redprice { /* Text in boxes */
	color: #CC0000;
	font-weight: bold;
}

.blueprice { /* Text in boxes */
	color: #3676a6;
	font-weight: bold;
}

.smallText {
	font-size: 10px;
	color: #333333;
}

.smallHeading {
	font-size: 10px;
	font-weight: bold;
	color: #2c653a;
	padding-left: 5px;
	padding-bottom: 5px;
}

.smallTextWhiteBold {
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
}

.headerMenuButtons:link, .headerMenuButtons:visited, .headerMenuButtons:active {  /* Horizontal menu bar in header */
	font-family: Tahoma, Arial, serif;
	font-size: 11px;
	color: #FFFFFF;
	height: 20px;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 2px 10px;
}

.headerMenuButtons:hover {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 9px;
	padding-top: 1px;
	padding-right: 9px;
	padding-bottom: 1px;
	background-color: #BB2E1E;
	border: 1px solid #FFFFFF;
}

.footer { /* Footer text */
	font-family: Tahoma, Arial, serif;
	font-size: 10px;
	color: #000000;
	height: 18px;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
}

.footer:link, .footer:visited, .footer:active { /* Footer links */
	color: #333333;
}

.footer:hover { /* Footer links */
	color: #000000;
	padding-left: 9px;
	padding-top: 1px;
	padding-right: 9px;
	padding-bottom: 1px;
	border: 1px solid #E4E4A6;
}

.headerSearchField {  /* Search field in header */
	font-family: Tahoma, Arial, serif;
	font-size: 11px;
	color: #333333;
	border: 1px none #999999;
	height: 16px;
	background-image: url(img/search_bg.jpg);
	margin-top: 2px;
}

.inputBox {  /* Form fields */
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #666666;
	background-color: #f7f8e7;
	height: 14px;
	border: 1px solid #e4e4a6;
	margin-top: 1px;
}

.inputBoxRequired {  /* Form fields */
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #666666;
	background-color: #f7f8e7;
	height: 14px;
	border: 1px solid #990000;
}

.inputTextBox {  /* Form fields */
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #666666;
	background-color: #f7f8e7;
	border: 1px solid #e4e4a6;
}

.inputTextBoxRequired {  /* Form fields */
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #666666;
	background-color: #f7f8e7;
	border: 1px solid #990000;
}

.button {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #666666;
	background-color: #f7f8e7;
	height: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e4e4a6;
	border-right-color: #e4e4a6;
	border-bottom-color: #e4e4a6;
	border-left-color: #e4e4a6;
}

.list {
	background-attachment: fixed;
	background-image: url(img/list_bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: 10px;
	display: block;
}	

.list_sub {
	background-attachment: fixed;
	background-image: url(img/list_bullet_sub.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: 20px;
	display: block;
}	

ul li	{	
	list-style-image: url(img/bullet_small.gif);
	padding-left: 0;
	margin-left: 0;
	}	

ul li li	{	
	list-style-image: url(img/bullet_small.gif);
	padding-left: 0;
	margin-left: 0;
	}	

ul li li li	{	
	list-style-image: url(img/bullet_small.gif);
	}	
	
ol li	{	
	list-style-image: url(img/bullet.gif);
	}	

ol ol li	{	
	list-style-image: url(img/bullet_small.gif);
	}	

ol ol ol li	{
	list-style-image: url(img/bullet_small.gif);
	}	

hr {
	border: none;
	background-color: #CCCCCC;
	color: #CCCCCC;
	height: 1px;
	width: 100%;
}


H1 { /* Heading for page titles */
	font-family: Tahoma, Arial, serif;
	font-size: 16px;
	color: #006600;
	letter-spacing: 1px;
}

H2 { /* Heading for page titles */
	font-family: Tahoma, Arial, serif;
	font-size: 16px;
	color: #006600;
	letter-spacing: 1px;
}

H3 { /* Heading for page titles */
	font-family: Tahoma, Arial, serif;
	font-size: 16px;
	color: #006600;
	letter-spacing: 1px;
}
.admin_tblbdr {
	border-right: #EEEEDD 1px solid;
	border-top: #EEEEDD 1px solid;
	border-left: #EEEEDD 1px solid;
	border-bottom: #EEEEDD 1px solid;
	background-color: #F4F4EA;
	font-size: 12px;
	font-family: 'Verdana' , Tahoma, Arial, Times New Roman;

}

.admin_form {
	font-size: 11px;
	font-family: 'Verdana' , Tahoma, Arial, Times New Roman;
}

.admin_head {
	background-color: #EEEEDD;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
}

.altItem {
	background-color: #EEEEDB;
}
