﻿.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. 
/****************************************************************************************************/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER PAGE WRAPPERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.master-wrapper-page
{
	margin: 0 auto;
	width: 907px; /* Extra 7 pixels to allow for the gradient edge*/
}

.master-sub-wrapper-page
{
    float:left;
    background: transparent url('images/PageWrapper.png') repeat-y top left;
    width: 100%;
}

.master-sub-wrapper-page-bottom
{
    float:left;
    background: transparent url('images/PageWrapperBottom.png') no-repeat 0 0;
    width: 100%;
    height:10px;
    margin-bottom:10px;
}

.page-bottom-outer
{
    clear:both;
    float:left;
    width:98%;
    overflow:hidden;
}

.page-bottom-outer-inner
{
    text-align:right;
    width:100%;
}

.master-wrapper-content
{
	float: left;
	width: 900px;
	margin:  0 0 0 0px;
	text-align: left;
	background-color: #FFFFFF;
	min-height:600px;
}

.master-wrapper-side
{
	float: left;
	width: 180px;
	margin:20px 25px 0 0;
	display: inline;
}

.master-wrapper-center
{
	float: left;
	width: 630px;
	margin: 0px 0 0 10px;
	background: #FFF;
	display: inline;
}

.master-wrapper-cph
{
	float: left;
	width: 650px;
	background: #FFF;
	padding: 20px 0 20px 0;
}

.master-wrapper-center-1
{
	float: left;
	width: 900px;
	background: #FFF;
	display: inline;
}

