@charset "utf-8";
/* Global Styles */
a:hover {
	color: rgba(255,255,255,1.00);
}
/*header*/
header a:hover {
	color: rgba(146,146,146,1.00);
}
h1 {display: inline;
font-size: 14px;
}
header {
	 font-family: Tahoma,Arial, Helvetica, sans-serif;
	color: rgba(146,146,146,1.00);
	 font-size: 16px;
	 font-style: normal;
	//font-weight: 400;
	display: inline;
	 
	width:1540px;
}
/* Logo placeholder*/
 
header #logo {		
	float:left; 
	width: 250px;
	 
}
header #areaA {	
text-align:right;	
		height:40px;	 
	  
}

header #areaB {	
 padding-top:15px; 	
	height:60px;
	text-align:right; 
}

 
 

 
/* Main content of the site */
#content {
	clear: both;
	overflow: auto;
	padding-top: 10px;	 
}
#content  a:hover {
	color: rgba(146,146,146,1.00);
}
/* Sidebar */
#content .sidebar {
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	color: rgba(146,146,146,1.00);
	float: left;
	width: 210px;
	padding-left: 3%;
	padding-right: 3%;
	text-align: center;
	background-color: rgba(255,255,255,1.00);
	padding-top: 36px;
	 
}
/* main content of the site */
#content .mainContent {
	float: left;
	width: 750px;
	//text-align: center;
	padding-left: 0%;
}
#content .mainContent h2 {
	
	font-size:14px;
}
/*menubar's properties for menus in sidebar */
#content .sidebar #menubar {
	text-align: left;
	color: rgba(146,146,146,1.00);
	position: relative;
	left: 0%;
}
/* Search field in sidebar */
#content .sidebar #search {
	width: 100%;
	border-radius: 0px;
	height: 42px;
	text-align: center;
	color: rgba(208,207,207,1.00);
	font-size: 14px;	 
	margin-bottom: 21px;
}
/* Whole page content */
#mainWrapper {
	width: 1200px;
	
}
/*menu elements */
.menu ul li {
	list-style-type: none;
	font-size: x-large;
	position: relative;
	left: -35px;
	padding-top: 12px;
}
/* Product rows for catalog */
#content .mainContent .productRow {
	overflow: auto;
	color: black;	
}
/* Each product Information in the catalog */
.mainContent .productRow .productInfo {
	float: left;
	padding-left: 3%;
	padding-right: 3%;
	width: 43%; 
	border-top :1px gray dashed;
}
/* Prices of a products in catalog */
.productRow .productInfo .price {
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 22px;
	//position: relative;
	//top: -60px;
	
}
/* Content holder for products in catalog*/
.productRow .productInfo .productContent {
	position: relative;
	//top: -36px;
	font-size: 14px;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-style: normal;
	//font-weight: 200;
	color: rgba(10,10,10,1.00);
	white-space: pre-wrap;
	 
}
/* Buy button for products in catalog */
.productRow .productInfo .buyButton {
	position: relative;
	//top: -48px;
	width: 70px;
	background-color: green;
	height: 35px;
	color: rgba(255,255,255,1.00);
	border-style: none;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 2px;
	cursor: pointer;
	 
}
/* footer */
#mainWrapper footer {
	clear: both;
	overflow: auto;
	background-color:  #00B214 ;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 200;
	line-height: 1.8;
	padding-top: 22px;
	padding-left: 22px;
	text-align: center;
	padding-bottom: 22px;
	padding-right: 22px;
}
/*Each footer content */
#mainWrapper footer div {
	width: 27%;
	float: left;
	padding-left: 4%;
	padding-right: 2%;
	color: rgba(255,255,255,1.00);
	text-align: justify;
}
/* Links in footer */
footer div a {
	color: rgba(255,255,255,1.00);
    
	text-decoration: none;
	text-align: center;
}
/* Product's images in catalog */
.productInfo div img {
	max-height: 120px;
	 
}
/*Links in sidebar */
.sidebar #menubar .menu ul li a {
	color: rgba(146,146,146,1.00);
	text-decoration: none;
}
.sidebar #menubar .menu ul li a:hover {
	color: rgba(107,97,97,1.00);
	text-decoration: none;
}
/* Menu headings in sidebar */
#menubar .menu h2 {
	font-size: 14px;
}
/*Links under menus in sidebar */
#menubar .menu ul li a {
	font-size: 14px;
}
/* Menus in sidebar */
.sidebar #menubar .menu {
	margin-bottom: 29px;
}
/* Container for links in footer */
footer .footerlinks {
	margin-top: -15px;
}

