@charset "utf-8";

/* Styling for oneup.php */

#imagelinks {

	font-size: 1.2em;

	text-align: center;

	margin: 5px auto 0 auto;

}

#imagelinks img {

	border: 3px solid #fff;

}

#imagelinks img.selected {

	border: 3px solid #A80000;

}

#imagelinks a:link {

	color: #633;

	text-decoration: underline;

	font-weight: bold;

}

#imagelinks a:visited {

	color: #633;

	text-decoration: underline;

	font-weight: bold;

}

#imagelinks a:hover {

	color: #a00;

	text-decoration: underline;

	font-weight: bold;

}

#iteminfo {

	font-size: 1.3em;

	text-align: left;

	width: 100%;

}

table.itemfull {

	width: 100%;

	padding: 5px;

}

td.photo {

	text-align: center;

	vertical-align: middle;

}

td.info {

	text-align: left;

	vertical-align: middle;

}

td.info th {

	vertical-align: top;

	text-align: right;

	padding-right: 10px;

	font-weight: bold;

}

table.itemdetail {

	width: 500px;

	padding: 5px;

	margin-left: auto;

	margin-right: auto;

}

table.itemdetail td {

	padding-bottom: 4px;

}

table.itemdetail p {

	padding-bottom: 5px;

}

table.ppcode {

	margin-left: -5px;

	margin-top: -5px;

}

table.ppcode td {

	padding: 5px;

}