/*
    NOTE: All styles are listed, as well as possible,
    in the order they appear visually on the page,
    top left to bottom right    
    - Styles for the YShop located in right hand columm of content pages are declared in /inc/yshop.css
    - Styles for the YShop Marketplace page are declared in /inc/yshopsearch.css
    - Styles for the YShop Catalog page are declared in /inc/yshopcatalog.css
*/

/* 
    1 - Global HTML Styles
    These styles apply globally to the site and are applied directly to html tags
*/
body {
    margin:0;
    padding:0;
    background-color:#666;
    background-image:url(/i/background.jpg);
    background-repeat:repeat-x;
    font-family:Arial, Helvetica, sans-serif;   
}

/* list and bullet classes */
ul {
    margin-bottom:10px;
    margin-left:0px;
    padding-left:25px;
    line-height:18px;
    text-align:left;
    color:#666;
}

li {
    list-style-type:square;
    font-size:12px;
    margin-bottom: 10px;
}
li a {
    font-weight:normal;
    text-decoration:underline;
    color:#5c0c0c;
}
li a:hover {
    text-decoration:none;
    color:#5c0c0c;
}

/* form classes */
form {
    margin:0;
    padding:0;  
}

input {
    margin:0;
    padding:0;
}

/* content classes */
h1 {
    margin-top:40px;
    font-size:22px;
    font-weight:bold;   
    color:#3b3e32;
    margin-bottom:-5px;
}

h2 {
    margin-bottom:5px;
    font-size:18px;
    line-height:24px;
    font-weight:bold;
    color:#777c64;
}

h3 {
    padding-top:20px;
    margin-bottom:-5px;
    font-size:16px;
    line-height: 22px;
    font-weight:bold;
    color:#3b3e32;  
    margin-top: 10px;
}
h3 a {
    color:#666;
}

p {
    margin-bottom:10px;
    font-size:12px;
    line-height:18px;
    color:#666; 
}
p a:link, p a:visited {
    font-weight:normal;
    text-decoration:underline;
    color:#5c0c0c;
}
p a:hover {
    font-weight:normal;
    text-decoration:none;
    color:#5c0c0c;
}

img {
    border:0;
}


/* 
    2 - Global Layout Styles
    These styles apply globally to the site and control the main divs that comprise the main layout
*/

/* wrapper: a container div for entire page layout */
#wrapper {
    width:984px;
    margin:0 auto;
    border-left:2px solid #666;
    background: url(/i/background1.gif) repeat-y;
}

#wrapper2 {
    width:984px;
    margin:0 auto;
    border-left:2px solid #666;
    background: url(/i/background2.gif) repeat-y;
}

/* header: entire header, inlcuding standardized text links */
#header {
    position:absolute;
    top:0;
    width:984px;
    height:121px;
    background:url(/i/header-background.jpg) no-repeat 275px 0;
}
#header a:link, #header a:active, #header a:visited {
    text-decoration:none;
    color:#ffffff;
}
#header a:hover {
    text-decoration:none;
    color:#fdf98a;
}

#header .textlinks {
    position:absolute;
    top:96px;
    left:423px;
    font-size:13px;
    font-weight: bold;
    color:#cbcbcb;
}

/* left column styles */
#left {
    width:200px;
    display:block;
    float:left;
    margin-top:121px;
}
#left a {
    display:block;
}

#left-divider1 {
    width:180px;
    display:block;
    background:url(/i/left-divider.gif) no-repeat;
    margin-left:10px;
}

#left-divider2 {
    display:block;
    margin-top:20px;
    margin-left:10px;
    background:url(/i/left-divider.gif) no-repeat;
}

#searchbox {
    width:180px;
    margin:15px 0 0 10px;
}

#searchbox .inputbox {
    position:relative;
    top:-20px;
    left:5px;
    color:#666;
    font-size:10px;
    border:0;
}

/* menu: wraps entire menu */
#menu {
    display:block;
    width:200px;
}

/* m1, youarehere1, open1: the off, over, on and open states for the top level navigation */
.m1:link, .m1:visited {
    width:170px;
    height:20px;
    padding-top:5px;
    padding-left:30px;
    background:url(/i/m1-background.gif) 5px -24px no-repeat;
    font-size:12px;
    font-weight:normal;
    text-decoration:none;
    color:#fff;
}
.m1:hover {
    background:url(/i/m1-background.gif) 5px -24px no-repeat;
    color:#fdf98a;
}

