﻿.left50
{
    position: relative;
    float:left;
    width: 50%;
    text-align: left;
}

.left30
{
    position: relative;
    float:left;
    width: 30%;
    text-align: left;
}


.left70
{
    position: relative;
    float:left;
    width: 70%;
    text-align: left;
}
body
{
    background-color: #d6eef6;
padding:0;
margin:0px auto auto auto;
color:#000000;
    font-size:9pt;
    font-family: Arial, Helvetica, sans-serif;
}

p
{
    font-size:9pt;
    font-family: Arial, Helvetica, sans-serif;
}
 
#paybutton
{
    width: 130px;
    height: 36px;
    padding-top: 7px;
    text-align: center;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
    text-transform:uppercase;
    font-size: 10pt;
    cursor:pointer;    
    margin-top: 4px;
    margin-left: 66px;
}

#buybuttonSection
{
    width: 100%;
    float: left;
}

#buybuttonSection_left
{
    width: 40%;
    float: left;
}

#buybuttonSection_right
{
    width: 60%;
    float: right;
    text-align:right;
}

#buybuttonSection_tilbehoer
{
    width: 100%;
    float: left;
}

#buybuttonSection_left_tilbehoer
{
    width: 50%;
    float: left;
    padding-left: 6px;
}

#buybuttonSection_right_tilbehoer
{
    width: 50%;
    float: right;
    text-align:right;
    margin-top: -70px;
    padding-right: 6px;
}

.collapsePanel {
      width: 100px;
      height:200px;
      background-color:white;
      overflow:hidden;
}
 
.collapsePanelHeader{   
      width:100px;            
      height:20px;
      color: black;
      background-color: white;
      font-weight:bold;
      float:none;
      padding:5px; 
      cursor: pointer; 
      vertical-align: middle;
}

.hrCategoryDescription
{
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    border-bottom-width: 1px;
}

#partofbook
{
    width: 100%;
    float: left;
}

#NewsLetterRegister
{
    width: 60px;
    height: 40px;
    cursor: pointer;
    color: White;
    font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
    text-transform:uppercase;
    font-size: 9pt;
    padding-top: 5px;
    padding-left: 24px;
}

#NewsLetterRegister a
{
    color: White;
    text-decoration: none;
}


