﻿/****************************************************************************************************/
/* 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. 
/****************************************************************************************************/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER PAGE WRAPPERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.master-wrapper-page
{
	margin: 10px auto;
	width: 950px;
}

.master-wrapper-content
{
	float: left;
	width: 950px;
	text-align: left;
	background: #90A105 none repeat scroll 0 0;
}

.master-wrapper-side
{
	float: left;
	width: 280px;
	margin: 0 0 0 5px;
	font-family: verdana, arial, helvetica, sans-serif;
	display: inline;
}

.master-wrapper-center-border
{
	position: relative;
	float: left;
	width: 650px;
	margin: 0px 0 0 10px;
}

.master-wrapper-center
{
	float: left;
	width: 650px;
	display: inline;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}

.master-wrapper-cph
{
	float: left;
	width: 630px;
	color: #000;
	min-height: 600px;
	padding: 10px 10px 10px 10px;
}

.master-wrapper-center-1
{
	float: left;
	width: 950px;
	display: inline;
	background-color: #FFFFFF;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
}

.master-wrapper-cph-1
{
	float: left;
	width: 930px;
	color: #000;
	min-height: 600px;
	padding: 10px 10px 10px 10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header
{
	height: 76px;
}

.header .icon
{
	vertical-align: bottom;
}

.header .ico-register
{
	background: url('images/ico-register.gif') no-repeat;
	padding-left: 20px;
}

.header .ico-login
{
	background: url('images/ico-login.gif') no-repeat;
	padding-left: 20px;
}

.header .ico-logout
{
	background: url('images/ico-logout.gif') no-repeat;
	padding-left: 20px;
}

.header .ico-cart
{
	background: url('images/ico-cart.gif') no-repeat;
	padding-left: 20px;
}

.header .ico-wishlist
{
	background: url('images/ico-wishlist.gif') no-repeat;
	padding-left: 20px;
}

.header .ico-admin
{
	background: url('images/ico-admin.gif') no-repeat;
	padding-left: 20px;
}

.header-logo
{
	margin-top: 5px;
	float: left;
	text-align: left;
}

a.logo
{
	background: url('images/logo.gif');
	display: block;
	width: 290px;
	height: 76px;
	text-decoration: none;
}

.header-selectors-wrapper
{
	text-align: right;
	float: right;
	width: 500px;
}

.header-currencyselector
{
	float: right;
}

.header-languageselector
{
	float: left;
}

.header-taxDisplayTypeSelector
{
	float: right;
}

.header-links-wrapper
{
	float: right;
	text-align: right;
	width: 500px;
}

.header-links
{
	border: solid 1px #9a9a9a;
	padding: 5px 5px 5px 5px;
	margin-bottom: 5px;
	display: inline-table;
  
}

.header-links ul
{
	padding: 0;
	margin: 0;
}

.header-links ul li
{
	list-style: none;
	display: inline;
	padding-right: 2px;
}

.header-links a
{
	color: #FFFFFF;
	text-decoration: none;
}

.header-links a:hover
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.headermenu
{
	color: #FFFFFF;
	background: #3a3a3a;
	padding: 8px 5px 9px 5px;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.headermenu ul
{
	padding: 0;
	margin: 0;
}

.headermenu li
{
	list-style: none;
	display: inline;
}

.headermenu a
{
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU ECO LIPS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.topfeatureecolips
{
    float: left;
    margin-left: 65px;
    margin-top: 0;
}

/*.topfeatureecolips img
{
	display:block;
	margin:10px auto;
}*/

.logoecolips
{
    float: left;
    margin-left: 136px
}

.topfeature2ecolips
{
    display: block;
    float: left;
    margin-left: 180px;
    padding-top: 0px
}

.headermenuecolips
{
	color: #FFFFFF;
	background: #90A105;
	font-size: smaller;
	text-align: right;
	padding-right: 20px;
}

.headermenuecolips ul
{
	padding: 4px;
	margin: 0;
}

.headermenuecolips li
{
	list-style: none;
	display: inline;
}

.headermenuecolips a
{
	color: #FFF;
	text-decoration: none;
}

.headermenuecolips a:hover
{
	text-decoration: underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU - SEARCH BOX 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.searchbox
{
	position: relative;
	width: 280px;
	padding-bottom: 10px;
}

.searchbox ul
{
	margin: 0;
	padding: 0;
}

.searchbox ul li
{
	list-style: none;
	float: left;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	NAVIGATION BORDERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.center-border-upper-left
{
    position:fixed;
    top:0px;
    left:0px;
}

.border-upper-left
{
    position:absolute;
    top:0px;
    left:0px;
}

.border-upper-right
{
    position:absolute;
    top:0px;
    right:0px;
}

.border-lower-left
{
    position:absolute;
    bottom:0px;
    left:0px;
}

.border-lower-right
{
    position:absolute;
    bottom:0px;
    right:0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATEGORY NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.category-border
{
    position:relative; 
    width:280px;   /* leave here for IE6 */
    margin-bottom: 10px;
}

.category-navigation
{
	padding-bottom: 5px;
	padding-left: 0;
	background-color:#CEE82F;
	color: #2D2D2D;
    border-left:10px solid #FFFFFF;
    border-right:10px solid #FFFFFF;
    border-top:10px solid #FFFFFF;
    border-bottom:10px solid #FFFFFF;
}

.category-navigation li
{
	list-style: none;
}

.category-navigation a
{
	text-decoration: none;
}

.category-navigation .li_selected a
{
	text-decoration: none;
}

.category-navigation .title
{
	font-size: 0.9em;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	background: #CEE82F none repeat scroll 0 0;
}

.category-navigation .treeview
{
	font-size: 0.9em;
	padding: 5px 10px 10px;
	line-height: 18px;
	background: #CEE82F none repeat scroll 0 0;
	margin: 0px;
}

.category-navigation .treeview ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	background-color: inherit;
}

.category-navigation .treeview ul .li_selected
{

}

.category-navigation .treeview ul .li_unselected
{

}

.category-navigation a:hover
{
	text-decoration: underline;
	color: #2D2D2D;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MANUFACTURER NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.manufacturer-border
{
    position:relative; 
    width:280px;  /* leave here for IE6 */
    margin-bottom: 10px;
}

.manufacturer-navigation
{
	padding-bottom: 5px;
	padding-left: 0;
	background-color:#CEE82F;
	color: #2d2d2d;
    border-left:10px solid #FFFFFF;
    border-right:10px solid #FFFFFF;
    border-top:10px solid #FFFFFF;
    border-bottom:10px solid #FFFFFF;
}

.manufacturer-navigation li
{
	list-style: none;
}

.manufacturer-navigation a.inactive
{

}

.manufacturer-navigation a.active
{

}

.manufacturer-navigation .title
{
	font-size: 0.9em;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	background: #CEE82F none repeat scroll 0 0;
}

.manufacturer-navigation .listbox
{
	font-size: 0.9em;
	padding: 5px 10px 10px;
	line-height: 18px;
	background: #CEE82F none repeat scroll 0 0;
	margin: 0px;
}

.manufacturer-navigation .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	background-color: inherit;
}

.manufacturer-navigation a:hover
{
	text-decoration: underline;
	color: #2d2d2d;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RECENTLY VIEWED PRODUCTS BOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.recentlyviewed-border
{
    position:relative; 
    width:280px;  /* leave here for IE6 */
    margin-bottom: 10px;
}

.RecentlyViewedProductsBox
{
	padding-bottom: 5px;
	padding-left: 0;
	background-color:#CEE82F;
	color: #2d2d2d;
    border-left:10px solid #FFFFFF;
    border-right:10px solid #FFFFFF;
    border-top:10px solid #FFFFFF;
    border-bottom:10px solid #FFFFFF;
}

.RecentlyViewedProductsBox li
{
	list-style: none;
}

.RecentlyViewedProductsBox a
{
	text-decoration: none;
}

.RecentlyViewedProductsBox a:hover
{
	text-decoration: underline;
	color: #2d2d2d;
}

.RecentlyViewedProductsBox .title
{
	font-size: 0.9em;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	background: #CEE82F none repeat scroll 0 0;
}

.RecentlyViewedProductsBox .listbox
{
	font-size: 0.9em;
	padding: 5px 10px 10px;
	line-height: 18px;
	background: #CEE82F none repeat scroll 0 0;
	margin: 0px;
}

.RecentlyViewedProductsBox .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	background-color: inherit;
}

.RecentlyViewedProductsBox .separator
{
	height: 1px;
	line-height: 1px;
	width: 240px;
	font-size: 1px;
	margin: 5px 0 5px 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	INFO BLOCK NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.infoblock-border
{
    position:relative; 
    width:280px;   /* leave here for IE6 */
    margin-bottom: 10px;
}

.infoblock-navigation
{
	padding-bottom: 5px;
	padding-left: 0;
	background-color:#CEE82F;
	color: #2d2d2d;
    border-left:10px solid #FFFFFF;
    border-right:10px solid #FFFFFF;
    border-top:10px solid #FFFFFF;
    border-bottom:10px solid #FFFFFF;
}

.infoblock-navigation li
{
	list-style: none;
}

.infoblock-navigation a
{
	text-decoration: none;
}

.infoblock-navigation .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px;
	background: #CEE82F none repeat scroll 0 0;
}

.infoblock-navigation .listbox
{
	font-size: 0.9em;
	padding: 5px 10px 10px;
	line-height: 18px;
	background: #CEE82F none repeat scroll 0 0;
	margin: 0px;
}

.infoblock-navigation .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	background-color: inherit;
}

.infoblock-navigation a:hover
{
	text-decoration: underline;
	color: #2d2d2d;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer
{
	clear: both;
	height: 30px;
	padding: 5px 3px 5px 3px;
}

.footer a
{
	text-decoration: none;
	color: #FFF;
}

.footer-disclaimer
{
	/* float: right; */
	font-size: 11px;
	margin-right:15px;
	text-align:right;
}

.footer-poweredby
{
	/* float: left; */
	font-size: 11px;
	margin-right:15px;
	text-align:right;
}

