@charset "utf-8";
/* CSS Document */

div.clues {
	width: 520px;
	height: auto;
	clear: both;
	border-bottom: 1px solid #cccccc;
}

div.pic {
	width: 340px;
	height: auto;
	float: left;
}

div.imgs {
	width: 180px;
	height: auto;
	float: left;	
}

div.competitionDetails {
	width: 520px;
}


div.right {
    margin-right:57px;
	width: 400px;
	float: right;
	background: #ebebeb;
}

/* CLUES */

div.imgs h4 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 25px;
}

div.imgs img {
	border: 1px solid #cccccc;
	margin-bottom: 9px;
}

div.itemNotify {
	height: 20px;
	padding-left: 20px;
	padding-top: 0px;
	margin: 5px 15px 25px 10px;
	//margin: 0px 15px 25px 10px;	
	float: left;
}

span.time {
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
}

div.much {
	background:url(../images/competition/iconClock.png) no-repeat left top;
	color: #292816;
}

div.few {
	background: url(../images/competition/iconWarning.png) no-repeat left top;
	color: #cf2815;
}

div.clues div.date {
	float: left;
	padding-top: 10px;
	margin-right: 20px;
}

/* RIGHT */

ul.tabs {
	width: 400px;
	height: 30px;
	float: left;
	background: #EBEBEB;
	border-bottom: 1px solid #000;
    padding-top:1px;
}
.tabs li, .tabs a
{
    margin:0;
}

div.tabCaptionActive {
	height: 22px;
	width: auto;
	padding: 8px 8px 0px 8px;
	float: left;
	background: url(../images/competition/compPayment/leftCaptionBG.png) repeat-x top;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
}

div.tabCaption {
	height: 22px;
	width: auto;
	padding: 8px 8px 0px 8px;

	float: left;
	background: #ebebeb;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
}

div.tabContent {
	width: 350px;
	height: auto;
	float: left;
	padding: 15px 25px;
	font-size: 12px;
}

div.tabContent h3 {
	color: #cf2815;
	font-size: 16px;
}

div.tabContent table{
	margin: 1em auto;
	font-size: 13px;
}

div.tabContent table tr td {
	width: 110px;
	white-space: nowrap;
}

div.tabContent input.input {
	width: 283px;
	border: 1px solid #cccccc;
	margin-top: 7px;
	//margin-top: 10px;
}

div.tabContent input.quantityRadio {
	vertical-align: middle;
}

div.tabContent img.payForPlay{
	margin: 10px auto auto 100px;
	cursor: pointer
}

/* SIMPLE */

div.placeholder {
	width: 520px;
	height: 340px;
	background: #ccc;
}

div.playBTN {
	width: 105px;
	height: 70px;
	float: left;
	margin-left: 21px;
	padding-top: 5px;
	background: #cccccc;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

div.playBTN img{
	cursor: pointer;
}

table.radio td{
	height: 30px;
}

div.tabContent table tr td.qTD {
	width: 200px;
    white-space: normal;
}

div.tabContent table tr td.radioTD {
	width: 15px;
	white-space: nowrap;
}

div#text_under_fb_button_on_free_competitions{
  color: #444444;
  font: 12px Arial;
  text-align: center;
  width: 320px;
}
