/* @override http://www.oncorepower.com/pccconfig.css */

/* RESET */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { 
	margin: 0; 
	padding: 0; 
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th,td { 
	font-size: 1em; 
	font-weight: normal; 
	font-style: normal; 
}

fieldset,img { 
	border: none; 
}

caption,th { 
	text-align: left; 
}

table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}

/* LAYOUT */

body {
	color: #fff;
	background: #fff;
	text-align:center;
	font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
}

a { 
	color: #2971a7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p { 
	margin-bottom: 18px;
	color: #666;
	font-size: 12px;
	line-height: 18px;
}

h1 { 
	font-weight: bold; 
	font-size: 18px; 
	margin-bottom: 18px;
	color: #333;
}

h2 { 
	font-weight: bold; 
	font-size: 14px; 
	margin-bottom: 18px;
	color: #666;
}

h3 { 
	font-weight: bold; 
	font-size: 1em; 
	line-height: 18px;
	color: #333;
}

/*-------DIV STYLES------*/

#wrapper {
	width: 750px;
	text-align: left;
}

#head h1 {
	text-align: right;
	color: #80acdd;
}

#head img {
	float: left;
}

#search1 {
	width: 350px;
	float: left;
	clear: both;
	margin-top: 30px;
}

#search2 {
	width: 350px;
	float: right;
	position: relative;
	border-left: 1px solid #ccc;
	padding-left: 25px;
	margin-top: 30px;
}

#searchbox {
	width: 200px;
	margin-right: 20px;
}

#results {
	margin-top: 20px;
	border-top: 1px solid #ccc;
	padding-top: 20px;
}

.brclear { 
     clear: both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}


/* DETAILS */

.details { 
	padding:0 1px; 
	font-size:10px; 
	border-bottom:1px solid #e5e5e5;
	color: #666;
	margin: 0 25px;
}

.details dl { 
	display:inline;
}

.details dt, #main .details dd { 
	float:left; 
	padding-top:.5em; 
	border-top:1px solid #e5e5e5; }

.details dt { 
	clear:left; 
	width:30%; 
	margin-left:-1px; 
	padding-left:1px;}

.details dd { 
	width:70%; 
	margin-right:-1px; 
	padding-right:1px; 
	text-align:right; }

.details h3 {
	margin-left: 0;
}

.detail td, #main .details h3,  .parts h3 {
	font-size: 10px;
}

/* END DETAILS */

.desc {
	margin-left: 120px;
	margin-right: 25px;
	color: #999;
	font-size: 11px;
}
