/* general reset styles */
* {
	margin: 0;
	padding: 0;
}

html {
    margin: 0 auto;
}

body {
	height: 100%;
	width: 100%;
	font-size: 62.5%;	
	font-family:arial,verdana,sans-serif;
}
#theBody {
    margin: 0 auto;
}
#heightAll {
        margin: 0 auto;

}
img {
	border: none;
}

a  {
   outline : none;
}

a:visited
{
	text-decoration:none;    
}

a b {
	display: none;
}

h1 {
	font-weight: normal;
	margin: 0 0 25px 0;
	font-size: 24px;	
}

p {
	font-size: 11px;
}

 /*generally used styles */
.clearer {
	clear: both;
}
 
.float-left {
	float:left;
}

.float-right {
	float:right;
}

.textalign-right {
	text-align: right;
}

.head {
	border-bottom:1px solid #B2B2B2;
	height:16px;
	margin-bottom:10px;
	position:relative;
}

.head h2{
	font-size:16px;
	font-weight:normal;
	margin:0;
	position:absolute;
	left:0px;
	padding-right:2px;
	background-color:#fff;
}

.text-grey {
	color: #666;
}

#alert {
	background-color: #F7D9D9;
	padding: 8px;
	margin: 0 0 9px 70px;
	width: 888px;
}

#alert p {
	color: #CC0000;
	background: url(../images/layout/icon_warning_red.png) no-repeat left center;
	padding-left: 20px;
}

/*web fonts*/ 
/* first for Internet Explorer */
@font-face {
  font-family: DinPro;
  src: url(../fonts/DINWebPro-CondMedium.eot);
}

/* then for Firefox */
@font-face {
  font-family: DinPro;
  src: url(../fonts/DINWebPro-CondMedium.woff) format('woff');
}

/* corners general */
.cr_tl {
	position: absolute;
	top: 0;
	left: 0;
	height: 8px;
	width: 8px;
	background: url(../images/layout/mask_top_left.png) no-repeat 0 0;
}

.cr_tr {
	position: absolute;
	top: 0;
	right: 0;
	height: 8px;
	width: 8px;
	background: url(../images/layout/mask_top_right.png) no-repeat 0 0;
}

.cr_bl {
	position: absolute;
	/*top: 0;*/
	bottom: 0;
	left: 0;
	height: 8px;
	width: 8px;
	background: url(../images/layout/mask_bottom_left.png) no-repeat 0 0;
}

.cr_br {
	position: absolute;
	/*top: 0;*/
	bottom: 0;
	right: 0;
	height: 8px;
	width: 8px;
	background: url(../images/layout/mask_bottom_right.png) no-repeat 0 0;
	}

.cr_bl_border {
	position: absolute;
	/*top: 0;*/
	bottom: 0;
	left: 0;
	height: 8px;
	width: 8px;
	background: url(../images/layout/mask_bottom_left_border.png) no-repeat 0 0;

}

.cr_br_border {
	position: absolute;
	top: 0;
	right: 0;
	height: 8px;
	width: 8px;
	background: url(../images/layout/mask_bottom_right_border.png) no-repeat 0 0;
}

/* Corners for border3 (1 Px light gray border) module */
.cr_tl_border3 {
	position: absolute;
	top: -1px;
	left: -1px;
	height: 4px;
	width: 4px;
	background: url(../images/layout/cr_tl_border3.png) no-repeat 0 0;

}

.cr_tr_border3 {
	position: absolute;
	top: -1px;
	right: -1px;
	height: 4px;
	width: 4px;
	background: url(../images/layout/cr_tr_border3.png) no-repeat 0 0;
}

.cr_bl_border3 {
	position: absolute;
	bottom: -1px;
	left: -1px;
	height: 4px;
	width: 4px;
	background: url(../images/layout/cr_bl_border3.png) no-repeat 0 0;

}

.cr_br_border3 {
	position: absolute;
	bottom: -1px;
	right: -1px;
	height: 4px;
	width: 4px;
	background: url(../images/layout/cr_br_border3.png) no-repeat 0 0;
}

 /*gray links*/ 
.link_grey {
	position: relative;
	float: left;
	padding: 0;
}

.link_grey a, .link_grey span {
	font-size: 11px;
	color: #010101;
	margin: 0;
	padding: 0 4px 0 0;
	text-decoration: none;
	display: block;
	background: url(../images/layout/linkpfeil_grau.png) no-repeat 0px 4px;
}

