/* Savings Page */
div#column1 {
  float: left;
  width: 300px;
  height: 370px;
  background: url(../img/verticalDivider.png) right top no-repeat;
  margin-left: 26px;
}

div#column2 {
  float: left;
  width: 316px;
  height: 370px;
  margin-left: 45px;
}

div#column2 div#savingMenu {
  padding-left: 40px;
  padding-top: 15px;
}

div#column2 div#advancedFilter {
  margin-top: 25px;
  font-size: 11px;
}

div#column2 div#advancedFilter select, div#column2 div#advancedFilter input {
  font-size: 11px;
}

div#column3 {
  margin-left: 727px;
  padding-left: 15px;
  padding-top: 5px;
  height: 365px;
  background: url(../img/column3Back.png) no-repeat;
}


/* Privilege Listing */
div#cartWrapper, div#filterWrapper {
  text-align: right;
  font-size: 11px;
  color: #4A4A4A;
  padding-right: 5px;
  font-family: Arial;
}

div#filterWrapper {
  margin-top: 5px;
}



.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}
.place {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #333333;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
}
.discounts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
}
.pop_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
	line-height: 20px;
	padding-left: 5px;
	font-weight: bold;
	background-color: #002f66;
  background-image: url(images/bar1.jpg);
}
.pop_benefits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
	line-height: 20px;
	padding-left: 5px;
	font-weight: bold;
}
.pop_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #00000;
	line-height: 15px;
	padding-left: 5px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	color: #FF0000;
	font-weight: normal;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

a.normal:link, a.normal:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color:#333333;
	text-decoration: none;
}

a.normal:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	
}

input.button1 {
  width:18px;
  height:18px;
  background-image:url(../img/addtocart.jpg);
  border:0px;
  color: #ffffff;
  text-align: center;
}

input.button2 {
  border:1px;
  color: #ffffff;
  font-weight:bold;
  font-family:arial;
  font-size:10px;
  background-color:#002f66;
  text-align: center;
}