/************ General layout ******************/
#cart #resources,
#checkout #resources,
#confirm #resources,
#contact #resources,
#delivery #resources,
#failedLogin #resources,
#userEmailPW #resources,
#logout #resources,
#profile #resources,
#registration #resources,
#login #resources { /* Hide Z&S logo*/
  display: none;
	}
/*#cart #sideNav,
#confirm #sideNav,
#checkout #sideNav {  Hide side navigation once in checkout
  display: none;
	}*/
#userEmailPW #innerCentre,
#logOut #innerCentre,
#profile #innerCentre,
#registration #innerCentre,
#login #innerCentre,
#failedLogin #innerCentre { /* Move tables nearer to page centre*/
  padding-top: 60px;
	} 
#cart #links,
#checkout #links,
#confirm #links,
#emailPW #links,
#profile #links,
#registration #links,
#address #links,
#failedLogin #links { /* Hide account links when in checkout*/
  visibility: hidden;
	}
.alignLeft {
  text-align: left;
	}
.alignCentre {
	text-align: centre;
	margin: 5px auto;
	padding: 3px;
	}
.alignRight,
 input#quantity
{
  text-align: right;
	}
/************* Cart and checkout ********************/
.cartContainer {
	width: 95%;
	margin: 10px auto;
	background-color: #FFFBF1;
	padding: 10px 10px 5px 10px;
	position: relative;
	font-size: 1.2em;
}
.shoppingCart{
	margin-top:15px;
	width: 100%;
}
.shoppingCart th{
	text-align: right;
	padding-right: 5px;
}
.shoppingCart th.alignLeft{
	text-align: left;
	padding-left: 5px;
}
.cartSummary th {
	text-align: right;
	padding-right: 2px;
  }
#cart td.lineRight,
#confirm td.lineRight {
  border-right: solid 1px #BABDC2; /* Neutral_Dark */
	}
#cart td.lineLeft,
#confirm td.lineLeft {
  border-left: solid 1px #BABDC2; /* Neutral_Dark */
	}
.cartSummary,
/*.cartHeader,*/
.billInfoHeader {
	border: solid 1px #BABDC2; /* Neutral_Dark */
	width: 100%;
}
input#quantity,
td.clearItem {
  width: 3em;
	}
input#clearItem {
  margin: auto
	}
.billingInfoWrapper {
	width: 100%;
	}
.billingInfoWrapper h3{
	margin-right 5px;
	background-color:#F1F0EE; /* Pale grey */
	border: solid 1px #BABDC2; /* Neutral_Dark */
	color: #353C48; /* Accent_5 */	
	}
.orderSummary th.summaryLabel{
	text-align: right;
	font-weight: bold;
	color: #353C48; /* Accent_5 */
	padding: 5px 5px 5px 7px;
}
.orderSummary th{
	margin-bottom:14px;
	border-top:solid 1px #BABDC2; /* Neutral_Dark */
}
.cartSummary td {
	font-size: 0.9em;
	text-align: right;
	padding-right: 4px;
	}
tr.cartHeader {
	border: solid 1px #BABDC2; /* Neutral_Dark */
	}
.billInfoHeader {
 position: relative;
 }
.orderSummary {
	margin: 0 auto;
  }
.cartProduct {
  text-align: left;
	padding-left: 5px;
	}
.summaryLabel {
	line-height: 1.3em;
	}
#cartSummary .subTotal {
  text-align: right;
	/*padding-right: 5px;*/
	width: 6em;
	}
#cart td.priceItem,
#confirm td.priceItem{
	text-align:right;
	font-size: .9em;
	padding: 5px;
	width: 4em;
}
.summaryFooter, 
.cartHeader,
.billInfoHeader {
	background-color:#F1F0EE; /* Pale grey */
	padding: 3px;
}
.summaryFooter td{
	width: 6em;
}
.buttonWrapper {
 margin: 10px auto 5px auto;
 }
#checkout th {
	text-align: right;
	padding-right: 0px;
	color: #2C2D2E; /* Neutral_Black */
	}
#checkout th.warning {
  color:#FF0000;
	}
#checkout .checkoutFormBody{
	border-bottom:solid 1px #BABDC2;
	margin-bottom: 7px;
	padding-bottom: 7px;
}
.checkoutFormHeader{
	padding:7px 0 4px 8px; 
	margin-top: 5px;
	margin-bottom:5px;
	font-weight:bold;
	background-color:#F1F0EE; /* Global_Gray_Light */
	border: solid 1px #BABDC2; /*  Neutral_Dark */
	color:#353C48; /*  Accent_5 */
}
#shoppingCartContainer {
  position: relative;
 margin: 5px auto;
 }
