﻿@font-face {
    font-family: 'DendaNewRegular';
    src: url('/files/fonts/dendanew-webfont.eot');
    src: local('Γÿ║'), url('/files/fonts/dendanew-webfont.woff') format('woff'), url('/files/fonts/dendanew-webfont.ttf') format('truetype'), url('/files/fonts/dendanew-webfont.svg#DendaNewRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.noslider #slider {display:none;}
#photo_selection #search {
	display:none;
	}
	#photo_selection_nav dt {
		display:none;
	}
#photo_select_container {
border:solid 1px #ccc;
-moz-border-radius: 15px;
border-radius: 15px;
}
#container {position:relative;}
#photo_selection_nav {
font-size:11px;
font-weight:bold;
position:absolute;
top:97px;
right:40px;
}
#photo_selection_nav * {
        margin:0;
        padding:0;
}
    #photo_selection_nav ul {
            padding-right:1em;
            text-align:right;
    }
    #photo_selection_nav li {
        list-style:none;
        display:inline;
    }
    #photo_selection_nav a {
        text-decoration:underline;
        margin:0 1ex;
        padding:0 1ex;
    }

#photo_select_tabs,
#photo_select_tabs li {
    padding:0;
    list-style:none;
    font-weight:bold;
    line-height:28px;
    height:28px;
}
#photo_select_tabs {
	position:absolute;
	margin:-30px 0 0 20px;
	padding:0 15px;
    height:28px;
}
    #photo_select_tabs li.ec_selected {
	  background: url('/files/gfx/icons/icon_approve.png') 5px 50% no-repeat #ddd;
    }
    #photo_select_tabs li.ec_denied {
	  background: url('/files/gfx/icons/icon_cancel.png') 5px 50% no-repeat #ddd;
    }
    #photo_select_tabs li.ec_showcase {
	  background: url('/files/gfx/icons/icon_publish.png') 5px 50% no-repeat #ddd;
    }
    #photo_select_tabs li {
        float:left;
        display:block;
        border:solid 1px #ccc;
		-moz-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
        padding-left:15px;
        line-height:28px;
        margin-right:2px;
		background-color:#ddd;
    }

	#photo_select_tabs a {
        float:left;
        display:block;
        padding-right:15px;
        padding-left:10px;
        line-height:28px;
    }
    #photo_select_tabs a,    
    #photo_select_tabs a:visited {
        color:#555;
    }    

	#photo_select_tabs li.active {
        background-color:white;
		border-bottom:solid 1px #fff;
    }
    #photo_select_tabs li.active a {    
        color:black;
    }
#photo_select_list,
#photo_select_list * {
    margin:0;
    padding:0;
    list-style:none;
}
    #photo_select_list li:hover, #photo_select_list li.active {
		background-color:#ddd;
    }
a.btn_showcase {
  opacity:0.3;
  filter:alpha(opacity=30)
}
a.btn_showcase.active {
  opacity:1;
  filter:alpha(opacity=100)
}
#photo_select_container h1 {
	font-size:13px;
	font-weight:bold;
	margin:10px 0 10px 20px;
}
#photo_select_list {
	padding:20px;
}
#photo_select_list li {
		float:left;
		padding:10px;
		width:123px;
    }
#photo_select_list .photo img {
        max-width:96px;
        max-height:96px;
    }
#photo_select_list {width:150px;float:left;height:700px;overflow:auto;}

#detailed_picture {float:left;width:600px;}
	#photo_selection #search {
	display:none;
	}
	#photo_selection_nav dt {
		display:none;
	}


#photo_view_list h2 {
        color:#333;
        margin-bottom:0.5ex;
        font-size:100%;
    }
#photo_select_list div.details {
        color:#333;
        overflow:hidden;
        font-size:100%;
		padding:5px;
		background-color:#fff;
		position:absolute;
		margin-left:70px;
		margin-top:20px;
		display:none;
}
#photo_select_list div.details strong {
display:block;
margin-bottom:10px;
}

#photo_select_list li:hover div.details {
		display:block;
		width:400px;
        border:solid 1px #ccc;
		-moz-border-radius: 5px;
		border-radius: 5px;
}
#photo_view_list a:hover .ps_view_table {display:block;margin:20px;padding:10px;}
#photo_view_list a, #photo_select_list a {
        color:#555;
    }
    #photo_view_list a.ec_button,
    #photo_select_list a.ec_button {
        margin-top:1.5ex;
    }
    #photo_view_list a.ec_button:hover,
    #photo_select_list a.ec_button:hover {
        cursor:pointer;
    }
	#photo_view_list a span,
	#photo_select_list a span {
		display: none;	
	}
	#photo_view_list .ec_rotate_cw,
	#photo_view_list .ec_rotate_acw,
	#photo_view_list .ec_rotate_flip {
        cursor:pointer;
		display: block;
		float: left;
		width: 16px;
		height: 16px;
		margin: 5px 14px 0 0;	
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: 0 0;
	}
	#photo_view_list .ec_rotate_cw {
		background-image: url(/files/gfx/icons/arrow_rotate_clockwise.png);	
	}
	#photo_view_list .ec_rotate_acw {
		background-image: url(/files/gfx/icons/arrow_rotate_anticlockwise.png);	
	}
	#photo_view_list .ec_rotate_flip {
		background-image: url(/files/gfx/icons/arrow_flip.png);	
	}
