/* --------------------------------------------------------------

	base.css

	Author: Paul Woods
	Date: May 08

	This is the main stylesheet for the Christies Direct website.

	#####
		Modified by Greg Dalrymple on 07/07/08
		Modified by Greg Dalrymple on 17/02/10
	#####

-------------------------------------------------------------- */

img { border: none; }


/* --------------------------------------------------------------

    +Default Styles

-------------------------------------------------------------- */

body {
	margin:0;
	padding:0 0 20px 0;
	height:100%;
	font-size: 62.5%;
	font-family: verdana,sans-serif;
	color:#000;
	background-color:#FFF;
	background-image:url(/images/backgrounds/1.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	line-height: 1.5;
}

/* Links */

a:link { color: #1a5ec4; }
a:hover { color: #e55c00; }
a:visited { color: #3875d1; }
a:visited:hover { color: #ff8a00; }

.quiet { font-size: 1em; color: #999; }
.contrast { color: #1a5ec4; }


.alignLeft { text-align: left; }
.alignRight { text-align: right; }

.floatright { float: right; }
.floatleft 	{ float: left; }

/* --------------------------------------------------------------

    +Top

-------------------------------------------------------------- */

#top { background-color:#003887; }

#top p {
	font-size:1.1em;
	color:#a0a0a0;
	margin:0;
	padding:10px;
	text-align:right;
}

#top p strong { color:#fff; }
#top p a { color:#fff; text-decoration:none; }
#top p a:hover { text-decoration:underline; }

/* --------------------------------------------------------------

    +Header

-------------------------------------------------------------- */

#header {
	background-color:#000;
	background-image:url(/themes/black/header-bg.gif);
	background-repeat:repeat-x;
	height:85px;
}

#header h1 {
	padding:10px;
	margin:0;
	font-family:Helvetica, Arial, sans-serif;
	color:#fff;
	font-weight:normal;
	font-size:5.4em;
	float: left;
}

#header h1 a {
	background-image: url(/themes/black/logo.gif);
	background-repeat: no-repeat;
	display:block;
	width: 140px;
	height: 35px;
	float: left;
	margin-right: 15px;
}

#header h1 a span {
	display:none;
}

#header h1 img {
	float:left;
	margin-top:10px;
}

#header #search { float: right; padding-right: 12px; margin-top: 15px; width:390px; }
#header form#searchForm {  padding-right: 12px; margin-top: 15px; }
#header form#searchForm fieldset {  border-width:0; }

#header #searchInput 		{ float: left; padding: 4px; margin-right: 12px; width: 250px; color: #999; }
#header #searchButton  	{ float: right; }

/* --------------------------------------------------------------

    +Main

-------------------------------------------------------------- */

#main { width:100%; min-width: 980px; }

/* Left column */

#leftcol { float:left; width: 150px; }

/* Right column */

#rightcol { float: right; width: 215px; }

/* Center column */

#center { padding: 0 240px 0 160px }

/* --------------------------------------------------------------

    +Typography

-------------------------------------------------------------- */

/* Headings */

#center h1 { margin:0 0 10px 0; padding:5px 0; border-bottom:1px solid #d1d1d1; font-family: Helvetica, Arial, sans-serif; color:#003887; font-size:2.4em; font-weight:normal; }
#center .col h2 { margin:0; padding: 15px 15px 10px 15px; font-family: Helvetica, Arial, sans-serif; color:#fff; font-size:2.4em; font-weight:normal; }
#center h3 { margin: 0 0 0.5em 0; border-top:1px solid #F3F3F3; padding: 0 5px; font-size: 2.8em; font-family: Helvetica, Arial, sans-serif; color:#aaa; font-weight:normal; text-transform:lowercase; }
#center h4 { font-size: 1.4em; }

h3.strong { background-color: #003887; color: #fff; font-size:1.2em; padding: 8px 0 8px 8px; margin: 0; }

#center p, #center ul, #center ol, table, dl { font-size: 1.1em; margin: 0 0 1.4em 0; padding: 0; }

#center .col { margin-bottom:10px; }
#center .padded { padding:10px; }
#center .half { float:left; width: 50%; }
#center .full { width: 100%; }
#center .full[class] { }

#center ul.section {
	list-style:none;
	clear:both;
	padding:5px 0;
	margin:0 5px 0 0;
	}

#center ul.section li { margin-bottom:2px; }
#center ul.section li a {
	display:block;
	padding:5px 5px 5px 20px;
	background-color:#f9f9f9;
	background-image:url(/images/bullets/arrow-blue.gif);
	background-repeat:no-repeat;
	background-position:5px;
	text-decoration:none;
	}
