﻿@import "type.css";
@import "navigation.css";
@import "catalogue.css";

html
{
    width: 100%;
    height: 100%;
}

body
{
    margin: 0;
    padding: 0;
    background-image: url('images/body-bg.gif');
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 100%;
    position: relative;
}

#Wrapper
{
    position: relative;
    width: 960px;
    margin: auto;
}

#ContentBnr
{
    height: 260px;
    margin-bottom: 10px;
    position: relative;
}

#YoungbloodLogo
{
    display: block;
    background-image: url('images/yb-logo.jpg');
    width: 192px;
    height: 41px;
    position: absolute;
    left: 16px;
    top: 41px;
}
.ImageLink span
{
    display: none;
}
#Masthead
{
    height: 100px;
    position: relative;
}
#MetaBar
{
    height: 66px;
    position: relative;
    background-image: url('images/metabar-bg.jpg');
    background-position: right top;
    background-repeat: no-repeat;
}
#MetaBar .SearchGoButton
{
    display: none;
}
#MetaBar span
{
    display: none;
}
#MetaBar .SearchTextBox
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background-color: Transparent;
    height: 20px;
    width: 114px;
    position: absolute;
    left: 700px;
    top: 8px;
    font-size: 11px;
    line-height: 16px;
    padding: 0;
    margin: 0;
    display: inline;
    right: 146px;
}
#MetaBar .FacebookLink
{
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 928px;
    top: 5px;
}
#MetaBar .TwitterLink
{
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 897px;
    top: 5px;
}
#MetaBar .YoutubeLink
{
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 908px;
    top: 5px;
}



.SignOff
{
    color: #666666;
    text-align: center;
}
.SignOff a
{
    color: #666666;
    text-decoration: none;
}

.ClearBoth
{
    font-size: 0;
    line-height: 0;
    font-family: Monospace;
    clear: both;
}


.InnerLeft
{
    width: 400px;
    float: left;
    margin-top: 20px;
}
.InnerRight
{
    width: 290px;
    float: right;
    margin-top: 140px;
}

.CrumbTrail
{
    color: #666666;
    font-size: 11px;
}
.CrumbTrail a
{
    color: #333333;
    text-decoration: none;
}
.CrumbTrail a:hover
{
    text-decoration: underline;
}

a img
{
    border: none;
}


/* MISC */
.TwoColHf
{
    border-collapse: collapse;
}
.TwoColHf th
{
    text-align: right;
    vertical-align: top;
    padding: 6px 4px;
    white-space: nowrap;
}
.TwoColHf td
{
    text-align: left;
    vertical-align: top;
    padding: 2px 4px;
}

a.RssFeed
{
    display: block;
    background-image: url('images/rss-icon.png');
    background-repeat: no-repeat;
    background-position: left 4px;
    padding: 5px 0 5px 24px;
}

/* Menu Overrides */
.RadMenu_Black .rmGroup
{
    background-color: Transparent !important;
    background-image: url('images/nav/rad-menu-bg.png') !important;
    background-repeat: repeat !important;
}
.RadMenu_Black .rmGroup .rmLink .rmExpandRight
{
    background-color: Transparent !important;
}
.RadMenu_Black .rmHorizontal
{
    background-color: Transparent !important;
    background-image: url('images/nav/rad-menu-bgt.png') !important; /*background-image:none;*/
    background-repeat: repeat !important;
}
.RadMenu_Black
{
    background-color: Transparent !important;
}
.RadMenu_Black .rmRootGroup .rmFocused .rmText
{
    background-image: none !important;
}

/* Featured Content */

div.FeaturedContent
{
    border-left: 1px dotted #D29A96;
    padding-left: 10px;
}
.FeaturedContent h3
{
    font-size: 1.2em;
    color: #333333;
}
#FeaturedContentColumn
{
    width: 240px;
    float: right;
}
#WideFeaturedContentColumn
{
    width: 500px;
    float: right;
}

/* Page Footer */
.PageFooter
{
    clear: both;
    padding-top: 60px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #D29A96;
}
.PageFooter h4
{
    font-size: 1.2em;
    padding-bottom: 2px;
    margin-bottom: 5px; /*border-bottom:1px dotted #D29A96;*/
    background-color: #dddddd;
}
.RecommendedProduct
{
    float: left;
    width: 145px;
    font-size: 0.9em;
    padding-right: 10px;
    line-height: 1.2em;
}

/* Tips and Tricks */
.SwatchTable td
{
    padding-bottom: 7px;
}

/* Column Layouts */
.ABcol .A
{
    width: 410px;
    float: left;
}
.ABcol .B
{
    width: 495px;
    float: right;
}

.AABcol .A
{
    width: 600px;
    float: left;
}
.AABcol .B
{
    width: 250px;
    float: right;
}

dl.Indented
{
}
dl.Indented dt
{
    width: 184px;
    float: left;
    clear: both;
    margin: 0;
    padding: 5px 10px 10px 5px;
    border-top: 1px dotted #333333;
    /*border-bottom: 1px dotted #333333;*/
    font-weight:bold;
}
dl.Indented dd
{
    width: 384px;
    float: right;
    margin: 0;
    padding: 5px 5px 10px 10px;
    border-top: 1px dotted #333333;
    border-left: 1px dotted #333333;
}
