
html {
	font-size: 100.01%;
	margin: 0;
	padding: 0;
}

body { 
	font-size: 75%; /* (0.75 x 16px = 12px) */
	color: #000;
	margin: 0;
	padding: 0;
	background: #787878 url("images/pde_bg.gif") repeat-y center;
	font-family: Verdana, "Bitstream Vera Sans", Geneva, Tahoma, sans-serif;
}

#canvas {
	width: 760px;
	margin: 0 auto;
	background: #113E51;
}

#content {
	border-bottom: 1px solid #031A24;
}


#content_primary {
	float: right;
	display: relative;
	width: 236px;
	background: #FFF;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}
#content_secondary {
	float: right;
	display: relative;
	width: 523px;
}

#header {
	width: 760px;
	height: 30px;
	margin: 0;
	padding: 0;
	background: #113E51;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
	#header p {
		display: block;
		width: 760px;
		line-height: 30px;
		margin: 0;
		padding: 0;
		text-indent: -999px;
		background: url("images/toptitle.gif") no-repeat center center;
	}

#content_primary h1 {
	width: 236px;
	line-height: 108px;
	margin: 0;
	padding: 0;
	background: url("images/pde_logo.jpg") no-repeat;
	text-indent: -999em;
}

#flags {
	border-bottom: 1px solid #000;
}

#market_quote {
	margin: 4px;
	background: url("images/market_quote.gif") no-repeat left top;
	height: 39px;
}
#market_quote h2 {
	font-size: 14px;
	line-height: 18px;
	font-variant: small-caps;
	padding-left: 5px;
	margin-top: 0;
}	

#drugLookup {
	/* width: 180px; */
	height: 19px;
	float: right;
	position: relative;
	top: -50px;
	right: 0;
	padding-right: 10px;
	cursor: pointer;
}
#drugLookup a {
	font-size: 13px;
	line-height: 19px;
	text-transform: none;
	text-align: right;
	float: right;
	text-decoration: none;
}
#drugLookup img {
	float: right;
	margin-right: 5px;
}


	
#intro {
	background: #FFF;
}
#intro p {
	font-size: 13px;
	text-align: justify;
	padding: 5px 10px;
	margin: 0;
	line-height: 18px;
}


#content_primary p.disclaimer {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: justify;
	padding: 0 5px;
	margin: 0 0 30px 0;
	line-height: 12px;
}

#quote_wrap {
	background: url("images/quote_wrap.gif") repeat-x left top;
	padding: 10px 0;
	height: 330px;
}

#quote_box {
	background: #EEE;
	margin: 10px;
	border: 2px solid #EEA107;
	padding-bottom: 10px;
	/* height: 240px; */
}
#quote_box h2 {
	background: #EB9D05 url("images/quote_box_header.gif") repeat-x left top;
	text-transform: uppercase;
	line-height: 50px;
	text-indent: 10px;
	margin-top: 0;
}

p.instructions {
	font-size: 10px;
	margin: 0 0 0 37px;
	padding: 0;
	color: #666;
}



#pde_menu {
	padding-left: 35px;
}
#pde_menu a {
	width: 109px;
	height: 35px;
	display: inline-block;
	text-indent: -999em;
}
#pde_menu a.blue-button-1 { background: url("images/blue-button-1.gif") no-repeat left top; }
#pde_menu a.blue-button-2 { background: url("images/blue-button-2.gif") no-repeat left top; }
#pde_menu a.blue-button-3 { background: url("images/blue-button-3.gif") no-repeat left top; }
#pde_menu a.blue-button-4 { background: url("images/blue-button-4.gif") no-repeat left top; }




#legal {
	margin: 0;
	padding: 0;
	height: 100px;
}
#legal .menu,
#legal .disclaimer {
	margin-top: 20px;
}
#legal .menu p,
#legal .disclaimer p {
	color: #FFF;
	font-size: 10px;
	text-align: center;
	padding: 0;
	margin: 0;
}
#legal .menu p {
	font-weight: bold;
}
#legal .menu a {
	color: #FFF;
}



table#ticker {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #999;
	margin: 4px;
	border-collapse: collapse;
}
table#ticker caption {
	text-indent: -999em;
	height: 0px;
}
table#ticker td {
	border: 1px solid #999;
	border-collapse: collapse;
	padding: 3px 1px;
}
table#ticker th {
	text-transform: uppercase;
}
table#ticker td.retail {
	color: #C00;
	text-align: right;
}
table#ticker td.pde {
	color: #060;
	text-align: right;
}
table#ticker td.qty {
	text-align: center;
}






.textbox {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: thin solid #999999;
	font-size: 12px;

}



