/*

AS Campbell Ltd. SCREEN style sheet
=================================================

*/


/* RESET
------------------------------ */

/* global reset */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset, img {
	border: 0;
	}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
	}
ol, ul, li {
	list-style: none;
	}
caption, th {
	text-align: left;
	}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	}
q:before, q:after {
	content: '';
	}

/* global reset-reset */

strong {
	font-weight: bold;
	}
em {
	font-style: italic;
	}
a img {
	border: none;
	}


/* =BASE
================================================= */

html {
	background: #fff;
	}
body {
	background: #fff;
	color: #2f2f2f;
	font: 62.5%/1.8em Tahoma, Arial, Helvetica, sans-serif;	
	text-align: center;
	}
table,
td,
input,
textarea,
select,
li {
	color: #2f2f2f;	
	font: 1em Tahoma, Arial, Helvetica, sans-serif;
	}

/* hidden items */

#skip,
.hidden {
	display: none;
	}

/* basic links */

a:link,
a:visited,
a:active {
	color: #b94380;
	text-decoration: none;
	}
a:hover {
	color: #111;
	}

/* images */

img {
	border: none;
	}

/* typography */

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 1em 0;
	}
h2 {
	font: normal 2.4em Georgia, Times, Times New Roman, serif;
	clear: both;
	margin: .5em 0;
	}
h2#pageTitle span {
	color: #aaa;
	}
h3 {
	border-bottom: 1px solid #eee;
	clear: both;
	font: normal 2em Georgia, Times, Times New Roman, serif;
	margin: 1.5em 0 .5em 0;
	padding-bottom: .25em;
	}
h4 {
	font: normal 1.6em Georgia, Times, Times New Roman, serif;
	}
h4,
h5,
h6 {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	}
hr {
	display: none;
	}
.message {}
.message.positive {}
.message.negative {}
.note {}
.warning {}
.highlight {}
address {
	font-size: 1.2em;
	font-style: normal;
	line-height: 1.6em;
	margin: 1em 0;
	}


/* =CONTAINER
================================================= */

#container {
	border-top: 24px solid #003519;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 990px;
	}


/* =HEADER
================================================= */

#header {
	background: #9dcbec url(../graphics/campbell/header-bg.jpg) no-repeat right top;
	border-bottom: 24px solid #003519;
	border-top: 1px solid #fff;
	height: 156px;
	width: 100%;
	}
#header .inner {
	border-bottom: 1px solid #fff;
	height: 155px;	
	margin: 0 auto;
	position: relative;
	width: 100%;
	}

/* company logo & tagline */

h1#logo {
	height: 78px;
	left: 30px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-indent: -999999px;
	top: 30px;
	width: 462px;
	}
h1#logo a {
	background: url(../graphics/campbell/logo.gif) no-repeat 0 0;
	display: block;
	height: 78px;
	opacity: 1;
	}
h1#logo a:hover {
	opacity: .8;
	}
h1#logo a:active {
	outline: none;
	position: relative;
	top: 1px;
	}
#tagline {
	color: #003519;
	font: normal 1.4em Georgia, Times, Times New Roman, serif;
	left: 530px;
	margin: 0;
	padding: 0;
	position: absolute;
	text-shadow: 1px 1px 1px rgba(255,255,255,.8);
	top: 11px;
	}
#telephone {
	color: #003519;
	font: normal 2.2em Georgia, Times, Times New Roman, serif;
	left: 30px;
	margin: 0;
	padding: 0;
	position: absolute;
	text-shadow: 1px 1px 1px rgba(255,255,255,.8);
	top: 113px;
	}

/* shopping basket info */

#info {
	position: absolute;	
	right: 20px;
	text-align: right;
	top: -2.3em;
	width: 300px;
	z-index: 10;
	}
#info a {
	color: #bbb;
	}
#info a:hover {
	color: #fff;
	}
#info a:active {
	color: #fff;
	position: relative;
	top: 1px;
	}
