/* *****************************************************************
MyConcert Area definitions
***************************************************************** */
#myConcerts h2 {
    font-size:1em;
    margin:8px 0px 4px 0px;
    padding:0px;
    float:left;
    width:100%;
    text-transform:uppercase;
}

#myConcerts form, #myConcerts fieldset  {
    margin:0px;
    padding:0px;
    border:none;
	margin-bottom:2px;
}

.wtextField {
    background-color:#000;
    border:1px solid #666;
    font-size:1em;
    color:#AAA;
    outline-style:none;
 
}
#myConcerts .textField {
    background-color:#000;
    border:1px solid #666;
    font-size:1em;
    color:#AAA;
    outline-style:none;
    padding:1px 2px;
}

#myConcerts .inputButton {
    border:1px solid #AAA;
    background-color:#333;
    outline-style:none;
}

#myConcerts #playlists, #myConcerts #loginArea, #myConcerts #searchArea {
    float:left;
    border:0px solid #666;
    border-top-width:1px;
    width:100%;
}
/*
a#searchTab span {
    display:none;
}

a#searchTab {
    background:url("../pix/icons/smallicons.png") no-repeat -112px 0px;
    width:14px;
    font-size:10px;
    line-height:10px;
}

a#searchTab:hover {
    background-position:-112px -14px;
}
*/

#searchForm, #loginForm {
    padding:8px 0px !important;
}

/** General definition of thumbItems */
.itemGroup {
    clear:both;
    height:70px;
    width:737px;
    overflow:hidden;
	margin-top:3px;
}

.thumbItem {
    float:left;
    padding-right:8px;
    height:60px;
    /* overflow:hidden; */
}

.thumbItem img, .thumbItem .info a {
    display:block;
    float:left;
    width:105px;
}

.thumbItem .info a {
    width:97px;
    height:52px;
    display:block;
    padding:4px;
    line-height:1em;
    text-align:left;
    cursor:pointer;
	float: none;
	margin-top: 105px;
}

#playlists .thumbItem .info a {
	margin-top: 0px;
	float: left;
}

.info .title, .info .description {
    display:block;
    width:100%;
}

/** Display option "displayfull" */
.displayfull .thumbItem {
    width:210px;
}

.displayfull .thumbItem a:hover + .info a {
    color:#0cace4;
}

/** Display option "thumbsonly" */
.thumbsonly .thumbItem {
    width:105px;
    height:60px !important;
    position:relative;
    overflow:hidden;
}

.thumbsonly .thumbItem .info a {
    position:relative;
    top:-60px !important;
    left:0px;
    opacity:0.0;
    -moz-opacity:0.0;
    filter:alpha(opacity=0);
}

.thumbsonly .thumbItem .info a:hover, .thumbsonly .thumbItem a:hover + .info a, .thumbsonly .thumbItem a:hover + .buttons + .info a {
    color:#FFF;
    background:#000;
    opacity:0.8;
    -moz-opacity:0.8;
    filter:alpha(opacity=80);
}

.thumbsonly .thumbItem .info a:hover {
    color:#FFF;
    background:#000;
    opacity:0.8;
    -moz-opacity:0.8;
    filter:alpha(opacity=80);
}

/** Display option "textonly" */
.textonly .thumbItem img {
    display:none;
}

.textonly .thumbItem .info a {
    border:0px solid #666;
    border-right-width:1px;
}

/** Rules for bigger thumbItems in .grid area */

.grid {
   /* overflow:hidden;*/
}

#content .itemGroup {
    width:104%;
    height:100%;
}

#content .thumbItem {
    width:175px;
    height:184px;
    padding-right:19px;
    margin-bottom:10px;
    overflow:visible;
    border:0px solid #666;
    border-bottom-width:1px;
}

#content .thumbItem img{
    margin-bottom:5px;
}

#content .thumbItem img, #content .thumbItem .info a {
    display:block;
    width:100%;
    padding:0px;
}

#content .thumbItem .title, #content .thumbItem .description, #content.textonly .thumbItem .description, #content.textonly .thumbItem .title {
    width:55%;
    float:left;
}

#content .thumbItem .date, #content .thumbItem .duration, #content.textonly .thumbItem .date, #content.textonly .thumbItem .duration {
    width:43%;
    float:right;
    text-align:right;
}

/** Buttons */
.thumbItem .buttons {
    height:11px;
    padding:0px 0px 5px 0px;
    float:left;
    width:100%;
}

.thumbItem .buttons a {
    display:block;
    clear:none;
    float:left;
    margin-right:2px;
    width:14px;
    height:11px;
    background:url("../pix/icons/smallicons.png") no-repeat top left;
}

.thumbItem .buttons a span { display:none; }
.thumbItem .buttons .addToPlaylist { background-position:-42px top; }
.thumbItem .buttons .addToCart { background-position:-70px top; }
.thumbItem .buttons .sendToFriend { background-position:-56px top; }
.thumbItem .buttons .sendToPhone { background-position:-84px top; }
.thumbItem .buttons .addToPlaylist:hover, .thumbItem .buttons .addToPlaylist.active { background-position:-42px bottom; }
.thumbItem .buttons .addToCart:hover, .thumbItem .buttons .addToCart.active { background-position:-70px bottom; }
.thumbItem .buttons .sendToFriend:hover, .thumbItem .buttons .sendToFriend.active { background-position:-56px bottom; }
.thumbItem .buttons .sendToPhone:hover, .thumbItem .buttons .sendToPhone.active { background-position:-84px bottom; }

/** thumbsonly */
#content.thumbsonly .thumbItem {
    height:110px !important;
    overflow:hidden;
}

