﻿.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. 
/****************************************************************************************************/


.pagetitle
{
    color: #006699;
    font-weight: bold;
    font-size: 16px;
}

.sectiontitle
{
    color: #006699;
    font-weight: bold;
    font-size: 14px;
}

.moduletitle
{
    color: #006699;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.button, .button:link, .button:visited
{
    font-family: Verdana;
    font-size: 12px;
    cursor: pointer;
    color:#FFFFFF;
    text-decoration: none;
    line-height:23px;
    text-align: center;
    display: block;
    height: 23px;
    width: 70px;
    background-image: url(images/nav-button.png);
    background-color:#333333;
    background-repeat:no-repeat;
    background-position:top center;
    border: 0px;
}
 
.button:hover
{
    background-color:#999999;
    background-position:bottom center;
}

.button_long, .button_long:link, .button_long:visited
{
    font-family: Verdana;
    font-size: 12px;
    cursor: pointer;
    color:#FFFFFF;
    text-decoration: none;
    line-height:23px;
    text-align: center;
    display: block;
    height: 23px;
    width: 100px;
    background-image: url(images/nav-button-long.png);
    background-color:#333333;
    background-repeat:no-repeat;
    background-position:top center;
    border: 0px;
}
 
.button_long:hover
{
    background-color:#999999;
    background-position:bottom center;
}

.button_xlong, .button_xlong:link, .button_xlong:visited
{
    font-family: Verdana;
    font-size: 12px;
    cursor: pointer;
    color:#FFFFFF;
    text-decoration: none;
    line-height:23px;
    text-align: center;
    display: block;
    height: 23px;
    width: 130px;
    background-image: url(images/nav-button-xlong.png);
    background-color:#333333;
    background-repeat:no-repeat;
    background-position:top center;
    border: 0px;
}
 
.button_xlong:hover
{
    background-color:#999999;
    background-position:bottom center;
}

.button_xxlong, .button_xxlong:link, .button_xxlong:visited
{
    font-family: Verdana;
    font-size: 12px;
    cursor: pointer;
    color:#FFFFFF;
    text-decoration: none;
    line-height:23px;
    text-align: center;
    display: block;
    height: 23px;
    width: 150px;
    background-image: url(images/nav-button-xxlong.png);
    background-color:#333333;
    background-repeat:no-repeat;
    background-position:top center;
    border: 0px;
}
 
.button_xxlong:hover
{
    background-color:#999999;
    background-position:bottom center;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER PAGE WRAPPERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.master-wrapper-page
{
	margin: 10px auto;
	width: 830px;
}

.master-wrapper-content
{
	float: left;
	width: 830px;
	margin: 15px 0 0;
	text-align: left;
	background: #555 url(images/bg_container.gif) repeat-x;
}

.master-wrapper-side
{
	float: left;
	width: 180px;
	margin: 0 0 0 10px;
	font-family: arial, helvetica, sans-serif;
	display: inline;
}

.master-wrapper-center
{
	float: left;
	width: 630px;
	margin: 0px 0 0 10px;
	background: url(images/bg_maincolumn.gif) no-repeat left top #FFF;
	display: inline;
}

.master-wrapper-cph
{
	float: left;
	width: 610px;
	color: #000;
	min-height: 600px;
	padding: 10px 10px 10px 10px;
}

.master-wrapper-center-1
{
	float: left;
	width: 830px;
	background: url(images/bg_maincolumn_single.gif) no-repeat left top #FFF;
	display: inline;
}

.master-wrapper-cph-1
{
	float: left;
	width: 810px;
	color: #000;
	min-height: 600px;
	padding: 10px 10px 10px 10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header
{
	padding: 6px 6px 10px 5px;
	height: 60px;
}

.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: 225px;
	height: 60px;
	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: 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;
}

.header-links a:hover
{
	color: #ff9933;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	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 - SEARCH BOX 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.searchbox
{
	float: left;
	width: 180px;
	display: inline;
	padding-left: 5px;
}

.searchbox ul
{
	margin: 0;
	padding: 0;
}

.searchbox ul li
{
	list-style: none;
	float: left;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATEGORY NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-navigation
{
    background: #ffffff url(images/module_title_bg.jpg) repeat-x;
	padding: 10px 5px 10px 5px;
	border: solid 1px #666666;
	text-decoration: none;
}

.category-navigation a
{
	color: #006699;
}

.category-navigation a:hover
{
    color: #ff9933;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MANUFACTURER NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.manufacturer-navigation
{
    background: #ffffff url(images/module_title_bg.jpg) repeat-x;
	padding: 10px 5px 10px 5px;
	border: solid 1px #666666;
	text-decoration: none;
}

.manufacturer-navigation a
{
	color: #006699;
}

.manufacturer-navigation a:hover
{
	color: #ff9933;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RECENTLY VIEWED PRODUCTS BOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.RecentlyViewedProductsBox
{
    background: #ffffff url(images/module_title_bg.jpg) repeat-x;
	padding: 10px 5px 10px 5px;
	border: solid 1px #666666;
	text-decoration: none;
}

.RecentlyViewedProductsBox a
{
	color: #006699;
}

.RecentlyViewedProductsBox a:hover
{
	color: #ff9933;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	INFO BLOCK NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.infoblock-navigation
{
    background: #ffffff url(images/module_title_bg.jpg) repeat-x;
	padding: 10px 5px 10px 5px;
	border: solid 1px #666666;
	text-decoration: none;
}

.infoblock-navigation a
{
	color: #006699;
}

.infoblock-navigation a:hover
{
	color: #ff9933;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer
{
    text-align: center;
	color: #FFF;
	padding: 5px 3px 5px 3px;
}

.footer a
{
	text-decoration: none;
	color: #FFF;
}