/*       Global Resets         */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin: 0; 
	padding: 0; 
}
fieldset,img,button { 
	border: none; 
}
table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}
:focus, input:focus, button:focus, button:active, button:hover {
	outline: 0;
}
sub, sup {
	font-size: 8px;
	line-height: 0;
}
body, html {
	margin: 0;
	padding: 0;
	height: 100%;
}

/* Scrollbar jog fix */
html {
	overflow-y: scroll;
}


/*******************************
         Global Styles
 *******************************/
 
body {
	background: #000000 url('../media/images/bg-noise.png') repeat-x scroll top center;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;	
}
a:visited {
	color: #F0F0F0;	
}
.clear {
	clear: both;	
}

#wrapper {
	background: url('../media/images/bg-stripes.png') no-repeat scroll top center;
	height: 50px;
}
#leftgradient {
	background: url('../media/images/bg-leftdarkener.png') repeat-y top left;		
}
#rightgradient {
	background: url('../media/images/bg-rightdarkener.png') repeat-y top right;	
}
#page-fade {
	position: fixed;
	z-index: 9998;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 15px;
	background: url(../media/images/page-fade.png) repeat-x;
}
#post-count {
	position: fixed;
	z-index: 9999;
	bottom: 25px;
	right: 10px;
	background: url(../media/images/post-count-bg.png) no-repeat;
	width: 73px;
	height: 20px;
	padding: 8px 0px 0px 37px;
	color: #FFFFFF;
	text-shadow: -1px -1px 1px #0166AA;
}

#content {	
	position: relative;
	padding-top: 20px;
	margin: 0 auto 40px;
	overflow: hidden;
}

#logo {
	width: 508px;
	height: 73px;
	margin: 4px 0px 14px 4px;
	background: url(../media/images/logo.png) no-repeat;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

#logo-menu {
	display: none;	
}
#toolbar {
	float: right;
	width: 495px;
	height: 62px;
	margin-top: 15px;
}

#footer {
	height: 50px;	
}

.meta {
	display: none;	
}
h1.search {
	color: #FFF;
	font-size: 20px;
	font-weight: normal;
	padding-left: 5px;
	padding-top: 12px;
	padding-bottom: 18px;
}
h1.search span {
	color: #ffe506;
	font-weight: bold;
}

/*******************************
     	     Footer
 *******************************/
 
#footer {
	border-top: 1px solid #262626;
	margin: 0 auto;
	font-size: 11px;
	color: #4B4B4B;
	padding-top: 10px;
}
#footer ul {
	float: right;
	list-style-type: none;
}
#footer ul li {
	float: right;
	padding: 0px 5px 0px 7px;
	background: url(../media/images/toolbar-divider.png) no-repeat;	
}
#footer ul li.last {
	background: none;	
}
#footer a {
	color: #4B4B4B;
}
#footer a:hover {
	color: #FFFFFF;	
}

/* Footer Resizes */
#footer.col1 {
	width: 250px;
}
#footer.col2 {
	width: 500px;	
}
#footer.col3 {
	width: 750px;
}
#footer.col4 {
	width: 1000px;
}
#footer.col5 {
	width: 1250px;
}
#footer.col6 {
	width: 1500px;
}
#footer.col7 {
	width: 1750px;
}
#footer.col8 {
	width: 2000px;
}
#footer.col9 {
	width: 2250px;
}
#footer.col10 {
	width: 2500px;
}

/*******************************
       CSS Media Query Magic
 *******************************/

@media all and (min-width: 250px) {
	#content, #footer {
		width: 250px;	
	}
}
@media all and (min-width: 500px) {
	#content, #footer {
		width: 500px;	
	}
}
@media all and (min-width: 750px) {
	#content, #footer {
		width: 750px;	
	}
}
@media all and (min-width: 1000px) {
	#content, #footer {
		width: 1000px;	
	}
}
@media all and (min-width: 1270px) {
	#content, #footer {
		width: 1250px;	
	}
}
@media all and (min-width: 1520px) {
	#content, #footer {
		width: 1500px;	
	}
}
@media all and (min-width: 1770px) {
	#content, #footer {
		width: 1750px;	
	}
}
@media all and (min-width: 2020px) {
	#content, #footer {
		width: 2000px;	
	}
}
@media all and (min-width: 2270px) {
	#content, #footer {
		width: 2250px;	
	}
}
@media all and (min-width: 2520px) {
	#content, #footer {
		width: 2500px;	
	}
}

/*******************************
     	   Navigation
 *******************************/
 
#navigation {
	margin: 15px 5px 47px;
	position: relative;
	z-index: 100;
}

#content.col2 #navigation {
	margin: 65px 5px 105px;	
}
#content.col2 #chester-badge-hold {
	top: 12px;	
}

#navigation ul {
	width: 100%; 
}

/* Hardcode Sizes Wherever Possible */
#content #navigation li {
	width:  12.5%;	
}


#navigation li {
	background: url(../media/images/navigation-sprite.png) repeat-x 0px 0px;
	float: left;
	height: 22px;
	position: relative;
	list-style-type: none;
	text-align: center;
	cursor: pointer;
  	-moz-user-select: none;
  	-khtml-user-select: none;
}
#content.col2 #navigation li .hide {
	display: none;
}
#navigation li > div {
	display: inline;
	text-align: center;
	line-height: 20px;
  	-moz-user-select: none;
  	-khtml-user-select: none;
}
#navigation li > div a {
	color: #969696;
	font-weight: bold;
	font-size: 11px; 
}
#navigation li.hover > div a {
	color: #FFFFFF; 
}
#navigation li.active > div a {
	color: #CCCCCC;	
}
#navigation li.down > div a {
	color: #FFFFFF;	
}
#navigation select {
	display: none;	
}
#navigation .arrow {
	display: inline-block;
	background: url(../media/images/navigation-sprite.png) no-repeat -3px -621px;
	width: 10px;
	height: 10px;
}
#navigation .hover .arrow {
	background-position: -23px -621px;
}
#navigation .hover.active .arrow {
	background-position: -3px -621px;	
}

/* Navigation Menu */

