﻿/* heading */
.ordersincludeHeading
{
width: 620px; 
font-size: 12px; 
line-height: 22px;
background-color: #0A4788;
color: White;
text-align: left;
text-indent: 5px;
font-family: Verdana;
font-weight: bold;
/*
drop shadow
border-bottom: 3px solid #CCCCCC;
border-right: 3px solid #CCCCCC;
*/
}

/* tables */
table.tableordersinclude
{
text-align: left;
font-family: Verdana;
font-weight: normal;
font-size: 12px;
width: 622px;
border-collapse: collapse;
border-spacing: 0px;
border-style:solid;
border-color:#0A4788; 
border-width:1px
}

table.innertableordersinclude
{
text-align: left;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
width: 100%;
border-collapse: collapse;
border-spacing: 0px;
}

/* table row */
.ordersincludeRow
{
width: 100%;
height:15px;
}

.ordersincludeCol1
{
/* Col 1 empty */
width: 7%;
}
.ordersincludeCol2
{
/* Col 2 bullet */
width: 3%;
}
.ordersincludeCol3
{
/* Col 3 text */
width: 41%;
}
.ordersincludeCol4
{
/* Col 4 empty */
width: 2%;
}
.ordersincludeCol5
{
/* Col 5 bullet */
width: 3%;
}
.ordersincludeCol6
{
/* Col 6 text */
width: 45%;
}
.ordersincludeBullet
{
/* Col 1 empty */
height:9px;
width:9px;
vertical-align:middle;
}
