/* Shop */
div.Header
{
    position: relative;
    width: 100%;
    height: 320px;
    background: url(https://www.pickashirt.com/Images/ShopHeader.jpg) no-repeat;
    z-index: 90;
    margin-bottom: 5px;
    text-align: right;
}

/* Filter */
ul.FilterNav
{
    display: block;
    width: 450px;
    position: relative;
    padding-top: 8px;
    margin: 0 0 20px 0;
    left: -19px;
    height: 28px;
    overflow: hidden;
    list-style-type: none;
}
ul.FilterNav li
{
    display: inline;
    width: 93px;
}
ul.FilterNav li a
{
    display: block;
    float: left;
    width: 93px;
    height: 0px;
    overflow: hidden;
    padding-top: 28px;
    background-position: top left;
    background-repeat: no-repeat;
}
ul.FilterNav li a:hover, ul.FilterNav li.Selected a
{
    background-position: left -28px;
}
body.fabric ul.FilterNav #Stripes a
{
    background-image: url(https://www.pickashirt.com/Images/CategoryStripes.gif);
}
body.fabric ul.FilterNav #Checks a
{
    background-image: url(https://www.pickashirt.com/Images/CategoryChecks.gif);
}
body.fabric ul.FilterNav #Plain a
{
    background-image: url(https://www.pickashirt.com/Images/CategoryPlains.gif);
}
body.fabric ul.FilterNav #Other a
{
    background-image: url(https://www.pickashirt.com/Images/CategoryOthers.gif);
}
body.accessories ul.FilterNav #Cufflinks a
{
    background-image: url(https://www.pickashirt.com/Images/CategoryCufflinks.gif);
}
body.accessories ul.FilterNav #Ties a
{
    background-image: url(https://www.pickashirt.com/Images/CategoryTies.gif);
}
body.accessories ul.FilterNav #Other a
{
    background-image: url(https://www.pickashirt.com/Images/CategoryAccessoryOthers.gif);
}

/* Fabrics list */
#Fabrics
{
    width: 550px;
    overflow: hidden;
}
#Fabrics div.Summary
{
    display: block;
    float: left;
    width: 130px;
    height: 210px;
    margin: 0 7px 0 0;
}
#Fabrics div.Summary img
{
    width: 130px;
    height: 130px;
    margin-bottom: 5px;
}
#Fabrics div.Summary img.Accessory
{
    border: 1px solid #808080;
}
#Fabrics div.Summary h3.Shirt
{
    margin: 0;
    font-weight: normal;
    font-size: 1em;
    width: 120px;
}
#Fabrics div.Summary h3.Shirt input
{
    display: block;
    float: left;
    width: 15px;
}
#Fabrics div.Summary h3.Shirt span
{
    display: block;
    margin-left: 2px;
    margin-bottom: 2px;
    clear: left;
}
#Fabrics div.Summary h3.Shirt span input, #Fabrics div.Summary h3.Shirt span label
{
    vertical-align: middle;
    height: 14px;
}
#Fabrics div.Summary h3.Shirt span.Price
{
    margin-top: 2px;
}
#Fabrics div.Summary h3.Accessory
{
    margin: 0;
    font-weight: normal;
    font-size: 1em;
    width: 100px;
}
#Fabrics div.Summary h3.Accessory span
{
    display: block;
    float: left;
    width: 128px;
    margin-left: 2px;
}
#Fabrics div.Summary h3.Accessory span.Price
{
    margin-top: 2px;
    width: 90px;
}
#Fabrics div.Summary div.Select
{
    float: right;
}
#Fabrics div.Summary div.AddToCart
{
    width: 130px;
    text-align: right;
}
#Fabrics div.Summary div.Zoom, div.Cols div.Zoom
{
    float: right;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: url(https://www.pickashirt.com/Images/ZoomIcon.gif) no-repeat center center;
}
#FabricZoom
{
    margin: 10px;
    width: 1px;
}
#FabricZoom td
{
    vertical-align: top;
}
#FabricZoom td.Description
{
}
#FabricZoom img
{
    margin-bottom: 5px;
    display: block;
}
#FabricZoom a, #Explanation a.Close
{
    display: block;
    float: right;
    width: 37px;
    height: 10px;
    background: url(https://www.pickashirt.com/Images/CloseButton.gif) no-repeat;
    margin: 1px 0 0 10px;
}
#Explanation #GoGreen img
{
    border: none;
}
#Explanation .Cols .LeftCol
{
    width: 50%;
    float: left;
}
#Explanation .Cols .RightCol
{
    width: 50%;
    float: right;
}
#Explanation a.Close
{
    position: absolute;
    right: 10px;
    bottom: 10px;
}
#Explanation
{
    padding: 10px 10px 30px 10px;
}
#Explanation img
{
    float: left;
    border: solid 1px #ccc;
    clear: left;
    margin: 0 10px 10px 0;
}
#Explanation div.Description
{
    float: left;
    margin-bottom: 10px;
}
#Explanation h4
{
    text-transform: lowercase;
    color: #e4364a;
    margin-bottom: 5px;
    font-size: 1em;
}
div.TermsExplanation
{
    width: 400px;
    height: 300px;
    overflow: auto;
}
div.TermsExplanation h4
{
    margin-top: 1em;
}
div.TermsExplanation p
{
    margin-bottom: 1em;
}
div.TermsExplanation a.CloseTerms
{
    display: block;
    float: right;
    width: 37px;
    height: 10px;
    background: url(https://www.pickashirt.com/Images/CloseButton.gif) no-repeat;
}

/* Specifications */
div.Cols
{
    position: relative;
    padding: 8px 0 20px 0;
}

div.Cols h3
{
    background: #888;
    color: White;
    padding: 8px 10px 8px 10px;
    font-size: 1.1em;
}

div.Cols div.Left
{
    width: 238px;
}
div.Cols div.Left div.Description
{
    border: 1px solid #ccc;
    width: 230px;
    height: 30px;
    padding: 3px;
}

div.Cols div.Right
{
    width: 300px;
}
div.Cols div.Right dl
{
    margin: 10px 10px 19px 10px;
    width: 310px;
    overflow: hidden;
}
div.Cols div.Right dt
{
    float: left;
    width: 90px;
    clear: left;
    color: #e4364a;
}
div.Cols div.Right dt a
{
    display: block;
}
div.Cols div.Right dd
{
    float: left;
    width: 220px;
}
div.Cols div.Right dd input
{
    display: block;
    float: left;
    width: 14px;
    margin-right: 2px;
}
div.Cols div.Right dd input.Text
{
    width: 50px;
    border: solid 1px #ccc;
    padding: 2px;
    font-size: 1em;
}
div.Cols div.Right dd label
{
    display: block;
    float: left;
    width: 40px;
    margin: 1px 12px 0 0;
    text-transform: lowercase;
}

div.Cols div.Right Select
{
    display: block;
    width: 100px;
    border: solid 1px #ccc;
    font-size: 1em;
    padding: 2px;
}

/* Sizing */
#Sizing select
{
    display: block;
    float: right;
    width: 100px;
    padding: 2px;
    border: solid 1px #ccc;
    margin: 10px 20px 0 20px;
    font-size: 1em;
}

#Sizing label
{
    display: block;
    float: right;
    color: #e4364a;
    text-transform: lowercase;
    margin-top: 14px;
}
#Sizing div.Cols div.Left
{
    float: left;
    width: 200px;
    text-align: right;
}
#Sizing div.Cols div.Right
{
    float: right;
    width: 330px;
    text-align: left;
}
#Sizing div.Legend label
{
    color: #444;
    float: left;
}
#Sizing div.Legend select
{
    float: left;
    margin: 10px 20px 0 20px;
}
#Sizing label a
{
    display: block;
}
#Sizing div.Legend
{
    width: 520px;
    padding: 0 10px 10px 0;
    overflow: hidden;
    text-transform: lowercase;
}
/* Cart contents */
/* -- Title -- */
div.CartTitle
{
    position: absolute;
    top: 28px;
    left: 1px;
    width: 558px;
    padding-left: 20px;
    overflow: hidden;
    background: #888;
    color: White;
    height: 27px;
}
div.CartTitle div
{
    float: left;
    padding: 7px 0 7px 0;
    text-transform: lowercase;
}
div #Currency
{
    position: relative;
    text-align: left;
    margin: 0 0 15px 0;
}

div #Currency Select
{
    width: 50px;
    border: solid 1px #ccc;
    padding: 1px;
    text-align: left;
    margin-left: 5px;
    font-size: 1em;
}
/* -- Items -- */
div.CartItems
{
    padding: 42px 0 10px 0;
}
div.CartItem
{
    width: 528px;
    overflow: hidden;
    border: solid 1px #ccc;
    padding: 5px;
    margin-top: 5px;
    position: relative;
}
div.CartItem img.Thumbnail
{
    float: left;
    margin-right: 5px;
}
div.CartItem div.Description
{
    position: relative;
    width: 200px;
    float: left;
}
div.CartItem a.ToggleDetails
{
    display: block;
    margin: 5px 0 5px 0;
    text-transform: lowercase;
}
div.CartItem dl.Details dt
{
    float: left;
    clear: left;
    width: 100px;
    text-transform: lowercase;
    color: #ee3b45;
}
div.CartItem dl.Details dd
{
    float: left;
    width: 100px;
    text-transform: lowercase;
}
div.CartItem table.Totals
{
    position: absolute;
    top: 5px;
    right: 5px;
}
div.CartItem div.Price, div.CartItem div.Subtotal
{
    width: 70px;
    border: solid 1px #ccc;
    padding: 2px;
    text-align: right;
    margin-left: 5px;
}
div.CartItem select.Quantity
{
    width: 50px;
    border: solid 1px #ccc;
    padding: 1px;
    text-align: left;
    margin-left: 5px;
    font-size: 1em;
}
div.CartItem a.Remove
{
    position: absolute;
    bottom: 5px;
    right: 5px;
    text-transform: lowercase;
}
/* -- Totals -- */
div.CartTotal
{
    width: 185px;
    height: 21px;
    overflow: hidden;
    text-align: right;
    margin-bottom: 10px;
}
div.CartTotal div.Title
{
    float: left;
    text-transform: lowercase;
    width: 100px;
    padding: 2px;
}
div.CartTotal div.Value
{
    float: right;
    border: solid 1px #ccc;
    width: 69px;
    padding: 2px;
    color: #ee3b45;
    margin: 0 0 5px 5px;
}
/* Payment form */
#Feedback
{
    margin-bottom: 10px;
}
#Feedback a, #Feedback span
{
    color: #ee3b45;
}
#PaymentForm div.Personal, #PaymentForm div.Address, #PaymentForm div.Payment, #PaymentForm div.Hear, #PaymentForm div.Terms
{
    width: 540px;
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: dashed 1px #ccc;
    margin-bottom: 20px;
}
#PaymentForm div.Terms
{
    border: 0;
}
#PaymentForm label
{
    width: 100px;
    text-transform: lowercase;
    float: left;
    margin-top: 3px;
}

#PaymentForm div.Terms label
{
    float: none;
    width: 500px;
}
#PaymentForm label.Short
{
    margin-left: 20px;
    width: 50px;
}
#PaymentForm label.Wide
{
    width: 140px;
}
#PaymentForm input.Short, #PaymentForm select.Short, #PaymentForm input.Expiry, #PaymentForm select.Expiry
{
    width: 177px;
    border: solid 1px #ccc;
    margin-bottom: 5px;
    padding: 2px;
    float: left;
    font-size: 1em;
}
#PaymentForm select.Short
{
    width: 183px;
}
#PaymentForm select.Expiry
{
    width: 89px;
    margin-right: 5px;
}
#PaymentForm br
{
    clear: left;
}

/* Summary */
div.SummaryBox
{
    width: 520px;
    border: solid 1px #ccc;
    padding: 10px 10px 5px 10px;
    margin-bottom: 20px;
}
div.SummaryBox table
{
    width: 520px;
}
table.Summary th
{
    font-weight: normal;
    text-align: right;
    color: #888;
    text-transform: lowercase;
    padding-bottom: 5px;
}
table.Summary td
{
    padding-bottom: 5px;
    text-align: right;
}
table.Summary td.Total
{
    color: #ee3b45;
}
div.SummaryBox dl
{
    width: 518px;
    overflow: hidden;
}
div.SummaryBox dl dt
{
    color: #888;
    text-transform: lowercase;
    padding-bottom: 5px;
    float: left;
    clear: left;
    width: 100px;
}
div.SummaryBox dl dd
{
    float: left;
    padding-bottom: 5px;
}

/* Buttons */
#Buttons
{
    position: relative;
    height: 30px;
}
input.BackButton, a.BackButton
{
    float: left;
    position: relative;
    left: -20px;
}
input.NextButtonBottom
{
    float: right;
    position: relative;
    right: -20px;
}
input.NextButtonTop
{
    float: right;
    position: relative;
    top: 7px;
    right: -20px;
}

/* Register */
#Register
{
    width: 540px;
    overflow: hidden;
    margin-bottom: 20px;
}
#Register h4
{
    margin: 0;
}
#Register label
{
    width: 100px;
    text-transform: lowercase;
    float: left;
    margin-top: 3px;
}
#Register input
{
    width: 300px;
    border: solid 1px #ccc;
    margin-bottom: 5px;
    padding: 2px;
    float: left;
    font-size: 1em;
}
#Register input.Submit
{
    width: auto;
    padding: 2px 10px 2px 10px;
}
br
{
    clear: left;
}

.temp
{
    padding-left: 2px;
    padding-right: 20px;
}

.temp2
{
    width: 90px;
    border: solid 1px #ccc;
    margin-bottom: 5px;
    padding: 2px;
    float: left;
 
}
.temp3
{
    width: 90px;
    border: solid 1px #ccc;
    margin-bottom: 5px;
    padding: 2px;
    float: left;
    margin-left:3px;
}
