.foo{}/****************************************************************************************************/
/****************************************************************************************************/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER PAGE WRAPPERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.master-wrapper-page
{
	margin: 0px auto;
	width: 1024px;
}

.master-wrapper-content
{
	float: left;
	width: 1024px;
	margin: 0px 0 0;
	text-align: left;
	background: #000;
}

.master-wrapper-side
{
	float: left;
	width: 180px;
	margin: 0 0 0 10px;
	font-family: arial;/*~~ ??????? ? arial, helvetica, sans-serif ~~*/
	display: inline;
}

.master-wrapper-center
{
	float: left;
	width: 770px;
	margin: 0px 0 0 10px;
	background: #000;
	display: inline;
}

.master-wrapper-cph
{
	float: left;
	width: 770px;
	color: #ffffff;
	min-height: 300px; /*~~ ??????? ? 600 - ????? ??????? ~~*/
	padding: 10px 10px 10px 10px;
}

.master-wrapper-center-1
{
	float: left;
	width: 770px;
	background: #000;
	display: inline;
}

.master-wrapper-cph-1
{
	float: left;
	width: 770px;
	color: #ffffff;
	min-height: 300px; /*~~ ??????? ? 600 ~~*/
	padding: 10px 10px 10px 10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header
{
	padding: 0px 0px 0px 0px;
	height: 196px;
}

.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-inbox
{
	background: url('images/ico-inbox.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: 0px;
	float: left;
	text-align: left;
}

a.logo
{
	background: url('images/cabecera.jpg');
	display: block;
	width: 922px;
	height: 196px;
	text-decoration: none;
	text-align: center;
}

.header-selectors-wrapper
{
	text-align: right;
	float: right;
	width: 800px;
}

.header-currencyselector
{
	float: right;
}

.header-languageselector
{
	float: left;
}

.header-taxDisplayTypeSelector
{
	float: right;
}

.header-links-wrapper
{
	float: right;
	text-align: right; /*~~ ??????? ? Left ~~*/
	width: 999px;
	padding-right: 42px;
}

.header-links
{
	border: solid 1px #A0A737; 
	padding: 5px 5px 5px 5px;
	margin-bottom: 5px;
	display: inline-table;
	padding-right: 10px;
}

.header-links ul
{
	padding: 0;
	margin: 0;
}

.header-links ul li
{
	list-style: none;
	display: inline;
	padding-right: 2px;
}

.header-links a
{
	color: #FFFFFF;
	text-decoration: none;
}

.header-links a:hover
{
	color: #ff0000;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.headermenu
{
	color: #FFFFFF;
	background: #000000;
	padding: 8px 5px 9px 5px;
	text-align: left;
	height: 100%;
	vertical-align: middle;
	letter-spacing: 1px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.headermenu ul
{
	padding: 0;
	margin: 0;
}

.headermenu li
{
	list-style: none;
	display: inline;
}

.headermenu a
{
	color: #FFF;/*~~ ??????? ? color: #FFF; ~~*/
	text-decoration: none;
	/*~~text-transform: uppercase;~~*/
	font-size: 1.2em; /*~~ ??????? ? 0.9em ~~*/
	font-weight: bold;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
	background: #A0A737;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU - SEARCH BOX 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.searchbox
{
	float: left;
	width: 190px;
	display: inline;
	padding-left: 5px; /*~~ ??????? ? 15 ~~*/
}

.searchbox ul
{
	margin: 0;
	padding: 0;
}

.searchbox ul li
{
	list-style: none;
	float: left;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATEGORY NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-navigation
{
	margin-bottom: 5px;  /*~??????? ? 15~*/
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 8px;
}

.category-navigation li
{
	list-style: none;
}

.category-navigation a
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.category-navigation .li_selected a
{
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}

.category-navigation .title
{
	font-size: 1.4em;
	font-weight: bold;
	/*~~text-transform: uppercase;~~*/
	padding: 7px 10px;
	color: #ffffff;
	background: #A0A737;
}

.category-navigation .treeview
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	background: #000000;
	margin: 0px;
}

.category-navigation .treeview ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #ff0000;
	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;
}

.manufacturer-navigation li
{
	list-style: none;
}

.manufacturer-navigation a.inactive
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.manufacturer-navigation a.active
{
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}

.manufacturer-navigation .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px;
	color: #ff0000;
	background: #000;
}

.manufacturer-navigation .listbox
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	background: #000000;
	margin: 0px;
}

.manufacturer-navigation .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #ff0000;
	background-color: inherit;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RECENTLY VIEWED PRODUCTS BOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.RecentlyViewedProductsBox
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.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: #ff0000;
}

.RecentlyViewedProductsBox .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px;
	color: #ff0000;
	background: #000;
}

.RecentlyViewedProductsBox .listbox
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	background: #000000;
	margin: 0px;
}

.RecentlyViewedProductsBox .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #ff0000;
	background-color: inherit;
}

.RecentlyViewedProductsBox li.separator
{
	height: 1px;
	line-height: 1px;
	background: #000000;
	width: 140px;
	font-size: 1px;
	margin: 5px 0 5px 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	INFO BLOCK NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.infoblock-navigation
{
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 8px;
}

.infoblock-navigation li
{
	list-style: none;
}

.infoblock-navigation a
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.infoblock-navigation .title
{
	font-size: 1.4em;
	font-weight: bold;
	/*~~text-transform: uppercase;~~*/
	padding: 7px 10px;
	color: #ffffff;
	background: #A0A737;
}

.infoblock-navigation .listbox
{
	font-size: 11px;
	padding: 5px 5px 10px;
	line-height: 18px;
	background: #000000;
	margin: 0px;
}

.infoblock-navigation .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #ff0000;
	background-color: inherit;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer
{
	clear: both;
	height: 30px;
	padding: 5px 3px 5px 3px;
}

.footer a
{
	text-decoration: none;
	color: #000000;
}

.footer-disclaimer
{
	float: right;
	font-size: 11px;
}

.footer-poweredby
{
	float: left;
	font-size: 11px;
}
