/* @override 
	http://kinlochanderson.com.colin.dev.inigo.net/master-eshop.css
*/

div#debug {
	height: 150px;
	border: 1px solid;
	background-color: #fff;
	overflow: auto;
	padding: 3px;
	margin-bottom: 10px;
	font-family: Monaco, "Courier New", Courier, mono;
	font-size: 10px;
}
div#debug ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#debug ul li {
	margin-bottom: 0.5em;
}

/*************************************/


/* @group Structure */

body {
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-size: 12px;
}

#ccol {
	position: relative;
}
 
#ccol, #ccol p, #ccol li, #ccol td {
	margin: 0.5em 0 0.5em 0;
	line-height: 1.4em;
	color: #444;
}

/* for some reason the padding stops the right bar from wrapping when printed */
#container {
	width: 975px;
	margin: 0 auto;
	padding: 0 1px; 
}

#header {
	/* background: url('images/topbg_wide.gif') no-repeat bottom left; */
	font-size: 10px;
	text-align: right;
	color: #7b858f;	
	height: 12px;
	padding-top: 12px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
body.eshop #header {
	/* background: url('images/topbg.gif') no-repeat; */
}

#limage {
	width: 120px;
	float: left;
}
#limage img {
	padding: 0;
}

#lcol {
	background: #ECEBE9 url('images/thistlelogo.gif') bottom no-repeat;
	width: 175px;
	min-height: 780px;
	_height: 780px;
	float: left;
	

}

#ccol {
	padding: 5px 15px 0 15px;
	width: 645px;
	float: left;
	padding-bottom: 20px;

}
body.eshop #ccol {
	width: 605px;
}


#rcol {
	width: 165px;
	float: left;
}

#footer {
	clear: both;
	height: 30px;
	border-top: 1px solid #ccc;
	
	/* background: url('images/bottombg_wide.gif') no-repeat; */
	
	padding-top: 5px;
	font-size: 9px;
	text-align: right;
	color: #555;
}
body.eshop #footer {
	/*  background: url('images/bottombg.gif') no-repeat; */
}

/* @end */

/* @group Basics */

label {
	color: #4A4A4A;	
}

#ccol ul {
	margin: 0;
	padding: 0;
	padding-left: 5em;
	list-style-image: url('images/asterisk_green.gif');

}

a {
	text-decoration: none;
	color: #4A4A4A;
}

a:hover {
	text-decoration: underline;
}

a.button {
	background: #666;
	/* background: #333 url('images/buttonbg.gif') bottom repeat-x; */
	border: 1px solid #666;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	padding: 8px 30px;
	
	margin-top: 0px;
	text-align: center;
}
a.button:hover {
	text-decoration: none;
}


p.breadcrumb {
	border-bottom: 1px dotted #4A4A4A;
	padding: 3px 0;
	font-size: 10px;
}

p.message {
	margin: 0;
	padding: 5px;
	border: 1px solid #4A4A4A;
	background-color: #f5f5f5;
}

#rcol p {
	font-size: 10px;
}

.clear {
	clear: both;
}

/* @end */

/* @group Navigation */

#navigation {
	margin-bottom: 100px;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #fff;
}
#navigation ul li{
	margin: 0;
	padding: 0;
	font-size: 11px;
	border-bottom: 1px solid #999;
}
#navigation ul li a {
	display: block;
	padding: 4px;
	background-color: #fff;
	color: #4A4A4A;
	text-decoration: none;
	text-transform: uppercase;
	/* margin-bottom: 1px; */
}
#navigation ul li a.active, #navigation ul li a:hover {
	background-color: #ccc;
}

#navigation ul li ul {
	margin-top: 1px;
	margin-bottom: -1px;
}
#navigation ul li ul li a {
	background-color: #fff;
	color: #4A4A4A;
	text-transform: none;
	padding-left: 8px;
	
}
#navigation ul li ul li a.active {
	background-color: #fff;
	font-weight: bold;

}
#navigation ul li ul li a:hover {
	background-color: #ccc;
}

#navigation ul li ul li ul {
	
}

#navigation ul li ul li ul li {
	border-bottom: 1px solid #ccc;
}

#navigation ul li ul li ul li a {
	background-color: #fff;
	color: #4A4A4A;
}

#navigation ul li ul li ul li a.active {
	background-color: #fff;
	color: #4A4A4A;	
}
#navigation ul li ul li ul li a:hover {
	background-color: #fff;
	color: #4A4A4A;
	text-decoration: underline;
}



