@charset "UTF-8";
/* CSS Document */

#video {
	float:left;
	width:640px;
	height:350px;
}

#rightContent {
	position:relative;
	float: right;
	height:350px;
	width:285px;
	overflow:auto;
}

#rightContent p {
	margin-top:8px;
}

.tri_hr {
	background:url(../images/core/tri_hr.png) no-repeat;
	height:10px;
	width:285px;	
}

#productLines {
	float:left;
	width:640px;
}

#productLines hr.grayhr {
	margin-top: 0;
	margin-bottom: 5px;
}

#productLines h1 {
	color:#999999;
	font-weight:600;
	font-size:16px;
}

#productLines h2 {
	color:#00A4D2;
	font-size:16px;
	font-weight:100;
	margin:0;
	padding-top:5px;
}

#productLines a {
	color:#666666;
	text-decoration:none;
	font-size:12px;
}

#productLines a:hover {
	color:#000000;
	text-decoration:underline;
}

#productLines .item {
	width:157px;
	margin-right: 4px;
	float:left;
}

#productLines .itemLast {
	width:157px;
	float:left;
}
