html
{	background:#ffffff;
	background-image: url("img/bg1.jpg");
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	margin:0px;
}

.m_header
{	display:inline-block;
	background:inherit;
}

.m_headertable
{	width:300px;
}

.slogan
{	font-size:12px;
}

.imglink
{	cursor:pointer;
}

.m_bar
{	width:240px;
	background-color:#ffffff;
	position:absolute!important;
	z-index:1;
	overflow:autowidth:100%;
	display:block;
	padding:8px 16px;
	text-align:left;
	border:none;
	outline:none;
	white-space:normal;
	float:left;
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
}

.m_div
{	padding:0.01em 16px;
	color:#ffffff;
	background-color:#eeeeee;
}

.m_closebtn
{	border:none;
	display:inline-block;
	outline:0;
	padding:8px 16px;
	vertical-align:middle;
	overflow:hidden;
	text-decoration:none;
	color:inherit;
	background-color:inherit;
	text-align:center;
	cursor:pointer;
	white-space:nowrap;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	position:absolute;
	right:0;
	top:0;
	font-size:18px!important;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
}

.m_closebtn:hover
{	color:#000000;
	background-color:#cccccc;
}

.m_topimg
{	
}

.m_item
{	background:#ffffff;
	display:block;
	padding:5px;
}

.m_item_open
{	background:#eeeeee;
	display:block;
	padding:5px;
	text-decoration:underline;
}

.m_item:hover
{	background:#cccccc;
	cursor:pointer;
}

.m_item a
{	font-family:"Trebuchet MS", Helvetica, sans-serif;
	text-decoration: none;
	color:#000000;
	font-size:15px;
	display:block;
}

.m_item a:hoover
{	cursor:pointer;
}

.m_div2
{	padding:10px;
}

.m_but
{	background:#ffffff!important;
	cursor:pointer!important;
	color:#000000!important;
   	border:1px solid black!important;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:20px;
}

.m_but2
{	background:#ffffff!important;
	cursor:pointer!important;
	color:#000000!important;
   	border:1px solid black!important;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:12px;
}

.content
{	width:335px!important;
	text-align:justify;
	font-size:14px;
	margin:0px;
}

.content_centered
{	width:315px!important;
	text-align:center;
	font-size:14px;
}

.gallery_iframe
{	width:335px!important;
	border:none;
	overflow: hidden;
	height:1103px;
	//height: 100%;
        //position: absolute;
}

.maintable
{	width:310px;
	margin:0px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#000000;
	border-width:0px;
}

.categories_but
{	width:200px;
	background:#ffffff!important;
	cursor:pointer!important;
	color:#000000!important;
   	border:1px solid black!important;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:20px;
	margin-bottom:5px;
}

.productname
{	text-decoration:underline;
}

.productlist
{	width:500px;
	height:150px;
	background:#ffffff;
	border:1px solid black;
	color:#000000;
	font-size:11px;
}

.productimg
{	text-align:center;
}

.producttxt
{	width:350px;
}

.materialtable
{	width:500px;
	background:#ffffff;
	border:1px solid black;
	color:#000000;
	font-size:11px;
}

.materialtd
{	text-align:left;
}

#submenu
{	font-size:18px;
	text-align:left;
	background-color:transparent;
	color:#000000;
	display:none;
	margin-left:50px;
	margin-bottom:8px;
}

.submenuitem
{	font-family:"Trebuchet MS", Helvetica, sans-serif;
	text-decoration: none;
	color:#000000;
	cursor:pointer;
}

a.cooplink
{	font-size:12px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	text-decoration: none;
	text-align:left;
	color:#000000;
	cursor:pointer;
	margin-left:5px;
}

footer
{	display:inline-block;
	background:#cccccc;
	color:#ffffff;
	font-size:12px;
	padding:5px;
}

.extraheight
{	height:300px;
}

.noticetxt
{	font-size:10px;
}

 /* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */ 
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=reset] {
    background-color: #CCCCCC;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: #45a049;
}

/* Add a background color and some padding around the form */
.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

.askbtn
{
	background-color: #cccccc;
	color:#333333;
	font-size:10px;
	padding: 5px 10px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.askbtn:hover
{	background-color: #eeeeee;
}

.skipmobile
{	color:#444444;
	font-size:9px;
	padding:5px;
}

.preview2
{	max-height:150px;
	max-width:150px;
	padding-right:2px;
}