/* winner container */
.photog {
	background: transparent url(../img/global/bg_scoring.png) no-repeat scroll 0px 0px;
	height:48px;
	width:222px;
	margin-bottom: 8px;
}
.photogContainer {
	margin-bottom: 15px;
}
.photogContainer .member {
	float: left;
	width: auto;
	margin: 0 8px 5px 0;
}
.photogContainer li.username {
	width: 220px;
	z-index: 10;
}
.photogContainer .photomenu {
	margin: 0;
}
.photogContainer .userhref {
	display: inline;
}
.photogContainer .quote {
	clear: both;
	float: left;
	margin-top: 15px;
	background-color: #E8E8E8;
	width: 218px;
}
.photogContainer .quote em {
	display: block;
	text-indent: -999em;
	background: #FFF url(../img/global/bg_scoring.png) no-repeat scroll 0px -49px;
	width: 64px;
	height: 47px;
	left: -4px;
	top: -7px;
	position: relative;
	z-index: 1;
}
.photogContainer .quote em.z {
	background-position: -64px -49px;
	float: right;
	left: 4px;
	top: 9px;
}
.photogContainer .quote p {
	padding: 0 16px;
}
.winContainer {
	min-height: 330px;
	height: auto !important;
	height: 335px;
	display: block;
}
.winContainer div.member {
	float: left;
}
.winContainer li.username {
	width: 136px;
}
.winContainer ul.photomenu {
	clear: left;
}
.faveContainer {
	width: 56px;
	height: 68px;
}
.faveContainer a {
	display: block;
	margin: 0 auto;
	text-indent: -999em;
	height: 24px;
	width: 26px;
	background: transparent url(../img/global/bg_photos.png) no-repeat scroll -17px 0px;
}
.faveContainer a.on {
	background-position: -17px -35px;
}
.faveContainer a:hover {
	background-color: #FFF;
	background-position: -17px -35px;
}
.faveContainer em {
	margin: 0 auto;
	height: 14px;
	width: 41px;
	background: transparent url(../img/global/bg_photos.png) no-repeat scroll 0px -142px;
}
.faveContainer span {
	font-size: 11px;
	color: #525252;
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 4px;
	height: 14px;
}
.winContainer div.col {
	clear: right;
	float: right;
}
.winContainer div.photoContainer {
	height: auto;
	float: left;
	overflow: hidden;
	width: 415px;
	margin-bottom: 20px;
}
.yayContainer {
	width: 56px;

}
.yayContainer em {
	height: 14px;
	width: 56px;
	margin-bottom: 4px;
	background: transparent url(../img/global/bg_photos.png) no-repeat scroll 0px -167px;
}
.yayContainer label {
	cursor: pointer;
	display: block;
	float: left;
	text-indent: -999em;
	height: 15px;
	width: 17px;
	margin-left: 6px;
	background: transparent url(../img/global/bg_photos.png) no-repeat scroll;
}
.yayContainer input {
	cursor: pointer;
	float: left;
	width: 14px;
	height: 14px;
	margin-left: 5px;
}
.yay1, .yay2, .yay3, .yay4, .yay5, .yay6 {
	height: 34px;
}
#yayTip {
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 2px 4px;
	width: 60px;
	height: 13px;
	background-color: #FFF;
	border: 2px solid #666;
	color: #4B93E3;
	font-size: 11px;
	z-index: 800;
}
.yay1 label {
	background-position: 0px 0px;
}
.yay2 label {
	background-position: 0px -15px;
}
.yay3 label {
	background-position: 0px -30px;
}
.yay4 label {
	background-position: 0px -45px;
}
.yay5 label {
	background-position: 0px -60px;
}
.yay6 label {
	background-position: 0px -75px;
}
.yayContainer span {
	display: block;
	width: 100%;
	font-size: 11px;
	color: #525252;
	margin-bottom: 5px;
	text-align: center;
	clear: left;
}
.winDetail .desc {
	float: left;
	width: 183px;
	padding: 3px;
	margin-top: 7px;
	background-color: #EEE;
	font-size: 11px;
	height: auto !important;
	min-height: 167px;
	height: 167px;
}
.desc p {
	margin-bottom: 11px;
	overflow: hidden;
}
.winDetail {
	float: right;
	height: auto !important;
	height: 327px;
	width: 259px;
	position: relative;
	z-index: 200;
}
.winDetail ul.a {
	float: left;
}
.winDetail a.userhref {
	display: block;
	font-size: 14px;
}
.winDetail ul.photomenu {
	margin-top: 6px;
	margin-bottom: 6px;
	margin: 7px 0 3px 0;
}
/* scoring */
.scoring {
	margin-top: 10px;
	width: 115px;
	float: right;
}
.scoring li {
	cursor: pointer;
	width: 52px;
	height: 54px;
}
.scoring a .ieSucks {
	cursor: pointer;
	width: 52px;
	height: 54px;
	display: block;
	text-indent: -999em;
	background: #FFF url(../img/global/scoring.png) no-repeat scroll;
}
.scoring a:hover {
	background-color: #FFF;
}
.scoring a.one .ieSucks {
	background-position: 0px 0px;
}
.scoring a.two .ieSucks {
	background-position: 0px -54px;
}
.scoring a.three .ieSucks {
	background-position: 0px -108px;
}
.scoring a.four .ieSucks {
	background-position: 0px -162px;
}
.scoring a.five .ieSucks {
	background-position: 0px -216px;
}
.scoring a:hover.one .ieSucks {
	background-position: -52px 0px;
}
.scoring a:hover.two .ieSucks {
	background-position: -52px -54px;
}
.scoring a:hover.three .ieSucks {
	background-position: -52px -108px;
}
.scoring a:hover.four .ieSucks {
	background-position: -52px -162px;
}
.scoring a:hover.five .ieSucks {
	background-position: -52px -216px;
}
#scoron.one .ieSucks {
	background-position: -78pt 0px;
}
#scoron.two .ieSucks {
	background-position: -104px -54px;
}
#scoron.three .ieSucks {
	background-position: -104px -108px;
}
#scoron.four .ieSucks {
	background-position: -104px -162px;
}
#scoron.five .ieSucks {
	background-position: -104px -216px;
}
.scoring li.disabled {
	cursor: default;
	background: #FFF url(../img/global/scoring.png) no-repeat scroll -156px 0;
	width: 52px;
	height: 268px;
	text-indent: -999em;
}
.scoreit div.col {
	width: 90px;
}
.scoreit div.summary div.col {
	width: 600px;
	padding-top: 5px;
}
.scoreit li.username {
	margin: 0px;
}
.scoreit div.summary p {
	width: 525px;
}
.scoreit div.summary {
	height: auto !important;
	min-height: 90px;
	height: 90px;
}
.winDetail div.a {
	padding-top: 12px;
	font-size: 11px;
	clear: both;
	text-align: center;
}
.winDetail div.a a {
	font-size: 12px;
}
.winDetail div.a ul.photomenu {
	text-align: left;
	font-size: 11px;
	float: none;
	margin: 10px auto;
	padding-left: 25px;
}
/* comments */
.comment {
	background: transparent url(../img/global/title_comments.png) no-repeat scroll;
	height: 23px;
	width: 94px;
	padding-bottom: 8px;
	margin-left: 0 !important;
}
.owner {
	height: 31px;
	width: 123px;
	background-position: 0px -48px;
	padding-bottom: 0px;
	margin: 0;
}
.frmComment {
	background: transparent url(../img/global/title_comments.png) no-repeat scroll 0px -33px;
	height: 10px;
	width: 83px;
}
.comments form {
	float: right;
	width: 280px;
}
.comments ul {
	width: 370px;
	margin-right: 19px;
}
.comments ul ul {
	width: 275px;
	float: left;
}
.comments div.member {
	padding: 0;
	padding-right: 3px;
}
.comments li.a {
	border-bottom: 1px solid #DDD;
	margin-bottom: 16px;
	padding-bottom: 4px;
}
.comments li.a p {
	clear: both;
	float: none;
	padding: 0;
	padding-top: 9px;
	font-size: 12px;
	color: #868686;
	width: auto;
	overflow: hidden;
}
p.j_toggle {
	float: left;
	width: 100px;
}
p.j_toggle a.z {
	font-size:10px;
}
.comments li.a p.j_toggle {
	float: left;
	width: 240px;
	clear: none;
	padding: 0;
	font-size: 11px;
}
.comments a.userhref {
	display: inline;
}
.comments span {
	float: left;
	display: block;
	width: 240px;
	display: inline;
	font-size: 10px;
}
.comments span b {
	color: #A1148B;
	display: block;
}
.comments ul.usermenu {
	width: auto;
}
.comments li.username {
	font-size: 11px;
}
.comments form.z {
	clear: both;
	float: none;
}
.comments a.del {
	margin-top: 2px;
	cursor: pointer;
	float: right;
	display: block;
	width: 98px;
	color: #F2888D;
	font-size: 10px;
}
.comments a:hover.del {
	color: #FFF;
}
form a.login {
	font-size: 12px;
	border: 1px solid #ccc;
	padding: 11px;
}
a.nxt {
	display: block;
	float: right;
	background: #FFF url(../img/global/bg_scoring.png) no-repeat scroll -297px 0px;
	width: 157px;
	height: 44px;
	overflow: hidden;
	text-indent: -999em;
	margin-bottom:9px;
}
a:hover.nxt {
	background-position: -297px -48px;
}
a.up {
	display: block;
	float: right;
	background: #FFF url(../img/global/bg_scoring.png) no-repeat scroll -223px 0px;
	width: 68px;
	height: 40px;
	overflow: hidden;
	text-indent: -999em;
	margin: 0 7px 9px 0;
}
a:hover.up {
	background-position: -223px -48px;
}
/* sharing */
a.shareContainer {
	background:transparent url(../img/global/bg_photos.png) no-repeat scroll 0px -90px;
	display:block;
	height:26px;
	text-indent:-999em;
	width:73px;
}
a.shareContainer:hover {
	background-color: #FFF;
	background-position: 0px -116px;
}
#tb_share_info ul.col {
	float: left;
	width: 126px;
}
#tb_share_info ul.col li {
	margin-bottom: 8px;
	padding-left: 29px;
}
#tb_share_info li {
	background: #FFF url(../img/global/share_icons.png) no-repeat scroll 0px 0px;
	height: 16px;
	overflow: hidden;
	padding-left: 21px;
	font-size: 11px;
}
#tb_share_info li.s2 {
	background-position: 0px -16px;
}
#tb_share_info li.s3 {
	background-position: 0px -32px;
}
#tb_share_info li.s4 {
	background-position: 0px -48px;
}
#tb_share_info li.s5 {
	background-position: 0px -64px;
}
#tb_share_info li.s6 {
	background-position: 0px -80px;
}
#tb_share_info li.s7 {
	background-position: 0px -96px;
}
#tb_share_info li.s9 {
	background-position: 0px -128px;
}
#tb_share_info li.s10 {
	background-position: 0px -144px;
}
#tb_share_info input {
	margin-bottom: 15px;
}
#tb_share_info div.button a {
	float:left;
	font-size:11px;
	height:31px;
	overflow:hidden;
}
#tb_share_info div.button a:hover img {
	margin-top: -31px;
}
#tb_share_info div.button img {
	border:0 none;
}