﻿/* ********************** */
/* ******  MOZILLA ****** */
/* ********************** */
body {
	background-color: #FFFFFF;
	margin: 0px auto;
	font-family: "Times New Roman", Times, serif;
}
	
#logo	{
	background-color: #FFFFFF;
	background-image: url('images/block_logo.png');
	background-repeat: no-repeat;
	background-position: center;
	min-width: 580px;
	min-height: 75px;
	margin-top: 5px;
	margin-left: 15%;
	margin-right: 15%;
	text-align: center;
	}


#container {
	border: 1px solid #000000;
	border-bottom: 5px solid gray;
	border-right: 5px solid gray;
	min-width: 520px;
	padding: 5px;
	margin-top: 0px;
	margin-left: 18%;
	margin-right: 18%;
	text-align: center;
	overflow: auto;
	font-family: "Times New Roman", Times, serif;
}
	
#SideProdDescription { 
	width: 100px;
	padding: 10px;
	margin: auto; 
	float: right;
	text-align: center;
	}

#AddtoBasket	 {
	background-color: #C1D7BF;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-attachment: fixed;
	margin-left: 15%;
	margin-right: 15%;
	padding: 5px;
	overflow: auto;
}

#Block_Preview_Container {
	background-color: #ECEDD6;
	width: 135px;
	padding: 0px;
	margin-right: 10px; 
	float: right;
	text-align: center;
	text-decoration: none; color: #663300;
	font-weight:normal;
	font-size:x-small;
	}

Div.Preview_Title {
	background-color: #ECEDD6;
	width: 20px;
	height: 10px;
	margin-top: -10px;
	margin-left: -90px;
	float: right;
	text-align: center;
	text-decoration: none; color: Black;
	font-weight:normal;
	font-size:xx-small;
	}

Div.BlockSides {
	background-color: #ECEDD6;
	border: 0px solid #663300;
	width: 125px;
	padding: 0px;
	margin: auto;
	float: none;
	text-align: center;
	text-decoration: none;
	color: Black;
	font-weight: bold;
}
	
	
#SideMenu	{
	width: 80px;
	background-color: #FFFFFF;
    /*background-image: url('images/wagon_bg_blury_white.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-attachment: fixed;*/
	padding: 0px;
	position: fixed;
	margin-top: 75px;
	z-index: 5;
	font-family: Arial, Helvetica, sans-serif, Times, serif; font-size:medium; 	
	}
.MenuItem	{
	width: 75px;
	border: 1px navy solid;
	background-color: White;
	border-bottom: 2px solid navy;
	border-right: 2px solid navy;
	/*background-image: url('images/wagon_bg_blury_white.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-attachment: fixed;*/
	padding: 0px;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 2px;
	z-index: 6;
	}
a:hover.MenuNav {  text-decoration: underline; border-right: gray 2px solid; display: block; border-bottom: 2px solid gray;}
a.MenuNav span	{display:none;} /* Hide Navigation Tips on Page Load */
a:hover.MenuNav span {display: block; /* Display Navigation Tips */
   position: absolute; top: 0px; left: 50px; width: 200px;
   padding: 5px; margin: 20px; z-index: 100;
   color: gray; background: white; border: 1px black solid;
   border-bottom: 5px solid gray; border-right: 5px solid gray;
   font-weight:normal; text-align: center;
   text-decoration: none;}
a.MenuNav {text-decoration: none; color: Black; font-weight: normal}

.FormField	{background-color: white;}
.FormField:focus {border:thin red solid;}