﻿.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, IndigoTea 
/****************************************************************************************************/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER PAGE WRAPPERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.master-wrapper-page
{
	margin:   20px auto 20px auto;
	width: 950px;
	background: #8b5825;
	background-image:url(images/parchment_bkg.jpg);
	background-repeat:repeat-y;
    -moz-border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    -webkit-border-radius:8px;
    padding:0 0 5px 0;

}

.master-wrapper-content
{
	/*width: 940px;*/
	text-align: left;
}

.master-wrapper-side /*left container*/
{
	float: left;
	width: 210px;
	margin: 0 0 0 20px;
	font-family: Times New Roman, Serif;
	display: inline;
}

.master-wrapper-center
{
	float: left;
	width: 680px;
	margin: 0px 0 0 10px;
	display: inline;
}

.master-wrapper-cph /*center container */
{
	float: left;
	width: 680px;
	min-height: 400px;
	padding: 10px 10px 10px 10px;
	
	
	
	
}

.master-wrapper-center-1
{
	float: left;
	width: 860px;
	display: inline;
	-moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-style:solid;
    border-color:#671400;
    border-width:1px;
    background-image:url(images/welcome_bkg.png);
    background-repeat:repeat-x;
    background-color:#990000;
    margin-top:10px;
    margin-left:20px;
    margin-right:10px;
    margin-bottom:20px;
    padding:20px;
}