#photo_view_list {margin:20px;}
#photo_select_footer {
    clear:both;
    background-color:#ccc;
    line-height:28px;
    height:28px;
    font-weight:bold;
    position:relative;
    text-align:center;
		-moz-border-radius: 0 0 15px 15px;
		border-radius: 0 0 15px 15px;
}
#photo_select_footer a:visited {
    color:black;
}
a.ps_prev,
a.ps_next {
    position:absolute;
    top:0;
    color:black;
}
a.ps_prev {
    left:15px;
}
a.ps_next {
    right:15px;
}    
.ps_table {
    margin:1.5em 0 0 0 ;
    width:600px;
}
.ps_table th {
    width:158px;
    text-align:left;
    font-weight:normal;   
}
.ps_view_table {
    position:absolute;
    opacity: .7;
    background-color: #333;
    display:none;
	top:250px;
    margin:1.5em 0 0 0 ;
    width:450px;
}
.ps_view_table td,
.ps_view_table th {
color:#fff;
}
.ps_view_table th {
    width:220px;
    text-align:left;
    font-weight:normal;
}
.ps_view_table thead td {
    font-weight:bold;
	padding:15px 0 15px 0;
}
#publication_container {
    position:absolute;
    right:15px;
    margin-top:10px;
    text-align:right;
    font-weight:bold;
    z-index:40;
}
#publication_container span {
    padding:0 1em;
    background-color:white;
}
#publication_container a:hover {
    cursor:pointer;
}
#publication_container a {
    display:block;
    margin-top:5px;
    width:auto;
    line-height:19px;
    background:#d8d8d8;
    color:#555;
    text-align:center;
}
* html #photo_select_container {
    margin-top:20px;
    position:relative;
}
.admin_table {
    width:794px;
    border-collapse:collapse;
    margin-right:15px;
}
.admin_table th {
    background:black;
    color:white;
    text-align:left;
}
.admin_table th,
.admin_table td {
    padding:0.5ex 1em 0.5ex 1em;
}
.admin_table td {
    border-bottom:1px solid white;
    background-color:#d8d8d8;
}

#add_choice form table label {
    width:80px;
    text-align:left;
}

#update_editors_password form table label {
    width:150px;
    text-align:left;
}
/*****  Splash page ********/

.spacer_unit_2_ec {
clear:both;
height:1px;
margin:-1px 0;
}

ul#editors_choice_nav  {
  margin:0;
  padding:0;
  float:right;
/*border-bottom:#fff 1px solid;*/
  height:22px;
}
ul#editors_choice_nav  li {
  list-style:none;
  font:  Verdana, Geneva, sans-serif 11px bold;
float:left;
  width:131px; 
}


ul#editors_choice_nav  li a {
padding: 2px 0 5px 0;
  color:#fff;
display:block;
	text-decoration:none;
	background: #000;
	text-align:center;
}

ul#editors_choice_nav  li.editors_categories a {
	background: #d2232a;
}

#editors_current ul#editors_choice_nav  li.editors_categories a,
#editors_previous ul#editors_choice_nav  li.editors_categories a,
#editors_choice ul#editors_choice_nav  li.editors_categories a
{
	background: url(../yourspace/editors_choice2/nav_bar_red.png) no-repeat top left;
}

#editors_choice_home ul#editors_choice_nav  li.editors_categories a
{
	background: #d2232a;
}
#editors_previous .page h2 {
	font-size:18px;
	font-weight: 400;
	border-bottom: 1px solid #ccc;
background:url(../yourspace/editors_choice2/ico_portrait_sports.png) no-repeat center left;
padding: 15px 40px;
	color:#666;
}

#editors_current .page h2 {
	font-size:18px;
	font-weight: 400;
	border-bottom: 1px solid #ccc;
background:url(../yourspace/editors_choice2/ico_portrait_photo.png) no-repeat center left;
padding: 15px 40px;
	color:#666;
}
/*****  Page layout: Sidebar ********/


#editors_current #side .component,
#editors_previous #side .component
{
margin:10px 0 30px 0;
padding:0;
width:336px;
}

#editors_current #side .component dt,
#editors_previous #side .component dt 
{
font-size:17px;
font-weight:normal;
padding-top: 5px; 
height:30px;
margin-bottom:0;
background: #000;
}

#editors_current #side .component dd,
#editors_previous #side .component dd 
{
padding:10px 20px 20px 20px;
}


#editors_current #side dt span,
#editors_previous #side dt span
{
margin: 0 20px;    
color:#fff;
font-size:15px;
}

#ec , #ec1 {
	width:334px;
padding:0;
color:#fff ; 
}

#editors_choice p, #editors_choice1 p  {
text-align:left;

}
#editors_choice dt, #editors_choice1 dt  {
padding:0;
margin:0;
text-align:left;
}
.editors_choice_title, .editors_choice_title1 {
background:#000 ; 
text-align:center;
margin: 0;  
padding: 10px 0; 
}
.editors_choice_title p {
	margin:0 10px;
background:url(../yourspace/editors_choice2/icon_title.jpg) #000 no-repeat;  
padding: 0 0 5px 45px; 
font-size:  17px; 
color:#fff; 
} 


.editors_choice_title1 p {
	margin:0 0;  
padding: 10px 5px 10px 20px; 
font-size:  17px; 
color:#fff; 
} 

#editors_choice .closing_date {
background:#625e61; 
color:#fff; 
font-size:11px;
text-align:center;
margin: 20px 20px;
}
#editors_choice .editors_choice1 {
background:#fff; 
color:#666666; 
font-size:11px;
text-align:center;
margin: 20px 20px;
}
#editors_choice .editors_choice2 {
background:#000; 
color:#666666; 
font-size:11px;
text-align:center;
margin: 10px 20px;
}

.closing_date span, .editors_choice1 span {
text-align:left;
}
#editors_choice .submit {
padding: 0 0 0 20px;
margin: 0;
}
#editors_choice .submit img {
margin: 10px 0 10px 0;
display:inline;
}

#editors_current .thick_more,
#editors_previous .thick_more {
padding-right: 10px;
}
/*****  Page layout: Slider ******/


.infiniteCarousel {
border:#ccc 1px solid;
  width: 592px;
  position: relative;
margin:-14px 0 0 0;
}

body#submit_page .infiniteCarousel {
width:310px;overflow:hidden;margin:0 12px 25px 0;float:left;}

.infiniteCarousel h3 {
font-size:17px;
font-weight:normal;
padding-top: 5px; 
height:30px;
margin-left:15px;
}
body#submit_page .infiniteCarousel  h3 {
margin:10px 0 5px 10px;}

body#submit_page .infiniteCarousel  p {
display:block; text-align:right;margin:10px 10px 25px 0;}
body#submit_page .infiniteCarousel  p a {
text-decoration:none; color:#666;}

body#submit_page .introduction_text {
margin:20px 0 30px; 0}

.infiniteCarousel .wrapper {
  width: 504px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height: 180px;
  margin: 0 40px;
  position: relative;
  top: 0;
}

body#submit_page .infiniteCarousel .wrapper {
overflow:hidden;margin:0 10px 0 10px;}

.infiniteCarousel .wrapper ul {
  width: 504px; /* single item * n */
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 10px;
  height: 120px;
  width: 150px;
}