#basket {
	display: inline;
	font-size: 1.1em;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	}


/* =MID
================================================= */

#mid {
	border-top: 1px solid #fff;
	margin: 0 auto;
	padding-bottom: .5em;
	position: relative;
	width: 100%;
	}

/* breadcrumb trail */

#breadcrumbs {
	border-bottom: 1px solid #a2bb80;
	color: #777;
	float: right;
	font-size: 1.1em;
	display: inline;
	margin: .5em 0;
	padding-bottom: .4em;
	width: 730px;
	}
#breadcrumbs a {
	color: #2f2f2f;
	}
#breadcrumbs a:hover {
	color: #b94380;
	}


/* =SIDEBAR
================================================= */

#sidebar {
	background: url(../graphics/campbell/sidebar-bg.gif) repeat-x 0 0;
	float: left;
	display: inline;
	width: 240px;
	}
#sidebar h3 {
	background: #a2bb80;
	color: #fff;
	font: bold 1em Tahoma, Arial, Helvetica, sans-serif;
	margin: 1em 0;
	padding: .75em 10px .85em 10px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	text-transform: uppercase;
	}

/* search */

#search {
	margin: 0;
	padding: 0;
	}
#search label {
	display: none;
	}
#searchKeyword {
	background: #fff;
	border: 1px solid #a2bb80;
	float: left;
	font-size: 1.1em;
	margin: 0 0 0 10px;
	padding: 4px;
	width: 185px;
	}
#adv {
	display: none;
	}
#searchSubmit {
	background: none;
	border: 0;
	color: #a2bb80;
	float: left;
	font-weight: bold;
	height: 23px;
	line-height: 23px;
	overflow: hidden;
	padding: 0 .5em;
	text-shadow: 1px 1px 1px rgba(255,255,255,.75);
	text-transform: uppercase;
	}
#searchSubmit:hover {
	color: #111;
	cursor: pointer;
	}

/* brand */

#shopByBrand {
	float: left;	
	padding: 3px 4px;
	width: 180px;
	}
#brandSubmit {
	background: #5a8bb6;
	border: 0;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	color: #fff;
	float: right;
	height: 2.2em;
	line-height: 2.2em;
	margin: 0;
	overflow: hidden;
	padding: 0 4px 1px 4px;
	text-transform: uppercase;
	}
#brandSubmit:hover {
	background: #4f7a9f;
	cursor: pointer;
	}

/* top-level navigation */

#navDept {
	margin: -1em 0 1em 0;
	}
#navDept li {
	border-bottom: 1px dotted #fff;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
	}
#navDept li a {
	color: #666;
	}
#navDept li a:hover {
	color: #111;
	}
#navDept li a:active {
	position: relative;
	top: 1px;
	}
#navDept li a.selected,
#navDept li a:hover.selected {
	color: #111;
	}
#navDept li a span {
	display: block;
	padding: .5em 1em .5em 2em;
	}

/* navSub dropdown menu - shows only when tree nav is enabled in admin > design settings */

.navSub,
.navSub li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.navSub {
	display: none;
	position: relative;
	z-index: 9999;
	}
#navDept li:hover .navSub {
	display: block;
	float: none;
	left: 0;
	top: 3.3em;
	position: absolute;
	width: 170px;
	}
#navDept li:hover .navSub li {
	clear: left;
	display: block;
	float: none;
	position: relative;
	}
#navDept li:hover .navSub li a {
	background: #4f7a9f;
	border-top: 0;
	display: block;
	width: 170px;
	}
#navDept li .navSub a.selected {
	color: #cbd7e2;
	}
#navDept li:hover .navSub li a:hover {
	background: #5a8bb6;
	color: #fff;
	}
#navDept li:hover .navSub li .navSub {
	display: none;
	position: relative;
	}
#navDept li:hover .navSub li:hover .navSub {
	display: block;
	float: none;
	top: 0;
	left: 194px;
	position: absolute;
	width: auto;
	}
