﻿@media screen {
	body { margin: 10px 0px 0px 0px; background-color: #dbd9d9; }

	#Container { width: 900px; min-height: 583px; background-color: White; overflow: visible; padding-top: 1px; }
	#top { margin-top: 10px; border: 1px solid #727677; width: 878px; height: 86px; width: expression(830); height: expression(88); }
	#main { margin-top: 10px; width: 880px; height: 410px; margin-left: expression(1); }
	#bottom { padding: 4 0 2 12; padding-bottom: expression(0); }
	#logo { padding-left: 25px; padding-top: 10px; float: left; }
	#TopMenu { padding-right: 5px; padding-top: 10px; padding-left: 670px; vertical-align: top; }
	#FontSearch { width: 120px; height: 16px; border: 1px solid #939EA8; }

	#menu { background-color: #3c3f42; height: 18; margin: 0px 10px 0 10px; padding: 0px 10px 0 10px; }
	#submenuHolder { height: 20px; }
	.subMenu { margin-left: 50px; }

	.inputField { border: 1px solid #727677; font-family: Verdana; font-size: 12px; height: 22px; }
	.inputFieldDisabled { border: 1px solid #CCCCCC; font-family: Verdana; font-size: 10px; height: 18px; }

	#SmallSideBar { width: 121px; height: 190px; margin: 209px 0px 0px 38px; margin-top: expression(210); float: left; }
	#SmallSideBarMain { background-color: #727677; width: 121px; height: 132px; }

	#AddToCartDIV { background-color: #525657; width: 59px; height: 55px; float: left; margin-top: 3px; }
	#ViewCartDIV { margin-left: 3px; width: 59px; height: 55px; float: left; margin-top: 3px; }

	/*################### F O N T S   ######################*/

	.textBlack { color: black; font-family: Verdana; font-size: 12px; line-height: 12px; }
	.text { color: #727677; font-family: Verdana; font-size: 10px; line-height: 12px; }
	.text a { text-decoration: none; color: #37BAD3; }
	.text a:hover { text-decoration: underline; color: #37BAD3; }
	.text_LineBig { color: #727677; font-family: Verdana; font-size: 10px; line-height: 16px; }
	.text_LineBig a { text-decoration: none; color: #47AEBF; }
	.text_LineBig a:hover { text-decoration: underline; color: #47AEBF; }

	.textGreyLinkBlueHover { color: #727677; font-family: Verdana; font-size: 10px; line-height: 12px; }
	.textGreyLinkBlueHover a { color: #727677; text-decoration: none; }
	.textGreyLinkBlueHover a:hover { text-decoration: none; color: #37BAD3; }

	.textTiny { color: #727677; font-family: Verdana; font-size: 8px; line-height: 12px; }

	.textBold { color: #727677; font-family: Verdana; font-size: 10px; font-weight: bold; line-height: 12px; }
	.textBold_LineBig { color: #727677; font-family: Verdana; font-size: 10px; font-weight: bold; line-height: 16px; }

	.textSmall { color: #727677; font-family: Verdana; font-size: 9px; line-height: 12px; }
	.textSmall a { color: #727677; text-decoration: none; }
	.textSmall a:hover { text-decoration: underline; }
	.textSmall_LineBig { color: #727677; font-family: Verdana; font-size: 9px; line-height: 16px; }

	.textSmallBold { color: #727677; font-family: Verdana; font-size: 9px; font-weight: bold; line-height: 12px; }
	.textSmallBold_LineBig { color: #727677; font-family: Verdana; font-size: 9px; font-weight: bold; line-height: 16px; }


	.txtWhite { font-family: Tahoma; font-size: 11px; font-weight: normal; color: White; text-decoration: none; }
	.txtWhite a { color: White; }
	.txtWhiteBold { font-family: Tahoma; font-size: 12px; font-weight: bold; color: White; }
	.txtWhiteBoldBig { font-family: Tahoma; font-size: 14px; font-weight: bold; color: White; }
	.txtWhite:hover { text-decoration: underline; }
	
	#bodyDIV { display: ; }
	#printDIV { display: none; }
}


@media print
{
	#bodyDIV { display: none; }
	#printDIV { display:; text-align: left; font: 11px Tahoma; }
}
