﻿.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): 
/****************************************************************************************************/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER PAGE WRAPPERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.master-wrapper-page
{
	margin: 0 auto;
	width: 982px;
}

.master-wrapper-login
{
    float: left;
    width: 982px;
    height: 44px;
    text-align: right;
    background: url('images/bg_login_panel.png') no-repeat;
}

.master-wrapper-content
{
    float: left;
    width: 982px;
    text-align: left;
}

.master-wrapper-side
{
	float: left;
	width: 238px;
	margin: 0 0 0 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	display: inline;
}
.master-wrapper-rightside
{
    float: right;
    width: 200px;
    margin: 0 0 0 10px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    display: inline;
}
.master-wrapper-center
{
    float: left;
    width: 710px;
    margin: 10px 0 0 8px;
    display: inline;
}

.master-wrapper-cph
{
	float: left;
	width: 700px;
	color: #000;
	min-height: 400px;
	padding: 10px 10px 10px 10px;
}

.master-wrapper-center-1
{
	float: left;
	width: 982px;
	background: #FFF;
	display: inline;
}

.master-wrapper-cph-1
{
	float: left;
	width: 962px;
	color: #000;
	min-height: 600px;
	padding: 10px 10px 10px 10px;
}
.master-wrapper-clear
{
    width:982px;
	clear: both;
	float: left;
	font-size: 0;
	height: 10px;
	line-height: 0;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header
{
    padding: 5px;
    height: 34px;
}

.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-top: 9px;
    float: left;
    text-align: left;
    margin-left: 10px;
}

a.logo
{
	background: url('images/logo.png');
	display: block;
	width: 238px;
	height: 134px;
	text-decoration: none;
}

.header-selectors-wrapper
{
	text-align: right;
	float: right;
	width: 500px;
    display:none;/*Set the display to none as they are not needed here, 
    will also conflict with design*/
}

.header-currencyselector
{
	float: right;
}

.header-languageselector
{
	float: left;
}

.header-taxDisplayTypeSelector
{
	float: right;
}

.header-links-wrapper
{
	float: right;
	text-align: right;
	width: 972px;
}

.header-links
{
	display: inline-table;
}

.header-links ul
{
	padding: 0;
	margin: 0;
}

.header-links ul li
{
	list-style: none;
	display: inline;
    line-height:34px;
	padding-right: 5px;
}

.header-links a
{
	color: #7f931d;
	text-decoration: none;
}

