/* @override 
	http://modellifabrics.com/css/style.css
	http://local.modellifabrics.com/css/style.css
*/

@font-face {
  font-family: 'Klill Light';
  src: url('/resources/fonts/klill/Klill-Light.ttf');
}

.required
{
	color: #f00;
	font-weight: bold;	
}

.text-tiny
{
	width: 75px;	
}

.text-small
{
	width: 100px;	
}

.text-medium
{
	width: 200px;	
}

.text-large
{
	width: 300px;	
}

#shipping a {
	color: #F4F5EF;
	text-decoration: underline;
}

#shipping a:hover {
	text-decoration: none;
}

#price-lists a {
	color: #F4F5EF;
	text-decoration: underline;
}

#price-lists a:hover {
	text-decoration: none;
}

#fabric-spec a {
	color: #F4F5EF;
	text-decoration: underline;
}

#fabric-spec a:hover {
	text-decoration: none;
}

a {
	color: #767676;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

button {
	cursor: pointer;	
}

#page, #results, .catalog, .puffs, #intro {
	background: #fff;	
}
body {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #767676;
	background: url("../images/templates/header/header-bg.jpg") top left repeat;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.4em;
	color: #333;
}

h1 {
	font-size: 14px;
	font-weight:bold;
	margin: 5px 0px;
}

h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 12px;
}

p {
	text-align: left;
	margin: 1em 0;
}

div.wrapper {
	text-align: center;
}

div.container {
	margin: 0 auto;
	width: 949px;
	text-align: left;
	height: 1%;
	overflow: hidden;
}

div.container a {
	color: #2200C1;
}

#title-footer div.container ul#nav1.site-nav {
	width: 592px;
	height: 75px;
}

#title-footer div.container ul#nav1.site-nav li {
	width: auto;
	float: left;
	display: block;
	padding: 13px 10px;
	line-height: 45px;
}
	
	
/* header */
div#header {
	background: url("../images/templates/header/header-bg.jpg") top left repeat;
	line-height: 20px;
}

div#header div#logo {
	display: block;
	float: left;
	width: 181px;
	margin-right: 11px;
}

div#header div#logo a {
	display: block;
	margin: 13px 0 15px 0;
	padding-right: 48px;
	height: 59px !important;
	text-indent: -1000em;
	background: url("../images/templates/header/logo.png") left center no-repeat;
}

div#shopping-bag {
	float: right;
	width: 99px;
	padding-left: 52px;
	margin-top: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #eee;
	background: url("../images/templates/header/shopping-bag.png") left center no-repeat;
}

div#shopping-bag a:link,
div#shopping-bag a:visited,
div#shopping-bag a:hover,
div#shopping-bag a:active {
	display: block;
	text-decoration: none;
	background: #eee;
	background: url("../images/templates/header/basket-items-bg.png") right center no-repeat;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	padding: 1px 15px 0 5px;
	color: #3b3b3b;
}

div#shopping-bag a:hover {
	color: black;
	text-decoration: underline;
}

/* end of header */

/* tabs */
div#tabs {
	background-color: #f1f3eb;
	padding-top: 4px;
	-webkit-text-stroke: 1px transparent;
	-webkit-font-smoothing: antialiased;
}

div#tabs ul {
	list-style-type: none;
	margin: 0;
/*
	margin-top: -10px;
*/
}

div#tabs li {
	float: left;
	margin-right: 11px;
}

div#tabs li a:link,
div#tabs li a:visited,
div#tabs li a:hover,
div#tabs li a:active {
	display: block;
	padding: 8px;
	font-size: 16px;
	font-family: 'Klill Light', Helvetica, Arial, sans-serif;
	color: #211F20;
	text-transform: uppercase;
	text-decoration: none;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
}

div#tabs li a:hover {
	text-decoration: underline;
}

div#tabs #fabrics-tab { background-color: #9fd186; }
div#tabs #cushions-tab { background-color: #bb91cc; }
div#tabs #ottomans-tab { background-color: #a8bbf5; }
div#tabs #footstools-tab { background-color: #f6ffab; }
div#tabs #collections-tab { background-color: #d69654; }
div#tabs #finder-tab { background-color: #86cfdf; }

div#tabs #fabrics-tab:hover { background-color: #5cc151; }
div#tabs #cushions-tab:hover { background-color: #a67dc8; }
div#tabs #ottomans-tab:hover { background-color: #485dc5; }
div#tabs #footstools-tab:hover { background-color: #eee254; }
div#tabs #collections-tab:hover { background-color: #d68737; }
div#tabs #finder-tab:hover { background-color: #52c5df; }

div#tabs #fabrics-tab.active-tab { background-color: #fff; }
div#tabs #cushions-tab.active-tab { background-color: #fff; }
div#tabs #ottomans-tab.active-tab { background-color: #fff; }
div#tabs #footstools-tab.active-tab { background-color: #fff; }
div#tabs #collections-tab.active-tab { background-color: #fff; }
div#tabs #finder-tab.active-tab { background-color: #fff; }

/* end of tabs */

/* page content */
div#page {
	padding: 20px 0;
}
/* end page content */

