.foo{}/****************************************************************************************************/
/* The contents of this file are subject to the nopCommerce Public License Version 1.0 ("License"); you may not use this file except in compliance with the License.
/* 
/* Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. 
/* See the License for the specific language governing rights and limitations under the License.
/* 
/* The Original Code is nopCommerce.
/* The Initial Developer of the Original Code is NopSolutions.
/* All Rights Reserved.
/* 
/****************************************************************************************************/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MANUFACTURER PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ManufacturerPage
{

}

.ManufacturerPage .ManufacturerTitle
{
margin: 10px 10px 10px 10px;
font-size:22px;
}

.ManufacturerPage .ManufacturerDescription
{
}

.ManufacturerPage .ProductPager
{
}

.ManufacturerPage .ProductPager a
{
}

.ManufacturerPage .ProductPager span
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MANUFACTURER FEATURED PRODUCTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ManufacturerPage .FeaturedProductGrid
{
border-top:0px dashed #fff;
border-bottom:0px dashed #fff;
padding-top:10px;
margin-bottom:10px;
}

.ManufacturerPage .FeaturedProductGrid .title
{
font-size:18px;
}

.ManufacturerPage .FeaturedProductGrid .ItemBox
{
}

.ManufacturerPage .FeaturedProductGrid .ProductItem
{
background:transparent !important;
border:0px dashed #555555;
height:auto;
margin:10px;
padding:5px;
width:300px;
}

.ManufacturerPage .FeaturedProductGrid .ProductItem .title
{
font-size:22px;
margin:10px;
}

.ManufacturerPage .FeaturedProductGrid .ProductItem .title a:hover
{
color:#FFFFFF;
}

.ManufacturerPage .FeaturedProductGrid .ProductItem .title a
{
font-weight:bold;
font-size:12px;
font-family:Arial,Helvetica,sans-serif;
}

.ManufacturerPage .FeaturedProductGrid .ProductItem .picture
{
    margin:auto;
    padding:10px;
    text-align:center;
}

.ManufacturerPage .FeaturedProductGrid .ProductItem .description
{}

.ManufacturerPage .FeaturedProductGrid .ProductItem .addInfo
{}

.ManufacturerPage .FeaturedProductGrid .ProductItem .addInfo .prices
{
padding-top:10px;
color:#FFFFFF;
display:block;
font-weight:bold;
}

.ManufacturerPage .FeaturedProductGrid .ProductItem .addInfo .buttons
{
margin:auto;
padding:5px;
text-align:right;
}

.ManufacturerPage .FeaturedProductGrid .ProductItem .addInfo .buttons input
{
width:80px;
}

.ManufacturerPage .FeaturedProductGrid .ProductItem .addInfo .prices .productPrice
{
font-weight:bold;
color:#FFF;
}

.ManufacturerPage .FeaturedProductGrid .ProductItem .addInfo .prices .oldproductPrice
{
font-weight:normal;
color:#FF0000;
text-decoration:line-through;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCTS IN GRID - TEMPLATE - DONE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ManufacturerPage .ProductGrid
{
border-top:0px dashed #fff;
padding-top:10px;
margin-bottom:10px;
}

.ManufacturerPage .ProductGrid .title
{
font-size:18px;
}

.ManufacturerPage .ProductGrid .ItemBox
{
}

.ManufacturerPage .ProductGrid .ProductItem
{
background:transparent url(images/bg-hi.png) repeat scroll 0 0 !important;
border:0px dashed #555555;
height:auto;
margin:10px;
padding:5px;
width:300px;
}

.ManufacturerPage .ProductGrid .ProductItem .title
{
font-size:22px;
margin:10px;
}

.ManufacturerPage .ProductGrid .ProductItem .title a:hover
{
color:#FFFFFF;
}

.ManufacturerPage .ProductGrid .ProductItem .title a
{
font-weight:bold;
font-size:12px;
font-family:Arial,Helvetica,sans-serif;
}

.ManufacturerPage .ProductGrid .ProductItem .picture
{
margin:auto;
padding:10px;
text-align:center;
}

.ManufacturerPage .ProductGrid .ProductItem .description
{
}

.ManufacturerPage .ProductGrid .ProductItem .addInfo
{
}

.ManufacturerPage .ProductGrid .ProductItem .addInfo .prices
{
padding-top:10px;
color:#FFFFFF;
display:block;
font-weight:bold;
}

.ManufacturerPage .ProductGrid .ProductItem .addInfo .buttons
{
margin:auto;
padding:5px;
text-align:right;
}

.ManufacturerPage .ProductGrid .ProductItem .addInfo .buttons input
{
width:80px;
}

.ManufacturerPage .ProductGrid .ProductItem .addInfo .prices .productPrice
{
font-weight:bold;
color:#FFF;
}

.ManufacturerPage .ProductGrid .ProductItem .addInfo .prices .oldproductPrice
{
font-weight:normal;
color:#FF0000;
text-decoration:line-through;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCT FILTERS BOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ManufacturerPage .ProductFilters
{
}

.ManufacturerPage .ProductFilters .FilterTitle
{
font-size:16px;
padding-bottom:10px;
}

.ManufacturerPage .ProductFilters .FilterItem * .title
{
background:transparent url(images/ico-arrow-r.gif) no-repeat scroll 0 0;
border-bottom:0px dashed #555555;
color:#DDDDDD;
font-weight:bold;
padding-left:20px;
}

.PriceRangeFilter li 
{
padding-left:20px;
}    