/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
#containerStore .tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
#containerStore .tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
#containerStore .tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
#containerStore .tabs-nav a,
#containerStore .tabs-nav a span {
    display: block;
    padding: 0 20px;
    background: url(tabStore.png) no-repeat;
}
#containerStore .tabs-nav a {
    position: relative;
    top: 0px;
    z-index: 2;
    padding-left: 0;
    color: #929292;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
#containerStore .tabs-nav .tabs-selected a {
    color: #333333;
}
#containerStore .tabs-nav .tabs-selected a,
#containerStore .tabs-nav a:hover,
#containerStore .tabs-nav a:focus, 
#containerStore .tabs-nav a:active {
    background-position: 100% -105px;
    outline: 0; /* prevent dotted border in Firefox */
}
#containerStore .tabs-nav a, 
#containerStore .tabs-nav .tabs-disabled a:hover, 
#containerStore .tabs-nav .tabs-disabled a:focus, 
#containerStore .tabs-nav .tabs-disabled a:active {
    background-position: 100% -70px;
}
#containerStore .tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 19px; /* IE 6 treats height as min-height */
    min-height: 19px;
    line-height:19px; 
    padding-top: 0px;
    padding-right: 0;
}
*>#containerStore .tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
#containerStore .tabs-nav .tabs-selected a span {
    padding-top: 0px;
    padding-bottom: 0px;
}
#containerStore .tabs-nav .tabs-selected a span, 
#containerStore .tabs-nav a:hover span, 
#containerStore .tabs-nav a:focus span, 
#containerStore .tabs-nav a:active span {
	color:#FFFFFF;
    background-position: 0 -35px;
}
#containerStore .tabs-nav a span, 
#containerStore .tabs-nav .tabs-disabled a:hover span,
#containerStore .tabs-nav .tabs-disabled a:focus span,
#containerStore .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
    color:#FFFFFF;
}
#containerStore .tabs-nav .tabs-selected a:link,
#containerStore .tabs-nav .tabs-selected a:visited,
#containerStore .tabs-nav .tabs-disabled a:link,
#containerStore .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
#containerStore .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
	color: #333333;
    cursor: pointer;
}
#containerStore .tabs-nav .tabs-disabled {
    opacity: .4;
}
#containerStore .tabs-container {
    /*border-top: 1px solid #6B6B6B;*/
    width:100%
    padding: 0;
    /*background: #FFF;*/ /* declare background color for container to avoid distorted fonts in IE while fading */
}
#containerStore .tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}


/* Skin */
#containerProduct .tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
#containerProduct .tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
#containerProduct .tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
#containerProduct .tabs-nav a,
#containerProduct .tabs-nav a span {
    display: block;
    padding: 0 20px;
    background: url(tabProduct.png) no-repeat;
}
#containerProduct .tabs-nav a {
    position: relative;
    top: 0px;
    z-index: 2;
    padding-left: 0;
    color: #929292;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
#containerProduct .tabs-nav .tabs-selected a {
    color: #333333;
}
#containerProduct .tabs-nav .tabs-selected a,
#containerProduct .tabs-nav a:hover,
#containerProduct .tabs-nav a:focus, 
#containerProduct .tabs-nav a:active {
    background-position: 100% -105px;
    outline: 0; /* prevent dotted border in Firefox */
}
#containerProduct .tabs-nav a, 
#containerProduct .tabs-nav .tabs-disabled a:hover, 
#containerProduct .tabs-nav .tabs-disabled a:focus, 
#containerProduct .tabs-nav .tabs-disabled a:active {
    background-position: 100% -70px;
}
#containerProduct .tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 19px; /* IE 6 treats height as min-height */
    min-height: 19px;
    line-height:19px; 
    padding-top: 0px;
    padding-right: 0;
}
*>#containerProduct .tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
#containerProduct .tabs-nav .tabs-selected a span {
    padding-top: 0px;
    padding-bottom: 0px;
}
#containerProduct .tabs-nav .tabs-selected a span, 
#containerProduct .tabs-nav a:hover span, 
#containerProduct .tabs-nav a:focus span, 
#containerProduct .tabs-nav a:active span {
	color:#FFFFFF;
    background-position: 0 -35px;
}
#containerProduct .tabs-nav a span, 
#containerProduct .tabs-nav .tabs-disabled a:hover span,
#containerProduct .tabs-nav .tabs-disabled a:focus span,
#containerProduct .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
    color:#FFFFFF;
}
#containerProduct .tabs-nav .tabs-selected a:link,
#containerProduct .tabs-nav .tabs-selected a:visited,
#containerProduct .tabs-nav .tabs-disabled a:link,
#containerProduct .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
#containerProduct .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
	color: #333333;
    cursor: pointer;
}
#containerProduct .tabs-nav .tabs-disabled {
    opacity: .4;
}
#containerProduct .tabs-container {
    /*border-top: 1px solid #6B6B6B;*/
    width:100%
    padding: 0;
    /*background: #FFF;*/ /* declare background color for container to avoid distorted fonts in IE while fading */
}
#containerProduct .tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}
