/* TEMP CLASSES - NOT FOR FINAL SITE */
.faux_ad {
    display: block;
    background: #66f;
}

/* GLOBAL STYLES */
html {
    height: 100%;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    height: 100%;
    margin: 0;
    padding: 0;
}
a {
    color: #684112;
}
a img {
    border: 0;
}
.error {
    background: #CD0A0A;
    color: #fff;
    font-weight: bold;
    margin: 0 0 16px;
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.error h1 {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 24px;
    margin-top: 0;
}
.error ul {
    margin-bottom: 0;
}
hr {
	border: 1px solid #ccc;
	border-bottom: 0;
	margin: 18px 0;
}

#lightbox-secNav-btnClose {
	width:100px;
}

/* GLOBAL: SKYBOX */
#skybox {
    background: #8b8b8b;
	border-bottom: 30px solid #636363;
    padding: 12px 0 65px;
}
#ad_skybox_leaderboard {
    margin: 0 auto;
    height: 90px;
    width: 728px;
}

/* GLOBAL: NAVIGATION */
#mainnav {
	height: 83px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}
#mainnav li {
	display: block;
	float: left;
	font-size: 16px;
	height: 28px;
	line-height: 28px;
	margin: 25px 10px 0 0;
}
#mainnav li a {
	color: #fff;
	display: block;
	padding: 0 15px;
	text-decoration: none;
}
#mainnav li a:hover {
	background: #777;
}
#mainnav li.current a {
	background: #636363;
	color: #ecce72;
	font-weight: bold;
}
#mainnav li.current .subnav {
	display: block;
}
#mainnav .subnav {
	bottom: 0;
	display: none;
	height: 30px;
	left: 327px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
}
#mainnav .subnav li {
	float: left;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	margin: 0 5px 0 0;
	padding: 5px 0;
}
#mainnav .subnav li a {
	color: #fff;
	display: block;
	padding: 0 15px;
	text-decoration: none;
}
#mainnav .subnav li a:hover {
	background: #777;
}

/* GLOBAL: CONTENT */
* html #sidebar {
    margin-right: -3px;
}
* html #content {
    margin-left: 324px;
}

#container {
    min-height: 100%;
    position: relative;
}
#main {
	width: 960px;
    margin: -83px auto 0;
    padding-bottom: 130px;
	position: relative;
    overflow: hidden;
}
#sidebar {
    float: left;
	margin-top: 145px;
    width: 327px;
}
#header_logo {
	left: 0;
    margin-bottom: 12px;
	position: absolute;
	top: 0;
	z-index: 100;
}
#ad_sidebar_bigbox {
    margin: 0 20px 12px 7px;
    text-align: center;
    width: 300px;
}
#ad_sidebar_skyscraper {
    margin: 0 90px 12px 77px;
    text-align: center;
    width: 160px;
}
.sidebar_box {
    background: #d8d8d8 url('/images/navside_back.png') repeat-x left top;
    border: 1px solid #ccc;
    margin: 0 20px 12px 7px;
    overflow: hidden;
    padding: 10px;
    width: 278px;
    zoom: 1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.sidebar_box a {
    color: #7d7d7d;
    font-size: 11px;
    text-decoration: none;
}
.sidebar_box h4 {
    color: #666;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 12px;
    text-transform: uppercase;
}
#sidebar_follow ul {
	display:block;
	margin:0;
	padding:0;
	text-align:right;
	list-style:none;
}
#sidebar_follow ul li {
	display:inline;
	margin:0 3px;
}
#sidebar_follow h4 {
	float:left;
	margin:0;
	line-height:32px;
}
#sidebar_nav ul {
    float: left;
    list-style-type: none;
    margin: 0;
    width: 110px;
}
#sidebar_nav ul.first {
    padding: 0 14px 0 0;
    border-right: 1px solid #bbb;
}
#sidebar_nav ul.last {
    padding: 0 0 0 15px;
}
#sidebar_nav ul li {
    display: block;
    font-weight: bold;
    margin: 0 0 8px;
}
#sidebar_nav ul li ul {
    padding-left: 10px;
}
#sidebar_nav ul li ul li {
    font-weight: normal;
    margin: 0;
}
#sidebar_freeship ul {
	font-size: 11px;
	list-style-type: none;
	padding: 0;
}
#sidebar_freeship li {
	line-height: 16px;
}
#sidebar_freeship a {
	font-weight: bold;
}
#sidebar_freeship h4 {
	font-size: 14px;
}
#freeship_everyorder {
	background: url('/images/sidebar_freeship_all.png') no-repeat left center;
	padding: 10px 0 11px 85px;
}
#freeship_instore {
	background: url('/images/sidebar_freeship_instore.png') no-repeat left 10px;
	border-top: 1px solid #bbb;
	margin-top: 10px;
	padding: 23px 0 15px 70px;
}
#freeship_conditions {
	background: url('/images/sidebar_freeship_conditions.png') no-repeat left 10px;
	border-top: 1px solid #bbb;
	margin-top: 10px;
	padding: 22px 0 13px 80px;
}
#freeship_minimum {
	background: url('/images/sidebar_freeship_minorder.png') no-repeat left 10px;
	border-top: 1px solid #bbb;
	margin-top: 10px;
	padding: 20px 0 11px 70px;
}
#content {
    background: #f1f0f0;
    border-top: 10px solid #f1f0f0;
    margin: 0 0 0 327px;
    width: 633px;
}
h1.page_header,
h1.post_header {
    background: #ecd078 url('/images/headline_back.png') repeat-x left bottom;
    border: 8px solid #fff;
    border-left-width: 0;
    height: 61px;
    margin: 0 16px 16px -8px;
    padding: 9px 5px 11px 8px;
    position: relative;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}
