/*-------------------------------------------

           Title:  QualityXHTML
           Usage:  Global Layout
           Author:  QualityXHTML Team

---------------------------------------------*/


/*====================TOC====================

                1. Order Now
                2. Call Us
                3. Order
                4. Order Forms
                5. Upload Form

=============================================*/



/* 1. Order Now
---------------------------------------------*/
#makeorder-wrapper {
   background: url(../images/extra_bg.gif) right repeat-y;
}
#makeorder {
	padding: 17px 0 20px 27px;
	width: 512px;
	}

#makeorder h2 {
	color: white;
	font-weight: normal;
	font-size: 1.5em;
	}

#makeorder h4 { clear: both; margin-bottom: 15px; padding-top: 15px }
#makeorder h4,
#makeorder h4 a {
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	}

#makeorder p {
	margin-top: 10px;
	margin-bottom: 20px;
	color: #EEE;
	line-height: 1.5em;
	}


/* 3. Sidebar
---------------------------------------------*/
#order {
	position: absolute;
	top: 46px;
	right: 0 !important;
	right: -1px;
	padding: 18px 20px 0;
	width: 257px;
	height: 100% !important;
	height: 1500px;
	background: url(../images/extra_bg.gif) repeat-y;
	text-shadow: #252525 0 1px 1px;
	}

#order * {
	position: relative;
	z-index: 5;
	}

#order h3 {
	margin-bottom: 22px;
	color: white;
	font-weight: normal;
	font-size: 1.5em;
	}

#order p {
	margin-bottom: 15px;
	width: 225px;
	color: white;
	font-size: 0.75em;
	line-height: 1.5em;
	}

#order p em {
	color: #CBA267;
	font-style: normal;
	font-weight: bold;
	}
	
#order p em a {
	color: #e7c79a;
	}

#order div.extra-1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 297px;
	height: 399px;
	background: url(../images/extra_base_bg.jpg) no-repeat top left;
	}


/* 4. Order Forms
---------------------------------------------*/
#makeorder {
	min-height: 300px;
	}
#makeorder .sorry {
	color: #e05151;
	line-height: 1.5em;
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
	padding-bottom: 15px;
	}
	
#makeorder .thankyou {
	color: #a2b816;
	line-height: 1.5em;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 15px;
	}

#makeorder input {
	padding: 5px;
	font-weight: bold;
	}

#makeorder label {
	color: #fff;
	font-size: 12px;
	}

dl {
	position: relative;
	width: 500px;
	font-family: Arial;
	font-size: 16px;
	top: 30px;
	}

dl,dd {
	margin: 0;
	}

dt {
	background: #1e1e1e;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	padding: 10px;
	}

dt a {
	color: #FFF;
	}

dd {
	padding: 15px;
	background: #000;
	}

dd a {
	color: #000;
	}

dd label {
	font-size: 12px;
	color: white;
	line-height: 1.3em;
	float: left;
	clear: left;
	}

dd label em {
	color: #9bc5b7;
	font-weight: bold;
	}
	
dd input {
	width: 300px;
	margin-top: 5px;
	margin-bottom: 15px;
	border: 0;
	background: #212121;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: white;
	line-height: 1.5em;
	padding: 8px;
	float: left;
	clear: both;
	}

dd textarea {
	width: 296px;
	margin-bottom: 10px;
	border: 0;
	background: #212121;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: white;
	line-height: 1.5em;
	padding: 10px;
	float: left;
	}

dd p {
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #caa166;
	line-height: 1.5em;
	clear: left;
	}
	
dd p em {
	color: #9bc5b7;
	}

dd .clear { 
	clear: both;
	}

.selectbox-wrap { position: relative; z-index:100; }
div.selectbox-wrapper {
	position: absolute;
	z-index: 9999;
	top: 28px;
	left: 0;
	width:500px;
	height: 150px;
	margin: 0 0 4px 0;
	background-color: #0f0f0f;
	border:1px solid #0f0f0f;
	font-size: 11px;
	color: #fff;
	text-align:left;
	overflow: auto;
}

