﻿/****************************************************************************************************/
/* 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: 0px auto;
	width: 970px;
}

.master-wrapper-content
{
	float: left;
	width: 970px;
	margin:0px 0 0;
	text-align: left;
	background: #fff repeat-x;
}

.master-wrapper-side-left
{
	float: left;
	width: 180px;
	padding:5px;
	margin-left:5px;
	/*margin: 15px 0 0 10px;*/
	font-family: arial, helvetica, sans-serif;
	display: inline;
}
.master-wrapper-side-right
{
	float: left;
	width: 180px;
	margin-left:10px;
	padding:5px;
	font-family: arial, helvetica, sans-serif;
	display: inline;
}

.master-wrapper-center
{
	float: left;
	width: 510px;
	margin: 0px 0 0 0px;
	display: inline;
}

.master-wrapper-cph
{
	float: left;
	width: 500px;
	background: #fff url(images/bg_content.gif) no-repeat right top;
	color: #000;
	min-height: 400px;
	padding: 10px 10px 10px 10px;
}

.PageCenter
{
	background:url('images/content-bg.png') repeat-y;
}

.PageCenter2
{
	background:url('images/content-top-bg.png') no-repeat;
	padding:10px 30px 0px 30px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header
{
	height:190px;
	padding:0px 0px 10px 0px;
	vertical-align: top;
	background:url('images/header-bg.jpg') no-repeat;
	position: relative;
}
.header h1 {position: absolute; top: 10px; left: 70px; width: 300px; font-size: 16px; font-weight: bold; color: #FFF;}

.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
{
position: absolute; top: 58px; left: 79px;
}


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: 400px;
}

.header-currencyselector
{
	float: right;
}

.header-languageselector
{
	float: left;
}

.header-links-wrapper
{
	float: right;
	text-align: right;
	width: 570px;
}

.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;
}

.headerlinks a:hover
{
	color: #ff9933;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.headermenu
{
	padding: 0px 0px 0px 20px;
	margin-bottom:8px;
	/*margin-top:35px;*/
	color: #f58220;
	height: 36px;	
	line-height: 36px;	
	display:block;
	/*background:#333333 none repeat scroll 0 0;*/
}

.headermenu .left
{
	vertical-align:middle;
	 float: left;
	 white-space:nowrap;
}
.headermenu .left a
{
	 color:#f58220;
}

.headermenu .right
{
	vertical-align:middle;
	 float: right;
	 text-align:right;
	 padding-right:10px;
}

.headermenu .MenuLink
{
	color: #f58220;
	text-decoration: none;
	background-color: inherit;
	text-transform: uppercase;
	font-size:1em;
	font-weight: normal;
	font-family:Arial;
	vertical-align: middle;
	padding:0px 8px 0px 7px;
}
.headermenu .MenuLink:hover
{
	text-decoration: none;
}

.headermenu .MenuSeparator
{
	/*width: 25px;*/
	margin-left:5px;
	margin-right:0px;
	border-left:1px solid #f58220s;
	display: inline-block;
}

.PageHeaderBar
{
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	color: #FFFFFF;
	height: 35px;	
	background:#003300 none repeat scroll 0 0;/*dbdbdb*/
	display:block;
}

.PageHeaderBar .Contact
{
	font-size:large;
	float:right;
	vertical-align: bottom;
	padding-right:5px;
	padding-top: 7px;
}

.PageHeaderBar .Welcome
{
	float:left;
	padding-top: 14px;
	padding-left:5px;
}

.PageHeaderBar .Welcome a
{
	color:White;
}
/*
.headermenu2
{
	color: #FFFFFF;
	background: #3a3a3a;
	padding: 8px 5px 9px 5px;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	letter-spacing: 2px;
}

.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: left;
	width: 180px;
	display: inline;
	padding-left: 5px;
}

.searchbox ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.searchbox ul li
{
	list-style: none;
	float: left;
}


/****************************/
/* Category navigation
/****************************/
.category-navigation
{
	margin-bottom:15px;
	margin-right:0px;
	padding-bottom:5px;
	padding-left:0;
}

/*
.category-navigation a
{
	color:Black;
}
*/

.category-navigation .title
{
	padding:0px 10px 0px 15px;
	font-weight: bold;
	text-transform: uppercase;
	color:#f58220;
	background:#003300 url('images/side-header-bg.png') no-repeat;
	cursor:pointer;
	display:block;
	height:25px;
	line-height:25px;
}

.category-navigation .title .left
{
	float: left; vertical-align:middle;
}

.category-navigation .title .right
{
	float: right; vertical-align:middle; height:25px;
}

.category-navigation .treeview
{
	margin: 0px 0 0px 0;
	padding: 5px 0 0px 0;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #555D65;
	background-color: inherit;
	border:2px solid #003300;
	border-top:0px solid #003300;
	border-bottom:0px solid #003300;
	/*background:url('images/side-content-bg.png') no-repeat bottom;*/
}

.category-navigation .treeview ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #3664A5;
	background-color: inherit;
	list-style-type: none;
}
.category-navigation .treeview ul .li_selected
{
	font-weight: bold;
}
.category-navigation .treeview ul .li_unselected
{
}
.category-navigation .blockfooter
{
	height:14px;
	background:url('images/side-content-bg.png') no-repeat bottom;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RECENTLY VIEWED PRODUCTS BOX

*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.RecentlyViewedProductsBox
{
	margin-bottom:15px;
	margin-right:0px;
	padding-bottom:5px;
	padding-left:0;
}

/*
.RecentlyViewedProductsBox a
{
	color:Black;
}
*/

.RecentlyViewedProductsBox .title
{
	padding:0px 10px 0px 15px;
	font-weight: bold;
	text-transform: uppercase;
	color:#f58220;
	background:#003300 url('images/side-header-bg.png') no-repeat;
	cursor:pointer;
	display:block;
	height:25px;
	line-height:25px;
}

.RecentlyViewedProductsBox .title .left
{
	float: left; vertical-align:middle;
}

.RecentlyViewedProductsBox .title .right
{
	float: right; vertical-align:middle; height:25px;
}

.RecentlyViewedProductsBox .listbox
{
	margin: 0px 0 0px 0;
	padding: 5px 0 0px 0;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #555D65;
	background-color: inherit;
	border:2px solid #003300;
	border-top:0px solid #003300;
	border-bottom:0px solid #003300;
}

.RecentlyViewedProductsBox .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #3664A5;
	background-color: inherit;
	list-style-type:none;
}
.RecentlyViewedProductsBox .blockfooter
{
	height:14px;
	background:url('images/side-content-bg.png') no-repeat bottom;
}

