/*  --------------------------------------------------------------------------------------------------------------------------------------------------------  */

.module {
    margin-bottom: 8px;
    border: 1px solid #001020;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.module_title {
    padding: 4px 8px;
    background-color: #406080;
    border-bottom: 1px solid #001020;
    border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    font-size: 1.20em;
    color: #ffffff;
}

.module_content {
    padding: 8px;
    background-color: #F0F0F0;
    border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
    -webkit-border-radius: 0px 0px 6px 6px;
}

/*  --------------------------------------------------------------------------------------------------------------------------------------------------------  */

.module_menu_ul_1 {

}

.module_menu_li_1 {
    list-style-type: none;
    border-bottom: 1px dotted #c0c0c0;
}

.module_menu_li_1_first {
    border-top: 1px dotted #c0c0c0;
}

.module_menu_li_1:hover {
    background-color: #ffffff;
    color: #0000ff;
}

.module_menu_a_1 {
    display: block;
    padding: 4px;
    text-decoration: none;
    color: #0000ff;
    cursor: pointer;
}

.module_menu_a_1_selected {
    background-color: #ffff00;
    color: #0000ff;
}

/*  --------------------------------------------------------------------------------------------------------------------------------------------------------  */

.horizontal_separator {
    height: 8px;
}

/*  --------------------------------------------------------------------------------------------------------------------------------------------------------  */

.padding_0 { padding: 0px; }
.padding_4 { padding: 4px; }
.padding_8 { padding: 8px; }
.padding_16 { padding: 16px; }

/*  --------------------------------------------------------------------------------------------------------------------------------------------------------  */

/*  --------------------------------------------------------------------------------------------------------------------------------------------------------  */
.count {
    float: right;
    color: #808080;
}

#shout_box {
    width: 100%;
    height: 500px;
    background-color: transparent;
    border: none;
}

.contact_list {
}

.contact_list_ul {
}

.contact_list_li {
    border-top: 1px dotted #c0c0c0;
    list-style-type: none;
}

.contact_list_li_first {

}

.contact_list_li_last {
    border-bottom: 1px dotted #c0c0c0;
}

.contact_list_li:hover {
    background-color: #ffffff;
}

.contact_list_a {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    cursor: pointer;
}

.contact_list_div {
    padding: 8px;
    text-align: center;
    color: #0000ff;
}

.contact_list_img {

}

/*  --------------------------------------------------------------------------------------------------------------------------------------------------------  */

.list_ul_1 {
}

.list_li_1 {
    margin: 8px 0px;
    padding: 8px;
    background-color: #f8f8f8;
    border: 1px solid #ffc080;
    list-style-type: none;
    cursor: pointer;
}

.list_li_1_first {
}

.list_li_1_last {
}

.list_li_1:hover {
    background-color: #ffffff;
    border: 1px solid #ff0000;
}

.list_picture_container {
    float: left;
    width: 200px;
    height: 150px;
    background-color: #ffffff;
    border: 2px solid #c0c0c0;
    margin-right: 8px;
    text-align: center;
}

.list_title {
    padding: 2px;
    font-size: 14px;
    font-weight: bold;
    color: #800000;
}

.list_title_separator {
	margin-top: 4px;
	margin-bottom: 4px;
}

.list_picture {
	width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.list_price_separator {
	margin-top: 4px;
	margin-bottom: 4px;
}

.list_price {
    font-weight: bold;
}

.list_a_1 {
    display: block;
    padding: 4px;
    text-decoration: none;
    color: #0000ff;
    cursor: pointer;
}

.list_a_1_selected {
    background-color: #ffff00;
    color: #0000ff;
}

.list_hyperlink {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.list_description {
    font-size: 9px;
}

/*  --------------------------------------------------------------------------------------------------------------------------------------------------------  */

.bold { font-weight: bold; }

/*  --------------------------------------------------------------------------------------------------------------------------------------------------------  */
.list_paging_control {
    padding: 8px;
    background-color: #e0e0e0;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
/*  --------------------------------------------------------------------------------------------------------------------------------------------------------  */
.list_paging_control_ul {
}
/*  --------------------------------------------------------------------------------------------------------------------------------------------------------  */
.list_paging_control_li {
    float: left;
    margin-right: 4px;
    list-style-type: none;
}
/*  --------------------------------------------------------------------------------------------------------------------------------------------------------  */
.list_paging_control_a {
    display: block;
    padding: 4px;
    background-color: #ffffff;
    box-shadow: 0px 0px 4px #808080;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-decoration: none;
    color: #404040;
    text-align: center;
}
/*  --------------------------------------------------------------------------------------------------------------------------------------------------------  */
.list_paging_control_a_enabled:hover {
    background-color: #ffff00;
    border-color: #808080;
    box-shadow: 0px 0px 4px #000000;
}
/*  --------------------------------------------------------------------------------------------------------------------------------------------------------  */
.list_paging_control_dot {
    display: block;
    min-width: 20px;
    padding: 4px;
    text-decoration: none;
    color: #404040;
    text-align: center;
}
/*  --------------------------------------------------------------------------------------------------------------------------------------------------------  */
.list_paging_control_a_first,
.list_paging_control_a_previous,
.list_paging_control_a_next,
.list_paging_control_a_last {
    min-width: 40px;
}
/*  --------------------------------------------------------------------------------------------------------------------------------------------------------  */
.list_paging_control_a_disabled {
    color: #c0c0c0;
}
/*  --------------------------------------------------------------------------------------------------------------------------------------------------------  */
.list_paging_control_a_selected {
    background-color: #ff0000;
    color: #ffffff;
}
/*  --------------------------------------------------------------------------------------------------------------------------------------------------------  */

.display {
}

.display_list {

}

.display_list_ul {

}

.display_list_li {
    float: left;
    width: 184px;
    margin: 4px;
    background-color: #f8f8f8;
    border: 1px solid #ffc080;
    list-style-type: none;
    cursor: pointer;
}

.display_list_li:hover {
    background-color: #ffffff;
    border: 1px solid #ff0000;
}

.display_list_a {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.display_list_item {
    padding: 8px;
    text-align: center;
}

.display_list_picture_container {
    width: 128px;
    height: 128px;
    margin: 0px auto 4px auto;
    background-color: #ffffff;
    border: 2px solid #c0c0c0;
    text-align: center;
}

.display_list_picture {
    max-width: 100%;
    max-height: 100%;
}

.display_list_title {
    font-size: 0.80em;
    color: #0000ff;
}

/*  --------------------------------------------------------------------------------------------------------------------------------------------------------  */
.profile_picture_container {
    float: left;
    width: 568px;
    height: 426px;
    background-color: #ffffff;
    border: 2px solid #c0c0c0;
    margin-right: 8px;
    margin-bottom: 8px;
    text-align: center;
}

.profile_picture {
	width: 100%;
    max-width: 100%;
    max-height: 100%;
}


/*  --------------------------------------------------------------------------------------------------------------------------------------------------------  */
.subinfo-container {
}

.subinfo-title {
    background-color: #E0E0E0;
    padding: 2px 4px;
    border-bottom: 1px solid #000000;
    font-weight: bold;
}

.subinfo-body {
    padding: 4px 8px;
}

