@charset "utf-8";
/* Print styles */

/* ------------------------------------------------------------------- Default tags */

* {
	margin: 0px;
	padding: 0px;
}

html {
	background: #FFF;
	color: #000;
}

body {
	color: #000;
	font: 62.5% Helvetica, Arial, sans-serif;
	background: #FFF;
}

a:link {
	color: #589BA6;
}

acronym {
	cursor: help;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

dl {
	margin: 0px 0px 10px;
	padding: 0px;
}

dt {
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 5px;
	padding: 0px;
}

dd {
	margin: 0px 0px 5px;
	padding: 0px 10px;
}

fieldset {
	padding: 0px;
	margin: 0px 0px 15px;
	border-style: none;
}

h1,h2, h3, h4, h5, h6 {
	margin: 0px 0px 10px;
	padding: 3px 0px 5px;
	font-weight: normal;
}

h1 {

}

h2 {
	font-weight: normal;
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
	font-weight: bold;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

label {
	cursor: pointer;
}

legend {
	padding: 5px 5px 0px;
	color: #4a4a4a;
	font-size: 1.5em;
	font-weight: normal;
	border: none;
	margin: 0px 0px 5px;
	background: #FFF;
}

p {
	line-height: 1.5em;
	margin: 0px 0px 10px;
	padding: 0px;
}

table {
	table-layout: fixed;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin-bottom: 5px;
}

td, th {
	padding: 4px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}

th {
	color: #000000;
}

ul {
	margin: 0px 0px 5px;
	padding: 0px;
	list-style: square;
}

li {
	margin: 0px 0px 5px 20px;
	padding: 0px;
}


/* ------------------------------------------------------------------- Primary structure */

#header,
#content,
#footer,
#cartDefaultWrapper {
	width: 98%;
	padding: 0px 1%;
	margin: 0px auto;
	font-size: 1.2em;
}

#header {
	margin-bottom: 10px;
}

#content {
	margin-bottom: 10px;
}

#contentWrapper #secondaryContent,
#footer,
#cartWrapper,
#cartStatus,
#quickSearch,
#toggleCart,
#checkoutButton,
#primaryNav,
ul.nav_footer_nav,
#pagination,
#tagLine {
	display: none;
}


/* ------------------------------------------------------------------- Secondary structure */

.floatWrap {
	width: 100%;
}

.columnContainer {
	width: 100%;
	margin: 0px 0px 10px;
	overflow: hidden;
}

.splitLeft {
	float: left;
	width: 49%;
	overflow: hidden;
}

.splitRight {
	float: right;
	width: 49%;
	overflow: hidden;
}

.threeColumn {
	float: left;
	width: 30%;
	margin: 0px 1.5% 0px 1.5%;
}

.fourColumn {
	float: left;
	width: 24%;
	margin: 0px 1% 0px 0px;
}

.fiveColumn {
	float: left;
	width: 19%;
	margin: 0px 1% 0px 0px;
}

/* ------------------------------------------------------------------- Forms */

.formBlock {
	width: 98%;
	overflow: hidden;
	padding: 5px 1%;
	margin: 0px auto 5px;
}

.formBlock dt,
.formBlock dd {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.formBlock .label {
	width: 22%;
	float: left;
	padding: 4px 1% 2px;
	margin: 0px 1% 0px 0px;
	border-bottom: 1px solid #222222;
	font-weight: bold;
}

.formBlock .input {
	width: 48%;
	float: left;
	margin: 0px;
	padding: 0px 1%;
}

.formBlock .description {
	float: right;
	width: 73%;
	padding: 4px 1% 3px;
	margin: 0px;
	font-size: 0.9em;
	color: #777777;
}

.formBlock .error {
	color: #EC0000;
}

.textareaBlock {

}

.textareaBlock .input {
	float: right;
	width: 73%;
	padding: 4px 1% 3px;
	margin: 0px;
}

.textareaBlock .description {
	padding: 4px 1% 3px;
	margin: 0px;
}

.radioGroup {

}

.radioGroup .input {
	width: 73%;
	float: right;
	padding: 4px 1% 3px;
	margin: 0px;
}

.radioGroup .description {
	float: left;
	width: 73%;
	padding: 4px 1% 3px;
	margin: 0px;
}

.singleCheck .input {
	padding: 4px 1% 3px;
}

.required .label {
	
}

.formError {
	
}

.formError .label label {
	color: #EC0000;
}

.formError .label em {
	display: block;
	font-style: normal;
	font-weight: bold;
}

.inputTextArea,
.inputTextField,
.inputSelectList {
	width: 98%;
	border: 1px solid #333333;
	height: 14px;
	padding: 2px;
	background: #FFFFFF;
	outline: none;
}

.inputTextArea {
	height: 20em;
	width: 100%;
}

.inputTextField {
	
}

.inputSelectList {
	height: 22px;
	width: 100%;
}

/* ------------------------------------------------------------------- Content images */

.imageLeft {
	margin: 0px 10px 10px 0px;
	padding: 4px;
	float: left;
	background-color: #FFF;
	color: inherit;
	border: 1px solid #999999;
	width: auto;
	display: block;
}

.imageRight {
	margin: 0px 0px 10px 10px;
	padding: 4px;
	float: right;
	border: 1px solid #999999;
	background-color: #FFF;
	color: inherit;
	width: auto;
	display: block;
}

.imageCenter {
	padding: 4px;
	border: 1px solid #999999;
	background-color: #FFF;
	color: inherit;
	margin: 0px auto 10px;
	clear: both;
	float: none;
	text-align: center;
	display: block;
	width: auto;
}

.inlineImage {
	margin: 0px 0px 10px;
	padding: 4px;
	background-color: #FFF;
	color: inherit;
	border: 1px solid #999999;
}

/* ------------------------------------------------------------------- Header */

h1#logo {
	font-size: 2.5em;
	margin: 0px 0px 10px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #666666;
}