#content.thumbsonly .thumbItem .info a {
    padding:4px;
    width:167px;
    height:92px !important;
    position:relative;
    top:-124px !important;
}

#content.thumbsonly .thumbItem .info a span {
    width:100%;
    text-align:left;
    float:left;
}

#content.thumbsonly .thumbItem .buttons {
    position:relative;
    top:-24px;
    z-index:10;
    background-color:#000;
    opacity:0.8;
    -moz-opacity:0.8;
    filter:alpha(opacity=80);
    width:auto;
    padding:4px;
    margin:0px;
    float:right;
}

/** textonly */
#content.textonly .thumbItem {
    height:75px;
    overflow:hidden;
    border-width:0px;
}

#content.textonly .thumbItem img {
    display:none;
}

#content.textonly .thumbItem .info a {
    width:100%;
    border-width:0px !important;
}

/* *****************************************************************
Related Area definitions
***************************************************************** */
#relatedArea {
    width:737px;
    clear:both;
    padding:0px 0px 0px 20px;
    height:92px;
    border:0px solid #666;
    border-top-width:1px;
}

.content_form_purchase {
	margin-top: -30px;
	margin-bottom: 50px;
	vertical-align:middle;
/*    height:40px;*/
}

.content_form_purchase .price {
	font-size: 25px;
	vertical-align:middle;
	width: 170px;
    height:40px;
	float: left;
	line-height: 40px;
}

.content_form_purchase div {
	width: 96px;
/*	overflow: hidden;*/
	float: right;
}

form.fivestar-widget {
	margin-top:15px;
}

.content_form_purchase a.buy_btn_en {
/*    padding-left:48px;*/
    width:96px;
    height:30px;
	margin-top: 12px;
    display:block;
    background-position:0px 0px;
    background-repeat:no-repeat;
    background-image:url("../pix/icons/btn-buy-en.png");
}

.content_form_purchase a.buy_btn_en:hover {
    background-position:0px -30px;
}

.content_form_purchase a.buy_btn_en:active {
    background-position:0px -30px;
}

.content_form_purchase a.buy_btn_fr {
/*    padding-left:48px;*/
    width:96px;
    height:30px;
    margin:0px;
    display:block;
    background-position:0px 0px;
    background-repeat:no-repeat;
    background-image:url("../pix/icons/btn-buy-fr.png");
}

.content_form_purchase a.buy_btn_fr:hover {
    background-position:0px -30px;
}

.content_form_purchase a.buy_btn_fr:active {
    background-position:0px -30px;
}

.content_form_purchase a.view_btn_en {
    padding-left:48px;
    width:96px;
    height:30px;
    margin:0px;
    display:block;
    background-position:0px 0px;
    background-repeat:no-repeat;
    background-image:url("../pix/icons/btn-watch-en.png");
}

.content_form_purchase a.view_btn_en:hover {
    background-position:0px -30px;
}

.content_form_purchase a.view_btn_en:active {
    background-position:0px -30px;
}

.content_form_purchase a.view_btn_fr {
    padding-left:48px;
    width:96px;
    height:30px;
    margin:0px;
    display:block;
    background-position:0px 0px;
    background-repeat:no-repeat;
    background-image:url("../pix/icons/btn-watch-fr.png");
}

.content_form_purchase a.view_btn_fr:hover {
    background-position:0px -30px;
}

.content_form_purchase a.view_btn_fr:active {
    background-position:0px -30px;
}

.content_form_purchase_list {
	text-align: right;
	width: 100%;
	margin-top: -23px;
}

.content_form_purchase_list div {
	width: 36px;
	overflow: hidden;
	float: right;
	text-align: right;
}

.content_form_purchase_list a.buy_btn_en {
/*    padding-left:23px;*/
    width:36px;
    height:10px;
    margin:0px;
    display:block;
    background-position:0px 0px;
    background-repeat:no-repeat;
    background-image:url("../pix/icons/btn_buy_small_en.png");
}

.content_form_purchase_list a.buy_btn_en:hover {
    background-position:0px -10px;
}

.content_form_purchase_list a.buy_btn_en:active {
    background-position:0px -10px;
}

.content_form_purchase_list a.buy_btn_fr {
/*    padding-left:23px;*/
    width:36px;
    height:10px;
    margin:0px;
    display:block;
    background-position:0px 0px;
    background-repeat:no-repeat;
    background-image:url("../pix/icons/btn_buy_small_fr.png");
}

.content_form_purchase_list a.buy_btn_fr:hover {
    background-position:0px -10px;
}

.content_form_purchase_list a.buy_btn_fr:active {
    background-position:0px -10px;
}

.content_form_purchase_list a.view_btn_en {
    padding-left:23px;
    width:36px;
    height:10px;
    margin:0px;
    display:block;
    background-position:0px 0px;
    background-repeat:no-repeat;
    background-image:url("../pix/icons/btn_watch_small_en.png");
}

.content_form_purchase_list a.view_btn_en:hover {
    background-position:0px -10px;
}

.content_form_purchase_list a.view_btn_en:active {
    background-position:0px -10px;
}

.content_form_purchase_list a.view_btn_fr {
    padding-left:23px;
    width:36px;
    height:10px;
    margin:0px;
    display:block;
    background-position:0px 0px;
    background-repeat:no-repeat;
    background-image:url("../pix/icons/btn_watch_small_fr.png");
}

.content_form_purchase_list a.view_btn_fr:hover {
    background-position:0px -10px;
}

.content_form_purchase_list a.view_btn_fr:active {
    background-position:0px -10px;
}

.btnPreview {
	margin-left: 30px;
	margin-bottom: 7px;
}