/* Basic Element Formatting ------------------------------------------------------------- */

body {
	font-family: Century Gothic, Tahoma, verdana, sans-serif;
	background: #e7eff2 url(../images/bkg_body.gif);
	line-height: 20px;
	font-size: 14px;
	margin-top: 20px;
	color: #a1a1a1;
}

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

h1 {
	font-size: 26px;
	padding: 0 0 20px 0;
}
h2, h3 {

}
h2 {
	font-size: 20px;
	font-weight: normal;
	padding: 0 0 15px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #a2c3cc;
	text-transform: lowercase;
}

p {
	padding: 10px 0;
}

strong {
	font-weight: bold;	
}

#container {
	width: 960px;
	background-color: #fff;
	border: 1px solid #666;
	margin: 0 auto;
	position: relative;
	min-height: 300px;
}

/* Homepage */

#masthead {
	width: 830px;
}

#masthead h1 {
	padding: 33px 0 0 10px;	
	float: left;
}


#logo {
	float: left;	
}

#inner {
	width: 830px;
	margin: 0 auto;
	position: relative;
	padding-top: 20px;
}


.clickthrough {
	width: 271px;
	height: 300px;	
	display: block;
	border: 1px solid #A5C1CC;
	float: left;
	margin-left: 5px;
	margin-top: 40px;
	position: relative;
	font-size: 1.3em;
	color: #A4C0CB;
}

.clickthrough span.title {
	position: absolute;
	bottom: -30px;
}

.clickthrough div.description {
	position: absolute;
	bottom: 0px;
	opacity: 0;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #BDBDBD;
	width: 231px;
	height: 0px;
}

.homewares {
	background: url(../images/homepage_homewares.jpg) top left;
}
.accessories {
	background: url(../images/homepage_blinds_access.jpg) top left;
}
.blinds {
	background: url(../images/homepage_access.jpg) top left;
}

p.intro {
	margin-top: 47px;
	font-size: 18px;	
}

div.saletag {
	width: 150px;
	height: 143px;
	position: absolute;
	right: -10px;
	top: -10px;
	background: url(../images/20pc.png) center no-repeat;
}

a.homeoffer {
	display: block;
	position: absolute;
	width: 150px;
	height: 143px;
	position: absolute;
	right: 484px;
	top: 130px;
	background: url(../images/20pc.png) center no-repeat;
	z-index: 4000;
	
}

#whatthepress {
	width: 100px;
	height: 121px;
	display: block;
	position: absolute;
	right: 140px;
	top: 10px;
}

#acid {
	float: right;	
}

#homefreedelivery {
	position: absolute;
	z-index: 300;
	background: url(../images/free-delivery-square.png) no-repeat center;
	height: 150px;
	width: 150px;
	left: 190px;
	top: 120px;
	text-indent: -5000px;
		
}

#freedelivery {
	float: right;
		
}



/* Forms */
form {
	display: inline;	
}

input { 
	border: 1px solid #BDBDBD;
}

select { 
	border: 1px solid #BDBDBD; 
}

textarea {
	border: 1px solid #BDBDBD; 	
}

.quantity {
	width: 30px;	
}

input[type="submit"], input[type="button"], input.button {
	border: 1px solid #BDBDBD;
	background-color: #9bcdd6;
	color: #FFF;
	padding: 5px 8px;
	text-transform:lowercase;
	font-family: 'Century Gothic', Tahoma, verdana, sans-serif;
	font-weight: bold;
	margin-right: 5px;
}


/* Multiple-Use Selectors ------------------------------------------------------------- */

.clearLeft {
	clear: left;
}

.clearBoth {
	clear: both;
}

.floatRight {
	float: right;
}

.floatright {
	float: right;
}

.center {
	text-align: center;
}

.button {
	cursor: pointer;
}
.margintop {
	margin-top: 30px;	
}

.smalltext {
	font-weight: normal;
	font-size: 0.7em;
}

/* Standard text and link formatting ------------------------------------------------------------- */

.jssSmallerText {
	font-size: 0.8em;
	width: 100%;
}

.jssBoldLinks { 
	font-weight: bold;
}

.jssBoldLinks:hover { 
	text-decoration: none; 
	font-weight: bold;
}

.jssProductTitle {
	font-size: 0.75em;
	text-decoration: none; 
}

