html {
	background:#f3f4f4;
	height:90%;
}

body {
	margin:0;
	font-family:Helvetica;
	color:#4E595B;
	font-size:14px;
	line-height:17px;
	height:90%;
}

a {
	color:#5E9EA7;
	text-decoration:none;
}

a:hover{
	color:#7BCEDA;
}

h2 {background:white;margin:0;padding-top:20px;padding-bottom:14px;}
h3 {margin:0;}

.event a {color:#4E595B;}
.event a:hover {color:#7BCEDA;}

#flash_notice {
	color:#33565B;
	margin-top:10px;
	border:solid 1px #7BCEDA;
	padding:3px;
	background:#C2DCE0;
}

.date {font-size:14px;}

#events img {width:72px;}

#container {
	background:white;
	padding-bottom:40px;
	padding-top:1px;
	min-height:100%;
	margin-bottom:-100px;
	position:relative;
	}
	
#inner {
	padding-left:12%;
	padding-right:10%;
	background:white;
}

.pagination {
	background:white;
	float:right;
	margin-top:-20px;
	}

#header {width:100%;height:130px;background:transparent url(../images/header_back.png) repeat-x scroll 0 0;
	font-size:12px;font-family:Helvetica;}
#logo img {width:200px;border:0}
#logo {padding-left:10%;}

.icons {float:right;padding-right:10%;}
.icons img {border:0;width:40px;margin-top:20px;}
.icons img:hover {border:1px;width:44px;margin-top:19px;}

#main_image {float:right;width:50%;padding-top:14px;height:418px;text-align:center;display:table-cell;}
#main_image img {height:408px;vertical-align:middle;}

#actions {float:left;width:45%;background:white;}
#actions img {
	border:0;
	height:40px;
	vertical-align:middle;
	}
	
#information {margin-top:30px;}

#footer {
	background:transparent url(../images/footer_back.png) repeat-x scroll 0 0;
	border:white;
	position:relative;
	height:100px;
	clear:both;
}

#footer .inner {
	margin:0;
	background:transparent url(../images/footer_back.png) repeat-x scroll 0 0;
	padding: 5px 0;
}

#footer_content {
	padding-right:10%;
	padding-left:10%;
	color:#7bceda;
	float:right;
}

.hr {
	clear:both;
	margin: 0;
	padding:30px 0 0;
}

.hr hr {display:none;}

#cart {float:left;width:50%;}
#cart_actions {float:right;margin:25px;}
#line_items {margin-left:10px;width:90%;}
#line_items img {width:36px;}
th {background:#C2DCE0;}
.remove {background:none;}
.total_price {height:10px;font-size:16px;}

#payment {width:48%;float:right;}


.clearfooter {
	height:0px;
	clear:both;
}