/*-- CSS for Products Pages and Categories --*/
.pbox {
	width: 300px;
	padding: 10px;
	border: 1px solid #CCC;
	float:left;
}

.pbox h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	padding: 0 0 1px 0;
	margin: 0px;
}

.pbox a img {
	border: none;
	width: 100px;
	height: 100px;
	clear:left;
	float:left;
	background-color:#00FFCC;
}

.pbox a:hover img {
	background-color:#00CCCC;
}

.pbox ul {
	margin-left: 10px;
	float:left;
}

.pbox li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.pbox li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000033;
	text-decoration: none;
	width: 150px;
	padding: 3px 0 3px 20px;
	display: block;
	background-image: url(../images/button.gif);
	background-repeat:no-repeat;
	background-position: 3px 3px;
}

.pbox li a:hover {
	background-image: url(../images/button_hover.gif);
	color: #FFF;
	text-decoration: none;
	background-color: #333333;
}
	
/*-- Product Details --*/
.dbox {
	width: 600px;
	border: 1px solid #CCC;
	padding: 10px;
	clear:both;
	float:left;
}

.dbox h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#000066;
	padding: 0 0 10px 0;
	text-align:center;
}

.dbox a img {
	width: 300px;
	height: 300px;
	float:left;
	display: block;
	background-color:#00FFFF;
	border: none; 
	margin: 0 10px 10px 0;
}

.dbox a:hover img { border: none; }

.dbox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.dbox h2 {
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	margin: 5px;
}

.listBox {
	float:left;
}

.dbox ul {
	margin: 0 0 0 20px;
	width: 200px;
	list-style-type: square;
	list-style-position: inside;
}

.dbox li {
	padding: 2px 0px;
}

	/*- Product Description Calls to Action -*/
#product_calls {
	margin: 10px 0 0 30px;
	float:left;
	width: 500px;
}

#product_calls li {
	float: left;
	text-align:center;
	list-style-type: none;
	margin: 0px 3px;
}

#product_calls li a {
	text-decoration:none; 
	color:#FFF;
	background-color:#000099;
	display:block; 
	width: 100px; 
	height: 30px;
	padding: 3px;
}
	
#product_calls li a:hover {
	background-color:#00FFFF;
}