@charset "UTF-8";

.modal #container{
	overflow: hidden;
}

.modal #contentsImgArea{
	float: left;
	width: 403px;
}

.modal #contentsTxtArea{
	float: left;
	width: 487px;
}

.modal .delimiter{
	margin: 0 5px;
}

.modal h1{
	margin: 0 0 9px 0;
}
.modal .pricetitle{
	color: #8888c9;
}
.modal .informationList{
	list-style: disc;
	margin: 20px 0 0 20px;
	font-size: 80%;
}

.modal .specsTable{
	border: 1px solid #3a3a3a;
	margin: 18px 0;
	padding: 11px 15px;
	font-size: 80%;
}
.modal .specsTable th,
.modal .specsTable td{
	text-align: left;
	vertical-align: top;
	padding: 2px 0;
}

.modal .specsTable th{
	color: #8888c9;
	width: 90px;
}
.modal .specsTable .delimiter{
	margin: 0 10px 0 10px;
}
.modal .specsTable td.sub{
	width: 50px;
	text-align: right;
}