.master-wrapper-cph-1
{
	float: left;
	width: 820px;
	padding: 20px 40px 20px 40px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header
{
	padding: 0px 0px 0px 0px;
	height: 110px;
}

.header .icon
{
	vertical-align: bottom;
}

.header .ico-register
{
	background: url('images/ico-register.gif') no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
}

.header .ico-login
{
	background: url('images/ico-login.gif') no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
}

.header .ico-logout
{
	background: url('images/ico-logout.gif') no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
}

.header .ico-inbox
{
	background: url('images/ico-inbox.gif') no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
}

.header .ico-cart
{
	background: url('images/ico-cart.gif') no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
}

.header .ico-wishlist
{
	background: url('images/ico-wishlist.gif') no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
}

.header .ico-admin
{
	background: url('images/ico-admin.gif') no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
}

.header-logo
{
	margin:25px;
	float: left;
	text-align: left;
}

a.logo
{
	background: url('images/agiftlessordinary-logo.gif');
	display: block;
	width: 365px;
	height: 53px;
	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: 600px;
}

.header-links
{
	padding: 4px 5px 5px 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: #626366;
	text-decoration: none;
}

.header-links a:hover
{
	text-decoration: underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.headermenu
{
	color: #626366;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: middle;
	margin: 0 0px 6px 0px;
}

.headermenu ul
{
	padding: 0;
	margin: 0;
}

.headermenu li
{
	list-style: none;
	display: inline;
	color: #626366;
	text-decoration: none;
	font-size: 0.9em;
	vertical-align: bottom;
	padding:6px 21px 6px 21px;
	background-color: #a7a9ac;
	border-right:0px solid #FFFFFF;
	margin-right:1px;
}

.headermenu ul .li_selected
{
	background-color: #f6adcd;
}

.headermenu ul .li_cornucopia
{
	list-style: none;
	display: inline;
	color: #626366;
	text-decoration: none;
	font-size: 0.9em;
	vertical-align: bottom;
	padding:6px 15px 6px 15px;
	background-color: #a7a9ac;
    border-right:1px solid #a7a9ac;
    margin: 0 0 0 -3px;
}

.headermenu li:hover
{
	background-color: #ebc4cb;
}

.headermenu a
{

}

.header-category-links
{
    float:right;
    margin:20px;
}

.header-category-links li
{
	list-style: none;
	display: inline;
	padding-left:10px;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER TOOLBAR

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.headertoolbar
{
    color: #FFFFFF;
	background-color: #f6adcd;
	padding: 5px 5px 5px 5px;
	text-align: center;
	height: 23px;
	vertical-align: middle;
	margin: 0 0px 0 0px;
	font-size:11px;
}

.headertoolbar .icon
{
	vertical-align: bottom;
}

.headertoolbar .ico-register
{
    /*background: url('images/ico-register.gif') no-repeat;*/
	
	padding-left: 20px;
	padding-bottom: 5px;
}

.headertoolbar .ico-login
{
    /*background: url('images/ico-login.gif') no-repeat;*/
	
	padding-left: 20px;
	padding-bottom: 5px;
}

.headertoolbar .ico-logout
{
    /*background: url('images/ico-logout.gif') no-repeat;*/
	
	padding-left: 20px;
	padding-bottom: 5px;
}

.headertoolbar .ico-inbox
{
    /*background: url('images/ico-inbox.gif') no-repeat;*/
	
	padding-left: 20px;
	padding-bottom: 5px;
}

.headertoolbar .ico-cart
{
    /*background: url('images/ico-cart.gif') no-repeat;*/
	
	padding-left: 20px;
	padding-bottom: 5px;
}

.headertoolbar .ico-wishlist
{
    /*background: url('images/ico-wishlist.gif') no-repeat;*/
	
	padding-left: 20px;
	padding-bottom: 5px;
}

.headertoolbar .ico-admin
{
    /*background: url('images/ico-admin.gif') no-repeat;*/
	
	padding-left: 20px;
	padding-bottom: 5px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU - SEARCH BOX 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.searchbox
{
	float: left;
	display: inline;
	padding-top:2px;
	margin-left:16px;
}

.searchbox ul
{
	margin: 0;
	padding: 0;
}

.searchbox ul li
{
	list-style: none;
	float: left;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATEGORY NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-navigation
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.category-navigation li
{
	list-style: none;
}

.category-navigation a
{
}

.category-navigation .title
{
    background-color:#F6ADCD;
    padding:10px 10px 10px 20px;
}

.category-navigation .treeview
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	margin: 0px;
}

.category-navigation .treeview ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #3664A5;
	background-color: inherit;
}

.category-navigation .treeview ul .li_selected
{
	font-weight: bold;
}

.category-navigation .treeview ul .li_unselected
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MANUFACTURER NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.manufacturer-navigation
{
}

.manufacturer-navigation li
{
	list-style: none;
}

.manufacturer-navigation a.active
{
	font-weight:bold;
}

.manufacturer-navigation .title
{
    background-color:#F6ADCD;
    padding:10px 10px 10px 20px;
}

.manufacturer-navigation .listbox
{
    font-size:0.9em;
	padding: 5px 20px 10px;
	line-height: 18px;
	margin: 0px;
}

.manufacturer-navigation .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #3664A5;
	background-color: inherit;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RECENTLY VIEWED PRODUCTS BOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.RecentlyViewedProductsBox
{

}

.RecentlyViewedProductsBox li
{
	list-style: none;
}

.RecentlyViewedProductsBox a
{
}

.RecentlyViewedProductsBox a:hover
{
}

.RecentlyViewedProductsBox .title
{
    background-color:#F6ADCD;
    padding:10px 10px 10px 20px;
}

.RecentlyViewedProductsBox .listbox
{
    font-size:0.9em;
	padding: 5px 20px 10px;
	line-height: 18px;
	margin: 0px;
}

.RecentlyViewedProductsBox .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #3664A5;
	background-color: inherit;
}

.RecentlyViewedProductsBox li.separator
{
	height: 1px;
	background: rgb(232, 230, 210);
	width: 140px;
	margin: 5px 0 5px 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	INFO BLOCK NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.infoblock-navigation
{

}

.infoblock-navigation li
{
	list-style: none;
}

.infoblock-navigation a
{
}

.infoblock-navigation .title
{
    background-color:#F6ADCD;
    padding:10px 10px 10px 20px;
}

.infoblock-navigation .listbox
{
    font-size:0.9em;
	padding: 5px 20px 10px;
	line-height: 18px;
	margin: 0px;
}

.infoblock-navigation .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #3664A5;
	background-color: inherit;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer
{
	clear: both;
    color: #FFFFFF;
	background-color: #f6adcd;
	padding: 5px 5px 5px 5px;
	float:left;
    margin:0 0 0 0;
    text-align:left;
    width:890px;
}

.footer-links
{
    float:left;
}

.footer-links
{
	padding: 0px 5px 0px 15px;
	display: inline-table;
}

.footer-links ul
{
	padding: 0;
	margin: 0;
}

.footer-links ul li
{
	list-style: none;
	display: inline;
	padding-right: 15px;
}

.footer-links a
{
	color: #626366;
	text-decoration: none;
}

.footer-links a:hover
{
	text-decoration: underline;
}

.footer-disclaimer
{
	float: right;
	font-size: 11px;
}

.footer-poweredby
{
	float: left;
	font-size: 11px;
}