.master-wrapper-cph-1
{
	float: left;
	width: 810px;
	min-height: 600px;
	
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header
{
	padding: 0px;
	height: 170px;
    background-image:url('images/brick_stripes_01.png');
    	-moz-border-radius-topleft:8px;
    -moz-border-radius-topright:8px;
    -webkit-border-top-left-radius:8px;
    -webkit-border-top-right-radius:8px;

}

.header .icon
{
	vertical-align: bottom;
}

.header .ico-register
{
	/*background: url('images/ico-register.gif') no-repeat;*/
	padding-left: 20px;
	padding-bottom: 5px;
}

.header .ico-login
{
	/*background: url('images/ico-login.gif') no-repeat;*/
	padding-left: 20px;
	padding-bottom: 5px;
}

.header .ico-logout
{
	/*background: url('images/ico-logout.gif') no-repeat;*/
	padding-left: 20px;
	padding-bottom: 5px;
}

.header .ico-inbox
{
	/*background: url('images/ico-inbox.gif') no-repeat;*/
	padding-left: 20px;
	padding-bottom: 5px;
}

.header .ico-cart
{
	/*background: url('images/ico-cart.gif') no-repeat;*/
	padding-left: 20px;
	padding-bottom: 5px;
}

.header .ico-wishlist
{
	/*background: url('images/ico-wishlist.gif') no-repeat;*/
	padding-left: 20px;
	padding-bottom: 5px;
}

.header .ico-admin
{
	/*background: url('images/ico-admin.gif') no-repeat;*/
	padding-left: 20px;
	padding-bottom: 5px;
}

.header-logo
{
	margin-top: 5px;
	margin-bottom:10px;
	/*float: left;*/
	text-align: left;
	padding:5px;
}

a.logo
{
	background: url('images/dreamhats_logo_trans.png');
	display: block;
	width: 950px;
	height: 125px;
	text-decoration: none;
	text-align:center;
	background-repeat:no-repeat;
	background-position:center top;
}

.header-selectors-wrapper
{
	text-align: right;
	float: right;
	width: 500px;
	display:none;
}

.header-currencyselector
{
	float: right;
}

.header-languageselector
{
	float: left;
}

.header-taxDisplayTypeSelector
{
	float: right;
}

.header-links-wrapper
{
	/*float: right;*/
	text-align: right; 
	vertical-align:middle;
	width: 100%;
	background-color:#483628;
	margin-left:0px;
	margin-top:0px;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#640000;
	height:24px!important;
	padding-top:5px;
	    	-moz-border-radius-topleft:8px;
    -moz-border-radius-topright:8px;
    -webkit-border-top-left-radius:8px;
    -webkit-border-top-right-radius:8px;

}

.header-links
{
	
	padding: 1px 15px 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:#9e6b40;
	text-decoration: none;
	font-size:10px;
	font-weight:bold;
	font-style:italic;
}

.header-links a:hover
{
	color:#cfa16b;
	text-decoration: underline;
	font-size:10px;
	font-weight:bold;
	font-style:italic;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.headermenu
{
	color: #ffae73;
	background-image:url("images/nav_under_bkg.png");
	text-align: center;
	height: 38px!important;
	width:100%;
	vertical-align: middle;
	margin: 0 5px -5px 0px;
	padding-top:3px;
	padding-bottom: 10px;
	background-repeat:repeat-x;
}

.headermenu ul
{
	padding: 0;
	margin:0 0 0 0px;
}

.headermenu li
{
	list-style: none;
	display: inline;
}

.headermenu a
{
	color: #ffae73;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
	font-style:italic;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}

.headermenu a:hover
{
	color: #ffffb1;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;

	background-image:url("images/brick_curly_01.jpg");
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU - SEARCH BOX 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.searchbox
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.searchbox li
{
	list-style: none;
}

.searchbox a
{
    font-size:9pt;
}

.searchbox a:hover
{
}

.searchbox .title
{
	font-size: 11pt;
	font-weight: bolder;
	font-style:italic;
	padding: 3px 12px;
	color:#940000;
	background-image:url('images/subHeader_bkg.png');
	height:24px!important;
	-moz-border-radius-topleft:8px;
    -moz-border-radius-topright:8px;
    -webkit-border-top-left-radius:8px;
    -webkit-border-top-right-radius:8px;
    margin-bottom:-4px;
    z-index:5;
    position:relative;
    
    border-top-style:solid;
    border-top-width:1px;
    border-top-color:#640000;
    border-left-style:solid;
    border-left-width:1px;
    border-left-color:#671400;
    border-right-style:solid;
    border-right-width:1px;
    border-right-color:#671400;
}

.searchbox .listbox
{
	padding: 5px 10px 10px;
	line-height: 18px;
	margin: 0px;
	background-image:url('images/brick_curly_01.jpg');
	-moz-border-radius-bottomleft:8px;
    -moz-border-radius-bottomright:8px;
    -webkit-border-bottom-left-radius:8px;
    -webkit-border-bottom-right-radius:8px;
    z-index:4;
    position:relative;
    border-width:1px;
    border-style:solid;
    border-color:#671400;
}

.searchbox .listbox ul
{
	margin-top: 10px;
	padding: 0px 0px 0px 10px;
	margin-left: 5px;
	width: 172px;

}

.searchbox .listbox ul li
{
    display: inline;
	list-style: none; 
	
}

.searchbox li.separator
{
	height: 1px;
	background: rgb(232, 230, 210);
	width: 140px;
	margin: 5px 0 5px 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATEGORY NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-navigation
{
	margin-bottom: 15px;
	margin-top:15px;
	padding-bottom: 5px;
	padding-left: 0;
	padding-top:5px;
}

.category-navigation li
{
	list-style: none;
}

.category-navigation a
{
}



.category-navigation .title
{
	font-size: 11pt;
	font-weight: bolder;
	font-style:italic;
	padding: 3px 12px;
	color:#940000;
	background-image:url('images/subHeader_bkg.png');
	height:24px!important;
	-moz-border-radius-topleft:8px;
    -moz-border-radius-topright:8px;
    -webkit-border-top-left-radius:8px;
    -webkit-border-top-right-radius:8px;
    margin-bottom:-4px;
    z-index:5;
    position:relative;
    
    border-top-style:solid;
    border-top-width:1px;
    border-top-color:#640000;
    border-left-style:solid;
    border-left-width:1px;
    border-left-color:#671400;
    border-right-style:solid;
    border-right-width:1px;
    border-right-color:#671400;
}





.category-navigation .treeview
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	margin: 0px;
	background-image:url('images/brick_stripes_01.png');
	-moz-border-radius-bottomleft:8px;
    -moz-border-radius-bottomright:8px;
    -webkit-border-bottom-left-radius:8px;
    -webkit-border-bottom-right-radius:8px;
    z-index:4;
    position:relative;
    border-width:1px;
    border-style:solid;
    border-color:#671400;

}

.category-navigation .treeview ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #3664A5;
	background-color: inherit;
}

.category-navigation .treeview ul .li_selected
{
	font-weight: bold;
}

.category-navigation .treeview ul .li_unselected
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HAT FACTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.hatFacts
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.hatFacts li
{
	list-style: none;
}

.hatFacts a
{
    font-size:9pt;
}

.hatFacts a:hover
{
}

.hatFacts .title
{
	font-size: 11pt;
	font-weight: bolder;
	font-style:italic;
	padding: 3px 12px;
	color:#940000;
	background-image:url('images/subHeader_bkg.png');
	height:24px!important;
	-moz-border-radius-topleft:8px;
    -moz-border-radius-topright:8px;
    -webkit-border-top-left-radius:8px;
    -webkit-border-top-right-radius:8px;
    margin-bottom:-4px;
    z-index:5;
    position:relative;
    
    border-top-style:solid;
    border-top-width:1px;
    border-top-color:#640000;
    border-left-style:solid;
    border-left-width:1px;
    border-left-color:#671400;
    border-right-style:solid;
    border-right-width:1px;
    border-right-color:#671400;
}

.hatFacts .listbox
{
    font-size:10pt;
	padding: 10px 10px 10px;
	line-height: 18px;
	margin: 0px;
	background-image:url('images/brick_cross_01.jpg');
	-moz-border-radius-bottomleft:8px;
    -moz-border-radius-bottomright:8px;
    -webkit-border-bottom-left-radius:8px;
    -webkit-border-bottom-right-radius:8px;
    z-index:4;
    position:relative;
    border-width:1px;
    border-style:solid;
    border-color:#671400;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MANUFACTURER NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.manufacturer-navigation
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.manufacturer-navigation li
{
	list-style: none;
}

.manufacturer-navigation a.active
{
	font-weight:bold;
}

.manufacturer-navigation .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 4px 8px;
}

.manufacturer-navigation .listbox
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	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;
}

.RecentlyViewedProductsBox li
{
	list-style: none;
}

.RecentlyViewedProductsBox a
{
    font-size:9pt;
}

.RecentlyViewedProductsBox a:hover
{
}

.RecentlyViewedProductsBox .title
{
	font-size: 11pt;
	font-weight: bolder;
	font-style:italic;
	padding: 3px 12px;
	color:#940000;
	background-image:url('images/subHeader_bkg.png');
	height:24px!important;
	-moz-border-radius-topleft:8px;
    -moz-border-radius-topright:8px;
    -webkit-border-top-left-radius:8px;
    -webkit-border-top-right-radius:8px;
    margin-bottom:-4px;
    z-index:5;
    position:relative;
    
    border-top-style:solid;
    border-top-width:1px;
    border-top-color:#640000;
    border-left-style:solid;
    border-left-width:1px;
    border-left-color:#671400;
    border-right-style:solid;
    border-right-width:1px;
    border-right-color:#671400;
}

.RecentlyViewedProductsBox .listbox
{
	padding: 5px 10px 10px;
	line-height: 18px;
	margin: 0px;
	background-image:url('images/brick_cross_01.jpg');
	-moz-border-radius-bottomleft:8px;
    -moz-border-radius-bottomright:8px;
    -webkit-border-bottom-left-radius:8px;
    -webkit-border-bottom-right-radius:8px;
    z-index:4;
    position:relative;
    border-width:1px;
    border-style:solid;
    border-color:#671400;
}

.RecentlyViewedProductsBox .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #3664A5;
	background-color: inherit;
}

