/* CSS Document - Shoppping Exprience */

/****** Navigation ******/
/****** top ******/
.button, .last {
	background-color: #3097a8;
	float:left;
	width: 139px;
	height:30px;
	text-align: center;
	font-weight: bold;
	margin-right: 2px;
	font-size: 14px;
	margin-bottom: 1px;
	line-height: 2;
}
.button a, .last a {
	text-decoration: none;
	width: 139px;
	height:30px;
	color: white;
	display: block;
}
.button a:hover, .last a:hover {
	background-color: #e66915;
	color: #3097a8;
}
.last {
	margin-right: 0px;
}

/******* bottom *******/
.link{
	float: left;
	padding-top: 5px;
	padding-left: 5px;
}
.link a{
	color: #3097a8;
	text-decoration: none;

}

.link a:hover{
	color: #e66915;
	text-decoration: underline;
}
