﻿/****************************************************************************************************/
/* 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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

*, html, body
{
	padding: 0;
	margin: 0px;
}

body
{
	background: url(images/bg-main.jpg);
	background-color: #4C7094;
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
}
	
#content
{
	background: url(images/bg_content.png);
	background-position: top;
	background-repeat: repeat-y;
	width: 1000px;
	height: auto;
	margin: 0 auto;
}

p
{
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 12px;
	color: #002744;
}

.master-wrapper-page
{
	margin: 0px auto;
	width: 1000px;
}

.master-wrapper-content
{
	float: left;
	width: 1000px;
	text-align: left;
}

.master-wrapper-side
{
	float: left;
	width: 180px;
	margin: 0 0 0 10px;
	font-family: arial, helvetica, sans-serif;
	display: inline;
}

.master-wrapper-center
{
	width: 100%;
	margin: 0 0 0 0;
}

.master-wrapper-cph
{
    min-height: 770px;
	padding: 0px 5px 5px 5px;
}

.master-wrapper-center-1
{
    width: 100%;
	margin: 0 0 0 0;
}

.master-wrapper-cph-1
{
    min-height: 770px;
	padding: 0px 5px 5px 5px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#header
{
	width: 980px;
	height: 111px;
	margin: 0 auto;
	--background: url(images/header.jpg);
	background-color: #04244B;
}

.header .icon
{
	vertical-align: middle;
}

.ico-register
{
	background: url('images/ico-register.png') no-repeat;
	padding-left: 20px;
	height: 20px;
}

.ico-login
{
	background: url('images/ico-login.png') no-repeat;
	padding-left: 20px;
}

.ico-logout
{
	background: url('images/ico-logout.gif') no-repeat;
	padding-left: 20px;
}

.ico-inbox
{
	background: url('images/ico-inbox.gif') no-repeat;
	padding-left: 20px;
}

.ico-cart
{
	background: url('images/ico-cart.png') no-repeat;
	padding-left: 20px;
}

.ico-wishlist
{
	background: url('images/ico-wishlist.png') no-repeat;
	padding-left: 20px;
}

.ico-admin
{
	background: url('images/ico-admin.png') 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: 225px;
	height: 60px;
	text-decoration: none;
}

.header-selectors-wrapper
{
	text-align: right;
	float: right;
	width: 500px;
	margin-right:5px;
}

.header-currencyselector
{
	float: right;
}

.header-languageselector
{
	float: left;
}

.header-taxDisplayTypeSelector
{
	float: right;
}

.header-links-wrapper
{
	float: right;
	text-align: right;
	width: 100%;
}

.header-links
{
	padding: 5px 5px 3px 5px;
	margin-bottom: 5px;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif; 
    font-size: 12px;
	color: #FFFFFF;
}

.header-links ul
{
	padding: 0;
	margin: 0;
}

.header-links ul li
{
	list-style: none;
	display: inline;
	padding-right: 2px;
}

.header-links a
{
    font-family: Verdana, Geneva, sans-serif; 
    font-size: 12px;
	color: #FFFFFF;
	padding-bottom: 4px;
	text-decoration: none;
}

.header-links a:hover
{
	text-decoration:none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.headermenu
{
	color: #FFFFFF;
	background: #4C7094;
	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 - SEARCH BOX 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.searchbox
{
	float: right;
	width: 98%;
	display: inline;
	padding-left: 5px;
}

.searchbox ul
{
	margin: 0;
	padding: 0;
}

.searchbox ul li
{
	list-style: none;
	float: left;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATEGORY NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-navigation
{
    float: left;
    width: 99%;
	margin-bottom: 15px;
	padding-left: 0;
	background-color: #FFFFFF;
	border: solid 1px #C8C8C8;
}

.category-navigation li
{
    list-style: url(images/bullet.gif);
    padding: 3px 0px 3px 0px;
}

.category-navigation a
{
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 12px;
	color: #002744;
}

.category-navigation .li_selected a
{
	color: #ff9933;
	font-weight: bold;
	text-decoration: none;
}

.category-navigation .title
{
	text-transform: uppercase;
	font-family:"Times New Roman", Times, Serif;
	font-size:16px;
	color:#002744;
	font-weight:bold;
	padding: 6px 3px 0px 10px;
	--width: 226px;
	height: 32px;
	background:url(images/title_bg_side.jpg);
	background-position:top;
}

.category-navigation .treeview
{
	font-size: 11px;
	padding: 0px 0px 12px 0px;
	line-height: 18px;
	margin: 0px;
	background-image:url(images/bg_module_side.jpg); 
	background-position:top; 
	background-repeat:repeat-x; 
}

.category-navigation .treeview ul
{
    padding-top: 6px;
	padding-left: 28px;
}

.category-navigation .treeview ul .li_selected
{
	font-weight: bold;
}

.category-navigation .treeview ul .li_unselected
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MANUFACTURER NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.manufacturer-navigation
{
    float: left;
    width: 99%;
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.manufacturer-navigation li
{
	list-style: none;
}

.manufacturer-navigation a.inactive
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.manufacturer-navigation a.active
{
	color: #ff9933;
	font-weight: bold;
	text-decoration: none;
}

.manufacturer-navigation .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px;
	color: #ff9933;
	background: #333 url(images/bg_sidebar_title.gif) no-repeat;
}

.manufacturer-navigation .listbox
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	background: #404040 url(images/bg_sidebar_block.gif) no-repeat left bottom;
	margin: 0px;
}

.manufacturer-navigation .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #3664A5;
	background-color: inherit;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RECENTLY VIEWED PRODUCTS BOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.RecentlyViewedProductsBox
{
    float: left;
    width: 99%;
    margin-bottom: 15px;
	padding-left: 0;
	background-color: #FFFFFF;
	border: solid 1px #C8C8C8;
}

.RecentlyViewedProductsBox li
{
    list-style: url(images/bullet.gif);
    padding: 3px 0px 3px 0px;
}

.RecentlyViewedProductsBox a
{
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 12px;
	color: #002744;
}

.RecentlyViewedProductsBox a:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #ff9933;
}

.RecentlyViewedProductsBox .title
{
    text-transform: uppercase;
	font-family:"Times New Roman", Times, Serif;
	font-size:14px;
	color:#002744;
	font-weight:bold;
	padding: 6px 3px 0px 10px;
	--width: 226px;
	height: 32px;
	background:url(images/title_bg_side.jpg);
	background-position:top;
}

.RecentlyViewedProductsBox .listbox
{
    font-size: 11px;
	padding: 0px 0px 12px 0px;
	line-height: 18px;
	margin: 0px;
	background-image:url(images/bg_module_side.jpg); 
	background-position:top; 
	background-repeat:repeat-x; 
}

.RecentlyViewedProductsBox .listbox ul
{
    padding-top: 6px;
	padding-left: 28px;
}

.RecentlyViewedProductsBox li.separator
{
	display: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	INFO BLOCK NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.infoblock-navigation
{
    float: left;
    width: 99%;
	margin-bottom: 15px;
	padding-left: 0;
	background-color: #FFFFFF;
	border: solid 1px #C8C8C8;
}

.infoblock-navigation li
{
    list-style: url(images/bullet.gif);
    padding: 3px 0px 3px 0px;
}

.infoblock-navigation a
{
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 12px;
	color: #002744;
}

.infoblock-navigation .title
{
	text-transform: uppercase;
	font-family:"Times New Roman", Times, Serif;
	font-size:16px;
	color:#002744;
	font-weight:bold;
	padding: 6px 3px 0px 10px;
	--width: 226px;
	height: 32px;
	background:url(images/title_bg_side.jpg);
	background-position:top;
}

.infoblock-navigation .listbox
{
    font-size: 11px;
	padding: 0px 0px 12px 0px;
	line-height: 18px;
	margin: 0px;
	background-image:url(images/bg_module_side.jpg); 
	background-position:top; 
	background-repeat:repeat-x; 
}

.infoblock-navigation .listbox ul
{
	padding-top: 6px;
	padding-left: 28px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer
{
	clear: both;
	height: 30px;
	padding: 5px 3px 5px 3px;
}

/*.footer a
{
	text-decoration: none;
	color: #FFF;
}*/

