/* CSS Document */

/**** Generic Page Components ****/

.message_panel { margin-top:-10px; margin-right:24px; margin-bottom:10px; padding:4px; font-weight:bold;}

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 150%;
	color: #666666;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}

#pagecenter {
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	height: auto;
	clear: both;
}

#pageshadow {
	height: auto;
	width: 940px;
	position: relative;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contentmainwrapper {
	width: 940px;
	position: relative;
	float: left;
	height: auto;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.smallcolumn {
	float: left;
	height: auto;
	width: 160px;
	margin-right: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.smallcolumntext {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	height: auto;
	min-height: 90px;
}


a {
	color: #b13142;
	text-decoration: none;
	outline:0px;
}
a:hover {
	text-decoration: underline;
	outline:0px;
	color: #5B1141;
}
a:visited {
	color: #b13142;
	text-decoration: none;
	outline:0px;
}


/*** Header ***/


#topwrapper {
	float: left;
	height: 81px;
	width: 940px;
	clear: both;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(/assets/images/top-wrapper-bg.jpg);
	background-repeat: no-repeat;
}
#search {
	width: 535px;
	float: right;
	height: 65px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#logo {
	float: left;
	width: 365px;
	height: 81px;
}
#logo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#logo h1 {
	margin:0px;
	text-indent:-9999px;
	padding: 0px;
	font-size: 20%;
}

#searchbox {
	display:inline;
	float: right;
	height: 30px;
	width: 195px;
	font-size: 11px;
	color: #333333;
}

#searchbox input {
	font-size: 11px;
	width: 140px;
}

.searchgo label {
	font-size: 1px;
	display: none;
}

.searchgo {
	float: right;
	display:inline;
	width: 40px;
	position: relative;
}

.gobutton label {
	font-size: 1px;
	display: none;
}
.gobutton {
	margin-top:4px;
	margin-left:136px;
	width: 40px;
}

#browsepanel .gobutton {
	margin-left:259px;
}

#headerlinks {
	float: right;
	width: 435px;
	padding-top: 16px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-align: right;
}

a.viewbasket:link {
	background-image: url(../images/basket.gif);
	background-repeat: no-repeat;
	display: block;
	width: 102px;
	color: #333333;
	text-decoration: none;
	text-align: left;
	background-position: 70px 0px;
	float: left;
	padding-top: 3px;
	font-size: 11px;
}

a.viewbasket:visited {
	background-image: url(../images/basket.gif);
	background-repeat: no-repeat;
	display: block;
	width: 102px;
	color: #333333;
	text-decoration: none;
	text-align: left;
	background-position: 70px 0px;
	float: left;
	padding-top: 3px;
}

a.viewbasket:hover {
	color: #5b1141;
	text-decoration: underline;
}

a.checkout:link {
	display: block;
	width: 80px;
	float: left;
	color: #333333;
	text-decoration: none;
	text-align: left;
	padding-left: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-top-color: #7CBEBD;
	border-right-color: #7CBEBD;
	border-bottom-color: #7CBEBD;
	border-left-color: #7CBEBD;
	border-left-style: solid;
	padding-top: 3px;
	font-size: 11px;
}
a.checkout:hover {
	text-decoration: underline;
	color: #5b1141;
}


a.checkout:visited {

	display: block;
	width: 80px;
	float: left;
	color: #333333;
	text-decoration: none;
	text-align: left;
	padding-left: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-top-color: #7CBEBD;
	border-right-color: #7CBEBD;
	border-bottom-color: #7CBEBD;
	border-left-color: #7CBEBD;
	border-left-style: solid;
	padding-top: 3px;
}



/***Browse and Search Panels ***/

#browsepanel {
	width: 307px;
	overflow:hidden;
	float: left;
	background-image: url(../images/browsebackground.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 18px;
	position: relative;
	left: 18px;
}
#browsepanel ul {
	padding-top: 10px;
	padding-bottom: 20px;
}




#browse th {
	text-align: left;
	line-height: 100%;
	font-weight: normal;
	font-size: 90%;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	color: #333333;
}

#browse {
	width:306px;
	border:0px;
}

#browsesmall {
	width:156px;
	border:0px;
}

#browse caption {
	display: block;
	width: 306px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
}

