body	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h1 {
}

h1#logo, h1#logo a{
	text-decoration:  none;
	color:  #000000;
	background-color: #cccccc;
}
h1#logo{
	color:  #666666;
}

h2#pageTitle {
		color:  #000000;
	background-color: #cccccc;
}

h3 {
font-weight: bold;
	}

h2 {
clear:  both;
border-bottom: 1px solid #cccccc;
}

h1 a,
h1 a:visited {
	color: #000000;
}

p.info {
	margin-left: 40px;
}
p.info a{
	color:  black;
	
}

a {
	content: "("attr(href)")";
	color: #E00000;
}
a:hover {
	color:  #000000;
}

#content {

}

#navTools {
	width: 25%;

}

#navDept li{
	margin-bottom: 10px;
	}
	

#navTools li{
	margin-bottom: 10px;
	}
	
	#navSubDept li{
	margin-bottom: 10px;
	}

#navDept {
	width: 25%;
}

#contentBlock ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#contentBlock li.first{
	clear:  both;
	float:  left;
}

#contentBlock li.item h3{
	background-color: #cccccc;
}
#contentBlock li.item {
	width:  32%;
	float:  left;
	margin-right: 1%;
}

#contentBlock li.last {
	float: left;
}

#pagination {
	clear: both;
	margin-top:  10px;
}


	
li p {
	margin: 0;
}
.hide, .cartLink, #tagline, #skip, #breadcrumbs, #info, #side, #foot,
#footer, #crumbs, #head-img, #head-nav, #search, .menu, .add-product, .submitButton, #header_admin, .print_invoice {
	display: none;
}
table th {
	background-color: #cccccc;
	width:  24%;
	text-align: left;
	padding-right: 1%;
}

table tr{
	border-bottom: 1px #cccccc solid;
}

#modules {
	display: block;
}
.module1 {
	float:left;
	margin-right: 10px;
	width:  25%;
}
* html .module1 {
	margin-top: 30px;
}
.module2 {
	float:left;
	width:  25%;
}
* html .module2 {
	margin-top: 30px;
}
table {
 	border-collapse: collapse;		
	width: 100%;
	border: 0;
	margin-top: 10px;

}
dt {
	font-weight: bold;
}
dd {
	margin: 0;
	padding-bottom: 5px;
}

#total{
	margin:1em 0;
	padding:0;
	width:30%;
}
#total dt{
	float:left;
	font-weight:bold;
}
#total dd{
	margin-left:201px;
	text-align:right;
}
#cart .actions{
	margin:0;
	padding:1em 0;
}
.prod-builder {

	line-height: 54px;
}
.txt-left {


}
.txt-right {


}
.blue {
	font-weight: bold;
}
tr.blue {
	border-top: 1px solid #666;
}
/* ---------------------- float fix ----------------------------- */
.inner:after, .products li:after, #pagination:after, #total:after, .modules:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .inner, * html .products, * html .products li, * html #pagination, * html
#total, * html .modules{height: 1%;}
/* end float fix */