body {
	color: #333333;
	font-family: Arial;
	font-size: 14px;
	height: 100%;
}
h1 {
    font-size: 34px;
	margin: 15px 0px 10px 0px;
}
h2 {
    font-size: 20px;
	margin: 15px 0px 5px 0px;
}
h3 {
    font-size: 15px;
    margin: 10px 0px 2px 0px;
}
p {
	margin: 10px 10px;
	line-height: 20px;
	letter-spacing: 0px;
	font-size: 14px;
}
a {
	color: #885555;
	font-family: Arial;
    font-size: 14px;
}
a:link {
	text-decoration:underline;
}
a:visited {
	text-decoration:underline;
}
a:hover {
	text-decoration:underline;
	color: #CC0000;
}
.mainView {
	width: 960px;
	background-color: #F7F7F7;
	margin-left: auto;
	margin-right: auto;
}
.mainView .header {
	position: relative;
	height: 100px;
	background: url("../img/header.jpg");
}
.mainView .header .title {
	position: relative;
	left: 30px;
	top: 30px;
	color: white;
	text-decoration:none;
}
.mainView .header .tabs {
	position: absolute;
	right: 17px;
	bottom: 0px;
}
.mainView .header .tabs span {
	display: inline-block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #bababa;
	color: #333333;
	font-weight: bold;
	cursor: pointer;
	-moz-border-radius-topleft: 8px; 
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
}
.mainView .header .tabs .hover {
	background-color: #6e6e6e;
	color: white;
}
.mainView .header .tabs .selected {
	background-color: #f7f7f7;
	color: #333333;
}
.mainView .content {
	border-color: #999999;
	border-width: 0px 1px;
	border-style: solid;
	padding: 20px;
}
.emptyItem {
	height: 280px;
	line-height: 280px;
	text-align: center;
	color: #888888;
	font-size: 20px;
}
.item {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	margin: 0px 0px 20px 0px;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: auto;
	padding: 5px;
}
.item .thumbnail {
	float: left;
	clear: left;
	margin: 0px 10px;
}
.item .panel {
	float: right;
	margin: 10px 20px 0px 0px;
}
.download_button {
	display: block;
	width: 155px;
	height: 50px;
	margin: 10px 0px 0px 0px;
	background-image: url("../img/download_normal.png");
	background-repeat: no-repeat;
}
.preview_button {
	display: block;
	width: 155px;
	height: 50px;
	margin: 10px 0px 0px 0px;
	background-image: url("../img/preview_normal.png");
	background-repeat: no-repeat;
}
.buy_button {
	display: block;
	width: 155px;
	height: 50px;
	margin: 10px 0px 0px 0px;
	background-image: url("../img/buy_normal.png");
	background-repeat: no-repeat;
}
.item .tag {
	padding: 5px;
	margin: 0px 5px;
	border: 1px solid #cccccc;
	background-color: white;
	color: #444444;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#pagination {
	text-align: center;
}
#loading {
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
    height:100%;
	z-index: 1000;
	text-align: center;
	background-color: #ccc;
	font-size: 30px;
}
#loading img {
	vertical-align: middle;
}
.mainView .footer {
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #dddddd;
	background-color: #8c8c8c;
	-moz-border-radius-bottomleft: 8px; 
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
table.GrayBorder {
	border: 1px solid #999999;
	border-collapse: collapse;
}
.Shadow {
	-webkit-box-shadow:1px 1px 3px rgba(128, 128, 128, 0.5);
	-moz-box-shadow:1px 1px 3px rgba(128, 128, 128, 0.5);
	border:1px outset #CCCCCC;
	background-color:white;
}