/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(../../designimgs/revive/macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  z-index: 102;
  display:none;
  /* border: 4px solid #525252; */
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  /* margin: 15px 0 0 15px; */
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
 /*  padding:7px 0 5px 10px; */
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
 /*  padding:2px 15px 15px 15px; */
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  /* padding:15px; */
}
#TB_ajaxContent p{
  /* padding:5px 0px 5px 0px; */
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}
	
.spacer{
	clear:both;
	font-size:0;
	line-height:0;
	}
	
.mainContent{
	/*border:1px solid #645B48;*/
	/*padding:10px 13px;*/
	position:relative;
	/*height:500px;
	overflow:hidden;
	background-color:#000000;*/
	}

.innerContainer{
	position:absolute;
	/* left:33px;
	top:140px;
	width:757px; */
	/*padding-top:228px;*/
	}
	
.innerContainerGreen{
	position:absolute;
	/* left:33px;
	top:140px;
	width:830px; */
	/*padding-top:228px;*/
	}

.boxTop{
	background:url(../../designimgs/revive/top-curve-thickbox.png) 0 0 no-repeat;
	padding:13px 16px 0 62px;
	height:100%;
	width:679px;
	clear:both;
	}

.greenboxTop{
	background:url(../../designimgs/revive/greentop.png) 0 0 no-repeat;
	padding:13px 16px 0 45px;
	height:100%;
	width:769px;
	clear:both;
	}


.boxBot{
	background:url(../../designimgs/revive/bot-curve-thickbox.png) 0 100% no-repeat;
	height:13px;
	}
	
.greenboxBot{
	background:url(../../designimgs/revive/greenBot.png) 0 100% no-repeat;
	height:16px;
	}
	
.topNav{
	width:280px;
	float:right;
	padding:0 0 30px;
	}
.topNavviewall{
	width:100px;
	float:right;
	padding:0 0 50px;
	}

.topNav ul{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:24px;
	list-style-type:none;
	}
	
.topNav ul li{
	float:left;
	background:url(../../designimgs/revive/sep-thickbox.gif) 100% 5px no-repeat;
	padding:0 10px;
	}
	
.topNav ul li a{
	color:#58595B;
	text-decoration:none;
	background-color:inherit;
	}

.topNav ul li a:hover{
	color:#ccc;
	background-color:inherit;
	}

.topNav ul li a.printBtn{
	background:url(../../designimgs/revive/print-icon.jpg) 0 0 no-repeat;
	padding:0 0 20px 32px;
	}

.topNav ul li a.saveBtn{
	background:url(../../designimgs/revive/pdf-icon.jpg) 0 0 no-repeat;
	padding:0 0 20px 32px;
	}

.noBg{
	background:none!important;
	}

.contentNew{
	width:650px;
	font:12px/14px Verdana, Arial, Helvetica, sans-serif;
	}
	
.contentGreen{
	width:769px;
	font:12px/14px Verdana, Arial, Helvetica, sans-serif;
	}
	
.contentNew h2, .contentGreen h2{
	font:normal 30px/35px Georgia, "Times New Roman", Times, serif;
	color:#58595B;
	padding:0 0 18px;
	}
	
a.orderNw{
	background:url(../../designimgs/revive/order-bg.gif) 0 0 no-repeat;
	width:103px;
	height:26px;
	display:block;
	margin:20px 0 24px;
	font:bold 12px/26px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#424242;
	background-color:inherit;
	text-decoration:none;
	text-transform:uppercase;
	}

a:hover.orderNw{
	color:#ccc;
	background-color:inherit;
	}
	
a.greenorderNw{
	background:url(../../designimgs/revive/order-greenBg.gif) 0 0 no-repeat;
	width:103px;
	height:26px;
	display:block;
	margin:20px 0 24px;
	font:bold 12px/26px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#424242;
	background-color:inherit;
	text-decoration:none;
	text-transform:uppercase;
	}

a:hover.greenorderNw{
	color:#808080;
	background-color:inherit;
	}
	
.greyBoxtxt{
	background:url(../../designimgs/revive/grey-bg.gif) 0 0 no-repeat;
	width:247px;
	height:67px;
	color:#808080;
	}	
	
.greyBoxtxt a{
	color:#808080;
	margin:5px 0 0;
	text-decoration:underline;
	}

.font8{
	font-size:9px!important;
	line-height:11px!important;
	}
.bdrBot{
	border-bottom:1px solid #D5D5D5;
	}
.pad15bot{
	padding-bottom:5px;
	}
	

.pad15{
	padding-top:10px;
	padding-bottom:8px;
	}

.iconBox-large{
	position:absolute;
	left:33px;
	top:240px;
	width:793px;
	/*padding-top:228px;*/
	}
	
.iconboxBg-large{
	background:url(../../designimgs/revive/iconbox-top-large.png) 0 0 no-repeat;
	padding:14px 6px 1px 24px;
	width:793px;
	}

.iconboxBot-large{
	background:url(../../designimgs/revive/iconbox-bot-large.png) 0 0 no-repeat;
	width:823px;
	height:10px;
	line-height:0;
	font-size:0;
	}	
	
.iconboxBg-large h3{
	font:normal 28px/32px Georgia, "Times New Roman", Times, serif;
	color:#808080;
	background-color:inherit;
	padding:5px 0;
	}

.iconBox{
	position:absolute;
	left:33px;
	top:240px;
	width:413px;
	/*padding-top:228px;*/
	}
	