#browse label {
	text-indent: -9999px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#browselogos th {
	text-align: left;
	line-height: 100%;
	font-weight: normal;
	font-size: 90%;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	color: #333333;
}

#browselogos li {
	margin-top:4px;
}

#browselogos {
	width:306px;
	border:0px;
	margin: 0px;
	padding: 0px;
}


#browselogos caption {
	display: block;
	width: 306px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
}

#browselogos label {
	text-indent: -9999px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: left;
}



#browsepanelsmall {
	width: 180px;
	overflow:hidden;
	float: left;
	height: 368px;
	min-height: 338px;
	background-image: url(../images/browsesmallbackground.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding-bottom: 15px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0px;
}
.col560 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #54103C;
	font-size: 180%;
	margin: 0px;
	padding: 0px;
	line-height: 120%;
}
.sectionintro {
	width: 332px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#browsesmall th {
	text-align: left;
	line-height: 100%;
	font-weight: normal;
	font-size: 90%;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	color: #333333;
}
#browsesmall select {
	width: 180px;
	margin-bottom: 3px;
	margin-top: 3px;
	background-color: #CCCCCC;
}

#browsesmall caption {
	display: block;
	width: 154px;
	text-indent: -9999px;
	margin: 0px;
	height: 0px;
	font-size: 1px;
	padding: 0px;
}
#browsepanel select {
	width: 190px;
	background-color: #cccccc;
	float: right;
	font-size: 12px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-align: left;
}

#browsepanelfabric {
	width: 180px;
	overflow:hidden;
	float: right;
	height: 358px;
	min-height: 338px;
	background-image: url(../images/browsepanelfabric.jpg);
	background-repeat: no-repeat;
	padding-bottom: 15px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0px;
	margin-right: 17px;
}



/* CSS for the tabs starts here */
#form_error {
	width:690px;
	display:none;
	background-color:#F7C4D9;
	padding:4px;
	margin-bottom:15px;
}


h1 {
	font-weight: normal;
	color: #5B1141;
	font-size: 18px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #5b1141;
	margin-top: 10px;
}

#headerlinks ul {
	padding-bottom: 6px;
}
#headerlinks label {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
#headerlinks input {
	margin: 0px;
	padding: 0px;
}
#headerlinks li {
	display: inline;
}
#headerlinks a {
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#nav {
	float:left;
	width:940px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5B1141;
	background-color: #E1D5DD;
	}
#nav ul {
	margin:0px;
	list-style:none;
	padding: 0px;
	}

#nav li {
	float:left;
	margin: 0;
	}
#nav a {
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	color: #5B1141;
	padding-top: 7px;
	padding-bottom: 7px;
	display: block;
}
#nav a:hover {
	color: #FFFFFF;
	background-color: #5B1141;
	text-decoration: none;
}
#nav .active {
	color: #FFFFFF;
	/*color: #5B1141;*/ 
	background-color: #824a6e;
	text-decoration: none;
}
.homefeature {
	width: 158px;
	clear: both;
}
a.nav:hover/**** Homepage Content ****/

 {
	width: 356px;
	float: left;
	height: auto;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
}	

#homemainpic {
	height: 250px;
	width: 558px;
	margin-bottom: 14px;
}
.clear {
	clear: both;
}

.tint {
	width: 158px;
	height: 230px;
	background-image: url(../images/grey-tint-overlay.png);
	background-repeat: no-repeat;
	z-index: 2;
	position: absolute;
	padding: 10px;
	color: #FFFFFF;
}
.tint p {
	margin: 0px;
	padding: 0px;
}
.tint h2 {
	line-height: 120%;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.tint2 {
	width: 158px;
	height: 98px;
	background-image: url(../images/grey-tint-overlay.png);
	background-repeat: no-repeat;
	z-index: 2;
	position: absolute;
	padding: 10px;
	color: #FFFFFF;
	text-align: left;
}
.tint2 p {
	margin: 0px;
	padding: 0px;
}
.tint2 h2 {
	line-height: 120%;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	font-weight: normal;
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}


.hometoptitle h2 {
	padding: 10px;
	margin: 0px;
	font-size: 200%;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 100%;
	font-weight: normal;
}
.telno h2 {
	font-size: 240%;
}
.telno {
	float: right;
}
.col560 {
	width: 560px;
	float: left;
}
.col2wrapper {
	float: left;
	width: 560px;
	margin-right: 12px;
}
.colproductwrapper {
	float: left;
	width: 368px;
}
.col360 {
	float: right;
	width: 368px;
	text-align: right;
	margin-bottom: 14px;
	clear: both;
	padding-bottom: 0px;
}
.tinttext {
	height: 202px;
}
#homemainpic h2 {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: normal;
	line-height: 100%;
	position:absolute;
	padding-left:10px;
	top:0;
	left:0;
}

