
.red { color: #f00 ;}
.line-v { border-left: 1px solid #999 }
.line-v2 { border-right: 1px solid #999; border-left: 1px solid #999 }




div#titleArea{
	width:730px;
	margin:0 0 30px 0;
	padding:25px 0 0 0;
}
div#titleArea div.icon{
	width:80px;
	float:left;
}
div#titleArea div.modelInfo{
	width:645px;
	float:right;
}
div#titleArea div.modelInfo h1{
	margin:0 0 5px 0;
	padding:0 0 3px 0;
	font-size:14px;
	line-height:120%;
	font-weight:bold;
	border-bottom:1px #000 solid;
	color:#000;
}
div#titleArea div.modelInfo ul{
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
}
div#titleArea div.modelInfo li{
	margin: 0 5px 0 0;
	padding:0;
	font-size:12px;
	line-height:130%;
	float:left;
}
div#titleArea div.modelInfo li img{
	display:block;
	margin: 0 0 3px 0;
}
div#titleArea div.modelInfo li.model1{
	width:130px;	
}

div.columnArea{
	width:680px;
	padding-top:10px;
}
div.columnArea div.leftBlock{
	width:250px;
	margin: 10px 0 0 10px;
	float:left;
}
div.columnArea div.rightBlock{
	width:420px;
	margin: 0 0 0 0;
	float:right;
}

h2.headline{
	font-size: 22px;
	font-weight: bold;
	margin: 20px 0 15px 10px;
	color: #03c;
}
div.photoBlock{
	width:590px;
	margin: 0 0 10px 10px;
}


ul.cpu{
	margin:0;
	padding:0;
	list-style:none;
}
ul.cpu li{
	margin: 0 0 0.3em 0;
	padding: 0;
	font-size:12px;
	line-height: 130%;	
}


dl.memory{
	margin:0;
	padding:10px 0 0 0;
}
dl.memory dt{
	width: 5em;
	margin: 0 -5em 0.3em 0;
	padding: 0;
	font-size:12px;
	font-weight:bold;
	line-height: 130%;
	float: left;
	clear: both;
}
dl.memory dd{
	margin: 0 0 0.3em 0;
	padding: 0 0 0 5em;
	font-size:12px;
	line-height: 130%;
}


ul.note{
	margin:0 0 0 0;
	padding: 10px 0 0 0;
	list-style: none;
}
ul.note li{
	margin: 0 0 0.3em 0;
	padding: 0;
	font-size:11px;
	line-height: 120%;
	color: #333;
}


table.specTbl{
	width: 730px;
	margin: 0 0 20px 10px;
	border-top: 1px #999 solid;
}
table.specTbl th,
table.specTbl td {
	padding: 3px 5px;
	border-bottom: 1px #999 solid;
	font-size: 12px;
	line-height: 130%;
	font-weight: normal;
	text-align:left;
}

table.specTbl th {
	background-color: #fafad2;
	width:150px;
}
table.specTbl td.color1{
	background-color: #eee;
}










