/**==========================================================

	[ Concept /Environment ] 
	
	Update 2010/04/09
	@ Sony Marketing(Japan) Inc
	
	--- "/Products/Concept/Environment/power_spec.html"
	
===========================================================*/

.spec-container{
	width: 950px;
	margin:0 auto;
}


#global_header{
	width: 100%;
	height: 44px;
	margin:0 0 40px;
	text-align: left;
	background-color: #FFF;
}
#global_header a{
	float: left;
}
#global_header #head_lead{
	margin: 15px auto;
	padding:0 30px 0 0;
	float: right;
}
#global_header #head_lead img{
	vertical-align: top;
}

table {
	border-top:1px solid #cccccc!important;
	border-left:1px solid #cccccc!important;
	margin-bottom:10px;
	width:949px;
}
table th,
table td {
	border-bottom:1px solid #cccccc!important;
	border-right:1px solid #cccccc!important;
	padding: 5px 10px;
	text-align:center;
}
table thead th {
	background-color: #DCEEB8;
	font-weight:bold;
}
table tbody th {
	background-color: #F2F6ED;
}
table th span,
table tbody td span {
	font-size:85%;
}

.separator th,
.separator td {
	border-top:1px solid #cccccc;
}
.nowrap {
	white-space:nowrap;
}
.energyLabel {
	margin-bottom:10px;
}
.energyLabel li {
	margin-bottom:5px;
}
.energyLabel li img {
	margin-right:10px;
	vertical-align:middle;
}


/* ---------------------------------------
	3. Common module setting
--------------------------------------- */
/* corresponding
--------------------------------------- */
.corresponding {
	padding: 0 15px 15px;
}
.corresponding h6 {
	margin-bottom:0;
	padding: 0 0 20px 15px;
}
.corresponding ul.models {
	padding:0 1px 0 15px;
}
.corresponding ul.models li {
	float: left;
	padding:0 14px 25px 0;
}
.corresponding ul.models li img {
	vertical-align: bottom;
}


/* products info */
.products_info {
	margin-bottom:50px;
	background:#F7F7F7;
	padding:10px 20px;
}
.products_info ul li {
	margin-left:0.8em;
	text-indent:-0.8em;
}


/* note */
p.note, ul.note li {
	margin-left:1em;
	text-indent:-1em;
	font-size:85%;
}


/* image center */
.imageCenter {
	margin-top:30px;
	text-align:center;
}


/* text align */
.align_center { text-align: center; }
.align_right { text-align: right; }


/* margin */
.mt0 { margin-top: 0 ! important; }
.mt5 { margin-top: 5px ! important; }
.mt10 { margin-top: 10px ! important; }
.mt15 { margin-top: 15px ! important; }
.mt20 { margin-top: 20px ! important; }
.mt30 { margin-top: 30px ! important; }
.mt40 { margin-top: 40px ! important; }
.mt50 { margin-top: 50px ! important; }

.mr0 { margin-right: 0 ! important; }
.mr5 { margin-right: 5px ! important; }
.mr10 { margin-right: 10px ! important; }
.mr15 { margin-right: 15px ! important; }
.mr20 { margin-right: 20px ! important; }
.mr30 { margin-right: 30px ! important; }
.mr40 { margin-right: 40px ! important; }
.mr50 { margin-right: 50px ! important; }

.mb0 { margin-bottom: 0 ! important; }
.mb5 { margin-bottom: 5px ! important; }
.mb10 { margin-bottom: 10px ! important; }
.mb15 { margin-bottom: 15px ! important; }
.mb20 { margin-bottom: 20px ! important; }
.mb30 { margin-bottom: 30px ! important; }
.mb40 { margin-bottom: 40px ! important; }
.mb50 { margin-bottom: 50px ! important; }

.ml0 { margin-left: 0 ! important; }
.ml5 { margin-left: 5px ! important; }
.ml10 { margin-left: 10px ! important; }
.ml15 { margin-left: 15px ! important; }
.ml20 { margin-left: 20px ! important; }
.ml30 { margin-left: 30px ! important; }
.ml40 { margin-left: 40px ! important; }
.ml50 { margin-left: 50px ! 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 */