﻿.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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/** 
{
	margin: 0;
	padding: 0;
}*/


/*=======================*/

.pagina {
	text-align: left;
	width: 902px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bkg_pag_main_1.png);
	background-repeat: repeat-y;
	margin-top: 7px;
}
.pagina_b {
	background-image: url(images/bkg_pag_top_1.png);
	background-repeat: no-repeat;
	background-position: top;
}
.pagina_c {
	background-image: url(images/bkg_pag_bottom_1.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 23px;
	padding-left: 14px;
}
/*874 px util*/
.header {
	padding-bottom: 14px;
}
.header_top {
	padding-bottom: 8px;
}
.header_menu {
	padding-bottom: 15px;
}
.main {
	background-image: url(images/vertical_dot.png);
	background-repeat: repeat-y;
	background-position: 233px;
	clear: both;
}
.main_content {
	width: 625px;
	overflow: hidden;
}
.main_content_inner {
	padding-bottom: 5px;
}
.main_navig {
	width: 220px;
	overflow: hidden;
}
.main_navig_inner {
	padding-bottom: 25px;
}
.footer {
	padding-bottom: 19px;
	padding-top: 5px;
	/*border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #8A9CAA;*/
	text-align: center;
}
.bxExFooter {
	padding-top: 2px;
	padding-bottom: 4px;
	margin-top: 9px;
}
.bxExFooterContent {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #999;
	/*text-align: left;*/
	width: 902px;
	margin-right: auto;
	margin-left: auto;
}
/*==============================*/

.ulmargstanga
{
	margin-left:19px;
}

.liindent
{
	margin-left: 11px;
	text-indent:-11px;
}

.master-wrapper-page
{
	/*margin: 0 auto;
	width: 830px;*/
}

.master-wrapper-content
{
	/*float: left;
	width: 830px;
	margin: 15px 0 0;
	text-align: left;
	background: #FFF;*/
	background-image: url(images/bkg_pag_copii_1.png);
	background-repeat: no-repeat;
	background-position: left 43px;
}

.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: 630px;
	margin: 0px 0 0 10px;
	background: #FFF;
	display: inline;*/
}

.master-wrapper-cph
{
	/*float: left;
	width: 610px;
	background: #FFF;
	color: #000;
	min-height: 400px;
	padding: 10px 10px 10px 10px;*/
	min-height: 500px;
}

.master-wrapper-center-1
{
	/*float: left;
	width: 830px;
	background: #FFF;
	display: inline;*/
}

.master-wrapper-cph-1
{
	/*float: left;
	width: 810px;
	color: #000;
	min-height: 600px;
	padding: 10px 10px 10px 10px;*/
	min-height: 500px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*.header
{
	padding: 6px 6px 10px 5px;
	height: 60px;
}*/
.logo_left {
	width: 230px;
	padding-top: 2px;
}
.logo_left h1 {
}
.logo_left h1 a {
	display: block;
	background: url(images/bergtoys_sigla_48.png) center left no-repeat;
	width: 147px;
	height: 100px;
	text-indent: -9999px;
	/*float: left;*/
}
.logo_right {
	width: 290px;
}
.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-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;
	float: left;
	text-align: left;*/
}

a.logo
{
	/*background: url('images/bergshop_mare_1.png');
	display: block;
	width: 244px;
	height: 48px;
	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;
}


/*==============================*/
.barTop {
	background-color: #900;
	height: 36px;
}

.header-links{
	width: 902px;
	margin-right: auto;
	margin-left: auto;
	color: #DAC0C0;
	padding-top: 9px;
}
.header-links a {
}
.header-links a:link, .header-links a:visited {
	color: #FFF;
	text-decoration: none;
}
.header-links a:hover {
	text-decoration: underline;
}

.header-links ul {
	float: right;
}
.header-links ul li {
	position:relative;
	float:left;
	margin-left: 10px;
	height: 27px;

}
.header-links ul li * {
	display: block;
	/*width:188px;*/
	padding:0;
	height: 27px;
}
.header-links ul li a {
	position:relative;
	float:left;
}

/*====================================================================*/

/*.header-links-wrapper
{
	float: right;
	text-align: right;
	width: 570px;
}*/

/*.header-links
{
	border: solid 1px #FFF;
	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: #3664A5;
	text-decoration: none;
}

.header-links a:hover
{
	color: #3664A5;
}*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.headermenu
{
	background: #7692B9;
}

.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 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.slog {
	text-align: right;
	padding-bottom: 15px;
	padding-top: 7px;
	font-size: 14px;
	font-weight: normal;
	color: #828282;
}
.searchbox
{
	/*display: inline;*/
	text-align: right;
}

