html { overflow-y: scroll; }
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, helvetica, sans-serif;
	font-size: 72%;
	color: #000;
	background: url(images/body_bg.gif) repeat-x #FFF;
	text-align: center;
}
p, table, form, div {
	font-size: 1em;
	line-height: 1.3em;
}
p {
	padding: 0;
	margin: .8em;
}
h4 {
	font-size:1.2em;
	line-height:1.2em
}
h2 {
	font-size: 1.6em;
	line-height:1em;
	font-weight: normal;
}
td {
	vertical-align:top;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #c00	;
}

.smaller {
	font-size: .9em;
}
span.price {
	padding: 2px 5px;
	background-color: #FFFF99;
}
.noGap {
	margin:0;
	padding:0;
}
.titleImg {
	float:left;
}
p.prodnavigation {
	font-size: .8em;
}
ul.leftMenu {
	font-size: 1.1em;
	padding: 0;
	margin:0;
}
ul.leftMenu li{
	padding: 0;
	margin:0;
	list-style-position:inside;
	list-style-image: none;
	list-style-type: none;
}
ul.leftMenu li a{
	display: block;
	padding: 3px 0 5px 5px;
	margin: 0;
	background: url(images/menu_spacer.gif) bottom center no-repeat;
}
.leftMenu li a:hover{
	background-color: #444;
	color: #eee;
}
.clearDiv {
	font-size:1px;
	line-height:1px;
	margin: 0 0 -1px 0;
	overflow:hidden;
	clear:both;
}
#mainDiv {
	position:relative;
	width: 920px;
	margin: 0 auto;
	padding-left:10px;
	text-align:left;
}
#topExtras {
	height: 70px;
	padding:0; margin:0;
	width: 570px;
	overflow:hidden;
	float:right;
}
#easySearch {
	float:left;
	padding: 4px 8px 8px 26px;
}
#topLinks {
	float:right;
	padding: 4px 2px;
}
#topLinks a{
	text-decoration:none;
	color: #CA1717;
	font-weight: bold;
}
#topLinks a:hover{
	border: dotted 0 #ca1717;
	border-bottom-width: 1px;
}
#livehelp {
	text-align:right;
}
#livehelp a:hover{
	border-bottom-width:0;
}
#mainContent {
	clear:both;
	padding: 7px;
	padding-left:15px;
	background-image:url(images/content_bg.gif);
	background-position:-10px 0;
	background-repeat:repeat-y;
}
#innerContent {
	padding-right: 7px;
}
#innerContent a{
	background-color:#F7B0B0;
}
body#storepage #innerContent a{
	background-color: transparent;
}
#index_flash {
	background-color:#fff;
	text-align:center;
	font-size:200%;
	font-weight: bold;
	color: #fff;
	margin-bottom: 12px;
}
#index_footer {
	text-align:center;
	font-weight: bold;
	margin-top: 12px;
	width: 890px;
	overflow:visible;
	background: top left url(images/index_footer_bg.gif) repeat-y;
}
#index_footer_top {
	background:top left url(images/index_footer_top.gif) no-repeat;
	height: 20px;
	overflow: hidden;
}
#index_footer_bott {
	background:bottom left url(images/index_footer_bott.gif) no-repeat;
	height: 15px;
	overflow: hidden;
}
#contentFooter {
	clear:both;
	padding: 12px 0;
	font-size:1px;
	line-height:1px;
	margin:0;
	background-image:url(images/content_bottom.gif);
	background-repeat:no-repeat;
	background-position:-10px bottom;
}
#casterSearchForm {
	font-size:1.1em;
	line-height: 1.3em;
}
#casterSearchForm select{
	font-size: 1em;
	width: 200px;
}
#casterSearchForm table td{
	vertical-align:bottom;
}

#AcctNav a{
	padding: 2px 10px;
	background-color:#ddd;
}
#AcctNav a:hover{
	background-color:#bbb;
}
/* 100markets.com -START-  Styles for product listing page */
span.allprods {
	font-size: 1.1em;
	color: #ca1717;
}
td.product {
	border: solid 1px #444;
	vertical-align: top;
}
td.product div {
	vertical-align:bottom;
}
td.product div table td {
	margin:0;
	padding:3px;
	vertical-align:bottom;
}
div.product {
	margin:0;
	padding:8px;
}

