 /* Made by nobody */


html,body {
	width: 100%;
	height: 100%;
	border: none;
	margin: 0;
	padding: 0;
}
body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	letter-spacing: normal;
}

/*---------------------------------- GENERAL box --------------------------------*/

div,form,input,textarea,button,h1,h2,h3,h4,h5,h6,ul,ol,dl,dt,dd,li,p,span,img,select {
   display: block;
   margin: 0;
   padding: 0;
   border: none;
   outline: none;
   text-decoration: none;
}

.top_heading,
#header, 
#footer,
#print-link,
.right, #cart_process { display: none;}

.content p { margin: 10px 0; }
.content h3, .content h4 { margin: 15px 0;}
table td { padding: 2px 5px 2px 0; }
table { margin: 10px 0;}

a, a:active, a:hover, a:focus { color: #3776c2; text-decoration: underline;}

a:after {
  content: " (" attr(href) ")";
  color: #888; font-weight: 400;
  text-decoration: none;
}
a.no-print:after {
  content:"";
}