/****************************/
/* Manufacturer navigation
/****************************/
.manufacturer-navigation
{
	margin-bottom:15px;
	padding-bottom:5px;
	padding-left:0;
}

/*
.manufacturer-navigation a
{
	color:Black;
}
*/

.manufacturer-navigation .title
{
	padding:0px 10px 0px 15px;
	font-weight: bold;
	text-transform: uppercase;
	color:#f58220;
	background:#003300 url('images/side-header-bg.png') no-repeat;
	cursor:pointer;
	display:block;
	height:25px;
	line-height:25px;
}

.manufacturer-navigation .title .left
{
	float: left; vertical-align:middle;
}

.manufacturer-navigation .title .right
{
	float: right; vertical-align:middle; height:25px;
}

.manufacturer-navigation .listbox
{
	margin: 0px 0 0px 0;
	padding: 5px 0 0px 0;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #555D65;
	background-color: inherit;
	border:2px solid #003300;
	border-top:0px solid #003300;
	border-bottom:0px solid #003300;
}

.manufacturer-navigation .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #3664A5;
	background-color: inherit;
	list-style-type: none;
}
.manufacturer-navigation .blockfooter
{
	height:14px;
	background:url('images/side-content-bg.png') no-repeat bottom;
}


/****************************/
/* Info block
/****************************/
.infoblock-navigation
{
	margin-bottom:15px;
	padding-bottom:5px;
	padding-left:0;
}

/*
.infoblock-navigation a
{
	color:Black;
}
*/

.infoblock-navigation .title
{
	padding:0px 10px 0px 15px;
	font-weight: bold;
	text-transform: uppercase;
	color:#f58220;
	background:#003300 url('images/side-header-bg.png') no-repeat;
	cursor:pointer;
	display:block;
	height:25px;
	line-height:25px;
}

.infoblock-navigation .title .left
{
	float: left; vertical-align:middle;
}

.infoblock-navigation .title .right
{
	float: right; vertical-align:middle; height:25px;
}


.infoblock-navigation .listbox
{
	margin: 0px 0 0px 0;
	padding: 5px 0 0px 0;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #555D65;
	background-color: inherit;
	border:2px solid #003300;
	border-top:0px solid #003300;
	border-bottom:0px solid #003300;
}