#navigation .menu {
	display: none;
	position: absolute;
	top: 20px;
	right: 4px;
	width: 100%;
	height: 21px;
	z-index: 999;
}

#content.col5 #navigation .menu {
	width: 152px;	
}
#content.col6 #navigation .menu {
	width: 183px;
}
#content.col7 #navigation .menu {
	width: 215px;
}
#content.col8 #navigation .menu {
	width: 246px;
}

#content.col4 #navigation .menu, #content.col3 #navigation .menu, #content.col2 #navigation .menu, #content.col1 #navigation .menu {
	width: 121px;
}
#navigation .menu ul {
	background: url(../media/images/navigation-sprite.png) repeat-x 0px -396px;
	padding: 10px 0px 15px;
	border: 1px solid #E76C00;
}
#content #navigation .menu ul li {
	float: none;
	width: auto;
	height: 17px;
	background: none;
}
#content #navigation .menu ul li a {
	color: #FFFFFF;	
}
#content #navigation .menu ul li a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/* Standard Nav Divider */
#navigation .divider {
	background-image: url(../media/images/navigation-sprite.png);
	width: 1px;
	height: 22px;
}
#navigation .front.divider {
	float: left;
	background-position: left -66px;
}
#navigation .back.divider {
	float: right;	
	background-position: right -88px;
}

/* Standard Nav Hover */

#navigation li.hover {
	background-position: 0px -198px;	
}
#navigation li.hover .hover {
	display: block;
}
#navigation li.hover .divider {
	visibility: hidden;
}
#navigation li .hover, #navigation li.active.hover .hover {
	display: none;
}

#navigation li .hover .left, #navigation li .hover .right {
	background-image: url(../media/images/navigation-sprite.png);
	position: absolute;
	top: 0px;
	width: 2px;
	height: 22px;
	z-index: 100;
}
#navigation li .hover .left {
	left: -1px;
	background-position: left -242px;
}
#navigation li .hover .right {
	right: -1px;
	background-position: right -264px;
}

/* Standard Nav Down */
#navigation li.down {
	background-position: 0px -374px;	
}
#navigation li.down, #navigation li.down a {
	cursor: default;	
}
#navigation li.down .hover {
	display: block;
}
#navigation li.down .hover .left {
	background-position: left -330px;
}
#navigation li.down .hover .right {
	background-position: right -352px;
}

/* Standard Nav Active */

#navigation li.active {
	background-position: 0px -220px;	
}
#navigation li.active .divider {
	visibility: hidden;
}

/* Special First & Last Case */
#navigation li.first {
	background-position: left -44px;
}
#navigation li.first.hover {
	background-position: left -154px;	
}
#navigation li.first.active {
	background-position: left -110px;	
}
#navigation li.first.down {
	background-position: left -176px;	
}

#navigation li.last {
	cursor: default;
	background-position: right -22px;
}
#navigation li.last.hover {
	background-position: right -286px;	
}
#navigation li.last.active {
	background-position: right -132px;	
}
#navigation li.last.active .divider {
	visibility: visible;	
}
#navigation li.last .left, #navigation li.last .right {
	display: none;	
}
#navigation li.last.hover .left {
	display: block;	
}
/*
#navigation li.last.down {
	background-position: right -308px;	
}
*/
/*******************************
     	  Dimmer Styles
 *******************************/
 
#dimmer {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	position: fixed;
	visibility: hidden;
	background-color: #000000;
	opacity: 0.0;
}
#dimmer-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 999;
	visibility: hidden;
}

/*******************************
     	Column Resizes
 *******************************/
 
#content.col1 {
	width: 250px;	
	height: auto;
}
#content.col1 #logo {
	background-position: -300px -175px;
	width: 152px;
}
#content.col1 #toolbar {
	width: 255px;
	float: left;
}
#content.col1 #toolbar .links {
	display: none;	
}
#content.col1 #toolbar .module {
	background: none;
	border-bottom: 1px solid #333333;
	float: right;
	margin: 6px 5px 0px 0px;
	padding-bottom: 7px;
	width: 240px;	
}
#content.col1 #toolbar #search {
	margin-left: 0px;	
}
#content.col1 #toolbar .dropdown {
	margin-left: 24px;	
}
#content.col1 #navigation {
	margin: 40px 5px 20px;	
}
#content.col1 #navigation ul {
	display: none;	
}
#content.col1 #navigation select {
	display: block;	
	width: 245px;
}
#content.col1 .feature {
	display: none;	
}
#content.col1 .cheetos {
	margin-right: 5px;
	margin-top: -12px;
	width: 69px;
	height: 49px;
	background: url(../media/images/bar-sprite.png) no-repeat;
}
#content.col1 .cheetos {
	background-position: -457px 0px;	
}
#content.col1 .cheetos.hover {
	background-position: -457px -49px;	
}
#content.col1 .cheetos.down {
	background-position: -457px -98px;	
}

#content.col2 {
	width: 500px;
	height: 2330px;
}
#content.col2 #logo {
	background-position: 0px -155px;
	width: 235px;
}
#content.col2 #logo-menu {
	display: block;	
}
#content.col2 #toolbar {
	width: 255px;	
}
#content.col2 #toolbar .links {
	display: none;
}
#content.col2 #toolbar .module {
	margin: 20px 0px;	
	background: none;
}
#content.col2 #toolbar .module {
	position: relative;
	z-index: 999;
}

#content.col3 {
	width: 750px;	
}
#content.col3 #logo {
	background-position: 0px -146px;
	width: 235px;
}

#content.col4 {
	width: 1000px;	
}
#content.col4 #logo {
	background-position: 0px -73px;
	width: 458px;
}


#content.col5 {
	width: 1250px;	
}
#content.col6 {
	width: 1500px;	
}
#content.col7 {
	width: 1750px;	
}
#content.col8 {
	width: 2000px;	
}
#content.col9 {
	width: 2250px;	
}
#content.col10 {
	width: 2500px;	
}
#content.col11 {
	width: 2750px;	
}
#content.col12 {
	width: 3000px;	
}
/*******************************
     	Overlay Content
 *******************************/
 