.even {
}
tr.even{
	background-color: #fdfdfd;
}
tr.odd td{
	background-color: #eee;
}
tr.even td.prodcheck {
	border: solid 0 #fdfdfd;
	border-bottom-width:1px;
	border-top-width:1px;
}
td.prodcheck, tr.odd td.prodcheck, div.prodcheck {
	vertical-align: middle;
	text-align: center;
	background-color: #bbb;
	padding: 6px;
}
.pView {
	padding: 6px 0;
}
.pView a {
	text-decoration:underline;
}
td.pagenums, p.pagenums {
	padding:0;
}
p.pagenums {
	margin:4px;
}
#product_filter_left {
	width: 248px;
	padding: 8px;
	background-color:#eee;
	float:left;
	margin: 1px;
}
#product_filter_right {
	width: 560px;
	float: right;
	clear:none;
	padding:0;
	margin: 1px;
}
/* 100markets.com -END-  Styles for product listing page */

/* 100markets.com -START-  Styles for product detail page */
.detaildescription {
	margin-bottom: 12px;
}
body#storepage #innerContent .detaildescription a{
	background-color: #f7b0b0;
}
td.prodLinks {
	border: solid 1px #ccc;
	padding-left:12px;
	padding-right:12px;
	width: 180px;
}
td.prodLinks p {
	clear: both;
}
td.prodLinks p img{
	float:left;
	clear:both;
}
td.prodLinks p span img{
	float:none;
	clear:both;
}
#tabTable {
	margin-top: 8px;
	/*border: solid 1px #222;*/
}
#tabTable .toggleDiv {
	cursor: pointer;
	background-color:#eee;
	border: solid #bbb 1px;
	color: #111;
	font-size:13px;
	line-height:18px;
	font-weight:bold;
	height:20px;
	padding-left:8px;
}
#tabTable .toggleDiv .smaller {
	font-weight:normal;
	font-size:10px;
}
#tabTable .tabDivV{
	position:relative;
	text-align:left;
	padding:8px;
	margin:0;
	display:block;
}
#tabTable .tabDiv{
	position:relative;
	text-align:left;
	padding:8px;
	margin:0;
	display:none;
}
#tabTable tr th {
	padding:3px 12px 11px;
	/*background-color:#CCCCCC;
	border-bottom: 2px solid #222;*/
	height: 28px;
	min-height: 28px;
	height:auto !important;
	text-align:center;
	background:url(images/unselTab.gif) bottom center no-repeat
}
#tabTable tr th span{
	color: #eee;
	cursor:pointer;
	display:block;
}
#tabTable tr th.selected{
	background:url(images/selTab.gif) bottom center no-repeat
/*	padding:4px 10px;
	background-color:#eee;
	border-right: solid 2px #aaa;
	border-left: solid 2px #777;*/
}
table.m100_pbTable {
	border: solid 0 #888;
	border-bottom-width:1px;
	border-right-width: 1px;
}
table.m100_pbTable td, table.m100_pbTable th{
	padding: 4px;
	border: solid 0 #888;
	border-top-width:1px;
	border-left-width: 1px;
	text-align:center;
}
table.m100_pbTable th {
	background-color: #d8d8d8;
}
strong.detailunitslink {
	display:block;
	float:right;
	margin:12px 20px -12px 12px;
}
/* 100markets.com -END-  Styles for product detail page */

/* 100markets.com -START-  Styles for product compare page */
.compareTable {
	border: solid 1px #000;
	border-right-width:0;
}
.compDet td{
	border: solid 0 #333;
	border-right-width: 1px;
}
.compEven td, .compOdd td{
	border: solid 0 #333;
	border-right-width: 1px;
	border-top-width: 1px;
	background-color:#fdfdfd;
	padding:6px;
}
.compOdd td {
	background-color:#eee;
}
.compEven td.compDiff, .compOdd td.compDiff{
	padding-left: 20px;
	background: url(images/compareDiff.gif) left center no-repeat;
}
.compOdd td.compDiff {
	background-color:#eee;
}
/* 100markets.com -END-  Styles for product compare page */

