.section-list
{
	background-image: url(images/section-list-background.png);
	background-repeat: repeat-y;
	list-style: none;
	padding: 0;
}

.section-list li
{
	margin: 0;
}

.section-list li a
{
	border-top: 1px dotted #ccc;
	display: block;
	margin: 0;
	padding: 0.5em;
} 	

.section-list li:first-child a
{
	border-top: none;
}

#header { background: #c9c8c8 url(images/header.png) repeat-x 0 0; color: #fff; height: 200px; overflow: hidden; }

#header .column1
{
	border-right: 1px solid #fff;
	height: 200px;
	width: 420px;
	padding: 0;
}

#image-rota { height: 200px; list-style: none; margin: 0; padding: 0; position: relative; }
#image-rota li { height: 200px; left: 0; margin: 0; padding: 0; position: absolute; overflow: hidden; top: 0; z-index: 0; }
#image-rota li.start-image { display: block; }
#image-rota li.rota-active { z-index: 1; }
#image-rota img { width: 420px; }

#header .column2
{
	height: 185px;
	padding: 15px 15px 0 15px;
	width: 329px;
}

#content ul#product-list.column1
{
	list-style: none;
	margin: 0;
	padding-right: 10px;
	width: 400px;
}

ul#product-list li
{
	float: left;
	margin: 0 10px 10px 0;
	text-align: center;
	width: 123px;
}

/* A negative margin is needed to make space for the border. */
ul#product-list li img.product-hover
{
	border-color: #f00;
	border-style: solid;
	border-width: 1px;
	margin: -1px;
}

dl#product-categories dt
{
	float: left;
	font-weight: bold;
	width: 70%;
	padding: 0.25em 0;
}

dl#product-categories dt a { font-size: 75%; text-transform: uppercase; letter-spacing: 1px; text-align: left; }

dl#product-categories dd
{
	color: #666;
	padding: 0.25em 0;
	margin-left: 70%;
	text-align: left;
	width: 30%;
}

ul#product-codes
{
	list-style: none;
	padding: 0;
	text-align: left;
}

ul#product-codes li
{
	border-top: 1px dotted #ccc;
	margin: 0;
	padding: 0.25em 0;
}

ul#product-codes li:first-child
{
	border-top: none;
	padding-top: 0;
}

ul#product-codes a
{
	display: block;
	padding: 0.25em 0.5em;
}

ul#product-codes a:hover, ul#product-codes a:active
{
	background-color: #eee;
}

ul#product-codes .code
{
	display: block;
	float: left;
	font-weight: bold;
	width: 5em;
}

ul#product-codes .name
{
	display: block;
	margin-left: 5em;
}