/* @end */

/* @group Forms */

form {
	margin-bottom: 1em;
}
td.label {
	width: 150px;
	text-align: right;
	padding-right: 15px;
}

td.microlabel {
	width: 100px;
	padding-right: 10px;
	text-align: right;
}

p q.error {
	border: 1px solid #5D9240;
	background-color: #F1F9EC;
	/* border-top: 1px solid #A7D88D; */
	border-top: none;
	padding: 5px;
	width: 175px;
	font-size: 10px;
}

input.text, select, textarea {
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-size: 11px;
	border-top: 1px solid #387B2B;
	border-left: 1px solid #387B2B;
	border-bottom: 1px solid #5D9240;
	border-right: 1px solid #5D9240;
	padding: 2px;
	width: 250px;
}

input.text.readonly, select.readonly, textarea.readonly {
	border: 1px dotted;
	background-color: #fff;
	color: #000;
}

.formfield label {
	float: left;
	font-size: 11px;
	padding: 3px;
	width: 100px;
	padding-right: 23px;
	text-align: right;
}

br.clear {
	clear: both;
	height: 0;
}


input.button {
	background: #666;
	/* background: #B9B9B9 url('images/buttonbg.gif') bottom repeat-x; */
	border: 1px solid #666;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding: 5px;
	width: 195px;
	margin-top: 0px;
}

input.button.disabled {
	color: #ccc;
}

form br {
	clear: left;
}

.formfield {
	padding: 3px;
	margin-bottom: 4px;
}

/* @end */

/* @group Headers */

h1 {
	font-size: 18px;
	font-weight: normal;
	color: #2C2C2C;
	margin: 0;
	margin-bottom: 5px;
	padding: 12px 0 12px 0;
}

h2 {
	font-size: 12px;
	margin: 0;
	margin-bottom: 5px;
	padding: 3px;
	border-bottom: 1px solid #ccc;
}

h3 {
	font-size: 12px;
	margin: 0;
	margin-bottom: 5px;
	padding: 3px;

}

.strapline {
	color:#444;
	font-size: 80%;
}

.h1boldheader {
	font-size: 18px;
	font-weight: bold;
	color: #444;
	margin: 0;
	padding: 0px 0 12px 0;
	line-height: 1.2em;
}

/* @end */

/* @group Tables */
table {
	width: 100%;
	margin-bottom: 1em;
}

td {
	font-size: 10px;
	padding: 3px;
}

th {
	text-align: left;
	padding: 3px;
	border-bottom: 1px solid #5D9240;
}

.money {
	text-align: right;
}

/* @end */


.order-alert {
	border: 1px solid #5D9240;
	background-color: #F1F9EC;
	padding: 5px;
	width: 175px;
	font-size: 10px;
}

/* @group Mini Basket */

.mini-basket {
	padding-bottom: 3px; 
	border-bottom: 1px solid #777;
}
.mini-basket div {
	padding: 5px;
	font-size: 10px;
	line-height: 1em;
}
.mini-basket p {
	line-height: 1.3em;
	margin-bottom: 0.75em;
}

/* @end */

/* @group Page Specific */

/* @group Front page */

h1 .subhead {
	color: #b28e67;
	line-height: 1.2;
}
.main-page-header {
	padding: 15px;
	background: #f5f5f5 url('http://www.kinlochanderson.com/shop/images/crop195x244/942.jpg') no-repeat;
	height: 195px;
	padding-left: 213px;
	margin-bottom: 15px;
	font-size: 110%;	
}

.main-page-header a {
	font-weight: bold;
}

.fp-item {
	width: 297px;
	border-top: 1px solid #000;
	float: left;
	padding: 5px 0;
}
.fp-item.left {
	margin-right: 11px;
}

.fp-item img {
	float: left;
	margin-right: 5px;
}




/* @end */

/* @group Subsection */
.item {
	padding-bottom: 3px; 
	border-bottom: 1px solid #666; 
	width: 195px; 
	margin-bottom: 5px;
	margin-right: 10px;
	float: left;
}
.item.end {
	margin-right: 0;
}

.item .info {
	height: 8em; 
	padding: 8px; 
	margin-top: 1px; 
	/* background-image: url('images/stripybg.gif'); */
}
.item .info small {
	line-height: 9px;
	font-size: 9px;
}
.item .info .price {
	font-size: 10px;
}
	
