﻿.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 and Kam Tel International (KTI). 
/****************************************************************************************************/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER PAGE WRAPPERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.master-wrapper-page
{
    background: url('images/logo-yellow-modernclean.gif') no-repeat;
    background-position: top right;
}

.master-wrapper-content
{
    margin: auto;
    position: relative;
    text-align: left;
    width: 960px;
}

.master-wrapper-side
{
    display: inline;
    float: left;
    left: 0;
    position: relative;
    top: 10px;
    width: 200px;
}

.master-wrapper-center
{
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    background: transparent url(images/bg-box.png) repeat scroll 0 0 !important; /*#315673;*/
    float: left;
    margin: 0 0 40px;
    padding: 0 20px;
    position: relative;
    top: 10px;
    left: 20px;
    width: 700px;
}

.master-wrapper-cph
{
}

.master-wrapper-center-1
{
}

.master-wrapper-cph-1
{
}


.master-wrapper-wrapper
{
    background: transparent url(images/KTIPiecesleft.gif) repeat-x scroll 0 0;
    background-position:top;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header
{
    padding: 6px 6px 10px 5px;
    height: 60px;
    position: relative;
    top: 95px;
}

.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
{
}

a.logo
{
}


.header-selectors-wrapper
{
    font-family: arial, verdana, helvetica, sans-serif;
    position: relative;
    display: inline;
}

.header-currencyselector
{
    display: inline;
    float: right;
}

.header-languageselector
{
    display: none;
}

.header-taxDisplayTypeSelector
{
    display: none;
}

.header-links-wrapper
{
    display: inline;
    font-family: arial, verdana, helvetica, sans-serif;
    position: relative;
}

.header-links
{
    display: inline;
}

.header-links ul
{
    display: inline;
}

.header-links ul li
{
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    font-family: arial, verdana, helvetica, sans-serif;
    display: inline;
}

.header-links ul li a
{
    color: White; /*#000;*/
}

.headerlinks ul li a:hover
{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.headermenu
{
    width: 960px;
    height: 100px;
    position: relative;
    top: 75px;
    left: 0;
}

.headermenu, .headermenu ul
{
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
    z-index: 100;
}

.headermenu li
{
    float: left;
}

.headermenu a:hover
{
    color: #fff;
    background: url(images/bg-nav.png);
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.headermenu a
{                
    font-family: arial, verdana, helvetica, sans-serif;
    /*color: #e7e7e7;*/
    color:Yellow; 
    font-size: 14px;
    font-weight: bold;
    display: block;
    text-decoration: none;
    padding: 9px 15px;
    text-transform: uppercase;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU - SEARCH BOX 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.searchbox
{
    background: transparent url(images/bg-search.png);
    height: 32px;
    position: absolute;
    right: 0px;
    width: 225px;
    z-index: 9999;
    text-align: left;
    line-height: 32px;
    font-weight: bold;
    padding-left: 5px;
}

.searchboxtext
{
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    left: 60px;
    overflow: hidden;
    position: absolute;
    top: 8px;
    width: 130px;
    z-index: 9999;
}

.searchboxbutton
{
    background: transparent url(images/ico-search.png) no-repeat scroll 0 0;
    border: medium none;
    height: 21px;
    position: absolute;
    right: 0px;
    top: 5px;
    width: 21px;
    font-size: 1%;
    line-height: 0;
    text-align: left;
    text-indent: -10000px;
    z-index: 9999;
    cursor: pointer;
}

.searchboxtext, .searchboxbutton
{
    float: left;
    display: inline;
    vertical-align: middle;
    z-index: 9999;
    /*cursor:pointer;*/
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATEGORY NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-navigation
{
    position: relative;
    padding-bottom: 10px;
    background-color:  #1f3342;
}

.category-navigation li
{
    border-bottom: 1px solid #333333;
    line-height: 13px;
    padding: 10px 0;
    list-style-type: none;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 13px;
}

.category-navigation a
{
}

.category-navigation .title
{
    background: transparent url(images/bg-hi.png) repeat scroll 0 0 !important;
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    color: #48ABB7;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align:center;
    font-weight:bold;    
}

.category-navigation .treeview
{
}

.category-navigation .treeview ul
{
}

.category-navigation .treeview ul .li_selected
{
}

.category-navigation .treeview ul .li_unselected
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MANUFACTURER NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.manufacturer-navigation
{
    position: relative;
    padding-bottom: 10px;
}

.manufacturer-navigation li
{
    text-decoration: none;
    border-bottom: 1px dashed #333333;
    line-height: 13px;
    padding: 10px 0;
    list-style-type: none;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 13px;
}

.manufacturer-navigation a
{
    text-decoration: none;
}

.manufacturer-navigation .title
{
    background: transparent url(images/bg-hi.png) repeat scroll 0 0 !important;
    border-top: 1px dashed #E7E7E7;
    border-bottom: 1px dashed #E7E7E7;
    color: #48ABB7;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.manufacturer-navigation .listbox
{
}

.manufacturer-navigation .listbox ul
{
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RECENTLY VIEWED PRODUCTS BOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.RecentlyViewedProductsBox
{
    position: relative;
    padding-bottom: 10px;
}

.RecentlyViewedProductsBox li
{
    border-bottom: 1px dashed #333333;
    line-height: 13px;
    padding: 10px 0;
    list-style-type: none;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 13px;
}

.RecentlyViewedProductsBox a
{
}

.RecentlyViewedProductsBox a:hover
{
}

.RecentlyViewedProductsBox .title
{
    border-top: 1px dashed #E7E7E7;
    border-bottom: 1px dashed #E7E7E7;
    color: #48ABB7;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.RecentlyViewedProductsBox .listbox
{
}

.RecentlyViewedProductsBox .listbox ul
{
}

.RecentlyViewedProductsBox .separator
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	INFO BLOCK NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.infoblock-navigation
{
    position: relative;
    padding-bottom: 10px;
    background-color: #1f3342;
    padding-left: 0px;
}

.infoblock-navigation li
{
    border-bottom: 2px solid #315673; /*1px dashed #333333;*/
    border-left: 3px ridge Black;
    border-top: 3px ridge Black;
    line-height: 13px;
    padding: 10px 0px;
    list-style-type: none;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 13px;
}

.infoblock-navigation li:hover
{
    background: url(images/bg-nav.png);
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    /*background: #f0f0f0;*/
}

/*.infoblock-navigation a
{
    font-weight:bold;
    color:Yellow;   
}*/


/*=========================================================*/

.infoblock-navigation a:hover
{
    color: #fff;
    /*background: url(images/bg-nav.png);
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;*/
}

.infoblock-navigation a
{                
    font-family: arial, verdana, helvetica, sans-serif;
    /*color: #e7e7e7;*/
    color:Yellow; 
    font-size: 14px;
    font-weight: bold;
    display: block;
    text-decoration: none;
    /*padding: 9px 15px;*/
    text-transform: none;
}


/*=========================================================*/

.infoblock-navigation .title
{
    background: transparent url(images/bg-hi.png) repeat scroll 0 0 !important;
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    color: #48ABB7;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-left:0px;
    text-align:center;
    font-weight:bold;     
}

.infoblock-navigation .listbox
{
    padding-left: 10px;
}

.infoblock-navigation .listbox ul
{
    background-color: #16212a;
    text-align: center;
    width: 95%;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.clearFooter
{
    height:85px;   
}

.footer
{
    bottom: 0px;
    background: transparent url(images/bg-footer-gray-blue-yellow.gif) repeat-x scroll 0 0;
    background-position:bottom;  
    height: 75px;
    width: 100%;
    clear: both;
    display: inline;
    float: left;
    /*position: absolute;*/
}

.footer a
{
    color: #fff;
}

.footer-disclaimer
{
    /*color: #48ABB7;*/
    color:white;  
    font-weight:bold;  
    margin: auto;
    position: relative;
    text-align: right;
    top: 30px;
    width: 960px;
    font-size:10pt; 
}

.footer-poweredby
{
    /*background: url('images/img_woothemes.jpg') no-repeat;*/
    padding-left: 100px;
    /*color: #48ABB7;*/
    /*color:#16212a;*/
    color:white; 
    font-weight:bold;   
    margin: auto;
    position: relative;
    text-align: left;
    top: 10px;
    left: 0px;
    width: 960px;
    font-size:10pt; 
}

.footer-poweredby a:link
{
    color:yellow; 
    text-decoration:none;
    font-weight: bold; 
}

.footer-poweredby a:hover
{
    color:red; 
    text-decoration:none;    
    font-weight:bold;
}

.footer-poweredby a:visited
{
    color:Aqua;
    text-decoration:underline;
    font-weight: bold;  
}