.infiniteCarousel ul li p {
border-left: 1px solid #c2c3c4;
border-right: 1px solid #c2c3c4;
border-bottom: 1px solid #c2c3c4;
background: #e4e4e4; 
margin-top: 0;
padding:5px;
font-size:11px;
min-height:40px;
}
.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 24px;
  width: 23px;
  background: url(../gfx/editorschoice/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 97px;
  cursor: pointer;
  outline: 0;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 10px;
}

.infiniteCarousel .back {
  background-position: 0 -24px;
  left: 10px;
}

/*******  Showcase *********/

.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 522px;
	height:90px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:522px;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:20px 5px 20px 21px;
	padding:2px;
	width:55px;
	height:36px;
}

/* active item */
.scrollable .active {
	position:relative;
	cursor:default;
}


/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../gfx/editorschoice/hori_large.png) no-repeat;
	display:block;
	width:19px;
	height:19px;
	float:left;
	margin:30px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -19px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-19px -19px; }
a.right:active 	{ background-position:-38px -19px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-19px 0; }
a.left:active  	{ background-position:-38px 0; }

/* up and down 
a.up, a.down		{ 
	background:url(../yourspace/editors_choice2/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}*/

/* up 
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }
*/
/* down */
a.down 				{ background-position: 0 -19px; }
a.down:hover  		{ background-position:-19px -19px; }
a.down:active  	{ background-position:-38px -19px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	

body#editors_choice_3 #picture_box a, body#editors_choice_3 .page p a {color:#666; text-decoration:underline; font-weight:bold;  }
body#editors_choice_3 #picture_box a:hover, body#editors_choice_3 .page p a:hover {color:#cc0000; text-decoration:underline; }
body#editors_choice_3 .overview_items a:hover {text-decoration:none; }
body#editors_choice_3 a.submit_link {font-size:14px;}
body#editors_choice_3 #related_links dd li a:hover {color:#cc0000;text-decoration:none; }
body#editors_choice_3 a.video_link {display:inline;}

body#editors_choice_3 h1	{
			height:40px;
			color:#666666;
			font-size:22px;
			line-height:40px;
			margin:10px 30px;
}
		
body#editors_choice_3 #editorMenuBar {background:url('/files/gfx/editorschoice/ec.png');background-position: 30px 0;background-repeat:no-repeat;)}
body#editors_choice_3 #editorMenuBar {border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:6px 0px 2px 35px; position:relative;}
body#editors_choice_3 #editorMenuBar>dt {line-height:38px;margin:0px 0 3px 120px;padding-left:7px;border-left:solid 1px #666;color:#666;font-family:dendaNewLightRegular; font-size:25px;}
body#editors_choice_3 #editorMenuBar>dt span {font-family: 'DendaNewRegular';font-size:25.5px;color:#666;}
body#editors_choice_3 #editorMenuBar>dt a span {display:none;}
body#editors_choice_3 #editorMenuBar>dt a {margin-left:-130px;position:absolute;width:110px;height:40px;}
body#editors_choice_3 #editorMenuBar>dd ul {position:absolute; right:20px;width:auto;top:16px;}
body#editors_choice_3 #editorMenuBar>dd ul li {float:left; width:auto;padding-left:15px;border-right:solid 1px #666;height:15px;line-height:13px;}
body#editors_choice_3 #editorMenuBar>dd ul li:last-child {border-right:0;}

body#editors_choice_3 #editorMenuBar>dd>ul>li>a {color:#999;padding-right:10px;font-size:13px;text-decoration:none;}
body#editors_choice_3 #editorMenuBar>dd>ul>li>a.active,
body#editors_choice_3 #editorMenuBar>dd>ul>li:hover>a,
body#editors_choice_3 #editorMenuBar>dd>ul>li>a:hover {color:#c00;}	

body#editors_choice_3 #editorSubMenuBar {padding:20px 0px 10px 30px;top:0;}
body#editors_choice_3 #editorSubMenuBar>dt {display:none;}
body#editors_choice_3 #editorSubMenuBar>dd {height:30px; background-color:#666;width:900px;}
body#editors_choice_3 #editorSubMenuBar>dd>ul>li,
body#editors_choice_3 #editorMenuBar>dd>ul>li {list-style:none;}
body#editors_choice_3 #editorSubMenuBar>dd>ul>li {margin:0;padding:0;width:224px;border-right:solid 1px #fff; float:left;}

body#editors_choice_3 #editorSubMenuBar>dd>ul>li>a {
			text-decoration:none;font-weight:normal;display:block;line-height:30px;width:224px;background:#666;text-align:center;color:#fff;position:relative;
}
body#editors_choice_3 #editorSubMenuBar>dd>ul.soon>li, 
body#editors_choice_3 #editorSubMenuBar>dd>ul.soon>li>a {width:299px;}
body#editors_choice_3 #editorSubMenuBar>dd>ul>li>a:hover{ background-color: #bbb; color:#c00; text-decoration:none;}
body#editors_choice_3 #editorSubMenuBar>dd>ul>li>a.active { background-color:#c00; color:#fff;}
				
body#editors_choice_3 #content	{
	margin-top:20px;
	padding:20px 0 35px 0;
	width:960px;
	-moz-box-shadow: 0 0 3px 3px #bbb;
	-webkit-box-shadow: 0 0 3px 3px #bbb;
	box-shadow: 0 0 3px 3px #bbb;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

body#editors_choice_3 .TB_modal {
        border:0;
        background-color:#fff;
	-moz-box-shadow: 0 0 0px 0px #bbb;
	-webkit-box-shadow: 0 0 0px 0px #bbb;
	box-shadow: 0 0 3px 3px #bbb;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
        padding-left:0;
        width:700px !important;
        height:530px !important;
        margin:-2px 0 0 -20px;
}

body#editors_choice_3 .TB_modal #content {
	margin-top:0px;
	padding-top:20px;
	-moz-box-shadow: 0 0 0px 0px #999;
	-webkit-box-shadow: 0 0 0px 0px #999;
	box-shadow: 0 0 0px 0px #999;
        width:715px;
        overflow:auto;
        height:460px;
        margin-right:0;}

body#editors_choice_3 .article .page {width:870px;}		
body#editors_choice_3 .article .page {margin-left:90px;}		
body#editors_choice_3 .article .page p {padding-right:90px;}		


