.underline {
    text-decoration:underline;
}

h1 {
    font-size:20px;
    font-weight:bold;
    text-align:left;
    color:#222;
    margin:10px 0 10px 10px;
    padding:0;
    display:block;
}
div.header_l {
    position:relative;
    background: url(../images/guitar-chords/header_l.jpg) no-repeat top left;
    width:10px;
    height:99px;
    float:left;
    display:inline;
}

div.header_r {
    position:relative;
    float:left;
    width:10px;
    height:99px;
    background:url(../images/guitar-chords/header_r.jpg) no-repeat top right;
}

div.header_banner {
    background: #000000;
    position:relative;
    float:left;
    width:732px;
    height:95px;
    padding:4px 0 0 4px;
}

div.header_login {
    background: #000000;
    position:relative;
    float:left;
    width:161px;
    height:95px;
    padding:4px 0 0 4px;
}

div.login {
    height:84px;
    padding:4px 0 0 4px;
}

input {
    width:80px;
    height:14px;
    border:#bbbbbb solid 1px;
    background:#96979a;
    margin: 0 0 5px 8px;
    font-size:11px;
    font-weight:bold;
    text-align:left;
    color:#dadada;
    padding-left:3px;
}

.embedDiv { margin-top:15px; color:#BBB; width:716px; }
input.embed { width:605px; padding:4px; background-color:#ECECEC; border:2px solid #BBB; color:#777; font-weight:normal; margin:0; margin-left:5px; }

.input_go {
    width:19px;
    height:16px;
    border:#bbbbbb solid 1px;
    margin: 0 0 4px 0px;
}

.join {
    height:30px;
    border:#bbbbbb solid 1px;
    text-align:center;
    margin:3px;
    color:#ffc600;
    background-color:transparent;
}

.join:hover {
    background-color:#ffc600;
    color:#000000;
}

div.title_bar {
    background: url(../images/guitar-chords/title_bar.jpg) repeat-x;
    width:921px;
    height:38px;
}

div.title_bar_l {
    position:relative;
    background: url(../images/guitar-chords/title_bar_l.jpg) no-repeat top left;
    width:10px;
    height:38px;
    float:left;
    display:inline;
}
div.title_bar_r {
    position:relative;
    float:left;
    width:10px;
    height:38px;
    background:url(../images/guitar-chords/title_bar_r.jpg) no-repeat top right;
}
div.title_bar_c {
    background-image: url('images/title_bar_stripe.jpg');
    background-repeat: no-repeat;
    background-position: 720px 0px;
    position:relative;
    float:left;
    width:891px;
    height:34px;
    padding:4px 0 0 10px;
}
div.title_bar_c i {
    font-style:normal;
    color:#bbbbbb;
}
div.top_button {
    background: url(../images/guitar-chords/top_button.jpg) no-repeat top left;
    width:116px;
    height:27px;
    float:left;
    display:inline;
    margin-top:10px;
    margin-right:6px;
    text-align:center;
    padding-top:5px;
    font-size:14px;
    font-weight:bold;
    color:#e9e9e9;
    text-decoration:none;
}
div.top_button a {
    text-decoration:none;
    color:#e9e9e9;
}
div.top_button a:visited {
    text-decoration:none;
    color:#e9e9e9;
}
div.fretboard {
    position:relative;
    width:833px;
    height:130px;
    background: url(../images/guitar-chords/fretboard.jpg) no-repeat right top;
    padding-top: 2px;
}

a.playChordBtn { margin:9px auto 2px; width:28px; height:28px; overflow:hidden; background: url(../images/guitar-chords/play.jpg) no-repeat 0 0; display:block; text-indent:-9999px; }
a.playChordBtn:hover { background: url(../images/guitar-chords/play_alt.jpg) no-repeat 0 0; }

div.fret {
    position:relative;
    width:80px;
    height:18px;
    text-align: right;
    /*background: #0099FF;
    filter:alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity:0.5;*/
    float:left;
    overflow:hidden;
}

div.fretNoJS {
    position:relative;
    width:80px;
    height:18px;
    text-align: right;
    float:left;
}

div.fretHover {
    position:relative;
    width:80px;
    height:18px;
    text-align: right;
    float:left;
    background-color:#FFCC66;
    filter:alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity:0.5;
}

div.dot {
    position: absolute;
    right:0;
    width:18px;
    height:19px;
    background: url(../images/guitar-chords/dot.png) no-repeat right;
    text-align: center;
    font-weight: bold;
    padding-right:2px;
    cursor: default;
}
div.strings {
    position: absolute;
    right:0;
    width:20px;
    height:18px;
    text-align: center;
    font-weight: bold;
    font-size:16px;
}
div.fretNo {
    position: absolute;
    right:0;
    width:18px;
    height:18px;
    text-align: center;
    font-weight: bold;
}
div.aboveFretboard {
    position:relative;
    height:62px;
    float:left;
}
div.guitarContainer{
    width:855px;
    height:auto;
    padding-top:5px;
    margin:0 auto;
}
div.description {
    color:#bbbbbb;
    text-align:left;
    padding-left:20px;
    width:897px;
}
div.chordSelector{
    background: url(../images/guitar-chords/s_c_corner.jpg) repeat-y;
    height:auto;
}
div.twoColumnDiv{
    height:22px;
    float:left;
}
div.button {
    float:left;
    width:54px;
    height:20px;
    background: url(../images/guitar-chords/btn.jpg) no-repeat 0 0;
    text-align: center;
    font-weight: bold;
    font-size:12px;
    margin-bottom:5px;
    padding-top:5px;
    cursor: pointer;
    cursor: hand;
    color:#e9e9e9;
    margin-right:4px;
}
div.button:hover, div.button:active {
    background: url(../images/guitar-chords/btn.jpg) no-repeat 0 -25px;
    color:#FFFFFF;
}
div.button a { color:#E9E9E9; text-decoration:none; }
div.button a:hover, div.button a:active {
    color:#FFFFFF;
}
div.buttonActive {
    float:left;
    width:54px;
    height:25px;
    background: url(../images/guitar-chords/btn.jpg) no-repeat 0 -50px;
    text-align: center;
    font-weight: bold;
    font-size:12px;
    padding-top:5px;
    cursor: pointer;
    cursor: hand;
    color:#555555;
    margin-right:4px;
}	
div.chordTitle {
    clear:both;
    font-weight:bold;
    color:#dadada;
    padding:5px 0 5px 5px;
}

div.free_text {
    width:688px;
    clear:both;
    font-weight:normal;
    color:#edecec;
    padding:12px;
}

.tipsImg { border:1px solid #BBBBBB;float:right; margin:0px 10px 5px 10px; }

div.free_text a, div.free_text a:hover, div.free_text a:visited {
    color:#edecec;
    text-decoration:underline;
}

img, div.dot, div.dot1, div.dot2, div.dot3, div.dot4, .tuner_play, .tuner_stop { behavior: url(css/iepngfix.htc); }

.fretInfo {
    float:right;
    height:20px;
    padding: 5px 10px;
    font-weight:bold;
    color:#555555;
}
.footer {
    width:917px;
    height:31px;
    border: 2px #000000 solid;
    background: url(../images/guitar-chords/footer_background.jpg) repeat-x;
}
.footer_insider {
    width:917px;
    height:31px;
    background-image: url(../images/guitar-chords/footer_stripe.jpg);
    background-repeat: no-repeat;
    background-position: 20px 0px;
    font-size:10px;
    color:#828282;
}
.form_container {
    border: 0;
    width:238px;
    height: 24px;
    color:#f4f4f4;
}
.form_deco_r {
    border: 0;
    background:url(../images/guitar-chords/form_r.jpg) right no-repeat;
    height:24px;
    width:22px;
    float:right;
    cursor: pointer;
    cursor: hand;
}
.form_deco_c {
    border: 0;
    background:url(../images/guitar-chords/form_c.jpg) repeat-x top;
    height:24px;
    width:208px;
    float:right;
    text-align:left;
}
.form_deco_c_div {
    border: 0;
    margin-top:4px;
}
.form_deco_c_span {
    border: 0;
    color:#bebebe;
}
.form_deco_l {
    border: 0;
    background:url(../images/guitar-chords/form_l.jpg) left no-repeat;
    height:24px;
    width:8px;
    float:right;
}
.form_menu {
    width:114px;
    background:url(../images/guitar-chords/form_b.jpg) repeat-x top #717276;
    position:absolute;
    z-index:20;
    margin-left:98px;
    text-align:left;
    padding:2px;
    filter:alpha(opacity=90);
    opacity: 0.9;
    -moz-opacity:0.9;
    display:none;
}
.form_item {
    color:#f8f8f8;
    padding:2px 2px;
    font-size:11px;
    background-color:transparent;
    cursor: pointer;
    cursor: hand;
    h: expression(onmouseover=new Function("this.style.backgroundColor='#CCCCCC'; this.style.color='#222222';"), onmouseout=new Function("this.style.backgroundColor='transparent'; this.style.color='#f8f8f8';"));
}
.form_item:hover {
    color:#222222;
    background-color:#CCCCCC;
}
div.top_corners {
    background: url(../images/guitar-chords/t_corner.jpg) repeat-x;
    width:921px;
    height:20px;
}
div.top_corners_l {
    position:relative;
    height:62px;
    float:left;
    width:25px;
    height:20px;
    background:url(../images/guitar-chords/tl_corner.jpg) no-repeat top left;
}
div.top_corners_c {
    position:relative;
    height:62px;
    float:left;
    width:871px;
    height:20px;
}
div.top_corners_r {
    position:relative;
    height:62px;
    float:left;
    width:25px;
    height:20px;
    background:url(../images/guitar-chords/tr_corner.jpg) no-repeat top right;
}
div.bottom_corners_l {
    position:relative;
    height:62px;
    float:left;
    width:25px;
    height:20px;
    background:url(../images/guitar-chords/bl_corner.jpg) no-repeat top left;
}
div.bottom_corners_c {
    position:relative;
    height:62px;
    float:left;
    width:871px;
    height:20px;
    background: url(../images/guitar-chords/b_corner.jpg) repeat-x;
}
div.bottom_corners_r {
    position:relative;
    height:62px;
    float:left;
    width:25px;
    height:20px;
    background:url(../images/guitar-chords/br_corner.jpg) no-repeat top right;
}
div.fingers {
    position:relative;
    height:62px;
    float:left;
    width:205px;
    background:url(../images/guitar-chords/fingers.jpg) no-repeat bottom left;
}
div.dot1 {
    position: absolute;
    right:0;
    width:18px;
    height:19px;
    background: url(../images/guitar-chords/dot.png) no-repeat right;
    text-align: center;
    font-weight: bold;
    padding-right:2px;
    cursor: default;
    left:12px;
    top:20px;
}
div.dot2 {
    position: absolute;
    right:0;
    width:18px;
    height:19px;
    background: url(../images/guitar-chords/dot.png) no-repeat right;
    text-align: center;
    font-weight: bold;
    padding-right:2px;
    cursor: default;
    left:65px;
    top:15px;
}
div.dot3 {
    position: absolute;
    right:0;
    width:18px;
    height:19px;
    background: url(../images/guitar-chords/dot.png) no-repeat right;
    text-align: center;
    font-weight: bold;
    padding-right:2px;
    cursor: default;
    left:115px;
    top:25px;
}
div.dot4 {
    position: absolute;
    right:0;
    width:18px;
    height:19px;
    background: url(../images/guitar-chords/dot.png) no-repeat right;
    text-align: center;
    font-weight: bold;
    padding-right:2px;
    cursor: default;
    left:160px;
    top:45px;
}
div.fingers_right {
    position:relative;
    height:62px;
    float:left;
    width:567px;
    height:auto;
    text-align:right;
    z-index:1;
}
div.box_title {
    width:712px;
    height:23px;
    border: solid 2px #bbbbbb;
    background: url(../images/guitar-chords/box_title.jpg) repeat-x;
    text-align:left;
}
.box_title_inner {
    background: url(../images/guitar-chords/box_title_inner.jpg) no-repeat;
    width:702px;
    height:23px;
    overflow:visible;
    font-size:18px;
    color:#f3e7b9;
    font-weight:normal;
    margin:0;
    padding-left:10px;
}
div.box_container {
    width:712px;
    border: solid 2px #bbbbbb;
    border-top:none;
    background:url(../images/guitar-chords/box_background.jpg) repeat-x;
    margin-bottom:15px;
    text-align:left;
}
div.box_container_r {
    width:122px;
    border-top:none;
    background:url(../images/guitar-chords/right_wall.jpg) no-repeat;
    text-align:center;
    height:auto;
    overflow:hidden;
}

div.cs_corners_top {
    background: url(../images/guitar-chords/s_t_corner.jpg) repeat-x;
    width:695px;
    height:17px;
}
div.cs_corners_top_l {
    position:relative;
    height:62px;
    float:left;
    width:12px;
    height:17px;
    background:url(../images/guitar-chords/s_tl_corner.jpg) no-repeat top left;
}
div.cs_corners_top_c {
    position:relative;
    height:62px;
    float:left;
    width:671px;
    height:17px;
}
div.cs_corners_top_r {
    position:relative;
    height:62px;
    float:left;
    width:12px;
    height:17px;
    background:url(../images/guitar-chords/s_tr_corner.jpg) no-repeat top right;
}
div.cs_center_div {
    width:695px;
    background:url(../images/guitar-chords/s_c_corner.jpg) repeat-y;
    padding-left:10px;
}
div.cs_corners_bottom {
    background: url(../images/guitar-chords/s_b_corner.jpg) repeat-x;
    width:695px;
    height:17px;
}
div.cs_corners_bottom_l {
    position:relative;
    height:62px;
    float:left;
    width:12px;
    height:17px;
    background:url(../images/guitar-chords/s_bl_corner.jpg) no-repeat bottom left;
}
div.cs_corners_bottom_c {
    position:relative;
    height:62px;
    float:left;
    width:671px;
    height:17px;
}
div.cs_corners_bottom_r {
    position:relative;
    height:62px;
    float:left;
    width:12px;
    height:17px;
    background:url(../images/guitar-chords/s_br_corner.jpg) no-repeat bottom right;
}
div.cs_right_div {
    width:130px;
    background:url(../images/guitar-chords/s_c_corner_130px.jpg) repeat-y;
}

#menucontainer { width: 233px; }

#menucontainer ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-left:3px;
    text-align:left;
}

#menucontainer a
{
    display: block;
    width: 212 px;
    padding-left:15px;
    height:20px;
    padding-top:3px;
}

#menucontainer li
{
    height:20px;
}

#menucontainer a:link, #menulist a:visited
{
    color: #f4f4f4;
    text-decoration: none;
}

#menucontainer a:hover
{
    background-color: #7c7c7c;
}

#active_item
{
    background-color: #9b9b9b;
}

.tuner_box {
    width:34px;
    height:19px;
    position:absolute;
    background:#ededed;
    border: solid 2px #dbd9da;
    padding:5px 0 0 0;
    font-size:14px;
    color:#555555;
    font-weight:bold;
    top:10px;
}

.tuner_play {
    width:26px;
    height:26px;
    position:absolute;
    background: url(../images/guitar-chords/tuner_play.png) no-repeat 0 0;
    top:43px;
    cursor: pointer;
    cursor: hand;
}

.tuner_play:hover{
    background: url(../images/guitar-chords/tuner_play.png) no-repeat 0 -26px;
}

.tuner_stop {
    width:26px;
    height:26px;
    position:absolute;
    background: url(../images/guitar-chords/tuner_play.png) no-repeat -26px 0;
    top:250px;
    left:352px;
    cursor: pointer;
    cursor: hand;
}

.tuner_stop:hover{
    background: url(../images/guitar-chords/tuner_play.png) no-repeat -26px -26px;
}
.inserter_btn {
    color: black;
    font-size:14px;
    font-weight:bold;
    background-color:#CCCCCC;
    padding:5px;
    margin:0 auto;
    text-align:center;
    border:1px solid black;
}


div .sociable { margin: 16px 0 !important; text-align:center; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
    position: absolute;
    display: block;
    top: -5em;
    background: #ffe;
    border: 1px solid #ccc;
    color: black;
    line-height: 1.25em;
}

.sociable span {
    display: block;
}
.sociable ul {
    display: inline;
    margin: 0 !important;
    padding: 0 !important;
}
.sociable li {
    background: none;
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 2px;
}
.sociable ul li:before { content: ""; }
.sociable img {
    float: none;
    width: 16px;
    height: 16px;
    border: 0;
    margin: 0;
    padding: 0;
}

.sociable-hovers {
    opacity: .4;
    -moz-opacity: .4;
    filter: alpha(opacity=40);
}
.sociable-hovers:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
.h3_right {
    margin:0px;
    padding:0px;
    font-size:10px;
    font-weight:normal;
    color:#555;
}
