@charset "iso-8859-1";

b {font:12pt arial; font-weight:bold; text-align:justify}
p,td {font:9pt Verdana; color:#000000}
h1 {font:16pt Verdana; color:#black; font-weight:bold; text-align:justify}
h2 {font:12pt arial; color:#black; font-weight:bold; text-align:justify}
h3 {font:17pt arial; color:#black; font-weight:bold; text-align:right}
h4 {font:17pt Arial; color:#black; font-weight:bold; text-align:left}
h5 {font:21pt Arial; color:#black; font-weight:bold; text-align:right}
h6 {font:9pt Verdana; color:#000000}


input,select,textarea {font:9pt Verdana}
.mainmenu {font:15pt Arial narrow; font-weight:bold; background-color:#red; text-align:center}
.infobar {border-left:0px solid #CDCDCD; border-right:0px solid #CDCDCD; padding:10px; padding-top:0px}
.content {padding:20px; vertical-align:top; border-right:0px solid #CDCDCD}

.cartborder {border:1px solid #CDCDCD; border-bottom:none}
.carthead {border-bottom:0px solid #CDCDCD; background-color:#E8E8E8; padding:0px}
.cartcell {border-bottom:0px solid #CDCDCD; padding-left:0px}
.center {display: block; margin-left: auto; margin-right: auto; width: 50%;}

A.menulink:link {text-decoration:none; color:#000000}
A.menulink:visited {text-decoration:none; color:#000000}
A.menulink:active {text-decoration:none; color:#000000}
A.menulink:hover {text-decoration:underline; color:#000000}
a:link {text-decoration: none; font-style:none; color:#05568d}
a:visited {text-decoration: none; font-style:none; color:#05568d}
a:hover {text-decoration: underline; font-style:none; color:#cc3300}
a:active {text-decoration: none; font-style:none; color:#05568d}



.css3gradient{border-left:0px solid #CDCDCD; border-right:0px solid #CDCDCD; padding:10px; padding-top:0px;background-color:#ffffff; background-image: linear-gradient(to right, #ffffff, #ff0000); /* IE 11... */filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#ffffff, endColorstr=#ff0000);
 background:-moz-linear-gradient(left, #ffffff 0%, #ff0000 100%);background:-webkit-gradient(linear, left bottom, right bottom, color-stop(0%,#ffffff), color-stop(100%,#ff0000));}
 {border-left:0px solid #CDCDCD; border-right:0px solid #CDCDCD; padding:10px; padding-top:0px}
 .mygradient {width: 100%; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr=#ffffff,EndColorStr=#FF0000)}>
   
   #dhtmlgoodies_menu{		
		font-family:arial narrow;	/* Font for main menu items */
		width:150px;	/* Width of main menu */
		
	}
	#dhtmlgoodies_menu	li{	/* Main menu <li> */
		list-style-type:none;	/* No bullets */
		margin:0px;	/* No margin - needed for Opera */
	}
	#dhtmlgoodies_menu ul{	
		margin:0px;	/* No <ul> air */
		padding:0px;	/* No <ul> air */
	}
	#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled  - sub menu items*/
		padding-left:10px;
	}
	#dhtmlgoodies_menu	li a{	/* Main menu links */
		text-decoration:none;	/* No underline */
		color:#000;	/* Black text color */
		
		height:26px;	/* 20 pixel height */
		line-height:26px;	/* 20 pixel height */
		vertical-align:middle;	/* Align text in the middle */
		border:0px solid #000;	/* Black border */
		
		margin:0px;	/* A little bit of air */
		padding:0px;	/* Air between border and text inside */
		
		display:block;
	}
	#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
		color:#111111;
		
	}
	.dhtmlgoodies_subMenu{
		visibility:hidden;
		position:absolute;
		overflow:hidden;
		border:1px solid #000;
		background-color:#FAFAFA;
		font-family:arial narrow;
		text-align:left;
	
	}
	.dhtmlgoodies_subMenu ul{
		margin:0px;
		padding:0px;	
	}
	.dhtmlgoodies_subMenu ul li{
		list-style-type:none;
		margin:0px;
		padding:1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
	}
	.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
		white-space:nowrap;	/* No line break */
		text-decoration:none;	/* No underline */
		color:#000;	/* Black text color */
		
		height:16px;	/* 16 pixels height */
		line-height:16px;	/* 16 pixels height */
		padding:1px;	/* 1px of "air" inside */
		
		display:block;	/* Display as block - you shouldn't change this */
	}
	.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
		color:#111111;	/* White text */
		background-color:#ffffff;	/* Blue background */
	}