.post_date {
    color: #9a7b39;
    font-family: Georgia, Times New Roman, serif;
    float: left;
    text-align: center;
    width: 90px;
}
.post_date .day {
    display: block;
    font-size: 24px;
}
.post_date .month,
.post_date .year {
    display: block;
    font-size: 12px;
}
.page_title,
.post_title {
    color: #482b08;
    font-weight: bold;
    letter-spacing: -1px;
}
.post_title a {
    text-decoration: none;
}
.page_title {
    font-size: 28px;
    line-height: 30px;
}
.post_title {
    font-size: 19px;
    line-height: 24px;
}
.post_metadata {
    clear: left;
}
.post_published,
.post_expiry,
.post_source {
    background: #ddd;
	clear: right;
    float: left;
    font-size: 11px;
    line-height: 20px;
    margin: 5px 5px 0 0;
    padding: 5px;
    text-transform: uppercase;
    white-space: nowrap;
}
.post_link {
    background: #684112;
    color: #fff;
    clear: left;
    float: left;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    padding: 5px;
    margin: 5px 0 0;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}
.post_link:hover {
    text-decoration: underline;
}
.social_icons {
    bottom: -22px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 12px;
}
.social_icons li {
    float: left;
    margin-right: 5px;
}
.social_icons li a {
	display:block;
	width:40px;
	height:40px;
	background:url('/images/header_social_bg.png');
}
.social_icons li img {
    margin:4px 0 0 4px;
}
.page_body {
    line-height: 18px;
    overflow: hidden;
    padding: 0 16px 16px;
}
.post_body {
    line-height: 18px;
    overflow: hidden;
    padding: 16px;
    zoom: 1;
}
.post_body p {
    margin: 0 0 18px;
}
.page_body input,
.page_body select,
.page_body textarea {
    display: block;
    margin-bottom: 16px;
}
.page_body label {
    display: block;
    font-weight: bold;
}
.deal_img_medium {
    border: 8px solid #dcdcdc;
    display: block;
    margin: 0 auto 16px;
}
.deal_img_medium_narrow {
    border: 8px solid #dcdcdc;
    display: block;
    float: right;
    margin: 0 0 16px 16px;
}
.pagination {
    font-size: 14px;
    font-weight: bold;
    line-height: 38px;
    overflow: hidden;
    padding: 16px 0;
    text-align: center;
    text-transform: uppercase;
}
.prev_link {
    background: url('/images/pagination_back.png') no-repeat left top;
    display: block;
    float: right;
    height: 38px;
    text-decoration: none
}
.prev_link span {
    background: url('/images/arrow_right.png') no-repeat right center;
    color: #fff;
    display: block;
    margin: 0 10px 0 0;
    padding: 0 22px 0 20px;
}
.next_link {
    background: url('/images/pagination_back.png') no-repeat right top;
    display: block;
    float: left;
    height: 38px;
    text-decoration: none
}
.next_link span {
    background: url('/images/arrow_left.png') no-repeat left center;
    color: #fff;
    display: block;
    margin: 0 0 0 10px;
    padding: 0 20px 0 22px;
}
.pages {
    display: block;
    padding: 0 175px;
}

