/* 
Breadcrumb Styles
-------------------
*/

.breadcrumbs_container{
display:inline;
height:45px;
}

.breadcrumbs_links{
float:left;
vertical-align:bottom;
line-height:70px;
color:#7b7c7c;
height:45px;
}

.breadcrumbs_cart{
float:right;
height:45px;
width:175px;
margin-right:3px;
background-image: url(../images/content/cart_bckrnd.png);
background-position: bottom left;
background-repeat: no-repeat;
font-size:0.63em;
color:#000;
}

.breadcrumbs_cart_roll{
float:right;
height:45px;
width:175px;
margin-right:3px;
background-image: url(../images/content/cart_bckrnd_roll.png);
background-position: bottom left;
background-repeat: no-repeat;
font-size:0.63em;
color:#000;
}

/* 
Breadcrumb Links
-------------------
*/

a.cart_breadcrumb:link, a.cart_breadcrumb:visited {
color:#000;
text-decoration : none;
width:65px;
height:40px;
display:block;
padding-top:3px;
padding-left:9px;
font-weight:bold;
}

a.cart_breadcrumb:hover {
color:#000;
text-decoration : none;
width:65px;
height:40px;
display:block;
padding-top:3px;
padding-left:9px;
font-weight:bold;
}

a.cart_breadcrumb:active {
color:#000;
text-decoration : none;
width:65px;
height:40px;
display:block;
padding-top:3px;
padding-left:9px;
font-weight:bold;
}

.previous_page 
{
    color:#7b7c7c;
    text-decoration : none;
    font-size:0.63em;
}

a.previous_page:link, a.previous_page:visited {
color:#7b7c7c;
text-decoration : none;
}

a.previous_page:hover {
color: #7b7c7c;
text-decoration : none;
}

a.previous_page:active {
color:#7b7c7c;
text-decoration : none;
}

.current_page 
{
    color:#000;
    text-decoration : none;
    font-weight:bold;
    font-size:0.63em;
}

a.current_page:link, a.current_page:visited {
color:#000;
text-decoration : none;
font-weight:bold;
}

a.current_page:hover {
color: #000;
text-decoration : none;
font-weight:bold;
}

a.current_page:active {
color:#000;
text-decoration : none;
font-weight:bold;
}

.next_page 
{
    color:#f7a706;
    text-decoration : none;
    font-size:0.63em;
}

a.next_page:link, a.next_page:visited {
color:#f7a706;
text-decoration : none;
}

a.next_page:hover {
color: #f7a706;
text-decoration : none;
}

a.next_page:active {
color:#f7a706;
text-decoration : none;
}


.previous_page_large{
color:#7b7c7c;
text-decoration : none;
font-size:0.88em;
}

.current_page_large{
color:#000;
text-decoration : none;
font-weight:bold;
font-size:0.88em;
}

.next_page_large{
color:#f7a706;
text-decoration : none;
font-size:0.88em;
}

.breadcrumbs_container_publicstore{
height:20px;
vertical-align:bottom;
display:block;
}

.breadcrumbs_links_publicstore{
float:left;
vertical-align:bottom;
color:#7b7c7c;
}