.overlay {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -290px 0px 0px -394px;
	z-index: 1001;
}
.overlay .close {
	position: absolute;
	top: 18px;
	right: 14px;
	height: 30px;
	width: 30px;
	background: url(../media/images/fancy/fancy_closebox.png) top left no-repeat;
	cursor: pointer;
	z-index: 1002;	
}
/* Old chester close button 
.overlay .close {
	cursor: pointer;
	position: absolute;
	width: 21px;
	height: 22px;
	top: 49px;
	right: 50px;
	background: url(../media/images/bar-sprite.png) no-repeat;
}
.overlay .close {
	background-position: -288px 0px;	
}
.overlay .close.hover {
	background-position: -288px -23px;	
}
.overlay .close.down {
	background-position: -288px -46px;	
}
*/

.overlay .box {
	position: relative;
	width: 744px;
	height: 324px;
	padding: 55px 0px 0px 56px;
	margin-top: 70px;
}
.overlay .chester {
	position: absolute;
	top: -17px;
	right: 17px;
	width: 451px;
	height: 387px;
	background:url(../media/images/submit-chester.png) no-repeat;
}
.overlay .box h3 {
	font-size: 30px;
	font-weight: bold;
	color: #FFEF0A;
	margin: 10px 0px 8px;
	text-shadow: 1px 1px 3px #000;
}
.overlay .box p {
	width: 325px;
	font-size: 12px;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000;
}

/*******************************
     	ChromeFrame Overlay
 *******************************/
 
#chrome {	 
	background: url(../media/images/submit-bg.gif) no-repeat;	
	width: 789px;
	height: 555px;
	position: absolute;
}
#chrome .chester {
	background:url(../media/images/submit-chester.gif) no-repeat;
}
.overlay .download a {
	display: block;
	width: 145px;
	height: 41px;
	margin-top: 25px;
	background:url(../media/images/submit-input-bg.gif) no-repeat 0px -71px;
	text-indent: -9999px;
}
.overlay .download a:hover {
	background-position: -145px -71px;
}
.overlay .download.down a {
	background-position: -290px -71px;
}

/*******************************
     	  Share Content
 *******************************/
 
#share.overlay {
	background: url(../media/images/share-sprite.png) no-repeat;
	width: 657px;
	height: 180px;
	top: 50%;
	left: 50%;
	margin: -110px 0px 0px -356px;
	padding: 40px 0px 0px 45px;
	z-index: 2000;
}
#share .info {
	position: static;	
}
#share h3 {
	float: left;
	color: #06B8E5;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9px;
	font-weight: bold;
	height: 14px;
	line-height: 14px;
	margin-left: 5px;
	text-transform: uppercase;
}
#share p {
	float: left;
	margin-left: 5px;
	color: #C0C0C0;
}
#share .text {
	margin: 25px 0px 0px 5px;
	height: 70px;
	width: 609px;
	background: url(../media/images/share-sprite.png) repeat 0px -220px;
}
#share .close {
	position: absolute;
	top: 12px;
	right: 15px;
	height: 30px;
	width: 30px;
	background: url(../media/images/fancy/fancy_closebox.png) top left no-repeat;
	cursor: pointer;
	z-index: 1002;
}
#share .text textarea {
	display: block;
	width: 95%;
	background: none;
	color: #999999;
	margin: 7px auto 0px;
	padding-top: 10px;
	border: none;
	height: 50px;	
}

#copy {
	width: 277px;
	height: 41px;
	float: right;
	margin-right: 44px;
}
 
 
/*******************************
     	About Content
 *******************************/
 
#about {
	background: url(../media/images/submit-bg.png) no-repeat;	
	width: 789px;
	height: 555px;
}
#about .box {
	padding-top: 45px;
}
#about h3 {
	font-size: 18px;
	margin: 10px 0px 14px;
}
#about p {
	line-height: 18px;
	margin: 3px 0 10px; 
	width: 390px;
}
#about em {
	color: #A0A0A0;
}
#about a {
	color: #A0A0A0;
}
#about a:hover {
	color: #FFFFFF;
}
#about ul {
	color: #FFFFFF;	
	margin-bottom: 25px;
}
#about ul li {
	list-style-type: none;	
}
#about .chester {
	background: url(../media/images/about-chester.png) no-repeat;
	width: 364px;
	height: 542px;
	top: -47px;
	right: 40px;
}
/*******************************
     	Submit Content
 *******************************/

#submit {
	background: url(../media/images/submit-bg.png) no-repeat;	
	width: 789px;
	height: 555px;
}
#submit .success, #submit .error {
	display: none;	
}
#submit .box form {
	width: 310px;
	margin: 5px 0px;	
}
#submit-category {
	width: 198px;	
}
#submit .box form label {
	display: block;
	color: #8C8C8C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	margin: 15px 0px 4px;
}
#submit .box form input {
	width: 294px;
	height: 26px;
	padding: 4px 0px 0px 8px;
	font-size: 16px;
	color: #555;
	border: 3px solid #1E1E1E;
	background: url(../media/images/submit-input-bg.png) no-repeat;
}
#submit .submit {
	-moz-user-select: none;
  	-khtml-user-select: none;
	cursor: pointer;
	width: 145px;
	height: 41px;
	margin-top: 25px;
	background:url(../media/images/submit-input-bg.png) no-repeat 0px -30px;
	text-indent: -9999px;
}
#submit .submit.hover {
	background-position: -145px -30px;
}
#submit .submit.down {
	background-position: -290px -30px;
}
#submit ul.dropdown-choices {
	height: 170px;	
}
#submit .success a, #submit .error a {
	color: #A8A8A8;
}
#submit .success a:hover, #submit .error a {
	text-decoration: underline;
}

/*******************************
      Block / Card Styles
 *******************************/
  