/* DAILY DEALS START */
.dailydeal {
	position: relative;
	background: #FFF;
	margin-top:10px;
	height:100px;
}
.dailydeal .deal_img {
	position: absolute;
	top:0;
	left:0;
	width:100px;
	height:100px;
}
.dailydeal .deal_name {
	position: relative;
	height:86px;
	margin:0 144px 0 100px;
	padding:7px;
	font-size:14px;
	font-weight:bold;
	background:#FFFFFF;
	color:#482b08;
	border:2px solid #f1f0f0;
	border-width:0 2px;
}
.dailydeal .deal_name a {
	text-decoration: none;
}
.dailydeal .store_logo {
	position: absolute;
	bottom: 7px;
	left: 7px;
}
.dailydeal .price_info {
	position: absolute;
	top: 0;
	right: 0;
	width:126px;
	height:86px;
	padding:7px;
	background:#FFFFFF;
	font-size:11px;
	line-height:normal;
}
.dailydeal .price_info .sale_price {
	color:#8951c2;
	font-size:16px;
	font-weight:bold;
}
.dailydeal .price_info .retail_price {
	margin-top:3px;
	color:#8e8e8e;
}
.dailydeal .price_range {
	display:block;
	margin-bottom:-2px;
	font-size:10px;
	font-weight:normal;
}
.dailydeal .stock_status {
	position: absolute;
	bottom: 7px;
	left: 7px;
	display:block;
	height:16px;
	padding-left:20px;
	background:#fff url('/images/dailydeal_stockstatus.png') no-repeat left center;
	font-weight: bold;
	line-height:16px;
}
.dailydeal .stock_unknown {
	background-position:0 0;
	color:#0973ba;
}
.dailydeal .stock_instock {
	background-position:0 -16px;
	color:#62af74;
}
.dailydeal .stock_oos {
	background-position:0 -32px;
	color:#cd5252;
}
/* DAILY DEAL END

/* GLOBAL - FOOTER */
#footer {
    background: #8b8b8b;
    bottom: 0;
    clear: left;
    margin-top: -130px;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
#footer_content {
    margin: 0 auto;
    width: 960px;
}
#footer_menu {
    background: #636363;
    font-size: 11px;
    font-weight: bold;
    height: 32px;
    line-height: 14px;
    list-style-type: none;
    margin: 0 auto;
    overflow: hidden;
    padding-left: 322px;
    width: 638px;
}
#footer_menu li {
    border-right: 1px solid #fff;
    float: left;
    margin: 9px 0 9px 5px;
    padding: 0 5px 0 0;
    white-space: nowrap;
}
#footer_menu li a {
    color: #fff;
    text-decoration: none;
}
#footer_menu li a:hover {
    text-decoration: underline;
}
#footer_menu li:last-child {
    border-right: 0;
}
#footer_menu_back {
    background: #636363;
}
#footer_logo {
    margin-left: 60px;
    position: absolute;
    top: 9px;
}
#site_copyright {
    color: #fff;
    font-size: 11px;
    margin: 16px 0 16px 327px;
}
#site_copyright a {
    color: #fff;
    font-weight: bold;
}
#ypg_notice {
    color: #fff;
    font-size: 11px;
    margin: 16px 0 16px 327px;
}
#ypg_logo {
    float: left;
    padding-right: 10px;
}
#ypg_notice p {
    border-left: 1px solid #fff;
    margin-left: 135px;
    padding-left: 10px;
}