@charset "utf-8";

/* CSS Document */

table th {
	background: url(../images/table_header.png) repeat-x bottom;
}

table.sizes {
	width: 100%;
	border-left: 1px solid #393f42;
	border-bottom: 1px solid #393f42;
}

table.sizes td {
	border-right: 1px solid #393f42;
	border-top: 1px solid #393f42;
}

table.information {
	width: 100%;
	border-bottom: 1px solid #393f42;
	border-left: 1px solid #393f42;
}

table.information td {
	border-top: 1px solid #393f42;
	border-right: 1px solid #393f42;
}

table.information div {
	padding-left:10px;
}


table.center td, table.center th {
	text-align:center;
}
