/* Mollio overrides */
#wrap {
	width:798px;
	margin: auto;
	border: 1px solid #CCCCCC;
	margin-top: 19px;
}
#header {
	background: none;
	height: 161px;
	border-bottom: 1px solid #CCCCCC;
	margin: 0;
}
#search {
	color: black;
	position:absolute;
	top:130px;
	left:0px;
	right: auto;
	width:21em;
	padding-left: 1em;
}

#search input.f-submit {
	background-color: #CCCCCC;
}

#utility {
	border-top: none;
	width: 149px;
	left: 0px;
	z-index: 1;
}
#type-b #content {
	margin: 6px 8px 6px 160px;
}
#type-b #content-wrap {
	background: none;
	background-image: url(../images/contentWrapBG.gif);
	background-repeat: repeat-y;
}
#type-b #sidebar {
	display: none;
}
#footer {
	text-align: center;
	padding-bottom: 7px;
	padding-top: 0px;
	background-color: white;
}
#footer a {
	margin: 0em .5em;
}
#content #breadcrumb a:link, #content #breadcrumb a:visited {
	text-decoration: underline;
}

/* General */
#validXHTML {
	display: none;
}
#search_container {
	color: #CCCCCC;
}
#search_results li p b {
	color: green;
}
hr, #error {
	color: #8B0000; /* Dark Red */
}
#xstdPage {
	position: relative;
	left: 140px;
	top: 0;
	width: 89%;
}

#heroShot, #heroShotHome {
	height: 250px;
	width: 650px;
	position: relative;
	left: -11px;
}
#heroShotHome {
	top: -6px;
}

#header #site-name h1 {
	display: none;
}

ul {
	padding-left: 1.5em;
	list-style: circle;
}
.hidden-item {
	display: none;
}

span.logo {
	margin: 6px 8px 0px 0px;
	background-image: url(../images/logo.gif);
	height: 150px;
	width: 273px;
	display: block;
	float: right;
	background-repeat: no-repeat;
}
.logoBrilliantLighting {
	background-image: url(../images/logoBrilliantLighting.gif);
	height: 41px;
	width: 80px;
	background-repeat: no-repeat;
	float: left;
	margin-right: 135px;
	margin-left: 25px;
}
.logoElanLighting {
	background-image: url(../images/logoElanLighting.gif);
	height: 42px;
	width: 72px;
	background-repeat: no-repeat;
	float: left;
	margin-right: 135px;
}
.logoHorizon {
	background-image: url(../images/logoHorizon.gif);
	height: 41px;
	width: 97px;
	background-repeat: no-repeat;
	float: left;
}
.logoMassive {
	background-image: url(../images/logoMassive.gif);
	height: 32px;
	width: 89px;
	background-repeat: no-repeat;
	float: left;
	margin-right: 80px;
}
.logoPhilips {
	background-image: url(../images/philips_logo.jpg);
	height: 25px;
	width: 92px;
	background-repeat: no-repeat;
	float: left;
	margin-right: 135px;
	margin-top:9px;
}
#footerLogos {
	margin-top: 10px;
	width: 100%;
	text-align: center;
	height: 45px;
}
#site-name a {
	border: 1px solid red;
}

#navContainer {
	height: 320px;
	background-color: #CCCCCC;
	width: 150px;
}
/* Page specific CSS markup */

/* FAQ */
.questionPrefix {
	color: red;
	font-weight: bold;
}
.answerPrefix {
	color: green;
	font-weight: bold;
}
.questionAnswer {
	padding-bottom: 1em;
}
.oddRow {
	background-color: #776844;
}
.evenRow {
	background-color: transparent;
}

/* News Detail */
.article {
	margin-top: 1em;
}

/* General */
body {
	background-color: white; 
	color: #5B5B5B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

h1, h2, h3, h4, h5, h6 {
	color: #999999;
	margin: 0px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;	
	font-weight: normal;
}
h1 {
	font-size: 1.8em;
	color: #CECECE;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
li {
	background: none;
}

a:link {
	color: #999999;
} 
a:visited {
	color: #999999;
} 
a:hover, a:active {
	color: #999999;
} 
ul a {
	padding: .2em 0 .2em .4em;
	margin:0;
} 

/* Standard page */
#page h1 span, #page #content {
	display: none;
}

/* Page Specific */
/* Home page */
#newsHeading {
	color: #CCCCCC;
	background-color: white;
	text-transform: uppercase;
	padding-left: .5em;
	font-weight: bold;
}

.newsItem h2 {
	color: #CCCCCC;
	margin-bottom: 1em;
	font-size: 1em;
}
.newsItem .date {
	font-weight: bolder;
	margin-bottom: 1em;
}
.newsItem a {
	text-transform: uppercase;
	color: #CCCCCC;
	margin-bottom: 1em;
}

.getAcrobatReader {
	background-image: url(../images/get_adobe_reader.gif);
	width: 112px;
	height: 33px;
	display: block;
	margin: 10px 0px;
}
#featureWrap {
	margin: 13px 0px;
	height: 260px;
}
#featureWrap .feature {
	height: 260px;
	width: 175px;	
	border: 1px solid #CCCCCC;
	float: left;
	margin-right: 42px;
}
#featureWrap .featureLast {
	margin-right: 0px;
}
#featureWrap .feature .title {
	height: 20px;
	color: #666666;
	font-weight: bold;
	padding-left: .3em;
	font-size: .9em;
	background-image: url(../images/featureTitleBg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	overflow: hidden;
}
#featureWrap .feature .image {
	height: 160px;
	width: 175px;
}
#featureWrap .feature .image img {
	height: 100%;
	width: 100%;
}
#featureWrap .feature .article {
	border-top: 1px solid #CCCCCC;
	height: 55px;
	overflow: hidden;
	padding: 0px .5em;
	margin: 0px;
}
#featureWrap .feature .url {
	float: right;
}

