﻿ul {
    list-style-type: square;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li {
    float: left;
}

    li a {
        display: block;
        color: white;
        text-align: center;
        padding-right: 28px;
        text-decoration: none;
    }
/*Default.aspx*/
.viewSelector {
}

.viewLink {
    float: left;
    padding: 10px;
}

.viewSelect {
    font-weight: bold;
    float: left;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.page {
    background-color: #000000;
}

.default_main {
    padding-bottom: 10px;
}

.default_updates_more {
    float: right;
}

.default_recent_box {
    float: left;
    width: 49.5%;
}

.default_recent_posting {
    float: right;
    width: 49.5%;
}
/*Default end*/
a.connector_head_link:link, a.connector_head_link:active, a.connector_head_link:visited {
    color: White;
    font-weight: bold;
}

a.connector_head_link:hover {
    color: red;
}

.connector_row {
    padding-top: 4px;
    padding-bottom: 4px;
}

.search {
    padding-bottom: 5px;
}

.search_head {
    font-size: 10px;
    font-weight: bold;
}

.connector_list_head {
    background-color: #225522;
    font-size: 16px;
    font-weight: bold;
    padding: 3px;
    color: White;
    width: auto;
}

.manufacturer_list_head {
    background-color: #225522;
    font-size: 16px;
    color: White;
    width: auto;
}

.category_direct_link, a.category_direct_link:link, a.category_direct_link:visited, a.category_direct_link:active {
    color: #FFC0CB;
}

a.category_direct_link:hover {
    color: #FFFFFF;
}

.category_divider {
    border: 1px solid #AAAAAA;
    margin: 10px;
}

.product_file_info {
    float: left;
}

.product_file_disp_label {
    padding-bottom: 5px;
    float: left;
    clear: left;
}

.product_file_disp_box {
    padding-top: 5px;
    padding-bottom: 5px;
    clear: both;
}

.product_file {
}

.product_file_head {
}

.product_file_disp_img {
    float: left;
    clear: left;
}

.product_category_head {
    float: left;
    color: White;
    font-weight: bold;
    padding: 3px;
}

a.product_category_link:link, a.product_category_link:visited, a.product_category_link:active, a.product_category_link:hover {
    color: white;
}

.page_updated {
    float: right;
}

.contribution {
    padding: 3px;
    background-color: #222255;
    float: left;
    clear: both;
    width: 100%;
}

.product_contribution_head {
    color: White;
    float: left;
    font-size: 11px;
    padding: 3px;
}

a.product_contribution_link:link, a.product_contribution_link:visited, a.product_contribution_link:active, a.product_contribution_link:hover {
    color: white;
}

.connector_product_list {
    /* width:700px;*/
}

.manufacturer_product_list {
    /*width:700px;*/
}

.product {
    /*width:700px;*/
}

.cms {
    /* width: 700px;*/
}

.product_head {
    background-color: #552222;
}

.product_manufacturer_head {
    color: White;
    font-weight: bold;
    float: left;
    padding: 3px;
}

a.product_model_alt_link:link, a.product_model_alt_link:visited, a.product_model_alt_link:active, a.product_model_alt_link:hover {
    color: White;
}

.product_model_alt_head {
    padding: 3px;
    color: White;
    float: left;
}

.product_model_head {
    color: White;
    float: left;
    padding: 3px;
}

.product_connector_head {
    color: White;
    float: right;
    padding: 3px;
}

a.product_connector_link:link, a.product_connector_link:visited, a.product_connector_link:active, a.product_connector_link:hover {
    color: White;
}

.product_content {
    width: 100%;
    clear: left;
    /*    width: 600px;*/
}

.category_list_grid_head, .update_list_grid_head, .forum_list_grid_head {
    font-size: 16px;
    font-weight: bold;
}

.forum_list_item_small {
    font-size: 11px;
}

.category_list {
    /*note borders are set in code - can be removed by progammer*/
}

.category_product_list {
    /*note borders are set in code - can be removed by progammer*/
}

A.product_list_link:link, A.product_list_link:active, A.product_list_link:visited {
    color: #FFFFFF;
    padding: 2px;
}

A.product_list_link:hover {
    color: Red;
}

.update_list_item, .forum_list_item {
    padding: 2px;
}

.manufacturer_list_item, A.manufacturer_list_item:link, A.manufacturer_list_item:visited, A.manufacturer_list_item:active,
A.lnkSearch:link, A.lnkSearch:visited, A.lnkSearch:active {
    text-decoration: none;
    color: #FFFFFF;
    font-family: "Helvetica Neue","Lucida Grande","Segoe UI",Arial,Helvetica,Verdana,sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 2px;
}

A.manufacturer_list_item:hover, A.lnkSearch:hover {
    text-decoration: underline;
}

.category_link, a.category_link:link, a.category_link:visited, a.category_link:active {
    color: #00FFFF;
}

a.category_link:hover {
    color: Red;
}

.category_list_head, .updates_head, .default_updates_head {
    background-color: #225522;
    font-size: 16px;
    color: White;
    font-weight: bold;
    width: auto;
    padding: 3px;
}

.cat_menu {
    width: 200px;
    float: left;
}

.main_content {
    width: 750px;
    float: left;
}
