
.tab_select
{
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 2px 2px 0 0;
	border-left: 2px solid rgba(255, 255, 255, 1);
	border-top: 2px solid rgba(255, 255, 255, 1);
	border-right: 2px solid rgba(0, 0, 0, 0.5);
	#border-right: 1px solid #000;
	padding: 4px 8px;
	margin: 0 1px;
	user-select: none;
	cursor: pointer;
	font-weight: bold;
	display: inline-block;
}

.tab_contents
{
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 2px;
	margin: 0;
	padding: 4px;
}

.tab_content
{
	display: none;
}

.file_upload
{
	display: inline-block;
	border: 1px solid #000;
	border-radius: 2px;
	padding: 5px 11px;
	user-select: none;
	cursor: pointer;
}

.page_header
{
	top: 0;
	width: 100%;
	height: 32px;
	padding: 2px;
	position: fixed;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.75);
	backdrop-filter: blur(2px);
	z-index: 1;
}

.page_content
{
	margin-top: 44px;
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 2px;
	display: inline-block;
	min-width: 480px;
	max-width: 1920px;
	padding: 6px 0;
	text-align: left;
}

.container
{
	width: 480px;
	display: inline-block;
	vertical-align: top;
}

.box
{
	width: 458px;
	display: inline-block;
	position: relative;
	background-color: rgba(255, 255, 255, 0.5);
	text-align: left;
	border-radius: 2px;
	box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.2);
	margin: 8px 11px;
	padding: 0;
}

.box_content
{
	margin: 8px;
	text-align: justify;
}

.card_bg
{
	color: #000;
	width: 458px;
	height: 270px;
	border-radius: 2px;
	background-color: #888;
	background-color: rgba(255, 255, 255, 0.3);
	background-repeat: no-repeat;
}

.card_body
{
	width: 458px;
	height: 270px;
	background-repeat: no-repeat;
	overflow: hidden;
}

.card_contents
{
	margin: 16px;
}

.inline_block
{
	display: inline-block;
}

.card_half
{
	display: inline-block;
	vertical-align: top;
	height: 100%;
	width: 50%;
}

.card_interior
{
	margin: 14px;
	height: 240px;
	overflow: hidden;
	position: relative;
}

.card_insert
{
	padding: 4px 8px;
	font-weight: bold;
	max-width: 200px;
	border: 1px solid #000;
	box-shadow: 3px 3px #000;
	background-color: #FFF;
	overflow: hidden;
}

.card_special
{
	background-color: #08F;
	color: #FFF;
	padding: 4px 8px;
	font-weight: bold;
	box-shadow: 3px 4px #000;
	font-size: 120%; 
	letter-spacing: 2px;
	transform: scale(105%, 90%);
	-ms-transform: scale(105%, 90%);
	position: absolute; 
	left: 8px; 
	top: 5px;
}

.card_product_name
{
	position: absolute;
	text-shadow: 2px 2px #CCC;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	width: 200px;
}

.card_content_table
{
	display: table;
	height: 100%;
	width: 100%;
}

.card_content_cell
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.colour_preview
{
	display: inline-block;
	width: 64px;
	height: 16px;
	border: 1px solid #888;
}

.type_selection
{
	display: inline-block;
	padding: 8px;
	margin: 4px;
	border: 1px #888 solid;
	border-radius: 3px;
	box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.2);
	width: 94%;
}

.float_left
{
	float: left;
	display: inline-block;
}

.float_right
{
	float: right;
}

.float_right_w90p
{
	float: right;
	display: inline-block;
	width: 90%;
}

.form_container {
	background-color: rgba(255, 255, 255, 0.75);
	margin: 10% auto;
	padding: 8px;
	border-radius: 2px;
	text-align: left;
	display: inline-block;
	width: 386px;
	font-size: 120%;
}

.field_block
{
	display: inline-block;
	width: 100%;
	margin: 8px 0;
}

.form_close {
	float: right;
	padding: 3px 7px;
	font-weight: bold;
	background-color: White;
	border-radius: 3px;
	user-select: none;
	cursor: pointer;
}

.row
{
	background-color: rgba(255, 255, 255, 0.5);
	padding: 4px;
	margin: 8px 2px;
	border-radius: 2px;
	overflow: auto;
}

.row:hover
{
	background-color: rgba(255, 255, 255, 1);
}

#messages
{
	display: block;
	height: 256px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.message
{
	margin: 8px;
	border-radius: 3px;
	padding: 4px;
	clear: both;
	width: 75%;
	background-color: #FEA;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}

.contact_info
{
	margin: 16px 8px;
	margin-left: 16px;
	border-left: 5px solid #08F;
	padding: 8px;
}

.note
{
	font-size: 75%;
	color: #888;
}

.special_link
{
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	color: #222;
}

.link_button
{
	background-color: rgba(255, 255, 255, 0.75);
	display: inline-block;
	border-radius: 2px;
	margin: 4px;
	padding: 8px;
}

.footer
{
	margin: 8px 0;
	padding: 8px;
	text-align: center;
	display: flex;
	background-color: rgba(255, 255, 255, 0.5);
}

.card_bg:hover .contact_bg
{
	display: block;
	z-index: 2;
}

.contact_bg
{
	display: none;
	position: absolute;
	background-color: #888;
	right: 16px;
	top: 16px;
	border-radius: 2px;
	padding: 4px;
	cursor: pointer;
}

.contact_button
{
	background-color: rgba(255, 255, 255, 0.75);
	background-image: url("/images/icon_contact_32px.png");
	width: 32px;
	height: 32px;
}

.margin_auto
{
	margin: 0 auto;
}

.image_tag
{
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	color: #FFF;
	font-size: 75%;
	font-weight: bold;
	padding: 4px;
	right: 5px;
	bottom: 5px;
}

@media only screen and (min-width: 500px)
{
	.page_content { max-width: 480px; }
}

@media only screen and (min-width: 980px)
{
	.page_content { max-width: 960px; }
}

@media only screen and (min-width: 1460px)
{
	.page_content { max-width: 1440px; }
}

@media only screen and (min-width: 1940px)
{
	.page_content { max-width: 1920px; }
}