body#editors_choice_3 .TB_modal h2,
body#editors_choice_3 .page h2	{
			border-style:solid;
			border-color:#666;
			border-width:0px 0px 0px 90px;
			color:#666666;
			margin:0px 0px 20px -90px;
}

body#editors_choice_3 .TB_modal #TB_closeWindow {
  margin:0;
}
body#editors_choice_3 .TB_modal h2 {
			margin:0px 0px 10px -10px;
}

body#editors_choice_3 .TB_modal h2 span,
body#editors_choice_3 .page h2 span	{
			display:block;
			border-style:solid;
			font-family: 'DendaNewLightRegular';
			font-weight:normal;
			border-color:#ccc;
			border-width:1px 0px 1px 0px;
			height:38px;
			color:#666666;
			font-size:25px;
			padding-left:23px;
			line-height:38px;
}

body#editors_choice_3 .page h4	{
			font-family: 'DendaNewLightRegular';
			font-weight:normal;
			color:#666666;
			font-size:25px;
            border-bottom:solid 1px #666;
			margin:0px 90px 10px 0px;
            padding:0;
			line-height:25px;
}

body#editors_choice_3 #content h3	{
            font-family: 'DendaNewLightRegular';
			color:#666666;
			font-size:25px;
            font-weight:normal;
            margin:0 0 10px 0;
            line-height:1em;

}
body#editors_choice_3 .TB_modal #content h3	{
			height:auto;
			border:0;
			color:#666666;
			font-size:15px;
			padding-left:20px;
			line-height:1em;
			margin:0px;
}


body#editors_choice_3 #archive_gallery img {
  margin: 10px;
  float: left;
  max-width: 280px;
}
body#editors_choice_3 #archive_gallery {margin:10px 0px 0px 0px;position:relative;width:790px;}
body#editors_choice_3 #archive_gallery img {margin:3px !important;}

body#editors_choice_3 #loading_overlay	{
position:fixed;text-align:center;width:100%;height:100%;z-index:99;top:0;vertical-align:middle;display:table-cell;background:#000 url('/files/gfx/wait.gif') no-repeat center;display:none;
}
body#editors_choice_3 .TB_modal #content dt {margin-top:0;}
body#editors_choice_3 #TB_ajaxContent {overflow:hidden;}
body#editors_choice_3 .TB_modal #content dl dd,
body#editors_choice_3 .TB_modal #content dl dt,
body#editors_choice_3 .TB_modal #content h3,
body#editors_choice_3 .TB_modal #content p {width:580px;margin-left:40px;padding-left:0;float:none;clear:both}
body#editors_choice_3 .TB_modal #content>a {margin-left:40px;padding-left:0;float:none;clear:both}
body#editors_choice_3 .TB_modal #content form {margin:0 0 0 25px;}
body#editors_choice_3 .TB_modal #content fieldset {width:580px; border:0;margin:0;}
body#editors_choice_3 .TB_modal #content dl dt {font-size:12px;font-family:arial;color:#000;}

body#editors_choice_3 .TB_modal #content dl ul {margin-top:10px;margin-bottom:10px;float:none;clear:both;}
body#editors_choice_3 .TB_modal #content dl ul,
body#editors_choice_3 .TB_modal #content dl ul li {line-height:1.5em;width:500px;padding-left:0;float:none;clear:both;}
body#editors_choice_3 .TB_modal #content dl ul li {background-image:url(''); list-style:disc;list-style-position:inside;}

body#editors_choice_3 .TB_modal #content table th {width:150px;padding:0 0 3px 0;vertical-align:top;}
body#editors_choice_3 .TB_modal #content table.checkboxes th {width:30px;padding:3px 0 3px 0;vertical-align:top;}
body#editors_choice_3 .TB_modal #content table td p {width:400px;margin:0 0 0 1em;}
body#editors_choice_3 .TB_modal #content table td {width:450px;padding:0 0 3px 0;}
body#editors_choice_3 .TB_modal #content input#select_photo,
body#editors_choice_3 .TB_modal #content select {width:356px;padding:2px;}
body#editors_choice_3 .TB_modal #content textarea,
body#editors_choice_3 .TB_modal #content input[type='text'] {width:350px;padding:2px;}
body#editors_choice_3 .TB_modal #content input[type='checkbox'] {margin-left:10px;margin-right:3px;}
body#editors_choice_3 .TB_modal #content td label {display:inline-block;width:400px;}  
body#editors_choice_3 .TB_modal #content label.error,
body#editors_choice_3 .TB_modal #content tr.error th label,
body#editors_choice_3 .TB_modal #content tr p.error,
body#editors_choice_3 .TB_modal #content tr.error p.explanation {color:red;}
body#editors_choice_3 .TB_modal #content .submit_container {width:600px; }
body#editors_choice_3 .TB_modal #content .submit_container button.upload_photo_button {float:right; margin:-20px;}
body#editors_choice_3 .TB_modal #content button {border:solid 1px black; }

body#editors_choice_3 #slider {width:900px; overflow:hidden;background-color:transparent; margin:0px 0 0 30px;position:relative;}
body#editors_choice_3 #slider #header_box {background-color:#fff; width:5000px;height:auto;}
body#editors_choice_3 #slider #header_box div {float:left;margin-right:1px;}
body#editors_choice_3 #slider #header_box div img {float:none;}
body#editors_choice_3 #slider #header_box div img {width:449px;}

body#editors_choice_3 #slider #header_box div:nth-child(even) p.copyright {margin:0;padding-right:0px;text-align:right;}
body#editors_choice_3 #slider #header_box div:nth-child(odd) p.copyright {margin:0;padding-left:0px;}
body#editors_choice_3 #slider div.button {opacity:0;border-radius:20px;width:80px;height:100%;position:absolute; top:0;}
body#editors_choice_3 #slider div.prev {right:0px;background:url('/files/gfx/editorschoice/arrow_right.png') 50% 50% no-repeat;}
body#editors_choice_3 #slider div.next {left:0px;background:url('/files/gfx/editorschoice/arrow_left.png') 50% 50% no-repeat;}
body#editors_choice_3 #slider div.prev:hover {opacity:1;}


body#editors_choice_3 #related_links {border:0;padding:0;margin:0 0 0px 95px;width:790px}
body#editors_choice_3 #related_links dt {
			border-style:solid;
			color:#666666;
			border-color:#666;
			border-width:0px 0px 0px 31px;
			margin:20px 10px 5px 0px;
} 

