


table.data {
	border-width:		0px 1px 1px 1px;
	border-style:		solid;
	border-left-color:	#edeae6;
	border-right-color:	#d3cac1;
	border-bottom-color:	#d3cac1;
	font-size:			85%;
	line-height:		140%;
	margin:				0.3em 0em 1em 0em;
}

table.data td {
	border-width:		1px 0px 0px 0px;
	border-style:		solid;
	border-color:		#edeae6;
	padding:			0.3em 0.5em;
}

table.data td h3 {
	margin:				0.4em 0.2em;
	border-width: 		0px;
}

table.data td strong {
	font-size:			120%;
	font-weight:		bold;
}

tr.table_heading {
	background-image:	url("../images/bg_table_heading.jpg");
	background-position:	top center;
	background-repeat:	repeat-y;
	background-color:	#F1EDE9;
}

tr.table_heading td {
	background-image:	none;
	background-color:	transparent;
	padding:			0px;
	text-align:			center;
}

tr.table_heading h3 {
	margin:				0.4em 0.2em;
	padding:			0px;
	font-size:			100%;
	border-width:		0px;
}

td.star {
	text-align:				center;
}

td.price {
	font-size:			140%;
	font-weight:		bold;
	text-align:			center;
}

td.centered {
	text-align:			center;
}

td.price h3 {
	color:				#330000;
	margin:				0px;
	padding:			0px;
	border-width:		0px;
}

td.price strike {
	color:				#CC0000;
}

td.price span.saving {
	color:				#E86F03;
}

tr.alternating {
	background-image:	url("../images/bg_table_alternating.jpg");
	background-position:	top center;
	background-repeat:	repeat-y;
	background-color:	#FAF9F8;
}


tr.alternating td {
	background-image:	none;
	background-color:	transparent;
}

div.pop_up {
	width:				700px;
	height:				494px;
}

div.pop_nav {
	width:				700px;
	background-image:	url("../images/promotional/screenshots/g_pop_nav.jpg");
	background-repeat:	no-repeat;
	height:				49px;
}

div.pop_nav img {
	margin-top: 6px;	
}

div.pop_nav img.back {
	margin-right: 40px;	
}

div.pop_nav img.next {
	margin-right: 10px;	
}

