﻿.dialog-hider { display:none; }
.ui-dialog { position: absolute; }
td label { margin: 5px 5px 0 0; }
ul.deletebutton { float:right !important; }
.aspNetDisabled { }
.aspNetDisabled button { display: none; }

#jquery-live-search {
	background: #fff;

	padding: 5px 10px;
	max-height: 400px;
	overflow: auto;

	position: absolute;
	z-index: 99;

	border: 1px solid #A9A9A9;
	border-width: 0 1px 1px 1px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.uploader { height: 330px; }

.countdown, .countdownwithreload
{
    display: block;
	font-size:12px;
	margin-left: 2px;
	font-weight:bold;
}

table .countdown{
	font-weight: normal !important;	
}
.countdown span, .countdownwithreload span
{
    margin-right: 3px;
}
.countdown br, .countdownwithreload br
{
    display: none;
}

#main .countdown, #main .countdownwithreload
{
    margin-bottom: 10px;
    font-size: 14px;
}

#main p 
{
    color: #000000;
}

.form {
	margin-bottom: 20px;	
}

.form tr{
	font-size:12px;	
}

div.order-detail dl
{
	padding: 0;
	font-size:13px;
}
  
.order-detail dt {
    float: left;
    clear: left;
    width: 150px;
    text-align: left;
    font-weight: bold;
}
  
.order-detail dd {
    margin: 0 0 0 110px;
    padding: 0 0 0.5em 0;
}
  
div.order-detail h3
{
    font-size: 15px;
    margin: 0px;	
}
  
.order h3, .order p.comments{
	font-size: 16px;
    margin-bottom: 20px;	
}

div.order-detail
{
    margin-bottom: 10px;
}

a.delete-link 
{
    background: url('../assets/icons/delete-icon.png') no-repeat;
    display: block;
    height: 16px;
    width: 16px;
}
a.duplicate-link 
{
    background: url('../assets/icons/copy-icon.png') no-repeat;
    display: block;
    height: 16px;
    width: 16px;
}