.jssProductTitle:hover {
	font-size: 0.75em;
	text-decoration: none; 
}

.jssPrice {
	font-weight: bold;
	font-size: 1em;
	padding-left: 20px;
}

.jssProductLinks, jssProductLinks:link {
	margin: 5px 2px 0px 0px;
	font-size: 0.7em;
	white-space: nowrap;
	font-weight: bold;
	border: 0px;
	cursor: pointer;
	text-align: left;
}

.jssProductAdd {
	margin: 10px 0 5px 0;
}

/* Header Styles ------------------------------------------------------------- */
.page ul, .page ol {
margin-left: 0;
padding-left: 16px;
font-size: 0.8em;

}
img#jssLogo {
	float: left; 
	border: 0px;
	margin: 10px 0 0 30px;
}

div#jssHeader {
	width: 100%;
	height: 70px;
	background-color: #6d4d78;
	height: 90px;
}

div#jssSubHeader {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
}

span#jssWelcome {
	padding-left: 5px;
	font-weight: normal;
	font-size: 0.7em;
}

span#jssDate {
	float: right;
	padding-right: 5px;
}

div#navcontainer {
	float: right;
	position: relative;
	display: inline;
	top: -5px;
}

#navlist {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 580px;
}

#navlist ul {
	margin: 0px;
	padding: 0px;
	
	float: left;
	margin-top: 8px;
}

#navlist ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

#navlist ul li a:link, #navlist ul li a:visited {
	padding: 1px 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 0.95em;
	color: #a1a1a1;
	padding-right: 25px;
	text-transform: lowercase;
	display: block;
	height: 42px;
	font-size: 0.85em;
	text-decoration: none;
	width: 70px;
}
#navlist li.blog a {
	position: relative;
}
#navlist li.blog a span {
	position: absolute;
	left: -10px;
	top: 0;
	height: 51px;
	width: 80px;
	background: url(../images/blog-button.png) no-repeat;
}
#navlist ul li.oneline a {
	padding-top: 20px;
	height: 19px;	
}
#navlist ul li a.last {
	padding-right: 0;	
}

#navlist ul li a:hover, #navlist ul li a:active, #navlist ul li.currentroot a {
	text-decoration: none;
	color: #ee7cc9;
}
#productdetails_blinds img {
	border: 0;	
}



.jssHeaderBlock
{
	margin: 20px 30px 0 0;
	padding: 0px;
	float: right;
	display: inline;
	font-size: 1em;
	width: 790px;
}

.jssHeaderCart {
	width: 150px;
	padding-left: 50px;
	float: right;
	font-size: 0.9em;
	border: 1px solid #ee7cc9;
	background: #FFF url(../images/basket.gif) no-repeat 0 5px;
	font-size: 0.7em;
	text-transform: lowercase;
	min-height: 38px;
}

.hasItems {
	border-color:#ee7cc9;
	color:#ee7cc9;
}

.hasItems .cartItems {
	font-size: 12px;	
}

.jssHeaderBlockTitle
{
	padding: 1px 5px;
	font-size: 0.7em;
	font-weight: bold;
}

.jssHeaderBlockContent
{
	padding: 1px 5px;
	font-size: 0.7em;
	font-weight: normal;
}

.jssHeaderBlockContent a {
	padding: 1px 8px;
	margin: 2px 2px 0px 3px;
	font-size: 0.8em;
}

.jssHeaderBlockContent a:link,  .jssHeaderBlockContent a:visited {
	text-decoration: none;
	font-weight: normal;
}

.jssHeaderBlockContent a:hover {
	text-decoration: none;
	font-weight: normal;
}

.jssHeaderBlockLinks {
	margin-top: 4px; margin-bottom: 2px;
	color: #a1a1a1;
}
.jssHeaderCart a, .jssHeaderCart span {
	padding: 0 4px;	
}

/* Left Column ------------------------------------------------------------- */

#jssLeftMenu {
	position: relative;
	float: left;
	width: 150px;
	margin: 30px 0 0 30px;
	
}


.jssCustomerLinks {
	margin: 10px 0;
	padding: 0px;
	padding-left: 5px;
	list-style-type: none;
	font-size: 0.8em;
}

.jssNewsLinks {
	margin: 0px;
	padding: 0px;
	padding-left: 17px;
	list-style-type: square;
}

.jssMenuBox p {
	font-size: 12px;	
}