body#editors_choice_3 #related_links dt span {
			display:block;
			border-style:solid;
			border-color:#ccc;
			border-width:1px 1px 1px 0px;

			height:30px;
			color:#666666;
            font-family: dendaNewRegular;
			font-size:18px;
			padding-left:20px;
			line-height:30px;
}

body#editors_choice_3 #related_links dd li {width:186px;float:left;margin:0 12px 20px 0;overflow:hidden;}
body#editors_choice_3 #related_links dd img {width:187px;}
body#editors_choice_3 #related_links dd li h2 {margin:0px 10px 0 0px;}
body#editors_choice_3 #related_links dd li h2 a {line-height:1.2em;color:#999;font-size:10px;}
body#editors_choice_3 #related_links dd a.thickbox { padding:0;}
body#editors_choice_3 #related_links dd a.thickbox img { height:120px;}

body#editors_choice_3 #related_links dd { width:780px;height:180px;overflow:hidden;position:relative}
body#editors_choice_3 #related_links ul { width:9900px;height:180px;overflow:hidden;}
body#editors_choice_3 #related_links #arrow_next , body#editors_choice_3 #related_links #arrow_prev{ width:30px;height:180px;position:absolute;z-index:99;top:0;right:0;background: url(/files/gfx/rl_arrow_next.png) no-repeat top center}
body#editors_choice_3 #related_links #arrow_prev{ left:0;background-image: url(/files/gfx/rl_arrow_prev.png)}
body#editors_choice_3 #related_links dt {margin-bottom: 20px;}

body#editors_choice_3 .ajaxThumbs>div {
			width:194px;
			height:137px;
			float:left;
			border-right:1px solid #d6d6d6;
			border-bottom: 1px solid #d6d6d6;
			padding-top:17px;
		}
body#editors_choice_3 .thumb_view_btn	{
			width:auto;
			line-height:25px;
			margin:0 90px 10px 0;
			float:right;
			background:url('/files/gfx/editorschoice/thumbs.png') 0 0 no-repeat;
			padding:0 0 0px 30px;
			cursor:pointer;
			display:none;
		}
body#editors_choice_3 .ajaxThumbs .thumb_img {
			text-align:center;height:115px;
			overflow-x:hidden;margin:10px 20px 10px 20px;
		}
body#editors_choice_3 .ajaxThumbs .thumb_img img {
			height:104px;
			cursor:pointer;
		}
body#editors_choice_3 .ajaxFullImages .thumb_img	{
			height:920px;
		}		

body#editors_choice_3 .ajaxFullImages .thumb_img img	{
			width: 560px;
			height:auto;
			cursor:default;
		}
		
body#editors_choice_3 .ajaxFullImages	{
			width:780px;
			height:990px;
			overflow-x:hidden;
			position:relative;
			clear:both;
		}
body#editors_choice_3 .ajaxFullImages>#ajaxThumbs	{
			position:absolute;
			top:0;
			left:90px;
			height:880px;
			width:20080px;
		}
body#editors_choice_3 .ajaxFullImages>#ajaxThumbs>div {
			width:600px;
			height:900px;
			float:left;
			border-right:1px solid #d6d6d6;
			border-bottom: 1px solid #d6d6d6;
			padding-top:17px;
		}
		
body#editors_choice_3 .ajaxFullImages .index_img	{
			padding-right:420px;font-size:18px;
		}
		

body#editors_choice_3 .ajaxThumbs>div.line_fourth_img {
			border-right:0;
		}
body#editors_choice_3 .btn_prev	{
			position:absolute;left:14px;top:162px;z-index:99;width:45px;height:45px;background:url('/files/gfx/editorschoice/arrow_left.png') 50% 50% no-repeat;
		}
body#editors_choice_3 .btn_next	{
			position:absolute;right:14px;top:162px;z-index:99;width:45px;height:45px;background:url('/files/gfx/editorschoice/arrow_right.png') 50% 50% no-repeat;
		}
body#editors_choice_3 .index_img	{
			display:block;float:left;font-size:13px;padding:0px 25px;padding-left:15px;
		}
body#editors_choice_3 .voted .index_img	{
			color:#b2b2b2;
}
body#editors_choice_3 .vote_bar	{
			width:55px;
			height:12px;
			background:#e0e0e0;
			display:block;
			float:left;
			position:relative;
			margin-top:2px;
		}
body#editors_choice_3 .vote_bar>span	{
			width:0px;
			height:12px;
			background:#9a9b9d;
			display:block;
			position:absolute;
			top:0;
			left:0;
		}
body#editors_choice_3 .voted .vote_bar>span	{
			background:#c00;
}
		
body#editors_choice_3 .vote_now_btn	{
			display:block;float:left;
			cursor:pointer;
			margin-left:10px;
			padding-left:15px;
			border-left:1px solid #e0e0e0;
			font-size:10px;
			background: url(/files/gfx/editorschoice/vote_star.png) no-repeat 2px center;
		}
body#editors_choice_3 .voted .vote_now_btn	{
			color:#c00;
			background-image: url(/files/gfx/editorschoice/vote_star_voted.png);
			cursor:default;

}


#tc_box {border:solid 1px #999; width:600px;height:100px;overflow:auto;padding-bottom:10px;margin:10px 0 10px 0;}
#tc_box h1 {font-family:verdana; font-size:12px !important; font-weight:bold;padding:0; height:2.3em !important; ;margin:0 0 0 10px !important;}
#tc_box ol {margin-left:30px;width:480px;}
#tc_box ol ol {margin-left:20px;width:450px;}
#tc_box a {text-decoration:underline;}

input#agree_1 {float:left; margin:3px 5px 10px 0;padding:0;}
label#acceptedTC {display:block;width:600px;}

body#editors_choice_3 .TB_modal #content #tc_box ol li {margin-top:5px;padding-left:0px;list-style-type:decimal;background-image:none;float:none;line-height:1.3em;width:480px;}
body#editors_choice_3 .TB_modal #content #tc_box ol ol li {width:450px;}

body#editors_choice_3 .overview_items div {
float:left; 
width:249px;
margin-right:20px;
}
body#editors_choice_3 .overview_items img {
width:249px;
height:162px;
}

