ul {
	list-style-image: url('/images/page/bullet.gif');
}

ul.white {
	list-style-image: url('/images/page/bullet-white.gif');
}

li {
	margin-bottom:0.4em;
} 

li li {
	margin-bottom:0.1em;
} 

ul ul {
	margin:0.4em 0 1.0em 1.5em;
	padding:0;
	list-style-image:none;
	list-style-type:disc;
}

.siteMap ul ul {
	color:#0C85E1;
}


.gray {
	color:#B1B5B7;
}

p {
	margin:1em 0 1em 0;
}

h1 {
	font-size:160%;
	font-family: arial,tahoma, sans-serif;
	margin: 0.5em 0 0.5em 0;
	/*font-weight:normal;*/
	
}

h2 {
	font-size:130%;
	font-family: arial,tahoma, sans-serif;
	margin:1em 0 0.5em 0;
}

h3 {
	font-size:120%;
	margin:1em 0 0.5em 0;
}

h4 {
	font-size:100%;
	margin:1em 0 0.5em 0;
}

hr {
	color:#EEEEEE;
	height:4px;
	margin:0.5em 0 0.7em 0;
	background:#EEEEEE;
	border:none;
}


.divMargin {
	font-size: 160%;
	width: 100%;
	height: 1px;
	margin: 0 0 1em 0;
}


.line-ver {
	background:url('/images/page/dot-ver-gray.gif') repeat-y;
}
.line-gor {
	background:url('/images/page/dot-gor.gif') repeat-x;
}

#tableProducts td {
	font-size:70%;
	line-height:1.2em;
}

#tableProducts td h3 {
	margin: 0 0 0.3em 0;
}

#tableProducts .productPrice {
	color:#F03618;
	font-size:100%;
	font-weight:bold;
	text-align:right;
}
