﻿.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
{
	margin: 10px auto;  /*vorher 10px auto*/
	width: 1200px;
        background: url(images/bg_deco.gif) no-repeat;
}

.master-wrapper-page2       /*Added by Maxo*/
{
	margin: 10px auto; /*vorher 10px auto*/
	width: 1024px;
}

.master-wrapper-content
{
	/*float: left;*/
	width: 1024px;
	margin: 0px auto 0px;/*15px 0 0;*/
	text-align: left;
	background: white url(images/banner.jpg) repeat-x;
}

.master-wrapper-side
{
	float: left;
	width: 180px;
	margin: 0px 0px 0px 10px;
	font-family: arial, helvetica, sans-serif;
	display: inline;
}

.master-wrapper-right                                                             /* NEU */
{
	float: right;
	width: 180px;
	margin: 0px 10px 0px 0px;
	font-family: arial, helvetica, sans-serif;
	display: inline;
}

.master-wrapper-center
{
	float: left;
	width: 630px;
	margin: 0px 7px 0px 7px; /* 0px 5px 0px 5px; */
	  /*background: url(images/bg_maincolumn.gif) no-repeat left top #FFF;*/
        background: white;
}

.master-wrapper-cph
{
	float: left;
	width: 610px;
	color: #000;
	min-height: 600px;
	padding: 10px 10px 10px 10px;
}

.master-wrapper-center-1
{
	float: left;
	width: 990px;
	background: url(images/bg_maincolumn_single.gif) no-repeat left top #FFF;
	display: inline;
}

.master-wrapper-cph-1
{
	float: left;
	width: 1004px; /* 970px;*/
	color: #000;
	min-height: 600px;
	padding: 10px 10px 10px 10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header
{
	padding: 6px 6px 10px 5px;
	height: 144px;
}

.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: 5px;
	float: left;
	text-align: left;
}

a.logo
{
	background: url('images/');
	display: block;
	width: 225px;
	height: 150px;
	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;
}

.header-links-wrapper
{
	float: right;
	text-align: right;
	width: 570px;
}

.header-links
{
	border: solid 1px #9a9a9a;
	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: black;
	text-decoration: none;
}

.headerlinks a:hover
{
	color: #ff9933;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.headermenu
{
	color: white;
	background: #ff3366;
	padding: 8px 2px 9px 2px;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.headermenu ul
{
	padding: 0;
	margin: 0;
}

.headermenu li
{
	list-style: none;
	display: inline;
}

.headermenu a
{
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 29px;
	padding-right: 29px;
}

.headermenu a:hover
{
	color: black;
}

.headermenu .icon_home:hover
{
        background-position: 0 -32px;	
}

.headermenu .icon_home
{
        background: url('images/home.gif') no-repeat;
	padding-left: 28px;
        padding-top:  9px;
        padding-bottom: 9px;
}

.headermenu .icon_newproducts:hover
{
        background-position: 0 -32px;	
}

.headermenu .icon_newproducts
{
        background: url('images/news.gif') no-repeat;
	padding-left: 30px;
        padding-top:  9px;
        padding-bottom: 9px;
}

.headermenu .icon_search:hover
{
        background-position: 0 -32px;	
}

.headermenu .icon_search
{
        background: url('images/suche-oben.gif') no-repeat;
	padding-left: 28px;
        padding-top:  9px;
        padding-bottom: 9px;
}

.headermenu .icon_account:hover
{
        background-position: 0 -32px;	
}

.headermenu .icon_account
{
        background: url('images/account-oben.gif') no-repeat;
	padding-left: 28px;
        padding-top:  9px;
        padding-bottom: 9px;
}

.headermenu .icon_contact:hover
{
        background-position: 0 -32px;	
}

.headermenu .icon_contact
{
        background: url('images/kontakt.gif') no-repeat;
	padding-left: 28px;
        padding-top:  9px;
        padding-bottom: 9px;
}

.headermenu .icon_shoppingcart:hover
{
        background-position: 0 -32px;	
}

.headermenu .icon_shoppingcart
{
        background: url('images/warenkorb.gif') no-repeat;
	padding-left: 26px;
        padding-top:  9px;
        padding-bottom: 9px;
}

.headermenu .icon_whishlist:hover
{
        background-position: 0 -32px;	
}

.headermenu .icon_whishlist
{
        background: url('images/wunschliste.gif') no-repeat;
	padding-left: 27px;
        padding-top:  9px;
        padding-bottom: 9px;
}

.headermenu .icon_checkout:hover
{
        background-position: 0 -32px;	
}

.headermenu .icon_checkout
{
        background: url('images/kasse.gif') no-repeat;
	padding-left: 29px;
        padding-top:  9px;
        padding-bottom: 9px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU - SEARCH BOX 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.searchbox
{
	float: left;
	width: 180px;
	display: inline;
	padding-left: 5px;
}

.searchbox ul
{
	margin: 0;
	padding: 0;
}

.searchbox ul li
{
	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
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.category-navigation a:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #ff3366;
}

.category-navigation .li_selected a
{
	color: orange;
	font-weight: bold;
	text-decoration: none;
}

.category-navigation .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px;
	color: white;
	background: #ff3366 url(images/bg_sidebar_title.gif) no-repeat;
}

.category-navigation .treeview
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	background: #ffeede url(images/bg_sidebar_block.gif) no-repeat left bottom; /*#ffcc99*/
	margin: 0px;
}

.category-navigation .treeview ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: red;
	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: black;
	font-weight: bold;
	text-decoration: none;
}

