﻿.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
{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 14px;
}

.ManufacturerPage .ManufacturerDescription
{
	/*color: #0A263C;
	font-size: 1.1em;*/
}

.ManufacturerPage .ProductPager
{
	text-align: center;
}

.ManufacturerPage .ProductPager a
{
	/*font-size: 1em;
	color: #555;*/
}

.ManufacturerPage .ProductPager a:link
{
	text-align: center;
}

.ManufacturerPage .ProductPager span
{
	color: #3664A5;
	/*font-size: 1.3em;*/
	font-weight: bold;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MANUFACTURER FEATURED PRODUCTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.ManufacturerPage .FeaturedProductGrid
{
}
.ManufacturerPage .FeaturedProductGrid .title
{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 14px;
}


.ManufacturerPage .FeaturedProductGrid table tr td.ItemBox
{
	vertical-align: text-top;
	background-color: #EFEFEF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}
.ManufacturerPage .FeaturedProductGrid table tr td.ItemBox .ProductItem
{
	text-align: center;
	margin: 6px;
	border: 1px solid #CCC;
	width: 186px;
	/*height: 320px;*/
	background-color: #FFF;
	overflow: hidden;
	padding-top: 7px;
	padding-right: 4px;
	padding-bottom: 7px;
	padding-left: 4px;
}
.ManufacturerPage .FeaturedProductGrid table tr td.ItemBox .ProductItem .title
{
	height:49px;
	font-weight: bold;
}
.ManufacturerPage .FeaturedProductGrid table tr td.ItemBox .ProductItem .title a
{
}
.ManufacturerPage .FeaturedProductGrid table tr td.ItemBox .ProductItem .picture
{
	height:165px;
	overflow: hidden;
}
.ManufacturerPage .FeaturedProductGrid table tr td.ItemBox .ProductItem .picture .innerimage
{
}
.ManufacturerPage .ProductGrid table tr td.ItemBox .ProductItem .description
{
	height: 50px;
	padding-right: 6px;
	padding-left: 6px;
	/*background-color: #EFEBE4;*/
	overflow: hidden;
}
.ManufacturerPage .FeaturedProductGrid table tr td.ItemBox .ProductItem .addInfo
{
	height: 79px;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.ManufacturerPage .FeaturedProductGrid table tr td.ItemBox .ProductItem .addInfo .prices
{
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 15px;
	font-weight: bold;
}
.ManufacturerPage .FeaturedProductGrid table tr td.ItemBox .ProductItem .addInfo .buttons input
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.ManufacturerPage .FeaturedProductGrid table tr td.ItemBox .ProductItem .addInfo .prices .productPrice
{
	display: block;
}
.ManufacturerPage .FeaturedProductGrid table tr td.ItemBox .ProductItem .addInfo .prices .oldproductPrice
{
	color: #F00;
	text-decoration: line-through;
	display: block;
}

















/*.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;
}

.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;
	border: solid 1px rgb(232, 230, 210);
}

.ManufacturerPage .FeaturedProductGrid .ProductItem .title
{
	font-weight: bold;
	padding: 0 0 0 10px;
}

.ManufacturerPage .FeaturedProductGrid .ProductItem .title a
{
	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 rgb(232, 230, 210);
	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
{
}
.ManufacturerPage .ProductGrid table tr td.ItemBox
{
	vertical-align: text-top;
	background-color: #EFEFEF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}
.ManufacturerPage .ProductGrid table tr td.ItemBox .ProductItem
{
	text-align: center;
	margin: 6px;
	border: 1px solid #CCC;
	width: 186px;
	/*height: 320px;*/
	background-color: #FFF;
	overflow: hidden;
	padding-top: 7px;
	padding-right: 4px;
	padding-bottom: 7px;
	padding-left: 4px;
}
.ManufacturerPage .ProductGrid table tr td.ItemBox .ProductItem .title
{
	height:49px;
	font-weight: bold;
}
.ManufacturerPage .ProductGrid table tr td.ItemBox .ProductItem .title a
{
}
.ManufacturerPage .ProductGrid table tr td.ItemBox .ProductItem .picture
{
	height:165px;
	overflow: hidden;
}
.ManufacturerPage .ProductGrid table tr td.ItemBox .ProductItem .picture .innerimage
{
}
.ManufacturerPage .ProductGrid table tr td.ItemBox .ProductItem .description
{
	height: 50px;
	padding-right: 6px;
	padding-left: 6px;
	/*background-color: #EFEBE4;*/
	overflow: hidden;
}
.ManufacturerPage .ProductGrid table tr td.ItemBox .ProductItem .addInfo
{
	height: 79px;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.ManufacturerPage .ProductGrid table tr td.ItemBox .ProductItem .addInfo .prices
{
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 15px;
	font-weight: bold;
}
.ManufacturerPage .ProductGrid table tr td.ItemBox .ProductItem .addInfo .buttons input
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.ManufacturerPage .ProductGrid table tr td.ItemBox .ProductItem .addInfo .prices .productPrice
{
	display: block;
}
.ManufacturerPage .ProductGrid table tr td.ItemBox .ProductItem .addInfo .prices .oldproductPrice
{
	color: #F00;
	text-decoration: line-through;
	display: block;
}






/*.ManufacturerPage .ProductGrid
{
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 550px;
	text-align: center;
}

.ManufacturerPage .ProductGrid .ItemBox
{
	padding-bottom: 10px;
	text-align: center;
	vertical-align: text-top;
}

.ManufacturerPage .ProductGrid .ProductItem
{
	text-align: center;
	margin: 10px 10px 10px 10px;
	width: 160px;
	border: 1px solid rgb(232, 230, 210);
}

.ManufacturerPage .ProductGrid .ProductItem .title
{
	font-weight: bold;
	padding-left: 10px;
	height:65px;
}

.ManufacturerPage .ProductGrid .ProductItem .title a
{
	display: block;
	height: 2em;
	line-height: 1.3em;
	overflow: hidden hidden;
	padding: 4px 10px 8px 0px;
}

.ManufacturerPage .ProductGrid .ProductItem .picture
{
	text-align: center;
	margin-top: 10px;
	height:165px;
	position:relative;
}

.ManufacturerPage .ProductGrid .ProductItem .picture .innerimage
{
	position:absolute;
	bottom:0;
	left:0;
	text-align:center;
	width:160px;
}




.ManufacturerPage .ProductGrid .ProductItem .description
{
	margin: 5px 5px 0 5px;
	text-align: center;
	padding: 10px 5px 10px 5px;
	border-top: solid 1px rgb(232, 230, 210);
	color: #555;
	height: 50px;
}

.ManufacturerPage .ProductGrid .ProductItem .addInfo
{
	vertical-align: bottom;
	text-align: right;
	width: 160px;
	height: 85px;
	position: relative;
	background: rgb(247, 245, 232);
}

.ManufacturerPage .ProductGrid .ProductItem .addInfo .prices
{
	text-align: left;
	vertical-align: middle;
	position: absolute;
	bottom: 65px;
	left: 10px;
}

.ManufacturerPage .ProductGrid .ProductItem .addInfo .buttons
{
	vertical-align: middle;
	position: absolute;
	bottom: 15px;
	left: 10px;
	text-align: left;
}

.ManufacturerPage .ProductGrid .ProductItem .addInfo .prices .productPrice
{
	color: green;
}

.ManufacturerPage .ProductGrid .ProductItem .addInfo .prices .oldproductPrice
{
	color: Red;
	text-decoration: line-through;
}*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCT FILTERS BOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ManufacturerPage .ProductFilters
{
	width: 600px;
	margin-left: 5px;
	border: 1px solid rgb(232, 230, 210);
	background: rgb(247, 245, 232);
}

.ManufacturerPage .ProductFilters .FilterTitle
{
	font-weight: bold;
	padding-left: 10px;	
	color: #3A4045;
}

.ManufacturerPage .ProductFilters .FilterTitle span
{
	display: block;
	height: 2em;
	line-height: 1.3em;
	overflow: hidden hidden;
	padding: 4px 10px 8px 0px;
}

.ManufacturerPage .ProductFilters .FilterItem
{
	padding: 5px 10px 5px 10px;
}