.header-links a:hover
{
	text-decoration: underline;
}
/*-------------------------------------------------------------*
MASTER HEADER SPLASH
---------------------------------------------------------------*/
.headersplash
{
    background-position: url('images/bg_header_splash.jpg');
    height: 150px;
    vertical-align: middle;
    background: url('images/bg_header_splash.jpg');
    background-repeat: no-repeat;
    width: 982px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.headermenu
{
    width: 978px;
    color: #FFFFFF;
    height: 44px;
    background-image: url(images/bg_MainMenu.png);
    background-repeat: repeat-x;
    border-style: none;
    padding: 0px 0px 0px 0px;
    margin-left: 2px;
}
.headermenuitem
{
    padding: 0px 0px 0px 8px;
    vertical-align: middle;
    display:inline-block;
    line-height:44px;
    float:left;
}

.headermenu ul
{
	padding: 0;
	margin: 0;
    line-height:40px;
    height:40px;
}

.headermenu li
{
	list-style: none;
	display: inline;
    line-height:44px;
    height:44px;
}

.headermenuitem a
{
	color: #FFF;
    height:44px;
    line-height:44px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}
.headermenuitem a:hover
{
    background-image: url(images/bg_MainMenuhover.png);
    background-repeat: repeat-x;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU - SEARCH BOX 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.searchbox
{
    background-image: url(images/bg_header_searchbox.png);
    text-align: right;
    float: right;
    width: 727px;
    display: inline;
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
}

.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
{
	color: #4f2943;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding-left: 4px;
	padding-bottom: 2px;
}

.category-navigation a:hover
{
	font-weight: normal;
	text-decoration: none;
	display: block;
	background: #ffecfc;
}

.category-navigation .title
{
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 8px 0px 8px;
    background-image: url(images/bg_sidemenu_title.png);
    color: #FFFFFF;
    height: 44px;
    line-height: 44px;
    background-repeat: repeat-x;
}

.category-navigation .treeview
{
    border-width: 0px 1px 1px 1px;
    border-color: #d5d5d5;
    border-style: solid;
    font-size: 1.1em;
    padding: 0px 0px 0px 0px;
    line-height: 30px;
    margin: 0px;
    color: #4f2943;
}

.category-navigation .treeview ul
{
    margin: 0px 0px 0px 0px;
    padding: 5px 10px 5px 10px;
    color: #3664A5;
    background-color: inherit;
}

.category-navigation .treeview ul .li_selected
{
	font-weight: bold;
}

.category-navigation .treeview ul .li_unselected
{   
    border-bottom-style: solid;
 border-bottom-width: 1px;
    border-bottom-color: #f3dded;

}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MANUFACTURER NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.manufacturer-navigation
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.manufacturer-navigation li
{
	list-style: none;
}
.manufacturer-navigation li.separator
{
	height: 1px;
	background: rgb(232, 230, 210);
}

.manufacturer-navigation .title
{
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 8px 0px 8px;
    background-image: url(images/bg_sidemenu_title.png);
    color: #FFFFFF;
    height: 44px;
    line-height: 44px;
    background-repeat: repeat-x;
}

.manufacturer-navigation a
{
	color: #4f2943;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding-left: 4px;
	padding-bottom: 2px;
}
.manufacturer-navigation a:hover
{
	font-weight: normal;
	text-decoration: none;
	display: block;
	background: #ffecfc;
}


.manufacturer-navigation .listbox
{
    border-width: 0px 1px 1px 1px;
    border-color: #d5d5d5;
    border-style: solid;
    font-size: 1.1em;
    padding: 0px 0px 0px 0px;
    line-height: 30px;
    margin: 0px;
    color: #4f2943;
}

.manufacturer-navigation .listbox ul
{
    margin: 0px 0px 0px 0px;
    padding: 5px 10px 5px 10px;
    color: #3664A5;
    background-color: inherit;
}
.manufacturer-navigation .listbox ul .li_unselected
{   
    border-bottom-style: solid;
 border-bottom-width: 1px;
    border-bottom-color: #f3dded;

}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RECENTLY VIEWED PRODUCTS BOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.RecentlyViewedProductsBox
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.RecentlyViewedProductsBox li
{
	list-style: none;
}
.RecentlyViewedProductsBox li.separator
{
	height: 1px;
	background: rgb(232, 230, 210);
}

.RecentlyViewedProductsBox a
{
	color: #4f2943;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding-left: 4px;
	padding-bottom: 2px;
}

.RecentlyViewedProductsBox a:hover
{
	font-weight: normal;
	text-decoration: none;
	display: block;
	background: #ffecfc;
}

.RecentlyViewedProductsBox .title
{
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 8px 0px 8px;
    background-image: url(images/bg_sidemenu_title.png);
    color: #FFFFFF;
    height: 44px;
    line-height: 44px;
    background-repeat: repeat-x;
}

.RecentlyViewedProductsBox .listbox
{
    border-width: 0px 1px 1px 1px;
    border-color: #d5d5d5;
    border-style: solid;
    font-size: 1.1em;
    padding: 0px 0px 0px 0px;
    line-height: 30px;
    margin: 0px;
    color: #4f2943;
}

.RecentlyViewedProductsBox .listbox ul
{
    margin: 0px 0px 0px 0px;
    padding: 5px 10px 5px 10px;
    color: #3664A5;
    background-color: inherit;
}
.RecentlyViewedProductsBox .listbox ul .li_unselected
{   
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #f3dded;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	INFO BLOCK NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.infoblock-navigation
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.infoblock-navigation li
{
	list-style: none;
}

.infoblock-navigation a
{
	color: #4f2943;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding-left: 4px;
	padding-bottom: 2px;
}

.infoblock-navigation a:hover
{
	font-weight: normal;
	text-decoration: none;
	display: block;
	background: #ffecfc;
}

.infoblock-navigation .title
{
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 8px 0px 8px;
    background-image: url(images/bg_sidemenu_title.png);
    color: #FFFFFF;
    height: 44px;
    line-height: 44px;
    background-repeat: repeat-x;
}

.infoblock-navigation .listbox
{
    border-width: 0px 1px 1px 1px;
    border-color: #d5d5d5;
    border-style: solid;
    font-size: 1.1em;
    padding: 0px 0px 0px 0px;
    line-height: 30px;
    margin: 0px;
    color: #4f2943;
}

.infoblock-navigation .listbox ul
{
    margin: 0px 0px 0px 0px;
    padding: 5px 10px 5px 10px;
    color: #3664A5;
    background-color: inherit;
}
.infoblock-navigation .listbox ul .li_unselected
{   
    border-bottom-style: solid;
 border-bottom-width: 1px;
    border-bottom-color: #f3dded;

}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer
{
    width: 982px;
    clear: both;
    height: 183px;
    margin-top: 5px;
    background-image: url(images/bg_footer.png);
}
.footer .top
{
    width: 982px;
    height: 148px;
}
.footer .bottom
{
    width: 982px;
    height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.footer .top .column
{
    height: 138px;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    text-align: left;
}

.footer .top .left ul
{
}
.footer .top .column ul li
{
    list-style-type: none;
    color: #c2e21a;
    font-weight: bold;
}
.footer .top .column ul li a
{
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: normal;
}
.footer .top .column ul li a:hover
{
    text-decoration:underline;
}
.footer a
{
    text-decoration: none;
    color: #FF9900;
}

.footer-disclaimer
{
    float: right;
    font-size: 11px;
    color: #c2e21a;
    margin-right: 10px;
}

.footer-poweredby
{
    float: left;
    font-size: 11px;
    color: #FFFFFF;
    margin-left: 10px;
}
