/*

content is 790 px inclusive left and right border
menu is 199 inclusive left and shared right border
989 in total (988 used)

* html applies only to IE

*/



.spectable {
	border: solid #555555 1px;
}
.spectable td {
	border: solid #555555 1px;
}
.spectable .td_left {
	width: 40%;
	color: rgb(146, 199, 252);
}
.spetable .td_right {
	width: 60%;
}




#huy-magnifier {
	width:300px;
	height: 300px;
	border:1px solid #000;
}


/*
* {
	padding: 0;
	margin: 0;
	border: 0;
}
*/


body, html {
	padding: 0;
	margin: 0;
	border: 0;


	height:100%; /* needed for container min-height */
	/*text-align: left;*/ /*** Centers the design in old IE versions ***/
	background-color: #111111;
}
body,td,th,input,select,textarea,ul,li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	line-height: 16px; /* this seems to push the flashcontent banner down! */
	font-size: 11px;
}

.clear { clear: both; } /* makes faux work */

div#main {
/*	position:relative;*/ /* n */ /* needed for footer positioning */
	width: 988px;
	margin: 0 auto; /* center, not in IE5 */
	min-height: 100%; /* n */ /* real browsers */
	text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
	background: black url(/UserFiles/Image/Frontpage/main_bg-new-banner.gif) center top repeat-y; /*** FAUX COLUMNS ***/
	/*height:auto !important;*/ /* n */ /* real browsers */
}

* html #main {
	height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}



div#content {
	float: right;
	width: 789px;
	/*background-color: #333333;*/ /* n */
}

* html #content {
	position: relative;  /*** IE needs this  ***/
/*	display: inline;
	margin-left: -789px;*/
/*	overflow-x: hidden;
	overflow-y: hidden;*/
	overflow: hidden; /* fixes IE6 float drop bug */
/*	width: expression(document.body.offsetWidth-400);*/
}

.contentWrap{
/*	padding: 5px;*/
}


div#menu {
/* shouldnt use padding on faux columns.. better with margins */
/*	margin: 2px 0 125px 0;*/
	padding-top: 2px;
	width: 198px; /* 10 less because of contentWrap padding? */
	float: left;
	overflow: hidden;
/*	background-color: #191919;*/
}

* html #menu {
	position: relative;  /*** IE(6?) needs this  ***/
}

div#menu ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
div#menu li {
	margin:0px;
	padding-bottom: 3px;
	padding-top: 2px;
	float:left;
	width: 188px;
}

div#menu li a.collection {
	line-height: 12px !important;
}

div#menu li a.parent, a.parent_sel {
	color:#999999;
	text-decoration:none;
	display:block;
	line-height: 8px;
	padding-left: 17px;
	padding-top: 8px;
}
div#menu li a.parent_sel {
	color:#ffffff;
	font-weight: bold;
}
div#menu li a.parent:hover {
	color:#ffffff;
}
div#menu li a.sub, a.sub_sel {
	color:#CCCCCC;
	text-decoration:none;
	display:block;
	background: url(/gfx/submenu_grey.png) 20px 7px;
	background-repeat: no-repeat;
	line-height: 16px;
	padding-left: 30px;
}
div#menu li a.sub_sel {
	color:#ffffff;
	background: url(/gfx/submenu_red.png) 20px 7px;
	background-repeat: no-repeat;
/*	background-position: -160px 7px;*/
}

div#menu li a.sub:hover {
	color:#ffffff;
	background: url(/gfx/submenu_red.png) 20px 7px;
	background-repeat: no-repeat;
/*	background-position: -160px 7px;*/
}

div#menu li a.inactive {
	color: #993366 !important;
}


div#menu li a.child, a.child_sel {
	color:#CCCCCC;
	text-decoration:none;
	display:block;
	line-height: 16px;
	padding-left: 40px;
	background-repeat: no-repeat;
}
div#menu li a.child_sel {
	/*color:#ffffff;*/
	background: url(/gfx/submenu_arrow_grey.gif) 30px 5px;
	background-repeat: no-repeat;
}
div#menu li a.child:hover {
	color:#ffffff;
}

div#menu li a.shop:hover {
	color:#000000;
}
div#menu li a.shop {
	width: 199px;
	margin-top: 5px;
	padding-bottom: 8px;
	background-color:#666666;
	color:white;
}



.prodoverview > table {
	margin: 0px;
	padding: 0px;
/*	left: 200px;
	top: 100px;*/
	width: 200px;
	position: absolute;
	visibility: hidden;
	border: 1px solid white;
	background-color: #333333;
	z-index: 5;
}


