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

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

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

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

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

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

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

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

#facebox .loading {
  text-align: center;
}
#facebox .content h2 {
	padding-top: 0px;
	margin-top: 0px;
}
#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  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');
}
/*end facebox*/











div#configurator
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: small;
}

div#configurator-overlay
{
	display: none;
	float: left;
	position: fixed;
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	height: 100%;
	background: #1c1c1c;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 998;
}
div#configurator-splashscreen
{
	/*
	display: none;
	position: absolute;
	margin: 0;
	margin-top: -70px;
	margin-left: -150px;
	padding: 0;
	border: none;
	width: 300px;
	height: 139px;
	background: url(images/splashscreen.gif) no-repeat center center;
	top: 50%;
	left: 50%;
	z-index: 999;
	*/
	
	display: none;
	position: absolute;
	margin: 0;
	margin-top: -35px;
	margin-left: -250px;
	padding: 0;
	border: none;
	width: 500px;
	height: 70px;
	top: 50%;
	left: 50%;
	z-index: 999;
}
#configurator-cost .loader
{
	background-image: url(/images/price-loader.gif);
}

div#configurator-splashscreen h2
{
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	width: 500px;
	color: #fff;
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 1.66em;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	line-height: 1.16em;
}

div#configurator-splashscreen p
{
	float: left;
	margin: 0;
	padding: 0;
	padding-top: 2px;
	border: none;
	width: 500px;
	color: #fff;
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 0.86em;
	font-weight: normal;
	text-align: center;
	line-height: 1.16em;
	top: 0;
	left: 0;
}

a.help,
a.help:hover
{
	float: right;
	margin: 0;
	padding: 0;
	border: none;
	background: url(images/help-icon.gif) no-repeat center center;
	width: 14px;
	height: 13px;
}

.grey
{
	color: #888;
}

.lowercase
{
	text-transform: lowercase;
}

.uppercase
{
	text-transform: uppercase;
}

.bold
{
	font-weight: bold;
}

.hidden
{
	display: none;
}