#navDept li:hover .navSub li:hover .navSub li .navSub {
	display: none;
	position: relative;
	}
#navDept li:hover .navSub li:hover .navSub li:hover .navSub {
	display: block;
	float: none;
	top: 0;
	left: 194px;
	position: absolute;
	width: auto;
	}

/* customer tools */

#navToolsTitle {
	display: none;
	}
#navTools {
	left: 20px;
	position: absolute;
	top: -203px;
	width: 720px;
	}
#navTools li {
	display: inline;
	font-size: 1.1em;
	font-weight: bold;
	margin-right: 1.5em;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	}
#navTools li a {
	color: #bbb;
	padding: .5em 0;
	}
#navTools li a:hover,
#navTools li a.selected {
	color: #fff;
	}
#navTools li a:active {
	color: #fff;
	position: relative;
	top: 1px;
	}
#navTools li a span {}

/* hardcoded information */

#navInfoTitle {
	display: none;
	}
#navInfo {
	left: 20px;
	position: absolute;
	top: -2.5em;
	width: 950px;
	}
#navInfo li {
	font-size: 1.1em;
	font-weight: bold;
	float: left;
	height: 23px;
	line-height: 23px;
	margin-right: 1.5em;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	}
#navInfo li a {
	float: left;
	height: 23px;
	line-height: 23px;
	color: #bbb;
	}
#navInfo li a:hover {
	color: #fff;
	}

/* menu items */

#sidebar ul.navStatic {
	margin: -1em 0 1em 0;
	}
#sidebar ul.navStatic li {
	border-bottom: 1px dotted #fff;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
	}
#sidebar ul.navStatic li a,
#sidebar ul.navStatic li a:link,
#sidebar ul.navStatic li a:link {
	color: #666
	}
#sidebar ul.navStitic li a:visited,
#sidebar ul.navStatic li a:hover {
	color: #111;
	}
#sidebar ul.navStatic li a:active {
	color: #111;
	position: relative;
	top: 1px;
	}
#sidebar ul.navStatic li a span {
	display: block;
	padding: .5em 1em .5em 2em;
	}

/* newsletter signup */

#newsletter label {
	display: none;
	}
#newsletterEmail {
	background: #fff;
	border: 1px solid #a2bb80;
	float: left;
	font-size: 1.1em;
	margin: 0 0 0 10px;
	padding: 4px;
	width: 185px;
	}
#newsletterSubmit {
	background: none;
	border: 0;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	color: #a2bb80;
	float: left;
	font-weight: bold;
	height: 23px;
	line-height: 23px;
	overflow: hidden;
	padding: 0 4px;
	text-shadow: 1px 1px 1px rgba(255,255,255,.75);
	text-transform: uppercase;
	}
#newsletterSubmit:hover {
	color: #111;
	cursor: pointer;
	}

/* menu items */

#recentlyViewed {
	margin-bottom: 1em;
	}
#recentlyViewed li a,
#recentlyViewed li a:link,
#recentlyViewed li a:visited,
#recentlyViewed li a:active {
	color: #777;
	display: block;
	width: 100%;	
	}
#recentlyViewed li a:hover {
	color: #111;
	}
#recentlyViewed li a span {
	display: block;
	padding: .5em 10px .5em 2.4em;
	}


/* =MAIN
================================================= */

#main {
	float: right;
	display: inline;
	overflow: hidden;
	width: 730px;
	}


/* =CONTENT
================================================= */

#content {
	margin: 1em 0;
	}
#content p {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 1em 0;
	}
#content p.quote {
	color: #999;
	font: italic normal 2em/1.6em Georgia, Times, Times New Roman, serif;
	margin: 1.5em 0;
	text-align: center;
	}
#content p.quote:before {
	content: open-quote;
	}
#content p.quote:after {
	content: close-quote;
	}
#content a {
	font-weight: bold;
	}
#content ul {	
	margin: 2em 2em 3em 2em;
	}