#homemainwrapper {
	width: 760px;
	position: relative;
	float: left;
	height: auto;
	margin: 0px;
	padding: 0px;
}

/*** Homepage Banners ****/
#bannerwrapper {
	float: left;
	width: 760px;
	position: relative;
}
#homebanner1 {
	float: left;
	height: 88px;
	width: 345px;
	position: relative;
	margin-right: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 20px;
	background-image: url('/assets/images/frontpage_feature_bg.jpg');
	background-repeat: no-repeat;
	background-position: 18px 0px;
}
#homebanner2 {
	float: right;
	height: 88px;
	width: 345px;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 20px;
	background-image: url('/assets/images/frontpage_feature_bg.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#homebanner1 img {
	cursor: pointer;
}
#homebanner2 img {
	cursor: pointer;
}


/**** Footer *****/
#footer {
	float: left;
	height: 32px;
	width: 940px;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 82%;
	color: #666666;
	clear: both;
}

#footerlinks {
	float: left;
	width: 590px;
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5B1141;
	padding-top: 7px;
}

#footer a {
	color: #666666;
	text-decoration: none;

}

#footercredit {
	float: left;
	width: 350px;
	text-align: right;
	/*padding-top: 7px;*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5B1141;
}



#productfabrics h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	cursor:pointer;
	line-height: 100%;
	font-weight: normal;
	color: #FFFFFF;
}


a.viewbasket:active {

	background-image: url(../images/basket.gif);
	background-repeat: no-repeat;
	display: block;
	width: 102px;
	color: #333333;
	text-decoration: none;
	text-align: left;
	background-position: 70px 0px;
	float: left;
	padding-top: 3px;
}
a.checkout:active {


	display: block;
	width: 80px;
	float: left;
	color: #333333;
	text-decoration: none;
	text-align: left;
	padding-left: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-top-color: #7CBEBD;
	border-right-color: #7CBEBD;
	border-bottom-color: #7CBEBD;
	border-left-color: #7CBEBD;
	border-left-style: solid;
	padding-top: 3px;
}
#footer a:hover {

	color: #5b1141;
}


.more {
	height: 20px;
	padding-bottom: 5px;
}

#productsmainpic {

	float: left;
	height: 97px;
	width: 629px;
	background-image: url(../images/productsmainpic.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 60px;
	padding-right: 110px;
	background-position: 1px 0px;
}
#productsmainpic h2 {
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#fabrics h3 {
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-indent: -9999px;
}
#fabrics {
	background-image: url(../images/fabrics.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	height: 30px;
}



#genericcontent {
	float: left;
	width: 700px;
	position: relative;
	padding-right: 20px;
	height: auto;
	clear: both;
}

/**** Basket Product buttons ****/

#footerbuttons {
	float: left;
	width: 700px;
	height: 30px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	margin-top: 10px;
}

#chooseagain {
	float: left;
	height: 23px;
	width: 120px;
}

#chooseagain a {
	background-image: url(../images/btnback.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	height: 23px;
	width: 100px;
	padding-left: 20px;
	padding-top: 2px;
	font-size: 11px;
	text-decoration: none;
}

#chooseagain a:hover {
	background-image: url(../images/btnback_over.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

#checkoutbuttons {
	margin-top:15px;
	margin-bottom:15px;
	margin-right:25px;
}

