#message {
	background-color: #ffff66;
	border-bottom: 3px solid #eee;
	color: #333;
	text-align: center;
	padding: 5px;
	margin-top: -20px;
	margin-bottom: 10px;
}
#message h5 {
	margin-top: 5px;
}

#feedback {
	position: absolute;
	top: 0;
	left: 0;
}

.featured {
	background-color: #ffff66;
}

body {
	background: #fff;
	color: #333;
	font-size: 11px;
	padding: 20px 0 0;
}


/* anchors
----------------------------------------------- */
a {
	color: #006699;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color: #666666;
}


/* highlight
----------------------------------------------- */
.highlight, .message {
	background-color: #ffff66;
}

.original {
	background-color: #99FFFF;
}

/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {
	font-weight:normal;
}


div.menu {
	padding:0;
}
div.menu h2 {
	margin:0;
}
div.menu .block {
	padding-top:0;
}


/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1em;
}
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}


/* menus
----------------------------------------------- */
ul.menu {
	list-style:none;
	border-top:1px solid #bbb;
}
ul.menu li {
	margin:0;
}
ul.menu li a {
	display:block;
	padding:4px 10px;
	border-bottom:1px solid #ccc;
}
ul.menu li a:hover {
}
ul.menu li a:active {
}


/* submenus
----------------------------------------------- */
ul.menu ul {
	list-style:none;
	margin:0;
}
ul.menu ul li a {
	padding-left:30px;
}


/* table
----------------------------------------------- */
table {
	width:100%;
	margin-bottom:10px;
}
col.colC {
	width:8em;
}
th, td {
	padding:.2em;
	text-align: left;
}
thead th {
	border-bottom:2px solid #888;
	background:#bbb;
	padding:.4em 0em .2em;
}
thead th.table-head {
	color:#fff;
	background:#555;
	border:1px solid #555;
}
thead th a {
	color: #fff;
}
thead th a:hover {
	color: #8FDAFF;
}
tbody th,
.odd {
	background-color:#eee;
}
tfoot th,
tfoot td {
	border-top:2px solid #666;
	background:#eee;
}
tfoot tr.total th,
tfoot tr.total td {
	border-top:6px double #666;
}
tfoot tr.total th {
	text-transform:uppercase;
}
th.currency,
td.currency {
	text-align:right;
}


/* forms
----------------------------------------------- */
form {
	overflow:hidden;
}
fieldset {
	border:1px solid #bbb;
	padding:10px;
	position:relative;
	background:#e9e9e9;
	margin-bottom:10px;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
	border:1px solid #bbb;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:98%;
}
fieldset p select {
	width:99%;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login p input {
	width:60%;
}
fieldset.login input.button {
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}


/* AJAX sliding shelf
----------------------------------------------- */
#loading {float:right; margin-right:14px; margin-top:-2px;}
.block {padding-bottom:1px;}


/* Footer
----------------------------------------------- */
#footer { 
	margin-top: 25px;
	text-align: center;
	font-size: 9px;
}


/* Camera Icon
----------------------------------------------- */
.camera_icon {
	vertical-align: middle;
}


/* Sales Rep
----------------------------------------------- */
#sales_rep_header {
	text-align: right;
}
.sales_rep {
	vertical-align: bottom;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-style: italic;
}
.sales_rep_photo {
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
}


/* User Info
----------------------------------------------- */
#user_info {
	float: right;
	text-align: right;
}


/* Search Criteria
----------------------------------------------- */
#search_criteria li {
	float: left;
}

#search_criteria li img {
	margin-left: 20px;
}


/* Shopping Cart
----------------------------------------------- */
#shopping_cart {
	text-align: right;
}


/* Account Rep Photo
----------------------------------------------- */
#account_rep_photo img {
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
}


/* Search Results
----------------------------------------------- */
#search_results table {
	border:1px solid #bbb;
}
#search_results tbody td {
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
}


/* Search Form
----------------------------------------------- */
.search_form {
	width:50px;
}


/* Logo
----------------------------------------------- */
#logo {
	margin-left:48px;
}


/* AJAX Progress Indicator
----------------------------------------------- */
#ajax_indicator {
	margin: 0;
	padding: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	clear: none;
	text-align: center;
	padding-top: 250px;
}
* html #ajax_indicator {
	position: absolute;
	height: expression(document.body.scrollHeight &gt; document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}


/* Search Shape Types
----------------------------------------------- */
.shape_type {
	width: 75px;
	float: left;
} 


/* Search div Highlight
----------------------------------------------- */
.search {
	padding-bottom: 20px;
} 
.nowrap th, .nowrap td {
	white-space: nowrap;
}

/* Search Checkboxes
----------------------------------------------- */
td .checkbox {
	float: left;
	width: 70px;
} 


/*
 * Pagination sorting direction indicator
 */
