/*
 *	Norvell Common
 */
body
{
	margin: 0;
	padding: 0;
	text-align: left;
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #FFF url(../../images/Interface/Header/interior-header-bg.gif) repeat-x top left;
}
h1
{
	margin: 0 0 10px 0;
	padding-bottom: 5px;
	font-size: 1.2em;
	font-weight: lighter;
	color: #464646;
	background: url(../../images/Interface/Headlines/h1-bottom-border.gif) no-repeat bottom left;
}
h2
{
	float:left;
	clear:both;
	height:1.6em;
	margin:0 0 6px 0;
	padding:4px 10px 2px 10px;
	font-size: 1em;
	color: #fff;
	text-transform: uppercase;
	background:#666 url('../../images/Interface/Headlines/h2-background.gif') no-repeat bottom right;
}
h2.navheader
{
	font-size: 1em;
	color: #fff;
	margin: 0px 0px 1px 0px;
	width: 168px;
	background-image: url(../../images/Interface/Headlines/h2-background.gif);
	text-transform: uppercase;
	font-weight: lighter;
	padding: 6px 0px 6px 10px;
}
h3
{
	clear: both;
	font-size: 1em;
	font-weight: lighter;
	margin: 0px;
}

h4
{
	text-align: left;
	font-size: 1em;
	color: #a50015;
	font-weight: bold;
	margin-top: 0;
}
/* Links */

a, a strong
{
	color: #a50015;
	text-decoration: underline;
}
a:hover
{
	color: #464646;
	cursor: pointer;
}

a.darkgray
{
	color: #666;
	text-decoration: underline;
}

a.darkgray:hover
{
	color: #a50015;
	text-decoration: underline;
}

a.more-link
{
	color: #000;
	text-decoration: none;
}
a.more-link:hover
{
	color: #a50015;
	text-decoration: underline;
}
/* Hover Balloon */
a.hoverBalloon, a.hoverBalloon-over
{
	text-decoration: none;
}
a.hoverBalloon:hover
{
}
a.hoverBalloon span.balloon
{
	display: none;
}
a.hoverBalloon-over span.balloon
{
	display: block;
	position: absolute; /*margin:14px 0 0 -250px;*/
	margin: 2px 0 0 85px;
	width: 300px;
	height: 300px;
	color: #1f1e1e;
}
a.hoverBalloon-over span.balloon-lrg
{
	width: 400px;
	margin: 0 0 0 -60px;
}
a.hoverBalloon-over span.balloon span.btop
{
	float: left;
	width: 100%;
	height: 27px;
	background: url( '../../Images/Interface/Modal/balloon-below-tl.png' ) no-repeat top left;
}
a.hoverBalloon-over span.btop b
{
	float: right;
	display: block;
	width: 286px;
	height: 27px;
	background: url( '../../Images/Interface/Modal/balloon-below-tr.png' ) no-repeat top right;
}
a.hoverBalloon-over .balloon-lrg span.btop b
{
	background: url( '../../Images/Interface/Modal/balloon-large-below-tr.gif' ) no-repeat top right;
}
a.hoverBalloon-over span.wrap
{
	float: left;
	clear: both;
	width: 278px;
	padding: 0 10px;
	border: 1px solid #dbdbdb;
	border-width: 0 1px;
	background: #fff;
}
a.hoverBalloon-over span.wrap .specs td, a.hoverBalloon-over span.wrap .specs th
{
	padding: .2em .3em;
}
a.hoverBalloon-over span.wrap h5
{
	margin: 0 0 8px 0;
	font-size: 1.2em;
	color: #570101;
	text-decoration: none;
	border-width: 0;
}
a.hoverBalloon-over span.balloon span.bbot
{
	float: left;
	width: 100%;
	height: 27px;
	background: url( '../../Images/Interface/Modal/balloon-below-bl.png' ) no-repeat top left;
}
a.hoverBalloon-over span.bbot b
{
	float: right;
	width: 279px;
	height: 27px;
	background: url( '../../Images/Interface/Modal/balloon-below-br.png' ) no-repeat top right;
}
/* Helpers */
.left
{
	text-align: left;
}
.right
{
	text-align: right;
}
.center
{
	text-align: center;
}
.pleft
{
	float: left;
}
.pright
{
	float: right;
}
.cboth
{
	clear: both;
}
.nopad
{
	padding: 0;
}
.padding-ten
{
	padding: 10px;
}

.padding-twenty
{
	padding: 20px;
}
.editlink
{
	margin-left: 4px;
}
/* Images */
img
{
	border: 0;
	padding: 0;
	margin: 0;
}
/* Forms */
form
{
	margin: 0px;
	padding: 0px;
}
fieldset
{
	clear: both;
	padding: 0;
	margin: 0;
	border: none;
}
textarea
{
	border: 1px solid #000;
	background: #FFF url(../../images/Interface/Search/field-bg-repeat.gif) repeat-x top left;
}

