@charset "ISO-8859-1";
/* CSS Document */

*
{
    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:14px;
	color:#036;
	background-color: #ffffff;
  	background-size: cover;
	background-position: center top;
	background-attachment:scroll;
	background-repeat: no-repeat;
	overflow:hidden;
  
}

#body_text
{
	height:600px !important;
	overflow:auto !important;
	margin:0 10px 50px 0;
	padding:0 20px 10px 10px;
	font-size:14px !important;
}

#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);
}

.product_category_line
{
	font-family:Rajdhani;
	width:200px !important;
	min-width:200px !important;
	background: rgba(0,50,100,0.8);; /* For browsers that do not support gradients */
	font-size:25px;
	text-align:center;
	font-weight:900;
	text-shadow:2px 2px 0px rgba(0,40,85,0.4);
	color: #ffffff;/*c050;*/
	margin:0;
	padding: 10px !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:15px;
	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;
	
}

td {vertical-align:middle;}

hr
{
	height:1px;
	border:none;
	background-color:gray;
}

.menu
{
	font-size:12px;
	font-weight:bold;
	color:#00b;
	width: 100%;
}


a:link
{
text-decoration:none;
}


#close_product
{
	float:right;
	position:absolute;
	top:-12px;
	right:-12px;
	padding:0;
	margin:0;
	z-index:201;
	background-image:url(../IMG/ICONS/x_close.png);
	background-size:25px 25px;
	background-repeat:no-repeat;
	background-position:center;
	width:25px;
	height:25px;
	cursor:pointer;
}

#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:16px;
    border:3px solid #aaa;
	border-radius:5px;
    background-color: #ddd;
    width: 1024px;
	/*min-width:830px;
	max-width:830px;
   	/*height: 80%;*/
	height:600px;
    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; 
}

#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:500px;
}


.tb_form td:nth-child(1)
{
	white-space:nowrap;
	vertical-align:top;
	text-align:right;
	font-family:dosis;
	font-size:16px;
	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:90%;
	padding:20px;
	border-radius:10px;
	border:1px solid #ddd;
	box-shadow:1px 1px 1px #aaa;
	display:none;
	white-space:normal;
	text-align:center;
}

.div_message img
{
	width:50px;
	height:auto;
	vertical-align:middle;
}

 .div_message, .div_message *
 {
 	font-family:dosis;
	font-size:20px !important;
	font-weight:bold !important;
	color:#222 !important;
}



input[type=button],input[type=submit], button
{ 
  padding: 6px 25px 6px 25px;
  background: #222;
  border-radius: 3px;
  font-family: dosis;
  font-weight:bold;
  color: #eee;
  font-size: 16px;
  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:16px;
	font:dosis;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
    outline: none;
	padding: 6px !important;
	margin: 5px !important;
	border: 1px solid #ccc;
  }
  
::-webkit-input-placeholder { color:#555; }
::-moz-placeholder { color:#555; } /* firefox 19+ */
:-ms-input-placeholder { color:#555; } /* ie */
input:-moz-placeholder { color:#555; }

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;
}
