.dialog {
    clear: both;
    position: relative;
    text-align: left;
    margin-left: 9px; /* width of corner radius */
    margin-bottom: 12px;
    z-index: 1;
}
.dialog .wrap {
    position: relative;
    background-position: top right;
    zoom: 1; /* IE */
    _overflow-y: hidden; /* IE */
}
.dialog .top-cap {
    position: absolute;
    height: 100%;
    _height: 600px; /* IE */
    top: 0; left: 0;
    width: 9px; /* width of corner radius */
    margin-left: -9px; /* likewise, but negative */
    background-position: top left;
}
.dialog .bottom-cap {
    position: relative;
    width: 100%;
    height: 9px;
    background-position: bottom right;
}
.dialog .bottom-cap .strut {
    position: relative;
    height: 9px; /* width of corner radius */
    width: 9px; /* likewise */
    margin-left: -9px; /* likewise, but negative */
    background-position: bottom left;
}

.dialog .wrap, .dialog .top-cap, .dialog .bottom-cap, .dialog .bottom-cap .strut {
    background-repeat: no-repeat;
}

/* Purchase/pricing/contact information dialog on exhibit preview page. */
.purchase-information .wrap, .purchase-information .top-cap, .purchase-information .bottom-cap, .purchase-information .bottom-cap .strut {
    background-image: url("backgrounds/purchase-information-dialog.png");
    _background-image:url("backgrounds/purchase-information-dialog.gif"); /* IE */
}

.purchase-information {
    color: #000;
}

.purchase-information p { margin: 0; padding: 0; }

.purchase-information .hd {
    text-align: center;
    min-height: 19px;
    _height: 19px; /* IE */
    padding: 2px 9px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.purchase-information .bd {
    padding-top: 4px;
    position: relative;
    overflow: auto;
    color: #000;
}

.purchase-information .bd .pricing,
.purchase-information .bd .order {
    float: left;
    margin: 2px 9px;
}

.purchase-information .bd .info {
    font-weight: bold;
    text-align: center;
    margin: 2px 9px;
}

.purchase-information .bd .item-cost
	{
    font-weight: bold;
    margin: 0px 0px 5px 12px;
	}
	
/* Alternate languages on exhibit preview page. */
.other-languages 
	{ 
	text-align: 	left; 
	line-height:	1.3;
	}
	
.other-languages .menu {
    list-style: none;
    margin: 0 0 12px;
    padding: 0;
    overflow: auto;
    }
.other-languages .menu li {
    margin: 0 6px 4px;
    text-align: left;
    float: left;
    }


/* Table Views */
table.table-view
    {
    border: 1px inset #bababa;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 2em;
    width: 100%;
    }

table.table-view caption 
    {
    text-align: left;
    padding: 5px 4px;
    line-height: 1em;
    overflow: auto;
    margin-left: 0 0 1px;
    }
table.table-view caption .title
    {
    font-weight: bold;
    display: block;
    float: left;
    }
table.table-view thead tr th
    {
    background:#FFFFFF url("backgrounds/table-header.png") repeat-x scroll 0pt 50%;
    color: #333;
    border: 1px inset #BABABA;
    font-size: 80%;
    font-weight: normal;
    line-height: 1;
    padding: 2px 4px;
    text-align: left;
    white-space: nowrap;
    }
table.table-view tbody tr td
    {
    padding: 3px 4px;
    }
table.table-view tbody tr.alt td 
    {
    border-bottom: 1px solid #F0F0F0;
    border-top: 1px solid #F0F0F0;
    }
table.table-view .numeric
    {
    text-align: right;
    }
table.table-view tbody td.numeric
    {
    font-family: monospace;
    }
table.table-view tfoot tr td
    {
    border-top: 1px solid #F0F0F0;
    padding: 5px 4px;
    }


/* Lists of collections */
table.list-of-collections
    {
    width: 730px;
    }
table.list-of-collections caption .showing
    {
    display: block;
    margin: 0 0 4px;
    float: right;
    clear: right;
    font-size: 80%;
    }
table.list-of-collections caption .paging
    {
    display: block;
    margin: 0 0 4px;
    float: right;
    clear: right;
    }


table.list-of-collections tbody tr
    {
    height: 24px;
    }



table.list-of-collections tbody tr td.mark
    { 
    width: 1em;
    }

table.list-of-collections tbody tr td.name
    { 
    font-weight: bold;
    }

table.list-of-collections tbody tr td.created-date
    {
    width: 12em;
    }

table.list-of-collections tbody tr td.created-date .date,
table.list-of-collections tbody tr td.created-date .time
    {
    display: block;
    float: left;
    }
table.list-of-collections tbody tr td.created-date .time
    {
    text-align: right;
    float: right;
    }

table.list-of-collections tbody tr td.operation
    {
    text-align: right;
    width: 1em;
    white-space: nowrap;
    }

table.list-of-collections tfoot tr td .delete-marked-control
    {
    float: left;
    }
table.list-of-collections tfoot tr td .new-collection-control
    {
    float: right;
    }
 /*  ADDED BY GLAWAS 9/23/08  FOR order-pem-hcp.php*/
.fixes {font-size: 95%; color: red !important;}


/*	For Promotional pages */
#sample-items-container{
	width:  600px;
	margin-top: 20px;
}
.sample-items-row{
	width: auto;
	margin-bottom: 40px;
	margin-top: 10px;
}
.sample-item{
	float: left;
	margin-right: 20px;
	width: 100px;
	text-align: center;
}
.sample-item-image{
	height: 80px;
	margin-bottom: 5px;

}
.sample-item-select{
	font-size: 10px;
}
.sample-title{
	height: 45px;
	line-height: 11px;
}
.sample-radio-button{
	background: #333;
	border: 1px solid #666;
}