#content ul li {
	color: #666;
	font-size: 1.2em;
	line-height: 1.6em;
	list-style: disc;
	margin: .75em 0 .75em 2em;
	}
#content ol {	
	margin: 2em 2em 3em 2em;
	}
#content ol li {
	color: #666;
	font-size: 1.2em;
	line-height: 1.6em;
	list-style: decimal;
	margin: .75em 0 .75em 2em;
	}
p.buttonWrapper {
	height: 2em;
	line-height: 2em;
	margin: 1em 0;
	}
p.buttonWrapper a:link,
p.buttonWrapper a:visited,
p.buttonWrapper a:active {
	background: #5a8bb6;
	color: #fff;
	margin-right: .5em;
	padding: .5em 1em;
	}
p.buttonWrapper a:hover {
	background: #4f7a9f;
	}


/* =SUBDEPARTMENTS
================================================= */

#navSubDept {
	background: #eef6de;
	color: #777;
	margin: 1em 0 2em 0;
	padding: 1em 10px;
	position: relative;
	}
#navSubDept li {
	display: block;
	float: left;
	font-size: 1.2em;
	line-height: 1.6em;
	list-style: none;
	margin: .5em 10px;
	width: 335px;
	}
#navSubDept li a {
	display: block;
	font-weight: normal;
	}
#navSubDept li a:hover,
#navSubDept li a.selected {
	color: #111;
	}
#navSubDept li a:active {
	position: relative;
	top: 1px;
	}


/* =FORMS
================================================= */

fieldset {
	border: none;
	margin: 0;
	padding: 0;
	}
legend {
	display: none;
	}
fieldset h3 {
	margin: 1em 0;
	}
fieldset p {
	font-size: 1.2em;
	}
label {
	display: block;
	font-size: 11px;
	margin: .5em 0;
	}
label span {
	color: #a00;
	font-weight: bold;
	}
.formField {
	background: #fff;
	border: 1px solid #ddd;
	font-size: 11px;
	padding: 5px;
	width: 300px;
	}
.formSelect {
	background: #fff;
	border: 1px solid #ddd;
	font-size: 11px;
	padding: 4px 5px;
	width: 312px;
	}
.formSelectMedium {
	background: #fff;
	border: 1px solid #ddd;
	margin-right: 5px;
	padding: 3px 4px;
	width: 90px;
	}
.formFieldShort {
	background: #fff;
	border: 1px solid #ddd;
	font-size: 11px;
	margin-right: 5px;
	padding: 4px;
	width: 50px;
	}
.formFieldMedium {
	background: #fff;
	border: 1px solid #ddd;
	font-size: 11px;
	margin-right: 5px;
	padding: 4px;
	width: 90px;
	}
h3 .formRadio {
	margin: -.2em .5em 0 0;
	}
p .formRadio {
	margin: -.2em .5em 0 0;
	}
.formButton {
	background: #a2bb80;
	border: 0;
	color: #fff;
	display: inline;
	font-size: 11px;
	font-weight: bold;
	margin: 1em 1em 1em 0;
	overflow: hidden;
	padding: 5px 10px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	text-transform: uppercase;
	}
.formButton:hover {
	cursor: pointer;
	}
input.formField:focus,
input.formFieldShort:focus,
input.formFieldMedium:focus,
textarea:focus,
.quantity:focus,
.formField.comments:focus	{
	border: 1px solid #a2bb80;
	}
.formCheckbox,
.formRadio {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	}
p .formCheckbox {
	margin: -.4em .5em 0 0;
	}
p .formRadio {
	margin: -.4em .5em 0 0;
	}

/* styling for the Tartan Finder feature */

#tartan-finder {
	background: #eef6de;
	margin: 1em 0 2em 0;
	padding: 1em 0 2em 20px;
	}
#tartan-finder .option {
	float: left;
	margin: 0 10px 1em 0;
	width: 340px;
	}
#tartan-finder .option .formSelect {
	width: 320px;
	}


/* =TABLES
================================================= */

