.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;
    color: #48ABB7;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 22px;
}

.ManufacturerPage .ManufacturerDescription
{
}

.ManufacturerPage .ProductPager
{
}

.ManufacturerPage .ProductPager a
{
}

.ManufacturerPage .ProductPager span
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MANUFACTURER FEATURED PRODUCTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ManufacturerPage .FeaturedProductGrid
{
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
    padding-top: 10px;
    margin-bottom: 10px;
}

.ManufacturerPage .FeaturedProductGrid .title
{
    font-size: 18px;
    color: #48ABB7;
}

.ManufacturerPage .FeaturedProductGrid .ItemBox
{
}

.ManufacturerPage .FeaturedProductGrid .ProductItem
{
    background: transparent url(images/bg-hi.png) repeat scroll 0 0 !important;
    border: 1px dashed #555555;
    height: auto;
    margin: 10px;
    padding: 5px;
    width: 300px;
}

.ManufacturerPage .FeaturedProductGrid .ProductItem .title
{
    color: #48ABB7;
    font-family: arial, verdana, helvetica, sans-serif;
    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, verdana, helvetica, sans-serif;
}

.ManufacturerPage .FeaturedProductGrid .ProductItem .picture
{
    border: 1px dotted #333333;
    margin: auto;
    padding: 10px;
    text-align: center;
}

.ManufacturerPage .FeaturedProductGrid .ProductItem .description
{
    color: #48ABB7;
}

.ManufacturerPage .FeaturedProductGrid .ProductItem .addInfo
{
}

.ManufacturerPage .FeaturedProductGrid .ProductItem .addInfo .prices
{
    padding-top: 10px;
    color: #FFFFFF;
    display: block;
    font-family: arial, verdana, helvetica, sans-serif;
    font-weight: bold;
}

.ManufacturerPage .FeaturedProductGrid .ProductItem .addInfo .buttons
{
    margin: auto;
    padding: 5px;
    text-align: right;
    cursor: pointer;
}

.ManufacturerPage .FeaturedProductGrid .ProductItem .addInfo .buttons input
{
    width: 80px;
    cursor:pointer;
}

.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: 1px dashed #fff;
    padding-top: 10px;
    margin-bottom: 10px;
}

.ManufacturerPage .ProductGrid .title
{
    font-size: 18px;
    color: #48ABB7;
}

.ManufacturerPage .ProductGrid .ItemBox
{
}

.ManufacturerPage .ProductGrid .ProductItem
{
    background: transparent url(images/bg-hi.png) repeat scroll 0 0 !important;
    border: 1px dashed #555555;
    height: auto;
    margin: 10px;
    padding: 5px;
    width: 300px;
}

.ManufacturerPage .ProductGrid .ProductItem .title
{
    color: #48ABB7;
    font-family: arial, verdana, helvetica, sans-serif;
    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, verdana, helvetica, sans-serif;
}

.ManufacturerPage .ProductGrid .ProductItem .picture
{
    border: 1px dotted #333333;
    margin: auto;
    padding: 10px;
    text-align: center;
}

.ManufacturerPage .ProductGrid .ProductItem .description
{
    color: #48ABB7;
}

.ManufacturerPage .ProductGrid .ProductItem .addInfo
{
}

.ManufacturerPage .ProductGrid .ProductItem .addInfo .prices
{
    padding-top: 10px;
    color: #FFFFFF;
    display: block;
    font-family: arial, verdana, helvetica, sans-serif;
    font-weight: bold;
}

.ManufacturerPage .ProductGrid .ProductItem .addInfo .buttons
{
    margin: auto;
    padding: 5px;
    text-align: right;
    cursor:pointer;
}

.ManufacturerPage .ProductGrid .ProductItem .addInfo .buttons input
{
    width: 80px;
    cursor:pointer;
}

.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
{
    color: #48ABB7;
    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: 1px dashed #555555;
    color: #DDDDDD;
    font-weight: bold;
    padding-left: 20px;
}

.PriceRangeFilter li
{
    padding-left: 20px;
}

