﻿/* General Styles */

*
{
    padding: 0;
    margin: 0;
}
body
{
    /*    background-image: url('./images/snowflakes.jpg');*/
    background-repeat: repeat;
}
h1
{
    margin: 0px;
    padding: 2px 5px 2px 5px;
    clear: both;
}
h2
{
    margin: 0px;
    padding: 5px;
    text-align: center;
    clear: both;
}
h3
{
    margin: 0px 0px 5px 0px;
    padding: 6px 0px 6px 10px;
    text-align: left;
}
.List h3
{
    margin: 0px;
    padding: 2px;
    height: 30px;
    overflow: hidden;
    clip: rect(auto, auto, auto, auto);
    text-align: center;
}
.ProductListWrapper-Summary .List h3
{
    padding: 0px 4px 2px 4px;
    height: auto;
}
h4
{
    margin: 2px 0px 5px 0px;
}

p
{
    margin: 0px 0px 8px 0px;
    line-height: 1.5em;
}

#default-footer p
{
    margin: 0px 0px 2px 0px;
    line-height: 1.2em;
}

ul
{
    margin-left: 20px;
    padding-left: 20px;
    list-style-type: disc;
    line-height: 1.5em;
}
li
{
}

.clear
{
    clear: both;
}

.float-right
{
    float: right;
}

.float-left
{
    float: left;
}


/* Master Page Styles */

#Master-Wrapper
{
    border-style: none solid none solid;
    border-width: 4px;
    margin: 0 auto;
    width: 980px;
}

#Master-Header
{
    width: 980px;
    float: left;
    height: 110px;
    margin: 0 0 5px 0;
}

#Master-Header-Left
{
    float: left;
    width: 400px;
    height: 80px;
    padding: 0 0 0 0px;
}

#Master-Header-Centre
{
}

#Master-Header-Right
{
    float: right;
    padding: 10px;
    width: 274px;
    text-align: right;
}

#Master-Navigation
{
    float: right;
    padding: 30px 0 0 0;
    margin: 0px 0px 5px 0px;
}

#Master-Navigation-Left
{
    width: 250px;
    float: left;
}
#Master-Navigation-Right
{
}

#Master-Navigation-Right a
{
}

.Master-Searchbox
{
    width: 160px;
    padding: 4px 0px 3px 5px;
    border-style: solid;
    border-width: 1px;
    display: inline;
}

.Master-Searchbutton
{
    border-style: solid;
    border-width: 1px;
    margin: 0px 0px 0px 3px;
    padding: 4px 2px 2px 2px;
}

