﻿
.cn_wrapper
{
    margin: 5px auto;
    width: 685px;
    height: 305px;
    position: relative;
    color: #333;
    overflow: hidden;
    padding: 5px;
    background: url(/Content/images/newProductWidget/trans_back.png) no-repeat #B5A24E;
    background-repeat: no-repeat;
    font-size: 12px;
}

.cn_wrapper h1
{
    font-size: 13px;
    text-transform: uppercase;
}

.cn_type_image 
{
    margin: 0px;           
}

.cn_preview, .cn_list
{
    width: 360px;
    height: 300px;
    position: absolute;
    top: 10px;
    left: 6px;
}

.cn_preview
{
    left: 370px;
}

.cn_content
{
    top: 325px; /*5*/
    left: -6px;
    width: 312px;
    padding: 5px 0px 0px 10px;
    position: absolute;
    height: 297px;
    background-image: url(/Content/images/newProductWidget/rightbox3.png);
    background-repeat: no-repeat;
}

#cn_content_thumb
{
    width: 135px;
    height: 100px;
    overflow: hidden;
    display: block;
    border: 1px solid #F5F5F5;
    text-align: center;
    background-color: white;
    vertical-align: middle;
    line-height: 100px;
    display: table-cell;
}

#cn_content_thumb img
{
    max-width: 135px;
    max-height: 100px;
    margin-top: auto;
    margin-bottom: auto;
}

.cn_date
{
    position: absolute;
    bottom: 30px;
    right: 8px;
    font-size: 11px;
}

.cn_category
{
    position: absolute;
    bottom: 43px;
    left: 251px;
    font-size: 11px;
    padding: 1px 3px;
    background: #ccc;
    border: 1px solid #ddd;
    color: #000;
    text-shadow: -1px 0px 1px #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.cn_rating_and_type_container 
{
    margin: 0px;
    padding: 0px;
	display: inline-block;  
	float:right;
	margin-right: 10px;
}

.cn_rating
{
    font-size: 11px;
    font-weight: bold;
    padding: 3px 0px 0px 7px;
    color: #000;
    text-shadow: 1px 1px 1px white;    
    height: 40px;
    width: 90px;
    background-color: #D2D1D1;
    border: 1px solid #F5F5F5;
    border-radius: 5px;
    box-shadow: 2px 2px;
    margin-bottom: 10px;
    opacity: 0.9;
}

.cn_type
{
    font-size: 11px;
    font-weight: bold;
    padding: 3px 0px 0px 7px;
    color: #000;
    text-shadow: 1px 1px 1px white;    
    width: 90px;
    background-color: #D2D1D1;
    border: 1px solid #F5F5F5;
    border-radius: 5px;
    box-shadow: 2px 2px;
    opacity: 0.9;
}

.cn_shortdesc
{
    background-color: #D2D1D1;
    border: 1px solid #F5F5F5;
    border-radius: 5px;
    box-shadow: 2px 2px;
    width: 300px;
    height: 110px;
    max-height: 110px;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0.9;
}

.cn_shortdesc p
{
    color: #000;
    font-size: 11px;
    font-weight: bold;
    margin: 5px;
    padding: 0px;
    overflow: hidden;
    text-shadow: 1px 1px 1px white;
    line-height: 15px;
}

.cn_demo
{
    width: 137px;
    height: 26px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 26px;
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    text-shadow: 1px 1px 1px #000;
    background-image: url(/Content/images/newProductWidget/launchdemo2.png);
    background-repeat: no-repeat;
}

.cn_demo:hover
{
    background-image: url(/Content/images/newProductWidget/launchdemo2_hilite.png);
    background-repeat: no-repeat;
}

.cn_demo a
{    
    text-decoration: none;    
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    text-shadow: 1px 1px 3px #000;
}

a.cn_more
{
    position: absolute;
    padding: 0px 0px;
    left: 0px;
    top: 270px;
    width: 322px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    text-shadow: 1px 1px 1px #000;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    background-image: url(/Content/images/newProductWidget/readmore1.png);
    background-repeat: no-repeat;
    font-weight: bold;
}

a.cn_more:hover
{
    
    text-shadow: 0px 0px 0px white;
    background-image: url(/Content/images/newProductWidget/readmore1_hilite.png);
    background-repeat: no-repeat;
}

.cn_item
{
    cursor: pointer;
    position: relative;
    overflow: hidden;
    height: 65px;
    padding: 3px 22px 0px 7px;
    background-image: url(/Content/images/newProductWidget/barwhite_darker.png);
    background-repeat: no-repeat;
    font-weight: bold;
}

.cn_item:hover, .selected
{
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    background-image: url(/Content/images/newProductWidget/bargreyarrow.png);
    background-repeat: no-repeat;
}

.cn_category_text
{
    float: left;
    bottom: 10px;
    position: absolute;
}

.cn_credits_text
{
    float: right;
    bottom: 10px;
    right: 25px;
    position: absolute;
}


.cn_item:hover h2, .cn_list .selected h2, .cn_item:active
{
    border-color: #2C5FAC;
}

.cn_item:hover p, .cn_list .selected p, .cn_item:active p
{
    border-color: #527CBB;
}

.cn_item:active
{
    color: #011c44;
    text-shadow: 1px 1px 1px #B5A24E;
}

.cn_list p
{
    height: 29px;
    padding-top: 10px;
    overflow: hidden;
}

.cn_nav
{
    width: 65px;
    height: 28px;
    position: absolute;
    bottom: 0px;
    left: 135px;
}

a.cn_next, a.cn_prev
{
    float: left;
    height: 27px;
    width: 27px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

a.cn_next
{
    background-image: url(/Content/images/newProductWidget/arrow3.png);
}

a.cn_prev
{
    margin-right: 5px;
    background-image: url(/Content/images/newProductWidget/arrow1.png);
}

a.cn_next:hover
{
    background-image: url(/Content/images/newProductWidget/arrow4.png);
}

a.cn_prev:hover
{
    background-image: url(/Content/images/newProductWidget/arrow2.png);
}

.cn_nav a:active
{
    margin-top: 1px;
}

.cn_nav a.disabled
{
    background-image: url(/Content/images/newProductWidget/arrow_prev_disabled.png);
}

.cn_page
{
    display: none;
}

.heading
{
    font-size: 14px;
    line-height: 13px;
    margin-bottom: 0px;
    margin-top: 2px;
}

.cn_item .hr 
{
    margin-top: 4px;
    padding: 0px;
    height: 1px;
    background-color: black;
    opacity: 0.2;
}