.jssMenuBox ul {
	margin: 0;
	padding: 0;
	font-size: 1em;
	list-style: none;
}

.jssSectionList li {
	margin: 0 0 8px 0;	
}

.jssSectionList li a {
	color: #a1a1a1;	
}

.jssSectionList li.newproducts {
	margin-bottom: 20px;
}

.jssSectionList li.newproducts a {
	color: #9B2764;
}

.jssSectionList li a:hover, .jssSectionList li a:active {
	color: #003366;	
}

.jssSectionList a.current {
	color: #003366;
}

.subnav li {
	padding-left: 10px;	
}

.subnav li a {
	font-size: 12px;	
}

.accessoiresImage {
	border: 1px solid #BDBDBD;	
}

div.jssHeaderBlock #languages {
	position: absolute;
	right: 30px;
	top: 70px;
	font-size: 10px;
	text-align: right;
	height: 19px;
	z-index: 100;
}

div.jssHeaderBlock ul.flags {
	float: right;
	width: 60px;	
}

div.jssHeaderBlock ul.flags li {
	display: inline;	
}

div.jssHeaderBlock #languages ul.languages {
	display: none;
	background-color: #FFF;
	padding: 10px;
	height: 60px;
	border: 1px solid #6D4D78;	
}

ul.languages li {
	font-size: 12px;
}

ul.languages li.selected a:link, ul.languages li.selected a:visited {
	font-weight: bold;
}

ul.languages li img {
	padding-right: 3px;	
}

/* Right Column ------------------------------------------------------------- */

div#jssRightMenu {
	font-size: 1em;
	position: absolute;
	right: 5px;         
	width: 150px;
	padding-top: 0px;
}

/* Right and Left Menu Box Style ------------------------------------------------------------- */

.jssMenuBox {
	width: 148px;
	margin-top: 10px;
}


.jssMenuBoxContent,
.jssMenuBoxContentCent {
	padding-bottom: 5px;
	padding-left: 2px;
	height: 1%;
}

.jssMenuBoxContent {
	text-align: left;
}

.jssMenuBoxContent:after { content: ""; display: block; height: 0; clear: both; }

.jssMenuBoxContentCent {
	text-align: center;
}

/* Main Content (Middle) Styles ------------------------------------------------------------- */

#jssMainContent {
	margin-left: 20px;
	width: 730px;
	float: left;
	margin-bottom: 30px;
	margin-right: 30px;
}


div#jssMainContent:after { content: ""; display: block; height: 0; clear: both; }

.jssPageHeading {
	margin-top: 35px;
	
	
}
.jssFormDiv .jssFormTable th.jssPageHeading {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #a1a1a1;
	text-align: left;
}
.jssPageSubHeading a {
	color: #a1a1a1;	
}
.jssFormDiv .jssFormTable th.tableSub {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #a1a1a1;
	text-align: left;	
	padding: 10px 0;
}
.tbWidth {
	width: 200px;	
}
.jssPageSubHeading {
	
}


.jssBreadcrumb {
	margin-bottom: 18px;	
}

.jssBreadcrumbTitle {
	font-weight: normal;
	padding-left: 3px;
	margin-right: 3px;
}

.breadcrumb-item {
	background: url(../images/greyarrow_right.gif) no-repeat right 7px;
	padding-right: 13px;	
}

/* Section Layouts */

.section-lifestyle {
	width: 100%;
	margin-bottom: 20px;
	position: relative;	
}

.lifestyle-image {
	float: left;
	margin-left: 5px;
	width: 240px; 	
}

.two-column {
	width: 362px;	
}

.two-column img {
	height: 240px;
	width: 362px;	
}

.jssSubSecDiv {
	width: 178px;
	height: 178px;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
}

.jssSubSecDiv a {
	position: relative;
	color: #FFF;
	font-weight: bold;	
}

.jssSubSecDiv img {
	position: absolute;
	z-index: 10;	
}

.jssSubSecDiv .sectionTitle {
	color: #FFF;
	position: absolute;
	z-index: 20;
	left: 0;
	top: 0;
	width: 168px;
	padding: 2px 5px 3px;
}

.jssSubSecDiv .sectionTitleBkg {
	position: absolute;
	z-index: 20;
	left: 0;
	top: 0;
	width: 168px;
	height: 40px;
	opacity: 0.8;
	padding: 2px 5px 3px;
	background-color: #DDD;
}

