*
{
    margin:0;
    padding:0;
}


html, body 
{
	margin:0;
	padding: 0;
	height:100%;
	min-height:100%;
	min-width:800px;
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family:Ubuntu;
	font-size:15px;
	color:#036;
	background-color: #ffffff;
  	background-size: cover;
	background-position: center top;
	background-attachment:scroll;
	background-repeat: no-repeat;
	overflow:hidden;
}

#div_principal
{
	height:18%;
	padding:10px;
	overflow:auto !important;
}

a:link
{
text-decoration:none;
}

#body_text
{
	height:600px !important;
	overflow:auto !important;
	margin:0 10px 50px 0;
	padding:0 20px 10px 10px;
}

#left_menu
{
	width: 130px;
	margin: 0;
	padding: 0;
}

#left_menu *
{
	transition: all 0.25s !important;
	font-family:Dosis;
	font-size: 14px !important;
	font-weight: 300;
	text-shadow: 1px 1px 0px #333;
	color:#ddd;
	text-align:center;
}

#left_menu li
{
	margin: 0;
	padding: 0;
	border:none;
	list-style-type:none;
}

#left_menu a
{
	margin:0;
	padding:5px 0 4px 0;
	display:block;
	background: rgba(60,60,60,0.7);
	border-top:1px solid rgba(0,0,0,0.1);
}



#left_menu a:hover
{
	background: rgba(30,30,30,1);
	color:#faaa00 !important;
}


#product_list
{
	width: 100%;
	border-collapse:collapse;
	border: none;
	margin:5px 0 0 0 !important;
	padding:0;
}


.product_line
{
	background:rgba(0,0,0,0.1) !important;
}

.product_category_line
{
	font-family:Rajdhani;
	width:300px !important;
	min-width:300px !important;
	background: rgba(0,50,100,0.8);; /* For browsers that do not support gradients */
	font-size:60px;
	text-align:center;
	font-weight:900;
	text-shadow:2px 2px 0px rgba(0,40,85,0.4);
	color: #ffffff;/*c050;*/
	margin:0;
	padding: 20px !important;
	border: none !important;
	white-space:nowrap;
}

.product_cell
{
	background: transparent;
	border: 1px solid transparent;
	padding:5px !important;
	margin:5px 0 5px 0 !important;
	width:95%;
	font-family:Dosis;
	font-weight:bold;
	font-size:35px;
	transition: all 0.25s !important;

}

.product_cell:hover
{
	background: rgba(0,0,0,0.3) !important;
	border: 1px solid #777;
}


#div_tumb
{
	width:160px;
	height:100px;
	background-position:center;
	background-repeat:no-repeat;
	border:1px solid #555;
	opacity: 0.75;
	filter: alpha(opacity=75);
}

.product_cell:hover *
{
	text-shadow: none;
	color:#fff !important;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.product_cell tr
{
	margin:0 !important;
	padding:0 !important;
}

.product_cell td
{
	color: black;
	border: none;
	margin:0 !important;
	padding:2px 3px 1px 1px !important;
	width:100%;
	text-align:center;
	white-space:nowrap;
	
}



.header
{
	font-size:16px;
	font-weight:bold;
	color:#006;
	padding-left:3px;
}

hr
{
	height:1px;
	border:none;
	background-color:gray;
}



#overlay 
{
    display: none; /* ensures it's invisible until it's called */
    position: relative; /* makes the div go into a position that's absolute to the browser viewing area */
    padding: 0; 
	margin-top:5%;
    border:3px solid #aaa;
	border-radius:5px;
    background-color: #ddd;
    width: 75%;
	min-width:830px;
	max-width:830px;
   	/*height: 80%;*/
	min-height:100px;
    z-index: 100; /* makes the div the top layer, so it'll lay on top of the other content */
	text-align:center;
}

#fade {
    display: none;  /* ensures it's invisible until it's called */
    position: fixed;  /* makes the div go into a position that's absolute to the browser viewing area */
    left: 0%; /* makes the div span all the way across the viewing area */
    top: 0%; /* makes the div span all the way across the viewing area */
    background-color: black;
    -moz-opacity: 0.7; /* makes the div transparent, so you have a cool overlay effect */
    opacity: .70;
    filter: alpha(opacity=70);
    width: 100%;
    height: 1000%;
    z-index: 90; /* makes the div the second most top layer, so it'll lay on top of everything else EXCEPT for divs with a higher z-index (meaning the #overlay ruleset) */
}

