﻿.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. 
/****************************************************************************************************/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER PAGE WRAPPERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.master-wrapper-page
{
    position: relative;
    margin: 0;
    width: 920px;
    margin-left: auto;
    margin-right: auto;
}

.master-wrapper-content
{
    position: relative;
    width: 920px;
    margin: 0px;
    text-align: left;
}


.master-wrapper-side
{
    position: absolute;
    width: 260px;
    top: 345px;
    left: 0px;
    font-family: arial, helvetica, sans-serif;
    display: inline;
    min-height: 1200px;
    z-index:4
}

.master-wrapper-center
{
    position: relative;
    top: 45px;
    left: 0px;
    width: 920px;
    min-height: 1000px;
}

.master-wrapper-cph
{
    position: relative;
    left: 0px;
    width: 920px;
    background: #ffffff url(  'images/pinkBg.gif' ) repeat-y;
    margin-bottom: 40px;
    min-height: 1200px;
    padding-bottom: 50px;
    border-top: 15px solid #ffffff;
    border-bottom: 15px solid #ffffff;
}

.master-wrapper-cph div
{
    position: relative;
}

.master-wrapper-center-1
{
    position: relative;
    top: 45px;
    left: 0px;
    width: 920px;
    min-height: 1000px;
}

* html div.master-wrapper-cph{ 
   height: expression( this.scrollHeight < 1200 ? "1200px" : "auto" ); /* sets min-height for IE */
}

.master-wrapper-cph-1
{
    position: relative;
    left: 0px;
    width: 920px;
    margin-bottom: 40px;
    min-height: 1200px;
    padding-bottom: 50px;
    border-top: 15px solid #ffffff;
    border-bottom: 15px solid #ffffff;
    background: #ffffff;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header
{
    padding: 0;
    height: 320px;
    background: #ff0079;
}

.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: 21px;
    float: left;
    text-align: left;
}

a.logo
{
    background: url(  'images/logo.jpg' );
    display: block;
    width: 423px;
    height: 290px;
    text-decoration: none;
}

.header-selectors-wrapper
{
    text-align: right;
    float: right;
    width: 500px;
}

.header-currencyselector
{
    position: absolute;
    left: 805px;
    top: 260px;
   visibility:hidden;
}

.header-languageselector
{
    float: left;
}

.header-taxDisplayTypeSelector
{
    float: right;
}

.header-links-wrapper
{
    position: absolute;
    left:20px;
    z-index: 2;
    top: 3px;
    width: 920px;
}

.header-links
{
    position: relative;
    margin-bottom: 5px;
    display: inline-table;
}

.header-links ul
{
    padding: 0;
    margin: 0;
}

.header-links ul li
{
    list-style: none;
    display: inline;
    padding-right: 5px;
}

.header-links a
{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 80%;
}

li.emailAddress
{
    color: #fce3f3;
    font-size: 80%;
}

.header-links a:hover
{
    text-decoration: underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.headermenu
{
    position: absolute;
    top: 50px;
    width: 915px;
    height: 200px;
    left: 0px;
    z-index: 2;
    color: #ffffff;
    padding: 8px 5px 9px 5px;
    text-align: right;
    vertical-align: middle;
    letter-spacing: 1px;
    margin-bottom: 10px;
   /*visibility:hidden;*/
}

.headermenu ul
{
    padding: 0;
    margin: 0;
}

.headermenu li
{
    list-style: none;
    display: block;
    margin-bottom: 10px;
}

.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;
}

