div.page {
	width: 800px;
	text-align: left;
	border: solid 1px #aaa;
	font-size: 14px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

div.headBlock div.tab {
	float: right;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

div.footBlock {
	clear: both;
	float: bottom;
}

div.footBlock a {
	text-decoration: none;
}

div.footBlock a:visited {
	color: blue;
}

div.footBlock a:hover {
	text-decoration: underline;
}

div.greeting {
	width: 100%;
	border: solid 1px #A5A5A5;
	background-color: #E8E8E8;
	text-align: center;
}

div.greeting table {
	font-size: bigger;
	font-weight: bold;
}

div.login {
	width: 100%;
	border: solid 1px #A5A5A5;
	background-color: #E8E8E8;
	text-align: center;
}

div.login a {
	font-size: 11px;
}

div.cart {
	width: 100%;
	height: 98px;
	background-color: #244179;
}

div.newsletter {
	width: 100%;
	border: solid 1px #A5A5A5;
	padding-top: 3px;
	background-color: #E8E8E8;
	text-align: center;
}

div.payment {
	width: 100%;
	text-align: center;
}

td.c_left {
	width: 150px;
}

td.c_main {
	width: 460px;
}

td.c_right {
	width: 190px;
}

td.menuSeparator {
	height: 2px;
	background-image: url('../img/menu_spacer.gif');
	background-repeat: repeat-x;
}

td.menuItem {
	height: 20px;
	font-size: 14px;
}

td.menuItemSelected {
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	color: red;
}

td.menuItem img, td.menuItemSelected img {
	margin-left: 4px;
	margin-right: 4px;
}

td.menuItem a, td.menuItemSelected a {
	text-decoration: none;
}

td.menuItem a:visited {
	color: blue;
}

td.menuItemSelected a:visited {
	color: red;
}

td.menuItem a:hover, td.menuItemSelected a:hover {
	text-decoration: underline;
}

td.subMenuItem {
	height: 18px;
	font-size: 12px;
}

td.subMenuItemSelected {
	height: 18px;
	font-size: 12px;
	font-weight: bold;
	color: red;
}

td.subMenuItem img, td.subMenuItemSelected img {
	margin-left: 10px;
	margin-right: 4px;
}

td.subMenuItem a, td.subMenuItemSelected a {
	text-decoration: none;
}

td.subMenuItem a:visited {
	color: blue;
}

td.subMenuItemSelected a:visited {
	color: red;
}

td.subMenuItem a:hover, td.subMenuItemSelected a:hover {
	text-decoration: underline;
}

div.hMenuItem {
	text-align: center;
}

div.hMenuItem a {
	text-decoration: none;
}

div.hMenuItem a:visited {
	color: blue;
}

div.hMenuItem a:hover {
	text-decoration: underline;
}

hr.vspacer {
	height: 1px;
}

td.corner {
	width: 14px;
	height: 14px;
}

td.h_edge {
	height: 14px;
}

td.v_edge {
	width: 14px;
}

div.title {
	width: 100%;
	clear: both;
	background: #acf;
	padding-left: 2px;
	font-size: 15px;
	font-weight: bold;
}

div.pDetail {
	float: left;
	width: 100%;
	border: 1px;
}

div.accessory {
	width: 50%;
	float: left;
}

div.pDetailPic {
	width: 100%;
	text-align: center;
}

div.pDetailPic img {
	border: none;
}

div.pDetailSpec {
	width: 100%;
	text-align: center;
}

.pName {
	font-size: 120%;
	font-weight: bold;
	color: blue;
}

table {
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

img {
	border: 0px;
}

select {
	font-size: 12px;
}

input {
	font-size: 12px;
}

div.index {
	float: left;
	font-size: 12px;
	text-decoration: none;
}

div.index a:visited {
	color: blue;
}

div.index a:hover {
	text-decoration: underline;
}