body#editors_choice_3 .overview_items h2 {
border:0;
font: normal 14px Verdana, Geneva, sans-serif;
border-bottom:solid 1px #999;
margin:5px 0 5px 0;
padding-bottom:3px;
}
body#editors_choice_3 .overview_items h2 span {
display:inline;
font: bold 14px Verdana, Geneva, sans-serif;
border:0;
margin:5px 0 5px 0;
padding:0;
line-height:inherit;
font-weight:bold;
}
body#editors_choice_3 .overview_items h2 a:hover {
text-decoration:none;
color:#cc0000;
}

body#editors_choice_3 .overview_items a:hover, body#editors_choice_3 .overview_items h2 span:hover, body#editors_choice_3 .overview_items h2:hover {
color:#cc0000;
}

body#editors_choice_3 .page .overview_items p {
margin:0;
padding:0;
}

body#editors_choice_3 .overview_items {
margin:20px 0 0px 0px;
}
body#editors_choice_3 a.more {
display:inline;
background:url();
text-align:left;
width:auto;
margin:0;
padding:0;
float:none;
font-weight:bold;
text-decoration:underline;
}

body#editors_choice_3 div.editor {
 margin:0 20px 0 0px;
 float:left;
}
body#editors_choice_3 div.editor img {

 border-top: solid 6px #666;
 padding-top:6px;
 border-bottom: solid 6px #666;
 padding-bottom:6px;
}

body#editors_choice_3 div.editor p {
  margin:0;
}

body#editors_choice_3 .copyright {
  font-size:10px;
}
body#editors_choice_3 a.submit_link {font-weight:bold;font-size:14px;color:#666;text-decoration:underline;}
body#editors_choice_3 p.submit_call {
 font-family: Verdana;
 width:auto;
 padding:3px 5px 3px 0 !important;
 float:left;
 font-size:20px;
 line-height:1.3em;
 border-top: solid 6px #666;
 border-bottom: solid 6px #666;
}
body#editors_choice_3 p.submit_call span {
  display:block;
  font-weight:normal;
 line-height:1em;
 margin-bottom:8px;
 
}
body#editors_choice_3 #editorMenuBar>dd>ul>li>div	{
			position:absolute;
			z-index:99;
			width:905px;
			left:-690px;
			display:none;
            padding-top:18px;
}
body#editors_choice_3 #editorMenuBar>dd>ul>li>div>div	{
			height:300px;
			background-color:#eaeaea;
			margin-top:0px;
			border-top: solid 2px #c00;
			text-align:left;
			padding:0px;
			-moz-box-shadow: 0 3px 3px #bbb;
			-webkit-box-shadow: 0 3px 3px #bbb;
			box-shadow: 0 3px 3px #bbb;
	                -moz-border-radius:0px;
	                -webkit-border-radius:0px;
                        border-radius:0px;
}

body#editors_choice_3 #editorMenuBar>dd>ul>li:hover>div	{ display:block;}
body#editors_choice_3 #editorMenuBar>dd>ul>li>div>div>div.spacer_unit_2 {display:none;}
body#editors_choice_3 #editorMenuBar>dd>ul>li>div>div>div#new_2011 {
 float:left;
 padding-left:40px;
 width:547px;
 background-color:#f5f5f5;
 border-right:solid 2px #ccc;
 height:100%;
}

body#editors_choice_3 #editorMenuBar>dd>ul>li>div>div>div#new_2011 h1 {
  display:block;
  font-size:20px;
  color:#666;
  margin:10px 0 0 0;
  padding:0;
  line-height:20px;
  height:auto;
}

body#editors_choice_3 #editorMenuBar>dd>ul>li>div>div>div#new_2011 ul h1,
body#editors_choice_3 #editorMenuBar>dd>ul>li>div>div>div#new_2011 ul h1 span {
  font-family:verdana;
  font-weight:bold;
  display:block;
  font-size:12px;
  color:#666;
  margin:10px 0 0 0;
  padding:0;
  line-height:1.5em;
}

body#editors_choice_3 #editorMenuBar>dd>ul>li>div>div>div#new_2011 ul a:hover,
body#editors_choice_3 #editorMenuBar>dd>ul>li>div>div>div#new_2011 ul a h1:hover,
body#editors_choice_3 #editorMenuBar>dd>ul>li>div>div>div#new_2011 ul a h1 span:hover {
	1color:#cc0000;
	color: #666;
}

body#editors_choice_3 #editorMenuBar>dd>ul>li>div>div>div#new_2011 ul h1 span {
  color:#9a9b9c;
}

body#editors_choice_3 #editorMenuBar>dd>ul>li>div>div>div#archive h1,
body#editors_choice_3 #editorMenuBar>dd>ul>li>div>div>div#new_2011 h2 {
  font-size:14px;
  color:#999;
  margin:0 0 10px 0;
}

body#editors_choice_3 #editorMenuBar>dd>ul>li>div>div>div#archive h1 {
  margin:0 0 0 15px;
  padding:0;
  display:block;

}

body#editors_choice_3 #editorMenuBar>dd>ul>li>div>div>div#new_2011 ul.featured {
  height:160px;
  border-bottom:solid 1px #ccc;
  margin:10px 39px 20px 0px;
  position:static;
}

body#editors_choice_3 #editorMenuBar>dd>ul>li>div>div>div#new_2011 ul.soon {
  position:static;
}

body#editors_choice_3 #editorMenuBar>dd>ul>li>div>div>div#new_2011 ul.featured img {
 height:100px;
}

body#editors_choice_3 #editorMenuBar>dd>ul>li>div>div>div#new_2011 ul.featured li {
  list-style:none;
  border:0;
  padding:0 20px 20px 0;
}

body#editors_choice_3 #editorMenuBar>dd>ul>li>div>div>div#new_2011 ul.soon li {
  float:left;
  display:block;
  width:171px;
  list-style:none;
  border:0;
  padding:0;
  font-weight:bold; 
  height:1.8em;
}

body#editors_choice_3 #editorMenuBar>dd>ul>li>div>div>div#new_2011 ul.featured li:last-child {
  padding:0 0px 20px 0;
}

