/* this layout will not work in IE Strict */
#header {
	float: left;
	width: 985px;
/*	height: 370px;*/
	margin: 0 auto;
	background: #fff;
	min-width: 500px; /* to match wrapper div */
}

#content {
  padding-top: 20px; 
}

#leftLane {
	float: left;
	bottom: 0;
	background-color: white;
	width: 688px;
}

#rightLane {
	float: right;
	width: 300px;
}
#rightLane .title {
	float: left;
}
/*
 *
 * header part
 *
 */

#nava {
  width:990px; 
  margin:0;
  padding:0;
  height: 235px;
}
 
#flashcontain {
  width:688px; 
  padding:0px; 
  float:left;	
}

#bannercontain {
  float: left; 
  height: 211px; 
  width: 302px;
  padding: 0px 0px 0px 0px; 
  background: url(/is-bin/intershop.static/WFS/Sony-SonyStyle-Site/-/zh_TW/images/bg_banner_home.jpg); 
  background-repeat: repeat-y;
}

#bannerContain .banner {
  float: left;
  padding: 9px 0px 0px 15px;
}

#bannerContain img {
  width: 271px;
  height: 57px;
}

#newsTitle {
  float: left;
  border: 0px 0px 0px 0px;
}
/**
 *
 * Right Banners
 *
 */
.banner {
  float: left;
}

#magazine, #promotion {
  float: left;
  padding: 20px 0px 0px 10px;
}

#magazine img, #promotion img {
  float: left;
  padding-left: 1px;
}
/*
 *
 * News
 *
 */
.NewsList {
	float: left;
	padding-left: 18px;
	width: 270px;
}

.News {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	width: 280px;
	padding-bottom: 5px;
}

.News_Date {
	float: left;
	width: 60px;
	padding:0px;
	color: #5985ac;
}

.News_Header {
	float: left;
	width: 200px;
	padding:0px;
	color: #646464;	
}
.News_Header a {
	color: #666666;
	text-decoration: none;
}

