﻿.tutorial {
    background: transparent url("../../App_Themes/Whirlpool/Images/tutorial_hila.png" ) no-repeat center bottom; 
    position: fixed;
    top: 0;
    left: 63%;
    width: 200px;
    height: 100px;
    margin: 0px;
    text-align: center;
    z-index: 950;
}
.statusMessageContainer {
    /* position: absolute; */
    position: fixed;
    top: 0;
    left: 50%;
    width: 10px;
    margin: 0px;
    text-align: center;
    z-index: 900;
}
.statusMessage
{
    position: absolute;
    /* top: 0; */
    left: -400px;
    width: 800px;
    background: transparent url("../../App_Themes/Whirlpool/Images/bg_statusMessageGreen.gif" ) no-repeat center bottom; 

    padding: 10px 0px;
    font-weight:bold;
    font-size: 12px;
    color: #333333;
    text-align: center;
    z-index: 910;
}
.statusMessageError
{
    position: absolute;
    /* top: 0; */
    left: -400px;
    width: 800px;
    padding: 10px 0px;
    margin: 0px;
    background: transparent url("../../App_Themes/Whirlpool/Images/bg_statusMessageRed.gif" ) no-repeat center bottom; 
    font-weight:bold;
    font-size: 12px;
    color: #333333;
    text-align: center;
    z-index: 920;
}
.statusMessage a
{
	color: #097311;
}
.statusMessageError a
{
	color: #CC0000;
}

/* ############### Container ############### */
 
div#wrap
{
    overflow: hidden; /* FF fix */
    width: 880px;
    margin: 0 auto;
    text-align: left;
    background: transparent url("../../App_Themes/Whirlpool/Images/bg_container.gif" ) repeat-y center; 
}
div#container
{
    float: left;
    display:block;
    margin: 0px 0px 0px 40px;
    padding: 0px;
    /* overflow: hidden; */
    background-color: transparent;
    background-color: #FFF;
    width: 800px;
}

/* ############### Header ############### */
div#header {
	position: relative; /* necessary for positioning .marketsAndLanguages */
	width: 800px;
	float: left;
	/* height: 100%;*/
}

.master-logo
{
	background: transparent url("../../App_Themes/Whirlpool/Images/logo.gif") no-repeat left top; 
	width: 320px;
	height: 100%;
	border: none;
	float: left;
	margin: 20px 0px 5px 20px;
}

.master-div-admin
{
	margin-left: 0px;
	padding: 3px; 
}

/* ############### Category navigation ############### */

div.categoryMenu
{
    position: relative;
	float: left;
	display: block;
	width: 160px;
	margin: 0px 0px 10px 0px;
	z-index: 50;
}
div.brands
{
	display: block; float: left;
	width: 120px;
	height: 100%;
	margin: 10px 0px 10px 20px;
}
div.divDevExtraBlock {
	display: block; float: left;
	width: 135px;
	margin: 10px 0px 10px 20px;
}

/* ############### Content area ############### */

div.pnlContent
{
	display: block;
	float: right;
	width: 640px;
	width: 639px;
		    margin-left: -160px; /* fix background-image problem for IE 6  */
	        padding-left: 160px; /* IE 6 specific */
}
div.pnlContentWide
{
	display: block;
	float: left;
	width: 800px;
	margin: 0px;
}
.content 
{
	display: block;
	float: left;
	margin: 15px 10px 15px 20px;
	width: 610px;
}
.content-wide
{
	display: block;
	float: left;
	margin: 15px 10px 15px 20px;
	width: 750px;
}
.contentPress 
{
	display: block;
	float: left;
	margin: 0px 0px 10px 20px;
	padding-bottom: 15px;
	width: 615px;
}
.contentAdmin 
{
	display: block;
	float: left;
	overflow: hidden;
   	width: 776px;
	margin: 0px 12px 15px 12px;
	margin: 0px;
	padding: 10px 12px 15px 12px;
}


/* ############### Footer ############### */

.footer
{
    float: left;
    display:block;
    margin: 5px 0px 0px 32px;
    padding: 10px 0px 0px 0px;
    background: #f7fcfd url("../../App_Themes/Whirlpool/Images/bg_footer.gif" ) no-repeat top center; 
	width: 816px;
	 text-align: right;
	/* height: 50px;*/
}
.gir { text-align: right; margin-right: 8px; }
.footer .gir a, .footer .gir a:visited { color:#b6c3c6; text-decoration: none; padding-top: 2px; }
.footer .gir a:hover { color:#576668; text-decoration: none; }



/*
div.contactInfo {
	margin: 20px 0px 0px 10px;
	text-align: left;
	word-wrap: break-word;
	color: #444;
}
*/

.modal-popup
{
	background-color: #ffffff;
    padding: 6px;
    z-index: 10001;
    border:1px solid black;
}

.modal-popup-background
{
	background-color: Gray;
    filter: alpha(opacity=70) !important;
    opacity: 0.7;
    top: 0px !important;
    left: 0px !important;
    position: absolute !important;
    z-index: 1 !important;
}