*a {font-family: Arial, Helvetica, sans-serif;}

 body {width:100%;height:100%;margin:auto;min-width:800px;max-width:4000px}
   
.simpleCart_items{ 
	margin: 0 ;
	border: 0;
	outline:0; 
	font-size: 9px;
	background: transparent;
	width:auto;
	font-family: Arial, Helvetica, sans-serif;
}
.itemContainer{
	float:left;
	font-size:9px;
	font-family: Arial, Helvetica, sans-serif;
}
.itemImage{
	width:60px;
	font-family: Arial, Helvetica, sans-serif;
}
#simpleCart_items td,tr {
	margin: 0 ;
	border: 0;
	outline:0; 
	font-size: 12px;
	vertical-align:center;
	background: transparent;
	width:auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
.itemName{
	font-size:9px; 
	display:inline;
	font-family: Arial, Helvetica, sans-serif; 
}
.itemPrice{
	font-size:9px;  
	width:85px;
	color:#418932;
	font-family: Arial, Helvetica, sans-serif;
}
.itemQuantity{
	font-size:9px; 
	width:85px;
	font-family: Arial, Helvetica, sans-serif;
}
.itemQuantity input{
	float:left;
	font-size:9px; 
	font-family: Arial, Helvetica, sans-serif;
}

.itemTotal{
	font-size:9px; 
	color:#c23f26;
	margin-top:-6px;
	font-family: Arial, Helvetica, sans-serif;
}
.iteem-ref{
	font-size:19px; 
	width:100%;
	color:#c23f26;
	margin-top:-6px;
	font-family: Arial, Helvetica, sans-serif;
}

#products-wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.products {
	width: 60%;
	float:left;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.product {
	margin-bottom: 10px;
	height: 100px;
	background: #F0F0F0;
	padding: 10px;
	border: 1px solid #DDD;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #F8F8F8;
	font-family: Arial, Helvetica, sans-serif;
}
.product .product-thumb {
	float: left;
	height: 100px;
	width: 100px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.product .product-content{
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
}
.product .product-content h3 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	color: #707070;
	font-family: Arial, Helvetica, sans-serif;
}
.product .product-info {
	float: right;
	font-size: 13px;
	font-weight: bold;
	margin-top:10px;
	font-family: Arial, Helvetica, sans-serif;
}
.shopping-cart{
	width: 250;
	padding: 9px;	
	border: 1px solid #DDD;
	border-radius: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 2px 0px 20px 5px rgba(0,0,0,0.41);
	-moz-box-shadow: inset 2px 0px 20px 5px rgba(0,0,0,0.41);
	box-shadow: inset 2px 0px 20px 5px rgba(0,0,0,0.41);
	font-family: Arial, Helvetica, sans-serif;
	}
.shopping-cart h2 {
	font-size: 12px;
	padding: 4px;
	margin: -10px -10px 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 2px 0px 20px 5px rgba(0,0,0,0.41);
	-moz-box-shadow: inset 2px 0px 20px 5px rgba(0,0,0,0.41);
	box-shadow: inset 2px 0px 20px 5px rgba(0,0,0,0.41);
	font-family: Arial, Helvetica, sans-serif;
}

.shopping-cart h4 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif; 
}