.link_grey a span, .link_grey span span {
	padding: 2px 6px 0px 15px;
	height: 14px;
	display: block;
}

.link_grey a.active, .link_grey span.active {
	background: url(../images/layout/bg_link_grey.png) no-repeat right top;
	color: #ffffff;
	cursor: default;
}

.link_grey a.active span, .link_grey span.active span { 
	background: url(../images/layout/bg_link_grey.png) no-repeat left top;
	color: #ffffff;
}

.link_grey a.disabledlink:link, .link_grey a.disabledlink:hover, .link_grey a.disabledlink:visited {
	text-decoration:none !important; 
	cursor:text;
}

.link_grey a:hover {
	cursor: pointer;
	text-decoration: underline;
	background: url(../images/layout/bg_link_grey.png) no-repeat right -16px;
}

.link_grey a:hover span {
	background: url(../images/layout/bg_link_grey.png) no-repeat left -16px;
}

.subnav .active a {
	background: #000000;
	color: #ffffff;
}

/* page layout */
/* header */
div#header, header {
	width: 904px;
	height: 93px;
	margin: 0px 0 0 70px;
	padding-top: 50px;
	overflow: hidden;
}

#page-logo {
	margin: 3px 0 0 0;    
	height: 36px;
	float: left;
}

#page-logo a {
	text-decoration:none;
}

.dealershop {
	color: #888;
	font-family: DinPro;
	font-size: 25px;
}

.page-metanavigation {
	height: 20px;
	float: right;    
}

/* top links */ 
.toplinks {
	margin: 1px 0 0 0;
	padding: 0;
	list-style: none;

}
.toplinks li {
	display: inline;
}
.toplinks li div {
	float: left;
	margin-right: 10px;
}

.toplinks .link_grey a:hover {
	background: url(../images/layout/bg_link_grey.png) no-repeat right -16px;
}

.toplinks .link_grey a:hover span {
	background: url(../images/layout/bg_link_grey.png) no-repeat left -16px;
}

/* top search */ 
.page-search-container {
	float: right;
	width: 210px;
	overflow: hidden;
}

.page-search-container input {
	height: 11px;
	font-size: 11px;
	padding: 2px 5px;
	margin: 0 8px 0 0;
	width: 130px;
	color: #666666;
	border: 1px solid #999;
	float: left;
}

.page-search-container .searchbt{
	float: left
}
.hidden {
	display : none;
}

.dealerName {
	font-weight: bold;
}
.dealerId {
	color : #666666;
}

.expand {
	border : 1px solid #d6d6d6 !important;
	border-bottom: 0px !important;
}

.expand a {
	background: url(../images/layout/linkpfeil_down.png) no-repeat 2px 6px !important;
}

a.noexpand  
{
	background: none !important;
}

#dealerSelection {
	background-color: #fff;
	float: left;
	height: auto;
	margin: 3px 0 0;
	padding: 0;
	position: absolute;
	width: 240px;
    z-index: 1;
}

#curDealer {
	border : 1px solid #fff;
	border-bottom: 0px;
	cursor:pointer;
}


#curDealer a {
	font-size: 11px;
	color: #010101;
	margin: 0;
	padding: 4px 4px 0 20px;
	text-decoration: none;
	display: block;
	background: url(../images/layout/linkpfeil_grau.png) no-repeat 2px 6px;
	outline:0; -moz-outline:0;
}

.dealer {
	border-bottom : 1px solid #e6e6e6;
}

#moreDealer {
	position: relative;
	display: none;
	height : 200px !important;
	overflow : auto;
	border : 1px solid #d6d6d6;
}

#moreDealer div {
	width : 100%;
}

#moreDealer a {
	font-size: 11px;
	color: #010101;
	margin: 0;
	padding: 4px 4px 4px 20px;
/*	margin : 0 0 0 20px; */
	text-decoration: none;
	display: block;
	outline:0; -moz-outline:0;
}

#moreDealer a:hover {
	background-color: #f2f2f2;
}
		
#dealerSearch {
	position: relative;
	display : none;
	height: 25px;
	border : 1px solid #d6d6d6;
	border-top : 0px;
	text-align: center;
}

#dealerSearch input{
	color : #666666;
	width : 220px;
	color:#666666;
	border : 0px;
	font-size:11px;
	padding : 6px 0 0px 0;
	margin : 0px;

}