.jssSubSecDiv a:hover .sectionTitleBkg {
	background-color: #BBB;	
}


.sectionDescription {
	clear: left;	
}

div.product-single, div.section-single, div.blindproduct-single {
	width: 161px;
	height: 171px;
	padding: 10px;
	float: left;
	border: 1px dotted #BDBDBD;
	border-left: none;
	position: relative;
}

div.blindproduct-single {
	height: 150px;
	width: 100px;	
}

div.product-single:first-child, div.section-single:first-child, div.section-content div.first, div.blindproduct-single:first-child  {
	border-left: 1px dotted #BDBDBD;	
}



.product-thumbnail {
	margin: 0 auto;
	width: 110px;
	height: 110px;
	text-align: center;	
}

.product-info {
	width: 161px;
	position: absolute;
	bottom: 5px;	
}

.price {
	font-weight: bold;
	font-size: 16px;	
}

.product-link {
	float: right;
	padding-right: 13px;
	background: url(../images/greyarrow_right.gif) no-repeat right 7px;	
}

.product-info .price {
	float: left;	
}

div.blindproduct-single .product-thumbnail {
	width: 60px;
	height: 89px;	
}

div.blindproduct-single .product-info {
	width: 100px;
	text-align: center;	
}

/* Product Specific */



a.zoomer {
	float: left;	
}

.product-details {
	float: right;
	width: 300px;	
}

div.recommended {
	margin-top: 20px;	
}


#otherproducts {
	margin-top: 20px;
	width: 400px;
	height: 100px;
}
#productdetails {
	clear: right;
	float: right;
	width: 300px;
}
#productdetails p {
	margin-bottom: 10px;
	font-size: 0.75em;
}
#productdetails p, #productdetails h3, #productdetails h2, #productdetails .pricing {
		
}
#imagedetails {
	float: left;	
	position: relative;
}
#imagedetails_blinds {
	float: left;
	border: 1px solid #BDBDBD;
	width: 293px;
	height: 362px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	margin-top: 30px;
}

.blindmakerbtn {
border: 1px solid #BDBDBD;	
}

div.addswatchtobasket {
	position: absolute;
	z-index: 10;
	background-color: #9bcdd6;
	bottom: 0;
	opacity: 0.8;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	padding: 4px;	
}

.swatches {
	margin: 20px 0 ;	
}

/* Footer  */

#footerwrapper {
	width: 960px;
	margin-top: 10px;
	background-color: #6D4D78;
	clear: both;	
}

#splash #jssFooter {
	height: 20px;

}

#jssFooter {
	color: #a1a1a1;
	font-size: 10px;
	font-weight: bold;
	height: 40px;
	margin: 0 30px;
}

#jssFooter .copyright {
	float: left;
	line-height: 20px;
}

#jssFooter .address {
	float: right;
	line-height: 20px;
}

#jssFooterLinks {
	float: left;
}

#jssFooterLinks {
	line-height: 15px;
	height: 30px;
	float: right;
	margin: 5px 0;
	
}



#jssFooterLinks li, #jssCopyright li {
	display: inline;
	text-transform: lowercase;
}

#jssFooterLinks li a {
	display: block;
	float: left;
	padding: 0 10px;
	text-align: center;
	border-left: 1px solid #a1a1a1;
}

#jssCopyright li a {
	padding-right: 10px;
}

#jssFooterLinks li.oneline a {
	line-height: 30px;
	height: 30px;
}

#jssFooterLinks li.inthepress a {
	position: relative;
	padding: 0 15px;
}

#jssFooterLinks li.inthepress a span {
	position: absolute;
	left: 0px;
	top: -20px;
	height:79px;
	width:70px;
	background: url(../images/nav_nhtinthepress.png) no-repeat center;	
}

#jssFooterLinks li a:link, #jssFooterLinks li a:visited, #jssCopyright li a:link, #jssCopyright li a:visited {
	color: #a1a1a1;
}

#jssFooterLinks li a:hover, #jssFooterLinks li a:active, #jssCopyright li a:hover, #jssCopyright li a:active {
	color: #EE7CC9;
}


#jssUsersOnline {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
}

#jssCopyright {
	float: left;
}


#splash #footerwrapper {
	background-color: #BDBDBD;	
}