div#menu #personalize {
	width: 179px;
	background-color: #191919;
	color: #cccccc;
	overflow: hidden;
	overflow-y: hidden;
}


div#menu hr {
	width: 199px;
	display:block;
	margin: 10px 0 10px 0;
}


#personalizehome {
	width: 340px;
	color: white;
	background-color: #333333;
	
	overflow: hidden;
	overflow-y: hidden;
}






div#header {
/*	width: 988px;*/
	height: 56px;
/*	padding: 10px;*/
	background-color:#191919;
	border-bottom: 1px solid #333333;
}

div#header div.logo {
	width: 189px;
	height: 21px;
	float: left;
	padding-top: 35px;
/*	margin-left: 11px;*/
/*	background-image:url(/gfx/logo_bangolufsen.png);
	background-position: 18px;
	background-repeat:no-repeat;*/
}

div#header div.tools {
	width: 490px; /* was 490 */
	height: 21px;
	float: left;
	color: #CCCCCC;
	padding-top: 22px;
	padding-left: 42px;
}
div#header div.tools a {
	color: #CCCCCC;
	text-decoration: none;
}
div#header div.tools a:hover {
	color: #FFFFFF;
}


div#header div.retailer {
	width: 240px; /* was 240 */
	height: 32px;
	float: right;
	color: #666666;
	padding-top: 22px;
	padding-right: 14px;
	text-align: right;
	overflow: hidden;
}

div#header div.retailer a {
	color: #CCCCCC;
	text-decoration: none;
}
div#header div.retailer a:hover {
	color: #FFFFFF;
}




div#survey {
	position: absolute;
	width: 755px;
	height: 500px;
	background-color: #191919;	
	left: 100px;
	top: 57px;
	border: 1px solid #000;
	padding: 0px;
	margin: 0px;
	border: 1px solid #cccccc;
	z-index: 3;
	overflow: hidden;
}


#searchdiv {
	font-size:11px;
}


#searchdiv .inputBox {
	font-size: 11px;
	color: #cccccc;
	background-color: #101010;
	text-align: left;
	height: 16px;
	width: 137px;
	overflow: hidden;
	border: 1px solid #666666;
	vertical-align: middle;
	line-height: 16px;
	margin-left: 15px;
	padding-left: 2px;
}






/* make this targeted to dropdown menus only! */

div {
	text-align: left;	
}


div#aObjConn {
	margin-top: 10px;
	/*margin-left: 20px;*/
	padding: 0px;
	width: 188px;
	height: 120px;
}


div#productheader {
	color: #ffffff;
	font-size: 24px;
	letter-spacing: 1px;
	padding: 17px 0 10px 29px;
}


/* somehow the height of this is 4 pixels extra in firefox */
div#flashcontent {
	width: 789px;
	position:relative;
	background-color: #191919;
	background-image:url(/UserFiles/Image/Frontpage/flashbannershadow-new-banner.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 5px; /* firefox adds 2 pixels :( */
}

object { outline:none; }

/* ie6 */
* html div#flashcontent {
	padding-bottom: 7px;
}
/* ie7 */
*+html div#flashcontent {
	padding-bottom: 7px;
}



#frontbanners {
	padding-left: 15px;
}

.frontbanner {
	width: 33.3%;
	float: left;	
	position: relative;
}

.frontanchor {
	width: 245px;
/*	margin-left: 0px;
	padding-left: 0px; */
}

.frontanchor>div {
	color: black;
	font-size: 12px;
	position: absolute;
	left: 20px;
	padding-right: 20px;
	top: 195px;
}

.frontanchor:hover>div {
	color: #666666;
	bottom: 21px;
	top: 194px;
}






div#copy {
	float: left;
	width: 532px;
	padding-left: 29px;
	padding-right: 29px;
	padding-top: 30px;
	/*padding-bottom: 30px;*/
}
div#copy .img {
	border: 2px solid #FFFFFF;
}
div#copy a, div#print a:link, div#print a:visited {
	color: #92c7fc;
}


div#banner {
	float: left;
	width: 190px;
	margin-left: 1px;
}

* html #banner {
position: relative;  /*** IE needs this  ***/
margin-right: -190px; /*** IE gets this margin. ***/
}


* html #banner {
position: relative;  /*** IE needs this  ***/
margin-right: -190px; /*** IE gets this margin. ***/
}

div#banner a, div#print a:link, div#print a:visited {
	color: #92c7fc;
}
div#banner div.banners {
	padding: 10px 14px 0 14px;
}

