/*#################################################
Plain text styling
#################################################*/
body {
	line-height: 1.4;			/* Set the line-height to a multiple of the font size to keep it in proportion */
	font-family: sans-serif;	/* Use the client browser's default sans-serif font */
	font-size: 100%;			/* Solves the IE text resizing problem where text becomes too big when made larger, and too small when made smaller. */
}

h1	{font-size: 2em; margin: .67em 0 0;}
h2	{font-size: 1.5em; margin: .75em 0 0;}
h3	{font-size: 1.17em; margin: .83em 0 0;}
h5	{font-size: .83em; margin: 1.5em 0 0;}
h6	{font-size: .75em; margin: 1.67em 0 0;}
h1, h2, h3, h4, h5, h6, b, strong {font-weight: bolder;}


/*#################################################
Breadcrumbs
#################################################*/
#breadcrumbs
	{ margin-bottom: 1.5em }

/*#################################################
Alerts & warnings
#################################################*/
.warning {
	background: red;
	color: white;
	font-size: 1.3em;
	margin: 0.5em 0;
	padding: 0 0.5em;
	border: 1px solid black;
}

.alert {
	font-size: x-large;
	color: white;
	padding: 0 .5em;
}
.alert.ok {
	background: blue;
}
.alert.fail {
	background: red;
}
	
/*#################################################
Buttons
#################################################*/

/* Small torpedo shaped button */
.add-to-basket {
	background: #E4E7B7;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E4E7B7), to(#a4a777));
	xbackground: -moz-linear-gradient(0% 90% 90deg, #EEE, #FFF);
	
	border-style: solid;
	border-width: .1em;
	border-color: black;
	padding: .1em .4em;
	border-radius: 1em;
}
.add-to-basket:hover {
	background: #a4a777;
	cursor: pointer;
}
.add-to-basket-disabled {
	background: red;
	color: white;
	border-style: solid;
	border-width: .1em;
	border-color: black;
	padding: .1em .4em;
	border-radius: 1em;
}
.button-wrapper {
	text-align: center;
	height:1.5em;
	xoverflow:hidden;
}

/* Small circle */
.round {
	width: 2em;
	height: 2em;
	border-radius: 1em;
}
.round:hover {
	cursor: pointer;
	background: #ddd;
}

/* Red cross */
.remove {
	width: 2em;
	height: 2em;
	border-radius: 1em;
	background: none;
	border : 2px solid white;
	color: red;
}

.remove:hover {
	border-right: 2px solid #bbb;
	border-bottom: 2px solid #bbb;
	cursor: pointer;
	background: #ddd;
}


/*#################################################
Pop-up speech bubble
#################################################*/
.bubble {
	width: 9em;
	height: 4em;
	font-size: 120%;
	font-weight: bold;
	line-height: 4em;
	position: absolute;
	border: .25em solid black;
	border-radius: .5em;
	margin-top: -5em;
	margin-left: -1.2em;
	background: black;
	background: rgba(0, 0, 0, 0.8);
	color: white;
}


/*#################################################
Position
#################################################*/
	
#frame-header {
	position: relative;
	overflow: hidden;
	background: #E4E7B7;
	padding: .25em 1em;
}

#frame-header, #frame-footer {
	background: #E4E7B7;
}

#frame-header #line {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	border-bottom: 2px solid black;
}

#footer {
	font-size: 90%;
	padding: .5em;
	border-top:  solid black;
	text-align: center;
}

br {
	clear: both;
}

#nav {
	overflow: hidden;
	width: 100%;
}

/*#################################################
Page
#################################################*/

#page {
	background: white;
	padding: 1em 0;
}

#page table {
	margin: 0 auto;
	table-layout: fixed;
}

#page td {
	vertical-align: top;
	padding: 0 1.5em;
}

#page h1 {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	margin: 0 0 .67em 0;
}

#page h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin: .83em 0;
}

#page h3 {
	font-size: 1.17em;
	font-weight: bold;
	margin: 1em 0 .5em 0;
}

#page h4 {
	font-weight: bold;
	margin: 1em 0 0 0;
}

#page p {
	margin: .5em 0;
}

#page #enquiry-form #email {
	width: 25em;
}

#page #enquiry-form #message {
	width: 25em;
	height: 10em;
}

/*#################################################
  Page Index
  #################################################*/
#index {
	position: absolute;
	bottom: 0;
	right: 1em;
	margin-bottom: .25em;
}

#index a {
	font-weight: bold;
	padding: .25em .5em;
	margin: 0 .125em;
	border-top-left-radius: .5em;
	border-top-right-radius: .5em;
	background: #abaf6e;
	/*background: #cbcfd9; */
	text-decoration: none;
	border: 2px solid black;
}

#index a:hover {
	background: #dde;
}

#index a.current {
	border-bottom: 2px solid white;
	background: white;
}

#index .easybasket {
	text-align: center;
	display: inline-block;
	min-width: 7em;
}

/* ######################################################
Logo
###################################################### */
#logo {
	float: left;
}

#logo a {
	text-decoration: none;
}

#logo #candg {
  font-weight: bold;
  color: #ff0000;
  letter-spacing: -0.1em;
  font-size: 4em;
  font-family: Arial, Helvetica, sans-serif;
	line-height: 100%;
}

#logo #domestics {
  color: #000;
  letter-spacing: -0.1em;
  font-style: italic;
  font-size: 3em;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

#logo p.tag {
  margin-top: -0.75em; 	/*-0.5em;*/
  padding-bottom: .5em;
  padding-left: 0.4em;
  color: #000;
  font-family: Georgia, 'Times New Roman', Times, serif;
}


