* {
	margin: 0; padding: 0;
}
body, table {
	font-family: 'trebuchet MS',arial,tahoma,sans-serif;
	font-size: 12px;
	color: #000;
}
#wrapper {
	margin: 0 auto;
	width: 777px;
}
a {
	text-decoration: none;
	color: #000;
}
form {
	display: inline;
}
input[type=submit] {
	padding: 6px;
}
input[type=text] {
	margin: 1px;
	background-color: #fff;
	border: 1px solid #666;
	padding: 2px;
}
input[type=text]:focus {
	background-color: #f5deb3;
}

#head {
	height: 36px;
	color: #fff;
}
#head div {
	padding-top: 22px;
	font-size: 14px;
	font-weight: bold;
}
#head div a {
	color: #fff;
}
#head div a:hover {
	text-decoration: underline;
}
#bxCountry {
	float: right;
}
#bxCountry div {
	padding-top: 13px;
	color: #fff;
}
#bxTitle {
	height: 96px;
}
#bxTitle div {
	padding-top: 40px;
	color: #fff; font-size: 22px;
}
#bxTitle div span {
	padding-left: 40px; font-size: 13px;
	color: #ccc;
}
#distancer {
	clear: both;
	height: 6px;
}
#cart td {
	padding: 2px;
}
#cart td.line {
	border-bottom: 1px solid #333;
}
hr {
	height: 1px; border: 0; color: #666; background-color: #666;
	margin-top: 6px; margin-bottom: 6px;
}
#alSpecial {
	text-align: center;
	padding: 12px; font-weight: bold;
}
#toCheckout {
	text-align:center;
	padding: 20px;
}