table {
	border-collapse: collapse;
	border: 0;
	border-bottom: 1px solid #a2bb80;
	line-height: 1.6em;
	margin: .5em 0 1em 0;
	width: 100%;
	}
th {
	background: #a2bb80;
	border-bottom: 1px solid #a2bb80;
	border-top: 1px solid #a2bb80;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	}
tr {
	}
td {
	background: #eef6de;
	border-bottom: 1px dotted #a2bb80;
	padding: 5px;
	vertical-align: top;
	}
table .price {
	color: #5a8bb6;
	font-size: 1em;
	font-weight: bold;
	}
th.first,
td.first {
	width: 25%;
	}
td.qty {
	width: 100px;
	}
th.remove {
	width: 75px;
	}
th.product,
th.attributes {
	width: 30%
	}

/* checkout form layout */

table.user,
table.user tr,
table.user td {
	background: none;
	border: none;
	padding: 0;
	}
table.user {
	margin: 0;
	}
table.user td {
	width: 50%;
	}	


/* =PAGINATION
================================================= */

.pagination {
	background: #eef6de;
	clear: both;
	color: #777;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: .5em 10px .5em 5px;
	}
.pagination p {
	margin: 0;
	}
.pagination p.current {
	display: inline;
	float: right;
	line-height: 1em;
	margin: .5em 0;
	}
.pagination p.summary {
	border-left: 1px solid #bbb;
	float: right;
	line-height: 1em;
	margin: .5em 0 .5em .6em;
	padding-left: .5em;
	}
.pagination a,
.pagination a:link,
.pagination a:visited,
.pagination a:active {
	color: #666;
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 2px;
	padding: .1em 6px;
	}
.pagination a:hover {
	color: #111;
	}
.pagination a.selected {
	background: #fff;
	color: #111;
	}


/* =PRODUCT LISTS
================================================= */

/* product list */

.products {
	margin-right: -10px;
	overflow: hidden;
	position: relative;
	width: 750px;
	}
.products li {
	background: #eef6de;
	display: inline;
	float: left;
	margin: 0 10px 1em 0;
	min-height: 240px;
	padding: 1px 5px 0 160px;
	position: relative;
	width: 195px;
	}
.products li h3 {
	border: 0;
	clear: left;
	font-size: 1.6em;
	}
.products li h3 a {
	color: #555;
	margin-left:10px;
	display:block;
	}
.products li h3 a:hover,
.products li:hover h3 a {
	color: #111;
	}
.products .image {
	display:inline;
	float: left;
	margin: -4.2em 0 1em -150px;
	width: 147px;
	}
.products .image a img {
	background: #fff;
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.25);
	box-shadow: 0 2px 5px rgba(0,0,0,.25);
	padding: 5px;
	}
.products li:hover img {
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,.4);
	box-shadow: 0 2px 8px rgba(0,0,0,.4);
	position: relative;
	top: -1px;
	}
.products p {
	font-size: 1.1em;
	line-height: 1.6em;
	margin-left:10px;
	}
.products .rrp {
	color: #777;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	}
.products .rrp span {
	color: #555;
	}
.products .onSale {
	background: #fff;
	border: 1px solid #dfdfdf;
	-moz-box-shadow: 1px 2px 5px rgba(0,0,0,.25);
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.25);
	box-shadow: 1px 2px 5px rgba(0,0,0,.25);
	color: #c00;
	font-size: 10px;
	font-weight: bold;
	left: 5px;
	padding: 3px .5em 2px .5em;
	position: absolute;
	text-transform: uppercase;
	top: -.5em;
	}
.products .price {
	color: #222;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	left: 160px;
	}
.products .quantity {
	clear: both;
	margin: -3em 0 1em 0;
	text-align: right;
	}
.products .actions {
	float: right;
	margin: .5em 0;
	text-align: right;
	}

/* product grid - not used */

/* sort by options / attributes header */

#productSort h3 {
	display: none;
	}

/* sort container */

#productSort #productSortOptions {
	margin: 0 0 1em 0;
	}

