﻿html 
{ 
	filter: expression(runtimeStyle.filter = '',document.execCommand('BackgroundImageCache', false, true));
}

body 
{
	font-family:tahoma, sans-serif;
	background:#7d7d73 url(Images/body-bg.png) repeat-x top left;
	font-size:11px;
}

input, textarea
{
	font-size:1em;
}

div 
{
	-moz-box-sizing: content-box; 
	box-sizing: content-box; 
}

html, body , form
{ 
	height:100%;
	width:100%; 
	margin:0; 
	padding:0; 
}

.center
{
	margin:0px auto;
	text-align:center;
}


.right
{
	margin:0px 0px 0px auto;
	text-align:right;
}

.left
{
	margin:0px auto 0px 0px;
	text-align:left;
}


table.tdFixEmpty tr td, 
table.tdFixEmpty tr th
{
	behavior:expression(runtimeStyle.behavior = 'none',  
	(innerText == '') ? insertAdjacentHTML('beforeEnd', '&nbsp;') : '',
	'none');
}


/* png fix */
* html .bgPngCrop
{
	filter	: expression(
		(runtimeStyle.backgroundImage != 'none') ? runtimeStyle.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src='+currentStyle.backgroundImage.split('\"')[1]+', sizingMethod=crop)' : runtimeStyle.filter,
		runtimeStyle.backgroundImage = 'none');
}
* html .bgPngScale
{
	filter	: expression(
		(runtimeStyle.backgroundImage != 'none') ? runtimeStyle.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src='+currentStyle.backgroundImage.split('\"')[1]+', sizingMethod=scale)' : runtimeStyle.filter,
		runtimeStyle.backgroundImage = 'none');
}

* html input.imgPng, 
* html img.imgPng, 
* html .imgPng img
{
	background:url(Images/spacer.gif);
	filter	: expression(
		(runtimeStyle.backgroundImage != 'none') ? (
			style.zoom=1, 
			img = new Image(), 
			img.src = src, style.width =(img.width > 0) ? img.width + 'px' : 'auto',
			style.height =(img.height > 0) ? img.height + 'px' : 'auto', 
			runtimeStyle.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src='+ src +', sizingMethod=scale)', 
			src = currentStyle.backgroundImage.split('\"')[1]
			) : runtimeStyle.filter,  runtimeStyle.backgroundImage = 'none');
}



.tableContent
{
	width:100%;
}

.divValidator
{
	background: transparent url(Images/Icons/error.gif) no-repeat center center;
	width:16px;
	height:16px;
	padding-top:3px;
	position:absolute;
	overflow:hidden;
	font-size:16px;
	line-height:16px;
	vertical-align:top;
	cursor:pointer;
}


.tdHead a, .tdHead, .tdFoot a, .tdFoot
{
	color:white;
	font-weight:bold;
}


.tdHead table
{
	width:728px;
}

.tdHead table table
{
	width:auto;
}



.tdHead a:hover, .tdFoot a:hover
{
	color:#0ea2ae;
}

td.tdContent ol
{
	width:718px;
	height:270px;
}

td.tdContent
{
	padding:5px;
}

.tdContent
{
	background-color:white;
	height:100%;
	padding:0 5px;
	color:#4c4c4c;
}


.tdContent a
{
	color:#4c4c4c;
	
}

.tdContent a div,
.tdContent a span
{
	text-decoration:underline;
}

.tableFixedWidth
{
	width:100%;
	table-layout:fixed;
}

.divSidePanel
{
	font-size:1px;
	overflow:hidden;
}

.textbox
{
	border:1px solid #9EA4A8;
	height: 14px;
}

.textbox input
{
	margin-top: -1px !important;
	height: 15px;
}



.dropDownText
{
	padding-left:3px;
	white-space:nowrap;
	font-weight:normal;
	line-height:1.0em;
}

.dropDown
{
	background-color:#FFFFFF;
	border:1px solid #9EA4A8;
	color:#666666;
	height: 16px;
}

.width100
{
	width:100%;
}

.dropDownImg
{
	width:17px;
}

.dropDownBlock table
{
    border: 1px solid #8f8f8f;
    border-top:0;
    border-bottom:0;
}

.dropDownBlock div
{
	cursor:pointer;
}

.dropDownBlock
{
    border-bottom: 1px solid #8f8f8f;
}

.dropDownItem
{
	border-top:1px solid #bebebe;
    padding:0px 5px;
    line-height:19px;
}

.dropDownItemSel
{
	background:#e9eaea url(Images/DropDown/bg.gif) repeat-x top right;
}

.dropDownItemDis
{
	background:#e9eaea url(Images/DropDown/bg.gif) repeat-x top right;
	color:#666666;
}

.divPageTitle
{
	font-weight:bold;
	font-size:2em;
	color:#20C2D1;
	padding-bottom:5px;
}