.clearer{
	clear: both;
	font-size: .1em;
	visibility: hidden;
	height: .1em;
}

#catalog_collection_container { width: 98%; margin-left: 30px; }
#catalog_collection_container img { margin: 0px; padding: 0px;}

.catalog_item_container{
 width: 20%;
 margin: 8px 10px 8px 10px;
 float: left; font-size: 11px;
 font-family:Arial,Helvetica,sans-serif;
 color: #333333;
 text-align: center;
 border: 1px solid #269d8B; }

.catalog_thumb_image {
 height: 80px;
 width: 70px;
 margin-top: 10px;
 margin-bottom: 10px;
 margin-left: auto; 
 margin-right: auto;
}
.catalog_thumb_image img {position: bottom middle;}

.catalog_thumb_title  {
 font-weight: bold;
 line-height: 14px;
 height: 28px; 
 overflow: hidden; 
 margin: 0px 10px 5px 10px;
}
.catalog_thumb_text {
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 11px; 
 color: #333333;
 font-weight: normal;
 margin: 0px 10px 10px 10px;
}

a img { border: none; }

/* used for monographs */
.figure { margin-bottom: 10px; }
.figure.right { float: right; margin-left: 15px; }
.figure.left { float: left; margin-right: 15px; }
table.figure.right { margin-right: 0; padding-right: 0; }
table.figure.left { margin-left: 0; padding-left: 0; }

#monograph_container  table
	{
	padding: 0px;
	margin: 0px;
	}
#monograph_container  table td
	{
	border: 1px solid #ccc;
	padding: 8px;
	vertical-align: top;
	}
	
#monograph_container  table th
	{
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 125%;
	white-space: pre;
	background: #eee;
	}

/* Custom Services Page */
#custom-services-title{
	padding-top: 5px;
	padding-bottom: 10px;
}
#custom-services-content{
	font-family: Arial, Verdana, sans-serif;
}
.custom-services-section{
	vertical-align: top;
	text-align: left;
	padding: 10px;
	padding-bottom: 15px;
}
.custom-services-section-header{
	font-weight: bold;
	font-size: 14px;
	color: #000;
	padding-bottom: 3px;
	border-bottom: 1px solid #666;
}
.custom-services-section-content{
	font-size: 11px;
	color: #333;
	padding-top: 4px;
	padding-bottom: 4px;
}
.custom-services-section-image{
	text-align: center;
	padding-top: 5px;
}
.custom-services-section-image img{
	padding: 4px;
	border: 1px solid #666;
}

.discount-message {
	border: 1px solid green;
	background-color: #E2F0E2;
	padding: 10px;
	width: 800px;
	margin-top: 15px;
	}
	.discount-message-title {
		font-size: 14px;
		font-weight: bold;
		}
	.discount-message-total {
		font-size: 16px;
		color: green;
		}
	.discount-message-instructions {
		margin-top: 5px;
		}
	.discount-message-more-info {
		float: right;
		font-size: 80%;
		}
	