/* CSS Document */

html, body {
	height:100%;
	margin:0;
	padding:0;
	
}
body {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#B9BBBC;
	color:#AAA;
	background:url(../images/body_bg.gif) 0 0 repeat-x;

}
a {
	text-decoration:none;
	color:#B9BBBC;
}
a:hover, a.active, a:focus, strong, b {
	color:#666;
}
a img {
	border:none;
}
a img {
	border: none;
	outline: none;
}
a:focus  {
	border: none;
	outline: none;
}
p {
	margin:12px 0;
}
h1, h2, h3, h4, h5, h6 {
	margin:12px 0;
	font-size:14px;
	color:#616161;
}
form {
	margin:12px 0;
}
address {
	font-style:normal;
}
#site {
	/*position:absolute;
	top:50%;
	left:50%;
	width:960px;
	height:800px;
	margin-top:-400px;
	margin-left:-480px;*/
	width:960px;
	margin:0 auto;
}
#site.intro {
	position:absolute;
	top:50%;
	left:50%;
	width:270px;
	height:70px;
	margin-top:-35px;
	margin-left:-135px;
}
#header {
	height:125px;
	position:relative;
}
#logo {
	padding-top:60px;
	margin-left:50px;
}
#menu {
	position:absolute;
	top:83px;
	left:285px;
	width: 700px;
}
#menu ul, #menu li {
	margin:0;
	padding:0;
	list-style:none;
}
#menu li {
	float:left;
	margin-left:55px;
}

#wrap {
	margin:0 35px;
}
#addressRow {
	margin-bottom:30px;
}
#content {
	margin:15px 0;
	text-align:justify;
}

.browseNavi {
	position:relative;
}
.browseNavi #next {
	position:absolute;
	right:0;
	bottom:30px;
}
.browseNavi #prev {
	position:absolute;
	left:0;
	bottom:30px;
}

.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}

#IE6fix {
	height:800px;
	width:960px;
	display:none;
}


/* brands */
#brands-left {
	float:left;
	margin-left:30px;
	width:270px;
	display:inline;
}
#brands-left h1.left, #brands-left p.right {
	margin-bottom:5px;
}
#brands-left .item img {
	vertical-align:middle;
	padding-right:15px;
}
#brands-left p.clear {
	margin-top:0px;
	overflow:hidden;
}
#brands-right {
	float:right;
	width:620px;
}
#brands-right #prev, #brands-right #next {
	bottom:60px;
}
#brands-list {
	clear:both;
	margin-left:30px;
	padding-top:60px;
}
#brands-list ul, #brands-list li {
	margin:0;
	padding:0;
	list-style:none;
}
#brands-list li {
	float:left;
	width:178px;
	padding-bottom:4px;
}


/* wishlist */

#wishlistFormmail input, #wishlistFormmail textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
/*#wishlistFormmail #formmail {
	width:500px;
}*/
#wishlistFormmail #formmail p {
	clear:both;
}
#wishlistFormmail #formmail label {
	display:block;
	float:left;
	width:90px;
}
#wishlistFormmail #formmail input {
	border:none;
	background:none;
	border-bottom:1px solid #CCC;
	width:400px;
}
#wishlistFormmail #wishlistItems {
	top:30px;
	position:relative;
}
#wishlistFormmail #wishlistItems .rowB td {
	padding-bottom:10px;
}
#wishlistFormmail #wishlistItems textarea {
	width:490px;
	height:30px;
	font-size:11px;
	color:#AAA;
}
#wishlistFormmail #wishlistItems .rowC td {
	padding-top:30px;
}

ul#fademain {
    margin: 0px; 
    list-style-type: none;
    padding-left: 0px;
}

#nlarchiv { padding-top: 5px; }

#nlarchiv a {
   font-size:14px;
   color:#616161;
   font-weight: bold;
   display: block;
   line-height: 18px;
}
                   
.invisible{
	display:none;	
}                                               
button.btn{
	border:none;
	outline:none;
	background: url('../images/send.jpg') no-repeat top;
      width: 82px;
      height: 29px;
      
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 1px dotted transparent;
}

 button.play{
	border:none;
	outline:none;
	
	background: url('../images/play.png') no-repeat 0px 4px;
    width: 8px;
    height: 18px;
	display: block;
	position: absolute;
	top: 0px;
	left: 630px;
}
button.pause{
	border:none;
	outline:none;
	background: url('../images/pause.png') no-repeat 0px 4px;
    width: 8px;
    height: 18px;
	display: block;
	position: absolute;
	top: 0px;
	left: 614px;}