/* hot fabrics */

div#hot-fabrics {
	background-color: #b0b0b0;
	padding: 10px 0 0 0;
	border: 1px solid #cacaca;
	border-width: 1px 0;
}

div#hot-fabrics h2 {
	display: block;
	float: left;
	text-indent: -1000em;
	height: 156px;
	width: 103px;
	margin-right: 17px;
	background: url("../images/templates/hotfabrics/top-ten-hot-fabrics.png") left top no-repeat;
}

div#hot-fabrics .swatches {
	display: block;
	float: left;
	margin-left: 24px;
	width: 469px;
	padding-top: 10px;
	margin-right: 11px;
}

div#hot-fabrics .swatch {
	display: block;
	float: left;
	margin-right: 11px;
	margin-bottom: 20px;
	width: 83px;
	height: 48px;
	border: 1px solid white;
}

div#hot-fabrics .swatch a {
	display: block;
	width: 83px;
	height: 48px;
	overflow: hidden;
}

div#hot-fabrics .last {
	margin-right: 0;
}

div#hot-fabrics div#instructions {
	display: block;
	float: left;
	width: 325px;
	background: url("../images/templates/hotfabrics/mouse.png") top left no-repeat;
	text-align: right;
	font-family: Helvetica, Arial, sans-serif;
	color: white;
	font-size: 14px;
	text-transform: uppercase;
	margin: 40px 0 0 0;
}

div#hot-fabrics div#instructions h3 {
	padding-top: 35px;
	font-family: Rockwell, "Arial Black", serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #d2d2d2;
}

div#hot-fabrics div#instructions p {
	text-align: right;
	margin-top: -5px;
}

div#hot-fabrics div#instructions h3#fabric-name {
	text-align: center;
	font-family: 'Klill Light', Arial, sans-serif;
	font-size: 24px;
	color: white;
	padding-top: 10px;
}

/* end hot fabrics */

/* site information */

div#site-info {
	padding: 50px 0;
	background-color: #343434;
	min-height: 100px;
	color: #f4f5ef;
	border-bottom: 1px solid #494949;
}

/* ie6 wasn't picking this up from higher up... */
div#site-info .container {
	height: auto;
}

div#site-info div.info {
	display: block;
	float: left;
	width: 277px;
}

div#fabric-spec {
	padding-right: 35px;
}

div#price-lists {
	padding: 0 23px;
	border: 0px solid #e4e6dc;
	border-width: 0 1px;
}

div#shipping {
	padding-left: 35px;
}

div#site-info h2 {
	color: #f4f5ef;
	font-size: 14px;
	text-transform: uppercase;
}

/* end site information */

/* image gallery */

div#image-gallery {
	padding: 50px 0;
	background: #110f10;
}

div#image-gallery h2 {
	color: #f4f5ef;
	font-size: 14px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

div#image-gallery a.slide {
	display: block;
	float: left;
	width: 37px;
	height: 85px;
	background-position: center center;
	background-repeat: no-repeat;
	color: white;
	text-indent: -1000em;
}

div#image-gallery a.slide-left {
	background-image: url("../images/templates/slider/arrow-left.png");
	margin-right: 11px;
}

div#image-gallery a.slide-right {
	background-image: url("../images/templates/slider/arrow-right.png");
}

div#image-gallery a.slide-left:hover {
	background-image: url("../images/templates/slider/arrow-left-on.png");
}

div#image-gallery a.slide-right:hover {
	background-image: url("../images/templates/slider/arrow-right-on.png");
}

div#image-gallery .slides {
	float: left;
	width: 853px;
	margin-right: 11px;
}

div#image-gallery .slides a {
	display: block;
	float: left;
	width: 85px;
	margin-right: 11px;
}

div#image-gallery .slides a.last {
	margin-right: 0;
}

div#image-gallery img {
	border: 5px solid white;
}

/* end image gallery */

/* previously viewed */
div#previously-viewed {
	background: #666;
	border: 1px solid #979797;
	border-width: 1px 0;
	padding: 20px 0;
}

div#previously-viewed .fabrics {
	padding: 10px 0;
}

div#previously-viewed a.fabric {
	display: block;
	width: 85px;
	height: 52px;
	margin-right: 11px;
	float: left;
}

div#previously-viewed a.fabric img {
	border: 1px solid white;
}

div#previously-viewed div.arrow {
	padding-top: 10px;
	text-align: center;
	width: 63px;
}

div#previously-viewed h2 {
	display: block;
	float: left;
	font-family: Rockwell, 'Arial Black', sans-serif;
	color: #9f9f9f;
	font-size: 14px;
	margin: -5px 0 0 0;
	font-weight: normal;
	text-indent: -1000em;
	width: 181px;
	height: 56px;
	background: url("../images/templates/previouslyviewed/previously-viewed.png");
}

/* end previously viewed */

/* title footer */

div#title-footer {
	background: url("../images/templates/header/header-bg.jpg") top left repeat;
}