.footer-disclaimer
{
    text-align:center;
	font-size: 12px;
	color: #FFF;
}

/*.footer-poweredby
{
	float: left;
	font-size: 11px;
}*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#main-menu
{
	height: 36px; 
	width: 980px; 
	margin: 0 auto;
}

.menu1td
{
	background: url(images/menu-myaccount_btn.jpg);
}

#menu1
{
	width: 131px;
	height: 36px;
	background: url(images/menu-myaccount_btn.jpg);
	display: block;
}

#menu1:hover
{
	background: url(images/menu-myaccount_btn_over.jpg);
}

.menu2td
{
	background: url(images/menu-businessaccounts_btn.jpg);
}

#menu2
{
	width: 131px;
	height: 36px;
	background: url(images/menu-businessaccounts_btn.jpg);
	display: block;
}

#menu2:hover
{
	background: url(images/menu-businessaccounts_btn_over.jpg);
}

.menu3td
{
	background: url(images/menu-about_btn.jpg);
}

#menu3
{
	width: 131px;
	height: 36px;
	background: url(images/menu-about_btn.jpg);
	display: block;
}

#menu3:hover
{
	background: url(images/menu-about_btn_over.jpg);
}

.menu4td
{
	background: url(images/menu-quality_btn.jpg);
}

#menu4
{
	width: 131px;
	height: 36px;
	background: url(images/menu-quality_btn.jpg);
	display: block;
}

#menu4:hover
{
	background: url(images/menu-quality_btn_over.jpg);}

.menu5td
{
	background: url(images/menu-learningcenter_btn.jpg);
}

#menu5
{
	width: 131px;
	height: 36px;
	background: url(images/menu-learningcenter_btn.jpg);
	display: block;
}

#menu5:hover
{
	background: url(images/menu-learningcenter_btn_over.jpg);
}

.menu6td
{
	background: url(images/menu-customerservice_btn.jpg);
}

#menu6
{
	width: 131px;
	height: 36px;
	background: url(images/menu-customerservice_btn.jpg);
	display: block;
}

#menu6:hover
{
	background: url(images/menu-customerservice_btn_over.jpg);
}

.menu-background
{
    background: url(images/menubg.jpg);  
}

.titleside
{
	width: 226px;
	height: 39px;
	background: url(images/title_bg_side.jpg);
}

.titlemain
{
	width: 100%;
	height: 39px;
	background: url(images/title_bg_main.jpg);
}

.banner-title
{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #002744;
	font-weight: lighter;
}

h2
{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #002744;
	font-weight: lighter;
	padding: 7px 0 0 7px;
}
	
h3
{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #002744;
	font-weight: bold;
	padding: 7px 0 0 7px;
}

.tnrow
{ 
    margin: 0 auto; 
    clear: both;
    background: url(images/bg_contmid.jpg); 
    background-position: bottom; 
    background-repeat: repeat-x; 
    background-color: #FFFFFF; 
    text-align: center;
}

.tnrow .tn{
	margin: 10px 8px;
	_margin: 0px 6px;
	text-align: center;
}

.tnrow .tn .tnimage
{ 
    margin-bottom: 5px; 
    border: solid 1px #C8C8C8; 
    padding: 5px; 
    margin: 5px 0px 5px 0px; 
    background-color: #FFFFFF;
}

.tnrow .tn .more
{ 
    margin-top: 5px; 
    display: inline-block; 
}