.blocks960 {
    list-style: none !important;
    padding: 0 !important;
    margin: 0  !important;
    
}

.blocks960 .block {
    padding: 0 !important;;
    margin: 0 !important;
    vertical-align: top;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.blocks960sidebar { 
    list-style: none !important;
    padding: 0 !important;
    margin: 0  !important;
}

 .block-content {
    padding: 10px;

}

.blocks960 { width: 100%; }

.blocks960 .b960 { width: 100%; }
.blocks960 .b720 { width: 75%; }
.blocks960 .b640 { width: 66%; }
.blocks960 .b480 { width: 50%; }
.blocks960 .b320 { width: 33%; }
.blocks960 .b240 { width: 25%; }
.blocks960 .b192 { width: 20%; }

/*.blocks960.hasSidebar { width: 66%; }*/

.blocks960sidebar { 
    width: 100%; 
}

.blocks960sidebar .block {
    border-bottom: 1px dotted #E4DFD6;
}
.blocks960sidebar .block:last {
    border-bottom: none;
}

.block-gallery ul.block-data {
    list-style: none;    
}

.block-gallery ul.block-data li {
    padding: 5px;
    
    display: inline-block;
    zoom: 1;
    *display: none;
}

.block-gallery ul.block-data a {
    padding: 5px;
    background-color: white;
    border: 1px solid #e0e0e0;
    vertical-align: bottom;
    
    -moz-border-radius: 2px; /* Firefox */
    -webkit-border-radius: 2px; /* Safari, Chrome */
    border-radius: 2px; /* CSS3 */

    -moz-box-shadow: 0px 2px 5px #ccc; /* Firefox */
    -webkit-box-shadow: 0x 2px 5px #ccc; /* Safari, Chrome */
    box-shadow: 0px 2px 5px #ccc; /* CSS3 */
    
    display: inline-block;
    zoom: 1;
    *display: none;
}
.block-gallery ul.block-data a:hover {
    opacity: 0.75;
}

.block-gallery ul.block-data a div {
    width: 100px;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    
}

.blocks960sidebar .block-gallery ul.block-data a div {
    width: 64px;
    height: 64px;
}

.blocks960sidebar .block-gallery ul.block-data li {
    padding: 2px;
}



.notice {
    background-repeat: no-repeat;
    background-position: 7px 10px;
    border: 1px blue solid;
    background-color: skyblue;
    padding: 8px;
    padding-left: 28px;
    margin-bottom: 16px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.notice.notice_warning {
    background-color: #ffffcc;
    border-color: #c3c39e;
    background-image: url("../images/warning-icon.png");
}

.notice.notice_error {
    background-color: #fff3f2;
    border-color: #c00000;
    background-image: url("../images/error-icon.png");
}
.notice.notice_success {
    background-color: #ddebdf;
    border-color: #339933;
    background-image: url("../images/success-icon.png");
}
.notice.notice_loading {
    background-color: #dcebf2;
    border-color: #179ae8;
    background-image: url("../images/loading-icon.gif");
    background-position: 7px 10px;
}
.notice.notice_information {
    background-color: #dcebf2;
    border-color: #179ae8;
    background-image: url("../images/information-icon.png");
}


/* cms row styles */
.cms_content_row {

}
.cms_row_content {

}


/* cms column styles */
.cms_content_column {
    vertical-align: top;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.cms_column_content {
    padding: 0 10px;
}

.cms_content_column:first-child .cms_column_content {
    padding-left: 0;
}
.cms_content_column:last-child .cms_column_content {
    padding-right: 0px;

}

.cms_column_240 {
    width: 25%;
}
.cms_column_320 {
    width: 33%;
}
.cms_column_480 {
    width: 50%;
}
.cms_column_640 {
    width: 66%;
}
.cms_column_720 {
    width: 75%;
}
.cms_column_960 {
    width: 100%;
}

/* cms row styles */
.cms_content_cell {

}
.cms_cell_content {
    margin: 10px 0;
} 