div#title-footer a.logo {
	float: right;
	display: block;
	margin: 13px 0 15px 0;
	width: 145px;
	height: 59px !important;
	text-indent: -1000em;
	background: url("../images/templates/header/logo.png") center center no-repeat;
}

div#title-footer h2 {
	color: #fff;
	width: auto;
	float: left;
	display: block;
	height: 75px;
	padding: 13px 0px;
	line-height: 78px;
	margin: 0;
}

#footer_address {
	color: #fff;
	float: left;	
}
/* end title footer */

/* order pagination */

.order-pagination {
	padding: 20px 0;
	background: #f1f3eb;
	border: 1px solid #e4e6dc;
	font-family: Helvetica, Arial, sans-serif;
}

.order-pagination #top-total {
	border-width: 0 0 1px 0;
}

.order-pagination #bottom-total {
	border-width: 1px 0 0 0;
}

.order-pagination .container {
	width: 959px;
}

.order-pagination .backbutton {
	/*display: block;
	float: left;
	width: 146px;*/
}

.order-pagination .continuebutton {
	display: block;
	float: right;
	width: 146px;
}

.order-pagination .total span {
	color: #caccc2;
}

.order-pagination .cost {
	display: block;
	float: left;
	width: 157px;
	margin-right: 35px;
	font-size: 44px;
	line-height: 1em;
	color: #666;
	text-shadow: #fff 1px 1px 0px;
}

body.ordersummary button.complete_order {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: white;
	text-transform: uppercase;
	margin: 0 4px 0 0;
	text-align: left;
}

body.ordersummary button.complete_order {
	width: 157px;
	text-align: center;
	font-weight: bold;
	background: #4d9b01;
}


button.continue,
button.back, a.continue, a.back {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: white;
	text-transform: uppercase;
	margin: 0 4px 0 0;
}

button.back, a.back {
	float: left;
	text-align:right;
	background: #c91c00 url("../images/templates/orderpagination/arrow-left.png") 10px center no-repeat;
}

button.back:hover, a.back:hover {
	background: #900 url("../images/templates/orderpagination/arrow-left.png") 10px center no-repeat;
}

button.continue, a.continue {
	float:right;
	text-align: left;
	background: #4d9b01 url("../images/templates/orderpagination/arrow-right.png") 110px center no-repeat;
}

button.continue:hover, a.continue:hover {
	background: #9fd186 url("../images/templates/orderpagination/arrow-right.png") 110px center no-repeat;
}


.order-pagination .cost-label {
	display: block;
	float: left;
	width: 109px;
	margin-right: 11px;
	text-transform: uppercase;
	color: #9d9e9a;
	font-weight: bold;
	font-size: 14px;
	margin-left: 140px;
}

/* end order pagination */

/* home template */

body.home .slidedeck_modelli dd {
	display: block;
	margin: 0;
	padding: 0;
}

body.home .slides img {
	padding: 0;
	margin: 0;
}

body.home .slides p img {
	padding: 0;
	margin: 0;
}

body.home .slides div.info {
	float: left;
	width: 366px;
	padding-top: 20px;
}

body.home .slides div.info span {
	color: #900;
}

body.home .navigation {
	display: block;
	padding: 5px 0 0 0;
	text-align: center;
}

body.home .navigation a {
	position: relative;
	margin: 0 20px;
	padding: 5px;
	height: 73px;
	width: 125px;
	display: inline-block;
	border: 1px solid transparent;
	background: #ddd;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 0px 0px 5px #111;
	-moz-border-radius: 4px;
	-moz-box-shadow: 0px 0px 5px #111;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #111;
}

body.home .navigation a span {
	display: none;
	position: absolute;
	top: -10px;
	left: 62px;
	width: 16px;
	height: 10px;
	background: url("../thirdparty/slidedeck/skin-modelli/arrow.png") transparent center center no-repeat;
}

body.home .navigation a:hover {
	background: #fff;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 0px 0px 5px #111;
}

body.home .navigation a.active {
	background: #fff;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 0px 0px 5px #111;
}

body.home .navigation a.active span {
	display: block;
}


body.fabrics .slidedeck_modelli dd {
	display: block;
	margin: 0;
	padding: 0;
}

body.fabrics a {
	color: #2200C1;	
	text-decoration: underline;	
}

body.fabrics a:hover {
	color: #2200C1;
	text-decoration: none;	
}

body.fabrics .slides img {
	padding: 0;
	margin: 0;
}

body.fabrics .slides p {
	padding: 0;
	margin: 0;
}

body.fabrics .slides div.info {
	float: left;
	width: 366px;
	padding-top: 20px;
}

body.fabrics .slides div.info span {
	color: #900;
}

body.fabrics .navigation {
	display: block;
	padding: 0;
	text-align: center;
}

body.fabrics .navigation a {
	position: relative;
	margin: 0 20px;
	padding: 10px;
	height: 73px;
	width: 125px;
	display: inline-block;
	border: 1px solid transparent;
}

body.fabrics .navigation a span {
	display: none;
	position: absolute;
	top: -10px;
	left: 62px;
	width: 16px;
	height: 10px;
	background: url("../thirdparty/slidedeck/skin-modelli/arrow.png") center center no-repeat;
}