.infoblock-navigation .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #3664A5;
	background-color: inherit;
	list-style-type: none;
}
.infoblock-navigation .blockfooter
{
	height:14px;
	background:url('images/side-content-bg.png') no-repeat bottom;
}

/****************************/
/* Currency block
/****************************/
.currencyblock-navigation
{
	margin-bottom:15px;
	padding-bottom:5px;
	padding-left:0;
}

/*
.currencyblock-navigation a
{
	color:Black;
}
*/

.currencyblock-navigation .title
{
	padding:0px 10px 0px 15px;
	font-weight: bold;
	text-transform: uppercase;
	color:#f58220;
	background:#003300 url('images/side-header-bg.png') no-repeat;
	cursor:pointer;
	display:block;
	height:25px;
	line-height:25px;
}

.currencyblock-navigation .title .left
{
	float: left; vertical-align:middle;
}

.currencyblock-navigation .title .right
{
	float: right; vertical-align:middle; height:25px;
}

.currencyblock-navigation .dropdown
{
	margin: 0px 0 0px 0;
	padding: 10px 0 0px 10px;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #555D65;
	background-color: inherit;
	border:2px solid #003300;
	border-top:0px solid #003300;
	border-bottom:0px solid #003300;
}
.currencyblock-navigation .blockfooter
{
	height:14px;
	background:url('images/side-content-bg.png') no-repeat bottom;
}
.currencyblock-navigation .blockfooter
{
	height:14px;
	background:url('images/side-content-bg.png') no-repeat bottom;
}

/****************************/
/* Language Box
/****************************/
.languageblock-navigation
{
	margin-bottom:15px;
	padding-bottom:5px;
	padding-left:0;
}

/*
.languageblock-navigation a
{
	color:Black;
}
*/

.languageblock-navigation .title
{
	padding:0px 10px 0px 15px;
	font-weight: bold;
	text-transform: uppercase;
	color:#f58220;
	background:#003300 url('images/side-header-bg.png') no-repeat;
	cursor:pointer;
	display:block;
	height:25px;
	line-height:25px;
}

.languageblock-navigation .title .left
{
	float: left; vertical-align:middle;
}

.languageblock-navigation .title .right
{
	float: right; vertical-align:middle; height:25px;
}

.languageblock-navigation .dropdown
{
	margin: 0px 0 0px 0;
	padding: 10px 0 0px 10px;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #555D65;
	background-color: inherit;
	border:2px solid #003300;
	border-top:0px solid #003300;
	border-bottom:0px solid #003300;
}

.languageblock-navigation .dropdown .dropDownLists
{
	width:152px;
}
.languageblock-navigation .blockfooter
{
	height:14px;
	background:url('images/side-content-bg.png') no-repeat bottom;
}


/****************************/
/* Search Box
/****************************/
.searchblock-navigation
{
	margin-bottom:15px;
	padding-bottom:5px;
	padding-left:0;
}

/*
.searchblock-navigation a
{
	color:Black;
}
*/

.searchblock-navigation .title
{
	padding:0px 10px 0px 15px;
	font-weight: bold;
	text-transform: uppercase;
	color:#f58220;
	background:#003300 url('images/side-header-bg.png') no-repeat;
	cursor:pointer;
	height:25px;
	line-height:25px;
}

.searchblock-navigation .title .left
{
	float: left; vertical-align:middle;
}

.searchblock-navigation .title .right
{
	float: right; vertical-align:middle; height:25px;
}

.searchblock-navigation .content
{
	margin: 0px 0 0px 0;
	padding: 10px 0 0px 10px;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #555D65;
	background-color: inherit;
	border:2px solid #003300;
	border-top:0px solid #003300;
	border-bottom:0px solid #003300;
	display:block;
	list-style-type: none;
}

.searchblock-navigation .blockfooter
{
	height:14px;
	background:url('images/side-content-bg.png') no-repeat bottom;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer
{
	background:url('images/footer-bg.png') no-repeat;
	/*border-style:solid none none;
	border-top:4px solid #666666;*/
	padding:45px 40px 80px 40px;
	vertical-align: bottom;
	clear: both;
	height:auto;
}

.footer a
{
	text-decoration: none;
	color: #000;
}

.footer-disclaimer
{
	float: right;
	text-align:right;
	font-size: 11px;
}

.footer-poweredby
{
	float: left;
	font-size: 11px;
}