/* 100markets.com -START-  Styles for top Menu */
#menuMain ul, #menuSub ul {
	padding:0;
	margin:0;
	list-style:none;
}
#menuMain li, #menuSub li {
	position:relative;
	float: left;
}
#menuMain li {
	padding: 0 0 0 3px;
}
#menuMain ul li{
	cursor: pointer;
}
#menuMain a{
	color: white;
}
#menuMain {
	margin:0;
	padding:0;
	position:absolute;
	top: 54px;
	left: 286px;
	width: 660px;
	z-index:12;
}
#menuSub {
	margin:0 2px 0 3px;
	padding:0;
	clear:both;
	min-height: 18px;
	height: auto !important;
	height: 18px;
	background-image:url(images/submenu_bg.gif);
	background-position:top right;
	background-repeat: repeat-x;
	vertical-align:top;
}
#menuSubLeft {
	background-image:url(images/submenu_left.gif);
	background-position:left top;
	background-repeat:no-repeat;
	font-size:1px;
	line-height:1px;
	margin:0;
	padding:1px 9px 22px 2px;
	float: left;
}
#menuSubRight {
	background-image:url(images/submenu_right.gif);
	background-position:right top;
	background-repeat:no-repeat;
	font-size:1px;
	line-height:1px;
	margin:0;
	padding:1px 9px 22px 2px;
	float: right;
}
ul#nav {
}
.subMenu {
	display:none;
}
.subMenuV {
	display:block;
}
.subMenu li, .subMenuV li {
	margin:0;
	padding: 6px 10px;
	font-weight: bold;
	background-image:url(images/submenu_divider.gif);
	background-position: top right;
	background-repeat:repeat-y;
}
li.nonSelectedMenu {
	background-image:url(images/btn_unsel_left.gif);
	background-position:left 0;
	background-repeat:no-repeat;
	padding:0 2px 0 1px;
}
li.nonSelectedMenu span{
	padding:2px; margin: 0;
	background-color:#000;
	color:#fff;
	font-weight:bold;
}
li.nonSelectedMenu i {
	padding:2px 3px;
	margin:0;
	background-image:url(images/btn_unsel_right.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
li.selectedMenu {
	background-image:url(images/btn_sel_left.gif);
	background-position:left 0;
	background-repeat:no-repeat;
	padding:0 2px 0 3px;
}
li.selectedMenu span{
	padding:2px; margin: 0;
	background-color:#CD1313;
	color:#fff;
	font-weight:bold;
}
li.selectedMenu i {
	padding:2px 3px;
	margin:0;
	background-image:url(images/btn_sel_right.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
/* 100markets.com -END-  Styles for top Menu */

/* 100markets.com -START-  Styles for Index Tabs */
#ITabTable {
	width: 471px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	overflow: scroll;
}
#ITabTable .ITabV{
	width: 96%;
	overflow:hidden;
	position:relative;
	text-align:left;
	padding:8px;
	margin:0;
	display:block;
}
#ITabTable .ITab{
	position:relative;
	text-align:left;
	padding:8px;
	margin:0;
	display:none;
}
#ITabTable tr th.nonSelectedITab {
	background-color:#fff;
	background:#fff url(images/index_tab_up_grad.gif) repeat-x bottom left;
	border-bottom: 2px solid #222;
	border-right: solid 1px #777;
	border-left: solid 1px #777;
	border-top: solid 1px #777;
	text-align:center;
}
#ITabTable tr th span{
	padding:1px 10px;
	cursor:pointer;
	display:block;
}
#ITabTable tr th.selectedITab{
	background:#fff url(images/index_tab_down_grad.gif) repeat-x top left;
	border-right: solid 1px #777;
	border-left: solid 1px #777;
	border-top: solid 1px #777;
	border-bottom:none;
	text-align:center;
}
#ITabTable tr td.ITabBottom {
	background:url(images/index_tab_bottom.gif) bottom left no-repeat;
	height:11px;
	overflow:hidden;
	font-size:6px;
	line-height:7px;
	padding:0;
	margin:0;
}
#ITabTable tr td.ITabMid {
	background:url(images/index_tab_bg.gif) repeat-y 0 0;
	padding: 0;
	margin: 0;
	height: 250px;
}
/* 100markets.com -END-  Styles for Index Tabs */