.youarehere1:link, .youarehere1:visited, .open1:link, .open1:visited {
    width:170px;
    height:20px;
    padding-top:5px;
    padding-left:30px;
    background:url(/i/m1-youarehere.gif) 5px 1px no-repeat;
    font-size:12px;
    font-weight:normal;
    text-decoration:none;
    color:#fdf98a;
}

/* m2, youarehere2, open2: the off, over, on and open states for the second level navigation */
.m2:link, .m2:visited {
    width:169px;
    margin-left:6px;
    padding:5px 5px 5px 20px;
    border-top:1px solid #686868;
    background:url(/i/m2-background.gif) 10px 8px no-repeat #9ea291;
    font-size:11px;
    font-weight:normal;
    text-decoration:none;
    color:#3b3e32;
}
.m2:hover {
    background:url(/i/m2-background.gif) 10px 8px no-repeat #777c64;
    color:#fff;
}

.youarehere2:link, .youarehere2:visited, .open2:link, .open2:visited {
    width:169px;
    margin-left:6px;
    padding:5px 5px 5px 20px;
    border-top:1px solid #686868;
    background:url(/i/m2-background-2.gif) 8px 10px no-repeat #a4ac89;
    font-size:11px;
    font-weight:normal;
    text-decoration:none;
    color:#fdf98a;
}

/* m3, youarehere3, open3: the off, over, on and open states for the third level navigation */
.m3:link, .m3:visited {
    width:169px;
    margin-left:6px;
    padding:5px 5px 5px 20px;
    border-top:1px solid #686868;
    background:url(/i/m3-background.gif) 11px 11px no-repeat #c1c1c1;
    font-size:11px;
    text-decoration:none;
    color:#fff;
}
.m3:hover {
    background:url(/i/m3-background.gif) 11px 11px no-repeat #acacac;
    color:#fff;
}

.youarehere3:link, .youarehere3:visited, .open3:link, .open3:visited {
    width:169px;
    margin-left:6px;
    padding:5px 5px 5px 20px;
    border-top:1px solid #686868;
    background:url(/i/m3-youarehere.gif) 8px 10px no-repeat #595959;
    font-size:11px;
    text-decoration:none;
    color:#6eafc6;
}

/* m4, youarehere4, open4: the off, over, on and open states for the fourth level navigation */
.m4:link, .m4:visited {
    width:159px;
    margin-left:6px;
    padding:5px 5px 5px 30px;
    border-top:1px solid #686868;
    background:url(/i/m3-background.gif) 21px 11px no-repeat #d7d7d7;
    font-size:11px;
    text-decoration:none;
    color:#fff;
}
.m4:hover {
    background:url(/i/m3-background.gif) 21px 11px no-repeat #b0b0b0;
    color:#fff;
}

.youarehere4:link, .youarehere4:visited, .open4:link, .open4:visited {
    width:159px;
    margin-left:6px;
    padding:5px 5px 5px 30px;
    border-top:1px solid #686868;
    background:url(/i/m3-youarehere.gif) 21px 11px no-repeat #b0b0b0;
    font-size:11px;
    text-decoration:none;
    color:#6eafc6;
}

/* middle: this div also contains the breadcrumbs, the content, and the right columns */
#middle {
    float:right;
    width:784px;
}

#content {
    width:480px;
    float:left;
    padding:0 20px;
}

#content img.full-img {
    border: 1px solid #CCC;
}

#content img.left-img {
    border: 1px solid #CCC;
    float: left;
    margin: 0 20px 5px 0;
}

#content img.right-img {
    border: 1px solid #CCC;
    float: right;
    margin: 0 0 5px 20px;
}

#content2 {
    width:734px;
    float:left;
    padding:0 20px;
}

#breadcrumbs {
    width:783px;
    height:16px;
    clear:both;
    margin:121px 0 0 1px;
    padding:2px 0;
    background:#333;
    font-size:11px;
    text-indent:10px;
    color:#fdf98a;
}
#breadcrumbs a {
    text-decoration:none;
    color:#fff;
}
#breadcrumbs a:hover {
    text-decoration:none;
    color:#fdf98a;
}

