a:active { outline: none; }
a:focus { -moz-outline-style: none; }

body {
	font-family: helvetica, arial, sans-serif;
	margin: 0;
	color: #fff;
}

body[orient=portrait] { min-height: 530px; }
body[orient=landscape] { min-height: 370px; }
/*
body[orient=portrait] { min-height: 481px; }
body[orient=landscape] { min-height: 321px; }*/
.homeContainer { padding-top: 1px;}
a:hover { text-decoration: none; }
img { border: none; }

#masthead {
	height: 50px;
	text-align: center;
	border-bottom: 1px solid #313335;
}
#masthead img {
	vertical-align: center;
}
.bareLayout {
	margin: 10px 20px 40px 20px
}
.bareLayout p.heading { text-align: center; margin-bottom: 10px; }

/*** COMMON ***/
.navButton, .silverButton, .blueButton, .moreButton {
	display: inline-block;
	margin: 0;
	text-decoration: none;	
	white-space: nowrap;
	margin: 0;
	padding: 0;
	text-align: center;
}
.navButton {
	text-decoration: none;	
	font-size: 13px;
	font-weight: bold;
	text-shadow: 0 -1px 0 #424E5D;
	
}
.navButton sup {
	vertical-align: middle;
	display: inline-block;
	margin-top: -10px;
	margin-right: 2px;
	font-size: 12px;
}
.moreButton {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	height: 50px;
	background: #000 url(/images/wl-main-nav-bar-overlay.png) repeat-x;
}
.moreButton .line1 {
	padding-top: 9px;
	color: #fff;
	font-size: .9em;
	display: block;
}
.moreButton .line2 {
	padding-top: 2px;
	color: #999;
	font-size: .8em;
	font-weight: normal;
	display: block;
}
.moreButton img {
	vertical-align: -2px;
}
.moreButton .logo img {
	display: inline-block;
	border: 1px solid black;
}

.subHeading, .listView li.subHeading {
	height: 32px;
	background: #1b1b1b;
	line-height: 9px;
}
.subHeading .heading, .listView li.subHeading .heading {
	background: url(/images/model-page-sep.png) no-repeat;
	padding-right: 26px;
	background-position: center right;
}

.subHeading .heading, .listView li.subHeading .heading 
.subHeading .heading, .listView li.subHeading .heading {
	color: #ffffff;
	font-size: 14px;
	display: inline-block;
	padding-left: 10px;
	padding-top: 11px;
	height: 21px;
	/* this crap is to fix the thick anti-aliasing on the font. */
	text-shadow: #000000 0 0 0px; 
}
.subHeading .sep {
	padding: 0 12px;
}

/*** MAIN NAV BAR ***/
#mainNavBar {
	overflow: hidden;
	height: 49px;
	line-height: 49px;
	text-align: center;
	position: fixed;
	
}
#mainNavBar .pageTitle {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0 -1px 2px #1c2025;
	vertical-align: -2px;
}
#mainNavBar a {
	position: relative;
	z-index: 20;
}

#mainNavBar a.backButton {
	border-width: 0 5px 0 15px;
	padding: 0 10px;
	height: 34px;
	margin-top: 7px;
	line-height: 35px;
}
#mainNavBar a.fwdButton {
	border-width: 0 15px 0 5px;
	padding: 0 10px;
	height: 34px;
	margin-top: 7px;
	line-height: 35px;
}

#mainNavBar a.stdButton, #searchBox a.stdButton {
	margin-top: 8px;
	padding: 0 5px;
}

#mainNavBar .alignLeft { float: left; margin-top: 3px; margin-left: 8px; }
#mainNavBar .alignRight { float: right; margin-top: 3px; margin-right: 8px; }

/*** SUB MENU BAR ***/
#subNavBar {
	height: 43px;
	line-height: 40px;
	text-align: center;
}
#subNavBar a {
	border-width: 0 5px 0 5px;
	width: 70px;
	height: 34px;
	line-height: 34px;
	padding: 0 4px;
	-webkit-border-image: url(/images/std-button-dark-grey.png) 0 5 0 5;
}
#subNavBar a.selected {
	-webkit-border-image: url(/images/std-button-black.png) 0 5 0 5;
}
#subNavBar a.setSpeed {
	width: 75px;
	-webkit-border-image: url(/images/button-blank.gif) 0 5 0 5;
}

/*** FOOTER BAR ***/
#footerBar, #pagination {
    height: 43px;
	line-height: 38px;
	text-align: center;
}
#footerBar a {
	border-width: 0 5px 0 5px;
	width: 88px;
	height: 34px;
	line-height: 34px;
	padding: 0 4px;
	font-size: .7em;
}
#footerBar a.setSpeed {
	width: 75px;
	-webkit-border-image: url(/images/button-blank.gif) 0 5 0 5;
}





