.outofstockMessage {color: red; font-size: 9px;}

 
/*	--------------------------------------	*/
/* 	STANDARD HTML TAG RESETS               	*/
/*	--------------------------------------	*/

	body,
	h1, h2, h3,
	p, ul, li,
	form {
		border:	0;
		margin:	0px;
		padding:0px;
	}

/*	--------------------------------------	*/
/* 	STANDARD HTML TAG DEFINITION           	*/


	body,
	input,
	td {
		font-family: 	Verdana, Arial, Helvetica, sans-serif;
		font-size:		11px;
		color: 			#aaaaaa;
	}
	
	input,
	form{
		color: 			#5d6967;
	}
	
	p { /* text area text */
		font-family: 	Verdana, Arial, Helvetica, sans-serif;
		font-size:		11px;
		line-height:	140%;
		color: 			#5d6967;
	}

	

a,
a:link,
a:visited{
	color: 				#5d6967;
	text-decoration: 	none; 
	}


a:active,
a:hover{
	color: 				#000;
	text-decoration: 	none; 
	}	
	

	
.eNews a,
.eNews a:link,
.eNews a:visited{
	color: 				#ffffff;
	text-decoration: 	none; 
	}


.eNews a:active,
.eNews a:hover{
	color: 				#000;
	text-decoration: 	none; 
	}
.eNews {
	position:	relative; 
	float:		right;
	margin-right:	30px;
	margin-top:	40px;
	font-size: 17px; 
	color: #FFF;
	line-height:	10px;
	}


/*	--------------------------------------	*/
/* 	SCROLL BARS							 	*/

	html,
	body {
		scrollbar-track-color: 		#d3d6d6;
		scrollbar-face-color: 		#ffffff;
		scrollbar-arrow-color: 		#d3d6d6;
		scrollbar-3dlight-color: 	#d3d6d6;
		scrollbar-highlight-color: 	#d3d6d6;
		scrollbar-shadow-color: 	#d3d6d6;
		scrollbar-darkshadow-color: #d3d6d6;
		background-image:			url(Graphics/BG.gif);
		background-position: 		top center;
		background-repeat: 			repeat;
	}


/*	--------------------------------------	*/
/* 	PAGE ELEMETS                           	*/
/*	--------------------------------------	*/

#Container {
	margin:			0 auto;
	position:		relative;
	width:			1120px; 
	background-color:#ffffff;
	height:			100%;
	/*min-height:	100%;		100%;	 Height of the footer for full page layout */
	/*height:		100%;	 Height of the footer for full page layout */
	/*filter:				alpha(opacity=75);*/
	/*opacity:			0.75;*/
	}


	
#Top {
	margin:			0 auto;
	width:			980px; 
	padding-top:	60px;
	height:			70px;
	background-color: #c4161c;
	position:		relative;
	}

		
#MainContainer {
	margin:			0 auto;
	position:			relative;
	width:				980px;
	}	
#MainArea {
	position:			relative;
	text-align:			left;
	width:				720px;
	padding-left:		10px;
	padding-top:		30px;
    /*padding-bottom:	80px;    Height of the footer, for site full page layout */
	}
#MainArea2 {
	position:			relative;
	text-align:			left;
	width:				980px;
	padding-top:		70px;
    /*padding-bottom:	80px;    Height of the footer, for site full page layout */
	}

.ProdArea {
	position: 			relative;
}

h1 { /* main text headers */
	color:				#5d6967;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			28px;
	text-align:			left;
	text-transform:		lowercase;
	margin:				0;
	margin-bottom:		10px;
	padding: 			0;
	font-weight:		normal;
	}
	
	
h2 { /* sub headers & promo on front page*/
	color: 				#132530;
	font-size:			17px;
	font-weight: 		normal;
	margin: 			0px;
	text-decoration: 	none;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:		10px;
	}
h3 { /* sub headers & promo on front page*/
	color: 				#5d6967;
	font-size:			15px;
	font-weight: 		normal;
	margin: 			0px;
	margin-bottom:		0px;	
	text-decoration: 	none;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	text-transform: 	capitalize;
	}	
.Red{
		color: 		#000;
		font-size:	14px; 
		}
.Grey {
		color: #5d6967; 
		}

.Footer {
	padding-top:	20px;
	height: 		56px;
	margin:			0 auto;
	position:		relative;
	width:			980px; 
	color: 			#ffffff;
	font-size:		10px;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	}

/*	--------------------------------------	*/
/* 	TOP AREA	                           	*/
/*	--------------------------------------	*/

