/* Copyright Muchachamaca SCP, Spain - All rights reserved */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

html { overflow-y: scroll; }	/* force vertical scrollbar in FireFox */

body, td, th, a, p, h1, h2, h3, h4, h5  {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFFFFF;
	text-align: center;	/* IE way to center blocks */
	margin: 0 auto;		/* NS way to center blocks */
	width: 800px;
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none; }

#face {
	position: relative;
	text-align: left;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: white;
}

#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	color: black;
	line-height: 2em;
}
#menu a:link { text-decoration: none; }
#menu a:visited { text-decoration: none; }
#menu a:hover { text-decoration: underline; }
#menu a:active { text-decoration: none; }

#page {
	padding-top: 20px;
}
#page h1 {
	color: #3F3F63;
	margin-bottom: 12px;
}
#page h2 {
	margin-bottom: 10px;
}
#page p {
	margin-bottom: 8px;
}

.region_title {
	background-color: #E7E7E7;
	padding: 2px;
	margin-top: 20px;
}

.contactform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.title {
	font-size: 16px;
	color: #4B4B77;
	width: 100%;
	padding-bottom: 2px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DCDCDC;
	letter-spacing: -1px;
}

.quantity_popup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
/*	border: 1px solid #8B85B2;*/
}

.cart_table {
}
.cart_table table {
	font-size: 10px;
	margin: 0;
	padding: 0;
}
.cart_table th {
	background-color: #FAF9F9;
	padding: 5px 0;
	border-bottom: 1px solid #BCB78C;
	text-align: left;
}
.cart_table td {
	padding-top: 12px;
	padding-bottom: 0;
	border-bottom: 1px dotted #6262A0;
	text-align: left;
}

/* the following class is to counteract the previous .cart_table class, since this previous style persists */
.cart_totals {
	font-weight: bold;
}
.cart_totals td {
	padding: 2px 0;
	border-bottom: none;
	text-align: left;
}

.anchor_button {
	padding: 2px 0 3px 0;
}
.anchor_button a {
	padding: 2px 15px 3px 15px;
}
.anchor_button a:link { text-decoration: none; }
.anchor_button a:visited { text-decoration: none; }
.anchor_button a:hover { text-decoration: none; background-color: #E0E0F0; }
.anchor_button a:active { text-decoration: none; }

.checkbox {
	vertical-align: middle;
}

.orderform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.orderform_col1 {
	width: 80px;
	text-align: right;
	padding-right: 10px;
}
.orderform_col2 {
	width: 300px;
	text-align: right;
}

.footer {
	text-align: left;
	width: 800px;
	background-color: #F6F6F6;
	color: #888888;
}

.webdesign {
	color: #888888;
	text-align: center;
	font-size: 10px;
	padding: 10px 5px;
}
.webdesign a:link { color: #888888; text-decoration: none; }
.webdesign a:visited { color: #888888; text-decoration: none; }
.webdesign a:hover {	color: #888888; text-decoration: underline; }
.webdesign a:active { color: #888888; text-decoration: none; }

.copyright {
	font-size: 7pt;
	color: #BBBBBB;
	text-align: center;
	width: 800px;
	margin-top: 5px;
}

.hidden {
	visibility: hidden;
	position: absolute;
	margin-top: -100000px;
}