#content .block {
	float: left;
	width: 	250px;
}
#content .card {
	position: relative;
	float: left;
	margin: 5px;
}
#content .card .title {
	display: none;	
}
#content .card .uid {
	display: none;	
}
#content .card .front {
	cursor: pointer;	
}
#content .twitter.card .front, #content .quote.card .front {
	cursor: default;
}
#content .card .content {
	background-color: #303030;
}
#content .card .content.hover {
	background-color: #3A3A3A;
}
#content .card .content.hover a, #content .card.news .content.hover h2  {
	color: #FFFFFF;	
}
#content .card .content img {
	display: block;
}
#content .card .content.flip {
	background-color: #FE7E01;	
}
#content .card .info {
	height: 45px;
	top: 185px;
	left: 12px;
	position: absolute;
	z-index: 100;
	text-align: left;
	width: 216px;
}
#content .card .info a {
	font-size: 18px;
	line-height: 1;
	color: #DADADA;
	text-decoration: none;
}
/*******************************
        Category Icons 
*******************************/

#content .card .info h3 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-bottom: 2px;
	font-weight: bold;
	color: #06B8E5;
	height: 14px;
	line-height: 12px;
}

#content .video.card .info h3 {
	background: url(../media/images/category-icon-sprite.png) no-repeat 0px -1px;
	padding-left: 22px;
}
#content .game.card .info h3 {
	background: url(../media/images/category-icon-sprite.png) no-repeat 0px -15px;
	padding-left: 22px;
}
#content .photo .unit .logo {
	display: none;
}
#content .recipe.card .info h3 {
	background: url(../media/images/category-icon-sprite.png) no-repeat 0px -42px;
	padding-left: 22px;
}
#content .quote.card .info h3 {
	background: url(../media/images/category-icon-sprite.png) no-repeat 0px -56px;
	padding-left: 22px;
}
#content .news.card h3 {
	background: url(../media/images/category-icon-sprite.png) no-repeat 0px -70px;
	padding-left: 22px;
	height: 15px;
	line-height: 12px;
}
#content .fun.card .info h3 {
	background: url(../media/images/category-icon-sprite.png) no-repeat 0px -85px;
	padding-left: 22px;
}

/*******************************
        Image Icons 
*******************************/

#content .video .unit .play {
	position: absolute;
	width: 45px;
	height: 49px;
	bottom: 6px;
	left: 10px;
	background: url(../media/images/card-overlay-sprite.png) no-repeat 0px 0px;
	z-index: 510;
}
#content .photo .unit .logo {
	position: absolute;	
	background: url(../media/images/card-overlay-sprite.png) no-repeat 0px -49px;
	width: 19px;
	height: 15px;
	bottom: 5px;
	left: 5px;
	z-index: 510;
}
#chester-badge-static {
	display: none;
	background: transparent url(../media/images/chesters-picks-badge.png) no-repeat;
	width: 122px;
	height: 196px;
	top: -5px;
	left: 342px;
	position: absolute;
	z-index: 10;
}
#chester-badge-hold {
	width: 200px;
	height: 425px;
	position: absolute;
	top: -46px;
	left: 340px;
	z-index: 511;
}
#chester-badge-hold.init {
	z-index: 10;	
}

/*******************************
        Placeholder Style 
*******************************/

#content .card.placeholder {
	width: 240px;
	height: 258px;
	background: url(../media/images/card-placeholder.png) no-repeat 0px 0px;
}
#content .tall.card.placeholder {
	background-position: 0px -258px;
}

/*******************************
        Facebook Style 
*******************************/

#content .card.facebook .unit {
	width: 214px;
	height: 213px;
	cursor: default;
}
#content .card.facebook .unit ul {
	position: absolute;
	list-style-type: none;
	top: 148px;
	left: 22px;
}
#content .card.facebook .unit li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
}
#content .card.facebook .unit li a {
	color: #3B5998;	
	display: block;
	padding-left: 5px;
	width: 170px;
}
#content .card.facebook .unit li a:hover {
	background-color: #3B5998;
	color: #FFFFFF;
}
#content .card.facebook .info {
	display: none;	
}

#content .facebook.card .content .back h3 {
	font-size: 17px;
	color: #FFFFFF;
	margin: 0px;
	padding: 45px 20px 8px;
}

#content .facebook.card .content .back {
	background:url(../media/images/card-share-sprite.png) no-repeat -480px -246px;	
}
#content .facebook.card .content .back p {
	font-size: 15px;
	line-height: 1.2;
	padding: 0px 20px;
	color: #702200;
}
#content .facebook.card .content .back p a {
	font-weight: bold;
	color: #FFFFFF;
}
#content .facebook.card .content .back p a:hover {
	text-decoration: underline;
}
/* Special Facebook Info Image */
#content .card.facebook .front .swap {
	background-position: 0px -84px;
}
#content .card.facebook .content.hover .swap {
	background-position: 0px -112px;
}
#content .card.facebook .content.hover .swap.hover {
	background-position: 0px -140px;
}

/*******************************
        Twitter Style 
*******************************/

#content .twitter.card .front .unit {
	overflow: hidden;
}
#content .twitter .tweet {
	width: 214px;
	height: 203px;
}
#content .card.twitter .front .swap {
	background-position:0 -84px;
}
#content .twitter .tweet h3 {
	font-size: 19px;
	color: #00CCFF;
	text-transform: uppercase;
	margin: 22px 0px 10px 15px;
}
#content .twitter .tweet p {
	margin: 5px 0px;
	color: #B5B5B5;
	font-size: 13px;
	margin: 0px 15px 35px;
}
#content .twitter .tweet p.author {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	padding: 0px;
	margin: 0px 15px;
	padding-left: 17px;
	position: absolute;
	top: 155px;
	background: url(../media/images/card-twitter-sprite.png) no-repeat;
}
#content .twitter .tweet p.author a {
	color: #FFFFFF;
}
#content .twitter .tweet p.author a:hover {
	text-decoration: underline;	
}
#content .twitter .navigator {
	list-style-type: none;
	position: absolute;
	top: 208px;
	left: 12px;
	width: 214px;
	height: 20px;
	text-align: center;
	z-index: 501;
}


/* Special Twitter Info Image */
#content .card.twitter .front .swap {
	background-position: 0px -84px;
}
#content .card.twitter .content.hover .swap {
	background-position: 0px -112px;
}
#content .card.twitter .content.hover .swap.hover {
	background-position: 0px -140px;
}