.iconboxBg{
	background:url(../../designimgs/revive/iconbox-top.png) 0 0 no-repeat;
	padding:18px 6px 10px 24px;
	width:383px;
	}

.iconboxBot{
	background:url(../../designimgs/revive/iconbox-bot.png) 0 0 no-repeat;
	width:413px;
	height:10px;
	line-height:0;
	font-size:0;
	}	
	
.iconboxBg h3{
	font:normal 28px/32px Georgia, "Times New Roman", Times, serif;
	color:#808080;
	background-color:inherit;
	padding:5px 0;
	}
	
.iconboxBg p,.hingeBoxBg p{
	font:12px/14px Verdana, Arial, Helvetica, sans-serif;
	color:#424242;
	padding:0 0 7px;
	}

.iconboxBg p a, .hingeBoxBg p a{
	color:#424242!important;
	background-color:inherit;
	text-decoration:none;
	}	
	
.iconboxBg p a:hover, .hingeBoxBg p a:hover{
	color:#727272!important;	
	background-color:inherit;
	}
	
.hingeBox{
	position:absolute;
	left:33px;
	top:200px;
	width:841px;
	}
	
.hingeBoxBg{
	background:url(../../designimgs/revive/hingesbox-top.png) 0 0 no-repeat;
	padding:12px 7px 12px 23px;	
	width:811px;
	}
	
.hingeBoxBot{
	background:url(../../designimgs/revive/hingebox-bot.png) 0 0 no-repeat;
	height:14px;
	line-height:0;
	font-size:0;
	}	

.hingeBoxBg h3{
	font:normal 28px/32px Georgia, "Times New Roman", Times, serif;
	color:#808080;
	background-color:inherit;
	padding:8px 0 9px;
	}
	
.hingeIcon{
	margin:10px 0 0;
	}	
	
.hingeTable{
	border:1px solid #CDCBCA;
	border-bottom:none!important;;
	font:11px/15px Verdana, Arial, Helvetica, sans-serif;
	color:#5D5B59;
	}	
	
.hngDtl th{
	background-color:#DEDBDA;
	font-weight:bold;
	border-right:1px solid #5E5B59;
	border-bottom:1px solid #9E9B99;
	}	
	
.hngDtl td{
	border-right:1px solid #CDCBCA;
	border-bottom:1px solid #9E9B99;
	}	
	
.noBdrRt{
	border-right:none!important;
	}

.signBox{
	position:absolute;
	left:30%;
	top:200px;
	width:248px;
	}	
	
.signBoxBg{
	background:url(../../designimgs/revive/formBg.png) 0 0 no-repeat;
	height:287px;
	width:248px;
	position:relative;
	padding:2px 0 0;
	}	
.signBoxBg_h{
	background:url(../../designimgs/hardaz/formBg_h.png) 0 0 no-repeat;
	height:289px;
	width:250px;
	position:relative;
	padding:2px 0 0;
	}	

.frmLogo{
	margin:19px 0 23px 26px;
	}	
	
.frmClose{
	position:absolute;
	right:10px;
	top:10px;
	}	
	
.frmSec{
	width:155px;
	margin:0 auto;
	font:normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:inherit;
	}
		
.frmSec h3{
	font:normal 18px/22px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	background-color:inherit;
	padding:0 0 10px;
	text-align:center;
	border-bottom:1px solid #9B9B9B;
	margin:0 0 10px;
	}	
	
.frmSec input.txtBox{
	width:145px;
	height:16px;
	line-height:16px;
	padding:2px 0 2px 4px;
	border:1px solid #C1C1C1;
	}
	

.orderBox{
	position:absolute;
	left:30%;
	top:200px;
	width:248px;
	}	
	
.orderBoxBg{
	background:url(../../designimgs/revive/datapop-bg.png) 0 0 no-repeat;
	height:219px;
	width:284px;
	position:relative;
	padding:10px 0 0;
	}	

.orderfrmSec{
	width:250px;
	margin:0 auto;
	font:normal 12px/16px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:inherit;
	}
		
.orderfrmSec input.ordertxtBox{
	width:230px;
	height:16px;
	line-height:16px;
	padding:2px 0 2px 5px;
	border:1px solid #C1C1C1;
	}
	
.viewallTop{
	background:url(../../designimgs/top.png) 0 0 no-repeat;
	padding:13px 10px 0 10px;
	height:100%;
	width:685px;
	clear:both;
	}
.viewallBot{
	background:url(../../designimgs/bottom.png) 0 100% no-repeat;
	height:20px;
	}
.contentViewall{
	width:649px;
	font:12px/14px Verdana, Arial, Helvetica, sans-serif;
	}
	
.viewallTop-red{
	background:url(../../designimgs/top-red.png) 0 0 no-repeat;
	padding:13px 10px 0 10px;
	height:100%;
	width:685px;
	clear:both;
	}
.viewallBot-red{
	background:url(../../designimgs/bottom-red.png) 0 100% no-repeat;
	height:20px;
	}
	
.viewallTop-blue{
	background:url(../../designimgs/top-blue.png) 0 0 no-repeat;
	padding:13px 10px 0 10px;
	height:100%;
	width:685px;
	clear:both;
	}
.viewallBot-blue{
	background:url(../../designimgs/bottom-blue.png) 0 100% no-repeat;
	height:20px;
	}
.topNavviewall-blue{
	width:100px;
	float:right;
	padding:30px 10px 20px;
	}
