body {
	background-color:#FFFFFF;
	margin: 0; 
}

.footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

.link {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.link:hover {
	color: #02169C;
	text-decoration: underline;
}

.productTitle {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #02169C;
	font-weight:bold;
	text-decoration: none;
	height: 20px;
}

.discount {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight:bold;
	text-decoration: none;
	height: 20px;
}

a.productTitle:hover {
	text-decoration: underline;
}

.standard {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight:normal;
	text-decoration: none;
}

.warning {
	color: #FF0000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

.ccyWarning {
	color: #FF0000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

.strap {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #02169c;
	text-decoration: none;
	font-weight:bold;
}


.silver {
	background: #C0C0C0;
}

.quantity {
	width:25px;
}

.add{
	color: #02169c;
	font-weight:bold;
	background: #F0F0F0;
	width:135px;
    border: 3px outset #666666
}
.cartButtons {
	width:135px;
	background: #F0F0F0;
	border: 3px outset #666666
}

.vary {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #777777;
	font-weight:normal;
	text-decoration: none;
}
