.page_body {
	text-align: left;
}

/* Custom Zone */
.custom-pc,
.custom-mac {
	height:42px; 
	width: 934px;
	padding-top: 182px;
	background: url(/static/img/pack_list/custom.jpg) center top no-repeat;
}

.filter_text,
.filter_button,
.filter_dotted {
	float: left;
	padding-top: 12px;
	height: 30px;
	text-align: center;
	font-family: Tahoma;
}

.filter_text {
	color: #6b7c97;
	width: 185px;
	text-align: left;
	font-weight: bold;
	padding-left: 35px;
	font-size: 13px;
	position: relative;
	top: 2px;
}

.filter_active {
	background:url(/static/img/product_list/current-platform.jpg) top center no-repeat;
}

.filter_button a {
	color: #2b6acb;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
}

.filter_button a:hover {
	color: #e17d13;
}

.filter_active a {
	color: #e17d13;	
}

.filter_dotted {
	color: #b6e3fc;
	width: 64px;
	font-size: 18px;
	padding-top: 11px;
}

#super-savers {
	padding-top: 34px;
}

.blue-balloon_name {
	top: 22px;
}

/* Pack list */
#pack-list {
	width: 870px;
	margin: 0px;
	padding: 1px 0px 20px 0px;
}

#pack-list li {
	position:relative;
	margin: 0px 0px 10px 0px;
	padding-top: 50px;
}

#pack-list .bluewhite-balloon_name {
	top: 33px;
}

#pack-list .logo {
	float: left;
	width: 182px;
	padding-top: 33px;
}

#pack-list .content {
	margin: 0px 23px 0px 205px;
	padding: 33px 0px 20px 0px;
}

#pack-list .price {
	width: 123px;
	background: url(/static/img/pack_list/price.gif) left top no-repeat;
	margin: 12px auto 20px;
	padding: 10px 0px 8px 0px;
}

#pack-list .price s {
	font-size: 12px;
}

#pack-list .price b {
	font-size: 16px;
	color: #6ba601;
}

#pack-list p {
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 17px;
}

#pack-list .buy {
	display: block;
	width: 199px;
	height: 41px;
	margin: 0px auto;
	background: url(/static/img/pack_list/buy-now.gif) left top no-repeat;
}

#pack-list .buy:hover {
	background-position: left bottom;
}

#pack-list h3 {
	margin-top: 17px;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	color: #e17d13;
}

#pack-list .products {
	margin-top: 10px;
	margin-bottom: 25px;
	overflow: hidden;
}

#pack-list .products li {
	width: 50%;
	height: 31px;
	float: left;
	text-align: left;
	position: static;
	margin: 0px;
	padding-top: 0px;
}

#pack-list .products a {
	font-size: 12px;
	color: #0045AE;
	text-decoration: none;
	line-height: 28px;
}

#pack-list .products a:hover {
	text-decoration: underline;
}

#pack-list .products img {
	padding-right: 7px;
}

#pack-list .comment {
	font-size: 12px;
	line-height: 14px;
	margin: 15px 0px 8px 0px;
}