#checkoutbuttons a {
	height: 23px;
	float: right;
	width: 150px;
	display: block;
	background-image: url(../images/btnforward_160.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 10px;
}
#checkoutbuttons a:hover {
	background-image: url(../images/btnforward_160_over.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

#basketbuttons {
	float: right;
	width: 120px;
}
#basketbuttons a {
	height: 23px;
	width: 110px;
	display: block;
	background-image: url(../images/btnforward.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 10px;
}
#basketbuttons a:hover {
	background-image: url(../images/btnforward_over.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

#requestbutton {
	float: right;
	width: 160px;
	margin-right: 50px;
}
#requestbutton a {
	height: 23px;
	width: 152px;
	display: block;
	background-image: url(../images/btnforward_160.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-left: 8px;
	font-weight: bold;
	padding-top: 2px;
}
#requestbutton a:hover {
	background-image: url(../images/btnforward_160_over.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}


#accessories {

	background-image: url(../images/accessories.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	height: 30px;
}
#accessories h3 {

	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-indent: -9999px;
}

#poles {


	background-image: url(../images/poles.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	height: 30px;
}
#poles h3 {


	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-indent: -9999px;
}
#patternheader {
	float: left;
	height: 28px;
	width: 760px;
}
#productfabrics {
	float: left;
	height: 107px;
	width: 308px;
	padding-right: 24px;
	background-image: url(../images/productfabrics_bigpic.jpg);
	background-repeat: no-repeat;
	padding-top: 265px;
	padding-left: 12px;
}
#breadcrumb {
	color:#666666;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}

.smallproductcolumn {
	float: left;
	height: auto;
	width: 160px;
	background-color: #99cccc;
	position: relative;
	margin-bottom: 12px;
}
#productcolumnwrapper {
	float: left;
	width: 160px;
	margin-right: 12px;
}
.productbutton {
	margin: 0px;
	float: left;
	width: 150px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-top: 8px;
}
.productbutton h3 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 22px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.productbutton a {
	display: block;
	width: 150px;
	height: 46px;
	background-image: url(../images/productbutton.gif);
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-position: -8px -8px;
	margin: 0px;
}

.productbutton a:hover {
	background-image: url(../images/productbutton_hover.gif);
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #5b1141;
	text-decoration: none;
	background-position: -8px -8px;
}

.smalltext {
	font-size: 12px;
	font-weight: normal;
	color: #5b1141;
	padding-top: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
}


.productthumb {
	float: left;
	width: 100px;
	height: 140px;
	min-height: 154px;
	margin-right: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-bottom: 2px;
}
.productthumbLastCol {
	float: left;
	width: 100px;
	height: 140px;
	min-height: 154px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-bottom: 2px;
}
.productsummary {
	float: left;
	width: 100px;
	font-size: 90%;
	line-height: 120%;
	padding-bottom: 10px;
	height: 35px;
}
.productrowwrapper {
	float: left;
	position: relative;
	width: 700px;
	height: auto;
	padding-bottom: 16px;
}
#productsmainwrapper {
	float: left;
	width: 715px;
}

.productprice {
	float: left;
	clear: both;
	width: 100px;
	margin: 0px;
	padding: 0px;
}
.productprice a {
	display: block;
	background-image: url(../images/magnify.gif);
	background-repeat: no-repeat;
	background-position: -3px -2px;
	height: 24px;
	width: 100px;
	text-decoration: none;
	color: #666666;
	font-size: 11px;
}
.productprice a:hover {
	text-decoration: none;
	color: #5b1141;
	background-image: url(../images/magnify_hover.gif);
	background-repeat: no-repeat;
	background-position: -3px -2px;
}
.productprice a:visited {
	color: #5b1141;
}

#text {
	height: 20px;
	font-size: 100%;
	padding-bottom: 10px;
}
#productbigpic {
	float: left;
	height: 300px;
	width: 400px;
}

#productbigpic img {
	height: 300px;
	width: 400px;
}

#productdetails {
	width: 275px;
	margin: 32px 10px 0px 0px;
	float: left;
	/*background-image: url('../images/browsebackground.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #e8dde5;*/
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
}

/**** Page Titles ****/

#fabricdetailstitle {
	float: left;
	width: 400px;
	height: 40px;
	/*background-image: url(../images/fabric_details.gif);
	background-repeat: no-repeat;*/
}
/*#fabricdetailstitle h2 {
	text-indent: -9999px;
}*/

#interiordesigntitle {
	float: left;
	width: 400px;
	height: 40px;
	background-image: url(/assets/images/interior_design.gif);
	background-repeat: no-repeat;
}

#interiordesigntitle h2 {
	text-indent: -9999px;
}