/*** SEARCH BOX ***/
#searchBox {
	z-index: 999;
	height: 94px;
	position: absolute;
	top: 51px;
	background: #000 url(/images/glass-gradient-overlay.png) repeat-x top;
	width: 100%;
		text-align: center;
}
#searchBox a.stdButton {
	height: 25px;
	line-height: 25px;
	font-size: .7em;
	padding: 0 2px;
	margin-top: 8px;
	padding: 0 5px;
	border-width: 0 5px 0 5px;
	-webkit-border-image: url(/images/std-button-dark-grey.png) 0 5 0 5;
}

#searchBox .searchInput {
	font-size: 16px;
	margin: 0px 5px;
	width: 70%;
    display: inline;
	margin-top: 45px;
}
#searchBox .searchCancelButton {
	color: #fff;
	position: absolute;
	right: 10px;
}
.noSearchResults {
	margin: 0;
	padding: 0;
	background: #fff;
	height: 80px;
	color: #555;
	font-size: 15px;
	font-weight: bold;
	background: #fff url(/images/list-view-bg.png) repeat-x bottom;
}
.noSearchResults p {
	margin: 0;
	padding: 0;
	text-align: center;
	padding-top: 30px;
}

/*** LIST VIEW ***/
.listView {
	list-style: none;
	padding: 0;
	margin: 0;
}
.listView li {
	position: relative;
	overflow: hidden;
	border-top: 1px solid #fff;
	height: 80px;
	background: #fff url(/images/list-view-bg.png) repeat-x bottom;
}
.listView li.moreContainer {
	height: 50px;
}
.listView .pic, .listView .icon {
	position: relative;
	float: left;
	margin-right: 6px;
	width: 125px;
	height: 80px;
	background: #fff url(/images/loading.gif) no-repeat center;
	border-right: 1px solid #fff;
}
.listView .pic img {
	width: 125px;
	height: 80px;
}
.listView .icon {
	width: 80px;
	height: 80px;
}
.listView .icon img {
	width: 80px;
	height: 80px;
}
.listView .vidOverlay, .listView .iconOverlay {
	position: absolute;
}
.listView .info {
	height: 80px;
	padding-top: 3px;
}
.listView .modelHeading .info {
	padding-left: 12px;
}

.listView .goButton, .listView .favAddButton, .listView .favRemButton, .listView .price {
	position: absolute;
	right: 8px;
	top: 30px;
	width: 32px;
	height: 32px;
	background: url(/images/buttons-lrg.png) no-repeat;
	background-position: -64px;
	overflow: hidden;
	text-indent: -999px;
}
.listView .favAddButton {
	top: 2px;
	background-position: -0px;
}
.listView .favRemButton {
	top: 2px;
	background-position: -32px;
}
.listView .price {
	background: none;
	text-indent: 0px;
	font-size: 0.8em;
	font-weight: bold;
	color: #999;
	top: 15px;
	right: 11px;
	overflow: visible;
	text-align: right;
	width: 60px;
	height: 15px;
}

.listView .views,.listView .numVideos,.listView .numPhotos,.listView .model,.listView .videoTime, .listView .date,
.listView .age, .listView .location,  .listView .added, .listView .data, .listView .review, .listView .list-tags
	{
	font-size: 0.7em;
	color: #7b8084;
}

