.normal {
	font-size: 80%;
	text-align: left;
}

.smallest,a.smallest {
	font-size: 90%;
}

h1 {
	font-size: 150%;
	font-weight: normal;
	color: #007C28;
}

h2,h3,h4 {
	font-size: 100%;
	color: #007C28;
}

body {
	background: #00B600 url("../pict/bg.jpg") repeat-x;
	color: #000;
	margin: 20px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

.content {
	background: url("../pict/bg_cont.jpg") no-repeat;
	padding: 0 2em 4em 5em;
}

.nav {
	font-weight: normal;
}

.nav a {
	padding: 0 1em;
	color: #000;
}

.nav a.active {
	color: #f90 !important;
}

.lines {
	margin-top: 0.2em;
	margin-bottom: 0.6em;
}

ol li,ul li {
	padding-bottom: 0.4em;
}

ul {
	list-style-image: url("../pict/list_bullet.png");
}

a {
	color: #063;
}

a:hover {
	color: #f90;
}

hr {
	border: 1px solid #ddd;
}

.img {
	border-color: #C9C9E4;
}

.comment {
	color: #504F53 !important;;
}

/*** DETAILS ***/
.details {
	background: url("../pict/arrow_list.png") no-repeat;
	font-weight: normal;
	padding: 0.1em 0.6em 0.2em 1.2em;
	font-size: 90%;
}

.details a {
	text-decoration: none;
}

.details a:hover {
	text-decoration: underline;
}

.back {
	background-image: url("../pict/arrow_back.png") !important;
}

.up {
	background-image: url("../pict/arrow_up.png") !important;
}

/**** items ****/
.items {
	margin-top: 2em;
}

.items ul {
	margin-left: 0.6em;
	padding-left: 0.6em;
}

.items ul li {
	list-style-image: url("../pict/arrow_list.png");
	margin-bottom: 0.8em;
	padding-bottom: 0.4em;
	border-bottom: 1px dashed #ccc;
}

.items ul li.last {
	border-bottom: 0px !important;
}

.items ul li ul {
	margin: 1em;
	padding: 1em;
}

.items ul li ul li {
	margin: auto;
	list-style-type: disc;
	list-style-image: none;
	border: 0px;
}

/**** product_items ***/
ul.product_items {
	margin: 0 0 2em 1.4em;
	padding-left: 0;
}

ul.product_items li {
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 0.8em;
}

ul.product_items li a {
	color: #000;
}

ul.product_items li a:hover {
	color: #063;
}

ul.product_items li a.active {
	color: #063;
}

.phones {
	padding-top: 2.6em;
	padding-left: 62px;
	font-size: 150%;
	color: #000;
	line-height: 1.2em;
	font-weight: normal;
	color: #666;
}

.phones strong {
	display: block;
	font-family: times, serif;
	padding-bottom: 1em;
	color: #000;
	font-size: 150%;
}

.phones a {
	color: #666;
	text-decoration: none;
}

.phones a:hover {
	color: #f90;
}