﻿/* input forms */

#content, #footer
{
    overflow: hidden;
    height: 1%;
}

legend
{
    margin-bottom: 6px;
    color: #000;
}

fieldset
{
    padding: 10px;
    margin: 10px;
    border: solid 1px #000;
}

fieldset label
{
    display: block;
    clear: both;
}

.label
{
    display: block;
    float: left;
    width: 35%;
}

.input
{
    display: block;
    float: left;
    width: 65%;
}

.input input, 
.input select, 
.input textarea
{
    width: 96%;
}

/* checkout page */

#cardissuenumber input
{
    width: 2em;
}

#cvv input
{
    width: 4em;
}

.monthyear select
{
    width: auto;
}

#cvvdetails
{
    display: block;
}

#cvvimage
{
    float: left;
    padding-top: 10px;
    padding-right: 10px;
}

#cvvdescription
{
    display: block;
    padding-top: 10px;
}

/*EWS*/

.Error
{
	margin: 0px 0px 8px 8px;
	color: red;
	border: solid 1px red;
	font-weight: bold;
	padding: 3px;
	text-align: center;
}

/* custom input forms */

fieldset
{
    border-color: #9c9c9c;
}

legend
{
    font-weight: bold;
    text-transform: uppercase;
}

/* layout */

body
{
    margin: 0;
    padding: 0;
}

td
{
    vertical-align: top;
}

ul
{
    padding-left: 16px;
    margin: 0px;
}

body,
select,
input,
a:link,
a:visited,
a:hover,
textarea,
legend
{
    font-family: tahoma;
    font-size: 12px;
    color: #636363;
/*    background-color: #ffffff;*/
    text-decoration: none;
}

.colour1
{
    color: #ce6500;
}

.colour2
{
    color: #ff9a00;
}

a img
{
    border: 0;
}

h1, h2
{
    margin: 0px;
    margin-bottom: 10px;
    font-size: 13px;
    text-transform: uppercase;
}

table
{
    width: 100%;
}

#content
{
    font-size: 13px;
}

body 
{
    text-align: center;
    min-width: 800px;
}

#wrapper
{
    width: 766px;
    margin: 0 auto;
    text-align: left;
}

#main 
{
    width: 555px;
    float: right;
}

#homepagecontent 
{
    width: 370px;
    float: left;
}

#sitepagecontent
{
    padding: 6px;
    border: solid 1px #9c9c9c;
    margin: 4px 0 4px 4px;
}

#homepagepromotions
{
    width: 182px;
    float: right;
}

#navigation 
{
    width: 210px;
    float: left;
}

#footer, .clear
{
    clear: both;
}

#footer
{
    text-align: center;
}

#paymentlogos, #footertext
{
/*    float: left;*/
    margin-top: 1em;
}

#pagetitle
{
    /*background-color: #e7e7e7;*/
    background-color: #ffffff;
    color: #636363;
    padding: 6px;
    margin-top: 1px;
}

#pagetitle a:link,
#pagetitle a:visited,
#pagetitle a:hover
{
    /*background-color: #e7e7e7;*/
    background-color: #ffffff;
    color: #9c9c9c;
    text-decoration: underline;
}

/*#paymentlogos
{
    width: 198px;
    text-align: center;
    padding: 6px;
}

#footertext
{
    padding: 6px;    
}*/

#content
{
   /* border-left: dotted 1px #636363;*/
    border-top: dotted 1px #636363;
    margin-top: 1px;
}

#footer
{
    border-top: dotted 1px #636363;
    margin-top: 1px;
}

#categoriesheader
{
    display: block;
    height: 26px;
    line-height: 28px;
    text-indent: 10px;
    font-weight: bold;
    background-image: url(../images/categoriesheader.jpg);
    background-repeat: no-repeat;
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
}

#categories
{
    /*background-color: #e7e7e7;*/
    background-color: #ffffff;
    color: #636363;
    border: solid 1px #9c9c9c;
    padding: 10px;
}

#categories ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#categories a:link,
#categories a:visited,
#categories a:hover
{
/*    background-color: #e7e7e7;*/
    background-color: #ffffff;
    color: #636363;
    text-decoration: none;
}

#categories ul li
{
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: dotted 1px #636363;
    padding: 6px 6px 6px 12px;
    margin: 0px;
    background-image: url(../images/categoriesbullet.jpg);
    background-repeat: no-repeat;
    background-position: 0px 9px;
}

#categories ul li ul li
{
    text-transform: none;
    font-weight: normal;
    border: none;
    padding: 2px 0 2px 6px;
    background-image: none;
}