#finder
{
    padding: 5px 0px 5px 0px;
    border-top-style: solid;
    border-top-width: 1px;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
#finder select
{
    margin: 0 3px 0 3px;
}

#Master-Left
{
    margin: 0px 5px 10px 0px;
    width: 190px;
    height: 1340px;
    float: left;
    display: inline;
}
.left-link
{
    text-align: center;
}
.sqbanner
{
    margin: 10px;
}

#Master-Left select
{
    width: 180px;
    padding: 1px;
    margin: 2px 0px 2px 5px;
}

#Master-Centre
{
    width: 780px;
    float: left;
    display: inline;
    border: 0;
}
#Master-Footer-Top
{
}
#Master-Footer
{
    width: 980px;
    clear: both;
    padding: 5px 0 5px 0;
    text-align: center;
}

#Master-Footer a
{
}

#Master-Footer-Links
{
    width: 980px;
    height: 100px;
}

#Master-Footer-Links-Left
{
    float: left;
    height: 100px;
    width: 320px;
    border-right-style: solid;
    border-right-width: 3px;
}

#Master-Footer-Links-Middle
{
    float: left;
    height: 100px;
    width: 320px;
    border-right-style: solid;
    border-right-width: 3px;
    text-align: center;
}

#Master-Footer-Links-Right
{
    float: left;
    height: 100px;
    width: 320px;
    text-align: right;
}

.footer-field1
{
    margin: 10px;
}
.footer-field2
{
    margin: 10px;
}
.footer-field3
{
    margin: 10px 0 0 0;
}
.footer-field4
{
    margin: 5px;
}
.footer-field5
{
}

.Master-Menu
{
}
.Master-Menu a
{
    border-style: dotted none dotted none;
    border-width: 1px;
    display: block;
    width: 160px;
    height: 16px;
    padding: 2px 0px 2px 0px;
}
.Master-Menu a:hover
{
}

.Master-Menu ul
{
    margin: 5px 5px 10px 5px;
    list-style-type: square;
}
.Master-Menu li
{
}

/* Default Page Styles */
#default-header
{
    padding: 0px 5px;
}
#default-body
{
    padding: 0px 5px;
    margin: 0px 2px;
}
#default-footer
{
    padding: 0px 5px;
    margin: 2px;
}
.default-highlight-heading
{
    margin: 5px;
}
.default-highlight-body
{
}

/* Product List Style */
.ProductListWrapper, .ProductListWrapper-Brief, .ProductListWrapper-Summary
{
    margin: 0 5px 5px 5px;
}
.ProductListWrapper .List
{
    border-style: solid;
    border-width: 1px;
    margin: 0px 3px 10px 3px;
    width: 248px;
    float: left;
}
.ProductListWrapper-Brief .List
{
    margin: 0px 3px 10px 3px;
    border-style: solid;
    border-width: 1px;
    width: 120px;
    float: left;
}
.ProductListWrapper-Summary .List
{
    border-style: solid;
    border-width: 1px;
    height: 52px;
    margin: 2px;
    float: left;
    width: 376px;
}
.ProductList-Sort
{ 
    text-align: right;
    padding: 2px;
    margin: 0px 0 2px 0;
}
.ProductList-SortDropDown
{
    width: 130px;
}
.ProductList-Detail
{
    padding: 0px 2px 0px 2px;
    margin: 0px 0px 2px 0px;
    width: 460px;
    float: left;
}
.ProductList-Detail b
{
}
.ProductList-Detail img
{
    margin: 10px;
}

.ProductList-Footer
{
    border-style: solid;
    border-width: 1px;
}
.ProductList-Footer p
{
    padding: 0 5px;
}

.ProductList-Footer .LinkHeading
{
    padding: 5px 0 10px 0;
    text-align: center;
}
.ProductList-Footer .LinkImage
{
    text-align: center;
}
.ProductList-Attributes
{
    display: inline-block;
    margin: 0 0 0 5px;
    text-align: center;
    width: 100px;
    height: 64px;
    overflow: hidden;
}

.ProductListWrapper-Summary .Body
{
    padding: 2px 4px;
    text-align: center;
}
.ProductListWrapper .ProductImage
{
    float: left;
    width: 110px;
    height: 110px;
    text-align: center;
}
.ProductListWrapper-Brief .ProductImage
{
    width: 110px;
    height: 110px;
    padding: 2px 0 2px 8px;
    text-align: center;
}
.ProductListWrapper .ProductImage img, .ProductListWrapper-Brief .ProductImage img
{
    max-width: 110px;
    max-height: 110px;
}
.ProductListWrapper .ProductDescription, .ProductListWrapper-Brief .ProductDescription
{
    height: 70px;
    margin: 2px 4px 0px 2px;
    padding: 0px 0px 0px 2px;
    overflow: hidden;
    clip: rect(auto, auto, auto, auto);
}
.ProductListWrapper-Summary .ProductDescription
{
}
.ProductDescription p
{
    line-height: 1em;
}
.ProductList-Availability
{
    float: right;
    width: 120px;
    min-height: 100px;
    text-align: center;
/*    background-image: url('./images/loading-prices.gif');
    background-repeat: no-repeat;
    background-position: center top;*/
}
.ProductListWrapper .ProductLink
{
}
.ProductListWrapper-Brief .ProductLink
{
}
.ProductListWrapper-Summary .ProductLink
{
}

/* Product Detail Styles */
.ProductDetailWrapper
{
}

.ProductDetail
{
    margin: 10px;
    border-style: solid;
    border-width: 1px;
    width: 750px;
}
.ProductDetail-Header
{
    padding: 2px 0px 2px 5px;
}

.ProductDetail-Body
{
    padding: 5px;
    margin: 5px;
}

.ProductDetail-Image
{
    width: 350px;
    float: left;
}

.ProductDetail-Image img
{
    max-width: 350px;
    margin: 0 0 10px 0;
}

.ProductDetail-Availability
{
    float: right;
    width: 370px;
    text-align: center;
    border: 1px solid #CCCCCC;
}
.ProductDetail-Availability-Ecu
{
    margin: 0px 125px 0px 125px;
    width: 120px;
    min-height: 100px;
    background-image: url('./images/loading-prices.gif');
    background-repeat: no-repeat;
    background-position: center center;
}
.DeepLink
{
    background-color: #FFFFFF;
}
.DeepLink-Retailer
{
    margin: 2px 0px;
}
.DeepLink-Retailer img
{
    border-style: solid;
    border-width: 1px;
}
.DeepLink-Price
{
    margin: 2px 0px;
}
.DeepLink-Button
{
    margin: 2px 0px;
    background-color:White;
}
.ProductList-Availability .DeepLink-Button img
{
    width: 88px;
    height: 25px;
}

.ProductDetail-Description
{
    float: right;
    width: 370px;
}

.ProductDetail-Attributes
{
    margin: 0px 0 10px 0;
}

.ProductDetail-FurtherDetails
{
    margin: 0px 0 10px 0;
}

.ProductDetail-Range
{
    clear: both;
    padding: 10px 0;
}

.ProductDetail-RelatedCategories
{
    clear: both;
}
.ProductDetail-RelatedCategories .Master-Menu ul
{
    list-style-type: none;
    padding-left: 0px;
    margin: 0px;
}
.ProductDetail-RelatedCategories .Master-Menu li a
{
    border-style:dotted;
    float:left;
    text-align:center;
    width: 178px;
    margin: 1px;
}


/* Retailer */
.Retailers
{
}
.Retailers h4
{
    border-bottom: 3px solid;
    padding: 3px 0;
}
.Retailers-ProductList
{
    width: 306px;
    float: left;
}
.Retailer
{
    padding: 5px;
}
.Retailers .Retailer
{
    margin: 5px;
    float:left;
    width: 365px;
}
.Retailers-ProductList .Retailer
{
    margin: 0 0 5px 0;
}
.Retailer-Vouchers
{
}
.Retailer-Voucher
{
    border-top-style: dotted;
    border-top-width: 1px;
    padding: 2px 0px;
}

/* Form Page Style */
.formDetail
{
    margin: 10px 5px 10px 5px;
}
.formLabel
{
    margin: 5px 5px 2px 5px;
}
.formField
{
    margin: 5px 5px 10px 5px;
}

/* Table */
table
{
    border-style: solid;
    border-width: 1px;
    border-collapse: collapse;
    width: 100%;
}

table thead tr
{
    height: 40px;
    padding: 10px;
}

table td
{
    /*    border-style: solid;*/
    border-width: 1px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}


/* Normal Text looking hyperlinks */
.normal
{
    text-decoration: underline;
}
.normal:hover
{
    text-decoration: underline;
}

/* Font Family */
h1, h2, h3, h4, h5, h6, body, .Master-Searchbutton
{
    font-family: Arial, Helvetica, sans-serif;
}

/* Font Size */
body, .Master-Searchbox, .Master-SearchButton, .List h3
{
    font-size: 12px;
}
h1
{
    font-size: 24px;
}
h2, .ProductList-Footer .LinkHeading, .DeepLink-Price
{
    font-size: 18px;
}
h3, .Retailers h4, .ProductDetail h2
{
    font-size: 14px;
}
.Breadcrumb, .ProductList-Attributes
{
    font-size: 9px;
}
#Master-Footer
{
    font-size: 10px;
}
.Master-Menu, .ProductListWrapper .ProductDescription, .ProductListWrapper-Brief .ProductDescription, .Retailers .Retailer .Retailer-Voucher, .ProductList-Sort, .ProductList-SortDropDown, .Retailer-Voucher, #default-footer
{
    font-size: 11px;
}

/* Font Weight */
b, h1, h2, h3, h4, h5, h6, .Master-SearchButton, .ProductDetail-Header, table thead tr
{
    font-weight: bold;
}
body, .Master-SearchBox
{
    font-weight: normal;
}

/* Font Style */
h1, h2, h3, h4, h5, h6, body
{
    font-style: normal;
}

/* Color */
body, .normal, .List h3
{
    color: #333333; /*DarkGrey*/
}
h1, h2, h3, .Master-Searchbutton, #Master-Footer a, #Master-Footer, .Retailer-Voucher i
{
    color: #FFFFFF; /*White*/
}
.Retailer-Voucher b
{
    color: #DC143C; /*Crimson*/
}

/* Background Color */
body, .ProductList-Footer .LinkHeading, .List h3
{
    background-color: #E6E6E6; /*LightGrey*/
}
#Master-Wrapper, #Master-Left, #Master-Centre, #default-header, #default-body, #default-footer, .ProductListWrapper .List, .ProductListWrapper-Brief .List, .ProductDetail, .ProductDetail-Body, table thead tr
{
    background-color: #FFFFFF; /*White*/
}
.Master-Searchbox, #finder, .ProductList-Sort
{
    background-color: #F7F5EF; /*Very Light Grey*/
}
.Master-Searchbutton
{
    background-color: #F4921E; /*Orange/Brown*/
}
h3, table thead tr
{
    background-color: #437934; /*Green*/
}
h2, #Master-Footer, h1
{
    background-color: #333333; /*DarkGrey*/
}
.Retailer
{
    background-color: #FAFAD2; /*LightYellow*/
}
.Retailer-Voucher i
{
    background-color: #DC143C; /*Crimson*/
}

/* Border Color */
#Master-Wrapper, table, table td, .ProductListWrapper .List, .ProductListWrapper-Brief .List, .ProductDetail, #Master-Footer-Links-Left, #Master-Footer-Links-Middle, .Retailer, #finder
{
    border-color: #ACACAC; /*Grey*/
}
.Master-Searchbox, .Master-Searchbutton
{
    border-top-color: #ACACAC; /*Grey*/
    border-left-color: #ACACAC; /*Grey*/
    border-right-color: #E6E6E6; /*LightGrey*/
    border-bottom-color: #E6E6E6; /*LightGrey*/
}
.Master-Menu a, .ProductListWrapper-Summary .List, .ProductList-Footer, .DeepLink-Retailer img
{
    border-color: #E6E6E6; /*LightGrey*/
}
#Master-Header, #Master-Footer-Top, .Retailers h4
{
    border-color: #333333; /*DarkGrey*/
}