/* Contact Page */
#contactForm select, #contactForm button {
	font-size: 1em;
}
#contactForm label {
	text-align: left;
}
#contactForm textarea {
	width: 100%;
	height: 7em;
}

#contactForm fieldset {
	float: left;
	margin-right: 1em;
	background-color: white;
	border: none;
	width: 42%;
	padding: 1em;
}

#contactForm legend {
	font-weight: bold;
	font-style: italic;
	position: relative;
	left: -8px;
	color: #CCCCCC;
}
#contactForm label {
	width: 100%;
}
#contactForm #address {
	float: right;
}
#contactForm #enquiries, #contactForm #buttons {
	clear: left;
	margin-top: 1em;
}
#contactForm #enquiries, #contactForm #buttons {
	width: 90%;
}

#contactForm label, #contactForm label input, #contactForm label select {
	display: block;
}
#contactForm label #phoneCountry, #contactForm #phoneArea, #contactForm #phone, #contactForm #faxCountry, #contactForm #faxArea, #contactForm #fax {
	display: inline;
}
#contactForm #phoneCountry, #contactForm #phoneArea, #contactForm #faxCountry, #contactForm #faxArea {
	width: 10%;
}
#contactForm #phone, #contactForm #fax {
	width: 40%;
}
#contactForm input, #contactForm select {
	width: 100%;
}
/* Auto complete field */
#contactForm div.auto_complete {
	color: black;
	position:absolute;
	width:250px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
}
#contactForm ul.countries  {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
#contactForm ul.countries li.selected { 
	background-color: #ffb;
}
#contactForm li.country {
	list-style-type: none;
	display:block;
	margin:0;
	padding:2px;
	height: 1.5em;
}
#contactForm li.country div.name {
	font-weight:bold;
	font-size:12px;
	line-height:1.2em;
}

/* Product page */
#productPage #pageHeader {
	height: 229px;
	width: 100%;
}
#productPage #productFirstLevelMenu {
	width: 100%;
	height: 95%;
}
#productPage #productFirstLevelMenu .menuTitle {
	background-color: #CCCCCC;
}
#productPage .productPDF {
	margin-right: 2em;
}

#productPage #0Container {
	margin-left: 10px;
}
#productPage #paging {
	position: absolute;
	top: 35px;
	right: 0px;
	margin-right: 30px;
}
#productPage #productBoxContainer hr {
	border-top: 1px dashed #CCCCCC;
	width: 100%;
	height: 1px;
}

#productPage .productBox {
	width: 150px;
	height: 180px;
	float: left;
	border-right: 1px dashed #CCCCCC;
}

#productPage .productBox .productBoxImage{
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
				
#productPage .productBoxImageContainer {
	overflow: hidden;
	width: 150px;
	height: 130px;
	text-align: center;
}
span.productTitle {
	display: block;
	height: 50px;
	font-size: .9em;
	text-align: center;
	overflow: hidden;
}

#productPage .heading {
	background-color: white;
	width: 100%;
	text-transform: uppercase;
	padding-top: .5em;
	padding-bottom: .5em;
}

#productPage #productDetail {
	width: 350px;
	float: right;
	border-left: 1px dashed #CCCCCC;
	padding-left: 12px;
}

#productPage #productDetail #features {
	font-size: .85em;
}
#productPage #productDetail hr {
	text-align: left;
	width: 95%;
}
#productPage #productGroupImageContainer {
	margin-left: 190px;
	width: 200px;
}
#productPage #productGroupImage1Container {
	width: 200px;
}
#productPage #productGroupImage1 {
	height: 25em;
	text-align: center;
}
#productPage #productGroupImage1 img {
	position: relative;	
}
#productPage #productGroupImage2 {
	height: 25em;
	text-align: center;
	position: absolute;
	top: 322px;
}

#productPage #productGroupFeatures h1 {
	font-size: 1.2em;
}

#productPage #productGroup {
	margin-top: 1em;
}

#productPage #productGroupSearch {
	position: absolute;
	top: 0;
	padding: 0em .5em;
	margin-left: 12em;
	width: 80%;
}

#productPage .productTopLevel ol, #productPage .productTopLevel li {
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
}
#productPage .productTopLevel .productPDFList {
	margin-left: 1em;
}

#productPage .productTopLevel .productPDFList a {
	color: #CCCCCC;
}

#productPage #productImage {
	text-align: center;
}
#productPage #productHeader {
	width: 260px;
	float: left;
}

#productPage #productHeader #buttons button {
	font-size: .70em;
	border: 1px dashed #CCCCCC;
	background-color: #F3F3F3;
	color: #707070;
}
#buttonEmailFriend {
	float: left;
}
#buttonPrint {
	float: right;
}
#pdfPreviewImage {
	
}
.currentPage {
	background-color: #CCCCCC;
	color: white;
}
