#nav {
    height:100%;
    width	:145px;
	color: #666;
	font-weight: normal;
	overflow: hidden;}	

#nav a:link, #nav a:visited {
	color: #3b73b9;
	text-decoration: none;} 
	
#nav a:hover, #nav a:active {
	color: #A9B8DF;
	text-decoration: underline;}

#nav ul.navitem {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav ul.navitem li  {
	padding: 5px 0 5px 12px;	
	border-bottom: 1px dotted #ccc;
}
	
#nav ul.navitem li.haschildren  {
	background-image: url(images/navBul.gif);
	background-position: 4px 10px; 
	background-repeat: no-repeat;}

#nav ul.navitem li.selected {
	background-image: none;}
	
#nav ul.navitem li.title {
    padding-left: 4px;
    background-image: none;
    color: #999;
    border-bottom: 0;}
    
#nav ul.navitem li.selected a {
	color:#666;}	

#nav img {display: inline;}



body{
	margin: 0px;
}
.topmenubar{background-color: #DFFFDF;}

A.topmenuitem{
	color: Navy;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}
A.topmenuitem:hover{
	color: Red;	
}


.error{
	background: #ffffdd url(images/iconWarning.gif) no-repeat 4px;
	border: 1px solid #999999;
	color: Red;
	padding: 5px 5px 5px 25px;
	
}

ul.errorlist{
	list-style-type: square;
	margin-left: 25px;
}

.message{
	background: #ffffdd url(images/iconInformation.gif) no-repeat 4px;
	border: 1px solid #999999;
	padding: 5px 5px 5px 25px;
	
}
.success{
	background: #ffcc99 url(images/iconInformation.gif) no-repeat 4px;
	border: 2px solid ##999999;
	padding: 5px 5px 5px 25px;
	
}
.special{
	background: #ffcc99 url(images/iconInformation.gif) no-repeat 4px;
	border: 2px solid ##999999;
	padding: 5px 5px 5px 25px;
	
}

.linkbuttonsection{
	margin-top: 10px;
	margin-bottom: 10px;
}

A.linkbutton{
	background: #000099;
	color: White;
	padding: 4px 6px 4px 6px;
	text-decoration: none;
	font-weight: bold;
}

A.linkbutton:hover{
	background: #000099;
	color: Yellow;
	padding: 4px 6px 4px 6px;
	text-decoration: none;
	font-weight: bold;
}

table.tab {
	border: 1px solid #666;
	background-color: #F5F5F5;
	margin: 0px 0 0px 0;
	border-collapse: collapse;
}

table.tab td.clsSelected {
	background-color: #808080;
}

table.frm {
	border: 1px solid #666;
	background-color: #F5F5F5;
	margin: 20px 0 20px 0;
	border-collapse: collapse;
}

.frmtitle {
	padding: 4px 4px 4px 4px;
	background-color: #4682B4;
	color: White;
	font-weight: bold;
}

.frmsubtitle {
	color: #FFFF99;
	font-weight: normal;
}

.frmrow {
 background-color: ;
 
}

.frmsection {
	padding: 4px 2px 4px 2px;
	background-color: #CCE6FF;
	margin: -2px -4px -2px -4px;
}
.frmsection1 {
	padding: 4px 2px 4px 2px;
	text-align:center;
	background-color: #CCE6FF;
	margin: -2px -4px -2px -4px;
}
.frmsectionspecial {
	padding: 4px 2px 4px 2px;
	text-align:center;
	vertical-align: middle;
	background-color: #CCE6Fd;
	margin: -2px -4px -2px -4px;
}
.frmlabel {
	padding: 6px 4px 6px 4px;
	color: Black;
	text-align: right;
	vertical-align: middle;
	background-color: #D3D3D3;
	
	
}

.frmlabelleftaligned {
	padding: 6px 4px 6px 4px;
	color: Black;
	text-align: left;
	vertical-align: middle;
	background-color: #D3D3D3;
	
	
}
.frmlabelreq {
	padding: 6px 4px 6px 4px;
	color: Black;
	text-align: right;
	vertical-align: middle;
	background-color: #D3D3D3;
	
	background-image: url(images/required.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 12px;
}

.frmfield {
	padding: 6px 4px 6px 4px;
	color: Black;
	vertical-align: middle;
	background-color: #DCDCDC;
}

.frmlink {
	padding: 3px 3px 3px 3px;
	color: Blue;
	vertical-align: middle;
	background-color: #DCDCDC;
}

.frmfieldreq {
	padding: 6px 4px 6px 4px;
	color: Black;
	vertical-align: middle;
	background-color: #DCDCDC ;
}

.frmdescription {
	padding: 3px 3px 3px 3px;
	color: Green;
	vertical-align: middle;
	background-color: #DCDCDC;
	
	
}
.frmbutton{
	color: Yellow;
	font-weight: 200;
	background-color: #483D8B;
	
}

.frmbuttonsection{
	padding-top: 15px;
	text-align: right;

}

.frmdatebutton{
	color: Yellow;
	font-weight: 200;
	background-color: #483D8B;
	
}

.frmreqmessage{
	color: Black;
	margin-top: -20px;
}

.style1{
	color: #778899;
	font-size: 16pt;
}

.style2{
	color: #D7D7D7;
	font-size: 14pt;
}

.style3{
	color: #D7D7D7;
	font-size: 12pt;
}

.style4{
	color: #D7D7D7;
	font-size: 10pt;
}
.style5{
	color: #D7D7D7;
	font-size: 8pt;
}


body,td,th{
	font-family: sans-serif;
	font-size: 9pt;
}

acronym {
	border-bottom: 1px dashed #000;
	cursor: help;
}


table.report {
	border: 1px solid #666;
	margin: 10px 0 10px 0;
}
table.report th, td {
	padding: 2px 4px 2px 4px;
	text-align: left;
	vertical-align: top;
}
table.report thead tr {
	background-color: #ADD8E6;
}
table.report th.sorted {
	background-color: #ADD8E6;
}
table.report th a, th a:visited {
  color: black;
}
table.report th a:hover {
  text-decoration: underline;
  color: black;
}
table.report th.sorted a, th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
}
table.report th.sortable a {
	background-image: url(images/arrow_off.png);
	background-repeat:no-repeat;
}
table.report th.order1 a {
	background-image: url(images/arrow_down.png);
	background-repeat:no-repeat;
}
table.report th.order2 a {
	background-image: url(images/arrow_up.png);
	background-repeat:no-repeat;
}
table.report tr.odd {
  background-color: #fff
}
table.report tr.tableRowEven, tr.even {
	background-color: #D9FFFF;
}
table.report td.clsAmount {
	padding: 2px 4px 2px 4px;
	text-align: left;
	vertical-align: top;
}



table.simple thead tr {
  background-color: #eee;
}
table.simple tr.even {
  background-color: #fff;
}
table.simple {
border: 1px solid #ccc;
border-collapse: collapse;
}
table.simple td,table.simple th{
border: 1px solid #ccc;
}
table.sublist {
margin: 0 0 0 0;
width: 100%;
}
table.sublist td, table.sublist th {
width: 50%;
}


form input, form textarea, form select {
	border-bottom: 1px solid Silver;
	border-right: 1px solid Silver;
	border-left: 1px solid Silver;
	border-top: 1px solid Silver;
	color: #000;
}


form input.focus, form textarea.focus, form select.focus {
	border-bottom: 1px solid Blue;
	border-right: 1px solid Blue;
	border-left: 1px solid Blue;
	border-top: 1px solid Blue;
	color: #000;
}
.calendarAvailableColor{
	background: #E6E6FA ;
	border: 1px #99CCFF;
	padding: 5px 5px 5px 5px;
	
}
.calendarHolidayColor{
	background:#FFF8DC;
	border: 1px solid #999999;
	padding: 5px 5px 5px 5px;
	
}
.calendarAppointmentColor{
	background: #688E23 ;
	border: 1px #999999;
	padding: 5px 5px 5px 5px;
	color: #ffffff;
}
.calendarNextPrev{
	background: #ffffff ;
	border: 1px #666666;
	padding: 5px 5px 5px 5px;
	
}
.calendarCell{
	background: #DCDCDC ;
	border: 1px #999999;
	padding: 5px 5px 5px 5px;
	
}
.calendarHeader{
	background: navy ;
	border: 1px #999999;
	padding: 5px 5px 5px 5px;
	color: #ffffff;
}



table.storebgcolor,td.storebgcolor,tr.storebgcolor{
				background-color:#D7D7FF;
			}
		tr.storeBodybg{
				background-color:#ffffff;
		}
		td.bottomMenubg{
			background-color:#D7D7FF;
					text-align:center;
		}
		td.bannerbg{
				background-color:#000000;
		}
		td.topMenubg{
				background-color:#ffffff;
		}
		td.searchbg{
				background-color:#ffffff;
		}
		p.proSearchlbl{
				color:#ff0000;
		}
		a.advSearch{
			color:#0000ff;
				font-weight:bold;left-padding:10px;
				font-family: courier;
				font-size:10px;
		}
		table.leftMenubg{
			background-color:#FFffff;
		}
		input.textBox{
				border-style: groove;
			}
		input.buttoon{
				border-style: groove;
			}
		a.topMenu {
				text-decoration:none;color:#9A0000;
				font-weight:bold;left-padding:10px;
				font-family: verdana;
				font-size:12px;
			  }
		a.bottomMenuLink{text-decoration:none;color:#D22B00;
				left-padding:10px;
				font-family: courier;
				font-size: 7pt;
				font-weight: bold;
				text-align: center;
		
		}
		a.leftMenu {text-decoration:none;color:#D22B00;
				font-weight:bold;left-padding:10px;
				font-family: verdana;
				font-size:12px;
			  }
		a.topMenuSelected {text-decoration:none;color:#ff0000;
				font-weight:bold;left-padding:10px;
				font-family: verdana;
				font-size:12px;
			  }
		a.topLinks {text-decoration:none;color:#D22B00;
				left-padding:10px;
				font-family: courier;
				font-size: 8pt;
				font-weight: bold;
				
			  }
		td.subTitle{
			  	color:#D22B00;
				left-padding:10px;
				font-family: courier;
				font-size: 9pt;
				font-weight: bold;
			  }
		td.topLink{
				padding: 0px 0px 0px 0px;
				text-align: right;
				horizontal-align: right;
		}
		td.footer{
				padding: 0px 0px 0px 0px;
				text-align: center;
				background-color:#ffffff;
		}
		td.center{
				text-align: center;
		}
		td.zeropad{
				padding: 0px 0px 0px 0px;
		}
		th.cartLabel{
				background-color:#336633;
				font-family: verdana;
				color:#ffffff;
		}
		th.cartHeading{
				background-color:#A39480;
				font-family: arial;
				font-size: 7pt;
				color:#ffffff;
		}
		td.cartItem{
				background-color:#fef7da;
				font-family: arial;
				font-size: 8pt;
				color:#000000;
		}
		.proSeparater{
				color:#rt5678;
				background-color:#rt5678;
				border: 1px;
				height: 3px;
		}
		hr{
				color:#rt5678;
				 background-color:#rt5678;
				 border: 1px;
				height: 3px;
		}
		td.priceLabel{
				font-family: verdana;
				font-size:12px;
				color:#000000;
		}
		tr.hotProbg{
				background-color:#ffffff;
		}
		table.prodbg{
				background-color:#ffffff;
		}
		td.prodbg{
				background-color:#ffffff;
				padding: 0px 0px 0px 0px;
		}
		tr.navBarBg{
				background-color:#ffffff;

		}
		.priceValue{
				color:#00ff00;
		}
		.navBar{
				color:#ff0000;
		}
		.separatorLine{
				color:#ffffff;
		}
		.productName {text-decoration:none;color:#000000;
				font-weight:bold;
				font-family: verdana;
				font-size:14px;
			}
		a.giftProductName{text-decoration:none;color:#000000;
				font-weight:bold;
				font-family: verdana;
				font-size:14px;
			}	
		p.promotext{
				font-family: verdana;
				font-style: oblique;
				color:#000000;
			  }
		p.outofstoke{
				font-family: courier;
				font-weight:bold;
				font-style: oblique;
				color:#ff0000;
			  }
		
		p.errortext{
				font-family: courier;
				font-weight:bold;
				font-style: oblique;
				color:#ff0000;
			  }	  
			  td.Top
			  {
				background-image: url(themes\default\images\tab_up_fill.gif);
				background-color:#FFFFFF;
				padding: 0px 0px 0px 0px;
			  }
			  tr.Top
			  {
				background-color:#FFFFFF;
				padding: 0px 0px 0px 0px;
			  }
			  td.TopSelected
			  {
				background-image: url(themes\default\images\tab_up_fill.gif);
				background-color:#ffffff;
				color:#9A0000;
				padding: 0px 0px 0px 0px;
			  }
		tr.promo{
			BACKGROUND-COLOR:#fef7da;
		}



