/**
 * Common
*/
#flake{
    z-index: 999999;
}

.cpage{
    text-align: right;
}

#mysong{
    position: absolute;
    z-index: 999999;
    margin-top:-35px; 
}

.bottom-calendar{
    float:left;
    margin:0px 0px 0px 20px;
    width:300px;
}

.product-list img{
    width:274px;
    height:121px;
    background: transparent url('../images/common/loader.gif') no-repeat center 50%;
}





/**
 * Messages
*/
.message {
    padding: 10px 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 0px;
    -moz-box-shadow:inset 0 2px 3px rgba(255,255,255,0.5), 0 2px 3px rgba(0,0,0,0.1);
    -webkit-box-shadow:inset 0 2px 3px rgba(255,255,255,0.5), 0 2px 3px rgba(0,0,0,0.1);
    box-shadow:inset 0 2px 3px rgba(255,255,255,0.5), 0 2px 3px rgba(0,0,0,0.1);
    zoom: 1;
}
.message h3 {
    margin-top: 0;
    font-size: 12px;
    font-weight: bold;
}
.message p {
    margin-bottom: 0;
}

.message.info {
    border: 1px solid #cadcea;
    background-color: #cdf;
    background-image: -o-linear-gradient(top,  #eef,  #cdf);
    background-image: -ms-linear-gradient(top,  #eef,  #cdf);
    background-image: -moz-linear-gradient(top,  #eef,  #cdf);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eef), to(#cdf));
    background-image: -webkit-linear-gradient(top,  #eef,  #cdf);
    background-image: linear-gradient(top,  #eef,  #cdf);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEFF', endColorstr='#CCDDFF');
    color: #225b86;
    text-shadow: 0 1px 1px #fff;
}

.message.error {
    border: 1px solid #eeb7ba;
    background-color: #fae2e2;
    background-image: -o-linear-gradient(top,  #fae2e2,  #f2cacb);
    background-image: -ms-linear-gradient(top,  #fae2e2,  #f2cacb);
    background-image: -moz-linear-gradient(top,  #fae2e2,  #f2cacb);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fae2e2), to(#f2cacb));
    background-image: -webkit-linear-gradient(top,  #fae2e2,  #f2cacb);
    background-image: linear-gradient(top,  #fae2e2,  #f2cacb);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fae2e2', endColorstr='#f2cacb');
    color: #be4741;
    text-shadow: 0 1px 1px #fff;
}

.message.success {
    border: 1px solid #b8c97b;
    background-color: #e5edc4;
    background-image: -o-linear-gradient(top,  #e5edc4,  #d9e4ac);
    background-image: -ms-linear-gradient(top,  #e5edc4,  #d9e4ac);
    background-image: -moz-linear-gradient(top,  #e5edc4,  #d9e4ac);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e5edc4), to(#d9e4ac));
    background-image: -webkit-linear-gradient(top,  #e5edc4,  #d9e4ac);
    background-image: linear-gradient(top,  #e5edc4,  #d9e4ac);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5edc4', endColorstr='#d9e4ac');
    color: #3f7227;
    text-shadow: 0 1px 1px #fff;
}

.message.warning {
    border: 1px solid #e5dbaa;
    background-color: #ffffc0;
    background-image: -o-linear-gradient(top,  #ffffc0,  #f9ee9c);
    background-image: -ms-linear-gradient(top,  #ffffc0,  #f9ee9c);
    background-image: -moz-linear-gradient(top,  #ffffc0,  #f9ee9c);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffc0), to(#f9ee9c));
    background-image: -webkit-linear-gradient(top,  #ffffc0,  #f9ee9c);
    background-image: linear-gradient(top,  #ffffc0,  #f9ee9c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffc0', endColorstr='#f9ee9c');
    color: #6d7829;
    text-shadow: 0 1px 1px #fff;
}

.message.hidden {
    display:none;
}





/*-----------------INPUT------------------*/
textarea,
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=date],
input[type=number],
input[type=time],
input[type=date],
div.checker,
div.radio,
div.selector span,
div.uploader {
    background: #dfe3e4;
    background: -webkit-gradient(linear, left top, left bottom, from(#edeff0), to(#ffffff));
    background: -moz-linear-gradient(top, #edeff0, #ffffff);
    background: linear-gradient(top, #edeff0, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edeff0', endColorstr='#ffffff');
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    text-shadow: 0 1px 0 #fff;
    font-size:11px;
    padding:3px 5px 4px 5px;
}
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=date]:focus,
input[type=number]:focus,
input[type=time]:focus,
input[type=date]:focus,
div.selector.focus,
div.selector.hover,
div.selector:hover,
div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover,
div.selector:active,
div.selector.active,
div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
    border: 1px solid #5e9ae2;
    -webkit-box-shadow: 0 0 5px #5e9ae2, inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px #5e9ae2, inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px #5e9ae2, inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=date]:focus,
input[type=number]:focus,
input[type=time]:focus,
input[type=date]:focus,
.ui-focused {
    background: #d2d3d5;
    background: -webkit-gradient(linear, left top, left bottom, from(#dfe0e1), to(#ffffff));
    background: -moz-linear-gradient(top, #dfe0e1, #ffffff);
    background: linear-gradient(top, #dfe0e1, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfe0e1', endColorstr='#ffffff');
}

input:hover, input:focus {
    background-position : left bottom;
    color : #5a5a5a;
}

input[type=text], input[type=password], textarea{
    border:1px solid #aebdd2;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -khtml-border-radius:3px;
    border-radius:3px; /* CSS3 */
}


textarea {
    display : inline-block;
    overflow : auto;
    outline: 0;
    padding : 6px 7px 6px;
    margin : 0;
    cursor : text;
    resize : none;
    font : 12px Arial;
    color : #002e68;
    line-height : 1.42em;
    height : 69px;
}







/*--------------- ROUND CORNER-----------------*/
.round-corner{
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    border-radius:5px; /* CSS3 */
}

.round-corner-3{
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -khtml-border-radius:3px;
    border-radius:3px; /* CSS3 */
}

.round-corner-8{
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    -khtml-border-radius:8px;
    border-radius:8px; /* CSS3 */
}

.round-corner-top-8{
    -moz-border-radius-topleft:8px !important;
    -moz-border-radius-topright:8px;
    -webkit-border-radius-topleft:8px !important;
    -webkit-border-radius-topright:8px;
    -khtml-border-radius-topleft:8px !important;
    -khtml-border-radius-topright:8px;
    border-radius-topleft:8px !important; /* CSS3 */
    border-radius-topright:8px; /* CSS3 */
}

.round-corner-bottom-8{
    -moz-border-radius-bottomleft:8px !important;
    -moz-border-radius-bottomright:8px;
    -webkit-border-radius-bottomleft:8px !important;
    -webkit-border-radius-bottomright:8px;
    -khtml-border-radius-bottomleft:8px !important;
    -khtml-border-radius-bottomright:8px;
    border-radius-bottomleft:8px !important; /* CSS3 */
    border-radius-bottomright:8px; /* CSS3 */
}

.round-corner-left-8{
    -moz-border-radius: 8px 0px 0px 8px;
    -khtml-border-radius: 8px 0px 0px 8px;
    -webkit-border-radius: 8px 0px 0px 8px;
    border-radius: 8px 0px 0px 8px;	
}


.round-corner-15{
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    -khtml-border-radius:15px;
    border-radius:15px; /* CSS3 */
}