ul {
	margin-left: 1.5em;
	list-style-type:square;
	list-style-image: url('/images/page/bullet-arrow.gif');
	padding:0;
}

li {
	margin-bottom:5px;
} 


ul ul {
	margin: 0.5em 0.2em 1.5em 2em;
	padding:0;
}


div.bullet {
	background: url('/images/page/bullet-arrow.gif') 0.2em left no-repeat;
	padding: 0 0 0 16px;
}

.gray {
	color:#828EA6;
}

p {
	margin:1em 0 1em 0;
}

h1 {
	font-size:150%;
	margin:1em 0 0.5em 0;
	line-height:1.1em;
}

h2 {
	font-size:140%;
	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:#EFF1F5;
	height:5px;
	margin:0.5em 0 0.7em 0;
	background-color:#EFF1F5;
	border:0;
}

#tableProducts td {
	font-size:70%;
	line-height:1.2em;
}

.products-category ul {
	margin:1.8em 0 1.8em 2px;
	padding-left:15px;
}

#tableProducts a .productIcon, #tableProducts a:visited .productIcon, .pageImage, a .pageImage, a:visited .pageImage {
	border: 5px solid #E2E6EC;
}
#tableProducts a:hover .productIcon, a:hover .pageImage {
	border: 5px solid #B2BAC6;
}

.productName {
	font-size:100%;
	margin: 0 0 0.3em 0;
}

.productName a {
	color:#000000;
}
.productName a:visited{
 	color:#4A5B6A;
 } 
 .productName a:hover{
 	color:#FF4200;
 }