.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. 
/****************************************************************************************************/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE PRODUCTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.HomePageProductGrid
{
	margin-left: auto;
	margin-right: auto;
	width: 450px;
}

.HomePageProductGrid .ItemBox
{
	padding-bottom: 10px;
	text-align: center;
	vertical-align: text-top;
}

.HomePageProductGrid .ProductItem
{
	text-align: center;
	margin: 10px 10px 10px 10px;
	border: solid 1px rgb(232, 230, 210);
	width: 200px;
	height: 200px;
}

.HomePageProductGrid .ProductItem .title
{
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
	font-weight: bold;
}

.HomePageProductGrid .ProductItem .picture
{
	text-align: center;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCT DETAILS PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ProductDetailsPage
{
	border: 1px solid #C4C6C8;
	margin-top: 10px;
	padding: 10px 10px 10px 10px;
}

.ProductCollateral
{
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCT DETAILS INFO - PRODUCT INFO CONTROL

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ProductEssential
{
}

.ProductDetailsInfo
{
}

.ProductDetailsInfo .picture
{
	float:left;
	width: 300px;
	height:230px;
	width:230px;
	margin:15px;
	
}

.ProductDetailsInfo .overview
{
	float: right;
	width: 250px;
	margin-right: 15px;
	margin-top: 60px;
	margin-bottom:15px;
	padding: 5px 5px 5px 5px;
	border: dashed 1px #C4C6C8;
}

.ProductDetailsInfo .productnamebox
{
	border-bottom: dashed 1px #C4C6C8;
}

.ProductDetailsInfo .productname
{
	color: #06C;
	font-size: 1.5em;
	margin-bottom: 0.3em;
	margin-top: 0px;
}

.ProductDetailsInfo .overview .shortdescription
{
	color: #06C;
	margin-bottom: 0.3em;
	font-size: 1.1em;
}

.ProductDetailsInfo .fulldescription
{
	clear: both;
	color: #555;
	margin-bottom: 0.3em;
	font-size:11px;
}

.ProductDetailsInfo .fulldescription h3
{
	margin-top: 15px;
	margin-bottom: 15px;
	font-size:14px;
	padding-bottom:10px;
	border-bottom: dashed 1px #C4C6C8;
	color:#333;
}