#loginname {
	clear: left;
	color: #666;
	font-size: 11px;
	margin-top: 32px;
	width: 330px;
	display: block;
	left: 78px;
	top: 67px;
	z-index: 5;
}
/* Styles by B. Bosse */
/*#loginname {
	display: block;
	z-index: 5;
	position: absolute;
	top: 85px;
	left: 70px;
}

#loginname {
	
}*/

.dealerLogin
{
	padding-top:6px;
	width:120px;
	max-width:100px;
}
.loginDropdown 
{
	width:210px;
	font-weight:normal;
}

.CampaignClaimNav {
	width: 100%;
	height: 35px;    
	margin-bottom:20px;
	margin-left:7px;
	text-decoration:none;
}

.CampaignClaimNav li a {
	color: #000 !important;
	font-family: DinPro !important;
	font-size: 18px !important;
	font-weight: normal !important;
	line-height: 1;
	display: block;
	padding: 0 8px 0 0;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #E6E6E6 url(../images/layout/bg_nav.gif) no-repeat right top;
}

/* first level navigation */


#nav {
    position:absolute;
    left:50%;
    top:0;
    margin-left:-280px; /* negative margin equal to half the width */
    margin-top: 95px;
    width:750px;
    list-style:none;

}

#nav ul {
	float: right;
    margin-bottom: 40px;
}

#nav li, .CampaignClaimNav li {
	display: block;
	float: left;
	margin: 0 0 0 3px;
}

#nav li a {
	color: #000;
	font-family: DinPro;
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
	display: block;
	padding: 0 8px 0 0;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #E6E6E6 url(../images/layout/bg_nav.gif) no-repeat right top;
    float: right;
}

#nav li a span, .CampaignClaimNav li a span {
	display: block;
	height: 40px;
	padding: 5px 20px 0 4px;
	background: url(../images/layout/bg_nav.gif) no-repeat left top;
}

.CampaignClaimNav li a span 
{
	height:30px !important;
}

#nav li a:hover, #nav li a.active, .CampaignClaimNav li a:hover, .CampaignClaimNav li a.active {
	color: #FFF;
	background: url(../images/layout/bg_nav.gif) no-repeat right -45px;
	cursor: pointer;
	text-decoration:none;
     float: right;
}

#nav li a:hover span, #nav li a.active span, .CampaignClaimNav li a:hover span, .CampaignClaimNav li a.active span{
	color: #FFF;
	background: url(../images/layout/bg_nav.gif) no-repeat left -45px;
}

/*second level navigation and breadcrumb */ 
#page-subnav-container {
	position: relative;
	left: 50px;
	width: 944px;
	clear: left;
}

#page-subnav-container .top {
	height: 22px;
	width: 944px;
	background: #666666 url(../images/layout/bg_subnav_top.png) no-repeat center top;
}

#page-subnav-container .thirdlevel {
	width: 904px;
	/*border-left: 1px solid #CED8EE;
	border-right: 1px solid #CED8EE;
	border-bottom: 1px solid #CED8EE;*/
	padding: 0 20px 0 20px;
	overflow: hidden;
	background: #F7F7FF url(../images/layout/bg_subnav.png) no-repeat center bottom;
	height: 79px;
}

#page-subnav-container .subnav {
	/*margin: 12px 10px 19px 0;*/
	margin: 0 10px 0 0;
	padding: 12px 0 19px 0;
	list-style: none;
	float: left;
	height: 1%;
}

#page-subnav-container .hasMore {
	padding: 12px 0 19px 15px;
	/*background: url(../images/layout/bg_subnav_trenner.png) no-repeat 0 0;*/
}

.meta-linklist-fr
{
	float: left;
	height: 1%;
	list-style: none outside none;
	margin: 0 10px 0 0;
}

/*product selector*/ 
#page-subnav-container .subnav-dropdown {
	width: 161px;
	height: 6.6em;
	float: right;
	padding: 12px 0 0 10px;
	border-left: 1px solid #CED8EE;
}

#page-subnav-container .subnav-dropdown label {
	font-size: 11px;
	font-weight: bold;
}

#page-subnav-container .subnav-dropdown select {
	width: 170px;
	margin-top: 3px;
}
 
/*breadcrumb*/ 
#page-subnav-container #breadcrumb {
	margin: 0 10px 0 10px;
}

#page-subnav-container #breadcrumb .spacer {
	background: url(../images/layout/icon_arrow_white.png) no-repeat center 9px;
	float: left;
	width: 3px;	height: 18px;
	margin: 0 10px 0 7px;
}