div#banner div.bannerad_head {
	background-image:url(/gfx/banner_framed_bg.gif); 
	background-repeat: no-repeat;
	width:160px;
	/*height:24px;*/
	padding:5px 0 5px 10px;
	font-weight:bold;
	font-size:10px;
}
div#banner div.bannerad_middel {
	background-color:#191919; 
	width:148px;
	padding:5px 10px 0 10px; 
	border-right:1px solid #666666; 
	border-left:1px solid #666666;
	overflow: hidden;
}
div#banner div.bannerad_end {
	background-image:url(/gfx/banner_framed_end_bg.gif);
	width:160px;
	height:20px;
	padding:0 0 0 10px;
	margin-bottom:15px;
}




/* banners with rounded corners */
.t {background: url(/UserFiles/Image/round-banner/2x2.gif) 0 0 repeat-x; width: 170px;}
.b {background: url(/UserFiles/Image/round-banner/2x2.gif) 0 100% repeat-x}
.l {background: url(/UserFiles/Image/round-banner/2x2.gif) 0 0 repeat-y}
.r {background: url(/UserFiles/Image/round-banner/2x2.gif) 100% 0 repeat-y}
.bl {background: url(/UserFiles/Image/round-banner/bl.gif) 0 100% no-repeat}
.br {background: url(/UserFiles/Image/round-banner/br.gif) 100% 100% no-repeat}
.tl {background: url(/UserFiles/Image/round-banner/tl.gif) 0 0 no-repeat}
.tr {background: url(/UserFiles/Image/round-banner/tr.gif) 100% 0 no-repeat; padding:10px}


div#footer {
/*	position:relative;*/
/*	bottom:0px;*/
	clear: both;
	width: 100%;
}

div#footer div.tools {
	font-size:10px;
	width: 100%;
	height: 51px;
	float: left;
	color: #999999;
	padding: 34px 0 0 0px;
}
div#footer div.tools a {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
div#footer div.tools a:hover {
	color: #666666;
}
div#footer div.logo {
	float: right;
	padding-right: 20px;
	text-align:right;
}
div#footer div.logo_print {
	float: right;
	padding-right: 20px;
	text-align:right;
	display:none;
}


div#footer div.print { /* print icon div */
	padding-top: 20px;
	float: left;
	padding-left: 20px;
	text-align:right;
}



div.productpopup {
	position: absolute;
	background-color: green;
	display: block;
	visibility: hidden;
}


div#library {
	width: 100%;
	padding: 10px;
	background-color: white;
	color: black;
}



.attention {
	color: #92c7fc;
	font-weight:bold;	
}
.layer_Expanded {
	overflow: inherit;
}
.layer_Collapsed {
	height:65px;
	overflow: hidden;
}
a.compare {
	color: #92c7fc;
}
.librarystorytitle {
	color: #333333;
	font-size: 18px;
	letter-spacing: 1px;
}
.fanTitle {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}




#retailerpopup {
	position:absolute;
	height: auto;
	border:1px solid #666666;
	font-size: 11px;
	line-height:18px;
	z-index:101;
	background-color: #191919;
	padding: 8px;
	border: 1px solid #666666;
/*	background-image:url(/gfx/banner_framed_bg.gif); 
	background-repeat:repeat-x;*/
}

#retailerpopup a{
	color:#92c7fc;
}


/* for language/country selection */

#dropmenudiv{
position:absolute;
border:1px solid #666666;
border-bottom-width: 0;
font-size: 11px;
line-height:18px;
z-index:120;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #666666;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
background-color: #191919;
color: #cccccc;

}

#dropmenudiv a:hover{ /*hover background color*/
color: #ffffff;
}


input,select,textarea {
	color: #333333;
}
a, a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
h1 {
	color: #FFFFFF;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 30px;
}
h2 {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}
.title {
	color: #ffffff;
	font-weight: bold;
}
img {
	border: 0 none;
}
hr {
	border: 0;
	color: #666666;
	background-color: #666666;
	height: 1px;
	width: 530px;
	display:block;
	margin: 10px 0 10px 0;
}
form {
	display: inline;
}
.homebutton {
	cursor: pointer;
	display: block;
	position: relative;
	top: -14px;
	left: 15px;
	width: 185px;
	height: 27px;

	margin:0px auto;
/*	margin-top:50px}*/
}

#image1 {
	position:absolute;
	cursor:pointer;
	width:161px;
	height:14px;
}
#image2 {
	display:none;
	position:absolute;
	cursor:pointer;
}