/* sort options */

#productSort #productSortOptions .sortBlock {
	float: left;
	margin-right: 10px;
	width: 200px;
	}
#productSort #productSortOptions .sortBlock .formSelect {
	width: 190px;
	}
#productSort #productSortOptions .formButton {
	float: right;
	margin-top: 2.5em;
	width: 80px;
	}

/* sort by attributes */

#productSort h4 {
	margin: .8em 0 0 0;
	text-transform: none;
	}
#productSort #productSortOptions dl,
#productSort #productSortOptions dl dt,
#productSort #productSortOptions dl dd {
	margin: 0;
	padding: 0;
	}
#productSort #productSortOptions dl {
	margin: .5em 0;
	padding-left: 150px;
	position: relative;
	}
#productSort #productSortOptions dl dt {
	clear: left;
	color: #555;
	float: left;
	font-weight: bold;
	margin-left: -150px;
	width: 140px;
	}
#productSort #productSortOptions dl dd {
	color: #888;
	float: left;
	margin-right: 1em;
	}

/* tartan finder results */

/* product list */

.products.tf-results li {
	margin: 0 10px 1em 0;
	min-height: 235px;
	padding: 1px 10px;
	position: relative;
	width: 160px;
	}
.products.tf-results li h3 {
	border: 0;
	clear: left;
	font-size: 1.4em;
	margin-top: .75em;
	margin-left: -10px;
	}
	
.products.tf-results .image {
	display: block;
	float: none;
	margin: 10px auto 0 auto;
	width: auto;
	}
	
.products. tf-results li h3 a{
	margin-left:0px;
}


.products.tf-results.image a img {
	background: #fff;
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.25);
	box-shadow: 0 2px 5px rgba(0,0,0,.25);
	padding: 5px;
	}
.products.tf-results li:hover img {
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,.4);
	box-shadow: 0 2px 8px rgba(0,0,0,.4);
	position: relative;
	top: -1px;
	}
.products.tf-results p {
	font-size: 1.1em;
	line-height: 1.6em;
	}


/* =PRODUCT DETAILS
================================================= */

/* product details */

#product {
	background: #eef6de;
	margin: 1em 0;
	}

/* image gallery */

#hideGalleryInput {
	display: none;
	}
#product .image {	
	float: left;
	margin: 1em 0 1em 1em;
	}
#product .image p {
	margin: 1em 0;
	}
#product .image img {
	border: 5px solid #fff;
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.25);
	box-shadow: 0 2px 5px rgba(0,0,0,.25);
	}
#product .image ul,
#product .image ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#product .image ul {
	width: 370px;
	}
#product .image ul li {
	display: inline;
	}
#product .image ul li {
	margin: 0 3px 0 0;
	}
#product .image ul li a img {
	border: 1px solid #eee;
	padding: 2px;
	}
#product .image ul li a:hover img {
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,.4);
	box-shadow: 0 2px 8px rgba(0,0,0,.4);
	}

/* product price & options */

#product .info {
	border-left: 1px dotted #a2bb80;
	float: right;
	margin: 1em 0;
	padding: 1px 20px;
	position: relative;
	width: 278px;
	}
#product .info .onSale {
	color: #c00;
	font-weight: bold;
	}
#product .info .price {
	color: #111;
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 1em 0 .5em 0;
	}
#product .info .price span {
	color: #aaa;
	display: block;
	}
#product .info .rrp {
	color: #777;
	font-size: 12px;
	font-weight: bold;
	}
#product .info h3 {
	line-height: 2em;
	margin: .5em 0 -.5em 0;
	}
#product .info label {
	display: block;
	font-size: 11px;
	margin: 0;
	}
#product .info .formSelect {
	display: block;;
	float: none;
	font-size: 11px;
	margin: .25em 0 .5em 0;
	width: 275px;
	}
#product .info .formField {
	width: 270px;
	}
#product .info .formButton {
	margin: 0;
	}