#ajax_block
{
    display: none;  /* ensures it's invisible until it's called */
    position: absolute;  /* makes the div go into a position that's absolute to the browser viewing area */
    left: 0%; /* makes the div span all the way across the viewing area */
    top: 0%; /* makes the div span all the way across the viewing area */
    background-color: black;
    -moz-opacity: 0.1; /* makes the div transparent, so you have a cool overlay effect */
    opacity: .10;
    filter: alpha(opacity=10);
    width: 100%;
    height: 1000%;
    z-index: 90; /* makes the div the second most top layer, so it'll lay on top of everything else EXCEPT for divs with a higher z-index (meaning the #overlay ruleset) */
}

#ajax_load
{
	display: none;
	font-size:18px;
	text-align:center;
	height:50px;
	width:200px;
	background-color:#FFF;
	border:2px solid #555;
	padding:25px;
    z-index: 100; /* makes the div the top layer, so it'll lay on top of the other content */
	top:15%;
	left:40%;
	position:absolute;	
}



.tb_form 
{
	margin:0;
	padding:0;
	border:none;
	border-collapse:collapse;
	width:900px;
}


.tb_form td:nth-child(1)
{
	white-space:nowrap;
	vertical-align:top;
	text-align:right;
	font-family:dosis;
	font-size:50px;
	font-weight:bold;
	color:#222;
	padding:6px;
	margin:0;
}

.tb_form td:nth-child(2)
{
	width:100% !important;
}

.tb_form td:nth-child(2) *
{
	width:95% !important;
}


.div_message
{
	background:rgba(255,255,255,0.8);
	width:95%;
	padding:25px;
	border-radius:10px;
	border:1px solid #ddd;
	box-shadow:1px 1px 1px #aaa;
	display:none;
	white-space:normal;
	margin:5px;
}

.div_message img
{
	width:60px;
	height:auto;
	vertical-align: middle;
}

.div_message, .div_message *
{
	line-height:20px;
	font-family:dosis;
	font-size:45px !important;
	font-weight:bold !important;
	color:#222 !important;
	text-align:center;

}

input[type=button],input[type=submit], button
{ 
  padding: 15px 25px 15px 25px;
  background: #222;
  border-radius: 3px;
  font-family: dosis;
  font-weight:bold;
  color: #eee;
  font-size: 50px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  text-shadow:1px 1px 1px #000;
  margin:5px;
}

input[type=button]:hover,input[type=submit]:hover, button:hover
{
	background:#666;
}


input[type=text], input[type=password], input[type=checkbox],textarea,select
{ 
	background-color: rgba(200,200,200,0.5);
	color:#222;
	font-size:50px;
	font-family:dosis !important;
	  font-weight:bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
    outline: none;
	padding: 15px !important;
	margin: 5px !important;
	border: 1px solid #ccc;
  }
  
::-webkit-input-placeholder { color:#999; }
::-moz-placeholder { color:#999; } /* firefox 19+ */
:-ms-input-placeholder { color:#999; } /* ie */
input:-moz-placeholder { color:#999; }

textarea:disabled::-webkit-input-placeholder , input:disabled::-webkit-input-placeholder { /* WebKit browsers */
    color:    transparent;
}
textarea:disabled:-moz-placeholder,input:disabled:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    transparent;
}
textarea:disabled::-moz-placeholder,input:disabled::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    transparent;
}
textarea:disabled:-ms-input-placeholder ,input:disabled:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    transparent;
}

.serial_submit
{
	border:none !important;
	font-size:100px !important;
	padding:10px 40px 20px 40px !important;
	border-radius:15px !important;
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.35), rgba(80,80,80,0.35)) !important;
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.35), rgba(80,80,80,0.35)) !important;
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0.35), rgba(80,80,80,0.35)) !important;
	background-image: -o-linear-gradient(top, rgba(255,255,255,0.35), rgba(80,80,80,0.35)) !important;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.35), rgba(80,80,80,0.35)) !important;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.5) !important;
	cursor:pointer !important;
}