#quote_box_header {
	font-weight: bold;
}
#quote_box_header td {
	padding: 0 10px;
}
#searchcriteria2 {
	width: 450px;
	line-height: 30px;
	font-size: 18px;
	padding: 2px 4px;
	margin: 10px 0 0 0;
}




#drug-results,
#drug-unavailable {
	margin: 0 40px;
	font-size: 12px;
	border: 1px solid #AAA;
}
.hideResults {
	display: none;
}
.showResults {
	display: block;
}
#drug-results td,
#drug-unavailable td {
	padding: 5px;
}
#drug-results td.label,
#drug-unavailable td.label {
	width: 80px;
	background: #FFF;
	text-align: right;
	font-size: 11px;
	border-right: 1px solid #000;
	color: #666;
}
#drug-unavailable td.label {
	border-bottom: 1px solid #CCC;
}
span#group {
	font-size: 11px;
}
#drug-results td.result,
#drug-unavailable td.result {
	width: 330px;
	background: #FFF;
	border-bottom: 1px solid #CCC;
}
#drug-results td.result.last,
#drug-unavailable td.result.last {
	border-bottom: none;
}
#drug-results span.price,
#drug-unavailable span.price {
	color: #060;
	font-weight: bold;
	font-size: 15px;
}
#drug-unavailable td.unavailable {
	margin: 0;
	padding: 0;
}
#drug-unavailable td.unavailable p {
	text-align: center;
	font-weight: bold;
	color: #C00;
	line-height: 14px;
	background: #FFF;
	padding: 8px 0;
	margin: 0;
	font-size: 11px;
}




#drug {
	width: 410px;
	height: 30px;
	font-size: 16px;
}


p#auto_complete {
	margin: 8px;
	padding: 0;
}
p#auto_complete input {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 2px solid #113E51;
	padding: 0 5px;
	line-height: 30px;
}
#lookup p#auto_complete input {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 356px;
	border: 2px solid #113E51;
	padding: 0 5px;
	line-height: 30px;
}

.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	width: 410px;
}
#lookup .ui-autocomplete {
	width: 360px;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
	height: 200px;
}



body.popup {
	background: #113E51;
}
body.popup #canvas {
	background: transparent;
	padding-left: 20px;
}
body.popup #content {
	width: 420px;
	padding: 20px;
	border: none;
}
body#lookup #content {
	width: 460px;
	padding-left: 0;
}
body#lookup #canvas {
	width: auto;
}
body.popup h1 {
	font-size: 20px;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	line-height: 24px;
	position: relative;
	left: -24px;
	width: 440px;
	font-variant: small-caps;
	letter-spacing: 1px;
}
body#lookup #content h1 {
	left: 0;
}
.qa {
	margin-top: 20px;
	margin-bottom: 20px;
}
.qa p {
	color: #FFF;
	line-height: 20px;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-indent: -24px;
}
.qa p.question {
	font-weight: bold;
	font-size: 14px;
}
.qa p span {
	font-weight: bold;
	font-size: 14px;
	padding-right: 6px;
	color: #F7B403;
}
.qa ul {
	margin: 0 0 0 30px;
	padding: 0;
	list-style-type: square;
	color: #FFF;
}
.qa ul p {
	text-indent: 0;
	font-size: 12px;
}



#formRegistration {
	width: 400px;
}
#formRegistration p {
	padding: 0;
	margin: 14px 0;
	display: block;
}
#formRegistration label {
	width: 150px;
	color: #FFF;
	text-align: right;
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	padding-right: 6px;
}
#formRegistration input {
	font-size: 16px;
	padding: 3px 6px;
	display: inline;
	width: 160px;
	border: 1px solid #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
#formRegistration fieldset {
	border: none;
}
#formRegistration input#login {
	width: auto;
	font-size: 14px;
	font-weight: bold;
	margin-left: 160px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	background: #F7B403;
}
#formRegistration input#login:hover {
	cursor: pointer;
}

.message {
	height: 40px;
	left: -24px;
	width: 440px;
	position: relative;
}
.message p {
	margin: 0;
	padding: 0;
	background: #FFF;
	border: 1px solid #000;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
	color: #C00;
}


#registrationHelp {
	border-top: 1px solid #FFF;
	position: relative;
	left: -24px;
	width: 440px;
}
#registrationHelp p {
	color: #FFF;
	font-size: 13px;
	line-height: 18px;
}
#registrationHelp p a {
	color: #F7B403;
}

#thankyou {
	width: 425px;
}
#thankyou p {
	padding: 0;
	margin: 14px 0;
	display: block;
}

#thankyou {
	position: relative;
	left: -24px;
	width: 475px;
}
#thankyou p {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	text-align:center;
}
#thankyou p a {
	color: #F7B403;
}
