﻿.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.
/* You may obtain a copy of the License at  http://www.nopCommerce.com/License.aspx. 
/* 
/* 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.
/* 
/* Contributor(s): RetroViz Design. 
/****************************************************************************************************/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MANUFACTURER PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ManufacturerPage
{
	margin-bottom: 15px;
	padding: 0px;
}
.ManufacturerPage .ManufacturerTitle
{
	padding-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
	clear:both;
	font-size: 14px;
	color: #164662;
}

.ManufacturerPage .ManufacturerDescription
{
	color: #555;
	font-size: 1.1em;
}

.ManufacturerPage .ProductPager
{
	text-align: center;
}

.ManufacturerPage .ProductPager a
{
	font-size: 1em;
}

.ManufacturerPage .ProductPager a:link
{
	text-align: center;
	color: #555;
}

.ManufacturerPage .ProductPager span
{
	color: #ff9933;
	font-size: 1.3em;
	font-weight: bold;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MANUFACTURER FEATURED PRODUCTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ManufacturerPage .FeaturedProductGrid
{
	margin-bottom: 15px;
	width: 646px;
}

.ManufacturerPage .FeaturedProductGrid .title
{
    color: #164662;
	font-size: 22px;
}

.ManufacturerPage .FeaturedProductGrid .line
{
	background-color: #bedde4;
	height: 1px;
	width: 100%;
	margin: 5px 0 15px 0;
}

.ManufacturerPage .FeaturedProductGrid .ItemBox
{
	vertical-align: text-top;
}

.ManufacturerPage .FeaturedProductGrid .ProductItem
{
	background: url('images/bg_productgrid.gif') left bottom no-repeat;
	margin-right: 6px;
	padding: 0px 20px;
	width: 280px;
}

.ManufacturerPage .FeaturedProductGrid .ProductItemTop
{
	background: url('images/bg_productgrid_top.gif') left top no-repeat;
	height: 10px;
	width: 320px;
}

.ManufacturerPage .FeaturedProductGrid .ProductItemBottom
{
	background: url('images/bg_productgrid_bottom.gif') left bottom no-repeat;
	height: 10px;
	width: 320px;
}

.ManufacturerPage .FeaturedProductGrid .ProductItem .title,
.ManufacturerPage .FeaturedProductGrid .ProductItem .title a
{
    color: #2eb6d1;
    font-size: 16px;
    padding-bottom: 10px;
	min-height: 50px;
}

.ManufacturerPage .FeaturedProductGrid .ProductItem .picture
{
	margin: 20px auto;
	border: 4px solid #3cc3dd;
	width: 125px;
}

.ManufacturerPage .FeaturedProductGrid .ProductItem .description
{
    font-size: 12px;
    margin-top: 10px;
	min-height: 50px;
}

.ManufacturerPage .FeaturedProductGrid .ProductItem .addInfo
{
	vertical-align: bottom;
	text-align: right;
	padding: 10px 0;
}

.ManufacturerPage .FeaturedProductGrid .ProductItem .addInfo .prices
{
    display: inline-block;
    float: right;
	text-align: right;
}

.ManufacturerPage .FeaturedProductGrid .ProductItem .addInfo .buttons
{
	text-align: left;
}

.ManufacturerPage .FeaturedProductGrid .ProductItem .addInfo .prices .productPrice
{
    color: #20526f;
    font-size: 18px;
}

.ManufacturerPage .FeaturedProductGrid .ProductItem .addInfo .prices .oldproductPrice
{
	color: Red;
    font-size: 18px;
	text-decoration: line-through;
}

.ManufacturerPage .FeaturedProductGrid .ProductItem .line
{
	background-color: #bedde4;
	height: 1px;
	width: 100%;
}

.ManufacturerPage .FeaturedProductGrid .ProductItem .addInfo .buttons .trans-separator
{
    height: 2px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCTS IN GRID - TEMPLATE - DONE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ManufacturerPage
{
	margin-bottom: 15px;
	padding: 0px;
}

.ManufacturerPage .title
{
    color: #164662;
}

.ManufacturerPage .ProductGrid
{
	margin-bottom: 15px;
	width: 646px;
}

.ManufacturerPage .ProductGrid .ItemBox
{
	vertical-align: text-top;
}

.ManufacturerPage .ProductGrid .ProductItem
{
	background: url('images/bg_productgrid.gif') left bottom no-repeat;
	margin-right: 6px;
	padding: 0px 20px;
	width: 280px;
}

.ManufacturerPage .ProductGrid .ProductItemTop
{
	background: url('images/bg_productgrid_top.gif') left top no-repeat;
	height: 10px;
	width: 320px;
	margin-top: 10px;
}

.ManufacturerPage .ProductGrid .ProductItemBottom
{
	background: url('images/bg_productgrid_bottom.gif') left bottom no-repeat;
	height: 10px;
	width: 320px;
}

.ManufacturerPage .ProductGrid .ProductItem .title,
.ManufacturerPage .ProductGrid .ProductItem .title a
{
    color: #2eb6d1;
    font-size: 16px;
    padding-bottom: 10px;
	min-height: 30px;
}

.ManufacturerPage .ProductGrid .ProductItem .picture
{
	margin: 20px auto;
	border: 4px solid #3cc3dd;
	width: 125px;
}

.ManufacturerPage .ProductGrid .ProductItem .description
{
    font-size: 12px;
    margin-top: 10px;
	min-height: 30px;
}

.ManufacturerPage .ProductGrid .ProductItem .addInfo
{
	vertical-align: bottom;
	text-align: right;
	padding: 10px 0;
	min-height: 50px;
}

.ManufacturerPage .ProductGrid .ProductItem .addInfo .prices
{
    display: inline-block;
    float: right;
	text-align: right;
}

.ManufacturerPage .ProductGrid .ProductItem .addInfo .buttons
{
	text-align: left;
}

.ManufacturerPage .ProductGrid .ProductItem .addInfo .prices .productPrice
{
    color: #20526f;
    font-size: 18px;
}

.ManufacturerPage .ProductGrid .ProductItem .addInfo .prices .oldproductPrice
{
	color: Red;
    font-size: 18px;
	text-decoration: line-through;
}

.ManufacturerPage .ProductGrid .ProductItem .line
{
	background-color: #bedde4;
	height: 1px;
	width: 100%;
}

.ManufacturerPage .ProductGrid .ProductItem .addInfo .buttons .trans-separator
{
    height: 2px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCT FILTERS BOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ManufacturerPage .ProductFilters
{
	background: url('images/bg_productlist.gif') left bottom no-repeat;
	width: 606px;
	padding: 5px 20px;
}

.ManufacturerPage .ProductFiltersTop
{
	background: url('images/bg_productlist_top.gif') left top no-repeat;
	width: 646px;
	height: 10px;
	margin-top: 5px;
}

.ManufacturerPage .ProductFiltersBottom
{
    clear: both;
	background: url('images/bg_productlist_bottom.gif') left bottom no-repeat;
	width: 646px;
	height: 10px;
}

.ManufacturerPage .ProductFilters .FilterTitle
{
    color: #2eb6d1;
    font-size: 16px;
	padding-left: 10px;	
}

.ManufacturerPage .ProductFilters .FilterTitle span
{
	display: block;
	line-height: 1.3em;
	overflow: hidden hidden;
}

.ManufacturerPage .ProductFilters .FilterItem
{
	padding: 5px 10px 5px 10px;
}