#center ul.section li a:hover { background-color:#f3f3f3; }

#leftcol ul {
	list-style:none;
	padding:0;
	margin:0 0 5px 0;
}
#leftcol ul li { margin-bottom: 2px; font-size: 1.1em; }
#leftcol ul li a { background-color:#e1e1e1; display:block; padding:5px; text-decoration:none; color:#1a5ec4; }
#leftcol ul li a:hover { color:#e55c00; background-color:#f3f3f3; }

#leftcol ul li.hi a { background-color:#003887; display:block; padding: 8px 5px; text-decoration:none; color:#fff; font-size:1.2em; font-weight:bold; }
#leftcol ul li.hi a:hover { background-color:#1b53a3; }

#leftcol ul li.clearance { margin-bottom: 0px; }
#leftcol ul li.white a { background-color:#ffffff; border: 1px solid #003887; }

/* --------------------------------------------------------------

    +Login/Register

-------------------------------------------------------------- */

.standardForm { background-color: #fff;  margin-bottom: 1.4em; }
.standardForm fieldset, .standardForm legend { margin: 0; padding: 0; border: none; }

.standardForm legend { font-size: 1.1em; font-weight: bold; padding: 8px 8px 8px 0; color: #999; }

#loginForm 		{ font-size: 1.2em; padding: 16px 8px 0 0; border-top: 1px dotted #ccc; margin: 0; border-bottom: 1px dotted #ccc; }

#loginForm dt { float: left; width: 150px; }
#loginForm dd { padding-bottom: 12px; }

#loginForm dd input { width: 200px; padding: 4px; }

/* --------------------------------------------------------------

    +Homepage

-------------------------------------------------------------- */

/* --- slideshow ---
#slideshow { margin-bottom: 10px; height: 270px; }
ul#slides { margin: 0; padding: 0; list-style: none; position: relative; }
ul#slides li { position: absolute; width: 100%; top: 0px; }
*/


table#frontPanel { width:100%;height:220px; }
table.leadPanel { width:100%;height:220px; border:1px solid #ccc; }
table#frontPanel td { width:25%; }
#center .col table#frontPanel h2, #center .col table#frontPanel p, #center .col table.leadPanel p { padding:10px; margin:0; }

td#DogText { color:#fff; background-color:#003887;vertical-align:top; }
td#LargeAnimalText { color:#fff; background-color:#ea7f00;vertical-align:top; }
td#LargeAnimalText a, td#DogText a { color:#fff; text-decoration:none; }
#center td.LeadText { width:50%; }
#center td.LeadText p.heading { color:#999; text-transform:uppercase; letter-spacing:2px; }
#center .col td.LeadText h2 { font-size:280%; margin:0; padding:0 10px; }
#center .col td.LeadText h2 a { text-decoration:none; color:#000; }

td#DogImage { background: url(/images/graphics/section/dog.jpg) no-repeat top right #003887; border-right:5px solid #fff; }
td#LargeAnimalImage { background: url(/images/graphics/section/large-animal.jpg) no-repeat top right #ea7f00; }

.offer { width: 163px; float: left; border: 1px solid #d1d1d1; text-align: center; font-size: 90%; margin: 10px; }
.offerInner { padding: 10px; background-color:#fff; height: 250px; }
.offerInner a { text-decoration: none; font-weight:bold; }
.offerBasket { background-color: #d1d1d1; padding: 5px; }
.offer h4 { margin-top: 5px; margin-bottom: 5px; }
#center .offer .offerInner p.productPrice { margin-bottom: 5px; }


/* --------------------------------------------------------------

	+New Slideshow

---------------------------------------------------------------*/

#center .col #slideshow h2 { color: #003887; border-top: 1px solid #003887; border-bottom: 1px solid #003887; padding: 5px 0; font-size: 2.4em; margin-bottom: 12px; }
#slideshow { padding-top: 12px; margin-bottom: 15px; }
#slideshow-inner { height: 290px; }
#main-slide { float: left; width: 48%; border: 1px solid #d1d1d1; height: 100%; margin-right: 12px; }
#main-slide #image { text-align: center; height: 215px; background-color: #fff; }
#main-slide .details { background-color: #e7e7e7; text-align: center; padding: 8px 0; height: 59px; }
#main-slide .details p.product-link { font-size: 1.4em; font-weight: bold; margin-bottom: 0; }
#main-slide .details p.price { font-size: 1.2em; font-weight: bold; margin-bottom: 0; }
#main-slide .details p.price span { font-weight: normal; }

#slideshow #main-slide img.thumb { display:none; }
#slideshow #main-slide .code { padding-left:5px; }

#slideshow #slides { width: 49%; float: left; }
#slideshow #slides .thumbnail { float:left; width: 47%; border: 1px solid #d1d1d1; margin-right: 12px; margin-bottom: 12px; height: 138px; }
#slideshow #slides .thumbnail.last { margin-right: 0; }
#slideshow #slides .thumbnail img.main { display:none; }
#slideshow #slides .thumbnail .image { text-align: center; background-color: #fff; height: 80px; }
#slideshow #slides .thumbnail .code { padding-left:5px; font-weight: normal; }
#slideshow #slides .details { background-color: #e7e7e7; height: 58px; }
#slideshow #slides .details p { margin-bottom: 0; text-align: center; }
#slideshow #slides .details p.product-link { font-weight: bold; padding-top: 4px; }
#slideshow #slides .details p.price { font-weight: bold; padding-bottom: 4px; }


/* --------------------------------------------------------------

    +Shopping Baskets

-------------------------------------------------------------- */

.miniBasket { background-color: #fff; }

table.miniBasketItems { text-align: left; border-collapse: collapse;  }

table.miniBasketItems th { padding: 8px; }

table.miniBasketItems td,
table.miniBasketSummary td { padding: 3px 8px; }

table.miniBasketItems td.desc { width:145px; }

table.miniBasketSummary { border-top: 1px solid #ddd; margin: 0; text-align: center; font-size: 1.3em; }

#basketButton { padding: 8px 0 0 0; }


/* --------------------------------------------------------------

    +Checkout Lists

-------------------------------------------------------------- */

table.prcmtx { border: 1px solid #e1e1e1; padding:2px; }
table.prcmtx th { background: #e1e1e1; text-align:left; padding:5px; }
table.prcmtx td { text-align:left; padding:5px; }

/* --------------------------------------------------------------

    +Checkout Lists

-------------------------------------------------------------- */

table.chkt { width: 100%; border: 1px solid #e1e1e1; }
table.chkt th { background: #e1e1e1; text-align:left; padding:5px; }
table.chkt th.price { text-align:right; }
table.chkt th.addto { text-align:right; }
table.chkt th.remove { width:10%; text-align:center; }
table.chkt td { border-bottom: 1px solid #f3f3f3; padding:5px; }
table.chkt tr td { background-color:#fff; }
table.chkt tr.total td { background-color:#f3f3f3; }
table.chkt tr:hover td { background-color:#f9f9f9; }
table.chkt td.img { padding:0; width:10%; }
table.chkt td.img img { border: 1px solid #eee; margin:5px; }
table.chkt td.price { width:10%; text-align:right; }
table.chkt td.code { width:10%; }
table.chkt td.addto { width:20%; text-align:right; }
table.chkt td.removeall { text-align:center; }
table.chkt td.remove a { background:url(/images/buttons/remove.gif) no-repeat; display:block; width:21px; height:21px; margin:0 auto; }
table.chkt td.remove a span { display:none; }

/* --------------------------------------------------------------

    +Footer

-------------------------------------------------------------- */

#foot { clear:both; border-top:1px solid #d1d1d1; }
#foot p#foot-right { padding:10px; margin:10px 5px 0 5px; color:#c7c7c7; text-align:right;font-size:1.1em; }
#foot p#foot-left { float: left; }

/* --------------------------------------------------------------

    +Products

-------------------------------------------------------------- */

#categoriesList { border-bottom: 1px solid #d1d1d1; padding-bottom: 12px; }
#categoriesList ul { list-style-type: none; width:100%; }
#categoriesList ul li { width: 21.8%; float: left; border: 1px solid #E1E1E1; margin: 0 12px 12px 0; text-align: center; min-width: 184px; font-size: 112%; }
.categoryInner { padding: 10px; height:190px; background-color:#fff; }
.categoryInner a { text-decoration: none; }

#products { clear: none; width:100%; }

.pager { font-size: 1.1em; margin: 12px 0; padding-bottom:12px; height:10px; }
.pagerInfo { float: left; width: 40%; text-align: left; margin: 0 0 12px 0; }
.pagerButtons { float: right; width: 40%; text-align: right; margin-right: 12px;}

.product { width: 21.8%; background-color:#fff; float: left; border: 1px solid #d1d1d1; margin: 0 12px 12px 0; text-align: center; min-width: 184px;}
.productInner {  height:290px; padding: 10px; }
.productInnerRelated {  height:200px; padding: 10px; }
#center .productInnerRelated h4, #center .productInnerRelated p {  font-size:1.2em; }
.productInner, .productBasket { padding: 10px; }

.productInner h3 { height: 40px; }

.productBasket { background-color: #d1d1d1; height: 27px;}

#center .productPrice { font-weight: bold; font-size: 1.4em; }
#center .productPrice span.quiet { font-weight: normal; }

#breadcrumb { padding:5px 0 }

	/* Reviews */

	#reviews { width:100%; }
	#center .review { background-color:#f9f9f9; margin-bottom:5px; padding:5px 0; }
	#center .review-stars { margin:0 10px; }
	#center .review h4 { margin:5px 0 0 0; padding:0 10px; }
	#center .review p { margin:5px 0; padding:0 10px; }
	#center .review p.author { color:#999; font-size:1em; }

/* --------------------------------------------------------------

    +Brochure

-------------------------------------------------------------- */

.brochure { min-height: 310px;}
.brochureImages { width: 300px; float: left; margin-right: 16px;}

.brochure img { border: 1px solid #d1d1d1; float: left; margin: 0 12px 12px 0;}

.brochureDesc { float: left; }

.options td { text-align: center; }

/* --------------------------------------------------------------

    Add these class names to clear any margins, paddings or floats
    Keep these declarations at the BOTTOM of this stylesheet

-------------------------------------------------------------- */

.clear-floats { clear: both; font-size: 1px; height: 1px; line-height: 0px; }
#center .no-marg, #center img.no-marg, #center ul.no-marg { margin: 0; }
#center .no-pad, #center img.no-pad { padding: 0; }
#center .no-bord { border: none; }
.last { margin-right: 0; }
#center .marg-half { margin-bottom: 6px; }

/* BASIC FORM */

form.dsForm { margin:10px 0; }

form.dsForm fieldset {
  margin: 10px 0 10px 0;
	border: 1px solid #ccc;
}

form.dsForm ul {
	margin:0;
	padding:0;
}

form.dsForm legend {
  padding: 0 2px;
  font-size:1.20em;
  font-weight: bold;
  color:#999;
	_margin: 0 -7px; /* IE Win */
}

form.dsForm li legend {
  font-size:1em;
}

form.dsForm label {
  display: block;
  color:#666;
  float: left;
  vertical-align: top;
}

form.dsForm li:hover label {
  color:#000;
}

form.dsForm label span {
	width:170px;
	display:block;
}
#center form.dsForm fieldset ol {
  margin: 0;
  padding: 0;
}
form.dsForm fieldset li {
  list-style: none;
  background-color:#fff;
  padding: 5px;
  margin: 0;
}

form.dsForm fieldset li.hi, form.dsForm fieldset li.hi:hover {  background:none; border-width:0; text-align:right; }


form.dsForm fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.dsForm fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.dsForm fieldset fieldset label {
  display: block;
  width: auto;
}

form.dsForm em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

form.dsForm span {
	font-style: normal;
	color: #999;
	}

form.dsForm label { width: 120px; } /* Width of labels */
form.dsForm fieldset fieldset label { margin-left: 125px; } /* Width plus 3 (html space) */
/*\*//*/ form.dsForm legend { display: inline-block; } /* IE Mac legend fix */


.manufacturers { width: 100%; }

.manufacturer { float: left; background:#fff; border: 1px solid #d1d1d1; padding: 10px; height: 75px; margin:0 12px 12px 0  }


/* --------------------------------------------------------------

    +FAQ

-------------------------------------------------------------- */

.faq-main { border-bottom: 1px solid #D1D1D1; }

.faq-main .image { float: left; padding: 10px; }

.faq-main .question { padding: 10px; }

.no-border { border: none; }

#FAQsearch { float: right; }
form#FAQsearchForm {  padding-right: 12px; }
form#FAQsearchForm fieldset {  border-width:0; }

#FAQsearchInput         { float: left; padding: 4px; margin-right: 12px; width: 250px; color: #999; }

#FAQsearchButton      { float: right; }

.mini-basket ul li { width:170px; margin: 10px 4px 0 0; }