/* ------------------------------------------ */
/* Screen styles for Beyond shop pop-up pages */
/* ------------------------------------------ */

/* Define Tag Selectors */

body {
	background: #7a8888;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 76%;
	color: #333;
	background-image: url(../images/bg_pattern.gif);
	background-repeat: repeat;
}

table.panel {
	width: 356px;
	background-color: #fff;
}

table.panel tr td {
	padding: 20px;
}

h1 {
	font-size: 2em;
	line-height: 1.2em;
	font-weight: 100;
	color: #1a990c;
	padding: 0px 0px 0.25em 0px;
	margin: 0px 0px 0px 0px;
}

p {
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial;
	font-size: .9em;
	line-height: 1.5em;
	color: #666;
	padding: 0em 0px 0.5em 0px;
	margin: 0px 0px 0px 0px;
}




table.sizeguide {
	width: 310px;
}

table.sizeguide thead th {
	text-align: left;
	width: 100px;
	padding: 0px;
}

table.sizeguide tr td {
	width: 100px;
	padding: 0px;
}