#content {
    margin: 0;
    padding: 0;
}

.contentwrapper {
	margin: 0;
	padding: 0;
}

#first a {
	display: block;
	width: 100%;
	height: 71px;
	color: #666;
	background-color: #ccc !important;
	background-image: url(../images/listArrow.png), url(../images/1.jpg) !important;
	background-repeat: no-repeat, repeat-x;
	background-position: right center, left top;
}

#first a:hover {
	color: #fff;
	background-color: #194fdb !important;
	background-image: url(../images/listArrowSel.png), url(../images/selection.png) !important;
	background-repeat: no-repeat, repeat-x;
	background-position: right center, left top;
}

#second a {
	display: block;
	width: 100%;
	height: 71px;
	color: #666;
	background-color: #ccc !important;
	background-image: url(../images/listArrow.png), url(../images/2.jpg) !important;
	background-repeat: no-repeat, repeat-x;
	background-position: right center, left top;
}

#second a:hover {
	color: #fff;
	background-color: #194fdb !important;
	background-image: url(../images/listArrowSel.png), url(../images/selection.png) !important;
	background-repeat: no-repeat, repeat-x;
	background-position: right center, left top;
}

#first a:hover .theme, #second a:hover .theme {
	color: #fff;
}

.touchlogo {
	margin: 7px 0 0 10px;
	padding: 0;
	width: 57px;
	height: 57px;
	float: left;
	background-image: url(../images/imagery/touch.jpg);
	-webkit-box-shadow: 0px 1px 3px #666;
	-webkit-border-radius: 8px;
}

.blocksboxlogo {
	margin: 7px 0 0 10px;
	padding: 0;
	width: 57px;
	height: 57px;
	float: left;
	background-image: url(../images/imagery/blocksbox.jpg);
	-webkit-box-shadow: 0px 1px 3px #666;
	-webkit-border-radius: 8px;
}

.creator {
	margin: 0 0 0 82px;
	padding: 15px 0 3px 0;
	font-size: 13px;
	font-weight: bold;
}

.theme {
	margin: 0 0 0 82px;
	font-size: 20px;
	color: #000;
	font-weight: bold;
}

.price {
	margin: -27px 30px 0 0;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	float: right;
}

#header > h1 {
    display: none;
}

#baseButton {
	display: none;
}

#middleb {
	top: 8px;
	width: 200px;
	height: 30px;
	left: 50%;
	margin: 0 0 0 -100px;
	padding: 0;
	position: absolute;
}

#themes {
	margin: 0;
	width: 100px;
	height: 30px;
	background: url(../images/Themes_selected.jpg);
	position: absolute;
}

#news {
	margin: 0 0 0 100px;
	width: 100px;
	height: 30px;
	background: url(../images/News.jpg);
	position: absolute;
}