#splash #jssFooter {
	width: 830px;
	margin: 0 65px;	
}

#splash #jssFooterLinks li a:link, #splash #jssFooterLinks li a:visited {
	color: #FFF;
}

#splash #jssFooterLinks li a:hover, #splash #jssFooterLinks li a:active {
	color: #003366;
}

#splash #jssFooter {
	color: #FFF;
}

#splash #jssFooterLinks {
	float: left;	
}



/* General Form Styling ------------------------------------------------------------- */

.jssForm {
}

.jssFormRow {
	clear: both;
	height: 15px;
	font-size: 0.8em;
	margin: 5px 0 0 0;
} 

.jssFormCol1 {
	float: left;
	width: 150px;
	text-align: left;
	height: 15px;
	padding: 2px;
	margin-right: 2px;
	font-weight: bold;
}

.jssFormCol2 {
	float: left;
	text-align: left;
}	

.jssError {
	font-size: 1em;
	font-weight: normal;
}

.jssFormDiv {
	
}
.jssFormDiv .jssFormTable th {
	font-size: 1em;
}

.jssFormTable {
	padding: 0px;
	border: 0px;
}

.jssFormTable caption {
	margin-left: auto;  margin-right: auto;
	text-align: left;
}

.jssFormTable th {
	padding: 2px;
	text-align: left;
	font-size: 0.8em;
	vertical-align: top;
	padding-top: 3px;
	font-weight: normal;
	
}

.jssFormTable td {
	font-weight: normal;
	padding: 2px;
	text-align: left;
	font-size: 0.8em;
}






.jssFormError {
	font-weight: bold;
	text-align:left;
	font-size: 0.9em;
}

/* Cart Styling ------------------------------------------------------------- */

.jssCartDiv {
	text-align: center;
}

.jssCartTable {
	margin-left: auto; margin-right: auto;
	padding: 0px;
	border: 0px;
	width: 100%;
	margin-bottom: 20px;
	
}

.jssPCentered {
	text-align: center;
}

.jssCartTable caption {
	margin-left: auto;  margin-right: auto;
	font-size: 0.70em;
}
.jssCartTable .topbar th {
	background-color: #6D4D78;
	color: #fff;
	padding: 5px;
}
.jssCartTable th {
	font-weight: bold;
	text-align: left;
	font-size: 0.70em;
	vertical-align: top;
	text-transform: lowercase;
}

.jssCartTable th.right {
	font-weight: bold;
	text-align: right;
	font-size: 0.70em;
	vertical-align: top;
}

.jssCartTable td {
	font-weight: normal;
	padding: 2px;
	text-align: left;
	font-size: 0.70em;
	vertical-align: top;
	padding: 5px;
}

.jssCartTable td.right {
	font-weight: normal;
	padding: 2px;
	text-align: right;
	font-size: 0.70em;
	vertical-align: top;
}

.jssCartTable th.total {
	font-weight: bold;
	padding: 2px;
	font-size: 0.75em;
	vertical-align: top;
}
.jssCartTable th.total_right {
	font-weight: bold;
	padding: 2px;
	font-size: 0.75em;
	vertical-align: top;
	text-align: right;
}
.jssCartTable td.spacer {
	border-bottom: 1px solid #BDBDBD;	
}
.jssCartTable tr.total_top th {
	font-weight: bold;
	padding: 2px;
	font-size: 0.75em;
	vertical-align: top;
	border-top: 2px  solid #BDBDBD;
}
.jssCartTable tr.total th {
	font-weight: bold;
	padding: 2px;
	font-size: 0.75em;
	vertical-align: top;
}
.additionalLink .jssBoldLinks {
	font-weight: 500;
	
}

a.button {
	border: 1px solid #BDBDBD;
	background-color: #9bcdd6;
	color: #FFF;
	padding: 5px 8px;
	text-transform:lowercase;
	font-family: 'Century Gothic', Tahoma, verdana, sans-serif;
	font-weight: bold;
}



