/*////////// General Layout //////////*/

body
{
    background: url(/images/backgrounds/bg.gif) #333 no-repeat;
    font-family: arial, verdana, 'ms sans-serif';
    font-size: 70%;
    text-align: center;
    color: #555;
    line-height: 15px;
    letter-spacing: 0.1px;
    margin: 10px 0px 0px 0px;
}

#container
{
    width: 800px;
    height: 580px;
    background: #fff;
    border: 2px #E6E8E5 solid;
    text-align: left;
    margin: 0 auto;
}

#leftCol
{
    float: left;
    width: 520px;
}

#leftColContent, #leftColProducts, #leftColCheckout, #rightColContent
{
    width: 270px;
    margin: 30px 0px 0px 40px;
    padding: 0px;
}

#rightColContent, #rightColProducts
{
    margin: 20px 0px 0px 0px;
}

#rightColProducts
{
    margin-top: 50px;
}

#leftColProducts, #leftColCheckout
{
    width: 400px;
    margin: 30px 0px 0px 60px;
}

#leftColCheckout
{
    margin: 30px 0px 0px 40px;
}

#rightCol
{
    float: left;
    width: 280px;
}

/*////////// Navigation Styles //////////*/

#nav
{
    position: absolute;
    top: 380px;
    text-align: right;
}

#collectionsnav
{
    width: 100%;
    text-align: center;
    font-size: 110%;
    color: #323234;
    margin-top: 3px;
}

#nav ul
{
    list-style: none;
    margin: 0px;
}

/*////////// Text, Images, Etc. //////////*/

.quote
{
    font-size: 120%;
    font-weight: bold;
    font-style: italic;
    line-height: 18px;
    color: #000;
}

img.collectiontitle
{
    float: left;
    margin: 6px 0px;
    clear: both;
}

/*////////// Link Styles //////////*/

a{color: #000;}
a:hover{text-decoration: none;}

#collectionsnav a
{
    color: #323234;
    text-decoration: none;
}

#collectionsnav a:hover
{
    color: #000;
}

a.stockist
{
    color: #ABAB04;
    font-style: italic;
}

/*////////// Product Section Styles //////////*/

.indent
{
    width: 250px;
    padding-left: 24px;
    margin-bottom: 12px;
}

.collectionsnav_on
{
    color: #999900;
    font-weight: bold;
}

.thumb, .mainpic
{
    border: 1px #C7C7C7 solid;
}

.mainpic
{
    height: 221px;
}

/*.catTitle
{
    font-size: 150%;
    font-family: Georgia;
    color: #F55C9F;
}*/

.catdescription
{
    font-weight: bold;
    font-size: 110%;
    color: #333;
}

.product_price
{
    color: #666;
    font-size: 110%;
    font-weight: bold;
}

ul.prodthumbs
{
    list-style: none;
    padding: 0px;
    margin: 76px 0px 0px 0px;
}

ul.prodthumbs li
{
    padding: 0px;
    margin: 0px;
    display: block;
    width: 250px;
}

#prodpaging
{
    margin: 7px 0px 0px 0px;
    font-weight: bold;
    color: #000;
}

.pageoff, .pageon
{
    text-decoration: none;
}

.pageon
{
    color: #fff;
    font-weight: bold;
    background: #ABAB04;
    padding: 3px;
}

/*////////// Form Styles //////////*/

.inputQty, .selectStock
{
    width: 52px;
    border: 1px #373737 solid;
}

.selectStock
{
    width: 140px;
}

.basketAdd
{
    margin-top: 10px;
}

form.contactform input, textarea
{
    border: 1px #373737 solid;
}

form.contactform input
{
    width: 170px;
}

form.contactform input.submit
{
    width: 80px;
    
    background: #fff;
}

/*////////// Checkout Table Styles //////////*/

table.product
{
	width: 100%;
	border-collapse: collapse;
	font-size: 100%;
	margin-bottom: 15px;
}

table.delivery
{
	width: 340px;
}

table.product th,
table.product td,
table.product th.two
{
	text-align: left;
	background-color: #ABAB04;
	padding: 3px;
	color: #fff;
}

table.product th.two
{
	padding-left: 50px;
}

table.product td.one
{
	background-color: #fff;
	color: #000;
	border-bottom: 1px solid #666;
}

table.product td.two
{
	background-color: #fff;
	color: #0C4068;
	text-align: right;
	border-bottom: 1px solid #666;
}

label.basket
{
    float: left;
    width: 110px;
}

input.inputText, input.inputTextIndent
{
    border: 1px black solid;
    margin-bottom: 5px;
}

input.inputTextIndent
{
    margin-left: 110px;
}

input.basket
{
    float: left;
}

#notebox
{
    height: 250px;
    overflow: auto;
    border: 1px #888 solid;
    padding: 10px 10px 10px 10px;
}

fieldset.notebox
{
    
    overflow: auto;
}

fieldset.notebox legend
{
    color: #000;
    margin-bottom: 5px;
}

/*////////// Breast Cancer Pop-Up Styles //////////*/

#popup
{
    width: 400px;
    color: #666;
    text-align: left;
    padding: 10px;
}