select {
	font-size: 22px;
	width: 130px;
	margin: 20px 0;
}

.hidden {
	display: none;
}

#options {
	display: relative;
}

#submitButton {
	margin-top: 15px;
}

.cart h1{
	color: #00569f;
	margin-bottom: 20px;
}

#MainGraphic{
	width:310px;
	float: left;
	display: inline;
	text-align: center;

}
#cartForm{
	width:365px;
	float: left;
	margin-right: 75px;
	display: inline;
}

#happyFeetImage {
	float: left;
	padding-right: 15px;
}

.titleFont {
	font-size: 17px;
	font-family: "Helvetica",Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #20679a;
	margin-bottom: 20px;
}

.questionBar {
	background: url(images/arrow-right.gif) no-repeat right;
	height: 22px;
	display: block;
	color: #FFF;
	padding: 5px 0 0 10px;
}

.openQuestionBar {
	background: url(images/arrow-down.gif) no-repeat right;
	height: 22px;
	display: block;
	color: #FFF;
	padding: 5px 0 0 10px;
}

.formContent {
	display: none;
	height: 200px;
	width: 200px;
	float: left;
}


#addHappyFeetContainer {
	float: left;
}

.contents{
padding-left: 20px;
}

#cartSidebar{
float:left;
display: inline;
width:186px;
}

#options .contents {
	margin-top: 20px;
}