/* ######################################################
Helpline
###################################################### */
#helpline {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 1.5em;
	float: right;
	padding: 0.25em 0;
}
  
/* ######################################################
Item
###################################################### */
.item {
	float: left;
	margin: .25em;
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
}

/* The container (almost) centers the image vertically and horizontaly within it */
.item .image {
	width: 9em;
	height: 9em;
	line-height: 9em;
	text-align: center;
}

.item img {
	max-width: 9em;
	max-height: 9em;
	vertical-align: middle;
	vertical-align: bottom;
}

.item .title {
	display: block;
	line-height: 1em;
	width: 9em;
	height: 1.9em;
	overflow: hidden;
	padding: .25em 0;
	text-align: center;
}

.item .price {
	width: 9em;
	font-weight: bold;
	text-align: center;
}

.item .add {
	text-align: center;
}

/* ######################################################
Single item
###################################################### */
.single-item {
	padding:0 10%;
	width:80%;
}

.single-item .title {
	text-align: center; 
}

.single-item .image {
	text-align: center; 
}

.single-item img {
	max-width: 50%;
	max-height: 50%;
}

.xsingle-item td {
	padding: 0 .5em;
	border: 2px solid #ccc;
}

.xsingle-item .button {
	margin-top: 1em;
	text-align: center;
}

/* ====================================================== */
/* ====================================================== */
.pretty-table {
	margin: 1em auto;
	width: 70%;
	border: 1px solid #aaa;
}

.pretty-table th,
.pretty-table td {
	padding: 0.5em;
	border: 1px dotted #666;
	background: #ddf;
}

/* ######################################################
Menu tree
###################################################### */
#tree .menu >a {
	font-size: 115%;
}

#tree .submenu {
	margin-left: 1em;
}

#tree a {
	text-decoration: none;
	display: block;
	border-left: .5em solid white;
	padding-left: 0.25em;
}

#tree a.point {
	border-left-color: olive;
}

#tree a:hover {
	background: #eeb;
	xbackground: #e4e7b7 /*#e2e2d6*/;
	border-left-color: #cc6;
}

#tree .title {
	text-decoration: underline;
}

#tree .count {
	margin-left: 0.25em;
	font-size: 90%;
	color: black;
}

/* ######################################################
refine-by, filters & facets.
###################################################### */
#refine-by {
	margin-left: 1em;
}

#filters a {
	color: red;
	font-weight: bold;
	padding: 0 0.5em;
}
#filters a:hover {
	background: #e4e7b7 /*#e2e2d6*/;
}

#facets a {
	text-decoration: none;
	display: block;
}
#facets a:hover {
	background: #e4e7b7 /*#e2e2d6*/;
}
#facets .delete {
	color: red;
	padding: 0 0.5em;
	font-weight: bold;
}
#facets .title {
	text-decoration: underline;
}
#facets .count {
	font-size: 90%;
	color: black;
}


/* ######################################################
Find box
###################################################### */
#find {
	float: left;
	margin-top: 1em;
	margin-left: 10em;
}

#find .button {
	padding: 0 .25em;
}

#find .check {
	margin-right: .5em;
	border: 1px solid red;
	color: red;
}

/* ######################################################
Showing
###################################################### */
#showing {
	margin-top: .5em;
	font-style: italic;
}

/* ######################################################
Pagination
###################################################### */
#pagination
	{ color: #aaa; margin-top: 1.5em }
#pagination a
	{ padding: 0.25em }
#pagination a:hover
	{ background: #dda }

/* ######################################################
Easybasket
###################################################### */
.basket {
	padding: 2em;
}

.basket table {
    width: 100%;
}

.basket th,
.basket td {
	padding: .5em;
}

.basket th {
	background: #5275AA;
	color: #FFF;
	font-weight: bold;
}

.basket tr {
	border-right: 1px dotted #CCC;
}

.basket td {
	border-left: 1px dotted #CCC;   
	border-bottom: 1px dotted #CCC;   
}

.basket .text {
	text-align: left; 
}

.basket .numeric {
	text-align: right; 
}

.basket .other {
	text-align: center; 
}

.basket .quantity,
.basket .total {
	width: 6em;
}

.basket img {
	max-height: 3em;
}

.basket td.image {
	line-height: 100%;
	height: 3em;
}

.basket .button {
	display: inline;
}



/* ######################################################
Chunky processing
###################################################### */
#homepage td {
	xborder: 1px solid red;
	vertical-align: top;
	padding: 0.5em;
}
#homepage #col1 {
	width: 50%;
}
#homepage #col2 {
	width: 50%;
}
#homepage #col2a {
	width: 38%;
	text-align: center;
}
#homepage #col2b {
	width: 62%;
}


/* ######################################################
Chunky processing
###################################################### */

/* Titles */
.chunk .tx {
	padding: 0.5em;
	margin: 0.5em 0;
}
.chunk .t1 {
	font-size: 1.5em;
	font-weight: bold;
	background: #ffbf00;
}
.chunk .t2 {
	font-size: 1.3em;
	font-weight: bold;
	xcolor: white;
	background: cyan;
}
.chunk .t3 {
	background: #df01d7;
	color: white;
}


/* Paragraphs */
.chunk .px {
	margin: 1em 0;
}
.chunk .p1 {
	font-weight: bold;
}
.chunk .p2 {
	xfont-size: 95%;
}


/* Images */
.chunk .img {
	float: left;
}
.chunk .img img {
	width: 100%;
}
.chunk .img .caption {
	font-weight: bold;
	padding: 0 .25em;
	overflow: hidden;
}
.chunk .img1 {
	width: 100%;
}
.chunk .img2 {
	width: 50%;
}
.chunk .img3 {
	width: 33%;
}

