/**==========================================================

	[ Solution /compare_10q3 ] 
	
	Update 2010/08/27
	@ Sony Marketing(Japan) Inc
	
	--- "/vaio/solution/compare_10q3/index.html"
	
	 1. Basic setting
	 2. Page setting
	 3. Common module setting
	
===========================================================*/

/* ---------------------------------------
	1. Basic setting
--------------------------------------- */
div#CONTENT-BODY {
	padding: 0;
	margin: 0;
}

p#SUBWIN-HEADER {
	margin-bottom: 30px;
}

html {
	overflow: hidden;
}

body {
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#HEAD-AREA,
#FOOT-AREA {
	_zoom: 1; /* for IE6 */
}

#HEAD-AREA,
#TABLE-HEAD-AREA,
#SCROLL-AREA {
	overflow: hidden;
	position: relative;
	z-index: 2;
	width: 100%;
}
#TABLE-BODY-AREA {
	overflow: hidden;
}

#CONTENT-BODY .pane {
	overflow: hidden;
	float: left;
}

#CONTENT-BODY .inner {
	width: 20000px;
	height: 20000px;
}

#CONTENT-BODY .outer {
	*zoom: 1; /* for IE6,7 */
}

#CONTENT-BODY .outer:after {
	content: '';
	display: block;
	clear: both;
}

#WINDOW {
	overflow: scroll;
	position: absolute;
	z-index: 1;
}


/* ---------------------------------------
	2. Page setting
--------------------------------------- */

/* for IE  */
div#CONTENT-BODY
{
	text-align: left;
}

table {
	empty-cells: show;
}
td {
	border: 0 none;
}

/* overwrite */
#tmp-secondwinheader {
	margin-bottom: 20px;
}

h2 {
	position: relative;
}
h2 span {
	position: absolute;
	top: 0.6em;
	left: 15em;
	font-size: 13px;
	font-weight: normal;
}

/* table.data
--------------------------------------- */

#CONTENT-BODY table.data {
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	background-color: #fff;
}

#CONTENT-BODY table.data th,
#CONTENT-BODY table.data td {
	border-bottom: 1px solid #cccccc !important;
	border-right: 1px solid #cccccc !important;
	padding: 4px;
	text-align: center;
}
#CONTENT-BODY table.data tr.imageCol th {
	padding: 10px 4px 4px 4px;
}
#CONTENT-BODY table.data th {
	background-color: #e5e5e5;
}
#CONTENT-BODY table.data tr th.emptyCell {
	background: #ffffff;
}
#CONTENT-BODY table.data tr.imageCol th,
#CONTENT-BODY table.data tr.softCol th {
	background: #ffffff;
}
#CONTENT-BODY table.data tr.pcCol th {
	background: #000000;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	padding-left: 15px;
}
#CONTENT-BODY table.data tr.pcCol th.emptyCell {
	background: #ffffff;
}
#CONTENT-BODY table.data tr td {
	width: 130px;
}
#CONTENT-BODY table.data tr th.softnmRow {
	background: #eeeeee;
/*	white-space: nowrap;*/
}
#CONTENT-BODY table.data tr th.softnmRow span {
	font-size: 93%;
}
#CONTENT-BODY table.data tr th.softnmRow a {
	font-weight:bold;
}
#CONTENT-BODY table.data tr.softCol th {
	font-size: 85%;
}

#CONTENT-BODY table.data tr th.category {
	width: 130px;
	font-size: 85%;
}
#CONTENT-BODY table.data tr th.softnmRow {
	width: 270px;
}
#CONTENT-BODY table.data tr#nodisp {
	display: none;
}
/* hover settings
--------------------------------------- */
#CONTENT-BODY table.data tr.soft_on th.softnmRow,
#CONTENT-BODY table.data tr.soft_on td {
	background:#e9f3de;
}
#CONTENT-BODY table.data tr.line_on th.softnmRow,
#CONTENT-BODY table.data tr.line_on td {
	background:#d4f2ff;
}
#CONTENT-BODY table.data tr td.rowColor {
	background:#d4f2ff;
}
#CONTENT-BODY table.data tr.line_on td.rowColor {
	background:#93dfff !important;
}
/*fix*/
#CONTENT-BODY table.data tr.line_on td.empty {
	background: #ffffff;
}


table {
	border-collapse: separate; /* for IE border */
}
table.data th,
table.data td {
	background-color: #ffffff;
}

/* ---------------------------------------
	3. Common module setting
--------------------------------------- */

.mh20{
	margin-right:20px !important;
	margin-left:20px !important;
}
.pt10 {
	padding-top: 10px !important;
}


/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