a.checkoutLink {
	border: 1px solid #BDBDBD;
	background-color: #9bcdd6;
	color: #FFF;
	padding: 5px 8px;
	text-transform:lowercase;
	font-family: 'Century Gothic', Tahoma, verdana, sans-serif;
	font-weight: bold;
	float: right;
	display: block;
	overflow: hidden;
}
a.continueShopping  {
	border: 1px solid #BDBDBD;
	background-color: #9bcdd6;
	color: #FFF;
	padding: 5px 8px;
	text-transform:lowercase;
	font-family: 'Century Gothic', Tahoma, verdana, sans-serif;
	font-weight: bold;
	display: block;
	overflow: hidden;
	float: left;
	margin-right
	
}
.jssFormTable td.jssFormSubmit .continueCheckout, .continueCheckout  {
	
	border: 1px solid #BDBDBD;
	background-color: #9bcdd6;
	color: #FFF;
	padding: 5px 8px;
	text-transform:lowercase;
	font-family: 'Century Gothic', Tahoma, verdana, sans-serif;
	font-weight: bold;
	display: block;
	overflow: hidden;
	float: left;
}
.jssCartTable th.total a {
	padding: 0 5px;
}

.jssCartTable tr.total_top .desc, .jssCartTable tr.total .desc {
	text-align: right;
	padding-right: 10px;
}
.jssCartTable .products td {
	padding: 5px;		
}
.cardtypes {
	clear: left;
	padding-top: 20px;
	display: block;
}

/* general table styling ------------------------------------------------------------- */

.jssGeneralTableDiv {
	text-align: center;
	
}

.jssGeneralTable {
	margin-left: auto;  margin-right: auto;
	padding: 0px;
	border: 0px;
	width: 100%;
	color: #6D4D78;
}

.jssGeneralTable caption {
	margin-left: auto;  margin-right: auto;
	text-align: right;
	font-weight: bold;
	font-size: 0.70em;
}

.jssGeneralTable th {
	font-weight: bold;
	text-align: left;
	font-size: 0.70em;
	vertical-align: top;
}

.jssGeneralTable td {
	font-weight: normal;
	padding: 2px;
	text-align: left;
	font-size: 0.70em;
}

.jssGeneralTable td.bold {
	font-weight: bold;
	padding: 2px;
	text-align: left;
	font-size: 0.70em;
}

.jssGeneralTable a {
	padding: 1px 1px;
	margin: 2px 2px 0px 0px;
	font-size: 1em;
	white-space: nowrap;
}

.jssGeneralTable a:link, .jssGeneralTable a:visited
{
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}

.jssGeneralTable a:hover
{
	text-decoration: underline;
	font-weight: bold;
	font-size: 1em;
}

/* Product Option (qty discounts, combinations etc.) ------------------------------------------------------------- */

.jssProductTableDiv {
	text-align: center;
}

.jssProductTable {
	margin-left: auto;  margin-right: auto;
	padding: 0px;
	width: 100%;
	border: 0px;
}

.jssProductTable caption {
	margin-left: auto;  margin-right: auto;
	text-align: right;
	font-weight: bold;
	font-size: 0.70em;
}

.jssProductTable th {
	font-weight: bold;
	padding: 2px;
	text-align: left;
	font-size: 0.70em;
	vertical-align: top;
}

.jssProductTable td {
	font-weight: normal;
	padding: 2px;
	text-align: left;
	font-size: 0.70em;
}

.presscutting {
	width: 150px;
	height: 260px;
	float:left;
	margin: 0 10px 10px 10px;	
}


/* Index-specific Styles ------------------------------------------------------------- */

.jssIndexProductThumbnail {
	float: left; margin-right: 5px; padding: 3px;
}

.jssIndexFullWidth {
	clear: both; text-align: center; width: 100%;
}

.jssIndexColLeft {
	width: 49%; float: left;
}

.jssIndexColRight {
	width: 49%; float: right;
}

.jssIndexProductBlock {
	width: 100%; clear: both; text-align: left;
}

.jssIndexProductGap {
	width:2%; float: left;
}

/* Section And Listing Styles ------------------------------------------------------------- */

div#pagescontainer {
	float: right;
	position: relative;
	top: 0px;
	padding: 1px;
	margin-bottom: 5px;
}

ul#pageslist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

#pageslist li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin: 0px; font-weight: normal; font-size: 0.75em;
}

#pageslist a {
	padding: 0px 3px 0px 3px; 
	margin: 0px; 
	font-weight: normal; 
	font-size: 1em;
}

#pageslist a:link, #npageslist a:visited {
	text-decoration: none;
}

#pageslist a:hover {
	text-decoration: none;
}