body.fabrics .navigation a:hover {
	text-decoration: none;
}

body.fabrics .navigation a.active {
	border: 1px solid #d1d1d1;
	box-shadow: #d1d1d1 0 0 3px inset;
	-webkit-box-shadow: #d1d1d1 0 0 3px inset;
	-moz-box-shadow: #d1d1d1 0 0 3px inset;
	-o-box-shadow: #d1d1d1 0 0 3px inset;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}

body.fabrics .navigation a.active span {
	display: block;
}


/* puffs */

body.home div.puffs {
	padding: 50px 0;
	background: #f4f5ef;
}

body.home div#puffs1 {
	border-bottom: 1px solid #e4e6dc;
}

body.home div.puff {
	display: block;
	float: left;
	width: 277px;
	border-color: #e4e6dc;
}

body.home div#samples,
body.home div#newsletter {
	padding-right: 35px;
}

body.home div#gallery,
body.home div#callus {
	/* hacked in ie6.css */
	width: 277px;
	padding: 0 23px;
	border: 0px solid #e4e6dc;
	border-width: 0 1px;
}

body.home div#about,
body.home div#faqs {
	padding-left: 35px;
}

body.home div.puff h2 {
	float: left;
	width: 133px;
	margin-right: 11px;
	text-indent: -1000em;
	background-position: left top;
	background-repeat: no-repeat;
}

body.home div.puff p {
	float: right;
	width: 133px;
	color: #767676;
}

body.home div#samples h2 {
	width: 105px;
	height: 123px;
	background-image: url("../images/pages/home/free-samples.png");
}

body.home div#samples p {
	width: 157px;
}

body.home div#gallery h2 {
	width: 125px;
	height: 103px;
	background-image: url("../images/pages/home/gallery.png");
}

body.home div#gallery p {
	width: 133px;
}

body.home div#about h2 {
	width: 134px;
	height: 102px;
	background-image: url("../images/pages/home/about.png");
}

body.home div#about p {
	width: 132px;
}

body.home div#newsletter h2 {
	width: 101px;
	height: 107px;
	background-image: url("../images/pages/home/newsletter.png");
}

body.home div#newsletter p {
	width: 165px;
}

body.home div#callus h2 {
	width: 142px;
	height: 109px;
	background-image: url("../images/pages/home/callus.png");
}

body.home div#callus p {
	width: 124px;
}

body.home div#faqs h2 {
	width: 154px;
	height: 94px;
	background-image: url("../images/pages/home/faqs.png");
}

body.home div#faqs p {
	width: 112px;
}

/* end puffs */

/* end home template */


/* product template */

body.product img#primary {
	display: block;
	float: left;
	width: 465px;
	background: white;
	padding: 1px;
	margin-right: 11px;
}

body.product img#primary {
	border: 1px solid #d7d7d7;
}

body.product img#primary:hover {
	border: 1px solid #000;
}

body.product div#info {
	float:left;
	width: 469px;
}

body.product #details {
	font-size: 11px;
}

body.product h1 {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

body.product div#description {
	float: left;
	width: 301px;
	margin-right: 11px;
}

body.product h2 {
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 12px 0 10px 0;
}

body.product div#price {
	display: block;
	color: #fe0909;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-transform:uppercase;
}

body.product p#overview {
	margin-top: 0;
}

body.product div#spec {
/*	height: 1%;
	overflow: auto;*/
	float:left;
	clear:left;
}

body.product div#spec ul, body.product div#spec ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.product div#spec ul li {
	float:left; 
	clear:left;
	display: block;
	width: 290px;
}

body.product div#spec ul li span {
	width: 109px;
	display: block;
	float: left;
	font-weight: bold;
}

body.product div#spec ul li span.spec_details {
	width: 181px;
	font-weight: normal;
}

body.product dl#spec dt {
	float: left;
	clear: left;
	width: 109px;
}

body.product dl#spec dd {
	float: left;
	clear: right;
	text-transform: uppercase;
}

body.product div#gallery {
	height: 1%;
	overflow: hidden;
}

body.product div#gallery a {
	width: 85px;
	float: left;
	margin: 0 11px 10px 0;
}

body.product div#actions {
	float: left;
	width: 157px;
}

body.product button#request-sample {
	display: block;
	width: 157px;
	padding: 2px 23px 2px 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	text-transform: uppercase;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: white;
	border: none;
	margin: 0 0 6px 0;
	text-decoration: none;
	font-size: 18px;
	margin-bottom: 30px;
	background: #c32525 url("../images/pages/product/add-button.png") right center no-repeat;
}



body.product a.button,
body.product a.button:link,
body.product a.button:visited,
body.product a.button:active {
	display: block;
	width: 130px;
	padding: 2px 23px 2px 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: white;
	border: none;
	margin: 0 0 6px 0;
	background: #2594c3;
	text-decoration: none;
	background: #2594c3 url("../images/pages/product/button-bg.png") right center no-repeat;
}

body.product a.button:hover {
	background: #006699 url("../images/pages/product/button-bg-hover.png") right center no-repeat;


}