/* @end */

/* @group Product */

.three-across-item {
	padding-bottom: 3px; 
	border-bottom: 4px solid #387C2B; 
	width: 128px; 
	margin-bottom: 10px;
	margin-right: 8px;
	float: left;
}
.three-across-item.last {
	margin-right: 0;
}
.three-across-item .info {
	height: 7em; 
	padding: 8px; 
	margin-top: 1px; 
	/* background-image: url('images/stripybg.gif'); */
}

/* @group Tartan Finder */

#choose-tartan-header {
	/* background-image: url('images/stripybg.gif'); */
	text-transform: uppercase;
	color: #387C2B;
}
#choose-tartan {
	/* background-image: url('images/stripybg.gif'); */
	padding: 10px;
	font-size: 10px;
	margin-bottom: 4px;
	clear: both;
	_height: 8em;
	min-height: 8em;
}

#choose-tartan img {
	float: left;
	margin-right: 10px;
}

#choose-tartan .main {
	width: 300px;
	float: left;
}

#choose-tartan p {
	margin: 0;
	margin-bottom: 0.5em;
	color: #606A74;
}

#choose-tartan p.heading {
	text-transform: uppercase;
	font-weight: bold;
	color: #387C2B;
}

#choose-tartan input {

}

#choose-tartan h2 {
	margin: 0;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	font-weight: bold;
	color: #387C2B;
	border-bottom: none;
	text-decoration: underline;
}

/* @end */

#options {
	margin-bottom: 15px;
	clear: both;
}
.option1 {
	background-color: #ECEBE9;
}

.option2 {
	background-color: #F3F2F1;
}

p.price {
	padding: 0 0 10px 0;
	font-size: 10px;
}

p.price .heading {
	text-transform: uppercase;
	font-weight: bold;
	color: #387C2B;
}
	
/* @end */
	
/* @end */

div.address {
	padding:10px; 
	border: 1px solid; 
	margin-bottom: 10px;
	border-top: 1px solid #387B2B;
	border-left: 1px solid #387B2B;
	border-bottom: 1px solid #5D9240;
	border-right: 1px solid #5D9240;
}
div.address select {
	width: 378px;
}

/* @group eManage Extras */



.boxsection{
	width:205px;
	margin:0px;
	padding-right:15px;
	float:left;
	margin-bottom:15px;
	}
	
.imageheader{
	background: url('images/headerimg.gif') no-repeat;
	text-decoration: none;
	display:block;
	width:206px;
	height:31px;
	border:0px;
	padding-top:15px;
	}
	
.greenheader{
	font-family:Arial, Helvetica, sans-serif;
	padding-left:10px;
	text-transform: uppercase;
	font-weight:bold;
	font-size:11px;

}

.largeimgs{
	float:left;
	width:433px;
	height:303px;
	margin:0px;
	padding-bottom:20px;
	
	}

.timeline{
	background: url('images/bgtimeline.gif') no-repeat;
	text-decoration: none;
	width:433px;
	height:25px;
	border:0px;
	margin-bottom:10px;
	}
	
a.timelinelink {float:left; font-family:Arial, Helvetica, sans-serif; font-weight:bold; color: #5d9340; padding:5px;}

a.timelinelink:hover {color: #507748;}

a.timelinelink.active{
	color:#507748;
	}

/* @end */

/* @group fabric-finder */

	#fabric-finder-overlay {
		position: absolute;
		top: 10px;
		right: 10px;
		display: none;
	}	
	
	#fabric-finder-form table {
		margin-bottom: 0;
	}
	
	#fabric-results {
		margin-left: 14px;
	}
	.fabric-cell {
		width: 150px; 
		margin-right: 20px; 
		margin-bottom: 20px; 
		float: left; 
		text-align: center; 
		/* background: url('/images/stripybg.gif'); */
		border-bottom: 4px solid #387C2B;
	}

	.fabric-cell img {
		border: 0;
	}
	
	.fabric-cell p {
		min-height: 6em;
		_height: 5em;
		padding: 0 0.5em;
	}
	
	
	.fabric-detail img {
		float: left;
		margin-right: 10px;
	}
	.fabric-detail p {
		width: auto;
	}
	
	.fabric-detail h2 {
		border-bottom: none;
		font-size: 15px;
	}

/* @end */





