/*
Description: PHDid Design
Version: v3.0
Created: Denie Nataprawira
*/

body{
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
  margin:0;
  background-position:fixed;
  background-attachment: fixed;
}

hr{
border: 0;
height: 1px;
background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

img{
 	border:0;
 }
 a{
	color: Yellow;
	text-decoration:none;
 }
a:hover{
	text-decoration:underline;
}

#sslheader{ position: fixed; top: 0; background-image:url('https://www.positivessl.com/images-new/PossitiveSSL_tl_trans2.gif'); }

h1 {
	font-family: Verdana, arial, san-serif;	
	font-size: 4em;
	font-weight: bold;
  color: #B1D97A;
	text-shadow: 1px 1px 2px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1); 
}

h2 {
	font-family: Verdana, arial, san-serif;	
	font-size: 3em;
	font-weight: bold;
  color: #B1D97A;
	text-shadow: 1px 1px 2px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1); 
}

h3 {
	font-family: Verdana, arial, san-serif;	
	font-size: 25px;
	font-weight: bold;
  color: #B1D97A;
	text-shadow: 1px 1px 2px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1); 
}

h4 {
	font-family: Verdana, arial, san-serif;	
	font-size: 2em;
	font-weight: bold;
    color: #B1D97A;
	text-shadow: 1px 1px 2px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1); 
}

h5 {
	font-family: Verdana, arial, san-serif;	
	font-size: 1.5em;
	font-weight: bold;
  color: #B1D97A;
	text-shadow: 1px 1px 2px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1); 
}

#btn
{
  background: #f0f0f0;
  color: #000000;
  font: bold 11px 'Verdana';
  padding: 3px;
  cursor: pointer;
}

#gtotal
{
  background: #000000;
  color: #f0f0f0;
  font: bold 12px 'Verdana';
  padding: 3px;
  cursor: pointer;
}

#title
{
  background: #cccccc;
  color: #ffffff;
  font: bold 10px 'Verdana';
  padding: 3px;
  cursor: pointer;
}

#txt
{
  color: #000000;
  font: 10px 'Verdana';
  padding: 3px;
  cursor: pointer;
}

#qty
{
  color: #000000;
  font: 10px 'Verdana';
  padding: 3px;
  cursor: pointer;
}

table {
  padding: 3px;
  background-color: #dddddd;
  color: #000000;
}

td {
  padding: 3px;
  background-color: #f7f7f7;
  color: #000000;
}


/*------------- TYPHOGRAPHY DECLARATIONS ------------------*/

.font_11_bold{
font-weight:bold;
}
.font_14_bold{
font-weight:bold;
margin-bottom:4px;
font-size:14px;
margin-top:10px;
}
  .font_14_grey{
	font-size:14px;
color:#737171;
}

.disclaimer p{
color: #AAA;
font-size: 11px;
font-style: italic;
line-height: 14px;
}