#content .navigator li {
	display: inline-block;	
}
#content .navigator li a {
	width: 17px;
	height: 16px;
	display: inline-block;
	text-indent: -9999px;
	background: url(../media/images/card-twitter-sprite.png) no-repeat 0px -36px;
}
#content .navigator li a:hover {
	background-position: -17px -36px;	
}
#content .navigator li a.activeSlide, #content .navigator li a.activeSlide:hover  {
	background-position: -34px -36px;	
}

/*******************************
          Toolbar Styles 
*******************************/

#logo-menu {
	position: relative;
	width: 280px;
	margin: 20px 0px 0px;
	padding: 0px 10px;
}
#logo-menu ul {
	list-style-type: none;	
	position: relative;
	z-index: 999;
}
#logo-menu li {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	float: left;	
	height: 11px;
	margin-right: 15px;
	padding-right: 15px;
	line-height: 10px;
	background: url(../media/images/toolbar-divider.png) no-repeat top right;
}
#logo-menu li.last {
	background: none;	
}
#logo-menu li a {
	color: #999999;
	text-shadow: -1px -1px 0px #000000;	
}
#logo-menu li a:hover {
	color: #FFFFFF;         	
}
#logo-menu .divider {
	width: 489px;
	height: 48px;
	position: absolute;
	top: -18px;
	left: 5px;
	background:url(../media/images/navigation-divider.png) repeat-x;
}

#toolbar .links {
	list-style-type: none;	
	margin-right: 3px;
	height: 17px;
	padding-top: 4px;
	padding-right: 8px;
}
#toolbar .cheetos {
	cursor: pointer;
	float: right;
	height: 60px;
	margin: -7px 0 0 0px;
	text-indent: -9999px;
	padding: 0px;
	width: 106px;
	background: url(../media/images/bar-sprite.png) no-repeat -309px 0px;
}
#content.col1 #toolbar .cheetos {
	display: block;	
}
#toolbar .flamin {
	cursor: pointer;
	display: block;
	float: right;
	height: 60px;
	margin: -7px 7px 0px 7px;
	text-indent: -9999px;
	padding: 0px;
	width: 92px;	
}
#toolbar .flamin a {
	background: url(../media/images/recall-sprite.png) no-repeat 0px 0px;
	display: block;
	float: left;
	overflow: hidden;
	padding-top: 60px;
	width: 92px;
	height: 0px;
}
#toolbar .flamin a:hover {
	background-position: 0px -60px;	
}
#content.col1 #toolbar .flamin {
	display: none;	
}
#toolbar .cheetos a {
	display: block;
	width: 100%;
	height: 100%;
}
#toolbar .cheetos.hover {
	background-position: -309px -63px;	
}
#toolbar .cheetos.down {
	background-position: -309px -126px;	
}
#toolbar .divider {
	background: transparent url(../media/images/divider-bg.png) repeat-y;
	float: right;
	height: 50px;
	margin: 0 5px;
	width: 2px;
}
#content.col2 #toolbar .divider, #content.col1 #toolbar .divider {
	display: none;	
}
#toolbar .links li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	float: right;	
	height: 11px;
	margin-right: 15px;
	padding-right: 15px;
	line-height: 10px;
	background: url(../media/images/toolbar-divider.png) no-repeat top right;
}
#toolbar .links li a {
	color: #999999;
	text-shadow: -1px -1px 0px #000000;
}
#toolbar .links li a:hover {
	color: #FFFFFF;
	text-shadow: 2px 2px 1px #000000;
}
#toolbar .links li.submit {
	background: none;	
	margin-right: 0px;
}

.module {
	float: right;
	height: 29px;
	margin: 0px 5px;
}
#toolbar label {
	display: block;
	float: left;
	padding: 8px 3px 0px 0px;
	color: #777777;
	text-shadow: -1px -1px 1px #000000;
}
.module .dropdown {
	float: left;
}

/*******************************
          Search Styles 
*******************************/

.module.search {
	float: right;
	position: relative;
	margin-right: 9px;
}
.module.search .go {	
	position: absolute;
	width: 46px;
	height: 22px;
	background: url(../media/images/form-search-bg.png) no-repeat -244px 0px;
	top: 4px;
	right: 6px;
	text-indent: -9999px;
	cursor: pointer;
}
.module.search .go.hover {
	background-position: -244px -22px;
}
.module.search .go.down {
	background-position: -244px -44px;		
}
#search {
	font-size: 13px;
	margin-left: 10px;
	font-family: Helvetica, Arial, sans-serif;
	background: url(../media/images/form-search-bg.png) no-repeat;
	width: 146px;
	height: 24px;
	text-shadow: 1px 1px 0 #E0E0E0;
	padding: 4px 60px 0px 38px;
	border: none;
	color: #323232;
}
#search.hover {
	background-position: 0px -31px;
}
#search.active {
	background-position: 0px -62px;	
}



/*******************************
        Dropdown Styles 
*******************************/

.clickaway {
	position: absolute;
	background-color: #000000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 400;
}

/* Dropdown */
.dropdown {
	font-family: Helvetica, Arial, Sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	position: relative;
	height: 33px;
	cursor: pointer;
	z-index: 500;
	
}
.dropdown-text {
	background: url(../media/images/form-dropdown-bg.png) no-repeat;
	float: left;
	text-shadow: -1px -1px 1px #CA4203;
	width: 169px;
	height: 25px;
	line-height: 23px;
	padding:4px 16px 4px 13px;
	position: relative;
	z-index: 501;
  	-moz-user-select: none;
  	-khtml-user-select: none;
}

.dropdown.hover .dropdown-text {
	background-position: 0px -33px;
}
.dropdown.down .dropdown-text, .dropdown.active.down .dropdown-text {
	background-position: 0px -66px;
}
.dropdown.active .dropdown-text {
	background-position: 0px -99px;
}

