#pageContents {
	padding: 0;
}

#banner {
	background: url(images/home/season_banner.jpg) no-repeat;
	position: relative;
}

#banner, #banner img, #banner .image {
	height: 230px;
}

#banner img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

#banner .image {
	display: block;
}

.arrow {
	display: none;
	position: absolute;
	top: 100px;
	width: 33px;
	height: 33px;
}

#leftArrow {
	background: url(images/home/arrow_left.png);
	left: -16px;
}

#rightArrow {
	background: url(images/home/arrow_right.png);
	right: -16px;
}

.contents {
	padding: 12px;
}

.contents .body {
	margin: 32px 0;
}

.contents .body #cards {
	background: url(images/home/bck_cards.png) no-repeat;
	width: 640px;
	height: 314px;
	position: relative;
}

.contents .body #cards #bck {
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
	height: 304px;
	position: relative;
	top: 3px;
	margin: 0 4px;
}

.contents .body #cards #thumbs {
	display: none;
	position: absolute;
	top: 2px;
	right: 4px;
	width: 390px;
	height: 300px;
}

.contents .body #cards #cardTypes {
	float: left;
}

.contents .body #cards .card_sel a,
.contents .body #cards .card_sel a:visited {
	color: white;
}

.contents .body #cards .card_unsel a,
.contents .body #cards .card_unsel a:visited {
	color: #6E797D;
}

.contents .body #cards .title {
	font-size: 20px;
	padding-left: 16px;
}

.contents .body #cards .card_sel .title {
	text-shadow: 0 -1px #4D565A;
}

.contents .body #cards .card_unsel .title {
	text-shadow: 0 1px #E8EBEC;
}

.contents .body #cards .card_sel,
.contents .body #cards .card_unsel {
	height: 76px;
	line-height: 76px;
}

.contents .body #cards .card_sel {
	background: url(images/home/cardType_sel.png) no-repeat;
	width: 229px;
}

.contents .body #cards .card_unsel {
	background: url(images/home/cardType_unsel.png) no-repeat;
	width: 190px;
}

.contents .body .quickSearch {
	float: right;
    ~margin-right: -8px;
}

.contents .links {
	padding-top: 12px;
}

.contents .links a {
	border-left: 1px solid #B2B2B2;
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 24%;
	
	padding-top: 120px;
	padding-bottom: 8px;
	margin-bottom: 8px;
	color: #B1B1B1;
	font-size: 10px;
	text-align: center;
}

.contents .links a.first {
	border-color: transparent;
}

.contents .links a .title {
	color: #525252;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}

#btnVideo {
	background-image: url(images/home/video_button.png);
}

#btnVideo .title {
	color: #E14949;
}

#btnBlog {
	background-image: url(images/home/blog_button.png);
}

#btnBlog .title {
	color: #66AA1C;
}

#btnGifts {
	background-image: url(images/home/gifts_button.png);
}

#btnGifts .title {
	color: #1C81AA;
}

#btnContest {
	background-image: url(images/home/contest_button.png);
}

#btnContest .title {
	color: #DCA428;
}

.categories {
	clear: both;
	border-top: 4px solid #BAC5CA;
	font-weight: bold;
	margin: 8px -12px 0;
	padding: 8px 16px 0;
}

.categories .title {
	color: #6A767C;
	font-size: 20px;
}

.categories .contents {
	margin: 0 8px;
}

.categories .link {
	float: left;
	width: 220px;
	line-height: 1.5;
	~line-height: normal;
	font-size: 14px;
}

.categories a, .categories a:visited {
	color: #525252;
}

.categories .subcategories {
	background: url(images/home/bck_subcategories.png);
	width: 254px;
	height: 105px;
	margin-top: -72px;
	position: absolute;
	display: inline;
	visibility: hidden;
}

.categories .subcategories .text {
	margin: 8px 0 0 20px;
}

.categories .subcategories a, .categories .subcategories a:visited {
	color: white;
}

.categories .subcategories .link {
	font-size: 12px;
	width: 110px;
}