.RecentlyViewedProductsBox li.separator
{
	height: 1px;
	background: rgb(232, 230, 210);
	width: 140px;
	margin: 5px 0 5px 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	INFO BLOCK NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.infoblock-navigation
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.infoblock-navigation li
{
	list-style: none;
}

.infoblock-navigation a
{
}

.infoblock-navigation .title
{
	font-size: 11pt;
	font-weight: bolder;
	font-style:italic;
	padding: 3px 12px;
	color:#940000;
	background-image:url('images/subHeader_bkg.png');
	height:24px!important;
	-moz-border-radius-topleft:8px;
    -moz-border-radius-topright:8px;
    -webkit-border-top-left-radius:8px;
    -webkit-border-top-right-radius:8px;
    margin-bottom:-4px;
    z-index:5;
    position:relative;
    
    border-top-style:solid;
    border-top-width:1px;
    border-top-color:#640000;
    border-left-style:solid;
    border-left-width:1px;
    border-left-color:#671400;
    border-right-style:solid;
    border-right-width:1px;
    border-right-color:#671400;
}

.infoblock-navigation .listbox
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	margin: 0px;
	background-image:url('images/brick_tartan_01.png');
	-moz-border-radius-bottomleft:8px;
    -moz-border-radius-bottomright:8px;
    -webkit-border-bottom-left-radius:8px;
    -webkit-border-bottom-right-radius:8px;
    z-index:4;
    position:relative;
    border-width:1px;
    border-style:solid;
    border-color:#671400;
}