ul.dropdown-choices {
	display: none;
	position: absolute;
	top: 33px;
	left: 0px;
	background: url(../media/images/form-dropdown-choice-bg.png) no-repeat;
	width: 198px;
	height: 239px;
	z-index: 501;
	list-style-type: none;
	padding: 10px 0px 0px;
}
.dropdown-choices li {
	display: block;
	background: url(../media/images/form-dropdown-choice-bg.png) repeat-x -198px -30px;
	margin-top: 0px;
	height: 28px;
	padding-left: 11px;
	margin-left: 3px;
	cursor: pointer;
	list-style-type: none;
}
.dropdown-choices li.hover {
	background: url(../media/images/form-dropdown-choice-bg.png) repeat-x -198px 0px;	
}
.dropdown-choices li a {
	display: block;
	width: 100%;
	height: 24px;
	color: #F3DCCD;
	padding: 5px 0px 0px 0px;
	text-decoration: none;
	text-shadow: 0px -1px 0px #b13b05;
}
.dropdown-choices li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	text-shadow: 2px 2px 2px #873102;
}	
ul.dropdown-choices li.selected {
}
ul.dropdown-choices li.selected a {
	color: #662706;
	text-shadow: 1px 1px 0px #E54F01;
	font-weight: bold;
}
ul.dropdown-choices li.selected.hover {
	background: none;	
}
ul.dropdown-choices li.hover.selected a, 
ul.dropdown-choices li.selected a:hover{
	color: #662706;
}

/*******************************
           Card Sizes
 *******************************/


#content .card, #content .card .content {
	width: 	240px;
	height: 258px;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#content .wide.card, #content .wide.card .content {
	width: 240px;
	height: 124px;
}
#content .tall.card, #content .tall.card .content {
	width: 	240px;
	height: 392px;	
}
#content .skyscraper.card, #content .skyscraper.card .content {
	width: 	240px;
	height: 528px;	
}
#content .small.card, #content .small.card .content {
	width: 114px;
	height: 124px;
}

#content .dust {
	position: absolute;
	top: -9999px;
	left: -9999px;
	width: 139px;
	height: 78px;
	background: url(../media/images/card-smudge.png) no-repeat;
	z-index: 250;
}

/*******************************
        Chester's Pick
 *******************************/

#content .feature {
	width: 500px;
	float: left;
}

#content .feature .card, #content .feature .card .content {
	width: 490px;
	height: 526px;
}
#content .feature .card .info {
	top: 424px;
	width: 325px;
}
#content .feature .card .info a {
	width: 460px;
	font-size: 28px;	
	display: block;
}
#content .feature .card .info div {
	display: none;	
}
#content .feature .card .info p {
	margin: 0px;
	padding: 0px;
}
#content .feature .card .unit {
	width: 464px;
	height: 396px;
}
#content .feature .card .unit img {
	width: 464px;
	height: 396px;
}
#content .feature .navigator {
	list-style-type: none;
	position: absolute;
	top: 402px;
	left: 12px;
	width: 464px;
	height: 20px;
	text-align: center;
	z-index: 501;
}
#content .feature .content.flip .back {
	background: url(../media/images/card-share-sprite.png) no-repeat -244px -644px;
}
#content .feature .content.flip .back .share {
	background: none;	
	padding-left: 20px;
}
#content .feature .content.flip .back h3 {
	padding: 57px 0px 8px 36px;
	font-size: 32px;
	color: #A94305;
	font-weight: normal;
}
#content .feature .content.flip .back p {
	font-size: 16px;
	color: #FFFFFF;
	padding: 5px 36px;
	line-height: 1.33;
}

/* 1 column resize */

#content .feature-alt {
	display: none;	
}
#content.col1 .feature-alt {
	display: block;
}
#content .feature-alt .unit img {
	width: 214px;
	height: 161px;
}
#content .feature-alt .unit .chesterspick {
	background: transparent url(../media/images/chesters-picks-badge-sml.png) no-repeat 0 0;
	height: 85px;
	position: absolute;
	top: -14px;
	left: 155px;
	width: 54px;
	z-index: 510;
}
/*******************************
        Card Share Backs
 *******************************/
 
#content .wide.card .content .back {
	background:url(../media/images/card-share-sprite.png) no-repeat 0px -505px;	
}
#content .tall.card .content .back {
	background: url(../media/images/card-share-sprite.png) no-repeat -240px -251px;	
}
#content .photo.card .content .back h3 {
	font-size: 11px;
	color: #FFFFFF;
	position: relative;
	top: 27px;
	padding: 0px 9px;
}
#content .photo.card .content .back p {
	font-size: 11px;
	color: #702200;
	position: relative;
	top: 29px;
	padding: 0px 8px 0px 9px;
	line-height: 1.2;
}
#content .tall.card .content .back ul.share, #content .wide.card .content .back ul.share {
	background: none;
	height: 90px;
}
#content .photo.card .content .back p a {
	font-weight: bold;
	color: #702200;
}
#content .photo.card .content .back p a:hover {
	text-decoration: underline;
}
#content .twitter.card .content .back {
	background:url(../media/images/card-share-sprite.png) no-repeat 0px -629px;	
}
#content .twitter.card .content .back h3 {
	font-size: 17px;
	color: #FFFFFF;
	margin: 0px;
	padding: 45px 20px 8px;
}
#content .twitter.card .content .back p {
	font-size: 15px;
	line-height: 1.2;
	padding: 0px 20px;
	color: #702200;
}
#content .twitter.card .content .back p a {
	font-weight: bold;
	color: #702200;
}
#content .twitter.card .content .back p a:hover {
	text-decoration: underline;
}

/*******************************
            Smudges
 *******************************/
#content .smudge1 {
	width: 105px;
	height: 121px;
	background-position: 0px 0px;
}
#content .smudge2 {
	width: 84px;
	height: 121px;
	background-position: -105px 0px;
}
#content .smudge3 {
	width: 111px;
	height: 121px;
	background-position: -189px 0px;
}
#content .smudge4 {
	width: 123px;
	height: 77px;
	background-position: 0px -121px;
}
#content .smudge5 {
	width: 39px;
	height: 43px;
	background-position: -123px -121px;
}

/*******************************
            Card Sizes
 *******************************/
