body {
	/*font-family: helvetica, sans-serif;*/
	font-family: Georgia, Times, Helvetica;
	font-size: 11px;
	margin-left: 1%;
}

#region_selector {
  display: none; /* No JS? Links, no selector! */
}

#current_region_box {
    text-align: center;
	width: 220px;
}

#current_region_box p {
  margin-top: 2px;
  margin-bottom: 20px;
  font-family: Georgia, Times, Helvetica;
  font-size: 14px;
  color: #666;
  text-align: center;
}
#region_links {
    margin-left: 14px;
}
.region_option {
	float: left;
	height: 50px;
	text-align: center;
	width: 65px;
}

.region_text a {
	color: black;
	text-decoration: none;
	font-size: 11px;
}

table {
    font-size: 11px;
}
table {
  border-collapse: collapse;
  width: 96%;
  margin: 10px 2%;
}
table caption{
  font-weight: bold;
  margin-top: 10px;
  margin-left: 2%;
  font-size: 13px;
}
table th {
  font-weight: bold;
  background-color: #F5F5F5;
}
table td, table th {
  border: 1px solid #E5E5E5;
  padding: 2px;
  text-align: left;
}
table td, table th {
  color: #333;
}



/*
table.sizeguide {
    font-size: 11px;
}
table.sizeguide {
  border-collapse: collapse;
  width: 96%;
  margin: 10px 2%;
}
table.sizeguide caption{
  font-weight: bold;
  margin-top: 10px;
  margin-left: 2%;
  font-size: 13px;
}
table.sizeguide th {
  font-weight: bold;
  background-color: #F5F5F5;
}
table.sizeguide td, table.sizeguide th {
  border: 1px solid #E5E5E5;
  padding: 2px;
  text-align: left;
}
table.sizeguide td, table.sizeguide th {
  color: #333;
}
*/

body.select_country label {
	margin-right: 1em;
}

body.select_country p#select_country_paragraph {
	margin-top: 10px;
	margin-bottom: 10px;
}

body.select_country p#save_paragraph {
	clear: left;
}

a {
	color: #F47C2E;
}

body.select_country {
	margin: 10px;
}

body.select_country h1 {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 20px;
	font-weight: bold;
}

body.select_country h1,
body.select_country form,
body.select_country p {
	margin: 10px;
}

div#save_preference {
	clear: left;
	margin-left: 160px;
}

/* Pretend buttons */

.mock_button {
    /*margin-left: 4px;*/
    margin-top: 6px;
}

.mock_button_middle {
	background-color: #999999;
	color: white;
	display: block;
	float: left;
	font-family: helvetica, sans-serif;
	height: 19px;
	cursor: pointer;
}

.mock_button_middle a {
	color: white;
	line-height: 1.4em; /* In the main CSS, this is inhereted from body */
	text-decoration: none;
}

.mock_button img {
	display: block;
	float: left;
	vertical-align: -0.5em;
}