.listView .heading {
	font-size: 0.8em;
	color: #000;
	font-weight: bold;
}
.listView .heading.trailer { font-weight: bold; }
.listView .modelHeading .heading { font-weight: bold; }
.listView .rating { }
.listView .sep { font-size: 13px; color: #c2c5c7; padding-left: 4px; padding-right: 4px; }
.listView .modelHeading .sep { padding: 0 8px; }
.listView .model { color: #0076d5; }
.listView .data { color: #0076d5; }
.listView a { color: #000; font-size: 14px; text-decoration: none; }

/* .listView info */
.listViewInfo {
	padding: 8px 10px;
	color: #000;
}
.listViewInfo ul { 
	-webkit-border-radius: 10px;
	border: 1px solid #aaa;
	background: white;
	padding: 10px 0 0 0;
	margin: 0px;
	list-style: none;
}
.listViewInfo li:first-child {
	border-top: none;
	padding-top: 0;
	text-align: center;
}
.listViewInfo li {
	border-top: 1px solid #bababa;
	font-size: 12px;
	padding: 12px;
	height: auto;
}
.listViewInfo h1 {
	font-size: 14px;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
}
.listViewInfo a { color: #0076d5; text-decoration: none; }
.listViewInfo p {
	margin: 0;
	margin-bottom: 6px;
	padding: 0;
	font-size: 12px;
}
/* reset the ul inside the liveViewInfo li */
.listViewInfo li ul {
	border: none;
	background: none;
	list-style: disc;
	margin-left: 26px;
	font-size: 12px;
}
.listViewInfo li li {
	border: none;
	padding: 0;
	margin-bottom: 8px;
}
.listView .screenshots {
	text-align: center;
	height: 91px;
	background: #fff;
	padding-top: 4px;
}





/*** GALLERY VIEW ***/
.galleryView {
	overflow: hidden;
}
.galleryView, .galleryView { padding-left: 1px; padding-top: 6px; }
body[orient=landscape] .galleryView, .galleryView { padding-left: 2px; padding-top: 6px; }
body[orient=portrait] .galleryView, .galleryView { padding-left: 1px; padding-top: 4px;}
.galleryView
.galleryView a {
	float: left;
	padding: 0;
	margin: 0 2px;
}
.galleryView a img {
	width: 75px;
	height: 75px;
}



/*** SUPPORT ***/
.listViewInfo li.support, .homeContainer .listViewInfo li {
	overflow: hidden;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.listViewInfo li.support sub, .homeContainer .listViewInfo sub {
	font-family: arial;
	font-size: 15px;
	color: #919191;
	float: right;
	display: block;
	width: 17px;
	height: 17px;
	background: url(/images/buttons.png) no-repeat;
	overflow: hidden;
	text-indent: -999px;
}
.support .controls { text-align: center; }
.support .silverButton { width: 54px; margin: 0 3px; }
.support .selected.silverButton span {
	padding-left: 16px;
	background: url(/images/check.png) no-repeat left center;
}
li.error h1 { color: #bc1d1d; }
li.support h1 { font-size: 16px; }
.support p { font-size: 10px; }

/* IMAGE VIEW */
#imageViewer {
	background: #000;
	overflow: hidden;
	position: relative;
	min-height: 80px;
}
#imageViewer img {
	display: block;
	margin: 0 auto;
}
#imageViewer .prev,  #imageViewer .next {
	display: block;
	position: absolute;
	width: 32px;
	height: 72px;
	line-height: 27px;
	margin-top: -36px;
	top: 220px;
}
body[orient=portrait] #imageViewer .prev,  body[orient=portrait] #imageViewer .next {
	top: 220;
}
body[orient=landscape] #imageViewer .prev,  body[orient=landscape] #imageViewer .next {
	top: 140px;
}
#imageViewer .prev img,  #imageViewer .next img {
	overflow: hidden;
	display: inline-block;
	width: 16px;
	height: 72px;
	background: url(/images/image-viewer-arrow.png) no-repeat;
	vertical-align: middle;
	margin-left: 8px;
}
#imageViewer .save {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: 100px;
	margin-left: -50px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	text-shadow: 1px 1px 2px #000;
}
#imageViewer .next img { background-position: -16px 0px;}
#imageViewer .prev { left: 6px; }
#imageViewer .next { right: 6px; }
#imageViewer .loading {
	position: absolute;
	display: block;
	width: 220px;
	height: 19px;
	margin-top: -18px;
	margin-left: -110px;
	left: 50%;
	top: 50%;
}
.largeRating {
	background: #1b1b1b;
	height: 32px;
	overflow: hidden;
	padding-left: 10px;
}
.largeRating .stars {
	float: left;
	height: 28px;
	padding-top: 4px;
}
.largeRating .stars img {
	display: inline-block;
	margin-right: 6px;
	width: 23px;
	height: 22px;
}
.largeRating .stars a {
	display: inline-block;
	width: 23px;
	height: 22px;
	text-decoration: none;
	color: #fff;
	margin-right: 5px;
}
.largeRating .stars .fullStar { background: url(/images/big-star-full.png) no-repeat; }
.largeRating .stars .emptyStar { background: url(/images/big-star-empty.png) no-repeat; }
.largeRating .txtLabel {
	float: left;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	text-shadow: #000000 0 0 0px; 
	background: url(/images/model-page-sep.png) no-repeat right center;
	padding-right: 30px;
}
.largeRatingPad { height: 25px; }

