html
{
	padding:0;
	margin:0;
}
body
{
  background-color:#fff;
  margin:0;
  padding:0;
  font-family:'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  color:#333;
  font-size: 7pt;
}
a
{
	text-decoration:none;
}
p
{
	margin:0;
}
form
{
	margin:0;
	padding:0;
}
form input[type="text"]
{
   	border:1px solid #ccc;
    width:90%;
}
#signature
{
	border-bottom:1px solid #777;
	border-top:0;
	border-left:0;
	border-right:0;
	float:right;
	clear:both;
    margin-top:0;
}
#signature_bottom
{
	float:right;
    clear:both;
	padding-right:5px;
}
.datatables tr td
{
	padding:2px 7px !important;
}

h3, h4
{
	text-align:center;
	font-weight:normal;
}

input
{
	font-size:7pt;
}
.float-right{float:right;}

#topbar
{
  height:60px;
  margin:0 auto;
  padding:0;
  width:100%;
  background: #fff url('../img/title_black.png')no-repeat top left;
}
#topbar #dealer_logo
{
	width:97px;
	height:32px;
	float:right;
    margin:0;
	background: #fff url('../img/authserv_black.png') top center no-repeat;	
}
.hide_for_print, .hidden
{
	display:none;
}
#container
{
	margin:-2px auto;
	width:100%;
	padding:0;
}

a img
{
	border:0;
}
.sro_form
{
	width:100%;
	margin:0 auto;
}
#sro_number
{
	font-size:14pt;
	font-weight:bold;
}
#statchangeform
{
	display:none;
}
h3.title
{
	background:#DDDDDD;
	border:1px solid #ccc;
	text-align:left;
	padding:2px;
	clear:both;
	margin:10px 0;
}

table.sro
{
	width:100%;
	margin:0;
	padding:0;
}
table.sro td, table.sro th
{
	padding:0;
}
.left th, .left td, .left
{
	text-align:left !important;
}
table.sro th
{
	text-align:right;
}
table.sro td
{
	text-align:left;
}
table.sro td textarea.small
{
    width:86%;
}
table.sro td textarea
{
    width:97%;
    background-color:inherit;
   -moz-border-radius:7px;
   -webkit-border-radius:7px;	
    border:1px solid #ccc;
    padding:5px;
    font-size:6pt;
}
#box-table-a td textarea
{
    width:98%;
    background-color:inherit;
   -moz-border-radius:7px;
   -webkit-border-radius:7px;	
    border:1px solid #ccc;
    padding:5px;
}
#tinytable
{
	text-align:right;
    float: right;
    list-style: none outside none;
}
#tinytable li img
{
	margin:-10px -7px 0 0;
}
.datatables tr th
{
	background:#D0DCE0;
    font-weight:normal;
}
#footer
{
	background:#fff;
	color:#000;
	border:none;
	text-align:center;
	clear:both;
	width:95%;
	margin:15px auto 0 auto;
}
.receipt_tables_print
{
	border-collapse:collapse;
	width:275px;
	color:#000;
	margin:0 auto;
	padding:0;
	font-family: Tahoma !important;
}
.border_bottom td
{
   border-bottom:0.1em solid #000;
}
#receipt_detail_print thead th
{
	border-bottom:0.2em solid #000;
	text-align:left;
}
#receipt_detail_print tfoot tr:first-child td
{
	border-top:0.2em solid #000;
}
#receipt_detail_print tfoot
{
	text-align:right;
}
.commercial_invoice_tables
{
	  border:1px solid #000;
	  margin-top:10px;
	  width:100%;	border-collapse:collapse;	
}
.commercial_invoice_tables th
{
	background-color:#ccc;
	border-radius:0 !important;
}
.commercial_invoice_tables td, .commercial_invoice_tables th
{
	border-radius:0 !important;
		border-right:1px solid #000;
}
#commercial_invoice_details
{
  margin:20px 0 80px 0;
  border:1px solid #000;
  padding:0;
}
#commercial_invoice_details thead
{
    font-weight:bold;	
}
#commercial_invoice_details tr
{
	border-bottom:1px solid #000;

}
#commercial_invoice_details td
{
	padding:5px;
}
#commercial_invoice_details input
{
	border:0;
}
#customs_row
{	
   text-align:center;
   padding:15px 0 0 0;
   border-top:1px solid #000;	
}
#gray_bottom
{
	background-color:#CCC;
	text-align:center;
	padding:3px 0 0 0;
}
#total
{
	font-weight:bold;
}
.footer_p
{
	text-align:left; padding:8px 0 0 0; width:273px;border-top:1px solid #000; margin:0 auto;font-size:8pt;color:#000;
}
.full-width
{
	width:98%;
}
.align-right
{
	text-align:right;
}
.align-left
{
	text-align:left;
}
#client_info_print th
{
	text-align:right;
}
#service_report_left h1, h2, h3
{
	text-align:left;
	font-weight:bold;
}
#service_report_left
{
	width:18%;
	text-align:left;
	float:left;
	padding:0px 15px 0 0;
	border-right:1px solid #333;
	font-size:8pt;
	margin-top:30px;
}
#service_report_left th, #service_report_right th
{
	text-align:left;
}
#service_report_right
{
	width:64%;
	float:left;
	padding:0 0 0 10px;
	font-size:8pt !important;
	margin-top:30px;
}
#service_ul
{
	list-style:none;
	padding:0 0 0 9px;
	margin:0;
}
#service_ul li
{
	margin:0px 0 3px 0;
	padding:2px;
}
#service_ul li:before
{
	/*Add another block-level blank space*/
	content:"\00a0";
	display:block;
 
	/*Make it a small rectangle so the border will create an L-shape*/
	width: 3px;
	height: 6px;
 
	/*Add a white border on the bottom and left, creating that 'L' */
	border: solid #333;
	border-width: 0 2px 2px 0;
 
	/*Position it on top of the circle */
	margin: 0 0 -9px -10px;
	padding:0;
 
	/*Rotate the L 45 degrees to turn it into a checkmark*/
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
#replaced_parts
{
	margin-bottom:20px;
	width:100%;
}
.service_signature
{
	border-bottom:1px solid #777;
	border-top:0;
	border-left:0;
	border-right:0;
    margin-top:0;
}
.quote_table tbody tr td
{
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}
.quote_table tbody tr:last-child td
{
	border-bottom: 0;
}
.bold
{
	font-weight: bold;
}
.underlined
{
	text-decoration: underline;
}
.border_bottom
{
	border-bottom: 2px solid #000;
}
.cashbox_tables
{
	width:250px;
	margin:20px auto;
}
.centered
{
	text-align: center;
}
.bordered, .bordered td
{
	border:1px solid #000;
}
.collapsed
{
	border-collapse: collapse;
}
.float-left
{
	float:left;
}
.float-right
{
	float:right;
}
.clear_div
{
	width:100%;
	clear:both;
}
#ir_details
{
	width: 100%;
	border-collapse: collapse;
	margin-top: 80px;
}
#ir_details tr:first-child td
{
	font-weight: bold;
	border:1px dashed #000;
	margin:0;
	border-left:0;
	border-right:0;
}