@import url('base.css');
@import url('type.css');
@import url('menu.css');
@import url('content.css');
@import url('form.css');
@import url('data.css');

#content.products div.spacer {
	padding:10px 0;
}

#content.products div.column1 {
	width:560px;
}

#content.products div.column2 {
	width:160px;
}

#content.products ul.products li {
	margin-right:20px;
	float:left;
}

#content.products ul.breadcrumbs {
	margin:4px 0;
	height:24px;
}

#content.products div.category {
	clear:both;
}

#content.products ul.catalog {
	 clear:both;
}

#content.products ul.catalog li {
	margin:0 20px 20px 0;
	height:240px;
	width:220px;
	background:#d0d2ce;
	float:left;
}

#content.products ul.catalog li img.icon {
	margin:0 0 4px 0;
	display:block;
}

#content.products ul.catalog li p {
	margin:0 0 2px 0;
	font-size:12px;
}

#content.products ul.catalog li div.summary {
	height:180px;
	margin:10px;
	clear:both;
}

#content.products ul.catalog li div.choices {
	margin:10px;
	font-size:10px;
	clear:both;
}

#content.products ul.catalog li div.choices a.overview {
	padding:5px;
	font-weight:700;
	text-decoration:none;
	color:#FFFFFF;
	border:1px solid #0099FF;
	background:#006699;
	float:left;
}

#content.products ul.catalog li div.choices a.models {
	padding:5px;
	font-weight:700;
	text-decoration:none;
	color:#FFFFFF;
	border:1px solid #0099FF;
	background:#006699;
	float:right;
}

#content.products ul.catalog li div.choices a:hover {
	background:#996600;
}

#content.products div.category img.illustration {
	padding-left:60px;
}

#content.products table.summary th,
#content.products table.summary td {
	padding:6px;
}

#content.products table.data {
	clear:both;
}

#content.products table.data th,
#content.products table.data td {
	padding:6px;
}

#content.products table.data td a.button {
	padding:4px;
}

#content.products table.catalog {
	clear:both;
}

#content.products table.catalog th {
	padding:2px 6px;
}

#content.products table.catalog td {
	padding:2px;
}

#content.products table.catalog td a.button {
	padding:4px;
}

#content.products table.catalog tr.odd td a.button {
	color:black;
	border:none;
	background:none;
}

#content.products table.catalog tr.odd td a.button:hover {
	color:white;
	background:#996600;
}

#content.products table.catalog tr.even td a.button {
	color:black;
	border:none;
	background:#a0c4ff;
}

#content.products table.catalog tr.even td a.button:hover {
	color:white;
	background:#996600;
}

/*
*/