/* Search Box
----------------------------------------------------------- */
div#search_box {
	margin-bottom:4px;
	background:#5AC5C4 url("/images/search_box_bg.jpg") repeat-x top left;
}
div#search_box_inner {
	padding:4px;
}
iframe#stock_table {
	width:720px;
	height:466px;
}
#sb {
	width:100%;
}
#sb th, #sb td {
	padding:2px;
}
#sb td.th, #sb td.th_light {
	font-weight:bold;
	color:#111;
}
#sb td.th_light {
	color:#FFF;
}
#sb td#product_count {
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}
#sb td select {
	width:140px;
	font-weight:11px;
	padding:1px;
}
div#search_box_inner h3 {
	font-size:11px;
	padding-left:1px;
	padding-bottom:3px;
	color:#000077;
	float:left;
	display:block;
}
span#instructions {
	padding-left:3px;
	float:left;
	display:block;
	color:#000077;
}

/* Table
----------------------------------------------------------- */
div#scroll_table {
	width:718px;
	height:360px;
	overflow-x:hidden;
	overflow-y:scroll;
}
table#st {
	width:720px;
}
table#st th {
	color:#fff;
	background-color:#5AC5C4;
	background-color:#004990;
	text-align:left;
}
table#st th p {
	float:left;
	display:block;
}
table#st th p.faded {
	color:#555;
	cursor:default;
}
.price {
	font-size:13px;
}
.main_data {
	cursor:pointer;
	background-color:#fff;
}
.main_data:hover {
	background-color:#D2EDF9;
}
.main_data td {
	border-bottom:1px solid #ccc;
}
.main_data td.cat {
	font-weight:bold;
	color:#0B4280;
}
table#st td.r {
	text-align:right;
}
table#st th div.asc, table#st th div.desc {
	font-size:1px;
	width:11px;
	height:13px;
	cursor:pointer;
	float:left;
	margin-top:1px;
	background-color:transparent;
	background-position:50% 4px;
	background-repeat:no-repeat;
}
table#st th div.asc { margin-left:3px; background-image:url(/images/asc.gif); }
table#st th div.desc { background-image:url(/images/desc.gif); }
table#st th div.asc:hover { background-position:50% -10px; }
table#st th div.desc:hover { background-position:50% -10px; }
table#st th, table#st td {
	padding:5px;
}
table#st td div.stock_image {
	width:75px;
	height:56px;
	overflow:hidden;
        margin-right:20px;
}
table#st td div.stock_image img {
	margin-left:-1px;
	margin-top:-1px;
}
table#st thead th a {
	color:#fff;
}
table#st thead td#search {
	background-color:#0E74BC;
	font-size:10px;
	border-top:4px solid #fff;
	padding:2px 0 2px 5px;
	color:#fff;
}
#sync {
	position:absolute;
	left:895px;
	top:197px;
	width:16px;
	height:16px;
	background:url(/images/ajax_loader.gif) no-repeat 50% 50%;
	display:none;
}
#search_results {
	float:left;
	color:#fff;
}
#clear_search {
	float:right;
	padding-right:5px;
	color:#fff;
	cursor:pointer;
	margin-right:20px;
}
#clear_search:hover {
	color:#5AC5C4;
}

/* Site-wide search results
----------------------------------------------------------- */
table#st tbody td#site_wide_title {
	background-color:#004990;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	border-top:40px solid #fff;
	border-bottom:4px solid #fff;
}

/* Sub menus
----------------------------------------------------------- */
.submenu {
	position:absolute;
	visibility:hidden;
	line-height:18px;
	z-index:100;
	background:#8E8E8E url(/images/sub_menu_fade.jpg) repeat-y left top;
	margin-top:5px;
	margin-left:-5px;
	height:auto;
}
.submenu span {
	width:135px;
	display:block;
	padding:3px 0 3px 15px;
	color:#fff;
	cursor:pointer;
	background-color:transparent;
}
.submenu span:hover { 
	background:#8E8E8E url(/images/sub_menu_fade_r.jpg) repeat-y left top;
	color:#fff;
}

/* Other relevant items
----------------------------------------------------------- */
#right_column h2 {
	margin-bottom:0px;
}