#content .front .unit	{
	position: absolute;
	background-color: #1C1B1B;
	top: 12px;
	left: 12px;
	width: 214px;
	height: 161px;
	border-top: 1px solid #222222;
	border-left: 1px solid #222222;
	border-right: 1px solid #404040;
	border-bottom: 1px solid #404040;
}
#content .wide.card .front .icon, #content .small.card .front .icon {
	width: 50px;
	height: 30px;
	margin: -15px 0px 0px -25px;
}
#content .unit img {
	position: absolute;
	top: 0px;
	left: 0px;
}
#content .quote.card .front .unit {
	width: 214px;
	height: 203px;
}
#content .twitter.card .front .unit {
	width: 214px;
	height: 203px;
}
#content .tall.card .front .unit {
	width: 214px;
	height: 290px;
}
#content .wide.card .front .unit {
	width: 214px;
	height: 59px;
}
#content .small.card .front .unit {
	width: 88px;
	height: 80px;
}

#content .wide.card .info {
	top: 82px;	
	height: 20px;
}
#content .wide.card .info h3 {
	float: left;
	display: inline;
	line-height: 12px;
}
#content .wide.card .info a {
	font-size: 12px;
	float: left;
	line-height: 12px;
	padding-left: 5px;
}

#content .tall.card .info {
	top: 318px;
}
#content .tall.news .info {
	position: static;
}

/* Flip Styles */

#content .card .content.animating {
	border: none;
}
#content .card .content.animating .front {
	background-color: #3A3A3A;	
}
#content .card .content.animating div {
	display: none;
}
#content .card .content .front {
	display: block;
	width: 100%;
	height: 100%;
}
#content .card .content .back {
	display: none;
	width: 100%;
	height: 100%;
}
#content .back sup {
	font-size: 14px;	
	line-height: 1;
}
#content .card .content.flip .front {
	display: none;	
}
#content .card .content.flip .back {
	display: block;
}

/*******************************
         News Card
 *******************************/

#content .card.news .content .front {
	padding: 15px 15px;
	width: auto;
	height: auto;
	color: #999999;
}
#content .card.news h3 {
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #06B8E5;
}

#content .card.news h2 {
	margin: 10px 0px;
	line-height: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #CFCFCF;
}
#content .card.news p {
	margin: 5px 0px 10px;
	line-height: 17px;
}
#content .card.news a {
	color: #FFFFFF;
	font-size: 12px;
	line-height: normal;
}



/*******************************
         Icon Sprites
 *******************************/

.card .front .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	background-image: url(../media/images/loading-sprite.png);
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
	margin: -40px 0px 0px -40px;
}
.card .front .throbber {
	position: absolute;
	background-image: url(../media/images/loading-throbber.gif);
	background-repeat: no-repeat;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 24px;
	margin: 25px 0px 0px -12px;
}
.small.card .throbber, .wide.card .throbber {
	display: none;	
}


.card.game .icon {
	margin-top: -45px;
	background-position: 0px 0px;
}
.card.game .throbber {
	margin-top: 20px;	
}
.card.video .icon {
	background-position: -80px 0px;
	margin-top: -55px;
}
.card.video .throbber {
	margin-top: 25px;	
}
.card.twitter .icon {
	background-position: -160px 0px;
	margin-top: -55px;
}
.card.twitter .throbber {
	margin-top: 25px;	
}
.card.fun .icon {
	background-position: -240px 0px;
	margin-top: -50px;
}
.wide.card .icon, .small.card .icon {
	background-position: -15px -104px;	
}
.small.card.photo .icon, .wide.card.photo .icon {
	background-position: -15px -104px;	
}
.small.card.fun .icon, .wide.card.fun .icon {
	background-position: -95px -104px;	
}
.small.card.game .icon, .wide.card.game .icon {
	background-position: -175px -104px;	
}

/*******************************
           Share List
 *******************************/

.card .back ul.share {
	width: 240px;
	height: 225px;
	padding-top: 34px;
	background: url(../media/images/card-share-sprite.png) no-repeat 0px -246px;
	list-style-type: none;
}
.card .back ul.share li a {
	display: block;
	text-indent: -9999px;
	width: 240px;
	height: 33px;
	background: url(../media/images/card-share-sprite.png) no-repeat;
}
.card .back ul.share li.header {
	cursor: default;
	width: 240px;
	text-indent: -9999px;
	background: url(../media/images/card-share-sprite.png) no-repeat 0px -34px;
	height: 32px;
}

.card .back ul.share li code {
	display: none;	
}

.card .back ul.share li.wall a {
	background-position: 0px -66px;
}
.card .back ul.share li.tweet a {
	background-position: 0px -98px;
}
.card .back ul.share li.stumble a {
	background-position: 0px -130px;
}
.card .back ul.share li.link a {
	background-position: 0px -162px;
}
.card .back ul.share li.embed a {
	background-position: 0px -194px;
}

.card .back ul.share li.wall a:hover {
	background-position: -240px -66px;
}
.card .back ul.share li.tweet a:hover {
	background-position: -240px -98px;
}
.card .back ul.share li.stumble a:hover {
	background-position: -240px -130px;
}
.card .back ul.share li.link a:hover {
	background-position: -240px -162px;
}
.card .back ul.share li.embed a:hover {
	background-position: -240px -194px;
}

/* Special background for wide card */
.wide.card .back ul.share {
	margin-left: 10px;	
}
.wide.card .back .share li {
	width: 120px;
	float: left;
}
.wide.card .back ul.share li a {
	width: 120px;
	height: 27px;
}
.wide.card .back ul.share li.wall a {
	background-position: -480px 0px;
}
.wide.card .back ul.share li.tweet a {
	background-position: -480px -27px;
}
.wide.card .back ul.share li.stumble a {
	background-position: -480px -54px;
}
.wide.card .back ul.share li.link a {
	background-position: -600px 0px;
}
.wide.card .back ul.share li.embed a {
	background-position: -600px -27px;
}

