@charset "utf-8";
/* Global Control --------------------------------------------------------------------- */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(https://www.krbfragrances.com/images/bg.gif);
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
form {
	padding: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#button {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.search_input {
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

/*Text Controles ------------------------------------------*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	float: left;
}
h2 {
	font-size: 12px;
	font-weight: normal;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	clear: left;
	line-height: 16px;
	color: #000000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #0000FF;
}
h3 a:link, h3 a:visited, h3 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
h3 a:hover  {
	color:#0000FF;
	text-decoration:underline
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #0000FF;
}
h5 a:link, h5 a:visited, h5 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
h5 a:hover  {
	color:#0000FF;
	text-decoration:underline
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	font-weight: bold;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
}
h6 a:link, h6 a:visited, h6 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	text-decoration: none;
}
h6 a:hover  {
	color:#0000FF;
	text-decoration:underline
}

/*Text Controles END------------------------------------------*/
.thrColFixHdr #container {
	width: 877px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clear {
	clear: both;
}
/* Global Control END --------------------------------------------------------------------- */
/* Header Control --------------------------------------------------------------------- */
.thrColFixHdr #header {
	margin-bottom: 5px;
	height: 223px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
} 
#header #headerTLBox {
	height: 223px;
	width: 195px;
	background-image: url(https://www.krbfragrances.com/images/header_logo_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-left: 5px;
}
.headerCentBoxA {
	height: 20px;
	margin-top: 3px;
	width: 677px;
	text-align: left;
}
#header .headerTRBox {
	width: 677px;
	height: 223px;
	background-image: url(https://www.krbfragrances.com/images/header/full_head.gif);
	float: left;
	background-repeat: no-repeat;
	background-position: 0px 25px;
}
.headerTRBox img {
	margin-top: 2px;
}

/* Header Control END--------------------------------------------------------------------- */
/* Left Side Bar Control --------------------------------------------------------------------- */
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-image: url(https://www.krbfragrances.com/images/side1BGR.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00B6EF;
	border-right-color: #00B6EF;
	border-bottom-color: #00B6EF;
	border-left-color: #00B6EF;
}
#leftWContent {
	overflow-y: scroll;
	height: 340px;
}
#leftMContent {
	overflow-y: scroll;
	height: 340px;
}
#leftGContent {
	overflow-y: scroll;
	height: 340px;
}
#leftBContent {
	overflow-y: scroll;
	height: 340px;
}
.newRelease {
	overflow-y: scroll;
	height: 394px;
}
.leftBookMark {
	height: 20px;
	width: 190px;
	padding-top: 2px;
	padding-left: 10px;
	background-image: url(https://www.krbfragrances.com/images/tabBGA.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.leftBookMark a:link, .leftBookMark a:visited, .leftBookMark a:active {
	color:#000000;
	text-decoration:none;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}
.leftBookMark a:hover  {
	color:#007AAB;
	text-decoration:none;
}
.side1NewsBox {
	height: 220px;
	width: 200px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.newsTextLBox {
	padding-top: 2px;
	padding-left: 10px;
	padding-bottom: 2px;
	background-image: url(https://www.krbfragrances.com/images/tabBGA.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.newsTextBox {
	padding-top: 3px;
	padding-left: 10px;
}
.newsInpBox {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 0px;
	padding-left: 10px;
}
.newsTextBoxS {
	padding-top: 3px;
	text-align: center;
	padding-bottom: 3px;
}
/* Left Side Bar Control END --------------------------------------------------------------------- */
/* Right Side Bar Control --------------------------------------------------------------------- */
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 165px;
	background-image: url(https://www.krbfragrances.com/images/side2BGR.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00B6EF;
	border-right-color: #00B6EF;
	border-bottom-color: #00B6EF;
	border-left-color: #00B6EF;
}
.side2CartBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 148px;
	text-align: center;
	margin-top: 3px;
	margin-left: 10px;
}
.side2CartBox img {
	margin-right: 10px;
}
.side2LableBox {
	width: 155px;
	margin-top: 10px;
	text-align: left;
	background-image: url(https://www.krbfragrances.com/images/tabBGA.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.side2AddBox2 {
	width: 155px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.side2AddBox2 strong {
	font-size: 12px;
}
.side2regBox {
	width: 155px;
	margin-left: 5px;
	margin-top: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.guarantee {
	text-align: center;
	margin-top: 10px;
}
.side2CCards {
	width: 150px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 8px;
}
/* Right Side Bar Control END --------------------------------------------------------------------- */
/* Body Control --------------------------------------------------------------------- */
.thrColFixHdr #mainContent {
	float: left;
	margin-left: 12px;
	border: 1px none #CCCCCC;
	padding: 0;
	width: 484px;
}
.bodyOptions {
	float: left;
	width: 120px;
	margin-top: 3px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 3px;
}
#jumpMenu {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}
.bodyLinkBackBox {
	height: 22px;
	width: 170px;
	margin-top: 3px;
	text-align: right;
	margin-bottom: 10px;
	float: left;
	margin-left: 8px;
	padding: 0px;
}
.bodySearchBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 16px;
	width: 135px;
	margin-left: 340px;
	text-align: right;
	margin-top: 3px;
	line-height: 12px;
}
.bodyPageBlockA {
	width: 480px;
	height: 30px;
	clear: left;
	color: #FFFFFF;
	background-color: #007AAB;
	padding-left: 5px;
}
.bodyPageBlockAa {
	width: 480px;
	height: 3px;
	clear: left;
	padding-left: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #007AAB;
	border-right-color: #007AAB;
	border-bottom-color: #007AAB;
	border-left-color: #007AAB;
}
.homePageImage {
	height: 160px;
	width: 250px;
	float: left;
	margin-right: 3px;
}
.homePageBlockB {
	height: 21px;
	width: 187px;
	float: left;
	background-image: url(https://www.krbfragrances.com/images/sideLogoOverLay.png);
	background-repeat: no-repeat;
	font-size: 14px;
	color: #00B4E9;
	margin-top: 3px;
	margin-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #86080B;
	padding-left: 40px;
	font-weight: bold;
	padding-top: 4px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}
.bodyPageBlockC {
	width: 480px;
	height: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #007AAB;
	border-right-color: #007AAB;
	border-bottom-color: #007AAB;
	border-left-color: #007AAB;
	margin-top: 10px;
}
.bodyPageBlockD {
	width: 480px;
	height: 30px;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}
.InfoPageBlockC {
	width: 472px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #007AAB;
	border-right-color: #007AAB;
	border-bottom-color: #007AAB;
	border-left-color: #007AAB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 4px;
	clear: left;
}
.homePageProdBlock {
	width: 482px;
}
.bodyPageLinkBlock {
	width: 484px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #007AAB;
	border-right-color: #007AAB;
	border-bottom-color: #007AAB;
	border-left-color: #007AAB;
	margin-top: 3px;
	padding-left: 2px;
	margin-left: 2px;
}
.homeFriendBlock {
	width: 484px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #007AAB;
	border-right-color: #007AAB;
	border-bottom-color: #007AAB;
	border-left-color: #007AAB;
	margin-top: 3px;
	padding-left: 2px;
	margin-left: 2px;
	text-align: center;
}
.homeFriendBlock a:link, .homeFriendBlock a:visited, .homeFriendBlock a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	color: #007AAB;
	font-weight: bold;
}
.homeFriendBlock a:hover  {
	color:#007AAB;
	text-decoration:underline
}
/* Body Control END --------------------------------------------------------------------- */
/* Footer Control START --------------------------------------------------------------------- */
.thrColFixHdr #footer {
	height: 70px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #008FBB;
	border-top-style: none;
} 
.creditCardsBox {
	height: 40px;
	width: 190px;
	padding-top: 20px;
	padding-bottom: 10px;
	float: left;
	padding-left: 10px;
}
.footerLinkBA {
	height: 35px;
	width: 450px;
	margin-left: 220px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: 15px;
	text-align: center;
}
.footerLinkBA a:link, .footerLinkBA a:visited, .footerLinkBA a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	text-decoration: none;
	color: #007AAB;
	font-weight: bold;
}
.footerLinkBA a:hover  {
	color:#007AAB;
	text-decoration:underline
}
.footerLinkBB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	width: 450px;
	margin-left: 220px;
	text-align: center;
}
.footerVortex {
	text-align: right;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	background-image: url(https://www.krbfragrances.com/images/bg.gif);
}
.footerVortex a:link, .footerVortex a:visited, .footerVortex a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
}
.footerVortex a:hover  {
	color:#FFFFFF;
	text-decoration:underline
}
/* Footer Control END --------------------------------------------------------------------- */
/* Link Home Set Control --------------------------------------------------------------------- */
.pageLinkText2 {
	float: left;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #007AAB;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 4px;
}
/* Link Home Set Control END --------------------------------------------------------------------- */
/* PRODUCT Page Link Set Control --------------------------------------------------------------------- */
.pageLinkBox {
	float: left;
	height: 220px;
	width: 150px;
	background-image: url(https://www.krbfragrances.com/images/small_boxTop.gif);
	background-repeat: no-repeat;
	margin-right: 10px;
}
.pageLinkImage {
	height: 145px;
	width: 148px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #00B4E9;
	border-right-color: #00B4E9;
	border-bottom-color: #00B4E9;
	border-left-color: #00B4E9;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	margin-top: 9px;
	overflow: hidden;
}
.homeLinkTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	height: 20px;
	width: 144px;
	overflow: hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #00B4E9;
	border-right-color: #00B4E9;
	border-bottom-color: #00B4E9;
	border-left-color: #00B4E9;
	padding: 2px;
}
.homeLinkTitle a:link, .homeLinkTitle a:visited, .homeLinkTitle a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #00B4E9;
	font-weight: bold;
}
.homeLinkTitle a:hover  {
	color:#00B4E9;
	text-decoration:underline
}
.pageLinkText {
	height: 20px;
	width: 144px;
	padding-right: 1px;
	padding-left: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00B4E9;
	border-right-color: #00B4E9;
	border-bottom-color: #00B4E9;
	border-left-color: #00B4E9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
/* PRODUCT Page Link Set Control END --------------------------------------------------------------------- */
/* PRODUCT Main Product Temp Control --------------------------------------------------------------------- */
.productMBox {
	width: 470px;
	height: 130px;
	background-color: #FFFFFF;
}
.productMImage {
	height: 120px;
	width: 120px;
	float: left;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.productMNameBox {
	float: left;
	width: 134px;
	height: 126px;
	margin-top: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.productMName {
	height: 38px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-top: 5px;
}
.productMSKU {
	margin-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.productMStock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #0099FF;
	padding: 5px;
	margin-top: 5px;
}
.productMPriceBox {
	height: 111px;
	width: 75px;
	float: left;
	margin-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.productMoPrice {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #0099FF;
	border-right-color: #0099FF;
	border-bottom-color: #0099FF;
	border-left-color: #0099FF;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 4px;
}
.prodsale {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.productMrPrice {
	margin-top: 5px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.prodprice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.productMCart {
	float: left;
	width: 111px;
	height: 96px;
	margin-top: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding-left: 3px;
}
/* PRODUCT Main Product Temp Control END --------------------------------------------------------------------- */
input {
	font-size: 10px;
}

