/* store page styles */

div#storecont {
	color: #fff;
	background: #000;
	padding: 0 1em;
	border: 0 solid #e0234d;
	border-width: 0 1px;
}

div#storecont h2, div#tourmain h2, div#storecont h3 {
	color: #fff;
	background: #330000;
	margin-top: 0;
	padding-left: 1em;
}

div#storecont table#store {
	color: #fff;
	background: transparent;
	width: 100%;
	padding: 0;
}

div#storecont table#store td {
	padding: 0.5em;
}

div#storecont table#store td.tabmid {
	border-left: 1px solid #330000;
	border-right: 1px solid #330000;
}

div#storecont form#storecart {
	position: absolute;
	top: 370px;
	right: 15%;
}

div#storecont p#storemail {
	position: absolute;
	top: 358px;
	right: 35%;
}

div#storecont p#storemail a:link, div#storecont p#storemail a:visited, div#storecont p#storemail a:active {
	color: #fff;
	background: transparent;
}

div#storecont p#storemail a:hover {
	text-decoration: underline;
}

ul#storenav {
	color: #fff;
	background: #e0234d;
	list-style: none;
	margin: 0 0 1em;
}
	
ul#storenav li {
	display: inline;
	margin: 0;
	font-size: 20px;
}

ul#storenav li a:link, ul#storenav li a:visited, ul#storenav li a:active {
	color: #c0c0c0;
	background: transparent;
}

ul#storenav li a:hover {
	color: #fff;
	background: transparent;
}

span#hlabel {
	margin-left: 25%;
}

div#itemcost {
	float: right;
	width: 22%;
	color: #fff;
	background: #330000;
	padding: 1em;
	font-size: 1.2em;
}

div#itemcost form {
	text-align: center;
}

form#storeitemcart {
	position: absolute;
	top: 100px;
	right: 25%;
}

div#storecont div#itemcontent {
	width: 70%;
}

div#storecont div#itemcontent p {
	margin-bottom: 0;
	font-size: 0.8em;
}

div#storecont div#itemcontent p#dwditem, div#storecont div#itemcontent p#gathitem {
	padding-bottom: 50px;
}

div#storecont div#itemcontent p#thingsitem {
	padding-bottom: 110px;
}

div#storecont div#itemcontent p#seahuntitem {
	padding-bottom: 320px;
}

div#storecont div#itemcontent p#heartitem {
	padding-bottom: 185px;
}

div#storecont div#itemcontent p#around {
	padding-bottom: 150px;
}

div#storecont p img {
	width: 350px;
	height: 350px;
	border: 0;
}

div#storecont p img#tourposter {
	height: 505px;
}