h1#logo a {
	color: #000000;
	text-decoration: none;
}


/* ------------------------------------------------------------------- Categories */

.listProductCategories {
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 10px;
	clear: both;
}

.listProductCategories h3 {
	text-transform: capitalize;
}

.listProductCategories .subcategory {
	width: 46%;
	overflow: hidden;
	float: left;
	margin: 0px 1% 14px;
	padding: 7px 1%;
	height: 102px;
	position: relative;
}

.listProductCategories .subcategoryThumbnail {
	height: 80px;
	width: 80px;
	display: block;
	background: #FFF;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 11px;
	color: inherit;
	border: 1px solid #D6D6D6;
}

.listProductCategories .subcategoryName a {
	text-transform: capitalize;
	margin: 0px 0px 0px 111px;
	padding: 30px 0px 0px;
	display: block;
}

.listProductCategories .subcategoryName a span {
	float: right;
	text-align: right;
	width: 30px;
}

/* ------------------------------------------------------------------- Products list */

#listProducts {
	width: 100%;
	margin: 0px 0px 5px;
	padding: 0px;
}

#listProducts .product {
	float: left;
	width: 204px;
	margin: 0px 10px 10px;
	height: 285px;
	overflow: hidden;
	padding: 0px 3px;
}

#listProducts .product dt,
#listProducts .product dd {
	margin: 0px;
	padding: 0px;
}

#listProducts .product dt {
	float: left;
	width: 75px;
	margin: 0px 0px 3px;
	padding: 0px;
	font-weight: normal;
}

#listProducts .product dd {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 0.9em;
	border-bottom: 1px dotted #BABBAE;
	text-align: right;
}

#listProducts .product .productThumbnail {
	width: 170px;
	height: 170px;
	margin: 0px auto;
	padding: 17px;
	background: #FFF;
	float: none;
	color: inherit;
	border: 1px solid #D6D6D6;
}

#listProducts .product .productThumbnail img {

}

#listProducts .product dd.productName {
	float: none;
	margin: 0px 0px 5px;
	padding: 5px 0px 0px;
	font-size: 1.2em;
	font-weight: bold;
	width: 204px;
	overflow: hidden;
	height: 16px;
	text-align: left;
	border-style: none;
}

#listProducts .product dd.productName a {
	color: #000;
	text-decoration: none;	
}

#listProducts .product dd.productNumber {

}

#listProducts .product dd.productPricedFrom {
	font-weight: bold;
}

#listProducts .product dd.productSize {

}

.productStatus {
	text-transform: capitalize;
	color: #0C3;
	background-color: inherit;
}

#listProducts .product dd.productLink {
	float: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	border-style: none;
	width: auto;
}

#listProducts .product dd.productLink a {
	display: block;
	background: url(../images/icon_view.png) no-repeat right center;
}

.outOfStock {
	color: #FF0000;
	background-color: inherit;
}

#pagination a,
#pagination a:visited {
	display: block;
	float: left;
	text-align: center;
	width: 20px;
	font-size: 1.2em;
	font-weight: bold;
}

#pagination a.activePageLink {
	color: #999;
	background-color: inherit;
}

/* ------------------------------------------------------------------- Product detail */