#menutopbar{
	display: none;
}

/* Media query for tablets */
 

/*media query for small screen devices */
  

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;                                              
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
	}
#menutopbar .panel 	ul li {margin:0px;list-style:none;font-size:14px;}
#menutopbar .panel 	ul li  a{list-style:none; height:30px;display:block;border-bottom:1px #e4e4e4 dashed;text-decoration:none;color:#504b4b;padding:0 0 0 14px;line-height:30px;}
 
	
	
#content section.sidebar #menubar nav.menu ul li  a{list-style:none; height:30px;display:block;border-bottom:1px #e4e4e4 dashed;text-decoration:none;color:#504b4b;padding:0 0 0 14px;line-height:30px;}
 	
	  ul li  a:hover{background-color:lightgreen; }

/* Menu Start */
/* Add a black background color to the top navigation */
.topnav {
  background-color: #00B214 ;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Add an active class to highlight the current page */
.active {
  background-color: #4CAF50;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 17px; 
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: Tahoma,Arial, Helvetica, sans-serif;
  margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #68B27E;
  color: white;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
 

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
 

/* modal start */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 400px;
}

 
 
/* modal end */

/*button start*/
button {
    color: #444444;
    background: #F3F3F3;
    border: 1px #DADADA solid;
    padding: 5px 10px;
    border-radius: 2px;
    font-weight: normal;
    font-size: 14pt;
    outline: none;
	cursor: pointer;
	 
}

button:hover {
    border: 1px #C6C6C6 solid;
    box-shadow: 1px 1px 1px #EAEAEA;
    color: #333333;
    background: #F7F7F7;
}

button:active {
    box-shadow: inset 1px 1px 1px #DFDFDF;   
}


button.blue {
    color: white;
    background: #4C8FFB;
    border: 1px #3079ED solid;
    box-shadow: inset 0 1px 0 #80B0FB;
}

button.blue:hover {
    border: 1px #2F5BB7 solid;
    box-shadow: 0 1px 1px #EAEAEA, inset 0 1px 0 #5A94F1;
    background: #3F83F1;
}

button.blue:active {
    box-shadow: inset 0 2px 5px #2370FE;   
}


button.orange {
    color: white;
    border: 1px solid #FB8F3D; 
    background: -webkit-linear-gradient(top, #FDA251, #FB8F3D);
    background: -moz-linear-gradient(top, #FDA251, #FB8F3D);
    background: -ms-linear-gradient(top, #FDA251, #FB8F3D);
}

button.orange:hover {
    border: 1px solid #EB5200;
    background: -webkit-linear-gradient(top, #FD924C, #F9760B); 
    background: -moz-linear-gradient(top, #FD924C, #F9760B); 
    background: -ms-linear-gradient(top, #FD924C, #F9760B); 
    box-shadow: 0 1px #EFEFEF;
}

button.orange:active {
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.3);
}


button.red {
    background: -webkit-linear-gradient(top, #DD4B39, #D14836); 
    background: -moz-linear-gradient(top, #DD4B39, #D14836); 
    background: -ms-linear-gradient(top, #DD4B39, #D14836); 
    border: 1px solid #DD4B39;
    color: white;
    text-shadow: 0 1px 0 #C04131;
}

button.red:hover {
     background: -webkit-linear-gradient(top, #DD4B39, #C53727);
     background: -moz-linear-gradient(top, #DD4B39, #C53727);
     background: -ms-linear-gradient(top, #DD4B39, #C53727);
     border: 1px solid #AF301F;
}

button.red:active {
     box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
    background: -webkit-linear-gradient(top, #D74736, #AD2719);
    background: -moz-linear-gradient(top, #D74736, #AD2719);
    background: -ms-linear-gradient(top, #D74736, #AD2719);
}
/*button end*/
/*Form start*/

.inputtext {
  width: 90%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

.container {
  border-radius: 5px;
  background-color: #FFFFCC;
  padding: 20px;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
 

/*Form end*/