@charset "UTF-8";


/*
Brad Edwards
Copyright 2009
written for www.Site.com

Swatch Colors----------------
990000  dark red
222		dark grey
ddd		light grey
aaa		middle grey
016d56  dark green


reset.css 
------------------------------------------------------------------------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family: Verdana, sans-serif;}
html{overflow-y:scroll;}
img, a img, :link img, :visited img {border: 0;}

/* Good standard classes 
------------------------------------------------------------------------*/
.hidden{display:none;}
.clear{clear:both;line-height:0px;max-height:0px;}

/* Custom global styles for site 
------------------------------------------------------------------------*/
body {
	background: #fff url(images/top_bg.jpg) top center no-repeat;
	color:#333;
	font-size:12px;
	font-family: Verdana, sans-serif;
	line-height:1.5; /*For IE6 Shenanigans*/  
}

::selection { background:#999; color:#ddd; /* Safari */ }
::-moz-selection { background:#999; color:#ddd; /* Firefox */ }

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #222;line-height: 1.5em; }

h1 { color: #e27c3d; font-size: 1.4em; font-weight:bold; }
h2 { color: #fff; font-size: 1.15em;}
h3 { font-size: 1.4em;color:#66bbdf; font-weight:bold; }
h4 { color: #000; font-size: 0.9em; font-weight: normal; font-style:italic; }
h5 { color:#a2684b;}
h6 { color:#2e7936;}
h5, h6 { font-size: 1.1em; font-weight: normal; padding:0;margin:0 }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

/* Text elements
-------------------------------------------------------------- */
p           { margin: 0.5em 0; }

a:focus, 
a:hover, a.selected { color: #e27c3d; background:#e5e5e5; }
a, p a {color: #444; text-decoration: none; padding: 1px;}

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

small{font-size:.85em;}


/* Form & Table Elements
-------------------------------------------------------------- */

table {border-collapse:separate;border-spacing:0;}
caption, th, td { font-weight:normal;}
input,textarea, select{
	font-size: .9em;
	border:1px solid #666; 
	background:#eee;
	margin: 5px 0;
	padding: 5px;
	vertical-align:middle;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
}
.smaller-fields input, .smaller-fields textarea{
	font-size: .85em;
	border:1px solid #666; 
	background:#eee;
	margin: 3px 0;
	padding: 2px;
	-moz-border-radius:2px; 
	-webkit-border-radius:2px;
}
textarea:focus,input:focus { border: 1px dotted #e27c3d; background:#fff; }
label{margin: 0 7px;}
label,select,input[type='submit'],.point { cursor:pointer; }

/* Page Layout
-------------------------------------------------------------- */
.sglobal { display:block; }
.sglobal input, .sglobal ul, .sglobal span.search { float:right; display:block }
.sglobal ul { width: 325px; } .sglobal span.search { width: 130px; }
.sglobal span.search input {background:transparent url(images/search.gif) right no-repeat; padding:5px; color:#777; }
    .sglobal span.search input.search-btn { background: none; }
.sglobal input.search-btn  {background:transparent; border: 0px none; width:1px; height: 1px; right:0; position:absolute; }
.sglobal ul { margin-right:11px;font-size:.85em; }
.sglobal li { display:inline;line-height:3.2em;border-right:1px solid #666;padding:0 4px; }

.logo{ width: 248px; height:88px; padding: 20px; float:left; margin-left:90px; margin-top:3px; }
    .logo img { border: 0px none; position:absolute; }
/* Sliding Subnav Styles */
.container { width: 840px; margin: 0px auto; }
.slidenav {
    width: 840px; height: 55px; margin-top: 10px; position: relative;
    font-size: 1em; background: url(images/bg-menu.gif) no-repeat top center; z-index:100;
}
.slidenav a { text-decoration: none; height: 55px; }
    .slidenav a:hover, .slidenav a.selected { background: url(images/arrow_down.gif) bottom center no-repeat; }
.subnav div.slidenavselected { background: url(images/arrow_down_small.gif) bottom center no-repeat; }
.subnav {width: 840px; margin: 0;}
.slidenav ul, .slidenav ul li { height: 45px;line-height: 45px;list-style: none; }
              .slidenav ul li { width: 102px; text-align:center; }
.subnav ul li,.subnav ul, .slidenav-box {height: 45px;line-height: 45px;list-style: none; }
.slidenav ul a, .subnav ul a {display: block;padding: 0px 12px;}
.slidenav ul li, .subnav ul li { float: left; }
.slidenav ul li ul {display: none;position: absolute;top: 3em;left: 0;}
.slidenav ul li:hover ul {display: block;}
.subnav ul { position: absolute; display: none; font-size: .9em; width: 800px; }
.subnav ul a {color: #555;text-decoration: none;}
.subnav ul a:hover, .subnav ul a.selected { color: #e27c3d; background: url(images/menu_dot.jpg) no-repeat bottom center; }

.slidenav-box { position: relative; margin: -4px 0px 5px; padding: 0 20px; background: #e5e5e5; z-index: 1;}
.inactive-box {	visibility: hidden;}
.active{visibility:visible;} 
/* End Sliding Subnav Styles */

.content span { border:0; } .content p { padding-bottom: 6px; padding-top: 6px; }
.content a, .ltside a {color: #08689a; /*#1b429a;*/ background: #f7f7f7;} 
    .content strong a { background:#f7f7f7;/*#e5e5e5*/ }
.content table img{margin: 6px;}
.content .ans{font-size:.9em;}
.content li{margin-left:40px; margin-bottom: 6px;} .content .pr_col1 li { margin: 0; }
.content blockquote.quote {
    border-top: 2px solid #e27c3d; border-bottom: 2px solid #e27c3d; font-weight: bold;
    background: url(images/q.gif) 20px 20px no-repeat;
    padding:25px 0 25px 60px;font-size:1.38em;color:#9d9d9d; font-style:normal; line-height: 22px;
}
.content blockquote.quote img { position: absolute; }
.content .ital{font-style:italic;font-size:.85em;}
.content .pr_col1{width:560px;float:left;}
.content .pr_col2{width:260px;float:right;}
.content .pr_col2 h3{font-weight:normal;width:210px;height:49px;padding:6px 0 0 30px;margin:0;}
    .content .pr_col2 h3 a{ color:#fff;font-size:1em;padding:10px 10px 10px 0;margin:0; background:none;}
.content .pr_red{background:url(images/pr_red.jpg) top left no-repeat;}
.content .pr_blue{background:url(images/pr_blue.jpg) top left no-repeat;}
.content .pr_menu{background:#f1f2f2;width:210px;margin:-10px 0 0 0;}
    .content .pr_menu li{list-style-type:none;}ul.content .pr_menu{margin:0;padding:0;}
    .content .pr_menu li { margin: 0 0 5px; text-align: center; }
    .content .pr_menu li a{display:block;font-weight:bold;font-size:.95em;padding: 5px 10px;color:#444;}
    .content .pr_menu li a:hover{background:#dddfdf;}

.content .media_contact{background:#f1f2f2;}
.content .media_contact h3{text-align:center;color:#666; padding: 12px 0 0 0; margin:0; width:auto; height:20px}
.content .media_contact p{font-size:.9em;padding:15px 20px;color:#666;}

div.content .column1 { width: 225px; margin-right: 25px; margin-top: 12px; float: left; }
div.content .column2 { width: 572px; float: right; }
    #page-categories { padding: 12px; background:#fff; font-size: 0.9em; }
    #page-categories a { padding: 1px; background: none; margin-left: 10px; color: #000000; }
    #page-categories a { margin: 0; }
    #page-categories a:hover, #page-categories a.selected { background: #e5e5e5; color:#36aba9; }
.content div#page-categories ul { margin-left: 12px; }
.content div#page-categories ul li { padding: 0; margin: 2px 0; }
         div#page-categories ul li strong a { margin-left: 0; }
.content div#page-categories ul li ul { list-style: none; margin-left:0;}

.home_slide {width:809px;height:323px;background:url(images/homeBG.jpg) top left no-repeat;text-align:left; margin-left:11px;}
.home_slide h2{
    padding:20px 0 0 60px; background:url(images/home-tab-arrow.png) no-repeat; 
    position:absolute; height:68px; width:220px; z-index: 10;
}
.home_slide .slideshow { float:left;width:409px;margin-top:31px }
.home_slide p { float:right;width:330px;margin-top:58px; padding-right:38px;font-size:0.9em;line-height:1.6em;color:#fff }

.content .round-box-1,   .content .round-box-2 { background: #bfdce9; padding: 20px 25px; }
.content .round-box-1 a, .content .round-box-2 a { background:#e5e5e5; }
.content .round-box-2 { background: #bfdce9; }

div.researchers { width: 380px; float:right; margin-top: 45px; }
div.researchers a { display:block; text-align:center; color:#fff; padding: 15px 0; 
    background: url(images/btn/btn-bg-bigorange.gif) ; }
div.researchers a strong { font-size: 18px; display: block; }

p.banners { text-align: center; } p.banners a { border: 0px none; background: transparent; }
p.banners img { margin: 0px; }

.tradeshow { padding: 0 15px; float:left; width: 180px; margin-top: 25px; }
    .tradeshow p { padding: 10px 0; } div.distributor h1 { padding:0; margin:0;}
table.faqlist td p { margin: 0 0 -5px 0; }
    table.faqlist td p.grn strong { font-size:1.45em; }
    table.faqlist td p.ans strong { font-size:1.6em; }

.form { background: #597384; }
.form-wrapper { width: auto; margin: 0; background: #ffffff; padding: 15px; }
.form-wrapper span.red {border:none;color:#FF0000;}
.form-wrapper .submit_btn{position:absolute;margin-left:400px;margin-top:-4px;z-index:100;border:none;background:none;}
.form-wrapper .red-btn32, .checkout .red-btn32 {
    position:absolute; z-index: 10; background: url(images/btn/btn-bg-32.gif) repeat-x; color: #fff; 
    font-weight: bold; width: 100px; height: 32px; border: 0px none;
}
a.btn-blue, a.btn-orange, a.red-btn35, a.red-btn32 ,a.btn-blue-small, a.btn-red-big, a.btn-blue-cart {
    display: block; color: #fff; font-weight: bold; padding: 4px 5px 5px 5px; 
    text-align: center; margin: 8px 0; border: 0px none;
}
a.btn-blue   { background: url(images/btn/btn-bg-blue.gif) repeat-x; }
    a.btn-blue-small { background: url(images/btn/btn-small-blue.jpg) no-repeat; width: 150px; display:inline-block; }
    a.btn-blue-cart { background: url(images/btn/btn-view-cart.jpg) no-repeat; width: 205px; display:inline-block; }
a.btn-orange { background: url(images/btn/btn-bg-orange.gif) repeat-x; }
a.red-btn35  { background: url(images/btn/btn-bg-32.gif) repeat-x; padding: 8px; }
a.red-btn32 { background: url(images/btn/btn-bg-32.gif) repeat-x; }
    a.btn-red-big { background: url(images/btn/redbig_btn.jpg) no-repeat; width: 205px; display:inline-block; }
.round-btn { display: block; background: #66bbdf; color: #fff; font-weight: bold; padding: 10px }

div.media-box-list { margin-top: 25px; padding: 12px 18px; background: #e4f1f7; width: 350px;}
div.media-box-list ul { list-style-type: none; margin-left: 25px; }
div.media-box-list ul li { padding: 2px 0; font-size:0.9em;} div.media-box-list ul li a { background:#e5e5e5; }
div.media-box-list ul li img { margin-bottom: -2px; }

table.research-category-container div.research-category-off,
table.research-category-container div.research-category-on { 
    cursor:pointer; color: #fff; font-weight: bold; padding: 11px 0 11px 45px; margin-bottom: 5px;
    background: url(images/research-header-off.jpg) no-repeat; 
}
table.research-category-container div.research-category-on { background: url(images/research-header-on.jpg) no-repeat; }

table.research-category-container ul { display: none; margin-left: 0; }
table.research-category-container li { cursor:pointer; margin:0; margin-left: 12px; font-weight:bold; }

table.research-category-container li { list-style-image:none; list-style-type:disc; color:#474748; /*color:#871e28;*/ }
table.research-category-container li.haschildren { list-style-image: url('images/b1-close.gif'); color:#000; }
    table.research-category-container li.open { list-style-image: url('images/b1-open.gif'); }
table.research-category-container li.article { list-style-image:none; list-style-type:none;  background:none; margin-left: 0; }
    table.research-category-container li.article a:hover { color:#e27c3d; }
/*
table.research-category-container ul li ul li { list-style-image:none; list-style-type:disc; color:#474748; }
table.research-category-container ul li ul li.haschildren { list-style-image: url('images/b2-close.gif'); color:#000; }
    table.research-category-container ul li ul li.open { list-style-image: url('images/b2-open.gif'); }
table.research-category-container ul li ul li ul li { list-style-image:none; list-style-type:disc; color:#474748; }
table.research-category-container ul li ul li ul li.haschildren { list-style-image: url('images/b2-close.gif'); color:#000; }
table.research-category-container ul li ul li ul li:hover { color: #66BBDF;}
*/

table.chart { width: 100%; } table.chart th { font-weight:bold; vertical-align:middle; } table.chart td { padding: 3px; }

div.faq-head { background: url(images/btn/blueGrad.jpg) repeat-x; }
div.faq-header-off, div.faq-header-on { 
    cursor:pointer; color: #fff; font-weight: bold; padding: 11px 0 11px 45px; margin-bottom: 5px;
    background: url(images/faq-header-off.jpg) no-repeat; 
} div.faq-header-on { background: url(images/faq-header-on.jpg) no-repeat; }
div.faq-answer { display: none; }

.buycaps, .ordersample{width:110px;text-align:center;color:#fff;font-weight:bold;margin: 5px 5px 5px 0; padding-top:4px; line-height: 14px;}
.buycaps a, .ordersample a{color:#fff;text-decoration:none;}
.buycaps a:hover, .ordersample a:hover{color:#aaa;background:none;}
.buycaps{background: url(images/btn/buycaps_btn.jpg) no-repeat center top;padding-top:12px;height:29px;}
.ordersample{background: url(images/btn/orderonline_btn.jpg) no-repeat center top;padding-top:5px;height:36px;}

.research-fwd-form { background: #f7f7f7; padding: 20px; width: 400px; margin-top: -15px;}

.confirmation-box { padding: 25px 50px; background:#65b9de; text-align:center; margin: 40px auto; }
.confirmation-box h1 { color:#207da4; font-size:2.0em; } .confirmation-box strong { color: #fff; }
.validation-summary { width: 86%; margin: 0 0 15px; padding: 20px; background: #fcf9ce; }
.validation-summary ul, .validation-summary ul li { padding: 0; margin: 0; font-size: 0.9em; }
.validation-summary ul { margin-left: 45px; } .validation-summary li { padding: 5px 0; list-style-type: square; }
.validation-summary b { font-size: 1.5em; }

/* Commerce */
div.cart-list-container { width: 830px; background:#597384; }
div.cart-list { padding: 25px 40px; background:#fff; }
div.cart-list table#cart { border-bottom: 1px solid #597384; }
div.cart-list table#cart, div.cart-list table tr.line-item { width: 740px; } 
div.cart-list table#cart tr th { background: #597384; color: #fff; font-weight: bold; text-align: center; padding: 5px 0; }
div.cart-list table#cart tr th, div.cart-list table tr.line-item td { border-right: 1px solid #e7e7e7; }
div.cart-list table tr.line-item td { vertical-align: middle; padding: 2px 10px; }
div.cart-list table tr.line-item td input { width: 25px; text-align:center; padding: 2px; vertical-align: middle; }

div.cart-list table#subtotals { width: 300px; float:right; }
div.cart-list table#subtotals tr td { padding: 2px 10px; font-weight: bold;  }
div.cart-list table#subtotals tr td span { background: #5fa29a; color: #fff; padding: 2px 5px; }

div.add-to-cart-quick { background: url(images/buy.jpg) no-repeat; width: 220px; height: 169px; text-align:right; padding: 15px 25px 0 0; }
div.add-to-cart-quick span { font-weight: bold; font-size: 0.9em;  line-height:14px;} div.add-to-cart-quick span strong { font-weight:normal; font-size: 0.8em; }

div.checkout-container { background:#597384; width: 400px; }
div.checkout { padding: 12px 0; background:#fff; }
div.checkout div.t, div.cart-list div.t { padding: 8px; background:#597384; color: #fff; font-weight: bold; margin-bottom: 8px; text-align:left;}

div.checkout table { width: 90%; margin: 0 auto; } div.checkout table tr td { vertical-align: middle; margin:0; }
div.checkout table.confirmation { width: 96%; }
div.checkout table tr td.fld { font-size: 0.8em; color: #666; text-align: right; padding-right: 10px; }

div.coupon-banner-large { background: url(images/btn/banner-coupon.jpg) no-repeat; width: 550px; height: 150px; }
div.coupon-banner-large div { width: 340px; float:right; text-align:center; margin: 10px 25px 0 0;}
div.coupon-banner-large strong { font-size: 26pt; color: #2177a5; display:block; letter-spacing:-1px;}
    div.coupon-banner-large strong strong { font-size: 11pt; letter-spacing:0px; margin-top:-5px}
    div.coupon-banner-large span { margin-top: 4px; line-height: 15px; }
    div.coupon-banner-large span, div.coupon-banner-large em { display:block; color:#fff; font-weight:bold; font-size: 10pt; font-style:normal;  }
    div.coupon-banner-large em { font-size: 7pt; }
    
div.coupon-banner-small { background: url(images/btn/banner-coupon-small.jpg) no-repeat; width: 412px; height: 150px; }
div.coupon-banner-small div { width: 240px; float:right; text-align:center; margin: 55px 0 0 0;}
div.coupon-banner-small strong.t { font-size: 11pt; color: #2177a5; display:block; line-height: 16px; margin-right:20px }
div.coupon-banner-small strong.m { font-size: 16pt; color: #fff; display:block; float:left; margin:5px 0 0 0; }
   
div.coupon-banner-small span { margin-top: 4px; line-height: 15px; }
div.coupon-banner-small span { display:block; color:#fff; font-size: 7pt; font-style:normal;  }
    
/* Footer Styles */
.footer {height:240px;margin:20px 0 0 0;background: url(images/footerBG.jpg) bottom center no-repeat;}
.footer .footer-columns { width: 860px; margin: 0 auto; }
.footer .col{float:left;text-align:center;}
.footer .col ul{ float:left;width:85px;padding:10px;text-align:left;font-size:8pt;list-style-type:none;}
.footer .col p{float:left;width:130px;padding:0 10px;}
.footer .col_left { width:190px; padding: 15px 0 0 0; font-size: 0.9em; border-right: 1px solid #ddd; }
.footer .col_center{float:left;width:325px; text-align:center;border-left:1px solid #ddd;border-right:1px solid #ddd;}
.footer .col_center table { background: transparent !important; }
.footer .col_right { width: 193px; text-align:right;padding: 20px 0 0 0; }
.footer .news_slide div{width:270px;height:80px;font-size:.9em;text-align:center; background: transparent !important;}
.footer td{text-align:center;vertical-align:middle;}

.disclaimer { font-size: 0.75em; line-height: 12px; color:#888; }
.copyright{margin-top:125px;text-align:center;}

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between all ColorBox themes
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0; overflow:hidden;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the order/nesting of the generated HTML, 
    in hope that this will make the relationship easier to understand. Thanks, jack@colorpowered.com
*/
#cboxOverlay{background:url(images/overlay.png) 0 0 repeat;}

#colorbox{}
	#cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) -100px 0 no-repeat;}
	#cboxTopRight{width:21px; height:21px; background:url(images/controls.png) -129px 0 no-repeat;}
	#cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) -100px -29px no-repeat;}
	#cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) -129px -29px no-repeat;}
	#cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
	#cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}

	#cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
	#cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}

	#cboxContent{background:#f0923c;}
		#cboxLoadedContent{ /*margin-bottom:45px;*/}
                /*#cboxTitle{ position:absolute; bottom:3px; left:0; text-align:center; width:100%; color:#999;height:50px;background:#fff;font-size:2em;}*/
                #cboxTitle { display:none; }
                #cboxCurrent{color:#fff;font-size:.9em;}
                #cboxSlideshow{position:absolute; bottom:3px; right:30px; color:#0092ef;}
                #cboxPrevious{position:absolute; bottom:5px; left:50px; background:url(images/cb_prev.png) no-repeat; width:17px; height:40px; text-indent:-9999px;}
                #cboxPrevious.hover{}
                #cboxNext{position:absolute; bottom:5px; right:50px; background:url(images/cb_next.png) no-repeat; width:17px; height:40px; text-indent:-9999px;}
                #cboxNext.hover{}
		#cboxLoadingOverlay{background:url(images/loading_background.png) center center no-repeat;}
                #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
		#cboxClose{position:absolute; top:10px; right:10px; background:url(images/close.png) no-repeat; width:40px; height:41px; text-indent:-9999px;}
		#cboxClose.hover{}
		
#cboxTopLeft{_background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
#cboxTopCenter{_background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
#cboxTopRight{_background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopRight.png, sizingMethod='scale');}
#cboxBottomLeft{_background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
#cboxBottomCenter{_background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
#cboxBottomRight{_background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
#cboxMiddleLeft{_background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
#cboxMiddleRight{_background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}