/* (Breadcrumb) tab
 *
 * SAMPLE CODE:
 *
 * <div class="tab {active | activeSub | activeNoChild}">
 * 		<a href="#"  >linktext</a>
 *		<div class="mask">
 *			<div class="cr_tl_small"></div>
 *			<div class="cr_tr_small"></div>
			<div class="cr_bl_small"></div>
 *			<div class="cr_br_small"></div>
 *		</div>
 *	</div>
 *	<br clear="all" />
 */

 .tab{
	position: relative;
	top: 3px;
	float: left;
	font-size: 11px;
	color: #ffffff;   
	/*padding: 2px 10px 2px 10px;*/    
}

.tab a {
	color: #fff;
	margin: 0;
	display: block;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
}

.tab a:hover {
	text-decoration: underline;
}

.tab span {
	color: #fff;
	margin: 0;
	display: block;
	padding: 2px 10px 2px 10px;
}


#breadcrumb .activeSub a, #breadcrumb .active a, #breadcrumb .active span, #breadcrumb .activeSub span {
	background: #F7F7FF;
	color: #000000;
	font-weight: bold;
	border-bottom: 3px solid #F7F7FF;
	/*padding: 2px 10px 2px 10px;*/    	
}

#breadcrumb .activeNoChild a {
	background: #000;
	color: #fff;
	border-bottom: 0;
}

#breadcrumb .active a {
	font-weight: bold;	
}

#breadcrumb .activeSub .cr_bl_small, #breadcrumb .activeSub .cr_br_small, #breadcrumb .active .cr_bl_small, #breadcrumb .active .cr_br_small {
	display: none;
}

.tab .mask * {
	position: absolute;
	background-image: url(../images/layout/mask_tablink.png);
	background-repeat: no-repeat;
	height: 4px;
	width: 4px;
	margin: 0;
	padding: 0;
	font-size: 4px;
}

.tab .cr_tl_small {
	top: 0px;
	left: 0px;
	background-position: 0 0;
}

.tab .cr_bl_small {
	left: 0px;
	bottom: 0px;
	background-position: 0px -12px;
}

.tab .cr_tr_small {
	top: 0px;
	right: 0px;
	background-position: -12px 0;
}

.tab .cr_br_small {
	right: 0px;
	bottom: 0px;
	background-position: -12px -12px;
}

#breadcrumb p {
	color: #fff;
	padding: 5px 0 0 12px;
}

#breadcrumb .link_grey {
	top: 3px;
}

/*Stage - replaces third level navigation on some pages*/
div.stage {
	height: 1%;
	background: #f2f2f2 url(../images/layout/bg_stage.png) no-repeat center bottom;
	padding: 20px;
	overflow: hidden;
}

div.stage img.float-left {
	display: block;
	margin-right: 20px;
}

div.stage h1 {
	margin-bottom: 0;
}

div.stage h2 {
	font-size: 23px;
	font-weight: normal;
	padding-right: 20px;
	line-height: 1.2;
	margin-bottom: 14px;
}

div.stage p {
	font-size: 14px;
	line-height: 1.5;
	padding-right: 20px;
}

 /*footer*/
div#footer {
	width: 944px;
	height: 70px;
	padding-bottom : 40px;	
	padding-top:40px;
    margin-left: 37px;
    margin: 0 auto;
}
div.footer-box {
	height: 70px;
	padding: 20px 25px;
	margin-bottom: 20px;
	background: #666 url(../images/layout/bg_footer.png) no-repeat center bottom;
	color: #fff;
	overflow: hidden;
}

div.footer-box p {
	font-size: 11px;
	line-height: 1.3;
	margin-right: 100px;
}

div.footer-box p a {
	color: #fff;
}

div.footer-box-column {
	float: left;
	height: 100%;
	border-left: 1px solid #b2b2b2;
	padding: 0 15px;
}

div.footer-box-column .subnav {
	color: #fff;
	margin: 0 10px 19px 0;
	padding: 0;
	list-style: none;
	float: left;
}

div.footer-box-column .subnav a {
	color: #fff;
	background-image: url(../images/layout/linkpfeil_footer.png);
}

div.footer-box-column .subnav a:hover {
	color: #fff;
	background-image: url(../images/layout/bg_link_grey.png);
}

div#footer .page-search-container {
	margin-right: 20px;
}

div#footer p.copyrightnote {
	font-size: 11px;
	margin: 22px 0 0 10px;
}