.manufacturer-navigation a.active
{
	color: green;
	font-weight: bold;
	text-decoration: none;
}

.manufacturer-navigation .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px;
	color: white;
	background: #ff3366 url(images/bg_sidebar_title.gif) no-repeat;
}

.manufacturer-navigation .listbox
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	background: #ffeede 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;
}

.RecentlyViewedProductsBox li
{
	list-style: none;
}

.RecentlyViewedProductsBox a
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.RecentlyViewedProductsBox a:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #ff3366;
}

.RecentlyViewedProductsBox .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px;
	color: white;
	background: #ff3366 url(images/bg_sidebar_title.gif) no-repeat;
}

.RecentlyViewedProductsBox .listbox
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	background: #ffeede 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: green;
	background-color: inherit;
}

.RecentlyViewedProductsBox .separator
{
	height: 1px;
	line-height: 1px;
	background: #ff3366;
	width: 140px;
	font-size: 1px;
	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
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.infoblock-navigation a:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #ff3366;
}

.infoblock-navigation .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px;
	color: white;
	background: #ff3366 url(images/bg_sidebar_title.gif) no-repeat;
}

.infoblock-navigation .listbox
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	background: #ffeede 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;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RIGHT SIDE LOGIN NEU !!!!!!!!!!!!!!!!!!!!!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.Login_right
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.Login_right li
{
	list-style: none;
}

.Login_right a:hover
{
	color: #ff3366;
	font-weight: bold;
	text-decoration: none;
}

.Login_right a
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.Login_right .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px;
	color: white;
	background: #ff3366 url(images/bg_sidebar_title.gif) no-repeat;
}


.Login_right .listbox
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	background: #ffeede url(images/bg_sidebar_block.gif) no-repeat left bottom;
	margin: 0px;
}

.Login_right .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #3664A5;
	background-color: inherit;
}


.Login_right .username
{
	font-size: 0.9em;
	font-weight: bold;
	color: #ff3366;
	padding-left: 20px;
        padding-top:  0px;
        position:relative;
        top:-8px;
}

.Login_right .ico_account
{
	background: url('images/account.gif') no-repeat;
	padding-left: 20px;
        padding-top:  0px;
        padding-bottom:  6px;
}

.Login_right .ico_account_noUser
{
	background: url('images/account.gif') no-repeat;
	padding-left: 20px;
        padding-top:  3px;
        padding-bottom:  6px;
}

.Login_right .ico-login
{
	background: url('images/login.gif') no-repeat;
	padding-left: 20px;
        padding-top:  2px;
        padding-bottom:  3px;
}

.Login_right .ico-logout
{
	background: url('images/logout.gif') no-repeat;
	padding-left: 20px;
        padding-top:  2px;
        padding-bottom:  3px; 
}

.Login_right .ico-admin
{
	background: url('images/') no-repeat;
	padding-left: 20px;
        padding-top:  2px;
        padding-bottom:  3px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RIGHT SIDE SEARCH NEU !!!!!!!!!!!!!!!!!!!!!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.Search_right
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.Search_right li
{
	list-style: none;
}

.Search_right a:hover
{
	color: #ff3366;
	font-weight: bold;
	text-decoration: none;
}

.Search_right a
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.Search_right .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px;
	color: white;
	background: #ff3366 url(images/bg_sidebar_title.gif) no-repeat;
}


.Search_right .listbox
{
	font-size: 11px;
	padding: 5px 5px 5px;
	line-height: 18px;
	background: #ffeede url(images/bg_sidebar_block.gif) no-repeat left bottom;
	margin: 0px;
}

.Search_right .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 0px 2px;
	color: #3664A5;
	background-color: inherit;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RIGHT SIDE InfoBox NEU !!!!!!!!!!!!!!!!!!!!!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.Info_right
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.Info_right .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px;
	color: white;
	background: #ff3366 url(images/bg_sidebar_title.gif) no-repeat;
}


.Info_right .Inhalt
{
	font-size: 11px;
        color: black;
	padding: 5px 5px 5px;
	line-height: 12px;
	background: #ffeede url(images/bg_sidebar_block.gif) no-repeat left bottom;
	margin: 0px;
}

