




*{
   padding:0px;
   margin:0px;

}
hr{
   /*regular styling */
   height: 0px;
   border: 0px;
   border-bottom: solid 2px #fff;
   margin: 0px auto;
}
* html hr {
   /* overstyling IE6 */
   display: block;
   margin: -7px 0;
}
*:first-child+html/*/* /**/ hr {
   /* overstyling IE7 */
   display: block;
   margin: -7px 0;
}

p{
   padding-top:3px;
   padding-bottom:3px;
}


body
{

   font-size: 16px;
   color: #000000;
   text-decoration: none;
   text-align: left;
   vertical-align: top;

   font-family: "Times New Roman", Times, serif;
   background-color:#ffffff;
/*   background-image: url('../graphics/bg-lighter.gif');
   background-repeat: repeat;
*/

}


a:link	{
	text-decoration: underline;
	color: #046484;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0px;

	}	
		
a:visited	  {
	text-decoration: underline;
	color: #046484;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0px;

	}	
		
a:active	 {
	text-decoration: underline;
	color: #046484;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0px;

}	
		
a:hover	{
	text-decoration: underline;
	color: #157595;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0px;
	
}
.nodecoration
{
   text-decoration: none;
}
a:link.navlink, a:visited.navlink, a:active.navlink
{
    display: block;
    text-decoration: none;
  	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0px;
	padding: 6px;
	margin: 0px;
	width:100%;
	background-color:#247c99;
}
a:hover.navlink
{
   background-color:#045C79;
}

#navmenu
{
   font-size: 16px;
   text-decoration: none;
   text-align: left;
   vertical-align: top;
   font-family: "Times New Roman", Times, serif;
   background-color:#045C79;	
   color: #ffffff;
}

img {
   padding:0px;
   margin:0px;
   border:0px;
}

#bodytable, #bodycell, #header
{
   vertical-align:top;
   padding:0px;
   width:100%;
   height:100%;
   text-align:center;
}
#num_cart_items{
   display: inline;
}
#carttable
{
   background-color:#ffffff;
   display: inline;
   margin:0px 0px 0px 15px;

}
#carttable td
{
    text-align:left;
    vertical-align:top;
    width:100%;
	padding:5px 5px 5px 5px;
	border-width: 3px;
	border-style: solid;
	border-color: #0000a2;

}
.addtocart, .deletefromcart
{
   cursor:pointer;
}
.deletefromcart
{
   width: 20px;
   height: 20px;
}
div.right{
   float:right;
}

#mainTable
{
   vertical-align:top;
   width:100%;
}

#mainArea
{
  vertical-align:top;
}

#mainContent
{
   padding:10px 30px 10px 30px;
   text-align:left;
   vertical-align:top;
}



#footer
{
   font-family:Tahoma,Arial,Verdana, Helvetica, sans-serif;

   color:#000000;
   padding-top:7px;
   padding-bottom:7px;
   font-size:15px;
   font-weight:normal;

   text-align:center;


}

input{
text-align:right;
}



.pricetable td {
	font-size: 14px;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	letter-spacing: 0px;

	border-top-style: none;

	border-right-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dddddd;
	border-bottom-color: #aaaaaa;
	padding: 2px;
}

.pricetable th {
	font-size: 14px;
	font-variant: normal;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	letter-spacing: 0px;

	border-top-style: none;

	border-right-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #aaaaaa;
	border-bottom-color: #666666;
	padding: 2px;
}

.pricetable {
	border-width: 1px;
	border-style: solid;
	border-color: #777777;
	padding: 0px;
	border-spacing: 0px;
	margin-left: 30px;
	margin-right: 30px;

}


.smheading {
	margin-left: 30px;
	margin-right: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bolder;
	font-variant: normal;
	color: #046484;
	text-decoration: none;
	text-align: left;
}

.smtext {
	margin-left: 30px;
	margin-right: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
}

.bgheading {
	margin-left: 30px;
	margin-right: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bolder;
	font-variant: normal;
	color: #046484;
	text-decoration: none;
	text-align: left;
}

.bgtext {
	margin-left: 30px;
	margin-right: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
}

.required{
color: red;
}

.imptdisabled{
	background-color:#eee;
}