#customerservicetitle h2 {
	text-indent: -9999px;
}

#customerservicetitle {
	float: left;
	width: 400px;
	height: 40px;
	background-image: url(/assets/images/customer_service.gif);
	background-repeat: no-repeat;
}

#aboutustitle h2 {
	text-indent: -9999px;
}

#aboutustitle {
	float: left;
	width: 400px;
	height: 40px;
	background-image: url(/assets/images/about_us.gif);
	background-repeat: no-repeat;
}

#contactustitle h2 {
	text-indent: -9999px;
}

#contactustitle {
	float: left;
	width: 400px;
	height: 40px;
	background-image: url(/assets/images/contact_us.gif);
	background-repeat: no-repeat;
}

#sitemaptitle {
	width:490px;
	border:0px;
}

#sitemaptitle h2 {
	text-indent: -9999px;
}

#sitemaptitle {
	float: left;
	width: 400px;
	height: 40px;
	background-image: url(/assets/images/sitemap.gif);
	background-repeat: no-repeat;
}

#faqtitle h2 {
	text-indent: -9999px;
}

#faqtitle {
	float: left;
	width: 400px;
	height: 40px;
	background-image: url(/assets/images/faqs.gif);
	background-repeat: no-repeat;
}

#privacytitle h2 {
	text-indent: -9999px;
}

#privacytitle {
	float: left;
	width: 400px;
	height: 40px;
	background-image: url(/assets/images/privacy.gif);
	background-repeat: no-repeat;
}

#termstitle h2 {
	text-indent: -9999px;
}

#termstitle {
	float: left;
	width: 400px;
	height: 40px;
	background-image: url(/assets/images/terms.gif);
	background-repeat: no-repeat;
}


#generictext {
	float: left;
	clear: both;
	width: 500px;
}
#productbigpicwrapper {
	float: left;
	width: 400px;
	position: relative;
	clear: none;
	height: auto;
	padding-right: 10px;
}

#detailstable, #quotationtable {
	width: 280px;
	border: 0px;
}

#detailstable th {
	text-align: left;
	height: 25px;
}
#detailstable .label {
	vertical-align: top;
	padding-right:5px;
	padding-top:4px;
}
#detailstable caption {
	display: none;
	font-size: 1px;
}
#quotationtable caption {
	text-align: left;
	font-size: 110%;
	color:#5b1141;
	background-color: #E1D5DD;
	padding: 5px;
}
.quotationprice {
	font-size: 150%;
	color: #5b1141;
	font-weight: bold;
	padding-top: 10px;
}
#quotationtable {
	background-color: #E1D5DD;
	padding: 5px;
	margin-top: 10px;
	position: relative;
}

#quotationtable label {
	color:#5b1141;
}

#quantitytable label {
	font-weight: bold;
}
#quantitytable input {
	margin-left: 10px;
	width: 60px;
}
#quantitytable caption {
	display: none;
	font-size: 1px;
	background-color: #FFFFFF;
}
#form {
	float: left;
	clear: both;
	width: 480px;
	background-color: #DCEEEE;
	padding: 10px;
	margin-right: 15px;
}
#search_form {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#formtable label {
	width: 160px;
	float: left;
	font-weight: bold;
	padding-top: 5px;
}
#formtable input, .textbox, textarea { border-style: solid; border-color:#aaaaaa; border-width:1px;}

/* NEW CUSTOM BLUE BTN STYLING */
.updatequote {
 float: right;
 width: 90px;
}

.updatequote a {
 height: 23px;
 width: 84px;
 display: block;
 background-image: url(/assets/images/btn_updatequote.gif);
 background-repeat: no-repeat;
 color: #FFFFFF;
 font-weight: bold;
 padding-top: 2px;
 padding-left: 10px;
}

.updatequote a:hover {
 background-image: url(/assets/images/btn_updatequote_hover.gif);
 color: #FFFFFF;
 background-repeat: no-repeat;
 text-decoration: none;
}
.updatequote a:visited {
	color: #FFFFFF;
}

                       

.bluebutton {
 float: right;
 width: 120px;
}

.bluebutton a {
 height: 23px;
 width: 110px;
 display: block;
 background-image: url(/assets/images/btnforward.gif);
 background-repeat: no-repeat;
 color: #FFFFFF;
 font-weight: bold;
 padding-top: 2px;
 padding-left: 10px;
}

