body
{
    background-color: #FFFFFF;
    padding: 0px;
    margin: 0px;
}

p {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	line-height : 1.3;	}

.title {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	line-height : 1;	}

.subtitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #FFFFFF;	}

.price {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;	}

.param {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;	}

.list {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : italic;
	color : #233D56;	}

.date {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : italic;	}

.menu {
	font-family : Tahoma, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	line-height : 1.5;
	color : #FFFFFF;	}
	
.menu:hover {
    text-decoration: underline;
}

.house { font-family : Arial, Helvetica, sans-serif;
		 font-size : 12px;
		 font-weight : bold;
		 color : #233D56;	}

.outofstock {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #FFFFFF;	}

.prod {	font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
		font-weight : bold;
		color : #000000;
		text-decoration : none;	}

.prod:hover { text-decoration : underline;	}

.currency {
	font-weight : bold;
	font-size : 11px;
	color : #000000;
	text-decoration : none;	}

.currency:hover { text-decoration : underline;	}

.cat {	font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
		font-weight : bold;
		color : #FFFFFF;
		text-decoration : none;	}
.cat:hover { text-decoration : underline;	}

.add {	font-family : Arial, Helvetica, sans-serif;
		font-size : 10px;
		font-weight : bold;
		color : #233D56; }

.copy {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #CCCCCC;	}


a {	font-weight : bold;
	color : #467AAC;
	text-decoration : none;	}

a:hover { text-decoration : underline;	}

.ccv {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	color : #467AAC;
	text-decoration : none;	}

.ccv:hover { text-decoration : underline;	}

.navtitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #467AAC;
	text-decoration : none;	}

.nav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	color : #014A81;
	text-decoration : none;	}

.nav:hover {
	color : #FFFFFF;
	text-decoration : none;	}

img {
	border-color : White;	}

form {	margin : 0 0 0 0;	}

.formname {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #000000;
	line-height : 1;
	padding : 8 0 0 0;	}

.formtext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #233D56;	}

.formitem {
	font-family : Arial, sans-serif, Helvetica;
	font-size : 11px;
	color : #233D56;
	background-color : #FFFFFF;
	border : 3 solid #D5E0EC;	}

.formbutton {
	font-family : Arial, sans-serif, Helvetica;
	font-size : 11px;
	color : #FFFFFF;
	background-color : #ACC1D8;
	border : 2 solid #D5E0EC;
	text-align: center;
	width: 20px;	}

.formsubmit {
	font-family : Arial, sans-serif, Helvetica;
	font-size : 11px;
	color : #FFFFFF;
	background-color : #ACC1D8;
	border : 2 solid #D5E0EC;
	text-align: center;	}



.error
{
	color: #FF0000;
	font-weight: bold;
}


.sidebarmenu ul
{
    margin: 0;
    padding: 0;
    list-style-type: none; /*font: bold 13px Verdana;*/
    width: 110px; /* Main Menu Item widths */ /* border-bottom: 1px solid #ccc; */
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold; /*line-height : 1.5;*/ /*color : #FFFFFF;*/
    line-height: 1.2;
}
 
.sidebarmenu ul li{
position: relative;
left:8px;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
/* border-bottom: 1px solid #778; */
/* border-right: 1px solid #778; */

background-color: #FFFFFF;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
/* background-color: #012D58; */  /*background of tabs (default state)*/


}

.sidebarmenu ul li a:visited{
/* color: white; */
}

.sidebarmenu ul li a:hover
{
    text-decoration: underline;
}

/*Sub level menu items */
.sidebarmenu ul li ul
{
    border: 1px solid #467AAC;
    position: absolute;
    width: 170px; /*Sub Menu Items width */
    top: 0;
    visibility: hidden;
    background-color: #FFFFFF;
}
.sidebarmenu ul li ul li{
left:0px;
}

.sidebarmenu ul li ul li a{
color: #ACC1D8;
}

.sidebarmenu ul li ul li a:hover{
color:#467AAC;
}

.sidebarmenu a.subfolderstyle
{
   background: url('../images/iconprod.gif') no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */


/* imported from inline classes */