/* Other/Misc Styles ------------------------------------------------------------- */

.jssProductListMain {
	clear: both; padding-top: 2px;
	margin-bottom: 2px;
}

.jssProductListTitle {
	float: left; margin-right: 5px;
}


#product {
	position: relative;	
}

.jssSecFlagsDiv {
	float: right; width: 4.5em; margin-left: 5px; padding: 3px;
}

.jssProductFlag {
	font-weight: bold;
	color: #6d4c77;
}
#productdetails .pricing {
	clear: left;
	color: #629BAF;	
}

div.pricing {
	color: #EE7CC9;	
}

#productdetails ul li {
	background: url(../images/bullet.gif) no-repeat left 4px;
	padding-left: 15px;
}
	
.qty input, input.quantity {
	height: 18px;	
	width: 30px;
	margin-left: 5px;
	text-align: center;
}

#saledetails {
	font-size: 0.9em;
	margin-top: 5px;
}
#saledetails .jssPrice {
	padding-left: 5px;	
}
#saledetails .saving {
	
}
.jssSectionThumbnail {
	float: left;
}

.jssSectionDesc {
	margin-left: 105px;
}



.jssSecImages {
	float: left; margin-right: 5px;
}

.jssLinksDiv {
	font-weight: bold;
}

.jssSubSecTitle {
	padding-top: 3px;
}

.jssSectionContent {
	clear: both; padding-top: 10px;
}

.jssSecProductTitle {
	padding-top: 3px;
}

.jssSecProductDiv {
	clear: both; text-align: left;
	margin-left: auto; margin-right: auto;
}



.jssProductSep {
	clear: both; border: 0px; margin-bottom: 5px; height: 5px;
}

.jssProductFullImage {
	border: 0 ;
}

.jssProductOptionsDiv {
	float: right; width: 254px;
}

.jssProductFieldsDiv {
	float: left; margin-left: 5px; text-align: left;
}

.jssSendFriendDiv {
	margin-top: 20px;
	font-weight: bold;
}
#productdetails .jssSendFriendDiv p {
	font-size: 1em;
	margin: 0;
}
.jssSendFriendDiv a { 
	font-size: 0.7em;
	text-decoration: none; 
}
.colouroptions {
	font-size: 0.9em;
	text-decoration: none;
	font-weight: bold;
	
}

.seemore img {
	width: 65px;
	height: 65px;
	border: 1px solid #fff;
}
.seemore {
	margin: 10px 5px 5px 0;
	color: #a1a1a1;
	
}
#sendtofriend {
	background-color: #fff;	
	margin: 15px;
}
#sendtofriend .jssFormDiv .jssFormTable th {
	font-size: 0.8em;
}
.washAt {
margin-bottom: 7px;
}
#image_rotator {
position: relative;
height: 400px;
width: 400px;
margin-top: 30px;
}
#image_rotator img {
position: absolute;
}
.sale10pc {
	display: block;
	height: 180px;
	width: 180px;
	position:absolute;
	z-index: 100;
	top: 200px;
	left: -10px;
	background: url(../images/10pc.gif) no-repeat center;
}

.blinds .sale10pc {
	top: 0px;
}

.homeware .sale10pc {
	left: 230px;
	top: 138px
}

.resettext {
font-size: 0.8em;	
}
.address_box {
	font-size: 0.75em;	
}
#addNewAddress:hover {
	cursor: pointer;	
}
.newAddress, .newAddress div {
	height: 0;	
}
.newAddress table {
display: none;	
}
#checkOutSteps {
	padding: 10px 0;
	height: 24px;	
}
#checkOutSteps ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: lowercase;
}
#checkOutSteps ul li {
	float: left;
	padding: 3px 5px;	
	border: 1px solid #BDBDBD;
	margin-right: 10px;
	font-size: 0.75em;
	color: #6D4D78;
}
#checkOutSteps ul .arrow {
	border: 0;
	background: url(../images/bread_arrow.gif);
	width: 14px;
	height: 19px;
	display: block;
	padding: 0;
	text-indent: -5000px;
}
#checkOutSteps ul .current {
	border-color: #EE7CC9;
	background-color: #6D4D78;
	color: #fff;	
}
#checkOutSteps ul .linked {
	border-width: 1px;	
}
#checkOutSteps ul li a {
	display: block;
}
#secPay, #secPay fieldset {
	border: 0;
	padding: 0;
	font-size: 0.85em;
}
#secPay label {
	display: block;
	width: 200px;
	float: left;
	padding-top: 2px;
}
#secPay .warning {
	color: red;
	clear: left;
	margin: 5px 0;
}
#secPay .message {
	padding: 10px 0;
}

