/* Overrides for tier4 */
#content { padding: 0px 45px 40px 45px; }
#mainbody { width: 100%; }

/* PatchFinder */
.filterbox {
	color: white;
	background-color:#bd2024;
	width: 605px;
	padding: 10px 25px 15px 25px;
}

.filterbox a {
	color: white;
}

.filterbox form label {
	font-size: 12px;
	font-weight: bold;
	display: block;
	color: #FFF;
}

.filterbox form fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}

.filterbox > table {
	width: 100%;
}

#maintable_left {
	vertical-align: top;
	width: 50%;
	padding-right: 12px;
}

#maintable_vbar {
	vertical-align: top;
}

#maintable_right {
	vertical-align: top;
	width: 50%;
	padding-left: 12px;
}

#vbar_or {
	height: 15px;
	color: #FFF;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 30px;
}

#vbar {
	width: 2px;
	background-color: #E4E5E6;
	height: 190px;
	margin-left: 5px;
}
 
.quicksearchlinks {
	list-style-image: url("../image/n_arrows_white.gif");
	margin:0 0 0 20px;
	padding:0;
}

.productbox a {
	text-decoration: none;
	color: #6799C8;
	font-weight: bold;
}

.productbox div {
	padding: 2px 2px 2px 5px;
}

.productbox div a {
	text-decoration: none;
	font-weight: normal;
}

ul.links {
	margin-top: 0px;
	margin-bottom: 0px;
	padding:0 0 0 25px;
}

.letterLink {
	font-size:20px;
	color:#A4D3EE;
}

.numcount {
	color: black;
	font-size: 85%;
	font-weight: normal;
}

p.imagebutton { 
	background-image: url(../image/button-trans.gif);
	float: left;
}

p.imagebutton a {
	background-image: url("../image/button_end-trans_almost.gif");
	padding:0 18px 0 14px;
}

.w {
	color: white;
}

.n {
	font-weight: normal;
}

form div {
	padding-top: 3px;
}

form select {
	background-color: #FFF;
	border: 1px solid #4D4466;
	font-size: 11px;
	margin: 0px;
	padding: 3px;
}

form input[type=text] {
	font-size: 11px;
	margin: 0px;
	border: medium none;
	padding: 3px;
}

form input[type=submit] {
	background-color: transparent;
	background-image: none;
	border: 1px solid #FFFFFF;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
}

form input[type=submit]:hover {
	background-color:576B7F;
}

form input[type=checkbox] {
	vertical-align: bottom;
}

#familyId, #productId {
	width:270px;
}

#kw_label {
	clear:both;
}

#keywords {
	width: 100%;
}

div.abstract {
	display: none;
	position: absolute;
	width: 45%;
	background-color: #C3DFE0;
	border: 1px solid black;
	padding: 1%;
	margin-left: 1%;
	font-size: 69%;
	text-align: left;
	z-index: 1000;
}

#resultarea {
	width: 616px;
	padding-top: 10px;
	min-height: 20px;
}

#newreleaseslist {
	height: 200px; 
	overflow: auto;
}

#other-sites h3 { padding-top: 24px; }

#qs_inst {
	padding-top: 15px;
}

#qs_pad {
	padding-top: 15px;
}

#quick_search {
	float: left;
	width: 100%;
	height: 180px;
	overflow: auto;
}

#quick_search li, #quick_search li a {
	color: white;
}

#quick_search_input {
	width: 275px;
}

#advanced select {
	width: 100%;
}

#advcol1 {
	width: 145px;
	float: left;
}

#advcol2 {
	width: 120px;
	float: left;
	padding-left: 5px;
}

#legend {
	padding-bottom: 20px;
}

#legend td {
	color: #768081;
	font-weight: bold;
}

#legend tr { 
	display: table-cell;
	padding-right: 10px;
}

#dateRanges input {
	width: 100px;
}

.superceded ul {
	display: none;
}

.subcat {
	color: #6A737B; 
}

#pf_feedback {
	font-size: 75%;
	font-weight: bold;
	padding-top: 20px;
}

#bu_filter ul {
	padding: 9px 0px 0px 0px;
	margin: 0px;
}

#bu_filter ul li {
	display: inline-block;
	margin-right: 6px;
}

/* .productsmovedalert directives Taken from dlcustom.css */
.productsmovedalert { position:relative; font-size:12px; color:#1b1a19; padding:12px; border-radius:3px; margin:0 12px 16px 0; background: #d5d7d3; }
.productsmovedalert a { color:#1b1a19; }
.productsmovedalert a:hover { color:#1b1a19; }
.productsmovedalert .close { position:absolute; top:0px; right:12px; font-size:24px; font-weight:100; display:none; }
.productsmovedalert strong { color: #bd2428; }