.bluebutton a:hover {
 background-image: url(/assets/images/btnforward_over.gif);
 background-repeat: no-repeat;
 text-decoration: none;
 color: #FFFFFF;
}

.bluebutton a:visited {
	color: #FFFFFF;
}
/* END NEW BTN CODE */ 

#formtable caption {
	text-align: left;
}
.textbox { width:97%; margin-top: 5px;}


.fplarge	{
	margin-top:5px;
	margin-left:5px;
	font-size:24px;
	font-family: "Times New Roman", Times, serif;
	color:#333333;
	line-height: 100%;
}
.fpsmall	{
	margin-top:5px;
	margin-left:5px;
	font-size:18px;
	font-family: "Times New Roman", Times, serif;
	color:#666666;
	line-height: 100%;
}


.smallcolumn4 {
	float: left;
	height: auto;
	width: 120px;
	margin-right: 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.smallcolumntext4 {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	height: auto;
	line-height: 120%;
	width: 110px;
}


.mainfader {position:absolute; top:0px; visibility:hidden;}

ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
}
li {
	color: #5b1141;
}
.tabledivider {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #99cccc;
}

.productfeature{
	width:120px;
	height:134px;
	border:0px;
}

.productimg	{
	width:100px;
	height:75px;
	border:0px;
}

.frontpagefeature{
	width:86px;
	height:86px;
	border:0px;
	margin-top:1px;
	float:right;
	margin-left:5px;
}

.fabricfeature{
	cursor:pointer;
	width:160px;
	height:124px;
	border:0px;
}
#newhometext {
	width: 346px;
	float: right;
	height: auto;
	padding-left: 20px;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#newhometext li {
	color: #666666;
	margin-top:4px;
	margin-bottom:10px;
}

/* BASKET STYLING */
.basketthumb {
	float: left;
	width: 100px;
	margin-right: 14px;
}

.basketitemdetails{
	float: left;
	display:inline;
	width: 450px;
}

.basketitemtotals{
	float: right;
	display:inline;
	width: 110px;
	
}

.basketdetailblock {
	float: left;
	width: 890px;
}

.basketrowwrapper {
	float: left;
	position: relative;
	width: 900px;
	height: auto;
	padding:8px;
	margin-bottom:5px;
}
#checkout_table	{ font-size:11px; font-family: Verdana; }
#checkout_table .sub_totalA { width:100px; font-weight:bold; background-color: #E1D5DD; color:#5b1141;}
#checkout_table .sub_totalB { width:100px; font-weight:bold; background-color: #d4c4cf; color:#5b1141;}
#checkout_table .grand_total { background-color: #824a6e; font-weight:bold; color:#ffffff; }
.homefeature {
	float: left;
	width: 172px;
	min-height: 390px;
	border: 1px solid #999999;
	padding: 3px;
	margin-right: 10px;
	clear: none;
}

#pagecenter .homefeature #homefeatureheader h3 a {
	margin: 0px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 152px;
	position: relative;
	display: block;
	height: 30px;
}
#homefeatureheader {
	background-image: url(../images/home-feature-title-bg.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 162px;
	line-height: 100%;
	height: 40px;
	background-color: #5B1141;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.homefeaturewrap {
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 6px;
}
.homefeaturewrap p {
	margin: 0px;
	font-size: 90%;
	line-height: 110%;
	color: #999999;
	padding-right: 2px;
	padding-left: 2px;
}
.homefeaturebtn a, .homefeaturebtn a:active, .homefeaturebtn a:link, .homefeaturebtn a:visited  {
	background-image: url(../images/feature-btn-red.gif);
	background-repeat: no-repeat;
	height: 20px;
	display: block;
	padding-top: 4px;
	padding-bottom: 0px;
	padding-left: 8px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 8px;
	border: 1px solid #FFFFFF;
}
.homefeaturebtn a:hover {
	background-image: url(../images/feature-btn-over.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
.homefeature img {
	clear: both;
}
strike{
	color:red;
}
.sectiontitle {
	float: left;
	background-color: #ede3eb;
	width: 940px;
	margin-top: 10px;
	margin-bottom: 10px;
}
