/* Start of CMSMS style sheet 'Ecommerce' */
/* ----------------------------------------------- */
/* HierarchyList */

#hierarchy_list {
list-style: none;   	
margin: 7px;
	padding: 0;

}

#hierarchy_list ul {
	list-style: none;             /* remove any bullets */
	margin: 0px;                  /* margin/padding set in li */
	padding: 0px;
}

#hierarchy_list li {
	list-style: none;      /* remove any bullets */
	margin: 0px ;
	padding: 2px 0px 3px 5px;
        font-weight: bold;

/*	background: transparent url(uploads/ngrey/liup.gif) no-repeat right bottom;*/
}

#hierarchy_list a {
font-size: 14px;
color: #ffffff;
font-weight:bold;
text-decoration:none;
}

#hierarchy_list a:hover {
font-size: 14px;
color:#9f9f9f;
font-weight:normal;
text-decoration:underline;
}


#hierarchy_list a.sub {
font-size: 12px;
color: #ffffff;
font-weight:normal;
text-decoration:none;
margin-left: 10px;
}

#hierarchy_list a.sub:hover {
font-size: 12px;
color:#9f9f9f;
font-weight:normal;
text-decoration:underline;
}

#product_summary a.summary_name {
font-size: 13px;
color: #000000;
font-weight:bold;
text-decoration:none;
}

#product_summary a.summary_name:hover {
font-size: 13px;
color: #dcdcdc;
font-weight:bold;
text-decoration:underline;
}


#hierarchy_list h3{
padding: 0 0 3px;
margin: 0;
}


/* Hierarchy List */
/* ----------------------------------------------- */


/* ----------------------------------------------- */
/* Products */


#product_summary {
	width: 100%;
	margin: 0;
        padding: 0px 0px 0px 0px;
font-size: 11px;
font-family: verdana;

}

#product_summary a {
font-size: 12px;
color: #ffffff;
font-weight:bold;
text-decoration:none;
}

#product_summary a:hover {
font-size: 12px;
color:#9f9f9f;
font-weight:normal;
text-decoration:underline;
}


#product_detail_test {
	margin: 0;
  padding: 0px 0px 0px 10px;
  font-size: 8px;
}


/* Products */
/* ----------------------------------------------- */




/* ----------------------------------------------- */
/* Order Forms */
#order_form {
  font-weight: normal;

}





/* Order Forms */
/* ----------------------------------------------- */

/* End of 'Ecommerce' */