body.product a#request-sample {
	font-size: 18px;
	margin-bottom: 30px;
	background: #c32525 url("../images/pages/product/add-button.png") right center no-repeat;
}

body.product div#gallery a img {
	background: #fff;
	padding: 1px;
	border: 1px solid #d7d7d7;
}

div#complimentary-fabrics {
	background: #f3f0ec;
	border: 1px solid #d7d7d7;
	border-width: 1px 0;
	padding: 20px 0;
}

div#complimentary-fabrics a.fabric {
	display: block;
	width: 85px;
	height: 52px;
	margin-right: 11px;
	float: left;
}

div#complimentary-fabrics a.fabric img {
	border: 1px solid white;
}

div#complimentary-fabrics div.arrow {
	float: left;
	width: 37px;
	margin-right: 11px;
	padding-top: 10px;
	text-align: center;
	width: 63px;
}

div#complimentary-fabrics h2 {
	display: block;
	float: left;
	font-family: Rockwell, 'Arial Black', sans-serif;
	color: #9f9f9f;
	font-size: 14px;
	margin: 5px 0 0 0;
	font-weight: normal;
}

div#complimentary-fabrics h2 span {
	font-size: 32px;
}

div#catalog {
	padding: 0;
}

div.category {
	padding: 35px 0;
	height: 1%;
	overflow: hidden;
	border-top: 1px dashed #cbc7c7;
}

body.product div.title {
	float: left;
	width: 205px;
	margin-right: 11px;
	text-align: center;
}

body.product div.title h2 {
	margin: 0 0 20px 0;
}

body.product div.options {
	float: left;
	width: 733px;
}

body.product col.size-col {
	width: 205px;
}

body.product col.option-col {
	width: 253px;
}

body.product col.quantity-col {
	width: 133px;
}

body.product col.price-col {
	width: 157px;
}

body.product td {
	padding: 4px 6px;
}

body.product thead td {
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

body.product tbody tr.even {
	background: #efebeb;
}

body.product input.quantity {
	border: 1px solid #999;
	width: 30px;
	text-align: center;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}

input.checkoutinfo {
	border: 1px solid #999;
	text-align: left;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}

body.product td span.price,
body.product td span.price-full,
body.product td span.price-discounted {
	font-weight: bold;
	font-size: 14px;
}

body.product td span.price {
	color: #2594c3;
}

body.product td span.price-full {
	color: #3f3f3f;
	text-decoration: line-through;
}

body.product td span.price-discounted {
	color: #c32525;
}

div#fabric-options {
	border-top: 0;
}

div#fabric-options col.option-col {
	width: 470px;
}

div#cushion-options col.size-col {
	width: 470px;
}

body.product button.add {
	float: right;
	width: 146px;
	padding: 2px 11px 2px 4px;
	background: #107a10 url("../images/pages/product/add-button.png") right center no-repeat;
	margin: 10px 0 0 0;
	border: 0;
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}

body.product button.add:hover {
	background: #63a863 url("../images/pages/product/add-button.png") right center no-repeat;
}

/* end product template */

/* shopping bag */

body.bag #page {
	padding: 20px 0;
}

body.bag table {
	border-collapse: collapse;
	width: 949px;
}

body.bag table col#details-col {
	width: 240px;
}

body.bag table col#type-col {
	width: 144px;
}

body.bag table col#price-col {
	width: 96px;
}

body.bag table col#quantity-col {
	width: 96px;
}

body.bag table col#total-col {
	width: 96px;
}

body.bag table col#remove-col {
	width: 144px;
}

body.bag table col#update-col {
	width: 133px;
}


body.bag table thead td {
	vertical-align: top;
	padding: 0 0 8px 0;
}

body.bag table tbody td {
	vertical-align: top;
	padding: 4px 0;
}

body.bag table thead td {
	font-weight: bold;
	text-transform: uppercase;
}

body.bag table tbody tr.even {
	background: #efebeb;
}

body.bag table img.primary {
	float: left;
	margin-right: 11px;
}

body.bag input.quantity {
	border: 1px solid #999;
	width: 30px;
	text-align: center;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}

body.bag table button.remove,
body.bag table button.update {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: white;
	text-transform: uppercase;
	padding: 10px 28px 10px 12px;
	margin: 0 4px 0 0;
}

body.product button.sample {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: white;
	text-transform: uppercase;
	text-align: left;
	padding: 5px;
	margin: 0 0 15px 0;
}

body.product button.sample:hover {
	background:#9fd186;
}

body.product button.sample_remove {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: white;
	text-transform: uppercase;
	text-align: left;
	padding: 5px;
	margin: 0 0 15px 0;
}

body.product button.sample_remove:hover {
	background:#900;
}


body.product button.sample {
	width: 157px;
	background: #4d9b01  right center no-repeat;
}

body.product button.sample_remove {
	width: 157px;
	background: #c91c00  right center no-repeat;
}


body.bag button.remove {
	width: 140px;
	background: #333 url("../images/pages/bag/remove.png") right center no-repeat;
}