.shopping-cart h3,.view-cart h3 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	margin: 0px -10px -10px;
	font-family: Arial, Helvetica, sans-serif;
}
.shopping-cart ol{
	padding: 1px 0px 0px 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.shopping-cart .cart-itm, .view-cart .cart-itm{
	border-bottom: 1px solid #DDD;
	font-size: 14px;
	font-family: arial;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.shopping-cart .remove-itm, .view-cart .remove-itm{
	font-size: 14px;
	float: right;
	background: #D5D5D5;
	padding: 4px;
	line-height: 8px;
	border-radius: 3px;
	font-family: Arial, Helvetica, sans-serif;
}
.shopping-cart .remove-itm:hover, .view-cart .remove-itm:hover{
	background: #C4C4C4;
	font-family: Arial, Helvetica, sans-serif;

}
.shopping-cart .remove-itm a, .view-cart .remove-itm a{
	color: #888;
	text-shadow: 1px 1px 1px #ECECEC;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}

.check-out-txt{
	font-family: Arial, Helvetica, sans-serif;	
}

/*** view cart **/
.view-cart{
	font-size: 14px;
	width: 97%;
	float:left;
	background: #F0F0F0;
	padding: 10px;	
	border: 1px solid #DDD;
	border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.view-cart .p-price{
	float: right;
	margin-right: 10px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.view-cart .product-info{width:100%;}
 
 
.div view-cart{
overflow-y:auto;
overflow-x:hidden;

width:243px;
margin-bottom:20px;
} 
.item-name{
 
width:auto
}

th.item-ref {
  
   width:100%;
}
td.item-ref {
  
}
 
td.item-name {
    
   width:50%;
}
 

td.item-marca {
    
   width:10%;
}
 
.item-nomecliente{
float:left;
width:200px;
 align:bottom;
}	
td.item-nomecliente{
width:auto
}		 

.imgRemove {
 		border: 1px;
		text-align: center;
		font-size: 40px;
		border-style: solid;
		border-color: WHITE;
		box-shadow: 2px 1px 2px 1px  #888888;
		border-radius: 100%;
		padding:1px; 
 		background-color:transparent;	 
} 
.imgRemove:hover {
	color:gray;
	-webkit-transform:scale(1.2); transform:scale(1.2);
}

.increment {
		border: 1px;
		text-align: center;
		font-size: 40px;
		border-style: solid;
		border-color: WHITE;
		box-shadow: 1px 1px 1px 1px  #888888;
		 
		padding:2px; 
 		background-color:transparent;	 
} 
.increment:hover {
	color:gray;
	-webkit-transform:scale(1.2); transform:scale(1.2);
}

.decrement {
		border: 1px;
		text-align: center;
		font-size: 40px;
		border-style: solid;
		border-color: WHITE;
		box-shadow: 1px 1px 1px 1px  #888888;
		 
		padding:2px; 
 		background-color:transparent;	 
} 
.decrement:hover {
	color:gray;
	-webkit-transform:scale(1.2); transform:scale(1.2);
}

.textbox {
 		border: 1px;
		border-style: solid;
		box-shadow: 1px 1px 1px 1px  white;
		padding:10px; 
		text-align: center;
} 

.item-quantity{

vertical-align:middle;
}
.item-Quantity input{
width:100%;
vertical-align:middle;
border:1px solid #ccc;
padding:3px 2px;
}

.item-image {
height:100px
 
} 

td.item-marca {
width:30px;
} 
.artigos h2 	{
	font-size: 12px; background: #E2E2E2; padding: 4px; margin: -10px -10px 5px;  align:left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px	;
	-webkit-box-shadow: inset 2px 0px 20px 5px rgba(0,0,0,0.41);
	-moz-box-shadow: inset 2px 0px 20px 5px rgba(0,0,0,0.41);
	box-shadow: inset 2px 0px 20px 5px rgba(0,0,0,0.41);}

.h3 {font-size: 8px;}

.cliente 	{
	font-size: 12px; padding: 4px;  width: 220px;  margin: 0px 0px 0px;  align:left;
	moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
.equivalencia 	{
	font-size: 12px; padding: 4px;  width: 100px;  margin: 0px 0px 0px;  align:left;
	moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

.btn_cancel {
			background:red;
			background:-moz-linear-gradient(top,red 0%,red 100%);
			background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,red),color-stop(100%,red));
			background:-webkit-linear-gradient(top,red 0%,red 100%);
			background:-o-linear-gradient(top,red 0%,red 100%);
			background:-ms-linear-gradient(top,red 0%,red 100%);
			background:linear-gradient(top,red 0%,red 100%);
			filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='red', endColorstr='red',GradientType=0);
			padding:5px 5px;
			color:#fff;
			

			font-family:'Helvetica Neue',sans-serif;
			font-size:12px;
			border-radius:5px;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
			border:1px solid gray;
			box-shadow: 1px 1px 1px 1px  #888888;		 
			padding: 28px 10px 28px 10px; 		  
			width: 50px; 
			display:inline-block;
			cursor:default;
		}
.btn_cancel:hover {
	color:gray;
	-webkit-transform:scale(1.2); 
	transform:scale(1.2);
	cursor:hand;
	box-shadow: 1px 1px 0px 0px  #888888;
}
 


.btn_orcamento {
			background:#09A3F0;
			background:-moz-linear-gradient(top,#09A3F0 0%,#09A3F0 100%);
			background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#09A3F0),color-stop(100%,#09A3F0));
			background:-webkit-linear-gradient(top,#09A3F0 0%,#09A3F0 100%);
			background:-o-linear-gradient(top,#09A3F0 0%,#09A3F0 100%);
			background:-ms-linear-gradient(top,#09A3F0 0%,#09A3F0 100%);
			background:linear-gradient(top,#09A3F0 0%,#09A3F0 100%);
			filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#09A3F0', endColorstr='#09A3F0',GradientType=0);
			padding:5px 5px;
			color:#fff;
			font-family:'Helvetica Neue',sans-serif;
			font-size:12px;
			border-radius:5px;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
			border:1px solid #DDDDDF;
			
			box-shadow: 1px 1px 1px 1px  #888888;
			border-radius: 100%;
			padding: 30px 5px 30px 5px; 	
			width: 62px; 	 
			display:inline-block;
			cursor:default
			 
		}	
.btn_orcamento:hover {
	color:gray;
	-webkit-transform:scale(1.2); 
	transform:scale(1.2);
	cursor:hand;
	box-shadow: 1px 1px 0px 0px  #888888;	

}


.btn_encomenda {
			background:#5CCD00;
			background:-moz-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
			background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5CCD00),color-stop(100%,#4AA400));
			background:-webkit-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
			background:-o-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
			background:-ms-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
			background:linear-gradient(top,#5CCD00 0%,#4AA400 100%);
			filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5CCD00', endColorstr='#4AA400',GradientType=0);
			padding:5px 5px;
			color:#fff;
			font-family:'Helvetica Neue',sans-serif;
			font-size:12px;
			border-radius:5px;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
			border:1px solid #DDDDDF;
		 
			box-shadow: 1px 1px 1px 1px  #888888;
			border-radius: 100%;
			padding: 30px 4px 30px 4px; 	
			width: 65px; 	
			display:inline-block;
			cursor:default
		}
.btn_encomenda:hover {
	color:gray;
	-webkit-transform:scale(1.2); 
	transform:scale(1.2);
	cursor:hand;
	box-shadow: 1px 1px 0px 0px  #888888;
}

.encpend {
  border-radius: 50px;
  border: 3px solid RED;
  text-align:center; 
  width: 38px;
  height: 38px;  
  line-height:38px;
  color:red;
  font-family:'Helvetica Neue',sans-serif;
  font-size:11px;
  -webkit-transition: all 0.7s ease;transition: all 0.7s ease;
   
  margin-left: 2px;
  margin-bottom: 4px;
  box-shadow: 1px 1px 0px 0px  #aaa7a7;
  display: block;
}
.encpend:hover 
{
  -webkit-transform:scale(1.1);
  transform:scale(1.1);
  box-shadow: 1px 1px 0px 0px  #888888;
  cursor:hand;
}

#page-loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    display: none;
    text-align: center;
    width: 100%;
    padding-top: 25px;
    background-color: rgba(255, 255, 255, 0.7); 
}

.btn_ficheiro {
			background:#d3d3d3;
			background:-moz-linear-gradient(top,gray 0%,gray 100%);
			background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,gray),color-stop(100%,gray));
			background:-webkit-linear-gradient(top,gray 0%,gray 100%);
			background:-o-linear-gradient(top,gray 0%,gray 100%);
			background:-ms-linear-gradient(top,gray 0%,gray 100%);
			background:linear-gradient(top,gray 0%,gray 100%);
			filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='gray', endColorstr='gray',GradientType=0);
			padding:5px 5px;
			color:#fff;
			font-family:'Helvetica Neue',sans-serif;
			font-size:12px;
			border-radius:5px;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
			border:1px solid #DDDDDF;
			box-shadow: 1px 1px 1px 1px  #888888;		 
			padding: 28px 10px 28px 10px; 		  
			width: 95; 
			display:inline-block;
			cursor:default;

		}


.btn_ficheiro:hover {
	color:white;
	-webkit-transform:scale(1.2); 
	transform:scale(1.2);
	cursor:hand;
	box-shadow: 1px 1px 0px 0px  #888888;
}

.btn_exemplo {
			background:blue;
			background:-moz-linear-gradient(top,white 0%,white 100%);
			background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,white),color-stop(100%,white));
			background:-webkit-linear-gradient(top,white 0%,white 100%);
			background:-o-linear-gradient(top,white 0%,white 100%);
			background:-ms-linear-gradient(top,white 0%,white 100%);
			background:linear-gradient(top,white 0%,white 100%);
			filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='white', endColorstr='white',GradientType=0);
			padding:5px 5px;
			color:black;
	
			font-family:'Helvetica Neue',sans-serif;
			font-size:12px;
			border-radius:5px;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
			border:1px solid white;
			box-shadow: 1px 1px 1px 1px  #888888;		 
			padding: 1px 10px 1px 10px; 		  
			width: 65; 
			display:inline-block;
			cursor:default;

		}
.btn_exemplo:hover {
	color:black;
	-webkit-transform:scale(1.2); 
	transform:scale(1.2);
	cursor:hand;
	box-shadow: 1px 1px 0px 0px  #888888;
}


