body {
	font-family: Calibri;
	font-size: 12px;
}

img {
	vertical-align: middle;
}

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

table, td, th
{
    border-color: #808080;
    border-style: solid;
}

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

td, th
{
    border-width: 1px 1px 0 0;
}

table.noborder td, td.noborder, .noborder th, th.noborder {
border: 0px;
border: none;
border-width: 0px;
border-style: none;
}

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;
}
