/* Product ListMini Styles*/
.plm_OtherProducts .Addproduct
{
    text-align: left;    
}
.plm_OtherProducts .ProductContainer
{
	width: 130px;
	height: 170px;
	border: 1px solid #cdd7d1;
	background-color: #eff5ef;
	padding: 12px 5px 5px 5px;
	margin: 5px;
	float: left;
	text-align: center;    
}
.plm_OtherProducts .ProductContainer.hover
{background-color: #e0ebe0;cursor:pointer;}

.plm_OtherProducts .ProductImg
{
   	padding: 5px;
	border: 1px solid #587b68;
	background-color: #FFFFFF;
	text-align: center;
	margin-bottom: 4px;
}

.plm_OtherProducts .ProductTitle
{
   	font-family: Tahoma;
	font-size: 1em;
	margin-bottom:0px; 
}

.plm_OtherProducts div.ProductLink 
{
        display:none;
}
.plm_OtherProducts a:link,
.plm_OtherProducts a:visited
{
	text-decoration: none;
    color: #003366;
}
.plm_OtherProducts a:hover
{
    text-decoration: none;
}

/* Product style: Titles view*/
.plm_OtherProducts li, .plm_OtherProducts .vwTitles a:link, .plm_OtherProducts .vwTitles a:visited
{
    color: Black;
    text-align: left;
    list-style-position: outside;
    list-style-type: circle;
}
.plm_OtherProducts .vwTitles a:hover
{
    text-decoration: none;
}

.plm_OtherProducts .CategoryDescription
{
    font-size: 12px;    
}
/* Product style: Overview*/
.plm_OtherProducts .Seperator,
.plm_OtherProducts a.ProductlinkOverview,
.plm_OtherProducts a.ProductlinkOverview:visited
{
    font-size: 85%;
    color: #90a590;      
}

.plm_OtherProducts .vwOverview
{
    text-align: center;    
}

/* Paging styles*/
.plm_OtherProducts a.Paging,
.plm_OtherProducts a.Paging:visited
{
    text-decoration: none;
}
.plm_OtherProducts a.Paging:hover
{
    text-decoration: underline;
}
.plm_OtherProducts .PagingActivePage
{
    font-weight:bold;
    text-decoration:none; 
    font-size: 120%;   
}
.plm_OtherProducts .PagerFirst
{
    
}
.plm_OtherProducts .PagerLast
{}