   
/*************************** GLOBAL ************************************/
 BODY{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin: 0;
	background-color: #FFF;
} 
                                     
/***************************SHOPPING CART BAR*****************************/
 .bg_shopping_bar
 {
     font-weight: bold;
     color: #FFFFFF;
     background-image: url(images/bg_shopping_headers.jpg);
     background-repeat: repeat-x;
     background-position: left top;
 }
 .bg_shopping_thin_gray
 {
     background-image: url(images/line_shopping_thin_gray.jpg);
     background-repeat: repeat-x;
     background-position: left bottom;
 }
 
 .bg_shopping_thin_gray A{
    font-weight: bold;
 }

A
{
	color: gray;
}


.txt_content_blue
{
	color: #336699;
}
 
 .txt_breadcrumb
{
	color: #666666;
	font-weight: bold;
}

.txt_breadcrumb a
{
	color: #336699;
	text-decoration: none;
	font-weight: bold;
}


/*css menu 3/20/08 new style jjf*//* style the outer div to give it width */
.menu
{
    width: 100%;
    height: 44px;
    font-family: Arial;
    position: relative;
    z-index: 100;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.menu ul ul
{
    width: 125px;
    padding: 17px 0px 0px 0px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li
{
    float: left;
    width: 105px;
    position: relative;
}
/* style the links for the top level */
.menu a, .menu a:visited
{
    display: block;
    text-decoration: none;
    width: 105px;
    height: 34px;
    color: #ffffff;
    border: 1px solid #5E529B;
    border-width: 0;
    padding-left: 0px;
    text-align: center;
    font-family: lucida sans;
    font-size: 8.5pt;
    padding: 10px 0px 0px 0px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited
{
    width: auto;
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited
{
    background: #ccccff url('http://www.danielsjewelers.com/images/drop.gif') bottom right no-repeat;
}
/* style the second level hover */
.menu ul ul a.drop:hover
{
    background: #E2B737 url('http://www.danielsjewelers.com/images/drop.gif') bottom right no-repeat;
}
.menu ul ul :hover > a.drop
{
    background: #E2B737 url('http://www.danielsjewelers.com/images/drop.gif') bottom right no-repeat;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited
{
    background: #FBD666;
}
.menu ul ul ul a.minidrop, ul ul ul a.minidrop:visited
{
    background: #FBD666 url('http://www.danielsjewelers.com/images/drop.gif') bottom right no-repeat;
}
/* style the third level hover */.menu ul ul ul a:hover
{
    background: #E2B737;
}
.menu ul ul ul a.minidrop:hover
{
    background: #E2B737 url('http://www.danielsjewelers.com/images/drop.gif') bottom right no-repeat;
}
/*.menu ul ul ul :hover > a {background:#D3AE43;} keeps flyout image on hover 3rd level *//* style the table so that it takes no part in the layout - required for IE to work */
.menu table
{
    position: absolute;
    top: 0;
    left: 0;
    border-collapse: collapse;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul
{
    visibility: hidden;
    position: absolute;
    height: 0;
    top: 27px;
    left: 0;
    width: 149px;
}
* html .menu ul ul
{
    top: 26px;
}
/* position the third level flyout menu */
.menu ul ul ul
{
    left: 149px;
    top: -17px;
    width: 150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left
{
    left: -149px;
}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited
{
    background: #ccccff;
    font-family: arial;
    font-size: 8pt;
    color: #231166;
    height: auto;
    line-height: 1em;
    padding: 5px 10px;
    width: 128px;
    border-width: 0 1px 1px 1px; /* yet another hack for IE5.5 */
}
* html .menu ul ul a
{
    width: 127px;
}
/* style the top level hover */.menu a:hover, .menu ul ul a:hover
{
    color: #fff;
    background: #9a80b7;
    text-decoration: none;
}
.menu :hover > a, .menu ul ul :hover > a
{
    color: #fff;
    background: #9a80b7;
    text-decoration: none;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul
{
    visibility: visible;
    height: auto;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul
{
    display: none;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul
{
    display: none;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul
{
    display: block;
    bottom: 0;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul
{
    display: block;
    bottom: 0;
}
/*submenu css*/
.submenu
{
    width: 100%;
    height: 29px;
    font-family: Arial;
    position: relative;
    z-index: 99;
}
/* hack to correct IE5.5 faulty box model */
* html .submenu
{
    width: auto;
}
/* remove all the bullets, borders and padding from the default list styling */.submenu ul
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.submenu ul ul
{
    width: 100%;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown submenu positon */.submenu li
{
    float: left;
    width: auto;
    position: relative;
}
/* style the links for the top level */.submenu a, .submenu a:visited
{
    font-size: 11px;
    text-decoration: none;
    color: #000000;
    width: 108px;
    height: 29px;
    border: 1px solid #5E529B;
    border-width: 0px 0 0px 0px;
    padding-left: 0px;
    line-height: 24px;
    text-align: center;
    padding: 5px 0px 0px 0px;
}
/* a hack so that IE5.5 faulty box model is corrected */* html .submenu a, * html .submenu a:visited
{
    width: 109px;
}
/* style the second level background */.submenu ul ul a.drop, .submenu ul ul a.drop:visited
{
    background: #7E72B9 url('http://www.danielsjewelers.com/images/drop.gif') bottom right no-repeat;
}
/* style the second level hover */.submenu ul ul a.drop:hover
{
    background: #7E72B9 url('http://www.danielsjewelers.com/images/drop.gif') bottom right no-repeat;
}
.submenu ul ul :hover > a.drop
{
    background: #7E72B9 url('http://www.danielsjewelers.com/images/drop.gif') bottom right no-repeat;
}
/* style the third level background */.submenu ul ul ul a, .submenu ul ul ul a:visited
{
    background: #5E529B;
}
/* style the third level hover */.submenu ul ul ul a:hover
{
    background: #5E529B;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */.submenu ul ul
{
    visibility: hidden;
    position: absolute;
    height: 0;
    top: 25px;
    left: 0;
    width: 149px;
    border-top: 0px solid #5E529B;
    padding-top: 10px;
}
/* another hack for IE5.5 */* html .submenu ul ul
{
    top: 24px;
}
/* position the third level flyout submenu */.submenu ul ul ul
{
    left: 149px;
    top: -1px;
    width: 150px;
}
/* position the third level flyout submenu for a left flyout */.submenu ul ul ul.left
{
    left: -149px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */.submenu table
{
    position: absolute;
    top: 0;
    left: 0;
    border-collapse: collapse;
}
/* style the second level links */.submenu ul ul a, .submenu ul ul a:visited
{
    background: #231166;
    color: #ffffff;
    height: auto;
    line-height: 1em;
    padding: 5px 10px;
    width: 128px;
    border-width: 0 1px 1px 1px;
}
/* yet another hack for IE5.5 */* html .submenu ul ul a, * html .submenu ul ul a:visited
{
    width: 127px;
}
/* style the top level hover */.submenu ul ul a:hover
{
    background: #9287C9;
    text-decoration: none;
    color: #000000;
}
.submenu a:hover
{
    text-decoration: none;
    color: #000000;
}
/* make the second level visible when hover on first level list OR link */.submenu ul li:hover ul, .submenu ul a:hover ul
{
    visibility: visible;
}
/* keep the third level hidden when you hover on first level list OR link */.submenu ul :hover ul ul
{
    visibility: hidden;
}
/* make the third level visible when you hover over second level list OR link */.submenu ul :hover ul :hover ul
{
    visibility: visible;
}
/*end css menu*/.subbannerdefaulttext
{
    font-size: 10px;
    font-family: arial, sans-serif;
    font-weight: bold;
    text-align: left;
    color: #E3E3FF;
    border-bottom: 2px solid #BEBEFE;
    border-top: 0px solid #2C1B6E;
    text-align: center;
}
a:link.subbannerlink
{
    color: #E3E3FF;
    text-decoration: none;
    font-weight: bold;
}
a:visited.subbannerlink
{
    color: #E3E3FF;
    text-decoration: none;
    font-weight: bold;
}
a:hover.subbannerlink
{
    color: #E3E3FF;
    text-decoration: underline;
    font-weight: bold;
}
a:active.subbannerlink
{
    color: #E3E3FF;
    text-decoration: none;
    font-weight: bold;
}
.subbanner
{
    font-size: 11px;
    font-family: arial, sans-serif;
    font-weight: bold;
    text-align: center;
    color: #E3E3FF;
    padding-top: 3px;
    padding-bottom: 5px;
}