#facebox .b {
  background:url(b.png);
}

#facebox .tl {
  background:url(tl.png);
}

#facebox .tr {
  background:url(tr.png);
}

#facebox .bl {
  background:url(bl.png);
}

#facebox .br {
  background:url(br.png);
}

#facebox {
  position: fixed;
  *position: absolute;
  top: 0;
  left: 50%;
  width: 540px;
  margin-left: -270px;
  z-index: 100;
  text-align: left;
}
html>body #facebox {
  top: 30px !important;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#faceboxTitle
{
	border-bottom: 1px solid #aaa;
	padding-bottom: 10px;
	display: block;
	margin-bottom: 5px;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 500px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}
#facebox .content td img
{
	vertical-align: top;
}

#facebox .footer {
  border-top: 1px solid #aaa;
  padding-top: 5px;
  margin-top: 5px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#boxMenu
{
	float: right;
	list-style-type: none;
	padding: 10px 0 0;
	margin: 0;
}
#boxMenu li
{
	display: inline;
	padding: 0 10px;
	margin: 0;
}
#boxMenu li a
{
	text-decoration: none;
	outline: none;
}
#boxMenu li a.current
{
	font-weight: bold;
	text-decoration: underline;
}
#boxVideos
{
	text-align: center;
}
#boxVideos object
{
	margin: 20px auto;
}

#facebox .oddRow td {
background-color: #f3f3f3;
}









#siteinfobox .b {
  background:url(b.png);
}

#siteinfobox .tl {
  background:url(tl.png);
}

#siteinfobox .tr {
  background:url(tr.png);
}

#siteinfobox .bl {
  background:url(bl.png);
}

#siteinfobox .br {
  background:url(br.png);
}

#siteinfobox {
  position: fixed;
  *position: absolute;
  top: 0;
  left: 50%;
  width: 540px;
  margin-left: -270px;
  z-index: 100;
  text-align: left;
}
html>body #siteinfobox {
  top: 30px !important;
}

#siteinfobox .popup {
  position: relative;
}

#siteinfobox table {
  border-collapse: collapse;
}

#siteinfobox td {
  border-bottom: 0;
  padding: 0;
}

#siteinfoboxTitle
{
	border-bottom: 1px solid #aaa;
	padding-bottom: 10px;
	display: block;
	margin-bottom: 5px;
}

#siteinfobox .body {
  padding: 10px;
  background: #fff;
  width: 500px;
}

#siteinfobox .loading {
  text-align: center;
}

#siteinfobox .image {
  text-align: center;
}

#siteinfobox img {
  border: 0;
  margin: 0;
}
#siteinfobox .content td img
{
	vertical-align: top;
}

#siteinfobox .footer {
  border-top: 1px solid #aaa;
  padding-top: 5px;
  margin-top: 5px;
  text-align: right;
}

#siteinfobox .tl, #siteinfobox .tr, #siteinfobox .bl, #siteinfobox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#siteinfobox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.siteinfobox_hide {
  z-index:-100;
}

.siteinfobox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #siteinfobox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#boxMenu
{
	float: right;
	list-style-type: none;
	padding: 10px 0 0;
	margin: 0;
}
#boxMenu li
{
	float: left;
	padding: 0 0 0 5px;
	margin: 0;
}
#boxMenu li a
{
	outline: none;
	text-decoration: underline;
	display: block;
	float: left;
	padding: 5px 10px 5px 25px;
	border: 1px solid #aaa;
	color: black;
	border-bottom: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	background-position: 4px 4px;
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
	opacity: 0.3;
	background-color: white;
}
#boxMenu li a.current
{
	text-decoration: none;
	opacity: 1;
	padding-bottom: 8px;
}
#boxMenu li a:hover
{
	opacity: 1;
}
#siteinfobox #showOverview
{
	background-image: url(/includes/facebox/zoom-icon.gif);
}
#siteinfobox #showVideo
{
	background-image: url(/includes/facebox/play-icon.gif);
	padding-left: 30px;
}



#boxVideos
{
	text-align: center;
}
#boxVideos object
{
	margin: 20px auto;
}



#siteinfobox .oddRow td {
background-color: #f3f3f3 !important;
}

a.wideInfoBox_900 {
	display: block;
	text-indent: -4000px;
	width: 140px;
	height: 35px;
	position: relative;
	left: 20px;
	background: url(/reseller_hosting_files/1x1.gif);
	outline: none;
}

a.playVideo {
	display: block;
	text-indent: -4000px;
	width: 140px;
	height: 35px;
	position: relative;
	left: 20px;
	top: 10px;
	background: url(/reseller_hosting_files/1x1.gif);
	outline: none;
}

.nrspconprc span { font-size: 24px; }

#siteinfobox td.cpline_l { background:url(/reseller_hosting_files/bg-td-cadetblue.png) repeat-y center; }