#checkout table {
	/*font-size:1em;*/
	width:100%;
}
#checkout .dataTable td{
	padding-top:2px;
	padding-bottom:2px;
	float: left;
}
#checkout td.warning{
  text-align: right;
	}
#checkout textarea{
	font-size:1em;
}
#progressBar {
	height: 4em;
	padding: 0 10px;
}
.progressBar li {
	font-size: 1.2em;
	line-height: 2em;
	font-weight: bold;
	background-image: url(../images/global/paleArrow.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	width: 155px;
	padding-bottom: 10px;
}
#checkout .progressBar li.checkout,
#confirm .progressBar li.checkout,
#confirm .progressBar li.confirm,
#quote .progressBar li.quote {
	background-image: url(../images/global/dkArrow.gif);
	}
/********* Index page **************/
#index #indexCopy1 {
	width: 470px;
	padding: 20px 5px 5px 10px;
	position: relative;
	height: auto;
	top: 25px;
	left: 0;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
}
#index #indexCopy1 h1 {
	padding-bottom: 5px;
}
#index #indexCopy1 p {
	line-height: 1.2em;
	color: #444444;
	text-align: center;
	margin: 10px;
}
#index #innerRight,
#commission #innerRight{
  display: none;
	}
#index #innerCentre {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	/*margin-left: -20px;*/
	/*clear: none;*/
	float: right;
	width: 670px;
	/*height: 500px;*/
	top: 0px;
	left: 0px;
	height: auto;
	/*overflow: hidden;*/
	}
.indexImage {
	width: 140px;
	border: 1px solid #DDD;
	margin: 20px 5px 0 0;
	float: none;
	overflow: visible;
	clear: none;
	padding-left: 10px;
}
.indexImageRug {
  height: 250px;
	padding-left: 20px;
	/*border: 1px solid #DDD;*/
	margin: 10px 5px 0 0;
	}
.indexImagePic {
	height: 140px;
	width: 160px;
	padding-top: 15px;
	padding-left: 10px;
	border: 1px solid #DDD;
	}
#indexRug, /*#index5C,#index7C, #index10C, #index10T */#indexImage{
	top: 0;
	right: 0;
	float: right;
	position: relative;
 }
#index5C {
	clear: right;
  margin-top: 20px;
 }
#index7C, #index10C, #index10T {
	clear: left;
	margin: 20px 5px 0 0;
 }
#index10T{
 padding: 0;
 height: 160px;
 }
#index10T .indexImagePic {
  padding: 0;
 }
/********* Registration and account pages ******************/
#star1, #star2, #star3,
#star4, #star5, #star6,
#star7, #star8, #star9, #star10 {
	color:#FF0000;
	width: 1em;
	font-size: 1.5em;
	display: inline;
	visibility: visible;
	position: absolute;
	}
.address1, .address2, .email, .firstName, .lastName,
.city, .state, .country, .city, .state {
	width: 22em;
	}
.zip{
  width: 10em;
	}
.phone {
	width: 15em;
	}
#registration td {
  text-align: left;
	}
#failedRegister a{
 text-decoration: underline;
 }
#failedRegister h1{
 margin-top: 10px;
 }
.logInContainer, .registrationContainer {
	width: 95%;
	margin: 10px auto 10px auto;
	background-color: #FFe;
	padding: 10px 10px 5px 10px;
	text-align: center;
}
.logInTable {
	margin: 5px auto;
}
.logInTable h3{
	margin: 1px auto 0 auto;
	text-align: left;
}
.logInTable td{
	text-align: left;
	vertical-align: top;
	width: 50%;
	padding: 5px;
}
#failedLogin .logInContainer a{
  text-decoration: underline;
	font-size: 1.2em;
	}
#failedLogin .logInContainer{
	width: 80%;
	}
#failedLogin .logInTable th{
	text-align: right;
	font-size: 12px;
	padding: 5px;
	}
#logOutContainer {
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 10px;
}
.dataTable {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 95%;
	margin: 5px auto;
}
#registration .dataTable {
	width: 100%;
}
.dataTable th {
  font-size: 1.1em;
  font-weight: bold;
  text-align: right;
  padding: 5px;
}
.dataTable td {
	font-size: 12px;
	padding: 5px;
	text-align: left;
}
.buttonRow {
  margin: 2px auto;
  padding: 5px 0;
}
/************* Product and company information pages *******************/
#about  p {
	vertical-align: middle;
	text-align: center;
	margin-top: 5px;
	padding: 0 10px;
	font-size: 1.2em;
	color: #444;
}
#products a {
  text-decoration: underline;
	}
