/*=========================================================


	Site Name   SONY HANDYCAM TOP
	File Name   page.css

	Create Date 2009/04/01


==========================================================*/

/*----------------------------------------------------------

	index.html

-----------------------------------------------------------*/
div.lineup {
	background: url(../images/container_height_line.gif) repeat-y 185px 0px;
}
p.color {
	padding: 0 0 10px 0;
}
p.color img.colorTitle {
	margin-right: 10px;
}
p.color span img {
	margin-right: 5px;
}

div.section01 {
	padding-top: 30px !important;
	padding-bottom: 25px !important;
}
div.section01 div.sectionLeft {
	width: 154px;
}
div.section01 div.sectionCenter {
	float: left;
	width: 281px;
}
div.section01 div.sectionRight {
	width: 420px;
	text-align: left;
}

div.section02 {
	padding-bottom: 25px !important;
}

div.section03 {
	padding-top: 30px !important;
	padding-bottom: 40px !important;
}
div.section03 div.sectionLeft {
	width: 154px;
}
div.section03 div.sectionCenter {
	float: left;
	width: 281px;
}
div.section03 div.sectionRight {
	width: 420px;
	text-align: left;
}

/*toop tips*/
#tooltip {
	position: absolute;
	width: 20em;
	font-size: 80%;
/*	border: 1px solid #fff;
	background: #c41230;
	color: #fff;
	padding: 4px;
	opacity: 0.9;*/
}

#tooltip h3, #tooltip div {
	text-align: left;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
}

/*end oftoop tips*/