.Info_right .freeShippingAdd
{
        width: 170px;
        height: 157px;
        margin: 0;
        padding: 0;
        background: #ffeede url(images/ver-frei.gif);
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Zusatz skins Maxo NEU !!!!!!!!!!!!!!!!!!!!!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.HomePageCategorySellersTitel 
{
        border: 0px; /*solid 3px #ff3366;*/
	width: 610px;
        height: 13px;
	background: url(images/box610Home_top.gif) no-repeat;
}

.HomePageCategorySellers 
{
        border: 0px; /*solid 3px #ff3366;*/
	width: 610px;
        padding: 0px;
        padding-bottom: 10px;        
	background: url(images/box610Home_bottom.gif) left bottom  no-repeat;
}

.HomePageCategorySellersPanel
{
width: 604px;
}

.HomePageCategorySellers .TitelImage
{
        width: 604px;
        margin: 0px 3px;
        height: 100px;
	background: white url(images/Bestseller.JPG) no-repeat left bottom;
}

.HomePageCategorySellers .products
{
        margin: 0px 10px 0px 10px;
        width: 590px;
}


.HomePageCategorySellers .ProductBox
{
        padding: 15px 5px 0px 5px;
}

.HomePageCategorySellers .ProductItem .description
{
        height: 45px;
}

.HomePageCategorySellers .ContainerProduct
{
        width: 1px;
        height: 200px;
        border-left: solid 1px gray;
}

.HomePageCategorySellers .ProductItem .productPrice
{
	color: green;
        font-size: 18px;
        font-weight:bold;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer
{
	clear: both;
	height: 30px;
	padding: 5px 3px 5px 3px;
}

.footer a
{
	text-decoration: none;
	color: #FFF;
}

.footer-disclaimer
{
	float: right;
	font-size: 11px;
}

.footer-poweredby
{
	float: left;
	font-size: 11px;
}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Special Offer    ADDED BY MAXO

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.SpecialOfferTitel
{
	width: 610px;
        height: 13px;
        /*padding: 7px 10px;*/
	background: url(images/box610Home_top.gif) no-repeat;

}

.SpecialOfferBottom
{
	width: 610px;
        height: 10px;
        /*padding: 7px 10px;*/
	background: url(images/box610Home_bottom.gif) left bottom  no-repeat;
}

.SpecialOfferFrame
{
        border-left: solid 3px #ff3366;
        border-right: solid 3px #ff3366;
}

.SpecialOffer
{
        border: 0px; /*solid 3px blue;*/
        width: 610px;
}

.countdownTitel
{
	font-size: 10px;      
        position:relative;
        top:-17px;
}

.countdown
{
        float:left;       
        width: 260px;
        height: 100%; /*120px;*/
        padding-left: 5px;
        padding-top: 10px;
}

.countdown_divider
{
        float:left;
        width: 20px;
	font-size: 45px; /*70px;*/
}

.countdown_counter
{
        float:left; 
        width: 36px; /*53px;*/
        height: 70px; /*104px;*/
	background: white url(images/counter_blue_4200.png) no-repeat;
}


.countdown_only
{
        float:left;
        width: 92px;
        height: 70px;
        background: white url(images/countdown_only.gif) no-repeat;
}

.countdownText
{
        position:relative;
        top:-15px;
        left:12px;       
}

.countdownTextDay
{
	font-size: 35px; 
        position:relative;
        left:5px;
        top:10px;     
}

.countdown_image
{
        float:right;
        width: 335px; /*53px;*/
        height: 150px; /*104px;*/
}

.ShippingCostText1
{
	font-size: 10px;      
}
.ShippingCostText2
{
	font-size: 10px;      
        color: red;
        cursor:pointer;
        text-decoration: underline;
}

.BasePriceText
{
	font-size: 10px;      
}

.ShippingCostOverlay
{
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
        background-color:Gray;
        filter:alpha(opacity=70);
        opacity:0.7;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	NoJavascript    ADDED BY MAXO

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.NoJavaScriptBox
{
	border: solid 2px darkred;
        background-color: red;
        padding: 10px;
        margin: 10px;       
}

.NoJavaScriptText1
{
	color: white;
        font-size: 14px;
        font-weight: bolder;
}

.NoJavaScriptText2
{
	color: white;
        font-size: 14px;
        font-weight: bolder;
        text-decoration: underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SpecialCategoryGroupNavigation   ADDED BY MAXO

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* .SpecialCategoryItem .picture:hover
{
	border: solid 1px red;
}

.SpecialCategoryItem .picture
{
	border: solid 1px transparent;
}*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	InfoBoxRechts   ADDED BY MAXO

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* .SpecialCategoryItem .picture:hover
{
	border: solid 1px red;
}

.SpecialCategoryItem .picture
{
	border: solid 1px transparent;
}*/

