/*------------------------------------------------------------------

                    Structure & general styles

------------------------------------------------------------------*/

body
{
    margin: 15px 0;
    text-align: center;
    overflow: scroll;
}

hr.dashed
{
    border: none;
    border-top: 1px dashed #ccc;
}

#wrapper
{
    position: relative;
    width: 960px;
    margin: 0 auto;
    text-align: left;
}

#header, #content, #footer
{
    width: 100%;
}
#content td
{
    vertical-align: top;
}

#footer, #footer a, #footer a:link, #footer a:visited
{
    padding: 2px;
    margin-bottom: 5px;
    margin-top: 10px;
}

#login, #login-form
{
    display: none;
}
/*
 Set 'overflow:scroll' & 'height:470px' if the client wants to keep the listing 
 in a fixed size with scroll bar, comment both fields to go back to normal 
 
 Code below applies only to 'mantisTShirtsFixed'
*/
#leftHandSide
{
    float: left;
    width: 320px;
    height: 470px;
}

#rightHandSide
{
    width: 640px;
    height: 450px;
    overflow-y: scroll;
    overflow-x: hidden;
    float: right;
    margin-bottom: 20px;
}
#rightHandSide td
{
    height: 150px;
    width: 160px;
    vertical-align: top;
}
/* End */

#thumbGallery td
{
    width: 165px;
    height: 150px;
}

.productDisplayDescription li
{
    margin-left: -20px;
    margin-bottom: 5px;
}

.sizesBoxes2
{
    border: #5b5b5e 1px solid;
    width: 20px;
    height: 16px;
    margin-left: 5px;
    float: left;
}

.sizesBoxes
{
    border: #5b5b5e 1px solid;
    padding: 2px 6px 2px 6px;
    margin-right: 5px;
    float: left;
}

/*------------------------------------------------------------------
                    Image/Product Styles
------------------------------------------------------------------*/

.productMain, .productThumb
{
    position: relative;
    border: #c2c2c2 1px solid;
    width: 291px;
    height: 438px;
    overflow: hidden;
}

.productThumb a span img
{
    border: solid 1px #dddddd;
    width: 140px;
    height: 210px;
}

.productThumb
{
    width: 140px;
    height: 210px;
    margin: 0 16px 16px 0;
}
.productThumb:hover, .productColourThumb:hover, .productColourThumb2:hover
{
    border: #000 1px solid;
}

.productCode
{
    position: absolute;
    top: 4px;
    right: 4px;
    text-align: right;
}

.icon
{
    padding: 3px;
    height: 25px;
}

.colorpic
{
    display: block;
    width: 190px;
    height: 95px;
    padding: 3px;
    overflow: hidden;
    float: left;
    text-decoration: none;
}

.colorpic img
{
    width: 61px;
    border: none;
}

.colorpic img, .colorpic .colouredBoxes
{
    float: left;
    margin-right: 2px;
}
.colorpic span
{
    display: block;
    height: 15px;
    margin-top: 20px;
    overflow: hidden;
    width: 120px;
}

.colorbox
{
    height: 8px;
    width: 17px;
}

.productColourThumb2
{
    position: relative;
    border: #c2c2c2 1px solid;
    width: 66px;
    height: 61px;
    overflow: hidden;
    float: left;
    margin-right: 8px;
}

.productColourThumb
{
    position: relative;
    border: #c2c2c2 1px solid;
    overflow: hidden;
    float: left;
    margin-right: 8px;
    cursor: pointer;
}

#navigationBar
{
    background-color: #f4f4f4;
    height: 20px;
    line-height: 20px;
    padding: 0 3px;
    text-align: center;
    margin-bottom: 20px;
}

.colouredBoxes
{
    width: 17px;
    height: 17px;
    background-color: #eeeeee;
    border: solid 1px #DFDFDF;
}
#electric-blue
{
    background-color: #005dab;
}
#lime
{
    background-color: #c9d466;
}

#productDisplayThumbs
{
    width: 175px;
    height: 438px;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-left: 12px;
}

#productDisplayThumbs .productThumb
{
    margin-bottom: 8px;
    margin-top: 6px;
}



/*------------------------------------------------------------------
                    Brand Styles
------------------------------------------------------------------*/