div.selectbox-wrapper ul {
	list-style-type:none;
	}

div.selectbox-wrapper ul li.selected {
	background-color: #292929;
	}

div.selectbox-wrapper ul li {
	list-style-type:none;
	display:block;
	padding:5px;
	cursor:pointer;
	font-family: Helvetica, Arial, sans-serif;
	}

.selectbox /* look&fell of  select box*/ {
	margin: 0px 5px 10px 0px;
	padding: 6px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	width: 304px;
	display: block;
	text-align: left;
	background: url('../images/bg_select.png') right;
	/*height:18px;*/
	cursor: pointer;
	border: 0;
	color: #ffffff;
	}


#options p {
	margin-bottom: 5px;
	font-size: 12px;
	color: #caa166;
	line-height: 1.5em;
	}
	
#options label {
	padding-top: 4px; /** Before 3 **/
	font-size: 12px;
	color: white;
	line-height: 1.3em;
	float: left;
	clear: right;
	}
	
#options label em {
	color: #9bc5b7;
	font-weight: bold;
	}

#options input {
	/*float: left;
	clear: left;
	width: 30px;
	cursor: pointer;*/
	clear:left;
	cursor:pointer;
	float:left;
	margin:5px 0 0;
	padding:0;
	width:30px;
	}


#advanced p {
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #caa166;
	line-height: 1.5em;
	clear: left;
	}
	
#advanced p em {
	color: #9bc5b7;
	}
	
#advanced label {
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 15px;
	font-size: 12px;
	color: white;
	line-height: 1.3em;
	}
	
#advanced label em {
	color: #9bc5b7;
	font-weight: bold;
	}

#advanced select {
	clear: both;
	margin-bottom: 30px;
	}
	
#advanced textarea {
	width: 450px;
	margin-bottom: 10px;
	border: 0;
	background: #212121;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: white;
	line-height: 1.5em;
	padding: 10px;
	float: left;
	clear: both;
	}

#advanced label {
	padding-top: 3px;
	font-size: 12px;
	color: white;
	line-height: 1.3em;
	float: left;
	clear: right;
	}
	
#advanced label em {
	color: #9bc5b7;
	font-weight: bold;
	}

#advanced input.radio {
	float: left;
	clear: left;
	width: 30px;
	cursor: pointer;
	}


#complete {
	position: relative;
	top: 50px;
	}

#complete h3 {
	color: white;
	font-weight: normal;
	font-size: 1.3em;
	padding-top: 15px;
	margin-bottom: 15px;
	}

#complete p {
	margin-bottom: 24px;
	color: #EEE;
	font-size: 14px;
	line-height: 1.5em;
	}
	
#complete p a {
	color: #e7c79a;
	}

#complete input {
	border: 0;
	background: #212121;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: white;
	line-height: 1.5em;
	cursor: pointer;
	padding: 8px;
	margin-bottom: 50px;
	}
	
/* 5. Upload Form
---------------------------------------------*/
div.fieldset {
	border:  1px solid #afe14c;
	margin: 10px 0;
	padding: 20px 10px;
	color: #fff
}
div.fieldset span.legend {
	position: relative;
	background: #000;
	padding: 3px;
	top: -30px;
	font: 700 14px Arial, Helvetica, sans-serif;
	color: #9bc5b7;
}
#divStatus { font-size: 11px }
div.flash {
	margin: 10px 5px;
	border-color: #1e1e1e;

	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;
    
    font-size: 10px
}
.controls { height: 34px }
#btnCancel {
   float: right;
   position: relative;
   top: -34px;
   right: 245px;
   width: 150px
}
#btnCancel:disabled { background: #111; color: #666 }

/* -- Table Styles ------------------------------- */
td {
	font: 10pt Helvetica, Arial, sans-serif;
	vertical-align: top;
}

.progressWrapper {
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red { color: #6f0707 }

/* Current */
.green { }

/* Complete */
.blue { }

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #fff;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}
.red .progressName { color: #6f0707 }

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}


/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}

/** alfieindesigns **/
.alfie {
	height:25px;
	}