body#editors_choice_3 #editorMenuBar>dd>ul>li>div>div>div#archive	{
 float:left;
 position:relative;
 width:300px;
 background-color:#eaeaea;
 height:100%;
}
body#editors_choice_3 #editorMenuBar>dd>ul>li>div>div>div#archive dl {
  width:100%;
}
body#editors_choice_3 #editorMenuBar>dd>ul>li>div>div>div#archive dt {
  float:right; 
  margin-top:15px;
  padding:0 10px 0 10px;
  border-right:solid 1px #666;
  line-height:1em;
  font-size:12px;
  font-weight:bold;
  cursor:pointer;
}

body#editors_choice_3 #editorMenuBar>dd>ul>li>div>div>div#archive dt:first-child {
  border:0;
}
body#editors_choice_3 #editorMenuBar>dd>ul>li>div>div>div#archive dl.active dt {
  color:#c00;
}

body#editors_choice_3 #editorMenuBar>dd>ul>li>div>div>div#archive dd {
  display:none;
  position:absolute;
  top:50px;
  left:20px;
}
body#editors_choice_3 #editorMenuBar>dd>ul>li>div>div>div#archive dl.active dd {
  display:block;
}

body#editors_choice_3 #editorMenuBar>dd>ul>li>div>div>div#archive ul {
  list-style:none;
  position:static;
}

body#editors_choice_3 #editorMenuBar>dd>ul>li>div>div>div#archive ul li {
  display:block;
  float:none;
  border:0;
  line-height:1.8em;
  height:auto;
  margin-bottom:5px;
}
		
body#editors_choice_3 #editorMenuBar>dd>ul>li>div>div>div#archive ul li a {
  text-decoration:none;
  color:#666;
  font-weight:bold;
}

body#editors_choice_3 #editorMenuBar>dd>ul>li>div>div>div#archive ul li a:hover {
  color:#cc0000;
}

body#editors_choice_3 .home #slider {
	margin:20px 0 5px 30px;
	padding-bottom: 100px;
	-moz-box-shadow: 0 0px 2px 2px #bbb;
	-webkit-box-shadow: 0 0px 2px 2px #bbb;
	box-shadow: 0 0px 2px 2px #bbb;
}

body#editors_choice_3 .home #picture_box {position:absolute;width:900px; height:100px;margin: -140px 0 0 30px;}
body#editors_choice_3 .home #picture_box p {padding:0 100px 0 100px;}
body#editors_choice_3 .home #picture_box p span.deadline {font-size:14px;} 
body#editors_choice_3 .home spacer_unit_2 {display:none;}

		.home .ajaxThumbs>img {
			margin-right:5px;
height:50px;
		}
		#small_slider .ajaxThumbs>img {
			margin-right:1px;
		}
		#small_slider .ajaxThumbs>img.active,
		.home .ajaxThumbs>img.active {
			border-top: 2px solid #c00;
			border-bottom: 2px solid #c00;
			margin-bottom:-2px;
		}
		
		.home .ajaxSlideTitle	{
		    margin:37px 0 0 100px;
			width:500px;
		}
		.home .ajaxSlideTitle {line-height:25px;font-family:'dendaNewLightRegular'; font-size:25px;}
		.home .ajaxSlideTitle span {font-family: 'DendaNewRegular';font-size:25px;color:#666;}
        #small_slider .ajaxSlideTitle {margin:20px 0 0 0; line-height:15px; font-size:15px;font-family:'dendaNewLightRegular';}		
		.home .ajaxImgCopy	{
			position:absolute;
			right:100px;
			bottom:0;
			font-size:9px;
		}
		#small_slider .ajaxImgCopy { position:absolute; right:425px;font-size:9px;  }

		
		.home .ajaxThumbsControls {
			width:700px;
            margin-left:100px;
			position:relative;
		}
		
		.home .ajaxThumbsWrapper	{
			width:640px;
			overflow: hidden;
			height: 100px;
			position:relative;
			margin-left:30px;
			-moz-user-select     : none;
   		-khtml-user-select   : none;
  		-webkit-user-select  : none;
   		-o-user-select       : none;
   		user-select          : none;
		}
		#small_slider .ajaxThumbsWrapper	{ margin-left:0;}
		.home .ajaxThumbs	{
			width:14800px;
			height: 100px;
			position:absolute;
			left:0px;
			-moz-user-select     : none;
   		-khtml-user-select   : none;
  		-webkit-user-select  : none;
   		-o-user-select       : none;
   		user-select          : none;
		}
	#small_slider .ajaxThumbs {
			height: 100px;
			-moz-user-select     : none;
   		-khtml-user-select   : none;
  		-webkit-user-select  : none;
   		-o-user-select       : none;
   		user-select          : none;
		}
		#small_slider .ajaxFullimg, .home .ajaxFullimg	{
			margin-left:100px;
			width:800px;
			height:470px;
			overflow:hidden;
			margin-bottom:7px;
			-moz-user-select     : none;
   		-khtml-user-select   : none;
  		-webkit-user-select  : none;
   		-o-user-select       : none;
   		user-select          : none;
   		position:relative;
		}
		
		#small_slider .ajaxFullimg {height:297px;margin-bottom:2px;margin-left:0;}
		.home .ajaxFullimg img	{
   		position:absolute;
                width:700px;
		}
		#small_slider .ajaxFullimg img	{
		  wwidth:515px;
		  position:absolute;
		  top:0;
		  left:0;
		}
		#small_slider .ajaxThumbs img	{
		  height:58.5px;
		}		
		body#editors_choice_3 .home .btn_prev	{
			position:absolute;left:0px;top:15px;z-index:99;width:25px;height:25px;background:url('/files/gfx/showcase_arrow_left.png') 50% 50% no-repeat;
		}
		body#editors_choice_3 .home .btn_next	{
			position:absolute;right:0px;top:15px;z-index:99;width:25px;height:25px;background:url('/files/gfx/showcase_arrow_right.png') 50% 50% no-repeat;
		}
		.home .btn_arrownext	{
			position:absolute;right:105px;top:220px;z-index:99;width:50px;height:50px;background:url('/files/gfx/editorschoice/arrow_right.png') 50% 50% no-repeat;display:none;
		}
		
		.home .btn_arrowprev	{
			position:absolute;left:5px;top:220px;z-index:99;width:50px;height:50px;background:url('/files/gfx/editorschoice/arrow_left.png') 50% 50% no-repeat;display:none;
		}

		#small_slider .btn_next, #small_slider .btn_prev { display:none;}