.InfoMenuContainer {
	position: 			relative;
	border-top:			6px solid #fff;
	border-bottom:		2px solid #fff;
	height:				24px;
	background-color: 	#5d6967;
	z-index:			3;
}

	
	
.InfoMenu {
	margin: 			0;	
	padding: 			0;
	height:				30px;
	
	}
.InfoMenu li{
	list-style-position: inside;
	display: 			inline;
	font-size: 			12px;
	float:				left;
	text-decoration: 	none;
	text-align:			left;
	padding-left: 		12px;
	padding-right: 		12px;
	padding-top: 		5px;
	padding-bottom: 	4px;
	text-transform:		uppercase;
	background-color: 	#5d6967;
	}
	
	
.InfoMenu li a,
.InfoMenu li a:link,
.InfoMenu li a:visited{
	color:				#fff;

	}


.InfoMenu li a:active,
.InfoMenu li a:hover{
	color: 				#fff;
	
	}
.InfoMenu li:hover{
	list-style-position: inside;
	display: 			inline;
	font-size: 			12px;
	float:				left;
	text-decoration: 	none;
	text-align:			left;
	padding-left: 		12px;
	padding-right: 		12px;
	padding-top: 		5px;
	padding-bottom: 	4px;
	text-transform:		uppercase;
	background-color: 	#132530;
	}
	
#InfoMenuOn a{
	color: 				#fff;
	}
	
	
		
.FrontMenu {
	margin: 			0;	
	padding: 			0px;
	padding-top: 		20px;
	height:				182px;
	width:				200px;
	background-color: 	#5d6967;
	}
.FrontMenu li{
	list-style-position: inside;
	display: 			block;
	font-size: 			15px;
	float:				left;
	text-decoration: 	none;
	text-align:			left;
	padding-left: 		20px;
	width:				160px;
	padding-right: 		20px;
	padding-top: 		3px;
	padding-bottom: 	3px;
	text-transform:		lowercase;
	
		
	}
	
	
.FrontMenu li a,
.FrontMenu li a:link,
.FrontMenu li a:visited{
	color:				#fff;

	}


.FrontMenu li a:active,
.FrontMenu li a:hover{
	color: 				#fff;
	
	}
.FrontMenu li:hover{
	list-style-position: inside;
	display: 			block;
	font-size: 			15px;
	float:				left;
	text-decoration: 	none;
	text-align:			left;
	padding-top: 		3px;
	padding-bottom: 	3px;
	text-transform:		lowercase;
	background-color: 	#132530;
	width:				160px;
	}
	
.WelcomeFooter {
	font-size: 			12px;
	color: 				#fff;
	background-color: 	#5d6967;
	width:				960px;
	padding:			10px;
	text-align:			center;		
	}
	
/*	--------------------------------------	*/
/* 	SUBMENU ON TEXT.PHP					   	*/	


	
.SubMenu {
	margin: 			0;	
	margin-top: 		70px;
	padding: 			0;
	width:				250px;

	}
	
.SubMenu li{
	text-transform:		capitalize;
	list-style-type: 	none;
	display: 			inline;
	float:				left;
	text-decoration: 	none;
	width:				250px;
	font-size:			12px;
	line-height: 		140%;	
	padding-top: 		4px;
	padding-bottom: 	2px;
	padding-left: 		20px;
	text-align:			left;
	}
	
.SubMenu li a,
.SubMenu li a:link,
.SubMenu li a:visited {
	color:				#5d6967;
	}
	
.SubMenu li a:active,
.SubMenu li a:hover {
	color: 				#000;
	}

#SubMenuOn a{
	color: 				#000;
	}







/*	--------------------------------------	*/
/* 	MAIN AREA	                           	*/
/*	--------------------------------------	*/



.Line {
    border-bottom:		1px solid #bbbbbb;
	margin-top:			20px;
	margin-bottom:		20px;
}

.Line2 {
    border-top:		1px solid #bbbbbb;
}


.ProdMenuArea {
	position:			relative;
	width:				250px;
	}
	

.TextArea {
	position:			relative;
	float:				right;
	background-color: 	#d3d6d6;
	width:				500px;
	padding:			20px;
	}	
		
.TextArea p {
	color:				#132530;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	line-height:		150%;
	text-align:			left;
	position:			relative;
	}

	
.SidePic {
	position:			relative;
	float:				left;
	display:			block;
	width:				180px;
	height:				180px;
	border:				1px solid #c2c3c6;
}