#secPay #pay {
	color: #fff;
	background-color: #A5C1CC;
}
#secPay .formrow {
	padding: 5px 0;
	clear: left;
}
#secPay .buttons {
	padding: 15px 0;	
}
.seemore .boxoutline {
	border: 1px solid #BDBDBD;	
}
.backbtn {
	display: block;
	width: 67px;
	height: 23px;
	background: url(../images/backbutton.gif);
	text-indent: -5000px;
	border: 1px solid #999;
	float: left;
	margin-right: 10px;
	overflow: hidden;
}
#formPress .formrow {
	clear: left;	
}
#formPress label {
	
	width: 100px;
	display:block;
	float: left;
	font-size: 0.8em;
}
#formPress textarea {
	height: 150px;
	width: 220px;
}
#formPress #reload {
	width: 28px;
	display: block;	
	float: left;
}
#formPress #reload img {
	margin-left: 10px;	
	margin-top: 5px;
	margin-bottom: 0;
	border: 0;
}
#formPress img {
	margin-left: 100px;
	float: left;
	border: 1px solid #BDBDBD;
	margin-bottom: 20px;
}
#formPress .submit {
	clear: left;
	margin-left: 100px;	

}
#formPress .formrow {
	margin-bottom: 10px;
}

#colouroptions {
	width: 300px;
	float: right;
}
#colouroptions img {
	width: 65px; 
	height: 65px;
	border: 0;
	border: 1px solid #BDBDBD;
}
#colouroptions .border img {
 	border: 1px solid #BDBDBD;
}
.tip {
	background-color: #6D4D78;
	padding: 3px;
	color: #fff;
	font-size: 0.9em;
}

.blindsample {
	display: block;
	float: left;
	position: relative;
	margin-right: 5px;
	margin-bottom: 5px;	
}
.blindsample img {
	border: 1px solid #BDBDBD;
}

.blindsample:hover img {
	border: 1px solid #6D4D78;

}

.tooltip {
	display:none;
	background:transparent url(../images/white_arrow.png);
	font-size:12px;
	height:67px;
	width:150px;
	padding:25px;
	color:#A1A1A1;
}

#colouroptions h3 {
	font-size: 0.75em;
}

.jssSecProductBlock {
	float: left;
	border: 1px solid #BDBDBD;
	margin: 0 5px 5px 0;
}
.jssSecProductBlock img {
	margin: 0;
}
#addNewAddress {
	padding-top: 20px;
}

#sectionresults {
	margin: 20px 0;	
}

.scroll_img .newproduct {
	position: absolute;
	width: 40px;
	height: 32px;
	top: -5px;
	right: -5px;
	z-index: 500;
}
.scroll_img .newproduct img {
	width: 40px;
	height: 32px;
}
#newproduct_large {
	position: absolute;
	top: 0;
	right: 20px;
	z-index: 5000;
}

div.newproduct {
	background: url(../images/newproduct.png) no-repeat center top;	
}

div.product-flag {
	text-indent: -4999px;
	position: absolute;
	top: -115px;
	right: 0;
	height: 32px;
	width: 40px;	
}


div.imagewithcaption {
	border: 1px dotted #BDBDBD;
	width: 300px;
}

div.imagewithcaption span {
	display: block;
	width: 100%;
	text-align: center;	
}


div#jssMainContent.page .warning {
	font-size: 0.9em;
	color: #F00;
	font-weight: 700;
	padding-bottom: 5px;
	width: 50%;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.first {
	margin-left: 0;
}

#xSearch {
	width: 145px;
	margin-bottom: 10px;	
}

#sectionProducts div.first, div.recommended div.first, #searchresults div.first {
	border-left: 1px dotted #BDBDBD;
}

#credit {
	width: 890px;
	margin: 0 auto;
	padding: 10px 35px;
	font-size: 10px;
	color: #6d4c77;
	text-align: right;
}

#credit a {
	color: #6d4c77;
}

.uppercase {
	text-transform: uppercase;	
}


