﻿#yarnsBody
{
	background: #FFFFFF;
    margin: 0;
    padding: 0;
}
.YarnItem
{
    background-color: White;
    padding-bottom: 5px;
    min-height: 70px;
    clear: both;
}
.YarnItemPrint
{
    padding-right: 10px;
    min-height: 70px;
    float: left;
}
.YarnName
{
    font-size: 1.2em;
    float: left;
    max-height: 75px;
    color: #84997A;
    width: 14px;
    padding-top: 30px;
    padding-left: 2px;
    text-align: center;
}
.YarnImage
{
    float:left;
}
.YarnItemPrint DIV.YarnImage
{
    font-size: 7pt;
}


.YarnComponents
{
    padding-top: 5px;
    color: #999999;
    line-height: 20px;
    font-size: 10px;
    padding-left: 10px;
}

.YarnComponents a, .YarnComponents a:link, .YarnComponents a:visited, .YarnComponents a:active
{
    color: #999999;
    text-decoration: none;
}

.YarnComponents a:hover
{
    text-decoration: underline;
}

.YarnComponents img
{
    vertical-align: middle;
    padding-right: 3px;
}

#yarnSelection
{
    background-color: White;
    position: absolute;
    left: 250px;
    top: 220px;
    width: 630px;
    z-index: 100;
    border: solid 1px #666666;
}
#yarnSelection h1
{
    background-color: #666666;
    color: White;
    cursor: move;
    padding: 5px;
    font-size: 12px;
}
#yarnSelection p
{
    padding: 5px;
}

#yarnSelectionContent
{
    margin-top: 5px;
    border-top: solid 1px #666666;
    overflow: auto;
    width: 630px;
    height: 190px;
}

.yarnPly
{
    float:left;
    text-align: center;
    width: 75px;
    color: #666666;
    height: 100px;
}
.yarnPly a, .yarnPly a:visited, .yarnPly a:link, .yarnPly a:active
{
    color: #666666;
    text-decoration: none;
}