.infoblock-navigation .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #3664A5;
	background-color: inherit;
}

/*-----------------------------------------------------------*

FRONT PAGE FEATURED


-----------------------------------------------------------*/


.fpFeatured
{
    margin-top:15px;
}

.fpFeatured .title
{
	font-size: 11pt;
	font-weight: bolder;
	font-style:italic;
	padding: 3px 12px;
	color:#940000;
	background-image:url('images/subHeader_bkg.png');
	height:24px!important;
	-moz-border-radius-topleft:8px;
    -moz-border-radius-topright:8px;
    -webkit-border-top-left-radius:8px;
    -webkit-border-top-right-radius:8px;
    margin-bottom:-4px;
    z-index:5;
    position:relative;
    
    border-top-style:solid;
    border-top-width:1px;
    border-top-color:#640000;
    border-left-style:solid;
    border-left-width:1px;
    border-left-color:#671400;
    border-right-style:solid;
    border-right-width:1px;
    border-right-color:#671400;
}
.fpFeatured .content
{
    color:#ffae73;
	font-size: 12px;
	padding: 5px 10px 10px;
	margin:0 0 15px 0;
	min-height:34px!important;
	background-image:url('images/brick_stripes_01.png');
	-moz-border-radius-bottomleft:8px;
    -moz-border-radius-bottomright:8px;
    -webkit-border-bottom-left-radius:8px;
    -webkit-border-bottom-right-radius:8px;
    z-index:4;
    position:relative;
    border-width:1px;
    border-style:solid;
    border-color:#671400;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	WELCOME SEGMENT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.welcomeShader
{
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-style:solid;
    border-color:#671400;
    border-width:1px;
    background-image:url(images/welcome_bkg.png);
    background-repeat:repeat-x;
    background-color:#990000;
    margin-top:-8px;
    padding:10px;

}

.welcomeShader .htmlcontent
{
    border-style:none;
    background-image:url(images/welcome_bkg.png);

}

.welcomeInside
{
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-style:solid;
    border-color:#a40000;
    border-width:1px;
    color:#ffae73; 
    font-style:italic;
}

.welcomeInside span
{
    color:#ffae73; 
    font-style:italic;
    font-weight:bold;
    background-color:#a40000;
    position:relative;
    left:160px;
    top:220px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	padding:5px;
	-moz-border-radius:6px;
    -webkit-border-radius:6px;


}


.welcomeText
{
    margin-top:-10px;
}

.welcomeText p
{
    padding-top:10px;
    margin-top:5px;
    color:#ffae73; 
    font-style:italic;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer
{
    color:#bc4226;
	height: 25px;
	border:1px solid #671400;
	background-image:url("images/brick_tartan_01.png");
	padding: 15px 5px 5px 5px;
	-moz-border-radius:8px;
    -webkit-border-radius:8px;
    width:900px;
    margin-left:20px;
    margin-right:20px;
    margin-bottom:5px;
    margin-top:5px;

}

.footer a
{
	    color:#bc4226;

}

.footer-disclaimer
{
    text-align:center;
	font-size: 11px;
}

.footer-poweredby
{
	float: left;
	font-size: 11px;
	display:none;
}


.registerFront
{
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-style:solid;
    border-color:#671400;
    border-width:1px;
    background-image:url(images/brick_tartan_01.png);
    background-color:#990000;
    margin-top:-8px;
    padding:10px;

}