

/* DROPDOWN MENU */
.bak_dropdown_menu {
 padding: 0px;
 border-left: 1px solid #00539f;
 border-right: 1px solid #00539f;
 border-bottom: 1px solid #00539f;
 background-color:#fff;
 float: left;
}
.bak_dropdown_menu a {
 color: #00539f;
}
.bak_dropdown_menu p {
 padding: 5px;
}

.dropdown_column {
 padding: 5px 15px;
 float: left;
}

.dropdown_footer {
 padding: 5px;
 background-color: #f5f5f5;
 clear: both;
}
.dropdown_footer a {
 color: #00539f;
}

/* TOP SELLERS */
.popup_top_seller {
 width: 183px;
 height: 162px;
 background: url('../images/popup/bak_popup_top_sellers.gif') no-repeat;
 float: left;
}

.popup_top_seller_header {
 width: 175px;
 height: 35px;
 padding: 20px 4px 5px 4px;
 font-size: 9px;
 text-align: center;
 float: left;
}
.popup_top_seller_header h2 {
 font-size: 16px;
 color: #ec008c;
 padding-bottom: 5px;
}
.popup_top_seller_content {
 height: 45px;
 padding: 10px;
 font-size: 9px;
 float: left;
}
.popup_top_seller_price {
 width: 168px;
 padding: 8px;
 float: left;
}
.popup_top_seller_price h2 {
 font-size: 14px;
 color: #ec008c;
}

/* ALBUM THUMB DROPDOWN */
.album_thumb_dropdown {
 width: 142px;
 float: left;
}
.dropdown_main {
 width: 122px;
 padding: 10px;
 font-size: 10px;
 background: url('../images/tools/bak_dropdown_main.gif') repeat-y;
 float: left;
 width: 142px;
}



.dropdown_main strong {
 color: #00539f;
 border-bottom: 1px solid #00539f;
}
.dropdown_main a {
 font-weight: bold;
 color: #00539f;
 text-decoration: none;
}
.dropdown_main p {
 padding-bottom: 5px;
}

/* PRODUCT CLOSEUP */
.product_closeup {
 padding: 3px;
 border: 1px solid #00539f;
 float: left;
 background:#fff;
}
.product_closeup h1 {
 padding: 10px;
 font-size: 14px;
 color: #fff;
 background-color: #00539f;
}
.product_closeup p {
 padding-bottom: 10px;
}
/* HELP */
.toc_header {
 width: 716px;
 height: 60px;
 padding: 10px;
 background: url('../images/header.gif') no-repeat;
 float: left;
}
.toc_header h1 {
 font-size: 16px;
 color: #656666;
 padding-bottom: 10px;
}

.toc_nav {
 width: 716px;
 padding: 10px;
 font-weight: bold;
 color: #fff;
 background-color: #00539f;
 float: left;
}
.toc_nav a {
 font-weight: bold;
 color: #fff;
 text-decoration: none;
}

.toc_side {
 padding: 10px;
 float: left;
}
.toc_side h1 {
 font-size: 14px;
 color: #656666;
 padding-bottom: 10px;
}

.toc_main {
 width: 536px;
 height: 410px;
 margin-top: 10px;
 border: 1px solid #e8e7e7;
 float: left;
}
.toc_content {
 padding: 10px;
 float: left;
}
.toc_content h1 {
 font-size: 14px;
 color: #656666;
 padding-bottom: 10px;
}
.toc_content p {
 padding-bottom: 10px;
}
.toc_content a {
 color: #00539f;
}
 .modalBackground, .modalBackground_wait {
background-color:#FFFFFF;
filter:alpha(opacity=50);
opacity:0.5;
}

.modalBackground_wait
{
    cursor: wait;
}

.generic_popup_layer {
background-color: White;
float:left;
height:auto;
width:378px;
}

.generic_popup_main {
 padding: 1px 3px 1px 1px;
 border: 1px solid #00539f;
 float: left;
}

.generic_popup_main h1 {
 padding: 10px;
 font-size: 14px;
 color: #fff;
 background-color: #00539f;
 margin-left: -10px;
}
/* CROP IMAGE */
.crop_thumb, .crop_thumb_on {
 width: 105px;
 height: 100px;
 padding: 10px 5px;
 margin-right: 12px;
 font-weight: bold;
 text-align: center;
 background-color: #fff;
 float: left;
}
.crop_thumb img, .crop_thumb_on img {
 border: 1px solid #00539f;
}
.crop_thumb_on {
 border: 2px solid #00539f;
}