.box1
{
    font-weight: bold;
    border: solid 1px #9c9c9c;
    padding: 10px;
    margin-bottom: 2px;
    margin-top: 3px;
}

#promotionlistheader
{
    display: block;
    height: 24px;
    line-height: 24px;
    text-indent: 6px;
    font-weight: bold;
    background-image: url(../images/promotionlistheader.jpg);
    background-repeat: no-repeat;
}

#promotionlistcontent
{
    background-color: #ffffff;
    color: #9c9c9c;
    border: solid 1px #9c9c9c;
    padding: 10px;
}

#promotionlistcontent a:link,
#promotionlistcontent a:visited,
#promotionlistcontent a:hover
{
    background-color: #ffffff;
    color: #9c9c9c;
    text-decoration: none;
}

.promotionprice
{
    color: #ff9a00;
    font-weight: bold;
}

#promotionarea
{
    background-color: #ffffff;
    color: #ce6500;
    width: 372px;
    height: 211px;
}

#footertext a:link,
#footertext a:visited,
#footertext a:hover,
#promotionarea a:link,
#promotionarea a:visited,
#promotionarea a:hover
{
    color: #ce6500;
    text-decoration: none;
}

.teaser
{
    padding: 6px;
    margin: 0 0 4px 4px;
}

#homepagecontent td
{
    border: solid 1px #9c9c9c;   
    width: 50%;
}

#sitepagecontent td
{
    border: solid 1px #9c9c9c;   
    width: 33.3333%;
}

.teaserimage
{
    height: 128px;
    line-height: 128px;
    text-align: center;
}

.teaserimage img
{
    vertical-align: middle;
    margin: 4px;
}

.teasertitle
{
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}

.teaserprice, #fullbodyprice
{
    display: block;
    font-weight: bold;
    color: #ce6500;
    margin: 4px 0 8px 0;
}

#fullbody2
{
    float: left;
}

#fullbodyimage img
{
    padding: 10px;
}

#shoppingcarttable td
{
    width: auto;
}

/* home page */

#homepagecategories ul
{
    text-align: left;
    padding: 0;
    padding-left: 20px;
    margin: 0px;
}

#homepageheader, #homepagecategories .homepagecategoryinner
{
    border: solid 1px #9c9c9c;
    padding: 8px;
    margin: 2px;
    overflow: hidden;
}

#homepageheader td
{
    vertical-align: middle;
    text-align: center;
    border-style: none;
    width: 26%
}

.homepagecategoryouter
{
    float: left;
    width: 49.99%;
}

.homepagecategoryinner
{
    height: 200px;
    text-align: center;
}

#homepageheadertitle, .categorytitle
{
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    padding: 4px;
}

.homepagecategoryimage
{
    height: 120px;
    line-height: 120px;
}

.homepagecategoryimage img
{
    vertical-align: middle;
}

/* category browser */

#categorybrowsertop
{
    margin: 10px;
    overflow: hidden;
}

#categorybrowsertop ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;    
}

#categorybrowsertop li
{
    float: left;    
    width: 120px;
    height: 120px;
    margin: 4px;
}

/**/
#shoppingcartpaymentbutton input
{
    margin-bottom: 10px;
}

.teaser .teasertitle
{
    height: 3.5em;
}

.teaser .teaseroptions
{
    display: block;
    height: 3.5em;
}

.teaser .teaseroptions span
{
    display: block;
}

/*.teaser .teaseroptions span span
{
    width: 29%;
    float: left;
    clear: both;
}
*/

.teaser .teaseroptions span select
{
    width: 100%;
}

.floatcontainer
{
    overflow: hidden;
    height: 1%;
}

#shoppingcartpaymentbutton, 
#shoppingcartpaymentbutton .Layout
{
    clear: both;
    overflow: hidden;
    height: 1%;
}

#continueshopping,
.ewsShoppingCartRecalculateButton,
.ewsShoppingCartCheckoutButton
{
    display: block;
    height: 18px;
    width: 116px;
    background-image: url(../images/continueshopping.png);
    background-repeat: no-repeat;
    text-indent: -999em;
    margin-right: 5px;        
}

.ewsShoppingCartRecalculateButton,
.ewsShoppingCartCheckoutButton
{
    background-color: transparent;
    background-image: url(../images/recalculatetotal.png);
    border-style: none;
    cursor: pointer;
    /* ie ignores text-indent for input controls so
       hide text vertically for ie */
    line-height: 100em;
    vertical-align: top;    
}

.ewsShoppingCartCheckoutButton
{
    background-image: url(../images/checkoutnow.png);
}

