body, table, td, tr {
	font-family: Calibri;
	font-size: 14px;
	text-shadow: 1px 0px 0px #fff;
}

font[color="#FFFFFF"] {
	text-shadow: 1px 0px 0px #808080;
}

body {
	background: url('../images/white_plaster.png');
}

h1 {
	text-align: center;
}

#result_report {
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	background: #D3DCE3;
	padding: 4px;
	width: 98%;
	margin: auto;
}

#other_pages {
	text-align: right;
	padding-right: 20px;
}

img {
	vertical-align: middle;
}

img[src="images/cart.png"] {
	cursor: hand;
	cursor: pointer;
}


span img {
	cursor: pointer;
	cursor: hand;

}


#globalNav{
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	background-image: url(../images/glbnav_background.gif);
}

.signup {
	width: 200px;
}

.headTitle, font[size="7"], font[size="6"] {
	font-family:Palatino Linotype, Book Antiqua, Palatino, serif; 
	font-size: 30px;
	font-style: Italic;
	font-weight: bold;
	padding-bottom: 12px;
	color: #ff0000;
}

.countries {
	font-family: Calibri;
	font-size: 12px;
	width: 180px;
}

button, input, select, option {
	font-family: calibri;
}

#globalNav img{
	margin-bottom: -4px;
	font-size: 12px;
 
}

img, input[type="image"] {
	vertical-align: middle;
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
	font-size: 12px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
	font-size: 12px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 12px;
	z-index: 100;
	font-size: 12px;
}


a.glink, a.glink:visited{
	font-family: Tahoma;
  	font-size: 10pt;
  	color: #000000;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
	text-decoration: none;
}

a.glink:hover{
  	background-image: url(../images/glblnav_selected.gif);
	text-decoration: none;
	font-size: 12px;
	color: #E85163;
}

a, a:visited {
	color: #2C5DD1;
}

a:active, a:hover {
	color: #E85163;
	text-decoration: none;
}

.skipLinks {
	display: none;
}

.errorMessage {
	width: 850px; 
	background: beige; 
	border: 1px solid brown; 
	align: center; 
	font-size: 12px; 
	color: brown; 
	font-weight: bold; 
	margin-left: auto; 
	margin-right: auto
}

br {
visibility: hidden;
}

.cartBox, .cartBox:active, .cartBox:hover {
	border: 1px solid #808080;
	width: 26px; 
	height: 20px; 
	font-size: 14px;
	font-weight: bold;
}

input[type="checkbox"] {
	cursor: pointer;
	cursor: hand;
	vertical-align: middle;
}

#livesearch {
	border: #808080;
}

#livesearch ul {
	font-family: Arial;
	list-style-type:none;
	margin:0;
	padding:0;
}

#livesearch li {
	list-style: none;
	margin-left:0px;
}

#livesearch a {
	color: #000000;
	font-family: Arial;
	text-decoration: none;
	font-size: 14px;
	display: block;
	padding: 3px;
	width: 220px;
	background-color: #FFFFFF;
}

#livesearch a:link, #menu a:visited {
	color: #000000;
	text-decoration: none;
}

#livesearch a:hover {
	background-color: #D5E2FF;
	color: #000000;
}

#livesearch li a#current {
	background: #00BEE4;
}


.buy {
	margin: auto;
	display: inline-block;
	vertical-align: middle;
}

.buy td {
	text-align: center;
}

.buy a, .buy a:visited  {
	background: #1F7DAD;
	font-weight: none;
	text-shadow: 1px 0px 0px #808080;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#8DC7E4), to(#1F7DAD));
	background: -webkit-linear-gradient(#8DC7E4, #1F7DAD);
	background: -moz-linear-gradient(#8DC7E4, #1F7DAD);
	background: -ms-linear-gradient(#8DC7E4, #1F7DAD);
	background: -o-linear-gradient(#8DC7E4, #1F7DAD);
	background: linear-gradient(#8DC7E4, #1F7DAD);
	border: 1px solid #36C;
	border-radius: 6px;
	-moz-border-radius: 6px;
	color: #fff;
	text-decoration: none;
	padding: 2px 7px 2px 7px;
	behavior: url('pie.htc');
}



.buy a:hover {
	background: #b22222;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff0), to(#b22222));
	background: -webkit-linear-gradient(#ff0000, #b22222);
	background: -moz-linear-gradient(#ff0000, #b22222);
	background: -ms-linear-gradient(#ff0000, #b22222);
	background: -o-linear-gradient(#ff0000, #b22222);
	background: linear-gradient(#ff0000, #b22222);
	border: 1px solid #b22222;
	color: #fff;
	font-weight: none;
	text-shadow: 1px 0px 0px #000;
}

.th {
	text-align: center;
	font-weight: bold;
}

table {
	border-collapse:separate;
 	border-spacing:0px 1px;
}

td {
	padding: 6px;
	color: navy;
}

.main_content {
	background: #fff;
	border: 1px solid #808080;
	padding: 3px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: auto;
	margin-top: 20px;
	width: 900px;
	box-shadow: #666 0px 10px 50px;
	-webkit-box-shadow: #666 0px 10px 50px;
	-moz-box-shadow: #666 0px 10px 50px;	
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	behavior: url('pie.htc');
}

.noborder td, tr {
	padding:0px;
	margin:0px;
	border-collapse:collapse;
	border-spacing:0px;
}

.noborder {
	padding:0px;
	margin:auto;
	border-collapse:collapse;
	border-spacing:0px;
}

.tbl_normal {
	padding:3px;
	margin:auto;
	border-collapse:collapse;
	border-spacing:0px;
}

.tbl_normal td, th {
	font-weight: none;
	font-style: none;
	color: #000;
	font-size: 16px;
	padding:3px;
	font-family: Calibri, Helvetica, Arial, sans-serif;
}