.searchbox ul
{
}

.searchbox ul li
{
	display: inline;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATEGORY NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-navigation
{
	/*margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;*/
}

.category-navigation li
{
	/*list-style: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6D6D6;
	padding-bottom: 2px;*/
}

.category-navigation a
{
}
.category-navigation a:link, .category-navigation a:visited
{
}
.category-navigation a:hover
{
	/*color: #69F;
	text-decoration: none;*/
}

.category-navigation .title
{
	font-family: Myriad, "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #C30;
	text-decoration: none;
	margin-bottom: 5px;
}

.category-navigation .treeview
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	margin: 0px;
}

.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_selected a
{
	color: #F63;
}

.category-navigation .ddsmoothmenu-v ul .li_selected
{
	color: #FFF;
	background-color: #534662;
}
.category-navigation .ddsmoothmenu-v ul .li_selected a
{
	color: #FFF;
	background-color: #534662;
}



.category-navigation .treeview ul .li_unselected
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MANUFACTURER NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.manufacturer-navigation
{
	/*margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;*/
}

.manufacturer-navigation li
{
	/*list-style: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6D6D6;
	padding-bottom: 2px;*/
}
.manufacturer-navigation a
{
}
.manufacturer-navigation a:link, .manufacturer-navigation a:visited
{
}
.manufacturer-navigation a:hover
{
	/*color: #69F;
	text-decoration: none;*/
}

.manufacturer-navigation .ddsmoothmenu-v li a.active
{
	color: #FFF;
	background-color: #534662;
}

.manufacturer-navigation .title
{
	font-family: Myriad, "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #C30;
	text-decoration: none;
	margin-bottom: 5px;
	padding-top: 11px;
}

.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
{
}

.RecentlyViewedProductsBox a:hover
{
}

.RecentlyViewedProductsBox .title
{
	font-family: Myriad, "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #C30;
	text-decoration: none;
	margin-bottom: 5px;
	padding-top: 11px;
}

.RecentlyViewedProductsBox .listbox
{
	/*font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	margin: 0px;*/
}

.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-family: Myriad, "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #C30;
	text-decoration: none;
	margin-bottom: 5px;
	padding-top: 11px;
}

.infoblock-navigation .listbox
{
	/*font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	margin: 0px;*/
}

.infoblock-navigation .listbox ul
{
	/*margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #3664A5;
	background-color: inherit;*/
}

.bxInfoAd {
	margin-top: 14px;
	padding-top: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #D7D7D7;
}
a.aSallinger {
	display: block;
	background: url(images/salingers_1.jpg) top left no-repeat;
	height:68px;
	width:145px;
	margin-right: auto;
	margin-left: auto;
}
a.aSoft {
	display: block;
	background: url(images/bkg_list_1b.png) top left no-repeat;
	height:36px;
	width:140px;
	margin-top: 14px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
a.aSoft:hover {
	color: #6CF;
	text-decoration: none;
}
a.aPiscine {
	display: block;
	margin-top: 14px;
	height: 104px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
}
.bxTrafic {
	text-align: center;
	margin-top: 14px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer
{
	/*clear: both;
	height: 35px;
	border-top:4px solid #666666;
	background: #FFF;
	padding: 5px 5px 5px 5px;*/
}

.footer a
{
	/*text-decoration: none;*/
}

.footer-disclaimer
{
	/*float: right;
	font-size: 11px;
	width:160px;
	text-align:right;*/
}

.footer-poweredby
{
	/*float: left;
	font-size: 11px;*/
}

.footer-links
{
	/*padding-bottom: 19px;
	padding-top: 5px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #8A9CAA;*/
}