/* ************************************************************************************************
                generic style
************************************************************************************************ */
body{
    font:normal 14px/16px  'Lato', sans-serif !important;
    color:#222;
    background:#fff;
    font-size:16px;
    background-position: center top;
}

.f_right {float:right}

/* title *************************************************************************************** */
h1 {
	font-family: 'Lato', sans-serif;
	color:#E95700;
    margin-bottom:10px;
    font-size:200%;
    line-height: 36px
}
h2 {
	font-family: 'Lato', sans-serif;
	margin-bottom: 0.2em;    
	font-size:170%
}
h3 {
	font-family: 'Lato', sans-serif;
	color:#666;
    padding-bottom:10px;
    font-size:20px
}
h4 {
	font-family: 'Lato', sans-serif;
    padding-bottom:10px;
    font-size:110%
}

/* text **************************************************************************************** */
p {color:#777;margin-bottom:5px; padding-bottom:5px;position: relative;}



/* link **************************************************************************************** */
a, a:active, a:visited {
    color:#E95700;
    text-decoration:none;
    outline: medium none
}
a:hover {text-decoration:underline}


/* form **************************************************************************************** *
form.std fieldset {
    margin: 0 0 20px;  */
}

/* table *************************************************************************************** */
table{
    width: 100%; 
    border-collapse: collapse; 
}
th { 
    background: #333; 
    color: white; 
    font-weight: bold; 
}
td, th { 
    padding: 6px; 
    text-align: left; 
}

table.std,
table.table_block {
    margin-bottom:20px;
    width: 99.9%;
    border:1px solid #ccc;
    border-bottom:none
}
table.std th,
table.table_block th {
    padding:14px 12px;
    color:#fff;
    font-weight:bold;
    text-transform:uppercase;
    background: #333;
    text-align: center;
}
#order-detail-content table tr:nth-child(even) {background:#f3f3f3;}
table.std tr.alternate_item,
table.table_block tr.alternate_item {background-color: #f3f3f3}
table.std  td,
table.table_block  td {
    padding:12px;
    vertical-align:top;
}


.blueheader {font-weight:bold;color:#013378}
img.image-border {background-color:#fff; border: solid 1px #A9A9A9; padding:10px;}
img.section-image {float: left; padding:5px; margin-right: 10px;}

/* pdf icon */
.pdf {
	display:block;
    background-image: url('images/pdf-symbol-sb.png');
    background-repeat: no-repeat;
	padding: 0 0 10px 30px;
}




/*