﻿.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. 
/****************************************************************************************************/




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ADD STYLE FROM OLD WEB SITE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
div#contentpage
{
padding:10px;

}

div#titlesoin
{
background-color:#0b005e;
text-align:center;
color:#FFFFFF;
font-weight:bold;
}

div#bodypage
{
text-align:justify;
}

div#contentsoin
{
border:solid 1px #0b005e;
margin-bottom:10px;
}

div#titlepage
{
color:#0b005e;
font-size:14px;
font-weight:bold;
padding-bottom:15px;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER PAGE WRAPPERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.master-wrapper-page
{
	margin: 0 auto;
	width: 961px;

}

.master-wrapper-content
{
	float: left;
	width: 961px;
	margin: 0px 0 0;
	text-align: left;
background: transparent url(images/bg.png) repeat-y top right;
	

}

.master-wrapper-side
{
	float: left;
	width: 180px;
	margin: 0 0 0 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	display: inline;
}

.master-wrapper-center
{
	float: left;
	width: 761px;
	margin: 0px 0 0 10px;
	background: transparent;
	display: inline;
}

.master-wrapper-cph
{
	float: left;
	width: 741px;
	background: transparent;
	color: #000;
	min-height: 400px;
	padding: 10px 10px 10px 10px;
}

.master-wrapper-center-1
{
	float: left;
	width: 961px;
	background: transparent;
	display: inline;
}

.master-wrapper-cph-1
{
	float: left;
	width: 941px;
	color: #000;
	min-height: 600px;
	padding: 10px 10px 10px 10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header-top
{
margin:15px 0 0 0;
height:120px;
width:961px;
background: transparent url(images/header.png) no-repeat top right;
}


.header-flash
{
position:absolute;
top:-75px;
right:10px;
height:135px;
width:415px;

}

div#header-pub
{
position:absolute;
top:47px;
left:30px;
height:15px;
width:468px;
z-index:400px;

}


.header
{
	padding: 6px 6px 10px 25px;
	height: 50px;
position:relative;
}

.header .icon
{
	vertical-align: bottom;
}

.header .ico-register
{
	/*background: url('images/puce.png') no-repeat;*/
	padding-left: 5px;
	padding-bottom: 5px;
}

.header .ico-login
{
	background: transparent url('images/puce.png') no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
}

.header .ico-logout
{
	background: url('images/puce.png') no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
}

.header .ico-cart
{
	background: url('images/puce.png') no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
}

.header .ico-wishlist
{
	background: url('images/puce.png') no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
}

.header .ico-admin
{
	background: url('images/puce.png') no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
}

.header-logo
{
	margin-top: 0px;
	
	text-align: left;
position:absolute;
top:-60px;
left:25px;

}

a.logo
{
	background: url('images/logo1.png') no-repeat;
	display: block;
	width: 500px;
	height: 130px;
	text-decoration: none;

}

/* Combox DIV */
.header-selectors-wrapper
{
position:absolute;
top:90px;right:10px;
	text-align: right;
	float: right;
	width: 300px;
height:25px;
z-index:9999;

}

.header-currencyselector
{
	float: right;

}

.header-languageselector
{
	float: left;

}

.header-taxDisplayTypeSelector
{
	float: right;
}


/* Menu div LOGIN LOGIOUt */
.header-links-wrapper
{
position:absolute;
top:-110px;
right:40px;

	
	text-align: right;
	width: 600px;

}

.header-links
{
	border: solid 0px #FFF;
	padding: 2px 2px 2px 2px;
	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: Silver;
	text-decoration: none;
}

.header-links a:hover
{
	color:#223b7e;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.headermenu
{
	color: #000;
	background:transparent url(images/menu.jpg) repeat-x;;
	padding: 8px 5px 9px 5px;
	text-align: center;
	height: 20px;
	vertical-align: middle;
	letter-spacing: 1px;
	margin: 0 5px 0 5px;
position:relative;
z-index:9998;
}

.headermenu ul
{
	padding: 0;
	margin: 0;
}

.headermenu li
{
	list-style: none;
	display: inline;

}

.headermenu a
{
	color: #000;
	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

{
color:#223b7e;
text-style:underline;

}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU - SEARCH BOX 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.searchbox
{
display:none;
	float: left;
	width: 180px;
	display: inline;
	padding-left: 5px;
}

.searchbox ul
{
display:none;
	margin: 0;
	padding: 0;
}

.searchbox ul li
{
display:none;
	list-style: none;
	float: left;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATEGORY NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-navigation
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.category-navigation li
{
	list-style: none;
}

.category-navigation a
{
}

.category-navigation .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 4px 8px;
background:transparent url(images/pixel.png) repeat;
border-top:White solid 1px;
}

.category-navigation .treeview
{
	font-size: 11px;
	padding: 5px 10px 10px 15px;
	line-height: 18px;
	margin: 0px;
 border-right:White solid 1px;
border-bottom:White solid 1px;
border-left:White solid 1px;
}

.category-navigation .treeview ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	color: #3664A5;
	background-color: inherit;
 
}

.category-navigation .treeview ul .li_selected
{
	font-weight: bold;
}

.category-navigation .treeview ul .li_unselected
{
font-weight: bold;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	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;

background:transparent url(images/pixel.png) repeat;
border-top:White solid 1px;

}

.manufacturer-navigation .listbox
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	margin: 0px;

 border-right:White solid 1px;
border-bottom:White solid 1px;
border-left:White solid 1px;
}

.manufacturer-navigation .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #3664A5;
	background-color: inherit;
font-weight: bold;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RECENTLY VIEWED PRODUCTS BOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.RecentlyViewedProductsBox
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.RecentlyViewedProductsBox li
{
	list-style: none;
font-weight: bold;
}

.RecentlyViewedProductsBox a
{
}

.RecentlyViewedProductsBox a:hover
{
}

.RecentlyViewedProductsBox .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 4px 8px;

background:transparent url(images/pixel.png) repeat;
border-top:White solid 1px;
}

.RecentlyViewedProductsBox .listbox
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	margin: 0px;

 border-right:White solid 1px;
border-bottom:White solid 1px;
border-left:White solid 1px;
}

.RecentlyViewedProductsBox .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #3664A5;
	background-color: inherit;
}

.RecentlyViewedProductsBox .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: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 4px 8px;

background:transparent url(images/pixel.png) repeat;
border-top:White solid 1px;
}

.infoblock-navigation .listbox
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	margin: 0px;

 border-right:White solid 1px;
border-bottom:White solid 1px;
border-left:White solid 1px;
}

.infoblock-navigation .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #3664A5;
	background-color: inherit;
font-weight: bold;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer
{
	clear: both;
	height: 70px;
	border-top:0px solid #666666;
	background: transparent url(images/footer.png) no-repeat top right;
	padding: 40px 60px 5px 60px;
}

.footer a
{
	text-decoration: none;
}

.footer-disclaimer
{
	float: right;
	font-size: 11px;
}

.footer-poweredby
{
	float: left;
	font-size: 11px;
}