/* random hot products on front page  */
img {border:none;}
 ul.popout {list-style:none; margin:0; padding-top:10px; width: 350px;}
 ul.popout li {float:left; display: inline; border:1px solid #000;margin: 0 4px 4px 0; padding: 2px 2px 2px 2px; background-color:#eaedf6;text-align: center;}
 ul.popout li a {display:inline; height:40px; width:40px; background:center; }
 ul.popout li a:hover { background-color:#DDDDDD; color:#000000;}
 a {text-decoration:none; color:#5d6967}


/* surrounding product mini images.    */
.surround img {border:none;}
.surround ul{list-style:none; margin:0; padding-top:10px; width:350px;}
.surround li {float:left; display: inline; border:1px solid #b3a9b5;height:40px; width:40px;   margin: 0 4px 4px 0; padding: 2px 2px 2px 2px; background-color:#ffffff;text-align: center;}
.surround li a {display:inline; height:40px; width:40px; }
.surround li a:hover { background-color:#EC008C; color:#000000;}
.surround a {text-decoration:none; color:#000000}


.Surounding {
	position:			relative;
	width:				350px;
	height:				165px;
	line-height:		300%;
}	
	
	






/*	--------------------------------------	*/
/* 	EZYCAT CLASSES                         	*/
/*	--------------------------------------	*/


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

.Cart {
	border-top:			1px solid #bbbbbb;
	font-size:			11px;
	line-height: 		140%;
	padding-top: 		6px;
	padding-bottom: 	2px;
	text-align:			right;	
	text-transform:		uppercase;
	color: 				#5d6967;
	}
.BGImage {
	position: relative;
	margin-bottom: 20px;
	}	
.CatHeaderBG { /*welcome.php templage */
	background-color:	#fff;
	color: 				#000;
	filter:				alpha(opacity=80);
	opacity:			0.80;
	float:				left;
	height:				30px;
	padding:			15px;
	padding-top:		10px;
	position:			absolute;
	top:				180px;
	left:				15px;
	width:				730px;
	}
.CatHeaderBG h1 { /* main text headers */
	color:				#000;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			28px;
	text-align:			right;
	margin:				0;
	padding: 			0;
	font-weight:		normal;
	}
	
/*	--------------------------------------	*/
/* 	SMALL CARD	AND CAT CARD               	*/


#SmCard {
	position: 		relative;
	margin:			0px;
	margin-bottom:	10px;
	padding:		0px;
	width:			180px;
	height:			230px;
	}

.SmProdName {
	text-decoration: 	none;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	color: 				#5d6967;
	line-height: 		140%;
	text-align:			left;
	text-transform:		capitalize;
	}
	
.SmProdName:hover {
	color: 				#000;
	text-decoration: 	none;
	
	}


.SmProdCell { 
	position: 			relative;
	top:				-40px;
	left:				0px;
	width:				160px;
	height:				30px;
	text-align:			left;
	text-transform:		capitalize;
	text-decoration: 	none;
	font-weight:		normal;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	padding:			10px;
	padding-top:		5px;
	padding-bottom:		5px;
	color: 				#000000;
	line-height: 		110%;
	background-color:	#fff;
	filter:				alpha(opacity=80);
	opacity:			0.80;
	z-index: 			1;
} 

.PriceContainer {
	position:			relative;
	left:				-24px;
	margin:				0px;
	padding:			0px;
	Clear:				both;
}
.SmProdPrice { 
	text-decoration: 	none;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;	
	font-size: 			10px;
	color: 				#666666;
	position:			relative;
	display: 			block;
	text-align:			left;
	width:				150px;
}
/*.SmProdDesc { not used in thissite 
	text-decoration: 	none;
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	color: 				#5d6967;
	border-bottom: 		2px solid #5d6967;
	padding-top: 		3px;
	text-align:			justify;
	width:				157px;
} */
.SmProdID {  
	text-decoration: 	none;
	font-family: 	Verdana, Arial, Helvetica, sans-serif;	
	font-size: 			10px;
	position:			relative;
	display: 			block;
	text-align:			left;
	color: 				#666666;
	line-height: 		160%;
	width:				150px;
	margin-bottom:		2px;
}
	
.Pic {
	width:				100px;
	position:			relative;
	height:				100px;
	padding:			0px;
	margin-right:		5px;
	margin-bottom: 		5px;
	border:				1px solid #c2c3c6;
	}

/* Category card - text class */
.CatDesc {
	color: 				#5d6967;
	text-decoration: 	none;
	}
	
.CatDesc:hover {
	color: 				#000;
	text-decoration: 	none;
	}










		
.
/*	--------------------------------------	*/
/* 	LARGE PRODUCT CARD	                   	*/

.LgCard {
	position: relative
	}

.LgCardPic { /* image container on large card */
	margin-top:			10px;
	position:			relative;
	width:				350px;
	height:				450px;
	color:				#5d6967;
	text-align:			center;
	line-height:		200%;
	border:				1px solid #c2c3c6;
	}



	
.LgProdFoot{ /* back / next container */ 
	height:			14px;
	position:		relative;
	padding:     	10px;
	padding-top:    6px;
	padding-bottom: 6px;
	text-align:		center;
	font-size:		11px;
	size: 			11px;
	width:			330px;
	margin-top:		22px;
	border:			1px solid #c2c3c6;
	}

.LgProdInfo { /* lg card text area container */ 
	width:			300px;
	position:		absolute;
	right:			0; 
	top:			0px;
	margin-top:		42px;
	}
	
.LgProdArea {  /* inside scroll area  */
	width:			300px;
	padding-right: 	10px;
	overflow:		auto;
	}

.LgProdName {
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	font-size:		15px;
	color: 			#5d6967;
	margin-right:	10px;
	margin-bottom:	10px;
	margin-top:		20px;
	padding:		0px;
	font-weight:	normal;
	line-height: 	100%;
	text-transform:	uppercase;
	text-align:		left;
	width:			300px;
	}
	
.LgProdID { /*lg card product id */ 
	color: 			#fff;
	text-decoration: none;
	font-family: 	Verdana, Arial, Helvetica, sans-serif;	
	font-size: 		18px;
	margin:			0px;
	padding:		3px;
	padding-left:	6px;
	padding-right:	6px;
	line-height: 	140%;
	width:			30px;
	font-weight:	normal;
	background-color: #5d6967;
}


	

	
.LgProdDesc {
	font-family: 	Verdana, Arial, Helvetica, sans-serif;	
	font-size: 		12px;
	color: 			#5d6967;
	line-height: 	140%;
	width:			300px;
	margin-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: 		Verdana, Arial, Helvetica, sans-serif;	
	font-size: 			14px;
	color: 				#5d6967;


}

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

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

/* For the variations description cell  */
.varDesc { 
	font-family: 		Verdana, Arial, Helvetica, sans-serif;	
	font-size: 			12px;
	color: 				#5d6967;
	padding-left: 	 	6px;
}

.LgProdVarText a,
.LgProdVarText a:link,
.LgProdVarText a:visited{
	color: 				#000;
	text-decoration: 	none; 
	}

.LgProdVarText  a:active,
.LgProdVarText  a:hover{
	color: 				#5d6967;
	text-decoration: 	none; 
	}	
/*	--------------------------------------	*/
/* 	PRODUCT MENU                         	*/

/* Cascading product menu styles */


.MenuCellLevel1 {  /* not used on the site - hard coded into the top menu */
	font-size:			1px;

	}

 
.MenuCellLevel1On {  /* not used on the site - hard coded into the top menu */
	font-size:			1px;

	}
	
/* Product Level 2 Menu Cells */
.MenuCellLevel2 {
	font-size:			13px;
	line-height: 		140%;	
	padding-top: 		8px;
	padding-bottom: 	2px;
	padding-left: 		15px;
	text-align:			left;
	text-transform:		capitalize;
	background-image:	url(Graphics/Dot.gif);
	background-position: left ;
	background-repeat:   no-repeat;
}



.MenuCellLevel2On {
	color: 				#000;
	font-size:			13px;
	line-height: 		140%;	
	padding-top: 		8px;
	padding-bottom: 	2px;
	padding-left: 		15px;
	text-align:			left;
	text-transform:		capitalize;
	background-image:	url(Graphics/Dot.gif);
	background-position: left ;
	background-repeat:   no-repeat;
}

/* Product Level 3 Menu Cells */
.MenuCellLevel3 {
	font-size:			12px;
	list-style-type:	none;
	line-height: 		140%;	
	padding-top: 		4px;
	padding-bottom: 	2px;
	padding-left: 		20px;
	text-align:			left;
	text-transform:		capitalize;
}



.MenuCellLevel3On {
	color: 				#000;
	font-size:			12px;
	list-style-type:	none;
	line-height: 		140%;	
	padding-top: 		4px;
	padding-bottom: 	2px;
	padding-left: 		20px;
	text-align:			left;
	text-transform:		capitalize;
}


/* Product Level 4 Menu Cells */
.MenuCellLevel4 {
	font-size:			12px;
	list-style-type:	none;
	line-height: 		140%;	
	padding-top: 		4px;
	padding-bottom: 	2px;
	padding-left: 		40px;
	text-align:			left;
	text-transform:		capitalize;
}



.MenuCellLevel4On {
	color: 				#000;
	font-size:			12px;
	list-style-type:	none;
	line-height: 		140%;	
	padding-top: 		4px;
	padding-bottom: 	2px;
	padding-left: 		40px;
	text-align:			left;
	text-transform:		capitalize;
}


/* Product Level 5 Menu Cells */
.MenuCellLevel5 {
	font-size:			12px;
	list-style-type:	none;
	line-height: 		140%;	
	padding-top: 		4px;
	padding-bottom: 	2px;
	padding-left: 		50px;
	text-align:			left;
	text-transform:		capitalize;
}



.MenuCellLevel5On {
	color: 				#000;
	font-size:			12px;
	list-style-type:	none;
	line-height: 		140%;	
	padding-top: 		4px;
	padding-bottom: 	2px;
	padding-left: 		50px;
	text-align:			left;
	text-transform:		capitalize;
}
/*  Main product menu text */
A.Light {
	color:				#5d6967; 
	TEXT-DECORATION: 	none
}
A.Light:visited {
	color:				#5d6967; 
	TEXT-DECORATION: 	none
}
A.Light:active {
	color:				#5d6967; 
	TEXT-DECORATION: 	none
}
A.Light:hover {
	COLOR: 				#000; 
	TEXT-DECORATION: 	none
}
A.LightOn {
	COLOR: 				#000; 
	TEXT-DECORATION: 	none
}
/*  Main product level 1 menu text */
A.LightLevel1 {
	color:				#fff; 
	TEXT-DECORATION: 	none
}
A.LightLeel1:visited {
	color:				#fff; 
	TEXT-DECORATION: 	none
}
A.LightLevel1:active {
	color:				#fff; 
	TEXT-DECORATION: 	none
}
A.LightLevel1:hover {
	COLOR: 				#fff; 
	TEXT-DECORATION: 	none
}
A.LightLevel1On {
	COLOR: 				#fff; 
	TEXT-DECORATION: 	none
}

/*  Main product level 2 menu text */
A.LightLevel2 {
	color:				#5d6967; 
	TEXT-DECORATION: 	none
}
A.LightLevel2:visited {
	color:				#5d6967; 
	TEXT-DECORATION: 	none
}
A.LightLevel2:active {
	color:				#5d6967; 
	TEXT-DECORATION: 	none
}
A.LightLevel2:hover {
	COLOR: 				#000; 
	TEXT-DECORATION: 	none
}
A.LightLevel2On {
	COLOR: 				#000; 
	TEXT-DECORATION: 	none
}

/*  Main product level 3 menu text */
A.LightLevel3 {
	color:				#5d6967; 
	TEXT-DECORATION: 	none
}
A.LightLevel3:visited {
	color:				#5d6967; 
	TEXT-DECORATION: 	none
}
A.LightLevel3:active {
	color:				#5d6967; 
	TEXT-DECORATION: 	none
}
A.LightLevel3:hover {
	COLOR: 				#000; 
	TEXT-DECORATION: 	none
}
A.LightLevel3On {
	COLOR: 				#000; 
	TEXT-DECORATION: 	none
}

/*	--------------------------------------	*/
/* 	NAV AND FORM	                         	*/

/* "View Cart" order form classes */
.OrderBox {
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 3px;
	padding-right: 3px;
	color: #5d6967;
	border: 1px  solid  #bfbfbf ;
	background-color: #ffffff;
	width:		90%px;
}
.OrderTitle {
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	FONT-weight: bold;
	line-height: 180%;
	color:		#000;
	white-space: nowrap;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #ffffff;
	border-bottom: 1px  solid  #bfbfbf ;
	border-right: 1px  solid  #bfbfbf ;
}

.OrderText {
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	border-bottom: 1px  solid  #bfbfbf ;
}
.OrderSubmit {
	height: 30px;
	white-space: nowrap;
	padding-left: 3px;
	padding-right: 3px;
	background-color:				#ffffff;
}

/* navigation bar for ezycat product systems with sub cats */
#Nav {
	position:relative;
	width:	500px;
	white-space: nowrap;
}

.NavCell {
	text-transform: lowercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
}

.NavBar {
	text-transform: lowercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;

}

.NavBarOn {
	text-transform: lowercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
		background-image:url(Graphics/Arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}

