/* styles added by DPOUS for the Order Search Page*/

div.line
    {
    vertical-align: middle;
    }
      
div.line span.fieldlabel
     {
     clear: both;
     float: left;
     width: 23%;
     text-align: left;
     font-weight: bold;
	   font-size: 12px;
	   margin-left: 50px;
     }

div.line span.fieldvalue
     {
     clear: right;
     float: right;
     width: 71%;
     text-align: left;
	   font-size: 12px;
     }

div.line span.fieldsubvalue
     {
     clear: right;
     float: right;
     width: 78%;
     text-align: left;
	 font-size: 12px;
     }

div.line span.fieldsublabel
     {
     clear: both;
     float: left;
     width: 20%;
     text-align: right;
	 font-size: 12px;
     }

div.line span.secondcol
     {
     float: left;
     width: 19%;
     text-align: center;
	 font-size: 12px;
     }

div.line span.thirdcol
     {
     float: left;
     width: 3%;
     text-align: center;
	 font-size: 12px;
     }

div.line span.fourthcol
     {
     float: left;
     width: 19%;
     text-align: center;
	 font-size: 12px;
     }

div.line span.fifthcol
     {
     float: left;
     width: 19%;
     text-align: left;
	 vertical-align: middle;
	 font-size: 12px;
     }

.button 
		{
		text-align: center;
        margin-top: 0.5em;
		}

.spacer 
		{clear: both;
		 font-size: 50%;}

.break {
		clear: both;
		font-size: 10%;
		}
hr
	   {
        margin-bottom: 0.5em;
	   }
/* Styles for the download page */
#dwnldopts
	{
	width: 760px;
	float: left;
	margin-left:45px;
	font-size: 11px;
	}
.column1
	{
	width: 210px;
	margin-right: 10px;
    float: left;
	padding: 10px;
	border: 5px solid #ccc;
	}

.column2
	{
	width: 210px;
	margin-right: 10px;
    float: left;
	padding: 10px;
	border: 5px solid #ccc;
	}
.column3
	{
	width: 210px;
    float: left;
	padding: 10px;
	border: 5px solid #ccc;
	}
#row1 .column1 {
        height: 27em;
}
#row1 .column2 {
        height: 27em;
}
#row1 .column3 {
        height: 27em;
}
#row2 .column1 {
        height: 10em;
}
#row2 .column2 {
        height: 10em;
}
#row2 .column3 {
        height: 10em;
}
#row3 .column1 {
        height: 21em;
}
#row3 .column2 {
        height: 21em;
}
#row3 .column3 {
        height: 21em;
}
.footerspacer
     {
     clear: both;
     font-size: 100%;
     }
/* Styles for the Current Item Search page */
li.itemSearchCriteria {
  margin-left: -1.5em;
}