#Welcome
{
    width: 560px;
    margin-left: 20px;
    float: left;
    border-style:solid;
    border-width: 1px;
    border-color: #DDDDDD;
    background-color: #FFFFFF;
    padding:6px;
    margin-right: 4px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#Welcome .WelcomeImage
{
    float:left;
}

#Welcome .WelcomeText
{
    width: 300px;
    float:left;
    text-align: left;
}

#Welcome h3
{
    color: #bc0000;
}

#NewItemListGroup
{
    margin-left: 10px;
    width: 568px;
    margin-bottom: 20px;
    float:left;
}

#NewItems
{
    text-align: left;
    float:left;
    width: 260px;
    margin-left:24px;
    margin-bottom: 20px;
    overflow:hidden;
}


#NewItemsHeading
{
    margin-left: 18px;
    width: 574px;
    height: 20px;
    padding-top: 4px;
    padding-left: 2px;
    text-align: left;
    margin-bottom: 20px;
    float:left;
    background-color: #EEEEEE;
    font-weight:bold;
}

#NewItemBox
{
    height: 220px;
    width: 260px;
    padding-left: 4px;
}

#NewItemBox .itemProductName
{
    float: left;
    width: 240px;
    font-size:small;
    margin-bottom: 4px;
    cursor: pointer;
}

#NewItemBox .itemProductImage
{
    float: left;
    width: 50px;
}

#NewItemBox .itemCartGroup
{
    float: left;
    width: 190px;
    margin-left: 0px;
}

#NewItemBox .itemNewCenterContent
{
    width: 240px;
    float: left;
}

#NewItemBox .itemCartGroupPrice
{
    float:left;
    width: 180px;
    text-align:right;
    font-size: large;
    margin-top: 10px;
    
}

#NewItemBox .itemCartGroupAdd2Cart
{
    float:left;
    width: 180px;
    text-align:left;
}

#NewItemBox .itemDescription
{
     float: left;
     width: 230px;
     height: 50px;
     padding-top: 4px;
     
}

#NewItemBox .buybutton
{
    width: 130px;
    height: 36px;
    padding-top: 7px;
    text-align: center;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
    text-transform:uppercase;
    font-size: 10pt;
    background-image:url(http://images.spinderup.dk/images/buybutton.png);
    background-repeat:no-repeat;
    cursor:pointer;    
    margin-top: 4px;
    margin-left: 66px;
}

#NewItemBox .buybutton_gray
{
    width: 130px;
    height: 36px;
    padding-top: 7px;
    text-align: center;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
    text-transform:uppercase;
    font-size: 10pt;
    background-image:url(http://images.spinderup.dk/images/buybutton_gray.png);
    background-repeat:no-repeat;
    cursor:pointer;    
    margin-top: 4px;
    margin-left: 66px;
}

.buybutton_gray a
{
    color: White;
    text-decoration: none;
}

#NewItemBox .detailsbutton
{
    width: 97px;
    height: 25px;
    padding-top: 5px;
    text-align: center;
    color: White;
    font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
    text-transform:uppercase;
    font-size: 8pt;
    background-image:url(http://images.spinderup.dk/images/detailsbutton.gif);
    background-repeat:no-repeat;
    cursor:pointer;    
    margin-left: 80px;
}

.linknounderline
{
    text-decoration: none;
}

#tabContainer
{
    width:720px;
    float:left;
    position: relative;
    overflow:hidden;
}

#pagewrapper
{
    width:720px;
    float:left;
}


#pagewrapper_pattern_popup
{
    width:300px;
    float:left;
}

#pagetop
{
    width:720px;
    float:left;
}

#pagetop_pattern_popup
{
    width:300px;
    float:left;
}

#pagebottom
{
    width:100%;
    float:left;
    padding-top: 16px;
}

.tabPanel
{
    position: relative;
    width:580px;
    float:left;
    overflow:hidden;
}

.p
{
    font-size:9pt;
    font-family: Arial, Helvetica, sans-serif;
}

.sitemappath
{
    font-size:8pt;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    padding-bottom: 2px;
    float: left;
    color: Gray;
}

.sitemappath a
{
    color: gray;
}

#items_overview
{
    width: 720px;
    float:left;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-family: Arial, helvetica, Sans-Serif;
    font-size: 10pt;
    margin-left: -10px;
}

#yarn_title
{
    width: 100%;
    float: left;
    position: relative;
}

#yarn_title H1
{
    background-image: none;
    padding-left: 0px;
}
 
#pattern_title H1
{
    background-image: none;
    padding-left: 0px;
}

#book_title H1
{
    background-image: none;
    padding-left: 0px;
}

#yarn_description
{
    width: 100%;
    float: left;
    position: relative;
}

#yarn_specifications
{
    width: 100%;
    float: left;
    position: relative;
    padding-bottom: 10px;
}

#yarn_specifications_left
{
    width: 70%;
    float: left;
    position: relative;
}

#yarn_specifications_right
{
    width: 30%;
    float: right;
    position: relative;
}

.yarn_specifications_format
{
    font-size:8pt;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 0px;
}

#yarn_product_name
{
    width: 60%;
    float: left;
    position: relative;
}

#yarn_product_price
{
    width: 40%;
    float: right;
    position: relative;
}

#yarn_wrapper
{
    width: 100%;
    float: left;
    position: relative;
}

#yarn_body_container
{
    width: 100%;
    float: left;
    position: relative;
}

#yarn_body_left
{
    width: 40%;
    float: left;
    position: relative;
}

#yarn_body_right
{
    width: 60%;
    float: left;
    position: relative;
}

#yarn_body_right_top
{
    width: 100%;
    float: left;
    position: relative;
}

.productimage
{
    border-style:none;
    margin-top: 14px;
}

#yarn_body_right_bottom
{
    width: 100%;
    float: left;
    position: relative;
}

#yarn_variants
{
    width: 100%;
    float: left;
}

#yarn_variants_for_pattern
{
    width: 94%;
    float: left;
    margin-top: 20px;
    margin-left: 14px;
}

.yarn_pricetag
{
    width: 100%;
    float: left;
    text-align:right;
    font-size: 11pt;
    position: relative;
    color: #336699;
    margin-top: 0px;
    margin-left: -20px;

}

#yarn_related_patterns
{
    width: 100%;
    float: left;
    position: relative;
}


#pattern_title
{
    width: 100%;
    float: left;
    position: relative;
}

#book_title
{
    width: 100%;
    float: left;
    position: relative;
}

#pattern_title_popup
{
    width: 100%;
    float: left;
    position: relative;
}

#pattern_title_popup H1
{
    font-size: 12pt;
    color: #336699;
}

#pattern_title H2
{
    font-size: 8pt;
    color: #336699;
}

#book_title_popup
{
    width: 100%;
    float: left;
    position: relative;
}

#book_title_popup H1
{
    font-size: 12pt;
    color: #336699;
}

#book_title H2
{
    font-size: 8pt;
    color: #336699;
}

#pattern_description
{
    width: 100%;
    float: left;
    position: relative;
}

#pattern_specifications
{
    width: 100%;
    float: left;
    position: relative;
    padding-bottom: 10px;
}

.pattern_specifications_format
{
    font-size:8pt;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 0px;
}

#pattern_product_name
{
    width: 60%;
    float: left;
    position: relative;
}

#book_product_name
{
    width: 60%;
    float: left;
    position: relative;
}

#pattern_product_name_popup
{
    width: 50%;
    float: left;
    position: relative;
}

#pattern_product_price
{
    width: 40%;
    float: right;
    position: relative;
}

#book_product_price
{
    width: 40%;
    float: right;
    position: relative;
}

.pricelabel
{
    float: right;
    position: relative;
    color:#a81f22;
    padding-top:6px;
    padding-left: 28px;
    font-size:12pt;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    height: 25px;
}

.patternsforthisyarn
{
    float: left;
    position: relative;
    color:#a81f22;
    padding-top:6px;
    padding-left: 28px;
    font-size:12pt;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    height: 25px;
    background-image: url(http://images.spinderup.dk/images/bullet5.gif);
    background-repeat: no-repeat;
    background-position: left;
}

#yarn_product_price H1
{
 background-image: none;
 }

#pattern_product_price_popup
{
    width: 50%;
    float: right;
    position: relative;
}

#pattern_wrapper
{
    width: 720px;
    float: left;
    position: relative;
}

#book_wrapper
{
    width: 720px;
    float: left;
    position: relative;
}

#pattern_wrapper_popup
{
    width: 300px;
    float: left;
    position: relative;
}

#book_wrapper_popup
{
    width: 300px;
    float: left;
    position: relative;
}


#pattern_body_container
{
    width: 100%;
    float: left;
    position: relative;
}

#book_body_container
{
    width: 100%;
    float: left;
    position: relative;
}

#pattern_body_left
{
    width: 30%;
    float: left;
    position: relative;
}

#pattern_body_right
{
    width: 70%;
    float: left;
    position: relative;
}

#pattern_body_right_top
{
    width: 100%;
    float: left;
    position: relative;
}

#pattern_body_right_bottom
{
    width: 100%;
    float: left;
    position: relative;
}

#pattern_variants
{
    font-size:8pt;
    font-family: Arial, Helvetica, sans-serif;
}

#sizechart
{
    float: left;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000000;
}

#sizechart H2
{
    font-size: 10pt;
    color: #336699;
}


.pattern_pricetag
{
    width: 100%;
    float: left;
    text-align:right;
    font-size: 11pt;
    position: relative;
    color: #336699;
    margin-top: 0px;
    margin-left: -20px;
}

.book_pricetag
{
    width: 100%;
    float: left;
    text-align:right;
    font-size: 11pt;
    position: relative;
    color: #336699;
    margin-top: 0px;
    margin-left: -20px;
}

.pattern_pricetag_popup
{
    width: 100%;
    float: left;
    text-align:left;
    font-size: 11pt;
    position: relative;
    color: #336699;
}

#item_container
{
    width: 200px;
    float: left;
    position: relative;
}

#item_container_related_yarn
{
    width: 100%;
    float: left;
}

.item_pricetag
{
    width: 88%;
    float: left;
    text-align:right;
    font-size: 9pt;
    z-index: 20;
    color: #336699;
    margin-top: 0px;
    margin-left: 0px;
}

#item_container_left
{
    width: 4px;
    height: 230px;
    float: left;
    margin-bottom: 14px;
}

#item_container_right
{
    width: 4px;
    height: 230px;
    float: right;
    margin-bottom: 14px;
}

#item_container_center
{
    width: 180px;
    height: 230px;
    float: left;
    position: relative;
    z-index: 0;
    background-image: url(http://images.spinderup.dk/images/pattern_background.png);
    background-repeat: no-repeat;
    margin-bottom: 14px;
    display: block;
}

.item_body_container
{
    width: 100%;
    float: left;
}

.item_left
{
    float: left;
    width: 100px;
}

#item_container_image
{
    float: left;
    width: 78%;
    padding-left: 18px;
    position: relative;
    padding-top: 4px;
}

#item_yarn_description
{
    float: left;
    width: 88%;
    padding-left: 18px;
    position: relative;
    padding-top: 4px;
    font-size: 8pt;
    color: #336699;
    height: 56px;
}

.item_right
{
    float: left;
    text-align: left;
    width: 80px;
}

.item_overview_name
{
    cursor:pointer;
}

.item_name
{
}

.div_full_width
{
    width:100%;
    float: left;
}

.pattern_popup_title
{
    width: 100%;
    float: left;
}

.item_description
{
    font-size:8pt;
    font-family: Arial, Helvetica, sans-serif;
    width: 460px;
}

#item_product_name a
{
    text-decoration: none;
    color: Gray;
}

#item_product_name a:hover
{
    color: #df3501;
}

#item_product_name
{
    font-size:8pt;
    font-family: Helvetica, Verdana, Arial, "Trebuchet MS", sans-serif;
    width: 80%;
    float: left;
    padding-left: 18px;
    color: gray;
    padding-top: 2px;
    text-align: right;
}


.item_variant_section
{
    font-size:8pt;
    font-family: Arial, Helvetica, sans-serif;
    width: 460px;
}

.item_variant_section_dashes
{
    border-top-style: dashed;
    border-top-width: 1px;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    width: 460px;
    float: left;
    border-top-color: #AAAAAA;
    border-bottom-color: #AAAAAA;
}


.item_buyinfo
{
    height:100%;
    margin-top: 6px ;
    width: 100%;
    z-index: 10;
    position:relative;
    float: left;
}

.item_pricelabels
{
    float: left;
    width: 100%;
    position: relative;
    z-index: 10;
}

.item_actionbuttons
{
    float: left;
    text-align:right;
    margin-top: 0px;
    width: 100%;
    z-index: 10;
}

.item_footer
{
    margin-top: 16px;
    text-align: right;
}

.searchboxtitle
{
    background-color: #d6e1e7;
    width:100%;
    float: left;
    height: 24px;
    padding-top: 5px;
    padding-left: 4px;
    margin-top: 20px;
}


.searchresultbox
{
     float: left;
     width:100%;
     border-bottom-width: 1px;
     border-bottom-style: solid;
     border-bottom-color: #DDDDDD;
     margin-top: 12px;
     padding-bottom: 6px;
}

.searchresultbox a
{
    text-decoration: underline;
    color: blue;
}


.searchresultbox_title
{
    float:left;
    width:720px;
    position:relative;
}

.searchresultbox_item
{
    float:left;
    width:720px;
    position:relative;
}

.greytext
{
    color: #999999;
}

 .Quantity
{
    vertical-align: middle;
}

.acceptbutton
{
    font-size:larger;
    color:Red;
}

.salelabel
{
    position:relative;
    top: -150px;
    left: 100px;
    text-align:center;
    background-image: url(http://images.spinderup.dk/images/sale.gif);
    background-repeat:no-repeat;
    height:50px;
    width:64px;
    color:red;
    font-size: 12pt;
    font-family: Verdana;
    padding-top:26px;
    font-weight: bold;
    margin-bottom: -84px;
    z-index:20;
}

.salelabelpattern
{
    position:relative;
    top: -10px;
    left: -30px;
    text-align:center;
    background-image: url(http://images.spinderup.dk/images/sale.gif);
    background-repeat:no-repeat;
    height:50px;
    width:64px;
    color:red;
    font-size: 12pt;
    font-family: Verdana;
    padding-top:26px;
    font-weight: bold;
    margin-bottom: -84px;
    z-index:20;
}


.ItemSaleInfo_overview
{
    background-image: url(http://images.spinderup.dk/images/ItemTilbud.png);
    background-repeat:no-repeat;
    height: 54px;
    width: 54px;
}

.ItemSaleInfo_overview_yarn_variants
{
    background-image: url(http://images.spinderup.dk/images/ItemTilbud.png);
    background-repeat:no-repeat;
    height: 54px;
    width: 54px;
    margin-top: 4px;
}

.ItemNewItemInfo_overview
{
    background-image: url(http://images.spinderup.dk/images/ItemNyhed.png);
    background-repeat:no-repeat;
    height: 54px;
    width: 54px;
}

.ItemNewItemInfo_overview_yarn_variants
{
    background-image: url(http://images.spinderup.dk/images/ItemNyhed.png);
    background-repeat:no-repeat;
    height: 54px;
    width: 54px;
    margin-top: 4px;
}


#item_icon_notification
{
    height: 54px;
    width: 54px;
    z-index: 20;
    position: relative;
    margin-bottom: -54px;
}

#item_icon_notification_yarn_variants
{
    height: 54px;
    width: 54px;
    z-index: 20;
    position: relative;
    margin-bottom: -54px;
}

#item_icon_notification_yarn_parent
{
    top: 14px;
    height: 54px;
    width: 54px;
    z-index: 20;
    position: relative;
    margin-bottom: -54px;
}

#item_yarnoverview
{
    width: 180px;
    height: 230px;
    float: left;
    position: relative;
    z-index: 0;
}

.BookIcon
{
    height: 26px;
    width: 26px;
    z-index: 20;
    position: relative;
    visibility: visible;
    margin-bottom: -26px;
    float: right;
}

.boxOfferHeader
{
    width: 192px;
    height: 20px;
    float: left;
    margin-top: -6px;
    margin-left: -2px;
}

.boxOfferTitle
{
    color: yellow;
    font-size: 12pt;
    text-align:center;
    font-weight: bold;
}

.watermarked
{
    font-size:8pt;
    font-family: Arial, Helvetica, sans-serif;
    color: Gray;
}



.ShoppingCartHeader
{
    border-bottom: solid 1px black;
}

.accessories_variant_name
{
    font-size:10pt;
    font-family: Arial, Helvetica, sans-serif;
    color: #336699;
    width:100%;
    float:left;
}

.yarn_variant_name
{
    font-size:8pt;
    font-family: Arial, Helvetica, sans-serif;
    color: #336699;
    width:100%;
    float:left;
}

.yarn_variant_buysection
{
    font-size:8pt;
    font-family: Arial, Helvetica, sans-serif;
    color: #336699;
    width:100%;
    float:left;
}


.yarn_variant_image
{
    width:100%;
    float:left;
}

.small_text
{
    font-size:8pt;
    font-family: Arial, Helvetica, sans-serif;
}

.smaller_text
{
    font-size:7pt;
    font-family: Arial, Helvetica, sans-serif;
}

.smallest_text
{
    font-size:6pt;
    font-family: Arial, Helvetica, sans-serif;
}

.techspectitle
{
    font-size:8pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
}


.DescriptionText
{
    font-size:8pt;
    font-family: Arial, Helvetica, sans-serif;
}

.item_buyquantity
{
    width: 30%;
    float: left;
    margin-top: 14px;
}

.buybuttonItem_container
{
    float: left;
    width: 100%;
}

.buybuttonItem_container_left
{
    float: left;
    width: 50%;
}

.buybuttonItem_container_right
{
    float: right;
    width: 50%;
}

.buybuttonItem
{
    float: right;
    width: 130px;
    height: 36px;
    margin-top: 8px;
    padding-top:8px;
    margin-left: 4px;
    text-align: center;
    color: White;
    font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
    text-transform:uppercase;
    font-size: 9pt;
    background-image:url(http://images.spinderup.dk/images/buybutton_green.png);
    background-repeat:no-repeat;
    cursor:pointer;    
}

.buybuttonItem a
{
    color: white;
    text-decoration: none;
}

.buybuttonItem_kits
{
    float: left;
    width: 130px;
    height: 36px;
    margin-top: 8px;
    padding-top:8px;
    margin-left: 4px;
    text-align: center;
    color: White;
    font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
    text-transform:uppercase;
    font-size: 9pt;
    background-image:url(http://images.spinderup.dk/images/buybutton_green.png);
    background-repeat:no-repeat;
    cursor:pointer;    
}
.buybuttonItem_kits a
{
    color: white;
    text-decoration: none;
}

.buybuttonItem_yarn
{
    float: right;
    width: 130px;
    height: 36px;
    margin-top: -8px;
    padding-top:8px;
    margin-left: 4px;
    text-align: center;
    color: White;
    font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
    text-transform:uppercase;
    font-size: 9pt;
    background-image:url(http://images.spinderup.dk/images/buybutton_green.png);
    background-repeat:no-repeat;
    cursor:pointer;    
}

.buybuttonItem_yarn a
{
    color: white;
    text-decoration: none;
}

.buybutton_pattern_popup
{
    float: right;
    width: 130px;
    height: 36px;
    margin-top: -10px;
    padding-top:8px;
    text-align: center;
    color: White;
    font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
    text-transform:uppercase;
    font-size: 9pt;
    background-image:url(http://images.spinderup.dk/images/buybutton_green.png);
    background-repeat:no-repeat;
    cursor:pointer;    
    position: relative;
    z-index: 10;
}

.buybutton_pattern_popup a
{
    color: white;
    text-decoration: none;
}

.buybutton
{
    width: 102px;
    height: 36px;
    padding-top: 8px;
    margin-top: -4px;
    text-align: center;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
    text-transform:uppercase;
    font-size: 8pt;
    background-image:url(http://images.spinderup.dk/images/buybutton.png);
    background-repeat:no-repeat;
    cursor:pointer;    
}

.buybutton_pattern
{
    width: 60%;
    float: right;
    height: 20px;
    margin-top: -26px;
    text-align: right;
    padding-right: 38px;
    color: blue;
    font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
    text-transform:uppercase;
    font-size: 9pt;
    cursor:pointer;
}

.buybutton_pattern a
{
    text-decoration: none;
}

.classPageBreak
{
    page-break-after: always;
}

.buybutton a
{
    color: White;
    text-decoration: none;
}

.confirmorderbutton
{
    width: 150px;
    height: 30px;
    padding-top: 7px;
    text-align: center;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
    text-transform:uppercase;
    font-size: 9pt;
    background-image:url(http://images.spinderup.dk/images/confirmorderbutton.png);
    background-repeat:no-repeat;
    cursor:pointer;
        
}

.confirmorderbutton a
{
    color: White;
    text-decoration: none;
}

.buybutton_relateditems a
{
    color: White;
    text-decoration: none;
}

.buybutton_relateditems
{
    width: 100px;
    height: 26px;
    
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 10px;
    
    text-align: center;
    color: White;
    font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
    text-transform:uppercase;
    font-size: 7pt;
    background-image:url(http://images.spinderup.dk/images/buybutton_relateditems.gif);
    background-repeat:no-repeat;
    cursor:pointer;    
}

.detailsbutton
{
    width: 80px;
    height: 25px;
    padding-top: 5px;
    margin-left: 12px;
    margin-top: -10px;
    text-align: center;
    color: White;
    font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
    text-transform:uppercase;
    font-size: 8pt;
    background-image:url(http://images.spinderup.dk/images/detailsbutton.gif);
    background-repeat:no-repeat;
    cursor:pointer;    
}

.detailsbutton a
{
    color: White;
    text-decoration: none;
}

.detailsbutton_pattern
{
    width: 40%;
    height: 25px;
    padding-top: 4px;
    padding-right: 22px;
    float: right;
    margin-top: -10px;
    text-align: right;
    color: #a81f22;
    font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
    text-transform:lowercase;
    font-size: 9pt;
    cursor:pointer;   
}

.detailsbutton_pattern a
{
    color: #df3501;
    text-decoration: none;
}

.detailsbutton_accessories
{
    width: 40%;
    height: 25px;
    padding-top: 4px;
    padding-right: 22px;
    float: right;
    margin-top: -6px;
    text-align: right;
    color: #a81f22;
    font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
    text-transform:lowercase;
    font-size: 9pt;
    cursor:pointer;   
}

.detailsbutton_accessories a
{
    color: #df3501;
    text-decoration: none;
}

.detailsbutton_search
{
    width: 97px;
    height: 25px;
    padding-top: 5px;
    margin-left: 16px;
    margin-top: -10px;
    text-align: center;
    color: White;
    font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
    text-transform:uppercase;
    font-size: 8pt;
    background-image:url(http://images.spinderup.dk/images/detailsbutton.gif);
    background-repeat:no-repeat;
    cursor:pointer;
}

.detailsbutton_search a
{
    color: White;
    text-decoration: none;
}

        
	
#maincontentarea 
{
    margin-left: -480px;
    width: 960px;
    float: left;
    left: 50%;
    position: relative;
    background-image: url(http://images.spinderup.dk/images/bg_gradient.png);
    background-position: left;
    background-repeat:repeat-y;
}
	
#leftcol { 
	position:relative;
	float:left;
	width:200px;
	margin:0 0 0 0;
	padding: 0 0 0 0;
	z-index:100;
	padding-left: 12px;
	padding-top: 6px;
	margin-right: -12px;
}

#leftcol a
{
	font-size:10pt;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: Black;   
}

#TermList a
{
	font-size:9 pt;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    color: blue;   
}


#leftcol a:hover
{
    color: White;
    background-color: Aqua;
}


#leftcol .menu
{
     line-height: 16px;
     width: 170px;
     left: 0px;
     padding-left: 0px;
     margin-left: -2px;
}

#leftcol .menu h1
{
    color:#a81f22;
    padding-top:4px;
    padding-left: 28px;
    float:left;
    font-size:12pt;
    margin:4px 0 4px 0;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    background-image: url(http://images.spinderup.dk/images/bullet5.gif);
    background-repeat: no-repeat;
    background-position: left;
    height: 25px;
}


#leftcol .addinbox
{
    
    width: 190px;
    float: left;
}


#rightcol {
	position:relative;
	float:right;
	width:190px;
	z-index:99;
	}

#rightcol .addinbox
{
    width: 200px;
    float: left;
}

#rightcol .addinbox li
{
   text-indent: -3em;
   margin-left: 0px;
   padding-left: 0px;
   list-style-position: inside;

}

#centercol {
	position:relative;
	width: 720px;
	float: left;
 	}
	
#centercol H1
{
    color: #336699;
	font-size:11pt;
	font-weight:bold;
	position:relative;
}

.ValidationErrors
{
    border: 1px solid;
    background-color: Yellow;
    width: 90%;
    padding-left: 46px;
    color: Red;
    float: left;
    margin-top: 6px;
}

.topmenutextlink
{
    text-decoration: none;
    color: #336699;
    font-size: 11pt;
}

.topmenutextlink_white
{
    text-decoration: none;
    color: #000000;
    font-size: 11pt;
}

.category_title
{
    width: 160px;
    padding-left: 3px;
}

.category_title_text
{
    color: #000000;
	font-size:11pt;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
    cursor:pointer;
}

.category_menuitem
{
    text-indent: 1.0em;
    margin-left: 16px;
    background-image: url(http://images.spinderup.dk/images/menu_chevrons.png);
    background-repeat: no-repeat;
    background-position: left;
}

#rightcol .emptylines
{
    height: 4px;
    width: 100%;
    float: left;
}
#leftcol .emptylines
{
    height: 4px;
    width: 100%;
    float: left;
}

.emptylines
{
    height: 4px;
    width: 100%;
    float: left;
}

.horizontalline
{
  height: 3px;
  width: 100%;
  float: left;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #bbbbbb;
}

.horizontalline_variants
{
  height: 1px;
  width: 70%;
  float: left;
  padding-top: 6px;
  
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #bbbbbb;
}

.horizontalline_variants_for_pattern
{
  height: 1px;
  width: 100%;
  float: left;
  padding-top: 6px;
  
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #bbbbbb;
}

.glossarylookup
{
     text-decoration: none;
     border-bottom: 1px dashed black;
}

#GlossarySearchBox
{
     width:500px;
     background-color: #d6e1e7;
     float: left;
     margin-left:50px;
     margin-right: 50px;
     margin-bottom: 30px;
}

.glossarywrapper
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float:none;
    width:100%;
}

.glossaryterm
{
    font-style:italic;
	font-size:8pt;
    font-family: Arial, Helvetica, sans-serif;
    float:left;
    width:100%;
}

.glossarytext
{
	font-size:8pt;
    font-family: Arial, Helvetica, sans-serif;
    float:left;
    width:100%;
}

.glossaryitembox
{
     float:left;
     width:100%;
     margin-bottom: 10px;
}



img
{
    border: 0px;
}

#tagline
{
    color:#745b60;
    padding-left: 280px;
    float:left;
    font-size:12pt;
    margin:-30px 0 0px 50px;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    height: 25px;
    margin-top:-34pt;
}

H1
{
    color:#a81f22;
    padding-top:4px;
    padding-left: 28px;
    float:left;
    font-size:12pt;
    margin:4px 0 4px 0;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    background-image: url(http://images.spinderup.dk/images/bullet2.png);
    background-repeat: no-repeat;
    background-position: left;
    height: 25px;
}

H5
{
    color:#a81f22;
    padding-top:4px;
    padding-left: 28px;
    float:left;
    font-size:10pt;
    margin:4px 0 0px 0;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    background-image: url(http://images.spinderup.dk/images/bullet4.png);
    background-repeat: no-repeat;
    background-position: left;
    height: 25px;
}

#pattern_product_name H1
{
    background-image: none;
    padding-left: 0px;
}

#container
{
    margin-left: -480px;
    width: 960px;
    float: left;
    left: 50%;
    position: relative;
}

#header
{
    width: 100%;
    float: left;
    height: 120px;
    text-align: left;
    background-color: transparent;
    background-image: url(http://images.spinderup.dk/images/bk-flowery.png);
    background-position:left top;
    background-repeat: no-repeat;    
}

#header .left
{
    width: 100%;
    float: left;
    display: inline;
}

#header .right
{
    width: 20%;
    float: left;
    display: inline;
}

#menu
{
    margin-top: 0px;
    text-align:left;
    height: 41px;
    background-image: url(http://images.spinderup.dk/images/menu_bg.png);
    background-repeat: no-repeat;
    background-position: left;
    float: left;
    width: 960px;
    margin-left: 40px;
    font-weight: bold;
}

#menu ul{
display:block;
list-style:none;
padding:9px 0 0 10px;
margin:0px;
}
#menu ul li{
display:inline;
padding:0px;
margin:0px;
height:27px;
}
#menu ul li a{
height:27px;
display:block;
padding:0px 10px 0 10px;
margin:0 4px 0 4px;
_margin:0 2px 0 2px;
float:left;
text-decoration:none;
text-align:center;
color:#745b60;
font-size:13px;
line-height:27px;
}
#menu ul li a:hover{
background:url(http://images.spinderup.dk/images/menu_bt_bg.gif) repeat-x center;
 color: White;
}

#menu_right
{
    margin-top: 52px;
    height: 41px;
    float: right;
    width: 320px;
}

.txtSearch
{
    color: #a81f22;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

#SearchBox
{
    text-align:right;
    padding-top: 0px;
    padding-right: 120px;
}

#SearchButton
{
    position: relative;
    margin-top: -20px;
    float: right;
    padding-right: 90px;
}


#content
{
    width: 720px;
    float: left;
    display: inline;
    text-align: left;
    margin-left: -30px;
}

#content_Checkout
{
    width: 960px;
    float: left;
    display: inline;
    text-align: left;
    margin-left: 0px;
}

#checkout_grid
{
    width: 100%;
    float: left;
}

#checkout_grid .left
{
    float: left;
    width: 65%;
}

#checkout_grid .right
{
    float: right;
    width: 35%;
}

#sidebar_left
{
    width: 240px;
    float: left;
    display: inline;
    text-align: left;
    padding-left: 20px;
    padding-top: 8px;
}

.leftmenu
{
    width:100%;
    float: left;
}
 
.leftmenu a
{
    text-decoration: none;
    color:#a81f22;
}

.leftmenu a hover
{
    text-decoration: underline;
}

.leftmenu_h1
{
    color:#a81f22;
    padding-left: 28px;
    float:left;
    font-size:14pt;
    margin:8px 0 6px 0;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    background-image: url(http://images.spinderup.dk/images/bullet5.gif);
    background-repeat: no-repeat;
    background-position: left;
    height: 20px;
}

.leftmenu_h2
{
    color:#a81f22;
    padding-left: 20px;
    margin-left: 10px;
    float:left;
    font-size:10pt;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    background-image: url(http://images.spinderup.dk/images/menu_chevrons.png);
    background-repeat: no-repeat;
    height: 18px;
    background-position: left;
}

.leftmenu_h3
{
    color:#a81f22;
    padding-left: 20px;
    margin-left: 20px;
    float:left;
    font-size:10pt;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    background-image: url(http://images.spinderup.dk/images/menu_chevrons.png);
    background-repeat: no-repeat;
    background-position: left;
    height: 18px;
}

#sidebar_right
{
    width: 150px;
    float: left;
    display: inline;
    text-align: left;
    padding-top: 2px;
}

#footer
{
    height:100px;
    border-top:1px #b2b2b2 dashed;
    width: 100%;
    clear: both;
    background-color: White;
    padding-top: 10px;
    position: relative;
    z-index: 100;
}

#footer .top .left
{
    width: 60%;
    float: left;
    color: Gray;
    text-align: left;
}

#footer .top .right
{
    width: 40%;
    float: right;
    text-align: right;
    color: gray;
}

#footer .top .right a
{
    text-decoration: none;
    color: gray;
}

#footer .bottom
{
    width: 100%;
    clear: both;
}

.treeview_rootnode
{
    color:#a81f22;
    padding:0px;
    float:left;
    font-size:12pt;
    margin:4px 0 4px 0;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

#items_overview H1
{
    color:#a81f22;
    padding-top:4px;
    padding-left: 28px;
    float:left;
    font-size:14pt;
    margin:4px 0 4px 0;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    background-image: url(http://images.spinderup.dk/images/bullet2.png);
    background-repeat: no-repeat;
    background-position: left;
    height: 25px;
}

p
{
    color:Black;
    font-size:10pt;
    font-family: Arial, Helvetica, sans-serif;
}

#Top5Items_Title
{
    width: 100%;
    float:left;
    vertical-align: middle;
    background-image: url(http://images.spinderup.dk/images/bullet4.png);
    background-repeat: no-repeat;
    padding-left: 24px;
    padding-top: 2px;
    height: 20px;
    font-weight: bold;
}


.TextboxWatermark
{
    font-family: Arial, helvetica, Sans-Serif;
    font-size: 10pt;
    color: gray;
}

.ColorCardCaption
{
    font-size:8pt;
    font-family: Arial, Helvetica, sans-serif;
}

.ColorCardCaption_YarnPage
{
    font-size:9pt;
    font-family: Arial, Helvetica, sans-serif;
}

#dhtmltooltip
{
    position: absolute;
    visibility: hidden;
    z-index: 100;
}

.logotext
{
    font-family: Arial, Helvetica, sans-serif;
    color: #a81f22;
    font-size: 32pt;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;    
    margin-left: 40px;
}

th
{
    color: #a81f22;
    text-decoration: underline;
}


.highslide-wrapper, .highslide-outline {
	background: #FFFFFF;
}
.highslide img {
	border: 1px solid #D0D0D0;
}
.highslide:hover img {
	border-color: #A0A0A0;
}
.highslide-image {
	border: 2px solid #FFFFFF;
}
.highslide-loading {
	color: black;
	border: 1px solid black;
	background-color: white;
	background-image: url(/highslide/graphics/loader.white.gif);
}

.highslide-dimming {
	background: #000000;
}

.highslide-html {
	background: none;
}
.highslide-header ul a {
	background-image: url(/highslide/graphics/controlbar-text-buttons.png);
	padding-left: 16px;
	display: inline-block;
	height: 16px;
}
.highslide-header ul li span {
	display: none;
}
.highslide-header .highslide-move {
	display: none;
}
.highslide-header .highslide-close a {
	background-position: 0 -221px;
}

