﻿/* ===================================================
            Hispanic Shopping Network CSS
                http://www.hissn.com/
=================================================== */
body
{
    padding: 0px;
    margin: 0px;
    background-color: white;
    font-family: verdana, Arial;
    font-size: small;     
}

/* ===================================================
Default Hyperlink Styles
=================================================== */
A.subNavlinks
{
    color: yellow;
    text-decoration: none;
}
A.subNavlinks:link
{
    color: yellow;
    text-decoration: none;
}
A.subNavlinks:visited
{
    color: yellow;
    text-decoration: none;
}
A.subNavlinks:hover
{
    color: white;
    text-decoration: none;
}
A.subNavlinks:active
{
    color: yellow;
    text-decoration: none;
}

A.footer
{
    font-size:medium;
}
A.footer:link
{
    color: yellow;
    text-decoration: none;
}
A.footer:visited
{
    color: yellow;
    text-decoration: none;
}
A.footer:hover
{
    color: white;
    text-decoration: none;
}
A.footer:active
{
    color: yellow;
    text-decoration: none;
}
/* ===================================================
Site Layout Styles 
=================================================== */
.mainLayout
{
    background-color:White;  
}
.hsnHeader1
{
    font-weight:bold;
    font-size:x-large;
    }
    
.hsnHeader2 
{
    font-weight:bold;
    font-size:larger;
    }
.header
{
    width: 1000px;
    height: 100px;
    background-color:White;
}

.subNav
{
    background-color: #333333;
    color: white;
    padding: 5px;
    border: solid 1px black;
}

.subNavLinksPopOut
{
    background-color: #333333;
    color: yellow;
    padding: 5px;
}

.seperator
{
    background-color: #7e0001;
    padding: 5px;
}

.sideNav
{
    background-color: #800001;
    width: 150px;
}

.cookieCrumb
{
    padding: 5px;
    background-color: #7e0001;
}

.HSNads
{
    background-color: #7e0001;
    height: 150px;
    text-align:center;
}

.content
{
    background-color: white;
    padding: 5px;
}

.footer
{
    background-color: #7e0001;
    padding: 5px;
}

/* ===================================================
DHTML sidenav Styles 
=================================================== */

.hsnNavMain
{
    color: White;
    font-weight: bold;
    font-size: smaller;
    /*padding-top: 10px;*/
    /*margin-left: 20px;*/
    cursor: pointer;
    cursor: hand;
    text-align: left;

}

.hsnNavMainLinks
{
    color: White;
    text-decoration: none;
}

.hsnNavSub
{
    height:25px;
    width: 125px;
    padding-top: 5px;
    
    
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-top: 0px;
    
    color: White;
    
    cursor: pointer;
    cursor: hand;
    
    text-align: center;
    
    background-image: url(/images/subbutt01.png);
    background-repeat: no-repeat;
    background-position: center;
    
    /*background-color: #333333;
    border-width: thin;
    border-color: Yellow;
    border-style: solid;*/
    
}

.hsnNavSubLinks
{
    color: White;
    text-decoration: none;
}

.hsnNavSubSub
{
    padding: 2px;
    color: Yellow;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 1px;
    margin-top: 1px;
    cursor: pointer;
    cursor: hand;
    background-color: black;
    text-align: center;
    font-size: smaller;
}

.hsnNavSubSubLinks
{
    color: Yellow;
    text-decoration: none;
}

/* ===================================================
subNav Layout Styles 
=================================================== */
.subNavLayout
{
    background-color: #e5bc24;
    padding: 5px;
    min-height: 630px;
}


/* ===================================================
Content Header & Paragraph Styles 
=================================================== */

H1
{
    font-weight: bold;
    font-size: large;
    color: #670708;
}

/* ===================================================
HSN Content Box Styles 
=================================================== */
A.hsnCboxContent
{
    font-size: xx-small;
}
A.hsnCboxCotent:link
{
    color: black;
    text-decoration: none;
    font-size: x-small;
}
A.hsnCboxCotent:visited
{
    color: blue;
    text-decoration: none;
    font-size: x-small;
}
A.hsnCboxCotent:hover
{
    color: blue;
    text-decoration: underline;
    font-size: x-small;
}
A.hsnCboxCotent:active
{
    color: blue;
    text-decoration: none;
    font-size: x-small;
}

/* Style 1 - Content Spot 240x? */
.hsnCBox1
{
    width: 290px;
    border: solid 0px #EB59EC;
}

.hsnCboxHeader1
{
    color: White;
    border: solid 0px black;
    background-color: #EB59EC;
    /* background-image: url(/images/white_gradient.png);*/
}

/* Style 2 - Content Spot 240x? */
.hsnCBox2
{
    width: 290px;
    border: solid 0px #C068D8;
}

.hsnCboxHeader2
{
    color: White;
    border: solid 0px black;
    background-color: #C068D8;
    /* background-image: url(/images/white_gradient.png); */
}

/* Style 3 - Content Spot 240x? */
.hsnCBox3
{
    width: 290px;
    border: solid 0px #435BBF;
}

.hsnCboxHeader3
{
    color: White;
    border: solid 0px black;
    background-color: #435BBF;
    /* background-image: url(/images/white_gradient.png); */
}

/* Style 4 - Content Spot 240x? */
.hsnCBox4
{
    width: 290px;
    border: solid 0px #CD3F3D;
}

.hsnCboxHeader4
{
    color: White;
    border: solid 0px black;
    background-color: #CD3F3D;
    /* background-image: url(/images/white_gradient.png); */
}

/* Style 5 - Content Spot 240x? */
.hsnCBox5
{
    width: 290px;
    border: solid 0px #2DBCE8;
}

.hsnCboxHeader5
{
    color: White;
    border: solid 0px black;
    background-color: #2DBCE8;
    /* background-image: url(/images/white_gradient.png); */
}

/* Style 6 - Content Spot 240x? */
.hsnCBox6
{
    width: 290px;
    border: solid 0px #58A378;
}

.hsnCboxHeader6
{
    color: White;
    border: solid 0px black;
    background-color: #58A378;
    /* background-image: url(/images/white_gradient.png); */
}

/* Style 7 - Content Spot 240x? */
.hsnCBox7
{
    width: 290px;
    border: solid 0px #DEC813;
}

.hsnCboxHeader7
{
    color: White;
    border: solid 0px black;
    background-color: #DEC813;
    /* background-image: url(/images/white_gradient.png); */
}

/* Style A1 - 240x150 Ads */
.hsnABox1
{
    width: 220px;
    border: solid 1px #DEC813;
}

.hsnAboxHeader1
{
    color: White;
    border: solid 0px black;
    background-color: #DEC813;
}

.hsnCboxCotent
{
    font-weight:bold;
    padding: 2px;
}

.hsnAboxCotent
{
    padding: 2px;
}

/* General */
.hsnBulletList1
{
    font-size: x-small;
}