body.bag button.update {
	width: 129px;
	background: #2594c3 url("../images/pages/bag/update.png") right center no-repeat;
}

/* end shopping bag */

/* delivery details */

body.delivery #instructions {
	float: left;
	width: 157px;
	padding-right: 17px;
	border-right: 1px dotted #c0c0c0;
	margin-right: 17px;
}

body.delivery #page h2 {}

body.delivery #page {
	color: #767676;
}

body.delivery #options {
	float: left;
	width: 747px;
}

body.delivery input.text {
	border: 1px solid #cbc7c7;
	padding: 4px 6px;
}

body.delivery #login input.text {
	width: 143px;
	margin-bottom: 4px;
}

body.delivery #login input.submit {
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	background: #807c7c;
	border: none;
	width: 125px;
	padding: 2px 4px;
}

body.delivery #billing-fields {
	float: left;
	width: 349px;
	margin-right: 59px;
	padding: 0;
}

body.delivery #delivery-fields {
	float: left;
	width: 339px;
}

body.delivery #delivery-fields label,
body.delivery #billing-fields label {
	display: inline-block;
	width: 109px;
	padding-right: 24px;
}

body.delivery div.field {
	margin: 6px 0;
}

body.delivery div.checkbox label {
	width: auto;
	padding: auto;
}

body.delivery div.field input {
	border: 1px solid #cbc7c7;
	width: 177px;
}

body.delivery div input.checkbox {
	border: none;
}

body.delivery div.checkbox input {
	border: none;
	width: auto;
}

body.delivery div#email-field {
	margin-bottom: 24px;
}

body.delivery div#subscribe-field,
body.delivery div#subscribe-field label {
	margin: 20px 0;
	width: auto;
}

body.delivery div.delivery-disabled h2,
body.delivery div.delivery-disabled label,
body.delivery div.delivery-disabled input {
	color: #cbc7c7;
}

body.delivery div#seperate-delivery-field,
body.delivery div#seperate-delivery-field label {
	color: #0072bc;
	font-weight: bold;
	margin-bottom: 5px;
	width: auto;
}

body.delivery #delivery-options {
	clear: both;
	width: 757px;
}

body.delivery #delivery-options p {
	color: #0072bc;
}

body.delivery #delivery-options label {
	display: block;
	margin: 6px;
}

/* end delivery details */

/* order summary */

body.ordersummary {}

body.ordersummary #summary {
	float: right;
	width: 421px;
	padding-left: 17px;
	border-left: 1px dotted #c0c0c0;
	margin-left: 17px;
}

body.ordersummary #billing {
	float: left;
	width: 229px;
	padding-right: 17px;
	border-right: 1px dotted #c0c0c0;
	margin-right: 17px;
}

body.ordersummary #delivery {
	float: left;
	width: 229px;
}

body.ordersummary table#bag {
}

body.ordersummary table#bag thead {
	display: none;
}

body.ordersummary table#bag td {
	padding: 2px 4px;
}

body.ordersummary table#bag col#item {
	width: 181px;
}

body.ordersummary table#bag col#type {
	width: 109px;
}

body.ordersummary table#bag col#quantity {
	width: 61px;
}

body.ordersummary table#bag col#cost {
	width: 37px;
}

body.ordersummary table#bag tr.even {
	background: #efebeb;
}

body.ordersummary hr {
	margin: 10px 0;
	background: none;
	height: 0px;
	border: none;
	border-top: 1px dashed #a7a4a4;
}

body.ordersummary div#actions {
	float: left;
	width: 174px;
	margin-right: 11px;
}

body.ordersummary button#submit {
	width: 174px;
	margin: 10px 0;
}

body.ordersummary table#totals col#total {
	width: 170px;
}

body.ordersummary table#totals th,
body.ordersummary table#totals td {
	padding: 2px 0;
}

body.ordersummary th {
	font-weight: bold;
}

body.ordersummary table#totals tr#total-cost th,
body.ordersummary table#totals tr#total-cost td {
	border-top: 1px solid #a7a4a4;
}

body.ordersummary div#payment-details {
	padding: 20px 0;
	background: #f1f3eb;
	border: 1px solid #e4e6dc;
}

body.ordersummary div#payment-details img {
	vertical-align: middle;
	margin-right: 5px;
}

body.ordersummary address {
	font-variant: normal;
}

/* end order summary */

/* fabrics */

body.fabrics div#page {
	padding-top: 20px;
	padding-bottom: 0;
}

body.fabrics div#page .container {
	border-bottom: 1px solid #d7d7d7;
}

body.fabrics form#options {
	padding-bottom: 20px;
	height: 1%;
	overflow: auto;
}

body.fabrics #instructions {
	float: left;
	display: block;
	width: 229px;
	padding-right: 12px;
	border-right: 1px dotted #d7d7d7;
	margin-right: 11px;
}

body.fabrics #instructions ol {
	list-style-type: none;
}

body.fabrics #instructions li {
	margin: 15px 0;
	height: 1%;
	overflow: auto;
	font-size: 11px;
}

