/* 
================================
 Container Styles for DotNetNuke new
================================
*/
.bk_product  {
    padding-top: 1px;
    width: 606px;
    margin: 0 0 20px 0;
    border: 1px solid #A2A2A2;
    background-color: #EBF4F8;
}
.bk_header  {
    width: 419px;
    margin-bottom: 5px; 
    font-family: Arial;
    color: White;
    text-align: center;
    margin: 5px 10px;
}

.prod_title {
    margin-top: 2px;
    float: left;
    font-family: Arial;
    font-size: 16px;
    color: #750505;
    font-weight: bold;
}

.prod_title a:link, .prod_title a:visited {
    font-family: Arial;
    font-size: 15px;
    color: #750505;
    font-weight: bold;
}

.prod_title a:hover, .prod_title a:active {
    color: #c20707;
}

.prod_version {
    float: left;
    font-family: Verdana;
    font-size: 11px;
    color: #929292;
    font-weight: bold;
    margin: 6px 0 0 5px;
}

.prod_release {
    float: right;
    font-family: Verdana;
    font-size: 10px;
    color: #686868;
    font-weight: normal;
    margin: 6px 20px 0 0px;
}

.bk_logo  {
    background-color:#FFFFFF;
    border:1px solid #E2E2E2;
    float:left;
    margin: 3px;
    padding-top:10px;
    text-align:center;
    width:140px;
    min-height: 110px;

}
.bk_text  {
    padding-left: 10px;
    width: 405px;
    font-size: 11px;
    font-family: Verdana;
    color: #717171;
    min-height: 70px;
    margin-top: 4px;
}

.bk_label  {
    margin-left: 5px;
    margin-top: 15px;
    float: left;
    width: 96px;
    height: 60px;
    background-image: url(res/bk_label.png); 
    background-repeat: no-repeat; 
    font-family: Arial;
    font-size:14px;
    text-align: center;
    padding-top: 45px;
    display: none;
}

.bk_footer  {
    margin-left: 5px;
    width: 437px;
    height: 27px;
    font-family: Verdana; 
    font-size: 11px; 
    font-weight: bold; 
    color: #05387e;
    background-image: url(res/bk_buttons.png); 
    background-repeat: no-repeat; 
}

.btn_buy {
    outline: 0;
    display: inline-block;
    padding-left: 30px;
    margin-top: 4px;
    padding-top: 5px;
    height: 17px;
    background-image: url(res/ico_buy.png);
    background-repeat: no-repeat;
}

.btn_dl {
    outline: 0;
    display: inline-block;
    padding-left: 30px;
    padding-top: 5px;
    height: 17px;
    background-image: url(res/ico_dwd.png);
    background-repeat: no-repeat;
}

.btn_more {
    outline: 0;
    display: inline-block;
    padding-left: 30px;
    padding-top: 5px;
    height: 17px;
    background-image: url(res/ico_info.png);
    background-repeat: no-repeat;
}

.prod_price {
    display: inline-block; 
    height: 18px;
    margin-left: 38px;
    font-size: 11px;
    font-weight: bold;
    color: #3b56de;
}



.dl_title_bar {
    background-image: url(res/bk_gray.png);
    background-repeat: repeat-x;
    height: 28px;
    border: 1px solid #424242;
}

.dl_title_bar_item {
    float: left;
    margin: 4px 10px 0 6px;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    color: #424242;
}

.dl_title_bar_item_sub {
    float: left;
    margin: 5px 10px 0 6px;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    color: #626262;
}

.dl_title_bar_sep {
    float: left;
    height: 100%;
    width: 1px;
    background-color: #929292;
    border-left: 1px solid #424242;
    border-right: 1px solid #424242;
}

.dl_item_row {
    clear: both;
    border: 1px solid #424242;
    border-top: 0;
    padding: 5px 0 5px 0;
}

.dl_item_row_alt {
    clear: both;
    border: 1px solid #424242;
    border-top: 0;
    padding: 5px 0 5px 0;
    background-color: #f2f2f2;
}

.dl_item_row_sub {
    border-bottom: 1px solid #a2a2a2;
    padding: 5px 0 5px 0;
}

.dl_item_row_alt_sub {
    border-bottom: 1px solid #a2a2a2;
    padding: 5px 0 5px 0;
}

.dl_item_field {
    float: left;
    margin: 0px 14px 0 6px;
    font-family: Verdana;
    font-size: 13px;
    color: #424242;
}

a.dl_title, a.dl_title:link, a.dl_title:visited, a.dl_title:active {
    font-weight:bold;
    text-decoration:none;
}



/* Product Downloads */
.prod_dl_title {
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #929292;
}

.prod_dl_subtitle {
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #929292;
}

.thin_small {
    font-family: Verdana;
    font-size: 11px;
    color: #828282;
}


a.dl_link:link, a.dl_link:visited {
    font-weight: bold;
}

a.dl_link:hover, a.dl_link:active {

}

