*{
	font-family:Arial, Helvetica, sans;
}
p,ul{
	font-size:12px;
	color:#4f4f4f;
}
h1{
	font-size:14px;
	font-style:bold;
	color:#9d1c32;
}
strong{
	font-weight:bold;
}
#wrapper{
	width:940px;
	margin:0 auto;
	padding-top:25px;
}
#page_content{
	width:701px;
	float:left;
	text-align:left;
}
#top_half{
	border-bottom:1px dotted #CCC;
	width:701px;
	float:left;
	margin-bottom:25px;
	padding-bottom:25px;
}

/* Nav */
.beautyTips #nav a,
.dick-page-holiday-picks #nav a{
	background: none;
	float:none;
	font-size:12px;
	height:auto;
	margin:0;
	outline:none;
}
#nav{
	float:left;
	width:163px;
	margin-right:42px;
	text-align:left;
}
#nav ul ul{
	margin-left:18px;
}
#nav li{
	border-bottom:1px solid #9d1c32;
	padding-bottom:0px;
	margin-bottom:10px;
}
#nav li li{
	border:0;
	margin-bottom:5px;
}
#nav a.selected{
	color:#9d1c32;
}
#nav_features, #nav_tips, #nav_dick_page{
	display:block;
	text-indent:-999em;
	overflow:hidden;
	width:163px;
	height:25px;
	background:url(../images/header_features.png) top left no-repeat;
}
#nav_tips{
	background-image:url(../images/header_tips.png) ;
}
#nav_dick_page{
	background-image:url(../images/header_dick_page.png) ;
}
/* Large Video Player */

#video_player{
	float:left;
	width:453px;
	margin-right:20px;
}

/* Large Video Description */
#video_description{
	float:left;
	width:225px;
}
#video_description ul{
	margin-top:20px;
}
#video_description li{
	margin-bottom:5px;
	list-style-image:url("../images/dash.gif");
}
#video_description ul a{
	color:#666;
}
.date{
	font-style:regular;
	font-size:12px;
	color:#AAA;
}
#like_button{
	margin-top:20px;
}
/* Video Thumbnails */
#bottom_half{
	margin-top:15px;
}
#video_thumbs{
	clear:both;
}
.video_block {
	width:162px;
	height:130px;
	float:left;
	padding-right:10px;
	padding-bottom:20px;
	padding-top:20px;
	line-height:10px;
	position:relative;
}
.video_block a.video_thumb {
	border:1px solid #CCC;
	-webkit-box-shadow: 1px 1px 2px 2px #cccccc;
	-moz-box-shadow: 1px 1px 2px 2px #cccccc;
	box-shadow: 1px 1px 2px 2px #cccccc;
	display: block;
	height: 90px;
	margin: 4px;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
a.video_thumb:hover{
	border:1px solid #9D1C32;
	-webkit-box-shadow: 1px 1px 2px 2px #9D1C32;
	-moz-box-shadow: 1px 1px 2px 2px #9D1C32;
	box-shadow: 1px 1px 2px 2px #9D1C32;
}
.video_block .selected {
	border-color:#9D1C32 !important;
}
.thumbnail_title a{
	font-size:10px;
	text-decoration:none;
	color:#9d1c32;
}
.thumbnail_title .time{
	color:#4f4f4f;
}
.thumbnail_image {
	height: 120px;
	position: absolute;
	top: -15px;
	width: 162px;
	z-index: 1;
}

#video_list .description{
	float:left;
	width:200px;
}
/* Pagination */

.pagination-wrapper{
	overflow:hidden;
	float:right;
}
.pagination {
	font-size: 80%;
}
.pagination a {
	text-decoration: none;
	color: #9D1C32;
}

.pagination a, .pagination span {
	display: block;
	float: left;
	padding: 0.3em 0.5em;
	margin-right: 5px;
	margin-bottom: 5px;
	min-width:1em;
	text-align:center;
}

.pagination .current {
    background: #CCC;
    color: #fff;
}

.pagination .current.prev, .pagination .current.next{
	color:#999;
	background:#fff;
}
.pagination .current.prev, .pagination .prev{
	background:url(../images/leftArrow.png) center left no-repeat;
	padding-left:15px;
}
.pagination .next, .pagination .current.next{
	background:url(../images/rightArrow.png) center right no-repeat;
	padding-right:15px;
}