#product .info .formFieldShort,
#product .info .formButton {
	float: left;
	margin-right: 1em;
	}
#product .info #addWishlist,
#product .info #addComparison {
	margin: .5em 0;
	}
#product .actions {
	clear: both;
	}
#product .info label.qty {
	float: left;
	margin: .2em .5em 0 0;
	}


/* =ARTICLES
================================================= */

#articles ul {
	margin: 1em 0;
	}
#articles ul li {
	list-style: none;
	margin: 1em 0 .5em 0;
	}
#articles ul li a {
	color: #666;
	font-weight: bold;
	padding-top: .2em;
	}
#articles ul li a:hover {
	color: #111;
	}
#pageAuthor {
	background: #f2f2f2;
	padding: .5em 10px;
	}


/* =REVIEWS
================================================= */

/* star ratings */

.review {
	background: url(../graphics/campbell/ratings.gif) no-repeat 0 0;
	display: block;
	height: 12px;
	line-height: 12px;
	margin: 1em 0;
	padding-left: 80px;
	}
p.rating0 {
	background-position: 0 0;
	}
p.rating1 {
	background-position: 0 -12px;
	}
p.rating2 {
	background-position: 0 -24px;
	}
p.rating3 {
	background-position: 0 -36px;
	}
p.rating4 {
	background-position: 0 -48px;
	}
p.rating5 {
	background-position: 0 -60px;
	}
p.rating6 {
	background-position: 0 -72px;
	}
p.rating7 {
	background-position: 0 -84px;
	}
p.rating8 {
	background-position: 0 -96px;
	}
p.rating9 {
	background-position: 0 -108px;
	}
p.rating10 {
	background-position: 0 -120px;
	}

/* product page reviews */

#reviews {
	background: #f2f2f2;
	clear: both;
	margin: 1em 0;
	padding: 1px 10px;
	position: relative;
	}
#reviews h3 {
	margin-bottom: 0;
	margin-right: 160px;
	}
#reviews .review {
	float: right;
	margin-bottom: -1.3em;
	}
p.reviewAuthor {
	float: right;
	margin-top: 0;
	}
.reviewDate {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1em;
	padding-bottom: .5em;
	}
dl#reviewForm,
dl#reviewForm dt,
dl#reviewForm dd {
	margin: 0;
	padding: 0;
	}
dl#reviewForm dt {
	margin: .5em 0 .2em 0;
	}


/* =SEARCH RESULTS
================================================= */

#searchResults {
	margin: 1em 0;
	}
#searchResults,
#searchResults li {
	list-style: none !important;
	margin: 1em 0 !important;
	padding: 0 !important;
	}
#searchResults li img {
	border: 2px solid #fff;
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.25);
	box-shadow: 0 2px 5px rgba(0,0,0,.25);
	margin-right: .5em;
	margin-bottom: -.5em;
	vertical-align: middle;
	}
#searchResults h3 {
	border: 0;
	font-size: 16px;
	}
#searchResults li h3 a:hover img {
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.4);
	box-shadow: 0 2px 5px rgba(0,0,0,.4);
	position: relative;
	top: -1px;
	}
#searchResults p {
	font-size: 12px;
	margin-top: -2em;
	margin-left: 55px;
	}
#searchResults p:after {
	content: '...';
	}
#searchResults span {
	color: #ccc;
	font-size: .9em;
	font-weight: normal;
	margin-left: .5em;
	}



/* =MISC
================================================= */

/* site map */

#sitemap {
	margin: 1em 0;
	}
#sitemap li {
	margin: .5em 0;
	}
#sitemap li h3 {
	margin: .2em 0;
	}
#sitemap ul {
	padding-left: 20px;
	}

/* shopping cart & checkout */

.module1 {
	float: left;
	margin: 1em 0;
	width: 340px;
	display: inline;
	}
.module2 {
	float: right;
	margin: 1em 0;
	width: 340px;
	display: inline;
	}
.module1 *:first-child,
.module2 *:first-child {
	margin-top: 0;
	}
