﻿.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: 10px;
	padding: 0px;
}
.ManufacturerPage .ManufacturerTitle
{
	padding:0px 0px 10px 0px;
	font-weight: bold;
	text-transform: uppercase;
	clear:both;
	font-size: 1.1em;
	color: #3a3a3a;
}

.ManufacturerPage .ManufacturerDescription
{
	color: #555;
	font-size: 1.1em;
}

.ManufacturerPage .ProductPager div
{
	padding:2px 10px 2px 7px;
	border:#999999 solid 1px;
	height:13px;
}

.ManufacturerPage .ProductPagerTop div
{
    margin-bottom:10px;
}

.ManufacturerPage .ProductPager div span
{
	color: #999999;
	font-weight:bold;
	float:left;
	margin:0px 3px 0px 0px;
}

.ManufacturerPage .ProductPager .spacer
{
    width:32px;
    height:11px;
    margin:0px;
}

.ManufacturerPage .ProductPager div .ShowAll
{
    float:right;
    margin:0px !important;
}

.ManufacturerPage .ProductPager a
{
    float:left;
	margin:0px 3px 0px 0px;
}

.ManufacturerPage .ProductPager a:link
{
	text-align: center;
	color: #555;
}

.ManufacturerPage .ProductPager a:hover
{
	color: #999999;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MANUFACTURER FEATURED PRODUCTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ManufacturerPage .FeaturedProductGrid
{
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 550px;
	text-align: center;
}

.ManufacturerPage .FeaturedProductGrid .title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
	margin: 0;
	color: #ff9933;
}

.ManufacturerPage .FeaturedProductGrid .ItemBox
{
	padding-bottom: 10px;
	text-align: center;
	vertical-align: text-top;
}

.ManufacturerPage .FeaturedProductGrid .ProductItem
{
	text-align: center;
	margin: 10px 10px 10px 10px;
	width: 250px;
	background: url('images/prod_grid_box_bg.gif') no-repeat 0 100%;
}

.ManufacturerPage .FeaturedProductGrid .ProductItem .title
{
	font-weight: bold;
	background: url('images/deal_box_hl.gif') no-repeat 0 0;
	padding: 0 0 0 10px;
}

.ManufacturerPage .FeaturedProductGrid .ProductItem .title a
{
	background: url('images/deal_box_hr.gif') no-repeat 100% 0;
	display: block;
	height: 2em;
	line-height: 1.3em;
	overflow: hidden hidden;
	padding: 4px 10px 8px 0px;
}

.ManufacturerPage .FeaturedProductGrid .ProductItem .picture
{
	text-align: center;
	margin-top: 10px;
}

.ManufacturerPage .FeaturedProductGrid .ProductItem .description
{
	margin: 5px 5px 0 5px;
	text-align: center;
	padding: 10px 5px 10px 5px;
	border-top: solid 1px #e3e3e3;
	color: #555;
	height: 50px;
}

.ManufacturerPage .FeaturedProductGrid .ProductItem .addInfo
{
	vertical-align: bottom;
	text-align: right;
	width: 250px;
	height: 85px;
	position: relative;
}

.ManufacturerPage .FeaturedProductGrid .ProductItem .addInfo .prices
{
	text-align: right;
	vertical-align: middle;
	position: absolute;
	bottom: 15px;
	right: 10px;
}

.ManufacturerPage .FeaturedProductGrid .ProductItem .addInfo .buttons
{
	vertical-align: middle;
	position: absolute;
	bottom: 15px;
	left: 10px;
	text-align: left;
}

.ManufacturerPage .FeaturedProductGrid .ProductItem .addInfo .prices .productPrice
{
	color: green;
}

.ManufacturerPage .FeaturedProductGrid .ProductItem .addInfo .prices .oldproductPrice
{
	color: Red;
	text-decoration: line-through;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCTS IN GRID - TEMPLATE - DONE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ManufacturerPage .ProductGrid
{
	margin-bottom:0;
    margin-left:0;
    margin-right:-20px;
}

.ManufacturerPage .ProductGrid .ItemBox
{
	padding-bottom:10px;
    text-align:center;
    vertical-align:top;
    width:160px;
}

.ManufacturerPage .ProductGrid .ProductItem
{
	color:#333333;
    font-size:10px;
    margin-right:20px;
    width:160px;
}

.ManufacturerPage .ProductGrid .ProductItem .title
{
    font-family:Verdana;
    font-size:10px;
    clear:both;
    font-weight:bold;
    margin:0 0 10px;
    padding:0;
    text-align:left;
    width:160px;
}

.ManufacturerPage .ProductGrid .ProductItem .title a:hover
{
    color:#999999;
}

.ManufacturerPage .ProductGrid .ProductItem .picture
{
    border:1px solid #CCCCCC;
    font-size:0;
    line-height:0;
    margin-bottom:5px;
    text-align:center;
    width:158px;
    height:158px;
}

.ManufacturerPage .ProductGrid .ProductItem .productImagesCategorie
{
    text-align:center;
}

.ManufacturerPage .ProductGrid .ProductItem .productImagesCategorie .picturea
{

    border: 1px solid #aaaaaa;
    display: inline-block;
    *margin:1px;
    *width: 18px;
    min-height: 18px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    _height: 18px;

}

.ManufacturerPage .ProductGrid .ProductItem .picture table
{
    width:158px;
    height:158px;
}

.ManufacturerPage .ProductGrid .ProductItem .description
{
}

.ManufacturerPage .ProductGrid .ProductItem .addInfo
{
    margin-top:5px;
}

.ManufacturerPage .ProductGrid .ProductItem .addInfo .prices
{
    text-align:left;
}

.ManufacturerPage .ProductGrid .ProductItem .addInfo .prices .productCode
{
    margin-bottom:5px;
}

.ManufacturerPage .ProductGrid .ProductItem .addInfo .buttons
{
	display:none;
}

.ManufacturerPage .ProductGrid .ProductItem .addInfo .prices .productPrice
{
}

.ManufacturerPage .ProductGrid .ProductItem .addInfo .prices .productPrice .PriceText 
{
    float:left;
    margin-right:4px;
    padding:1px 0;
}

.ManufacturerPage .ProductGrid .ProductItem .addInfo .prices .productPrice .Price 
{
    font-weight:bold;
    float:left;
    padding:1px 2px;
}


ManufacturerPage .ProductGrid .ProductItem .addInfo .prices .oldproductPrice
{
	color: Red;
	text-decoration: line-through;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCT FILTERS BOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ManufacturerPage .ProductFilters
{
	width: 600px;
	background: url('images/fb_s_bg.gif') no-repeat 0 100%;
	margin-left: 5px;
}

.ManufacturerPage .ProductFilters .FilterTitle
{
	font-weight: bold;
	background: url('images/deal_box_hl.gif') no-repeat 0 0;
	padding-left: 10px;	
	color: #555;
}

.ManufacturerPage .ProductFilters .FilterTitle span
{
	background: url('images/deal_box_hr.gif') no-repeat 100% 0;
	display: block;
	height: 2em;
	line-height: 1.3em;
	overflow: hidden hidden;
	padding: 4px 10px 8px 0px;
}

.ManufacturerPage .ProductFilters .FilterItem
{
	padding: 5px 10px 5px 10px;
}