#breadcrumbs span {
    text-transform:capitalize;
}

/* right: this div contains the YShop */
#right {
    width:244px;
    float:left;
    padding:0 10px;
}

#rightyshop {
    width:244px;
    float:left;
}

/* footer */
#footer {
    width:984px;
    height:27px;
    clear:both;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    background:#333;
}


/* 
    3 - PPC Styles
    These styles apply globally to the ppc on the content column as well as on the right hand side of the yahoo pages
*/
#ppc {
    width:480px;
    margin:10px 0;
    padding:10px 0;
    border-top:1px solid #bebebe;
    border-bottom:1px solid #bebebe;
    background-color:#f6f6ee;
    color:#474747;
}

#ppc img {
    border: 0;
}

#ppc .ppclisting {
    margin:0 10px 0 20px;   
    padding:10px 0;
    border-bottom:1px dashed #bebebe;
}

#ppc .ppctitle {
    display:block;
    margin-bottom:1px;
    padding-left:34px;
    background:url(/i/ppcbullet.jpg) 0 1px no-repeat;
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
    color:#7d0404;
}
#ppc .ppctitle:hover {
    text-decoration:none;
    color:#5c0c0c;
}

#ppc .ppcdescription {
    font-size:11px;
    text-decoration:none;   
    color:#000;
}
#ppcyshop .ppcdescription {
    font-size:11px;
    text-decoration:none;   
    color:#000;
}

#ppc .sponsor-links {
    margin-right:10px;
}
#ppc .sponsor-links a {
    font-size:11px;
    text-decoration:underline;
    color:#3a862f;
}

#ppc .ppchost {
    margin:0 0 5px 5px;
    font-size:11px;
    font-weight:normal;
    text-decoration:underline;
    color:#3a862f;
}

#ppc .ppchost:hover {
    text-decoration:none;
    color:#3a862f;
}

#ppc .searchresults {
    margin-left:10px;
    font-size:20px;
    font-weight:bold;
}

#ppc .searchresults em {
    text-transform:capitalize;
}


/* 
    4 - YShop PPC Styles
    These styles apply only to the PPC on the right hand side of /yshopcatalog.aspx and 
*/
#ppcyshop {
    margin:10px 0 0 15px;
    padding:10px 0;
    color:#474747;
}

#ppcyshop .sponsor-links {
    margin-right:10px;
}
#ppcyshop .sponsor-links a {
    font-size:10px;
    font-weight:bold;
    text-decoration:underline;
    color:#3a862f;
}

#ppcyshop .ppclisting {
    padding:10px 0;
    border-bottom:1px solid #b2b2b2;
}

#ppcyshop .ppctitle {
    display:block;
    margin-bottom:1px;
    padding-left:34px;
    background:url(/i/ppcbullet2.jpg) 0 1px no-repeat;
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
    color:#7d0404;
}
#ppcyshop .ppctitle:hover {
    text-decoration:none;
    color:#405bb4;
}

#ppcyshop .ppcdescription {
    font-size:11px;
}

#ppcyshop .ppchost {
    overflow:hidden;
    margin-left:5px;
    font-size:11px;
    font-weight:normal;
    text-decoration:underline;
    color:#3a862f;
}

#ppcyshop .ppchost:hover {
    text-decoration:none;
    color:#3a862f;
}

#ppcsl {
    padding-bottom:2px; 
    font-size:11px;
    text-transform:uppercase;
    color:#666; 
}

#ppcsl .kw {
    font-weight:bold;
    font-style:italic;
    color:#000;
}

#wt {   
    font-size:11px;
    float:right;    
    text-transform:none;
    color:#999;     
}

#wt a { 
    text-decoration:none;
    color:#bababa;      
}

/* 
    6 - Sitemap Styles
    These styles apply ONLY to the sitemap page (/sitemap.aspx)
*/
#sitemap a {
    text-decoration:none;
}
#sitemap a:hover {
    text-decoration:underline;
}

/*-- YIELDY --*/
#rtRlTop-H, #rtRlTop-C {
    text-align: center;
}