th a.asc {
    padding-right:10px;
    background: url(/img/up-arrow.gif) top right no-repeat;
}

th a.desc {
    padding-right:10px;
    background: url(/img/down-arrow.gif) top right no-repeat;
}


/*
 * Availablility styles
 */
.now {
	text-transform: uppercase;
	color: green;
}
.call {
	text-transform: uppercase;
	color: orange;
}

.error-message {
	color: red;
}




/*
 * Testimonials
 */

#testimonials {
	margin-top: 30px;
}
#bubble {
	width: 413px;
	height: 88px;
	background: url( '/img/testimonial.gif' ) no-repeat;
}
#bubble p {
	margin-left: 60px;
	padding-top: 15px;
	color: #3399ff;
	font-style: italic;
	font-size: 15px;
}
#sig h4 {
	margin-top: 5px;
	margin-left: 250px;
}
#sig h5 {
	margin-top: -5px;
	margin-left: 250px;
	width: 150px;
	color: #999;
}


.product_detail {
	border:1px solid #bbb;
}
.product_detail tbody td {
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	padding-left: 5px;
}


/* Progress Tracker
----------------------------------------------- */
#progress {
	width: 855px;
	height: 32px;
	margin-top: 0pt;
	margin-bottom: 10pt;
	background-color: transparent;
	background-image: url(/img/progress_tracker/background-sub_nav.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left bottom;
}

#progress ul li {
	float: left;
	list-style: none;
}

#progress ul.progress_tracker li {
	position: relative;
	height: 30px;
	line-height: 32px;
	margin-top: 2px;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-top: 0pt;
	padding-right: 20px;
	padding-bottom: 0pt;
	padding-left: 13px;
	background-color: transparent;
	background-image: url(/img/progress_tracker/background-sub_nav-breadcrumb.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right top;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #999999;
	text-shadow: #ffffff;
}

#progress ul.progress_tracker li:hover {
	cursor: default;
}

#progress ul.progress_tracker li a:hover {
	color: #666;
}

#progress ul.progress_tracker li span {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 8px;
	height: 30px;
	background-color: transparent;
	background-image: url(/img/progress_tracker/background-sub_nav-breadcrumb-tail.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
}

#progress ul.progress_tracker li span {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 8px;
	height: 30px;
	background-color: transparent;
	background-image: url(/img/progress_tracker/background-sub_nav-breadcrumb-tail.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
}

#progress ul.progress_tracker li#first span {
	display: block;
	background-image: url(/img/progress_tracker/background-sub_nav-breadcrumb-tail-alt.gif);
}
#progress ul.progress_tracker li.expected a {
	color: #333;
}
#progress ul.progress_tracker li.expected a:hover {
	color: #666;
}
#progress ul.progress_tracker li.complete a {
	color: #333;
}
#progress ul.progress_tracker li.complete a:hover {
	color: #666;
}
#progress ul.progress_tracker li.active a:hover {
	color: #eee;
}
#progress ul.progress_tracker li#first.active span {
	background-position: 0px -30px;
}
#progress ul.progress_tracker li#first.active {
	margin-left: 0pt;
	padding-left: 15px;
}

#progress ul.progress_tracker li.active span {
	display: block;
}

#progress ul.progress_tracker li.active {
	margin-left: -7px;
	padding-left: 21px;
	background-position: right bottom;
	color: #ffffff;
	text-shadow: #326490;

}
#progress ul.progress_tracker li.active a {
	color: #fff;
}
#progress ul.progress_tracker a {
	color: #999;
}

#pane {
	width: 855px;
}
.back {
	float: left;
}
.next {
	float: right;
}
.al {
	text-align: left;
}
.ac {
	text-align: center;
}
.ar {
	text-align: right;
}
.error-message {
	padding: 10px;
	padding-left: 45px;
	margin-bottom: 15px;
	background: #ffcccc;
	background-image: url(/img/arrow.gif);
	background-repeat: no-repeat;
	border: 1px solid #ff0000;
	-moz-border-radius: .5em;
}
.markupDiv {
	margin-bottom: 10px;
}
.markupDiv label {
	float: left;
	display: block;
	margin: 4px 15px;
	text-align: right;
}
.markupLabelPrice {
	width: 195px;
}
.markupLabelWeight {
	width: 95px;
}
input.button {
	font-size: 14px;
}
.help-message {
	padding: 10px;
	padding-left: 45px;
	margin-bottom: 15px;
	background: #ffffcc;
	background-image: url(/img/arrow_help.gif);
	background-repeat: no-repeat;
	border: 1px solid #bbb;
	-moz-border-radius: .5em;
}
.middle {
	vertical-align: middle;
}
#iframeCode {
	width: 820px;
	height: 30px;
	overflow: auto;
	padding: 5px;
	font-size: 10px;
}

.bold {
	font-weight: bold;
}
.label {
	font-weight: bold;
	background-color: #eee;
}
