@charset "utf-8";
/* CSS Document */
#contents #contentmidalign {
	width: 80%;
	text-align: justify;
}
#losiento {
	font-size: 24px;
}
#thumb_wrapper {
	width: 742px;
	height: 90px;
	left: 225px;
	top: 460px;
	position: absolute;
}
#thumbs {
	position: absolute;
	top: 0px;
	overflow:hidden;
	height:90px;
	width:90%;
	white-space:nowrap;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#linenhead {
	height: 50px;
	width: auto;
	top: 84px;
	position: absolute;
	left: 600px;
}
#largepicture {
	width: 350px;
	height: 272px;
	text-align: center;
	border: 2px solid #f7c769;
	left: 10px;
	top: 5px;
	position: absolute;
}
#size_chart {
	width: 300px;
	height: 272px;
	position: absolute;
	left: 390px;
	top: 5px;
	overflow: auto;
	text-align: justify;
}
#size_chart ul {
	float: left;
	width: 280px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#size_chart li {
	float: left;
	width: 140px;
	margin: 0;
	padding: 0;
}
#size_chart a {
	color: #62194b;
	text-decoration: none;
}
#size_chart a:hover {
	text-decoration: underline;
}
td.arrow {
	width: 28px;
}
#cartResult {
	top: 0px;
	left: 700px;
	width: 150px;
	height: 20px;
	font-size: 12px;
	position: absolute;
	background-color: orange;
	text-align: center;
}
#cartResult a {
	color:  #62194b;
	text-decoration: none;
}
#cartResult a:hover {
	text-decoration: underline;
}
#colorstatement {
	position: absolute;
	top: 275px;
	width: 550px;
	left: 10px;
	font-size: 10px;
}
#demopicture {
	position: absolute;
	top: 40px;
	left: 10px;
	width: 315px;
	height: 351px;
	border: 2px solid #f7c769;
}
#category_name {
	position: absolute;
	top: 150px;
	left: 220px;
	width: 315px;
}
#party_organza_notice {
	position: absolute;
	top: 125px;
	left: 600px;
}

@media print {
	#contents #contentmidalign {
		width: 100%;
	}
	#rightsidegraphic {
		display: none;
	}
	#size_chart {
		position: static;
		width: 98%;
		height:	auto;
	}
	#thumb_wrapper {
		display: none;
	}
}