#productThumbWrapper {
	width: 100%;
	margin: 0px auto 10px;
	padding: 40px 0px;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 0;
}

#productThumb {
	margin: 0px auto;
	border: 1px inset #EBE9ED;
}

#frameOuter {
	padding: 0px 12px 12px 0px;
	display: inline-block;
	background-color: #000000;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: none;
	position: relative;
}

#frameInner {
	padding: 12px 0px 0px 12px;
	display: inline-block;
	background-color: #000000;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: none;
	position: relative;
}

#frameTopRightCorner {
	position: absolute;
	height: 12px;
	width: 12px;
	top: 0px;
	right: 0px;
	background-color: #000000;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: none;
}

#frameBottomLeftCorner {
	position: absolute;
	height: 12px;
	width: 12px;
	bottom: 0px;
	left: 0px;
	background-color: #000000;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-image: none;
}

#changeWallColour {
	display:none;
}

#matInner,
#matOuter {
	display: inline-block;
	background: #FFFFFF;
	border: 1px inset #EBE9ED;
}


#innerMatLabel,
#outerMatLabel {
	line-height: 24px;
	height: 24px;
}


#addToCartOptions {
	margin: 0px 0px 10px;
	padding: 5px;
}

#addToCartOptions dt,
#addToCartOptions dd {
	margin: 0px;
	padding: 0px;
}

#addToCartOptions dt {
	float: left;
	width: 90px;
	margin: 0px 0px 3px;
	padding: 0px;
	border-bottom: 1px dotted #222222;
}

#addToCartOptions dd {
	margin: 0px 0px 5px 100px;
	padding: 0px;
	overflow: hidden;
}

#productThumbWrapper #framingOptions {
	display:none;
}

/* ------------------------------------------------------------------- Home page */

#page_home #pageHeading {
	display:none;
}

#introduction {
	width: 100%;
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	overflow: hidden;
	border-bottom: 1px solid #D6D6D6;
}

#introduction h2 {
	margin: 0px auto;
	padding: 0px;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 2em;
	line-height: 2em;
}

#introduction a,
#introduction a:visited {

}

#introduction a:hover,
#introduction a:focus,
#introduction a:active
{

}

#briefs {
	font-size: 0.9em;
	border-bottom: 1px solid #D6D6D6;
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
}

#briefs h3 {
	background: none;
}

#briefOne,
#briefTwo {
	padding: 10px 2%;
	width: 45%;
	height: 185px;
	position: relative;
}

#briefOne {

}

#briefTwo {

}

a#browseCatalogueButton,
a#customFramingButton {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 135px;
	position: absolute;
	right: 20px;
	bottom: 20px;
}

a#browseCatalogueButton span,
a#customFramingButton span {
	display: none;
}

a#browseCatalogueButton {

}

a#customFramingButton {

}

a#browseCatalogueButton:hover,
a#browseCatalogueButton:focus,
a#customFramingButton:hover,
a#customFramingButton:focus {

}

#latestProductsHeading {
	margin: 0px;
	padding: 0px;
}

#latestProductsHeading span {
	font: 0.5em Helvetica, Arial, sans-serif;
	text-transform: none;
	padding: 10px 0px;
	display: block;
}

#latestProducts {
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 18px;
	padding: 0px;
}

.latestProductThumb {
	width: 170px;
	height: 170px;
	padding: 1px;
	float: left;
	margin: 0px;
}

#latestFour {
	float: right;
}

/* ------------------------------------------------------------------- Custom framing */

#customFrameList {
	border-left: 1px solid #BABBAE;
	padding-left: 20px;
}

#customFrameList ul,
#customFrameList li {
	list-style: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

#customFrameList li {
	background: url(../images/icon_list_tick.png) no-repeat right center;
	margin: 0px 0px 2px;
	padding: 0px 0px 2px;
	border-bottom: 1px dotted #BABBAE;
}

/* ------------------------------------------------------------------- Contact us page */

#form_contact_us .textareaBlock .input {
	width: 98%;	
}

.contactDetails {
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 5px;
}

.contactDetails dt,
.contactDetails dd {
	margin: 0px;
	padding: 0px;
}

.contactDetails dt {
	float: left;
	width: 110px;
	margin: 0px 0px 3px;
	padding: 0px;
	border-bottom: 1px dotted #BABBAE;
}

.contactDetails dd {
	margin: 0px 0px 5px 120px;
	padding: 0px;
}

#contact_message {
	height: 10em;
}


/* ------------------------------------------------------------------- Footer */

/* ------------------------------------------------------------------- Miscellaneous */