.wide.card .back ul.share li.wall a:hover {
	background-position: -480px -98px;
}
.wide.card .back ul.share li.tweet a:hover {
	background-position: -480px -125px;
}
.wide.card .back ul.share li.stumble a:hover {
	background-position: -480px -152px;
}
.wide.card .back ul.share li.link a:hover {
	background-position: -600px -98px;
}
.wide.card .back ul.share li.embed a:hover {
	background-position: -600px -125px;
}
 

/*******************************
             Tooltip
*******************************/
#tooltip {
	position: absolute;
	z-index: 3000;
	border: none;
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	background: url(../media/images/bar-tooltip-sprite.png) no-repeat;
	width: 295px;
	height: 53px;
	display: block;
}
#tooltip h3, #tooltip div { 
	margin: 0; 
}
#tooltip #tooltip-copy {
	background: url(../_media/_images/tooltip-fetish-names-sprite.png) no-repeat 0px 30px;
	height: 15px;
	width: 200px; 
	margin-left: 57px;
	margin-top: 10px;
	font-size: 10px;
	text-shadow: 1px 1px 0px #F5D239;
	color: #000000;
}
#tooltip.link {
	background-position: 0px 0px;
}
#tooltip.embed {
	background-position: 0px -58px;
}

/*******************************
         Button Styles
 *******************************/
.button {
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 50px;
	color: #F0F0F0;
	padding: 5px 8px;
	border: 1px solid #AAAAAA;
	font-size: 12px;
	font-weight: bold;
}
.button:hover {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.info {
	width: 300px;
	color: #CCCCCC;
	position: absolute;
	top: 50px;
	right: 50px;
	text-align: right;
}

#content .card .like {
	width: 95px;
	height: 17px;
	bottom: 0px;
	margin-bottom: 4px;
	left: 7px;
	position: absolute;
	font-size: 9px;
	color: #838383;
	background: url(../media/images/card-like-sprite.png) no-repeat;
	padding: 4px 0px 0px 20px;
}
#content .card .like.hover {
	background-position: 0px -18px;	
	color: #FFFFFF;
}
#content .card .like.down {
	background-position: 0px -36px;
	color: #FFFFFF;
}
#content .card .like p {
	display: inline;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
#content .card .like.liked, 
#content .card .like.down.liked, 
#content .card .like.hover.liked {
	color: #838383;
	background-position: 0px -36px;
}
#content .card .like.hover.liked {
	color: #FFFFFF;
}
#content .card .swap {
	width: 100px;
	height: 28px;
	position: absolute;
	cursor: pointer;
	background:url(../media/images/card-share.gif) no-repeat;
}	
#content .card .front .swap {
	bottom: 0px;
	right: 0px;
	background-position: 0px 0px;
}
#content .card .content.hover .swap {
	background-position: 0px -28px;	
}
#content .card .front .swap.hover {
	background-position: 0px -56px;	
}
/* Special flickr Swap Image */
#content .card .front .zoom {
	width: 68px;
	height: 28px;
	position: absolute;
	cursor: pointer;
	bottom: 0px;
	right: 0px;
	background: url(../media/images/card-share.gif) no-repeat -32px -168px;
}
#content .card .content.hover .zoom {
	background-position: -32px -196px;	
}
#content .card .front .zoom.down {
	background-position: -32px -225px;	
}
#content .card .back .swap {
	top: 0px;
	left: 0px;
	width: 75px;
	height: 34px;
	background: url(../media/images/card-back.png) no-repeat;
}



/*******************************
           Fancy Box
*******************************/


#fancy_share {
	position: absolute;
	bottom: -58px;
	left: 50%;
	width: 108px;
	height: 16px;
	margin-left: -54px;
}
#fancy_share a {
	width: 108px;
	padding-top: 16px;
	height: 0px;
	float: left;
	overflow: hidden;
	background: url(../media/images/tooltip-share.png) no-repeat;
}
#fancy_share a:hover {
	background-position: 0px -16px;	
}
#fancy_shareoverlay {
	display: none;
	position: absolute;
	bottom: -61px;
	left: 50%;
	width: 278px;
	height: 143px;
	margin-left: -130px;
	background: url(../media/images/tooltip-share.png) no-repeat -108px 0px;
	z-index: 9999;
}
#fancy_shareoverlay ul {
	margin: 25px 0px 0px 23px;
	padding: 0px;
	width: 240px;
	height: auto;
	background: none;
}
#fancy_shareoverlay .close {
	background:url("../media/images/fancy/fancy_closebox.png") no-repeat left top transparent;
	bottom: 109px;
	cursor: pointer;
	display: block;
	height: 32px;
	left: 50%;
	margin-left: 100px;
	position: absolute;
	width: 32px;
	z-index: 1002;
}
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 1000;
}

div#fancy_loading {
	position: absolute;
	height: 103px;
	width: 103px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 1001;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 103px;
	height: 103px;
	background: transparent url(../media/images/loader.gif) no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1001;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width: 100%;
	height: 100%;
	background: #3A3A3A;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url(../media/images/fancy/fancy_closebox.png) top left no-repeat;
	cursor: pointer;
	z-index: 1002;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 1001; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 1001; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url(../media/images/fancy/fancy_left.png) no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url(../media/images/fancy/fancy_right.png) no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url(../media/images/fancy/fancy_shadow_n.png) repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url(../media/images/fancy/fancy_shadow_ne.png) no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url(../media/images/fancy/fancy_shadow_e.png) repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url(../media/images/fancy/fancy_shadow_se.png) no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url(../media/images/fancy/fancy_shadow_s.png) repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url(../media/images/fancy/fancy_shadow_sw.png) no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url(../media/images/fancy/fancy_shadow_w.png) repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url(../media/images/fancy/fancy_shadow_nw.png) no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 1000;
	display: none;
}

div#fancy_title div {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: normal;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	/*background: transparent url(../media/images/fancy/fancy_title_left.png) repeat-x;*/
}

td#fancy_title_main {
	height: 32px;
	/*background: transparent url(../media/images/fancy/fancy_title_main.png) repeat-x;*/
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	/*background: transparent url(../media/images/fancy/fancy_title_right.png) repeat-x;*/
}