/*
		styles only used on the index page
*/



/* various textual divs on the simple home page
. . . . . . . . . . . . . . . . . . . . */
#home-top-product {
}


#home-editorial {
}
#home-editorial h2 {
	font-family: georgia, serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	padding: 0;
	margin: 10px 0 2px 0;
}
#home-editorial p {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #666;
	padding: 0;
	margin: 0 0 5px 0;
}
#home-editorial #edito-box a {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	background-color: #D2F0EE;
	padding: 0 6px;
}
#home-editorial #edito-box a:hover {
	text-decoration: underline;
}


#home-vitrine {
}
#home-vitrine h2 {
	font-family: georgia, serif;
	font-size: 12px;
	font-weight: bold;
	color: #c00;
	padding: 0;
	margin: 10px 0 2px 0;
}
#home-vitrine p {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333;
	padding: 0;
	margin: 0 0 5px 0;
}
#home-vitrine a {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
#home-vitrine a:hover {
	text-decoration: underline;
}



#home-ref-text {
}
#home-ref-text h2 {
	font-family: georgia, serif;
	font-size: 12px;
	font-weight: bold;
	color: #c00;
	padding: 0;
	margin: 10px 0 2px 0;
}
#home-ref-text p {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #666;
	padding: 0;
	margin: 0 0 5px 0;
}
#home-ref-text #edito-box a {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	background-color: #D2F0EE;
	padding: 0 6px;
}
#home-ref-text #edito-box a:hover {
	text-decoration: underline;
}
#home-ref-text ul {
	margin-left : 20px;
}
#home-ref-text li {
	list-style-type: circle;
	list-style-position: inside;
}



