/* Start of CMSMS style sheet 'Products' */
/* CONTENT ///////////////////////////////////////////////////////////////////////// */

div#product-details {
padding-bottom:30px;
padding-top:45px;
width:100%;
float: left;
}
div#product-details p {
margin: 25px 0px;
}

/* HIERARCHY MODE /////////////////////////////////////////////////////// */

#hierarchy {
padding: 20px 0px;
border-bottom: 1px solid #333;
clear: both;
}
#hierarchy .left {
width: 230px;
padding-right: 10px;
float: left;
}
#hierarchy .right {
width: 400px;
float: left;
}


/* SUMMARY MODE /////////////////////////////////////////////////////// */

table#products-summary {
width:100%;
border-top:1px solid #ccc;
}
table#products-summary a {
font-weight: normal;
}
table#products-summary td {
vertical-align:top;
}

	table#products-summary td.img {
	width:230px;
	padding-right: 5px;
	}
	table#products-summary td.img img {
	max-width:230px;
	}
	table#products-summary td.info {
	width:100%;
	}
		
table#products-summary div.price {
font-weight:bold;
font-size:22px;
color:#cc0000;
margin-top:5px;
margin-bottom: 10px;
}		
table#products-summary h1 {
font-weight:bold;
color:#222;
text-decoration: none;
margin-bottom: -5px;
}

div.pagination-top {
padding: 0px 0px 10px 0px;
width: 100%;
text-align: right;
}
div.pagination-bottom {
padding: 10px 0px 0px 0px;
border-top: 1px solid #ccc;
width: 100%;
text-align: right;
}

/* DETAILS MODE /////////////////////////////////////////////////////// */

table#products-detail {
width:100%;
}

table#products-detail td {
vertical-align:top;
}
	table#products-detail td.img {
	width:230px;
	padding-right: 5px;
	}
	table#products-detail td.img img {
	max-width:230px;
	}
	table#products-detail td.info {
	width:100%;
	}
		
table#products-detail h1 {
margin-bottom: -5px;
}

table#products-detail div.price {
font-weight:bold;
font-size:22px;
color:#cc0000;
margin-top:5px;
margin-bottom: 10px;
}

/* CATEGORY LIST NAVIGATION /////////////////////////////////////////////////////////////////////////// */

#category-list {
margin-top: 0px;
text-align: left;
font-family:'Trebuchet MS', Arial, Helvetica, Verdana, sans-serif;
font-size: 14px;
}

#category-list ul {
margin: 10px;
margin-left: 25px;
padding: 0;
}
#category-list li {
margin: 0px;
list-style-type: square;
}

div#category-list a {
text-decoration:none;
font-weight: bold;
color: #fdfdfd;
}	
div#category-list a:hover {
color: #fff;
}

/* End of 'Products' */


