﻿
html, div, img, form, fieldset
{
    border: 0;
    margin: 0;
    padding: 0;
}

/*adds vertical scroll bar across browsers to avoid "jump" when page heights vary*/
html
{
    height: 100%;
    margin-bottom: 1px;
}

/*set body font-size to 68.75% (1em = 10pt in IE and FF)*/
body
{
    background: #fff;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    margin: 0 auto;
    font-size: 62.5%;
    color: #999;
}

a
{
    text-decoration: none;
    color: #999;
}
a:hover
{
    text-decoration: none;
}
p
{
    line-height: 1.4em;
}
.biog p
{
    line-height: normal;
    font-size: normal;
}


h1
{
    font-size: 2.2em;
    margin: 0;
}
h2
{
    font-size: 1.0em;
}
h3
{
    font-size: 1.1em;
    text-transform: uppercase;
    margin: 0;
    padding: 12px 0 0 0;
    color: #666;
}
h3 a
{
    color: #666;
}
img
{
    display: block;
}
hr, .standardHr, .standardHrClear
{
    margin: 0 0 4px 0;
    padding: 0;
    border: 0;
    color: #E1E1E1;
    background-color: #E1E1E1;
    height: 1px;
}
.standardHrClear
{
    clear: both;
}
hr.thick
{
    color: #f6f6f5;
    background-color: #f6f6f5;
    height: 6px;
    clear: left;
}
html > body hr
{
    margin: 16px 0 16px 0;
}
.hide
{
    display: none;
}
.clear
{
    clear: both;
}
.hold
{
    width: 995px;
    text-align: left;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
strong
{
    color: #666666;
}
.darkgrey
{
    color: #666666;
}

/* Top nav */
.logo
{
    float: right;
    margin-right: 14px;
}
#homeArea .logo
{
    margin: 5px 14px 0 0;
}
#homeArea #flash
{
    margin-top: 4px;
}

#topNav
{
    height: 80px;
}
#topNav .mainLogo
{
    float: right;
    text-align: right;
    margin: 0;
    padding: 0;
}
#topNav ul
{
    margin: 0 0 0 4px;
    padding: 0;
    border: 0;
    float: left;
    margin-top: 57px;
}
#topNav ul li
{
    background-repeat: no-repeat;
    margin: 0 20px 0 0;
    padding: 0;
    list-style-type: none;
    display: inline;
    float: left;
}

#topSubNav
{
    height: 32px;
    width: 800px;
    float: left;
}

#bag
{
    height: 32px;
    width: 195px;
    float: right;
    text-align: right;
}
#bag p
{
    float: right;
    margin-top: 10px;
    margin-left: 14px;
    margin-right: 12px;
}
#bag img
{
    float: right;
    margin-top: 9px;
}
#bag p.logout
{
    margin: 10px 14px 0 0;
}

#topSubNav
{
    margin: 0;
    padding: 0;
}
#topSubNav div
{
    display: none;
    padding: 10px 0 0 11px;
}

#topSubNav #subBrowseCollection
{
    display: block;
}
#topSubNav a
{
    margin-right: 22px;
}

#breadcrumb
{
    width: 784px;
    font-weight: bold;
    float: left;
    text-transform: capitalize;
    display: inline;
    position: relative;
    z-index: 10;
}
#breadcrumb img
{
    display: inline;
    margin: 0 5px;
}
#breadcrumb
{
    margin: 20px 0 0 4px;
    height: 25px;
    padding: 0;
}
#breadcrumb .breadcrumbContent
{
    margin-left: 5px;
}
#breadcrumb .cmsBreadcrumb
{
    text-transform: none;
}
#pageHead
{
    height: 45px;
    padding: 0;
    margin: 0;
}
#pageHead img
{
    margin: 18px 0 0 10px;
    display: inline;
}
#breadcrumb, #pageHead
{
    border-bottom: 1px solid #E0E0E0;
    float: left;
}


/* end */

/* Left nav */
.pagetitle
{
    margin: 8px 0 4px 10px;
}
#pageHead .pagetitle
{
    float: left;
    margin: 18px 0px 0px 9px;
}

#leftNav hr
{
    margin: 16px 0 16px 0;
}
#leftNav #assistance
{
    padding-left: 12px;
}
#leftNavHead
{
    margin-top: 10px;
}

#leftNavHead hr
{
    margin: 10px 0 10px 0;
}
#leftNav
{
    margin-top: 10px;
    float: left;
    clear: left;
}
#leftNav, #pageHead
{
    width: 190px;
    float: left;
    margin-right: 6px;
}
#leftNav a
{
    text-decoration: none;
    display: block;
}
#leftNav a.remove
{
    display: inline;
    font-weight: normal;
}
#leftNav a:hover
{
    text-decoration: none;
}

#leftNav ul li
{
    font-size: 1.1em;
}
#leftNav ul#leftNav1
{
    list-style-type: none;
    padding: 0;
    margin-bottom: -10px;
}

#leftNav ul#leftNav1 li
{
    padding: 3px 0 3px 2px;
    margin: 0 10px;
}
#leftNav ul#leftNav1 li
{
    border-bottom: 1px solid #f9f9f9;
}
#leftNav ul#leftNav1 li.noline
{
    border-bottom: none;
}
#leftNav ul#leftNav1 li ul
{
    border: 0;
}

/* modifications to remove bottom margin and border */
#leftNav ul#leftNav1 li.lastItem
{
    border-bottom: none;
    padding-bottom: 0px;
}
#leftNav ul#leftNav1 hr
{
    margin: 4px 0px 2px 0px;
}
#leftNav ul#leftNav1 li.open
{
    border-bottom: none;
}


#leftNav ul#leftNav2
{
    padding: 0 0 0 19px;
    margin-left: 0;
}
#leftNav ul#leftNav2 li
{
    padding: 3px 0;
    margin: 0;
}
#leftNav1
{
    margin: 0;
}

#leftNav ul#leftNav2
{
    margin-top: 0;
}
#leftNav2 li
{
    list-style-image: url(../images/bullet-b.gif);
}

#leftNav1 li.open
{
    background: none;
    font-weight: bold;
}
#leftNav1 li.open li
{
    font-weight: normal;
}
#leftNav1 li ul li.filterTitle
{
    list-style-image: url(../images/px_leftnav_dash.gif);
    font-weight: bold;
    border-bottom: solid blue;
}
#leftNav1 li ul li.filterTitle li
{
    list-style: url(none);
    list-style-type: none;
}
#leftNav1 li ul li.filter li
{
    list-style-type: none;
}

/***** filters *****/
#leftNav1 ul
{
    margin: 0;
    padding: 0;
}
#leftNav1 ul li
{
    font-size: 100%;
}
#leftNav1 li
{
    list-style: none;
}
.viewAll
{
    font-weight: normal;
}
#leftNav1 li ul li.selectedFilter
{
    font-style: italic;
    font-weight: bold;
}
#leftNav1 li ul li.viewAllFilter a
{
    margin-top: 5px;
}

/* end */

#navSearch
{
    margin: 4px 0 4px 0;
}
#navSearch input
{
    float: left;
}
#navSearch .rollover
{
    margin-left: 3px;
    padding: 0;
    float: left;
    display: absolute;
}
#navSearch input.search
{
    margin-left: 3px;
    width: 114px;
    color: #9D9D9D;
    border: 1px solid #CDCDCD;
    font-size: 1.0em;
    height: 12px;
}
#footerSearch
{
    padding-left: 12px;
}
#footerLinks
{
    margin-top: 10px;
    border-top-color: #CCCCCC;
    border-top-style: solid;
    border-top-width: 1px;
}
#footerLinks .footerCategory
{
    width: 100px;
    min-height: 200px;
    overflow: hidden;
}
#footerLinks .footerCategory h2
{
    margin-top: 10px;
}
#footerContainer .hold .copyright
{
    clear: both;
    margin-top: 10px;
    text-align: center;
}

/* Change view */
#changeViewLineContainer
{
    border-bottom: 1px solid #E0E0E0;
    height: 30px;
    float: left;
    padding-right: 20px;
    margin-left: 4px;
}
#changeView
{
    float: right;
    margin-top: 6px;
}
#changeView img
{
    margin: 0 5px;
    display: inline;
}

.pagination
{
    float: right;
    margin-left: 10px;
    margin-top: 6px;
}
.pagination a
{
    padding: 0 4px;
}
.pagination img
{
    display: inline;
}
.paginationShowAll
{
    padding: 0 8px 0 0;
}
.paginationResults
{
    font-weight: bold;
    margin: 0px;
}

.pagination.top
{
    padding: 0px;
}
.pagination.bottom
{
}

#searchResults
{
    margin-left: 6px;
    margin-bottom: 10px;
    width: 500px;
}
#searchContainer
{
    border-bottom: 1px solid #E0E0E0;
    height: 20px;
    float: left;
    padding: 30px 20px 0 0;
    margin-left: 4px;
    font-weight: bold;
}
/* end */

/* Main area */
#mainArea
{
    float: left;
    width: 788px;
    margin-top: 0;
    font-size: 1.1em;
    overflow: hidden;
}
/* end */



/* Base area */
.footLine
{
    height: 10px;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 4px;
}
#footerContainer
{
    background-color: #f9f9f9;
    height: 100%;
}
#baseNav
{
    padding: 18px 0 10px 12px;
    margin: 0;
    float: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0 9px 0 0;
}
#baseNav li
{
    float: left;
    padding-right: 25px;
    list-style-type: none;
}
#selectCountry
{
    margin: -16px 0 0 0;
    width: 236px;
    float: right;
}
#selectCountry label
{
    float: left;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 10px;
    margin-top: 7px;
}
#selectCountry form
{
    float: left;
    width: 10px;
}
#selectCountry select
{
    color: #9D9D9D;
    font-size: 1.0em;
    width: 120px;
    margin-top: 0;
    height: 16px;
}
#selectCountry option
{
    border: 1px solid #CDCDCD;
}
/* end */

/* required to stop FireFox collapsing rows on listing pages */
hr.rowSeparate
{
    color: white;
    background-color: white;
    height: 1px;
    clear: left;
}

.wasprice
{
    text-decoration: line-through;
}
.newprice
{
    color: #af342b;
}


/*********************************************/

body
{
    background: url(../images/bg_header.gif) top repeat-x;
}

#homeCentrePiece
{
    float: left;
    margin-bottom: 4px;
    width: 100%;
}
#centrePiece
{
    float: left;
    margin-bottom: 4px;
    width: 100%;
    display: none;
}

.homeItemImage
{
    height: 147px;
}

.row
{
    float: left;
    width: 790px;
}
.subCatImage
{
    height: 120px;
    overflow: hidden;
}
.subCat
{
    float: left;
    margin-right: 15px;
    height: 170px;
    overflow: hidden;
    width: 190px;
}
.subCat h2
{
    background-color: White;
    color: Black;
    height: 30px;
    padding-top: 9px;
    text-align: center;
    margin-bottom: 10px;
}
.subCat h2 a
{
    color: black;
    text-decoration: none;
    background-color: White;
    width: 100%;
}
.subCat .homeItemImage .homeItemCatImage
{
    filter: alpha(opacity=30); /* CSS3 standard */
    opacity: 0.3;
    -moz-opacity: 0.3;
}
.subCat .homeItemImage .homeItemCatImage:hover
{
    filter: alpha(opacity=100); /* CSS3 standard */
    opacity: 1;
    -moz-opacity: 1;
}

.end
{
    margin-right: 0px;
}
#itemsContainer
{
    display: block;
}

#itemsContainer hr
{
    color: #f6f6f5;
    background-color: #f6f6f5;
    height: 6px;
    clear: left;
    margin-bottom: 0px;
}

/****************************
PAGES
*****************************/


.ad .getStartedButton
{
    margin-right: 20px;
    text-align: right;
}

/*-----------------------
 FOOTER
------------------------*/

#footerContainer
{
    background-color: #F2F2F2;
    height: 100%;
}
#footer
{
    clear: both;
    padding: 20px 0 0 0;
    width: 100%;
    margin-top: 10px;
}
#footer h4
{
    display: block;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    padding: 0 0 5px 0;
    margin: 0 0 8px 0;
    border-bottom: 1px solid #e7e1cf;
    text-transform: uppercase;
}

#quicklinks
{
    float: left;
    width: 65%;
    padding: 0 0 0 0px;
}
#quicklinks ul
{
    float: left; /*width: 151px;*/
    width: 120px;
    margin-left: 0;
}
#quicklinks ul li
{
    color: #000;
    padding: 0 0 2px 0;
}
#quicklinks a
{
    text-decoration: none;
    color: #999;
}
#quicklinks a:hover
{
    color: #990000;
    text-decoration: underline;
    color: Black;
}

#sitesecurity
{
    float: left;
    width: 30%;
    margin: 0 0 0 10px;
    display: inline;
}
/*------------------------------------
/* CATEGORY.ASPX 
------------------------------------*/

#category
{
    overflow: hidden;
}
#category .childCategories
{
    overflow: hidden;
    width: inherit;
}
#category .childCategories .childItem
{
    border: 1px dotted #CCCCCC;
    padding: 5px;
    margin: 4px;
    width: 180px;
    height: 110px;
    overflow: hidden;
}
#category .childCategories .childItem .brandImage
{
    vertical-align: top;
    height: 50px;
    overflow: hidden;
}
#category .childCategories .childItem a
{
    font-size: 150%;
}
#category .categoryInfo
{
    float: left;
    padding: 0px 5px 5px 5px;
    width: 100%;
}
#category .categoryInfo .logo
{
    float: right;
    text-align: right;
    overflow: hidden;
    margin-right: 10px;
}
#category .categoryInfo .description
{
    font-size: 110%;
}
#category .fabrics
{
    margin-top: 5px;
}
.breadcrumb
{
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 8pt;
    height: 15px;
    margin-top: 2px;
    padding-left: 2px;
    margin-bottom: 2px;
    color: Gray;
}

.breadcrumbRow
{
    height: 14px;
    margin-top: 0px;
}
.breadcrumbRow h2, .breadcrumbRow h2 a
{
    font-weight: normal;
    margin-top: 0px;
    color: Gray;
}
.breadcrumb .breadcrumbItem
{
    text-decoration: underline;
    color: black;
}
/*------------------------------------
/* PRODUCT.ASPX 
------------------------------------*/
#product
{
    padding-left: 5px;
    width: 100%;
}
#product h2
{
    color: Black;
}

#product .contextImages
{
}
#product .contextImages .item
{
    width: 120px;
    height: 85px;
    overflow: hidden;
    text-align: center;
}
#product .otherImages
{
    clear: left;

}
#product .otherImages .otherImage
{
    border: 1px solid #CCCCCC;
    padding: 2px 2px 2px 0px;
    width: 82px;
    height: 55px;
    overflow: hidden;
}
#product .images
{
    padding: 5px 0 0 5px;
}
#product .images, #product .otherImages, #product .bottomSection
{
    width: 352px;
    overflow: hidden;
    float: left;
}
#product .bottomSection .subTitle
{
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    margin-top: 2px;
    margin-bottom: 5px;
}
#product .bottomSection .subTitle h2
{
    width: 100px;
    float: left;
    padding-top: 5px;
}
#product .image
{
    float: left;
    min-height: 291px;
}
#product .similarProducts
{
    clear: both;
}


#product .select
{
    float: right;
    margin-right: 20px;
}
#product .attributes, #product .metres
{
    margin-top: 0px;
    padding-bottom: 10px;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}
#product .attributes .productAttributeLabel, #product .metres .productAttributeLabel
{
    padding-right: 5px;
    vertical-align: middle;
    float: left;
    text-align: right;
    color: #666;
    font: 150% Arial, Helvetica, sans-serif;
    padding-bottom: 5px;
}
#product .sewSimple
{
    float: left;
    background-color: #FFFFE6;
}
#product .sewSimple, #product .byTheMetre, #product .care, #product .byTheMetre .priceBlock
{
    width: 410px;
    overflow: hidden;
    padding-left: 5px;
    float: left;
}
#product .colourMatchAd
{
overflow:hidden;
width:400px;
float:left;
padding-left:5px;
padding-top:5px;
}

#product .sewSimple .validation, #product .byTheMetre .validation
{
    display: block;
    clear: left;
}
#product .sewSimple .info, #product .byTheMetre .info
{
    font-size: 110%;
    padding: 5px;
}

#product .byTheMetre .price
{
    float: right;
    font-size: 130%;
    text-align: right;
    padding-right: 10px;
    color: Black;
    font-weight: bold;
    width: 250px;
}
#product .byTheMetre .sample
{
    border: 1px solid #56534c;
    width: 120px;
    text-align: center;
    margin-bottom: 5px;
    background-color: #DCFF71;
}
#product .byTheMetre .sampleLink
{
    color: #56534c;
}
#product .byTheMetre h2
{
    color: Gray;
    font-size: 120%;
    padding-top: 2px;
    padding-left: 4px;
    margin: 5px 0 0 0;
}
#product .sewSimple h2
{
    color: gray;
    font-size: 120%;
    padding-top: 2px;
    padding-left: 4px;
    margin: 5px 0 0 0;
}

#product .similarProducts h2, #product .care h2
{
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    padding-top: 5px;
    padding-bottom: 8px;
    font-size: 100%;
    height: 15px;
}
#product .byTheMetre .priceBlock
{
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #CCCCCC;
    padding-top: 5px;
    padding-bottom: 8px;
    margin-bottom: 5px;
}

#product .byTheMetre .select .metres, #product .byTheMetre .select .attributes, #product .byTheMetre .select .addToBasket
{
    float: left;
}
#product .cleaningIcon, #product .cleaningLabel, #product .usageIcon, #product .usageLabel
{
    float: left;
}
#product .fabric_cleaning
{
}
#product .fabric_usage
{
}
#product .fabric_composition
{
}
#product .attr_item
{
    background-color: #FFFFDF;
}

#product .cleaningLabel, #product .usageLabel, #product .compositionLabel, #product .itemLabel
{
    width: 100px;
    font-weight: bolder;
}



/*-----------------------
 BASKET
------------------------*/
#basket
{
    font-size: 120%;
    padding: 5px;
    width: 100%;
}
#basket .emptyCartMessage
{
    font-size: 120%;
}
#basket .cartView .cartItems .basketButtons
{
    text-align: center;
    margin-right: 0 auto;
    margin-left: 0 auto;
    background-color: Black;
}
#basket .subTotal
{
    font-size: 120%;
    float: right;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    margin-top: 5px;
    margin-bottom: 5px;
}
#basket .cartView
{
    text-align: center;
    margin: 0 auto;
}
#basket .cartView .cartItems
{
    text-align: left;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
    font-size: 90%;
}
#basket .cartView .cartItems .cartBox
{
    padding: 5px;
    background-color: #EAE8D7;
}
#basket .cartView .cartItems h2
{
    color: #b2a97b;
}
.checkoutHeader
{
}
#basket .freeDelivery
{
}
#basket .freeDelivery h2
{
    font-size: 140%;
}
#basket .basketBox
{
    padding-top: 30px;
    padding-bottom: 10;
    width: 100%;
}
.productClass
{
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #FFFFFF;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 2px;
}
subProductClass
{
    font-style: italic;
    background-color: Blue;
}
.floatLeft
{
    float: left;
}
#basket .cartTotals
{
    margin-right: 10px;
}
/* BASKET MASTERPAGE NAV */

#topNav .memberNav
{
    clear: left;
    float: right;
    color: Black;
    text-align: right;
    margin: 0;
    padding: 0;
}
#topNav .memberNav ul
{
    margin-top: 14px;
    margin-right: 12px;
}

#topNav .memberNav ul li
{
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #CCCCCC;
    margin: 0 0px 0 0;
    padding: 0;
    list-style-type: none;
    display: inline;
    float: left;
    padding-right: 8px;
    padding-left: 8px;
}


#topNav .memberNav .last
{
    border-style: none;
    margin: 0;
    padding-left: 8px;
    width: auto;
    text-align: left;
}
/*-----------------------
 SEWSIMPE CURTAINS
------------------------*/
#curtains
{
    width: 99%;
}
#curtains .logo
{
    background-color: #847e62;
    height: 50px;
    width: 100%;
    background-image: url(../images/sewsimpleHeaderLogo.gif);
    background-repeat: no-repeat;
    background-position: left center;
    min-width: 600px;
}
#curtains .logo h1
{
    text-align: right;
    margin-top: 10px;
    margin-right: 15px;
    color: White;
}
#curtains h2
{
    color: white;
    font-size: 200%;
    font-weight: lighter;
}
#curtains .multiview
{
    overflow: hidden;
    position: relative;
}
#curtains .multiview .instructions
{
    font-size: 120%;
    margin-top: 10px;
    margin-left: 5px;
    margin-bottom: 10px;
}


#curtains .view .getStartedImage
{
    position: absolute;
    bottom: 80px;
    margin-left: 100px;
    text-align: center;
}

#curtains .heading
{
    background-color: #b2a97b;
    padding-top: 10px;
    height: 32px;
}
#curtains .heading ul
{
}
#curtains .heading ul li, #curtains .heading ul .selected, #curtains .heading ul .active, #curtains .heading ul .activeSelected
{
    width: 120px;
    float: left;
    text-align: center;
    font-size: 1.2em;
    vertical-align: bottom;
    height: 32px;
    line-height: 35px;
}
#curtains .heading ul .selected
{
    background-image: url(../images/tick-brown-bg.gif);
    background-repeat: no-repeat;
    background-position: right top;
}

#curtains .heading ul li
{
    color: white;
    background-color: #b2a97b;
}
#curtains .heading ul .active
{
    color: White;
    background-image: url(../images/selected-heading.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
}
#curtains .heading ul .activeSelected
{
    color: White;
    background-image: url(../images/selected-heading-tick.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
}
#curtains .normalView
{
    clear: both;
    padding: 5px;
    background-color: White;
    overflow: hidden;
    width: 100%;
}
#curtains .normalView .alignCenter, #curtains .normalView .alignCenter input, #curtains .normalView .alignRight input, #curtains .normalView .alignRight
{
    text-align: center;
    margin-left: 0 auto;
    margin-right: 0 auto;
    float: none;
}
#curtains .normalView .alignRight input, #curtains .normalView .alignRight
{
    text-align: right;
    margin-right: 10px;
}

#curtains .normalView .wizardWarning, .wizardWarning
{
    font-size: 120%;
    background-image: url(               "../images/warningButton.gif" );
    background-repeat: no-repeat;
    padding: 10px 0 0 50px;
    min-height: 30px;
    text-align: left;
}
#curtains .normalView label
{
    float: left;
}
#curtains .normalView .yourSummary .wizardPrice
{
    font-size: 120%;
    font-weight: bold;
}
#curtains .normalView .yourSummary
{
    font-size: 120%;
}


#curtains .normalView .liningItem
{
    float: left;
    width: 430px;
}
#curtains .normalView .liningItem label, #curtains .normalView .liningItem input
{
    float: left;
}

#curtains .normalView .liningItem .item
{
    float: left;
    margin-top: 3px;
    font-size: 100%;
    width: 400px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
    padding-bottom: 4px;
}
#curtains .normalView .liningItem .last
{
    border-style: none;
}
#curtains .normalView .selectLiningImage
{
    position: absolute;
    bottom: 80px;
    margin-left: 0 auto;
    margin-right: 0 auto;
}
#curtains .normalView .chooseTrimImage
{
    position: absolute;
    bottom: 80px;
    margin-left: 0 auto;
    margin-right: 0 auto;
}
#curtains .normalView .liningItem .itemTitle
{
    width: 150px;
    float: left;
    font-size: 120%;
}
#curtains .normalView .liningItem .itemDescription
{
    width: 240px;
    margin-left: 10px;
    float: left;
    color: #999966;
}
#curtains .normalView .help, #measure .help
{
    float: right;
    width: 250px;
    background-image: url(../images/helpBox-bg.gif);
    background-repeat: no-repeat;
    background-position: left top;
    height: 480px;
    display: none; /* This is for test only */
}
#curtains .normalView .help h3, #measure .help h3
{
    font-size: 140%;
    color: White;
    margin-left: 8px;
    margin-top: 4px;
}
#curtains .normalView .yourSummary h3
{
    margin: 0;
    padding: 0;
    font-size: 120%;
}

#curtains .normalView .help .helpItem, #measure .help .helpItem
{
    margin-left: 10px;
    font-size: 120%;
    margin-top: 5px;
}
#curtains .normalView .help .helpQuestion, #measure .help .helpQuestion
{
    color: Black;
    margin: 2px 0 2px 0;
}
#curtains .normalView .help .helpAnswer, #measure .help .helpAnswer
{
    font-weight: normal;
    color: #b2a97b;
}

#curtains .normalView h2
{
    color: Black;
}
#curtains .normalView h3
{
    font-weight: bold;
}
#curtains .normalView input, #curtains .normalView labe
{
    float: left;
}

#curtains .normalView .favouriteFabrics
{
    clear: left;
    margin-top: 10px;
}
#curtains .view
{
    clear: both;
    padding: 5px;
    overflow: hidden;
}
#curtains .view h2
{
    margin-top: 10px;
    margin-bottom: 10px;
    color: Black;
}
#curtains .view .headingText
{
    font-size: 120%;
}
#curtains .instructions
{
    font-size: 160%;
    color: black;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 5px;
}
#curtains .view ul
{
    list-style-type: decimal;
}
#curtains .view ul li
{
    font-size: 160%;
    margin: 5px;
    color: Black;
    margin-bottom: 10px;
}
#curtains .view ul li .stageDescription
{
    margin-left: 15px;
    color: #999999;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 550px;
    font-size: 75%;
}
#curtains .footer
{
    background-color: #b2a97b;
    padding-top: 8px;
    height: 45px;
}
#curtains .footer .navigationButton
{
    float: right;
    padding-right: 20px;
}
#curtains .footer .navigationLabel
{
    font-size: 200%;
    margin-left: 20px;
    color: white;
    margin-top: 10px;
}
/* MEASURE.aspx */
#curtains
{
    padding: 5px;
}
#measure h2
{
    color: Black;
    font-size: 180%;
    font-weight: normal;
}
#curtains label
{
    float: left;
}
#curtains .curtainMeasurements
{
    background-image: url(../images/curtain-measure-diagram.gif);
    background-repeat: no-repeat;
    background-position: right top;
    width: 450px;
    height: 300px;
    padding-top: 20px;
}
#curtains .curtainMeasurements .pole
{
    margin-left: 250px;
}
#curtains .curtainMeasurements .drop
{
    margin-top: 150px;
    margin-left: 30px;
    text-align: left;
}
#curtains .headingTypes
{
    font-size: 150%;
}
#curtainsheading .headingTypeExample
{
    float: right;
}
.productClass
{
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #FFFFFF;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 2px;
}
subProductClass
{
    font-style: italic;
    background-color: Blue;
}

.wizardSideBar
{
    width: 150px;
    height: 100%;
    padding-left: 5px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #C0C0C0;
}
.activeStep
{
    font-weight: bold;
    color: #FFFFFF;
    background-image: url(../images/activeStepBG.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
.activeStep a
{
    font-weight: bold;
    color: #FFFFFF;
}

.standardStep
{
    background-image: url(../images/stepBG.gif);
    background-repeat: no-repeat;
    background-position: center center;
    font-weight: normal;
    color: #000000;
}
.activeStep, .standardStep
{
    font-size: 120%;
    height: 40px;
    width: 150px;
    padding-top: 20px;
    text-align: center;
}


.wizardNavigationBar
{
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    border-top-color: #C0C0C0;
}


/**********************
WHATSNEW
***********************/

#news h2
{
    color: Black;
    font-size: 150%;
    padding-top: 2px;
    padding-left: 4px;
    margin: 5px 0 0 0;
}
#news .author
{
    color: green;
}
#news .rss, .rss
{
    background-image: url(../images/rss.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 20px;
}
#news .subscribe
{
    text-align: right;
    margin-top: 10px;
}
#news .pagingFooter
{
    background-color: #FFFFD9;
    color: #333333;
    font-size: 120%;
    text-align: left;
}
#news .otherArticles
{
    float: right;
    width: 200px;
    display: none;
}
#news .topArticle
{
    float: left;
    width: 500px;
}
/********************
STUFF TO SORT
***********************/
.hori_1
{
    height: 10px;
    background-image: url(../images/line_h.gif);
    background-repeat: repeat-x;
}
.vert_1
{
    width: 10px;
    height: 100px;
    background-image: url(../images/line.gif);
    background-repeat: repeat-y;
}
.rowspace
{
    height: 10px;
}
.rowspace2
{
    height: 1px;
}
.rowspace12
{
    height: 12px;
    line-height: 0px;
    display: block;
    margin: 0px;
    padding: 0px;
    zoom: 1;
    clear: both;
    font-size: 0px;
}
.floatleft
{
    float: left;
}
.floatright
{
    float: right;
}

.vert
{
    background-image: url(../images/line.gif);
    background-repeat: repeat-y;
    background-position: center;
}
.vertlight
{
    background-image: url(../images/line_v_l.gif);
    background-repeat: repeat-y;
}
.hori
{
    background-image: url(../images/line_h.gif);
}
.line
{
    background-image: url(../images/line_g.gif);
}

/***************************
ADD THIS
***************************/
#product .addThis
{
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: right;
}
#standardPage
{
    padding: 5px;
}
/**************************
HOME.ASPX
***************************/

#homeFabrics
{
}
#homeFabrics h1
{
    /* See the code within home.aspx for style settings */
}
.brand, .brandExtended
{
    border: 1px solid #CCCCCC;
    height: 50px;
    width: 178px;
    padding: 5px;
    overflow: hidden;
    margin: 5px 5px 0px 0;
}
.brandExtended
{
height:130px;
}
.brandNoBorder
{
    height: 50px;
    width: 178px;
    padding: 5px;
    overflow: hidden;
    margin: 5px 5px 0px 0;
}
.homeAd
{
    margin-top: 10px;
}
/******************************
MEETTHEMAKERS.aspx
*******************************/
.staff
{
    border-top: solid 1px gray;
    border-bottom: solid 1px gray;
    width: 100%;
    font-weight: bold;
    font-size: 110%;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 4px;
    margin-top: 4px;
}
/******************************
Why-shop-with-julia-clare.aspx
*******************************/
#whyUs
{
    padding: 5px;
    margin-top: 5px;
}
#whyUs h2
{
    font-size: 120%;
    color: #666666;
}
/**************************
SCHEMES
**************************/
#schemes
{
}
#schemes .infoPanel
{
    border: 1px solid #333333;
    padding: 5px;
    filter: alpha(opacity=80); /* CSS3 standard */
    opacity: 0.8;
    -moz-opacity: 0.8;
    color: Black;
    font-weight: bold;
    background-color: White;
    font-size: 120%;
    height: 100px;
    width: 200px;
}
#schemes .schemeInfo
{
    float: right;
    margin-right: 5px;
    margin-top: 40px;
    width: 198px;
    font-size: 130%;
    font-weight: bold;
}
/* COLOUR-MATCH */
.colourMatchList ul
{
    font-size: 130%;
    list-style-type: decimal;
}
.colourMatchList ul li
{
    margin: 10px;
    color: Gray;
}
.colourMatchList ul li b, .colourmatchRef
{
    font-weight: bold;
    color: #0066CC;
}

#colourMatch H1
{
}
#colourMatch h2
{
    font-size: 130%;
    font-weight: bold;
}
#colourMatch .address
{
    font-size: 110%;
    color:#0066CC;
}
.green
{
color:green;
}
.largerText
{
font-size:120%;
}