#cartContents {
	margin-bottom: 1em;
	}
#cartContents td.productDetails {
	padding-left: 80px;
	}
.cartProductImage {
	display: inline;
	float: left;
	margin: 0 0 0 -75px;
	}
.cartProductImage a img {
	background: #fff;
	border: 1px solid #d5d5d5;
	padding: 2px;
	width: 60px;
	}
.cartProductImage a:hover img {
	background: #eee;
	border: 1px solid #d5d5d5;
	padding: 2px;
	}
a.removeItem {
	background: url(../graphics/campbell/removeItem.gif) no-repeat 0 50%;
	height: 16px;
	padding-left: 20px;
	}
#acceptedCards {
	margin: 1em 0;
	}
#acceptedCards img {
	margin-right: .5em;
	}

/* cart totals */

#total {
	clear: both;
	margin: 1em 0 0 0;
	padding: 0;
	font-size: 110%;
	}
#total dt {
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	line-height: 2.5em;
	}
#total dd {
	line-height: 2.5em;
	margin-top: -2.6em;
	text-align: right;
	}
#total .total {
	font-size: 1.2em;
	}
.actions {
	clear: both;
	margin: 1em 0;
	}
#cv2Image {
	float: left;
	margin: -.2em 0 0 1em;
	}

/* checkout summary */

#checkout dl.cartSummary,
#checkout dl.cartSummary dt,
#checkout dl.cartSummary dd {
	margin: 0;
	padding: 0;
	}
#checkout dl.cartSummary dt {
	clear: left;
	float: left;
	margin: 0;
	width: 40%;
	}
#checkout dl.cartSummary dd {
	float: left;
	margin: 0;
	width: 59%;
	}
.addGiftWrap {
	float: left;
	margin: -.5em 0 0 0;
	}
.paymentGateway {
	background: #fff;
	border: 1px solid #ddd;
	float: left;
	display: block;
	margin: -.5em 1em 1em 0;
	padding: 3px;
	}


/* =FOOTER
================================================= */

#footer {
	border-top: 1px solid #a2bb80;
	clear: both;
	color: #666;
	margin-top: 1em;
	padding: 1em 0;
	}
#footer .inner {
	margin: 0 0 0 auto;
	width: 730px;
	}
#footer p {
	font-size: 1.1em;
	margin-bottom: 0;
	}
#footer ul {
	margin: 1em 0;
	}
#footer li {
	display: inline;
	font-size: 1.1em;
	margin-right: 1em;
	}
#footer a {
	color: #2f2f2f;
	}
#footer a:hover {
	color: #b94380;
	}
#footer a:active {
	position: relative;
	top: 1px;
	}


/* =FLOAT FIX
================================================= */

.inner:after,
#content:after,
.products:after,
.products li:after,
.pagination:after,
#product:after,
#total:after,
.module1:after,
.module2:after,
#search:after,
#advancedSearch:after,
#brand:after,
#newsletter:after,
#navSubDept:after,
#navSubDept li:after,
#productSortOptions:after,
dl:after,
dl dt:after,
dl dd:after,
form:after,
.billShipBlock:after,
#tartan-finder:after,
pagination:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.inner,
#content,
.products,
.products li,
.pagination,
#product,
#total,
.module1,
.module2,
#search,
#advancedSearch,
#brand,
#newsletter,
#navSubDept,
#navSubDept li,
#productSortOptions,
dl,
dl dt,
dl dd,
form,
.billShipBlock,
#tartan-finder,
.pagination {
	display: inline-block;
	}
/* Hide from IE Mac \*/
.inner,
#content,
.products,
.products li,
.pagination,
#product,
#total,
.module1,
.module2,
#search,
#advancedSearch,
#brand,
#newsletter,
#navSubDept,
#navSubDept li,
#productSortOptions,
dl,
dl dt,
dl dd,
form,
.billShipBlock,
#tartan-finder,
.pagination {
	display: block;
	}
/* End hide from IE Mac */