/* content general */
div#content-container {
	margin-left: 45px;
	min-height:450px;
}

div.column211 {
	width: 211px;
	float: left;
	margin-left: 20px;
}

div.column288 {
	width: 288px;
	float: left;
	margin-left: 20px;
}

div.column596 {
	width: 596px;
	float: left;
	margin-left: 20px;
}

div.column673 {
	width: 673px;
	float: left;
	margin-left: 20px;
}
div.column1144 {
	float:left;
	margin-left:20px;
	width:1144px;
}

div#content-container-wide {
	margin-left:50px;
	width:1164px;
	min-height:450px;
}

div.column904 {
	width: 904px;
	float: left;
	margin-left: 20px;
}

/** special column WITHOUT left margin for categories list only! **/
div.column-cats693 {
	width: 693px;
	float: left;
	margin-left: 0px;
}

/** special column width for reports page only! **/
div.column-reports326 {
	width: 326px;
	float: left;
	margin-left: 20px;
}

/** special column width for reports page only! **/
div.column-centered328 {
	width: 328px;
	float: left;
	margin-left: 308px;
}

 /*Sub-Columns*/ 
div.subcolumn-container {
	clear: both;
	width: 100%;
	overflow: hidden;
}

.col-nomargin {
	margin-left: 0 !important;
}

div.column442 {
	width: 442px;
	float: left;
	margin-left: 20px;
}

/* "success" layer */
div#success {
	width: 371px;
	height: 57px;
	padding: 15px 20px 0 20px;
	position: fixed;
	top: -75px;
	left: 316px;
	background: url(../images/layout/bg_success.png) no-repeat center bottom;
	z-index: 1000;
	overflow: hidden;
}

div#success img {
	display: block;
	float: left;
	margin-right: 15px;
}

div#success p {
	margin-top: 8px;
	width: 300px;
	float: left;
	color: #339900;
} 



#login01 {
	background-color: #f2f2f2;
	display: none;	
	margin-top: 5px;	
}
#login01 a {
	display: block;
	padding: 3px 5px;
	color: #000;	
	text-decoration: none;
}
#login01 a:hover {
	background-color: #cbd6e2;
}
.link_grey2,
.static_grey {
	position: relative;
	float: left;
	padding: 0;
}
.link_grey2 a,
.static_grey {
	font-size: 11px;
	color: #010101;
	margin: 0;
	padding: 4px 4px 0 0;
	text-decoration: none;
	display: block;
	background: url(../images/layout/linkpfeil_grau.png) no-repeat 2px 8px;
}
.static_grey {
	background-image: none;
}
/*
.link_grey2 a:hover {
 text-decoration: underline;
}
*/
.link_grey2 a span,
.static_grey span {
	padding: 2px 6px 0px 15px;
	height: 14px;
		display: block;
}
.static_grey span {
	padding: 2px 6px 0px 2px;
}


.rebateInfo
{	
	margin-right:2px;
	cursor:pointer;
}
#panasonic-errormessage 
{
	border: 2px solid black; 
	position: fixed; 
	z-index: 1000; 
	height: 140px; 
	width: 600px; 
	display: none;
}

#panasonic-saptracewarning {
	height: 5px; 
	font-size: 7pt; 
	color:white; 
	width:70px; 
	position: absolute; 
	top: 0px; 
	right:110px;  
	text-transform: uppercase; 
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px; 
	font-weight: bold; 
	background-color:#394959; 
	font-family: Verdana;
	height: 14px;
	z-index: 600;
}
#panasonic-langeditor 
{
	height: 5px; 
	font-size: 7pt; 
	cursor: pointer; 
	position: absolute; 
	text-align: right; 
	top: 0px; 
	right:0px; 
	color:white; 
	width:100px; 
	text-transform: uppercase; 
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px; 
	font-weight: bold; 
	background-color:#394959; 
	font-family: Verdana;
	height: 14px;
	z-index: 600;
}

.selectedItemsPerPage 
{
	margin-right:3px;
}
.lang-hot-spot 
{
	width:9px !important;
	height:9px !important;
}

.LinkListItem div
{
	float:left;
	margin-top:10px;
}

.LinkListItem .LinkListItemLeft
{
	width:80px;
	margin-right:10px;
	margin-bottom:5px;
}

.LinkListItem .LinkListItemImage
{
	display:block;
}

.LinkListItem .LinkListItemDescription
{
	font-size:10px;
}


#wrapper {
     width: 1030px; 
     margin: 0 auto;
}
