﻿.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. 
/****************************************************************************************************/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SEARCH PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.searchPanel
{
	margin-bottom: 15px;
	padding: 0px;
}


.searchPanel .searchInput
{
	border: 1px solid #ccc;
	padding: 10px;
	margin: 15px 0px 0px 0px;
	color: #333;
	font-size: 11px;
}

.searchPanel .searchResults
{
	padding-top: 10px;
}

.searchPanel .searchResults span
{
    font-size: 11px;
}

.searchPanel .searchResults .result
{
	font-weight: bold;
	color: #555;
}

.searchResults .ProductList1
{
	width: 610px;
	margin: 0 auto 0 auto;
}

.searchResults .ProductList1 .ItemBox
{
	text-align: left;
	clear: both;
	position: relative;
	margin-bottom: 10px;
}

.searchResults .ProductList1 .ProductItem
{
	width: 610px;
	border-bottom: 1px dotted #9ab534;
	overflow: hidden;
}

.searchResults .ProductList1 .ProductItem .title
{
    font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 10px 0px 0px 10px;
    border: none;
}

.searchResults .ProductList1 .ProductItem .title a
{
	display: block;
	height: 2em;
	line-height: 1.3em;
	overflow: hidden hidden;
	padding: 4px 10px 8px 0px;
	
}

.searchResults .ProductList1 .ProductItem .picture
{
	float: left;
	margin: 0px 15px 10px 10px;
	padding-bottom: 20px;
}

.searchResults .ProductList1 .ProductItem .description
{
	padding: 0px 0 0 0;
	margin: 0px 0px 0px 0px;
	text-align: left;
	font-size: 11px;
	width: 285px;
	float:left;
	
	background-color: transparent;
}

.searchResults .ProductList1 .ProductItem .prices-wrapper
{
	border-left: 1px dotted #9ab534;
	padding-left: 15px;
    float:right;
}

.searchResults .ProductList1 .ProductItem .prices
{
	font-size: 11px;
}

.searchResults .ProductList1 .ProductItem .prices .productPrice
{
	color: #333;
}

.searchResults .ProductList1 .ProductItem .prices .oldproductPrice
{
	color: Red;
	text-decoration: line-through;
}

.searchResults .ProductList1 .ProductItem .buttons
{
    width: 120px;
	background-color: transparent;
	text-align: left;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTACT US FORM

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.contactform
{
}

.contactform .title
{
	padding: 0 0 5px 0;
	font-weight: bold;
	clear: both;
	/*text-transform: uppercase;*/
}

.contactform .button
{
	text-align: right;
}

.contactform .info
{
}

.contactform .sendEmail
{
}

.contactform .contactform
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BREADCRUMB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.breadcrumb
{
	float: left;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1em;
}

.breadcrumb a
{
	text-decoration: none;
	color: #3A4045;
}

.breadcrumb a:hover
{
	text-decoration: underline;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	EMAIL A FRIEND PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.emailafriendBox
{
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

.emailafriendBox .title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	clear: both;
}

.emailafriendBox .sendEmail
{
	border: 1px solid #cccccc;
	margin-top: 15px;
	padding: 0 0 10px 10px;
	font-size: 11px;
}

.emailafriendBox .sendEmail .product
{
	font-weight: bold;
}

.emailafriendBox .sendEmail .description
{
	font-style: italic;
}

.emailafriendBox .sendEmail .confirm
{
	font-weight: bold;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RATING

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ratingStar
{
	font-size: 0pt;
	width: 13px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	display: block;
	background-repeat: no-repeat;
}
.filledRatingStar
{
	background-image: url(Images/FilledStar.png);
}
.emptyRatingStar
{
	background-image: url(Images/EmptyStar.png);
}
.savedRatingStar
{
	background-image: url(Images/SavedStar.png);
}