/*** HOME ***/
.homeContainer .listViewInfo  {
	padding-left: 20px;
	padding-right: 20px;
}
.homeContainer .listViewInfo .btNav {
	padding: 0;
}
.homeContainer .btNav li {
	height: 50px;
	line-height: 50px;
	padding-top: 0;
	padding-bottom: 0;
}
.btnBlack, .btnGreen {
	margin-top: 8px;
	float: right;
	display: inline-block;
	white-space: nowrap;
	text-decoration: none;	
	color: #fff;
	font-size: 13px; 
	font-weight: bold;
	text-shadow: 0 -1px 0 #424E5D;
	height: 34px;
	line-height: 34px;
	text-align: center;
}
.btnBlack {
	border-width: 0 12px 0 12px;
	-webkit-border-image: url(/images/std-button-black.png) 0 12 0 12;
}
.btnGreen {
	border-width: 0 26px 0 12px;
}

.homeContainer .btnBlack { width: 52px; }
.homeContainer .btnGreen { width: 38px; }

.homeContainer .homeMainNav {
	margin: 8px auto;
	width: 280px;
	height: 166px;
	position: relative;
}
.homeContainer .homeMainNav .sep1, .homeContainer .homeMainNav .sep2 {
	position: absolute;
	top: 0;
	height: 165px;
	width: 2px;
	background: url(/images/home-main-nav-sep.png) repeat-y;
}
.homeContainer .homeMainNav .sep1 { z-index: 2; left: 93px; }
.homeContainer .homeMainNav .sep2 { z-index: 3; left: 185px; }
.homeContainer .navFrame {
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0;
	height: 137px;
	width: 252px;
	border-width: 14px 14px 14px 14px;
	-webkit-border-image: url(/images/main-home-nav-frame.png) 14 14 14 14;
}
.homeContainer .navSections {
	margin-left: 2px;
	padding-top: 2px;
	overflow: hidden;
	-webkit-border-radius: 6px;
}
.homeContainer .navSections div {
	position: relative;
	float: left;
	width: 92px;
	overflow: hidden;
}
.navSections div .th {
	border: 1px solid #828283;
	display: block;
}
.homeContainer .navSections a {
	z-index: 4;
	position: absolute;
	border: none;
	text-decoration: none;
}
.homeContainer .navSections img { width: 92px; height: 128px; }
.homeContainer .navSections a img { height: 160px; }
.homeContainer .navSections span {
	padding-top: 1px;
	display: block;	
	height: 31px;
	line-height: 12px;
	text-shadow: 0 -1px 0 #424E5D;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}

/*** INSTALL APP POPUP ***/
#installAppBox {
	width: 293px;
	z-index: 1001;
	position: absolute;
	margin-left: -146px;
	left: 50%;
	top: 50%;
	padding-bottom: 18px;
	background: url(/images/popup-bottom.png) no-repeat bottom center;
}
#installAppBox h1 {
	vertical-align: 10px;
	font-size: 15px;
	text-shadow: 0 -1px 0 #424E5D;
	color: #fff;
	background: url(/images/popup-top.png) no-repeat;
	width: 100%;
	height: 34px;
	line-height: 51px;
	text-align: center;
	margin: 0;
}

#installAppBox .content{
	padding-top: 8px;
	padding-bottom: 4px;
	background: url(/images/popup-middle.png) repeat-y;
	text-align: center;
}
#installAppBoxUnderlay {
	z-index: 1000;
	position: absolute;
	top: 0;
	width: 100%;
}
#installAppBoxUnderlay {
	background: #000;
	opacity: .5;
}
#installAppBox .content p {
	margin: 0 20px 10px 20px;
	font-size: 14px;
	text-align: left;
}

#installAppBox a.stdButton {
	width: 80px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	padding: 0 2px;
	margin-top: 8px;
	padding: 0 5px;
	border-width: 0 5px 0 5px;
	text-shadow: 0 -1px 0 #222;
}

/*** CUSTOM CHECK BOX ***/
.customRadioBox { color: #fff; }
.customRadioBox li {
	height: auto;
	padding: 0;
	margin: 0;
}
.customRadioBox a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	height: 25px;
	line-height: 25px;
}
.customRadioBox a span {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(/images/radio-unchecked.png) no-repeat;
	vertical-align: -7px;
	margin-right: 8px;
}
.customRadioBox a span.checked {
	background: url(/images/radio-checked.png) no-repeat;
}

/*** LINK SHARING CONTENT ***/
#linkShare {text-align: center; padding: 15px;}
#linkShare img {width: 88px; height: 31px; border: solid 2px #333;margin: 2px 2px 0px 2px;}


/*** FOOTER TERMS ***/
#terms {
	font-size: .7em;
	font-weight: normal;
	color: #999;
	text-transform: uppercase;
	text-align: center;
	padding: 5px;
}
#terms a {
	color: #ccc;
	font-weight: bold;
	margin: 0px 20px;
	text-decoration: none;
}