#mantisIntro
{
    text-align: right;
    position: absolute;
    top: 222px;
    left: 543px;
    right: 20px;
}

#mantisIntro img
{
    width: 280px;
    height: 150px;
    border: none;
}
/*------------------------------------------------------------------
                    Content Styles
------------------------------------------------------------------*/
.generalText label
{
    width: 90px;
}



/*------------------------------------------------------------------
                    Form Styles
------------------------------------------------------------------*/
.contact-field
{
    width: 255px;
    height: 18px;
}

.contact-textarea
{
    width: 255px;
    height: 90px;
}

.contact-checkbox
{
    float: right;
    margin-right: 10px;
    background-color: #FFF;
    width: 810px;
}




/*---------------------------------------------
                      MENU
  ---------------------------------------------*/



#subMenu
{
    width: 955px;
}

div#subMenu table
{
    max-width: 955px;
}

div#subMenu tr
{
    max-width: 955px;
}

div#subMenu td
{
    text-align: left;
    padding-right: 50px;
}


/* -------------------
search & account login
-------------------- */

.right-options
{
    display: inline;
    float: right;
    font-size: 11px;
    color: #a4a4a4;
    z-index: 2;
    margin: 0 20px 0 0;
}
.right-options #login
{
    float: left;
    cursor: pointer;
    margin: 0 10px;
    z-index: 9;
    position: relative;
}
.right-options #search
{
    float: left;
    cursor: pointer;
    margin: 0 10px;
    z-index: 9;
    position: relative;
}

.right-options #search-form
{
    width: 173px;
    height: 105px;
    padding: 32px 10px 2px 7px;
    overflow: hidden;
    background-image: url(../images/search-bg.png);
    z-index: 1;
    position: absolute;
    top: -3px;
    left: 750px;
    display: none;
}
.right-options #search-form.show
{
    display: block;
}

.text-box, .drop
{
    width: 175px;
    height: 16px;
    font-size: 11px;
    color: #464646;
    text-align: right;
    border: #ccc 1px solid;
    padding: 0 0 0 0;
}
.drop
{
    width: 100px;
    height: 20px;
    margin: 5px 0 0 0;
}
.right-options #search-form label
{
    font-size: 11px;
    color: #464646;
}

.right-options #login-form
{
    width: 150px;
    height: 77px;
    padding: 32px 10px 2px 7px;
    overflow: hidden;
    background-image: url(../images/login-bg.png);
    z-index: 1;
    position: absolute;
    top: -3px;
    left: 788px;
    display: none;
}
.right-options #login-form.show
{
    display: block;
}
.right-options #login-form .text-box
{
    width: 150px;
    margin: 0 0 3px 0;
}
#carousel
{
}
.click
{
    cursor: pointer;
}

ul.offersList
{
    width: 100%;
    font-family: Helvetica;
    font-size: 12px;
    color: Black;
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}
ul.offersList li
{
    border: 1px solid #ebebeb;
    padding: 5px;
    margin-bottom: 15px;
}
a.icon
{
    display: block;
    width: 60px;
    height: 60px;
    margin-right: 15px;
    text-indent: -9999px;
    overflow: hidden;
    float: left;
}
a.icon
{
    background: #f9f9f9 url("/images/icon-link.png") no-repeat center center;
}
ul.offersList li a.icon:hover
{
    background-color: #BCD73F;
}

a.icon[href$='jpg'], a.icon[href$='gif'], a.icon[href$='png'], a.icon[href$='bmp']
{
    background: #f9f9f9 url("/images/icon-img.png") no-repeat center center;
}
a.icon[href$='jpg']:hover, a.icon[href$='gif']:hover, a.icon[href$='png']:hover, a.icon[href$='bmp']:hover, a.icon[href$='pdf']:hover
{
    background-color: #BCD73F;
}
a.icon[href$='pdf']
{
    background: #f9f9f9 url("/images/icon-pdf.png") no-repeat center center;
}
ul.offersList h4
{
    margin: 0;
    font-weight: bold;
}
ul.offersList h4 a
{
    font-size: 14px;
    color: Black;
    text-decoration: none;
}
ul.offersList p
{
    margin: 5px 0 0;
    font-size: 12px;
    font-weight: normal;
}