.row
{
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 .8em 0;
}
.row label
{
	float: left;
	width: 10em;
}
.row select
{
	margin: 0px;
	padding: 0px;
}
.row select.txt
{
	float: left;
	border: 1px solid #000;
	background: #FFF url(../../images/Interface/Search/field-bg-repeat.gif) repeat-x top left;
}
.row input
{
	margin: 0px;
	padding: 0px;
}
.row input.txt
{
	float: left;
	border: 1px solid #000;
	background: #FFF url(../../images/Interface/Search/field-bg-repeat.gif) repeat-x top left;
}
.row input.txt:focus, .row textarea.txt:focus
{
}
.row .radio
{
}
.row .hint
{
	float: left;
	font-size: .9em;
	margin-left: 6px;
	font-style: italic;
}
input.qty
{
	width: 22px;
	text-align: center;
}
.zip
{
	width: 50px;
}
.cardno
{
	width: 200px;
}
.cardsecureno
{
	width: 30px;
	margin-right: 8px;
}
.capital
{
	float: left;
	font-size: 5em;
	padding: 0px 5px 0px 0px;
	margin-top: 0px;
}
/*
 *	Lists
 */
ul, li
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#basic-list
{
	margin: 10px;
}
#basic-list li
{
	list-style: disc;
	padding: 2px 0px 2px 0px;
	margin: 0 0 0 20px;
}
.bold-item
{
	font-weight: bold;
}
#Industry-News
{
	margin-bottom: 20px;
}
#Industry-News li.post-date
{
	color: #a50015;
	font-weight: bold;
}
/*
* Box Styles
*/
#Grey-box, .grey-box
{
	/*width: 100%;*/
	background: #efefef;
}
.grey-box .wrap
{
	padding: 15px;
}
/* Grids */
table, td, th
{
	padding: none;
}
.normalgrid
{
	clear: both;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ddd;
}
.normalgrid thead
{
	background: #eee;
}
.normalgrid thead th
{
	font-weight: bold;
	padding: 4px 8px;
	font-size: .9em;
	text-align: center;
	color: #383837;
	border: 1px solid #ddd;
}
.normalgrid td
{
	padding: 8px;
}
.alt
{
	background: #f8f8f8;
}
.errorborder
{
	border: solid 1px #FF0000;
}
.highlight
{
	background: #def4f6;
}
.highlightalt
{
	background: #d0eff2;
}
td.item, th.item 
{
	width:60%;
}
.item img, .item h5
{
	float: left;
}
.item .itemtitle
{
	float: left;
	margin: 0 0 4px 8px;
}
.item .info
{
	float: left;
}
.item .moreinfo
{
	float: left;
	margin-left: 8px;
	clear: left;
}
.item h5
{
	font-size: 1.1em;
}
.item .mfgr
{
	float: left;
	clear: both;
}
.pricing td
{
	padding: 0;
	font-size: .9em;
}

.pricing td.pricelev
{
	padding-right: 6px;
}
.avail
{
	text-align: center;
}
.specsfull
{
	width: 400px;
}
.specsfull th
{
	padding-right: 4px;
}
/* Tabs/Modules */

ul.tabs li
{
	float: left;
	cursor: pointer;
}
.panel
{
	clear: both;
}
.blank
{
	padding: 12px;
}
ul.softtabs
{
	float: left;
	width: 100%;
	padding: 0;
	border-bottom: 1px solid #0052a5;
}
ul.softtabs li
{
	top: 1px;
	float: left;
	display: block;
	position: relative;
	color: #FFF;
	margin: 0 1px 0 1px;
	border-left: 1px solid #0052a5;
	border-top: 1px solid #0052a5;
	border-right: 1px solid #0052a5;
}
ul.softtabs li.on
{
	background-color: #FFF;
	color: #0052a5;
	padding: 4px 6px 4px 6px;
}
ul.softtabs a
{
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 4px 6px 4px 6px;
	background-color: #0052a5;
}
ul.softtabs a:hover
{
	background: #FFF;
	color: #0052a5;
	text-decoration: none;
}
ul.softtabs li.on span
{
}

ul.softpanel li
{
	float: left;
	clear: left;
	width: 94%;
	padding: 3%;
	border: 1px solid #d0cfcb;
	border-top: none;
}
/*
* Text Styles
*/

.red
{
	color: #a50015;
}

.red-bold
{
	color: #a50015;
	font-weight: bold;
}
.paging 
{
	float:right;
	margin:6px 0 0 0;
}
.paging li
{
	float:left;
	margin-right:6px;
}
#ContactInfo .radio label
{
	width:2em;
	text-align:center;
}