body.fabrics #instructions li div {
	float: left;
	width: 30px;
	margin-right: 10px;
	text-align: center;
	font-size: 18px;
	padding: 7px 0;
	color: white;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-o-border-radius: 14px;
	background: #a7a4a4;
}

body.fabrics #instructions li p {
	display: block;
	margin: 0;
	float: left;
	width: 176px;
}

body.fabrics div.group {
	text-align: center;
}

body.fabrics div.group h2 {
	margin: 0;
	display: inline-block;
	height: 65px;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -1000em;
}

body.fabrics div#colours {
	float: left;
	width: 310px;
	padding-right: 15px;
	margin-right: 0px;
}

body.fabrics div#colours h2 {
	width: 121px;
	background-image: url("../images/pages/fabrics/colour-groups.png");
}

body.fabrics div#types {
	float: left;
	width: 139px;
	margin-right: 0px;
}

body.fabrics div#types h2 {
	width: 106px;
	background-image: url("../images/pages/fabrics/fabric-types.png");
}

body.fabrics div#styles h2 {
	width: 102px;
	background-image: url("../images/pages/fabrics/fabric-styles.png");
}

body.fabrics div.group p {
	text-align: center;
}

body.fabrics div.group label {
	display: block;
	position: relative;
	padding: 2px 2px 2px 4px;
	margin: 4px 0;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #b7b7b7;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
}

body.fabrics div.group label input.checkbox {
	position: absolute;
	top: 1px;
	right: 0px;
}

body.fabrics div#colours label {
	background-position: 231px center;
	background-repeat: no-repeat;
}

body.fabrics div#colours label#naturals {
	background-image: url("../images/pages/fabrics/swatch-naturals.jpg");
}

body.fabrics div#colours label#yellows {
	background-image: url("../images/pages/fabrics/swatch-yellows.jpg");
}

body.fabrics div#colours label#reds {
	background-image: url("../images/pages/fabrics/swatch-reds.jpg");
}

body.fabrics div#colours label#greens {
	background-image: url("../images/pages/fabrics/swatch-greens.jpg");
}

body.fabrics div#colours label#blues {
	background-image: url("../images/pages/fabrics/swatch-blues.jpg");
}

body.fabrics div#colours label#browns {
	background-image: url("../images/pages/fabrics/swatch-browns.jpg");
}

body.fabrics div#colours label#greys {
	background-image: url("../images/pages/fabrics/swatch-greys.jpg");
}

body.fabrics div#styles {
	float: left;
	width: 216px;
	padding-left: 15px;
}

body.fabrics div.product {
	margin: 0;
	padding: 20px 0;
}

body.fabrics div.product .feature {
	float: left;
	width: 301px;
	margin-right: 11px;
}

body.fabrics div.product .graphic {
	float: left;
	width: 325px;
	margin-top: -20px;
}

body.fabrics div#product2 {
	background-color: #f4f5ef;
	border-top: 1px solid #d7d7d7;
}

body.fabrics div.product .feature img {
	float: left;
	border: 1px solid #d7d7d7;
	margin-right: 20px;
	padding: 1px;
	background-color: white;
}

body.fabrics div#results h2 {
	text-align: center;
}

body.fabrics div#results div.control {
	float: left;
	width: 85px;
}

body.fabrics div#swatches {
	float: left;
	width: 768px;
	margin-right: 11px;
}

body.fabrics div#swatches a {
	float: left;
	margin-left: 11px;
	margin-bottom: 11px;
	height: 50px;
	width: 85px;
}

/* end fabrics */

/* collections */

body.collections #intro {
	padding: 20px 0;
}

body.collections h1 {
	display: none;
}

body.collections #intro #title {
	display: block;
	float: left;
	margin-right: 22px;
}

body.collections #intro #overview {
	float: left;
	width: 397px;
	padding-top: 20px;
}

body.collections #listing {
	padding: 20px 0;
}

body.collections #results {
	padding: 20px 0;
}

body.collections #list {
	padding: 20px;
	border: 1px solid #c0c0c0;
	border-width: 1px 0;
	background-color: #f1f3eb;
}

body.collections #list ul {
	display: block;
	float: left;
	width: 229px;
	margin-right: 11px;
	list-style-type: none;
}

body.collections #list li {
	margin-bottom: 6px;
}

body.collections #list a:link,
body.collections #list a:visited,
body.collections #list a:hover,
body.collections #list a:active {
	display: block;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	text-decoration: none;
}

body.collections #list a:hover {
	color: #0072bc;
	text-decoration: underline;
}

body.collections #list ul.last {
	margin-right: 0;
}

body.collections .result {
	clear: both;
	margin: 20px 0;
}

body.collections .swatches {
	height: 1%;
	overflow: hidden;
}

body.collections a.swatch {
	display: block;
	float: left;
	width: 85px;
	height: 50px;
	margin: 0 11px 11px 0;
}

body.collections a.last {
	margin-right: 0;
}

/* end collections */

/* terms */

body.terms h1 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

body.terms #toc {
	float: left;
	width: 253px;
}

body.terms ol li {
	margin: 4px 0;
}

