/*---------- Custom CSS for "Logo Design" section */

/*---------- overwriting main css */
div#outer_border {
    background-image: none;
}

div#second_nav p a {
    color: black;
}

div#second_nav p {
    color: gray;
}

/*---------- specific */

div#page_numbers_jtop {
    padding-right: 80px;
}

div#page_numbers_jtop a:link{
    color: black;
}

div#page_numbers_jtop a:hover{
    color: blue;
}

div#page_numbers_jbottom {
    padding-right: 80px;
}

div#page_numbers_jbottom a:link{
    color: black;
}

div#page_numbers_jbottom a:hover{
    color: blue;
}


div#right_col_trans{
    width: 180px;
    float: left;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-right: 20px;
    * margin-right: 10px;
    padding-bottom: 10px;
}

h2 {
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #FF9600;
    font-weight: bold;
}

h3 {
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FF9600;
    font-weight: bold;
}

h4 {
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FF9600;
    font-weight: normal;
}

div#menu_list {
    border-style: solid;
    border-width: 1px;
    border-color: #C5C5C5;
}

div#menu_list ul{
    padding: 0px;
    margin: 0px;
}

div#menu_list ul li{
    display: block;
    padding-left: 0px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #C5C5C5;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}

div.featured_logo{
    float: left;
    width: 230px;
    text-align: center;
}

div.featured_logo img{
    margin: auto;
}

div.featured_logo p{
    text-align: center;
    margin-top: 0px;
}

div.featured_logo p a{
    color: #797979;
    font-weight: bold;
}

div.featured_logo p img{
    display: inline;
    padding-left: 5px;
}

span.price{
    color: #F66520;
}

div.script {
    width: 550px;
}

div#left_col div a{
    font-size: 12px;
    color: #797979;
}

div.browse_logo {
    margin: auto;
    text-align: left;
    width: 382px;
}

div.browse_logo a{
    margin: 0px;
    padding: 0px;
    float: left;
}

div.browse_logo a img{
    display: block;
    margin: 0px;
    padding: 0px;
}

/*---------- formatting the script generated html */

div#Pages {
    width: 500px;
    margin: 0px;
    padding: 0px;
    padding-left: 5px;
}

div#Pages p{
    height: 0px;
    
}

div#Pages table{
    margin: 0px;
    padding: 0px;
}

div#Pages table td{
    margin: 0px;
    padding: 0px;
}

td.DialogBox {
    /*background-color: blue;*/
    margin: 0px;
    padding: 0px;
    text-align: center;
}

td.DialogBox a{
    text-align: center;
}