/** Guitar Guru Upgrade CSS **/

.back { font-size: 13px; }
#ggup_wrap img { border: none; }
.ggup_head, .ggv2_head { background: url(../../images/sheetmusic/promos/guru_upgrade_top.jpg) no-repeat; height: 87px; }

/* Delete This to end $1.00 Sale */
/* .ggup_head { background-image: url(../../images/sheetmusic/promos/guru_upgrade_top_sale.jpg)!important; } */
/* End Delete */

.ggv2_head { background: url(../../images/guitarguru/VoiceCommand/v2_head.jpg) no-repeat; height: 86px; }
.gggp_head { background: url(../../images/guitarguru/giftpack/gg_giftpack_top.jpg) no-repeat; height: 81px; }
.ggup_mid { background: #000; padding: 15px; }
.ggup_bord { border: 1px solid #202E3D; padding: 25px 15px 15px 0px; }
    .ggup_bord table tr td.preview { width: 339px; text-align: center; color: #FFF; }
    .ggup_bord table tr td.preview span { display: block; }
    .ggup_bord table tr td.preview a { color: #FFF; }
    .ggup_bord table tr td.preview a:hover { text-decoration: none; }
    .ggup_bord table tr td.detail { padding: 3px; }
    .ggup_bord table tr td.detail { text-align: center; }
    .ggup_bord table tr td.detail img { margin-bottom: 10px; }
    .ggup_bord table tr td.detail .text { text-align:left; width: 350px; border-top: 1px solid #383838; border-bottom: 1px solid #383838; padding: 15px 5px 15px 10px; color: #FFF; margin: 15px 0 25px 0; font-family: Tahoma, Arial, sans-serif; font-size: 11px; line-height: 16px; }
    .ggup_bord table tr td.detail .text a { color: #F2C81E; }
    .ggup_bord table tr td.detail .text a:hover { text-decoration: none; }
    .ggup_bord table tr td.detail .text h2 { padding: 0px; margin: 0px; font-size: 13px; color: #EDC319; font-family: Arial, sans-serif; padding-bottom: 15px; }
    .ggup_bord table tr td.detail .text h2 span { color: #FFF; }
    .ggup_bord table tr td.detail table.buttons tr td { text-align: center; }
    .ggup_bord table tr td.detail table.buttons tr td.big { padding: 0 10px 0 10px;}    
.ggup_bott { height: 107px; background: url(../../images/sheetmusic/promos/guru_upgrade_bottom.jpg) no-repeat; }

/* the overlayed element */
.simple_overlay {

	/* must be initially hidden */
	display:none;

	/* place overlay on top of other elements */
	z-index:10000;

	/* styling */
	background-color:#FFF;

	padding: 20px;

	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../../images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
.simple_overlay p {
	font-size: 14px;
}

