@import url(shop_item_description.css);
@import url(shop_color_card.css);
@import url(shop_extras.css);
@import url(shop_purchase_form.css);
@import url(footer.css);

body {
	text-align: center;
}
div.main {
	text-align: center;
}
table.main {
	width: 85%;
	height: 100%;
	text-align: left;
	padding: 1px;
	margin: 0em auto;
	border-width: 1px;
	border-color: #b7b7b7;
	border-style: solid;
}
td.left {
	width: 50%;
	height: 50px;
	text-align: left;
}
td.center {
	width: 25%;
	text-align: left;
}
td.right {
	width: 25%;
	text-align: right;
}
td.item_pic {
	border-top: 1px solid #b7b7b7;
	border-bottom: 1px solid #b7b7b7;
	text-align: center;
	vertical-align: top;
	padding-top: 10px;
}
td.in_center {
	border-top: 1px solid #b7b7b7;
	border-left: 1px solid #b7b7b7;
	border-bottom: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 10px;
}
td.in_right {
	border-top: 1px solid #b7b7b7;
	border-bottom: 1px solid #b7b7b7;
	padding: 1em;
	vertical-align:top;
}
td.nav {
	text-align: center;
}
td.extras {
	height: 400px;
}
img {
	border-width: 0;
}
input {
padding: 1em;
}
a {
	color: #7B8626;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.star {
	font-size:150%;
}
#ws_film {
	width: 600px;
	height: 500px;
	text-align: center;
	margin: auto;
}
