/* CATEGORY TREE CONTAINER */

/* Handles the DIV container for the category tree */
#ShopMain_WLCommerce_CategoryList
{
	width: 194px;
	clear: both;
	float: left;
	margin-bottom: 10px;
	/*border: solid 1px red;*/
}

/* Handles the container DIV for the Category header panel viewed above the shop products panel */
#ShopMain_WLCommerce_MainView_CategoryPanel
{
	width: 532px;
	border-bottom: solid 1px #eee;
	margin-bottom: 10px;
	background-color: White;
	padding: 8px;
	float: left;
}

/* Handles the image tag style used in the above CSS panel */
#ShopMain_WLCommerce_MainView_CategoryPanel .imgCat
{
	float: left;
	/*width: 50px;*/
    border: 1px solid #8337B1;
}

/* Handles the text style used in the above CSS panel */
#ShopMain_WLCommerce_MainView_CategoryPanel .textCatDescription
{
   font-size: 80%; 
   color: #eee;
}

/* Handles the link tag style used in the above CSS panel */
#ShopMain_WLCommerce_CategoryList a
{
	color: #8337B1;
}

/* Category Summary Views - 1.5.5 */

#ShopMain_pnlCategorySelector .SummaryCatTitleContainer
{
    width: 100%;
    padding: 2px;
    margin-top: 5px;
    background-color: #eee;
    clear: both;
    font-size: 80%;
}

#ShopMain_pnlCategorySelector .SummaryCatTitleText
{
	color:#8337B1;
	font-size:130%;
}

#ShopMain_pnlCategorySelector .SummaryCatTitleText a
{
	color:#8337B1;
}

#ShopMain_pnlCategorySelector .SummaryCatProductContainer
{
    width: 100%;
    padding: 2px;
    border-bottom: dashed 1px #eee;
    clear: both;
    color: #aaa;
}

/* Controls the product title */
#ShopMain_pnlCategorySelector .SummaryCatProductContainer
{
    color: #aaa;
}

#ShopMain_pnlCategorySelector .SummaryProdTitleText
{
   
    font-size:1.0em;
    border-bottom: 0px;
  
}

#ShopMain_pnlCategorySelector .SummaryProdTitleText a
{
      color: black;
      font-weight: bold; 
     text-decoration: none;
}

#ShopMain_pnlCategorySelector .SummaryProdTitleText a:hover
{
     text-decoration: underline;
}

#ShopMain_pnlCategorySelector .priceLabel
{
	color: #8337B1;
	font-size: 24px;
	font-weight: normal;
}
#ShopMain_pnlCategorySelector hr
{
    height: 0px;
    color:#aaa;
    border-top: solid 1px #aaa;
}

#ShopMain_pnlFilterTop {
	margin-left: 10px;
}