/* 100markets.com - START - Styles for Tech Spec popups */
.product_filter td ul,.product_filter td ul li {
	padding:0;
	margin:0;
	border:0;
	list-style-type: none;
}
.product_filter td ul li {
	float:right;
	cursor: pointer;
	cursor: hand;
	/*border:0 dotted #333;
	border-bottom-width: 1px;*/
	white-space: nowrap;
}
.left_filter td ul li {
	float:left;
	cursor: pointer;
	cursor: hand;
	/*border:0 dotted #333;
	border-bottom-width: 1px;*/
	margin-bottom: 3px;
}
.left_filter td select {
	clear: both;
	float: left;
}
.product_filter td dl {
	white-space: normal;
	visibility: hidden;
	position: absolute;
	width: 200px;
	padding: 0 0 3px 0;
	background-color: #efefef;
	height: auto;
	border: solid 1px #a30000;
	z-index:300;
}
.product_filter td dt {
	font-size: 12px;
	height: 18px;
	text-align:center;
	font-weight: bold;
	background-color: #9c0000;
	color: #eee;
	border: solid 0 #444;
	border-bottom-width: 2px;
	padding:3px;
}
.product_filter td dd {
	width:auto;
	text-align: left;
	margin:0;
	padding: 3px 6px;
}
.product_filter td ul li:hover {
	position: relative;
}
.product_filter td ul li:hover dl {
	visibility:visible;
	color: #000;
	top: -3px;
	right:20px;
}
.left_filter td ul li:hover dl {
	visibility:visible;
	color: #000;
	top: -3px;
	left: 120px;
}
/* 100markets.com -END-  Styles for Tech Spec popups */
/* 100markets.com -START-  Styles for Feedback Form */
#improveLink {
	position: absolute;
	left:0;
	top:115px;
	width:24px;
}
#fbdiv {
	text-align:left;
	position: absolute;
	top: 15px;
	left: 26px;
	display:none;
	width: 500px;
	height:auto;
	background-color: #fff;
	border: solid #555 1px;
	border-bottom-width: 2px;
	border-right-width: 2px;
	z-index:100;
}
#feedback {
	margin: 0px;
	width:500px;
	height:350px;
}
#fbcontent {
	min-height: 245px;
}
#feedback #fbsubmit{
	vertical-align:bottom;
}
#fbfooter {
	padding: 12px 36px;
	color: #efefef;
	background-color:#2e2e2e;
	text-align:center;
}
/*div.dimming {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	position:absolute;
	/* set z-index higher than possible
	z-index:10;
	visibility: hidden;
	
	border-style: solid;
	border-color: #999999;
	border-width: 1px;

	background-color:transparent;
	background-image:none;
}*/

#fbbody {
	margin: 0;
	width: 500px;
}
#fbbody form {
	padding: 5px;
}
#fbbody p {
	padding: 5px;
	text-align: left;
}
#fbbody table, td {
	margin: 0;
	padding: 0;
}
#fbtable {
	width:100%;
	margin:0px;
	padding:0px;
	font-size: 110%;
	font-weight:bold;
	color: #000;
	background-color:#838383;
	background-image:url(images/submenu_bg.gif);
	background-position:-2px -2px;
	background-repeat: repeat-x;
}
#fbtable td{
	padding:4px 2px;
}
#fbframe {
	width: 100%;
	height:350px;
}
p.fberrmsg {
	color: #ca1717;
	text-align: center;
}
p.fbmsg {
	text-align: center;
}
/* 100markets.com -END-  Styles for Feedback Form */
#header_chicago {
	width:888px;
	background:url(images/chicago.jpg) top right no-repeat #EFECE3;
}

#branches {
	text-align:center;
	color:#eee;
	background-color:#000;
	padding:3px;
}
#branches a{
	padding:2px 4px;
	color:#eee;
	font-weight:normal;
}
#topLogo {
	color:#ce2525;
	font-family:Arial, Helvetica, sans-serif;
	font-style:oblique;
	font-size:22px;
	font-weight:bold;
}
#topMenu {
	margin:1px 0 0 0;
	padding:6px 0;
	border-top:1px solid #666;
	border-bottom: outset 2px #666;
}
#topMenu form{
	margin:0;
	padding:0;
}
#topMenu td{
	vertical-align:middle;
}

td#midTopTopMenu {
	padding-bottom:8px;
}
#midTopTopMenu a{
	color:#555;
	padding:2px 4px;
}
#midBotTopMenu a{
	color: #000;
	font-size:14px;
	font-weight:bold;
	padding:2px 6px;
}
.phonenum {
	font-weight:bold;
	color:#00C;
}