body.terms #content {
	float: left;
	width: 661px;
	padding-left: 17px;
	border-left: 1px dotted #c0c0c0;
	margin-left: 17px;
}

/* end terms */

/* generic */

body.generic div.section {
	height: 1%;
	overflow: hidden;
	padding: 20px 0;
}

body.generic div.section img {
	margin: 11px;
}

body.generic div.section img.border {
	padding: 1px;
	background-color: white;
	border: 1px solid #c0c0c0;
	-webkit-border-radius: 2px;
}

body.generic div.section img.align-right {
	float: right;
	margin-right: 0;
}

body.generic div.section img.align-left {
	float: left;
	margin-left: 0;
}

body.generic div.section img.align-center {
	display: block;
	margin: 11px auto;
}

body.generic div.twocols .col1 {
	float: left;
	width: 277px;
}

body.generic div.twocols .col2 {
	float: left;
	width: 637px;
	padding-left: 17px;
	border-left: 1px dotted #c0c0c0;
	margin-left: 17px;
}

body.generic div.threecols .col1 {
	float: left;
	width: 277px;
}

body.generic div.threecols .col2 {
	float: left;
	width: 325px;
	margin-right: 11px;
	padding-left: 17px;
	border-left: 1px dotted #c0c0c0;
	margin-left: 17px;
	padding-right: 17px;
	border-right: 1px dotted #c0c0c0;
	margin-right: 17px;
}

body.generic div.threecols .col3 {
	float: left;
	width: 277px;
}

body.generic .twothirds {
	float: left;
}

/* end generic */










body.fabrics div.section {
	height: 1%;
	overflow: hidden;
	padding: 20px 0;
}

body.fabrics div.section img {
	margin: 11px;
}

body.fabrics div.section img.border {
	padding: 1px;
	background-color: white;
	border: 1px solid #c0c0c0;
	-webkit-border-radius: 2px;
}

body.fabrics div.section img.align-right {
	float: right;
	margin-right: 0;
}

body.fabrics div.section img.align-left {
	float: left;
	margin-left: 0;
}

body.fabrics div.section img.align-center {
	display: block;
	margin: 11px auto;
}

body.fabrics div.twocols .col1 {
	float: left;
	width: 277px;
}

body.fabrics div.twocols .col2 {
	float: left;
	width: 637px;
	padding-left: 17px;
	border-left: 1px dotted #c0c0c0;
	margin-left: 17px;
}

body.fabrics div.threecols .col1 {
	float: left;
	width: 277px;
}

body.fabrics div.threecols .col2 {
	float: left;
	width: 325px;
	margin-right: 11px;
	padding-left: 17px;
	border-left: 1px dotted #c0c0c0;
	margin-left: 17px;
	padding-right: 17px;
	border-right: 1px dotted #c0c0c0;
	margin-right: 17px;
}

body.fabrics div.threecols .col3 {
	float: left;
	width: 277px;
}

body.fabrics .twothirds {
	float: left;
}

/* end generic */

/* checkout */

div.checkout-headings {
	background-color: #fff;
}

div.checkout-headings h1 {
	display: block;
	float: left;
	font-size: 24px;
	padding: 0;
	margin: 0 0 20px 0;
}

div.decisionboxes {
	height: 150px;	
}

html body div .checkoutbutton {

	text-decoration: none;
	cursor: pointer;
	display: block;
	width: 146px;
	
}
/* end checkout */

/* @group Buttons cta */

body a.cta, body a.cta:link {
	display: block;
	float: left;
	background: #2594C3;
	text-decoration: none;
	text-transform: uppercase;
	width: 262px;
	margin: 0 18px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	padding: 20px 10px;
	color: #fff;
	font-size: 14px;
}

body a.cta:hover {
	color: #fff;
	background: #1f85b1;
}

body a.browse_collections, body a.browse_collections:link {
	background: #d67e24 url(/images/cta-browse-collections.gif) no-repeat 210px;
	
}

body a.browse_collections:hover {
	background-image: url(/images/cta-browse-collections-hover.gif);
	background-color: #e98e22;
}


body a.find_fabric, body a.find_fabric:link {
	background: #5ec2d8 url(/images/cta-find-fabric.gif) no-repeat 210px;
}

body a.find_fabric:hover {
	background-color: #5fd0e4;
	background-image:  url(/images/cta-find-fabric-hover.gif);
}


/* @end */

/* @group header navigation */
ul.site-nav {
	float: left;
	display: block;
	margin-right: 11px;
	list-style-type: none;
	margin-top: 17px;
	margin-bottom: 10px;
}

ul#nav1 {
	width: 109px;
}

ul#nav2 {
	width: 192px;
}

ul.site-nav li {
	display: block;
	padding: 0;
}

ul.site-nav span {
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #eee;
	text-shadow: #333 1px 1px 0px;
}


ul.site-nav a:link,
ul.site-nav a:visited,
ul.site-nav a:hover,
ul.site-nav a:active {
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #eee;
	text-shadow: #333 1px 1px 0px;
}

ul.site-nav a:hover {
	color: white;
	text-decoration: underline;
}


/* @end */