.contentBodyContainer{
  background-color: #EEFFEE
	}
.prodCopy,
.contentBodyContainer{
	position: relative;
	margin:15px auto 5px auto;
	height: auto;
	width: 95%;
	background-color: #ffe;
	padding: 10px;
	left: 0px;
}
.prodCopy img {
	padding: 0em;
	float: left;
	clear: right;
	margin: 40px 10px 20px 10px;
	border: none;
}
.prodCopy p {
	vertical-align: middle;
	text-align: left;
	margin: 10px 20px;
	padding: 20px 5px;
	font-size: 1.2em;
	color: #555555;
	left: 525px;
}
.prodCopy h1, 
.prodCopy h2,
.prodCopy h3 {
	font:bold ;
	color:#003399;
	text-align: center;
}
.prodCopy h1 {
	background-color: #e6f3ff;
	border: 1px solid #666;
	padding: 3px;
	margin: 5px;
	text-decoration: none;
}
#products h2 {
	font-size: 1.2em;
	margin: 10px 5px;
	text-align: left;
}
.prodCopy li p {
	margin-top: 0;
	padding: 0;
}
.prodCopy h2 a {
	text-decoration: underline;
}
#contactInfo {
padding: 10px 25px;
}
/****** Store ***********/
.productCopy input.text {

}
.productCopy input.image {
  margin: 0 0 0 10px;
	}
/******** Design category selection *************/ 
#subThumb {
	position: relative;
	float: left;
	width: 165px;
	margin-left: 5px;
}
#splashC h1,
#splashT h1 {
  margin: 10px 0px;
	}
#splashC h2 {
	text-align: center;
	margin: 10px  0;
	font-size: 1.3em;
	}
.catListing {
	position: relative;
	width: 170px;
	float: left;
	margin: 10px 5px 10px 0px;
}
#splashT .catListing {
	width: 165px;
	margin: 10px 5px 10px 5px;
	padding-bottom: 10px;
}
#splashW .catListing {
	width: 180px;
	margin: 10px 5px 10px 55px;
}
.catListingHeader {
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 0 10px;
	font-size: 10px;
	font-weight: 200;
	position: relative;
	overflow: auto;
}
#splashT .catListing a,
#splashC .catListing a{
	font-size: 1.1em;
	line-height: 0.9em;
	text-decoration: underline;
	text-align: center;
	}
#splashT .catlisting img {
  margin: 5px 10px -60px 10px;
	}
#splashT .catlisting p {
  margin: -20px 0 10px 0;
	}
#splashC .catListing img {
	margin-bottom: -15px;
	margin-left: 10px;
	margin-top: 10px;
}
#splashC p, #splashT p {
	margin-bottom: 10px;
}
.productImage {
	padding: 10px 0 0 10px;
	margin-bottom: -5px;
}
#storeWS .productImage {
  margin-bottom: 0;
	}
.registrationContainer p {
	text-align: center;
	vertical-align: bottom;
	margin-bottom: 10px;
}
.productCopy p {
	text-align: center;
	font-size: 11px;
	margin: -5px 0 5px 0;
}
.catListingHeader p {
	text-align: center;
	font-size: 14px
}
.catProgress {
	margin: 30px 10px 0 10px;
	border-top: 2px solid #eee;
}
#saleWool #innerCentre {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 530px;
}
#storeS .catListing {
	float: left;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#storeS .text {
	margin: 0;
}
#storeS form {
	line-height: 12px;
	margin-right: 0px;
}
.buyBtn {
	margin-bottom: -7px;
}
#storeS p{
  text-align: right;
	}
#index #innerCentre h1 {
	font-size: 24px;
	color: #636A62;
	margin-bottom: 10px;
}
.emptyCart {
	margin-top: 50px;
	margin-bottom: 50px;
}
#products .prodCopy img {
	margin-top: 25px;
	margin-bottom: 20px;
}
#storeS .fabricImg {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 3px;
	clear: right;
}
#storeS .fabricImgL {
	margin-top: 10px;
	float: left;
}
#storeS .catListingHeader p {
	text-align: center;
}
#index10T .indexImage.Pic {
	padding-top: 0px;
}
#index #indexLinks {
	position: relative;
	margin: 10px 0px;
	float: left;
	clear: none;
}
#index #indexLinks img {
  margin-left: 20px;
	}
