/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.page {
	width: 982px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.header {
	text-align: center; 
	width: 982px;
}

.header a {
	color: #000000; 
	text-decoration: underline;
}

.title {
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	text-align:center;
}

.removeFromCart {
	padding: 0 2px 0 2px;
	font-size: 13px;
	border: 1px solid #999999;
	background-color: #CCCCCC;
	color:#333333;
	font-weight: bold;
	text-decoration: none;	
	margin-bottom: 3px;
	width: 140px;
	text-align: center;
}

.removeFromCart a {
	color:#333333;
	font-weight: bold;
	text-decoration: none;	

}

.addToCart {
	padding: 0 2px 0 2px;
	border: 1px solid #000000;
	background-color: #0033FF;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	margin-bottom: 3px;
	width: 140px;
	text-align:center;
}
.addToCart a {
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}

.content {
	text-align: center;
	vertical-align: top;
	width: 88%;
}

.logonWrapper {
	
}

.logonWrapper td {
	background-color: #CCCCCC;
	vertical-align: top;
	border: 5px solid #ffffff;
}
.logonWrapper td td {
	border: 0;
}

.logonWrapper th {
	text-align: right;
}

.productName {
	font-weight: bold;
	padding-top: 7px;
	text-align: center;
	font-size: 11px;
	color: #000;
}

.menu {
	width: 100%;
}

.menuItem {
	text-align: center;
	width: 11%;
	margin: 3px;
	background-color: #3399CC;
}

.menuItem a {
	text-decoration: none;
	font-size: 16px;
	font-weight:normal;
	color: #ffffff;
}
.menuItem a:hover {
	text-decoration: underline;
}

.footer {
	height: 16px;
	width: 100%;
}

.footer td {
	background-color: #3399CC;
	width: 33%;
}

