@charset "utf-8";
#fullPromo {
	width: 434px;
	height: 457px;
	overflow: hidden;
	margin-bottom: 22px;
}
#fullPromo p { margin-bottom: 4px; }

#fullPromo .image_holder { height: 264px; width: 434px; position: relative; }
#fullPromo .image_holder img { height: 254px; width: 434px; }
#fullPromo .image_holder .cline { height: 5px; margin-top: 5px; background-color: #ff00cc; }

#fullPromo .description {
	width: 434px;
	height: 128px;
	padding-top: 5px;
	padding-bottom: 8px;
	text-align: right;
}

#fullPromo .description .title, #fullPromo .description .details {
	height: 48px;
	overflow: hidden;

}
#fullPromo .description .title {
	float: right;
	width: 264px;
	font-size: 18px;
	font-weight: bold;
	color: #005aff;
}
#fullPromo .description .details {
	float: left;
	width: 158px;
	padding-right: 10px;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	color: #000;
}

#fullPromo .description .text {
	width: 434px;
	height: 72px;
	padding: 6px 0px 4px;
	font-size: 12px;
	color: #666;
	overflow: hidden;
}

/***/

#fullPromo .price {
	position:relative;
	background: #ececec;
	width: 429px;
	height: 50px;
	padding-top: 6px;
	padding-right: 5px;
}


#fullPromo .price .cbutton {
	float: left;
	padding-top: 2px;
	height: 48px;
	width: 80px;
}

#fullPromo .price .details {
	float: right;
	display:inline-block;
	padding-top: 2px;
	height: 48px;
	width: 315px;
	text-align: right;
	font-size: 12px;
	line-height:16px;
	color: #000;
}
#fullPromo .price .details p {display:block;margin:0px;padding:0px}

#fullPromo .price .details strong {
	color: #005aff;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	padding: 0px 2px;
}

/*-- exclusive sign --*/
#fullPromo .label {
	float: right;
	display:inline-block;
	margin-top:-6px!important;
	margin-right:-5px!important;
	margin-left:-12px;
	width: 45px; height: 45px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: top left;
}

/*-- last seats tag --*/
#fullPromo .lastseats {
	display:block;
	position:absolute;
	background: transparent url(../img/ics/tag_lastseats.gif) no-repeat top left;
	z-index:20;
	top:12px;right:265px;
	width: 95px; height: 20px;
	cursor: pointer;}