body#editors_choice_3 .wrapper { 
   float:left;
   margin:10px 10px 0 0;
   padding:10px; 
   border:solid 1px #ccc;
}
body#editors_choice_3 .wrapper h3 {
  font-size:18px !important; 
}
body#editors_choice_3 .wrapper a {
  color:#666 !important; 
}

body#editors_choice_3 .wrapper img {
  width:230px; 
}

body#editors_choice_3 .wrapper p {
  display:block;
  margin:5px 0 !important;
  padding-right:0 !important;
  text-align:right;
}

body#editors_choice_3 #related_links dd { width:780px;height:180px;overflow:hidden;position:relative}
body#editors_choice_3 #related_links ul { width:9900px;height:180px;overflow:hidden;}
body#editors_choice_3 #related_links #arrow_next , body#editors_choice_3 #related_links #arrow_prev{ width:30px;height:180px;position:absolute;z-index:99;top:0;right:0;background: url(/files/gfx/rl_arrow_next.png) no-repeat top center}
body#editors_choice_3 #related_links #arrow_prev{ left:0;background-image: url(/files/gfx/rl_arrow_prev.png)}

body#editors_choice_3 #related_links dd li {
    margin: 0 12px 20px 0;
    width: 186px;
overflow:hidden;
}

body#editors_choice_3 #related_links dt {
    margin-bottom: 20px;
}

body#editors_choice_3 h1.popup_title_tips	{
	 color: #666666;
    font-family: verdana;
    font-size: 11px;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

/******* winner page *******/

body#editors_choice_3 #ajaxSlideshowWinners #ajaxThumbs>img {
			margin-right:10px;
		}
		
		body#editors_choice_3 #ajaxSlideshowWinners #ajaxThumbs>img.active {
			border-top: 2px solid red;
			border-bottom: 2px solid red;
			margin-bottom:-2px;
		}
		
		body#editors_choice_3 #ajaxSlideshowWinners #ajaxSlideTitle	{
			font-size: 18px;
			border-bottom:1px solid #666666;
			padding-bottom:10px;
			margin-bottom:10px;
		}
		
		body#editors_choice_3 #ajaxSlideshowWinners #ajaxImgCopy	{
			margin-top:30px;
		}
		
		body#editors_choice_3 #ajaxSlideshowWinners  #ajaxThumbsControls {
			width:682px;
			position:relative;
		}
		
		body#editors_choice_3 #ajaxSlideshowWinners #ajaxThumbsWrapper	{
			width:619px;
			overflow: hidden;
			height: 100px;
			position:relative;
			margin-left:30px;
			-moz-user-select     : none;
   		-khtml-user-select   : none;
  		-webkit-user-select  : none;
   		-o-user-select       : none;
   		user-select          : none;
		}
		
		body#editors_choice_3 #ajaxSlideshowWinners #ajaxThumbs	{
			width:14800px;
			height: 100px;
			position:absolute;
			left:0;
			-moz-user-select     : none;
   		-khtml-user-select   : none;
  		-webkit-user-select  : none;
   		-o-user-select       : none;
   		user-select          : none;
		}
	
		body#editors_choice_3 #ajaxSlideshowWinners #ajaxFullimg	{
			width:682px;
			height:455px;
			overflow:hidden;
			margin-bottom:10px;
			-moz-user-select     : none;
   		-khtml-user-select   : none;
  		-webkit-user-select  : none;
   		-o-user-select       : none;
   		user-select          : none;
   		position:relative;
		text-align:center;
		}
		
		body#editors_choice_3 #ajaxSlideshowWinners #ajaxImgCamera, body#editors_choice_3 #ajaxSlideshowWinners #ajaxImgCountry	{
			font-size:13px;
		}
		
		/*#ajaxFullimg img	{
   		position:absolute;
		}*/
		
		
		body#editors_choice_3 #ajaxSlideshowWinners .btn_prev	{
			position:absolute;left:0px;top:25px;z-index:99;width:25px;height:25px;background: url("/files/gfx/editorschoice/ico_left.png") no-repeat scroll 50% 50% transparent;
		}
		body#editors_choice_3 #ajaxSlideshowWinners .btn_next	{
			position:absolute;right:0px;top:25px;z-index:99;width:25px;height:25px;background: url("/files/gfx/editorschoice/ico_right.png") no-repeat scroll 50% 50% transparent;
		}
		body#editors_choice_3 #ajaxSlideshowWinners .btn_arrownext	{
			position:absolute;right:0px;top:200px;z-index:99;width:50px;height:50px;background: url("/files/gfx/editorschoice/arrow_right.png") no-repeat scroll 50% 50% transparent;display:none;
		}
		
		body#editors_choice_3 #ajaxSlideshowWinners .btn_arrowprev	{
			position:absolute;left:0px;top:200px;z-index:99;width:50px;height:50px;background: url("/files/gfx/editorschoice/arrow_left.png") no-repeat scroll 50% 50% transparent;display:none;
		}
		body#editors_choice_3 #select_visual_winners  {
		margin:12px 31px;
		}
		body#editors_choice_3 #video  {
		margin:14px 31px;
		}
		body#editors_choice_3 #select_visual_winners a {
		color:#666;
		font-family: 'DendaNewLightRegular';
		font-size:17px;
		}
		body#editors_choice_3 #select_visual_winners a:hover, body#editors_choice_3 #select_visual_winners a.active {
		color:#d2232a;
		text-decoration:none;
		}

#related_links.editors_choice {padding-left:0px;}
#related_links.editors_choice dt {padding-left:20px;}
#related_links.editors_choice ul {width:100%; margin-left:2px;}
#related_links.editors_choice ul img {width:102px;}
#related_links.editors_choice ul img.video {left:35px;top:40px;width:35px;margin:0;}
#related_links.editors_choice ul a.thickbox {padding:0;}

#related_links.editors_choice li {float:left; width:112px;position:relative;}
#related_links.editors_choice li h2 {font-weight:normal; width:102px;text-align:center;}
#related_links.editors_choice li h2 span {display:none;}
#related_links.editors_choice li h1 {display:block;border-bottom:solid 1px #000;font-size:11px;height:1.4em;margin-bottom:5px;font-weight:bold;color:#000;font-family:Verdana;}
#related_links.editors_choice li h1.end {margin-right:10px;}