.divPageSubTitle
{
	font-size:1.7em;
	padding:5px 8px;
	color:#067a87;
}


.pageTitle2
{
	color:#20C2D1;
	font-size:1.4em;
	font-weight:bold;
}

.pageTitle3
{
	color:#656766;
	font-size:1.4em;
	font-weight:bold;
	padding-bottom:5px;
	display:inline;
}

.pageTitle4
{
	color:#20C2D1;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.8em;
}

.aNavLink
{
	color:#20C2D1 !important;
	display:block;
	font-size:1.3em;
	line-height:1.5em;
	font-weight:bold;
}

a.aItemLink, span.aItemLink
{
	color:#656766;
	font-size:0.9em;
	display:block;
	line-height:1.1em;
	text-decoration: none;
}

a.aItemLink:hover
{
	text-decoration: underline;
}

a.aProductLink
{
	font-weight:bold;
}

.divDataView
{
	font-size:1.3em;
	line-height:1.35em;
}

.divDescDataView
{
	font-size:1.2em;
}

.tableForm
{
	border:1px solid #9f9f9f;
	background-color:#dfdfdf;
}

.tableForm th
{
	border-bottom:1px solid #9f9f9f;
	font-size: 1.2em;
	color:white;
	background-color:#00b9cb;
	text-align:center;
}

.tableForm td, .tableForm th
{
	padding:5px;
}

.tableForm td table td
{
	padding:0px !important;
}

.tdForm
{
	padding:0 15px !important;
}

.tableForm td.tdFormTitle,
.tableForm th.tdFormTitle
{
	width:104px;
	font-size: 1.2em;
	font-weight:bold;
	color:#00b9cb;
	text-align:left;
	padding-left:15px;
}

.tableFormSmall .tdFormTitle
{
	width:75px;
}

*:first-child+html .tableFormSmall col.tdFormTitle
{
	width:65px !important;
}

* html .tableFormSmall col.tdFormTitle
{
	width:65px !important;
}

.tableForm 
.tdFormField
{
	width:100%;
	text-align:left;
}

.tdFormButtons table
{
	margin:0px auto;
}

.tablePagedForm
{
	border:1px solid #9f9f9f;
	background-color:#dfdfdf;
}

.tdPagedForm
{
	padding: 10px;
}

.tdPager
{
	padding:0px;
}

.tablePager
{
	border-top:1px solid #9f9f9f;
	font-size: 1.0em;
	font-weight:bold;
	color:white;
	background-color:#00b9cb;
	padding:5px;
	line-height: 1.7em;
}

.tablePager td
{
	padding: 1px;
}

.divItemList dt
{
	margin:0 5px;
	color:#20C2D1;
	display:block;
	font-size:1.3em;
	font-weight:bold;
	line-height:1.5em;
}

.divItemList dt a
{
	color:#20C2D1;
}

.divItemList dd
{
	margin-left:10px;
	margin-bottom:10px;
	font-size:1.2em;
}

.divFAQ dt
{
	cursor:pointer;
	text-decoration:underline;
	margin:0 5px;
}

.divFAQ dd
{
	display:none;
	margin:0 5px;
	margin-bottom:10px;
}

.divTopBanner
{
	width:100%;
	height:90px;
	margin-bottom:10px;
}

.divRightBanner
{
	height:600px;
	text-align:right;
}

.imgThumb
{
	left:0;
	top:0;
	width: 75px;
	height: 75px;
	margin-top: 2px; 
	margin-left: 0 auto;
}

.imgThumbFrame
{
	position:absolute; 
	top: 0; 
	left:0;
}

.imgThumbVideo
{
	bottom:56px;
	left:6px;
	position:absolute; 
}

.divLeftPanelHeader
{
	border: 1px solid #9F9F9F;
	border-bottom-width: 0px;
	background-color: #00B9CB;
	color: #FFFFFF;
	line-height: 1.7em;
	font-size: 1.2em;
	font-weight: bold;	
	text-align:center;
	cursor:pointer;
}

.divLeftPanelContent
{
	border-top: 1px solid #9F9F9F;
	padding: 3px 3px 3px 0px;
}

.divLeftPanelContent li
{
	margin-left: -18px;
}

.divSearchItem
{
	position:relative;
	margin: 0px auto;
	margin-bottom: 3px;
}

.divAdContainer
{
	width: 100%;
	height: 100%;
	text-align:center;
}

.aAdButton
{
	color: #FFFFFF;
	line-height: 3.0em;
	font-size: 1.2em;
	font-weight: bold;	
	text-decoration: none;
}

.divSearchItemContainer
{
	float:left;
	width:100px;
	padding:5px 0px 5px 0px;
	height:140px;
}


.divInfoLinks
{
	padding-top:5px;
}

.divInfoLinks  span,
.divInfoLinks  a
{
	font-weight:normal;
}


.divInfoLinks img
{
	margin:5px;
}