.headermenu a:hover
{
    text-decoration: underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU - SEARCH BOX 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*.searchbox original
{
	position:absolute;
	left:20px;
	top:330px;
	width: 240px;
	display: inline;
	padding-left: 5px;
}*/

.searchbox
{
    position: absolute;
    left: 20px;
    top: 50px;
    width: 240px;
    display: inline;
    padding-left: 5px;
    z-index: 2;
    /*visibility:hidden;*/
}

.searchbox ul
{
    margin: 0;
    padding: 0;
}

.searchbox ul li
{
    list-style: none;
    float: left;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATEGORY NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-navigation
{
    position: absolute;
    width: 260px;
    z-index: 1;
    left: 0px;
    top: 100px;
    /*visibility:hidden;*/
}

.category-navigation li
{
    list-style: none;
    border-bottom: dashed 1px #ffffff;
    width: 260px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.category-navigation a
{
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    margin-left: 30px;
}

.category-navigation .li_selected a, .category-navigation a:hover
{
    color: #ff97c8;
    font-weight: bold;
    text-decoration: none;
}

.category-navigation .title
{
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 30px;
    padding: 7px 10px;
    color: #ffffff;
    background: #ff3092;
}

.category-navigation .treeview
{
    font-size: 13px;
    padding: 0px;
    line-height: 18px;
    margin: 0px;
}

.category-navigation .treeview ul
{
    margin: 0px 0px 0px 0px;
    padding: 0px;
    color: #3664A5;
    background-color: inherit;
}

.category-navigation .treeview ul .li_selected
{
    font-weight: bold;
}

.category-navigation .treeview ul .li_unselected
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MANUFACTURER NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.manufacturer-navigation
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
    visibility:hidden;
}

.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
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
    visibility: hidden;
}

.RecentlyViewedProductsBox li
{
    list-style: none;
}

.RecentlyViewedProductsBox a
{
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}

.RecentlyViewedProductsBox a:hover
{
    font-weight: bold;
    text-decoration: none;
    color: #ff9933;
}

.RecentlyViewedProductsBox .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;
}

.RecentlyViewedProductsBox .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;
}

.RecentlyViewedProductsBox .listbox ul
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    color: #3664A5;
    background-color: inherit;
}

.RecentlyViewedProductsBox .separator
{
    height: 1px;
    line-height: 1px;
    background: #ff9933;
    width: 140px;
    font-size: 1px;
    margin: 5px 0 5px 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	INFO BLOCK NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.infoblock-navigation
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
    visibility: hidden;
}

.infoblock-navigation li
{
    list-style: none;
}

.infoblock-navigation a
{
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}

.infoblock-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;
}

.infoblock-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;
}

.infoblock-navigation .listbox ul
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    color: #3664A5;
    background-color: inherit;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer
{
    position: relative;
    margin-top: 5px;
    height: 30px;
    width: 920px;
    color: #ffffff;
}

.footer a
{
    text-decoration: none;
    color: #ffffff;
}

.footer-disclaimer
{
    float: right;
    font-size: 11px;
    padding-top: 20px;
    padding-right: 20px;
}

.footer-poweredby
{
    float: left;
    font-size: 11px;
    color: #ffffff;
    padding-top: 20px;
    padding-left: 20px;
}

.footer .topStrip
{
    position: relative;
    height: 35px;
    background-color: #ff0079;
    text-align: center;
}

.footer .topStrip h3
{
    position: relative;
    top: 5px;
    color: #ffffff;
}

.footer .bottomStrip
{
    position: relative;
    height: 70px;
    background-color: #ff268d;
}





/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	extra navigation bar - sheryl

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.navBar
{
    position: absolute;
    background-color: #fce600;
    width: 920px;
    height: 55px;
    top: 310px;
    left:0px;
    margin-left: auto;
    margin-right: auto;
    z-index:4;
}

.tabs
{
    position: absolute;
    z-index: 1;
    width: 900px;
    top: 0px;
    height: 55px;
    left: 75px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	image on default page

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.homeImage
{
    position: relative;
    width: 600px;
    height: 330px;
    padding-top: 20px;
    padding-bottom:80px;
    left: -10px;
}

.homeImage .pinkStrip
{
    position: relative;
    left: 300px;
    top: -50px;
    background-color: #ff097e;
    width: 600px;
    height: 30px;
}

.homeImage .pinkStrip p
{
    text-align: center;
    color: white;
    padding-top: 4px;
    word-spacing: 150px;
}

.homeImage .missionStatement
{
    position: relative;
    left:0px;
}







/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	sidebar content on masterpage twocolumn2

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/



.master-wrapper-side .sidebarContent
{
    position: relative;
    z-index: 5;
    color: #ffffff;
    left: -280px;
    top: 40px;
    font-size: 80%;
}

.master-wrapper-side .sidebarContent p
{
    width: 220px;
    text-align:left;
}

.master-wrapper-side .sidebarContent input
{
    margin-left:-10px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	browser note

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.browsernote{
	position:absolute;
	left:615px;
	top:10px;
}

.browsernote p, .browsernote a{
	color:white;
	font-size:12px;
}

 .browsernote a{
	 text-decoration:underline;
 }
