/* CSS Document */

@import url(../common_styles.css);

BODY {
	margin: 15px 0px 15px 0px;
	background:  url(../images/bg_tile.gif);
}

#header_cell {
	background:  url(../images/header_tile.gif);
}

#jump_chair_bg {
	background:  url(../images/jump_chair_bg.gif);
	background-repeat: no-repeat;
}

/* RULES TO ADAPT ORIGINAL DEGISN */
.thumbcell {
	text-align: center;
	padding: 5px 0px 5px 0px;
}

.description {
	text-align: justify;
}

.dimensions {
	text-align: center;
	font-size: 10px;
}

.note {
	text-align: justify;
	font-size: 10px;
	font-weight: bold;
}

.pieceID {
	text-align: center;
}

.piece_header {
	text-align: center;
}

IMG {
	border: 0px solid #FFF;
}

.gallery_img {
	border: 2px dotted #000; /*BA8D5B*/
	padding: 3px;
}