}

/*layout*/

body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {

    margin: 0px;

    padding: 0px;

    border: 0px;

}

body {

    text-align: center;

}

p, div, li,  h1, h2, h3, h4, td, input, select, textarea {

    font-family: Arial, Helvetica;

    font-size: 13px;

    color: #3D5F5C;

    line-height: 140%;

}

p, h1, h2, h3, h4, #content ul, #content ol, #content table {

	margin-bottom: 15px;

}

a img, :link img, :visited img {

    border: none

}

div.clear {

    clear: both;

    overflow: hidden;

    height: 1px;

}



.button {

	padding: 3px 5px;

	text-transform: uppercase;

	font-size: 9px;

	text-decoration: none !important;

	border: none;

	cursor: pointer;

}

#cart-total .button {

	font-size: 14px;

	font-weight: bold;

	padding: 6px 9px;

	margin-left: 20px;

}



/* ----------------------------------- */

/* WRAPPER

/* ----------------------------------- */

#wrapper {
	width: 850px;
	text-align: left;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}

	#search {

		width: 250px;

		float: right;

		font-size: 11px;

	}

		#search input {

			border: none;

			text-transform: uppercase;

			width: 65px;

		}

		#search label input {

			width: 175px;

		}

	

	#top h1 {

		font-size: 35px;

	}



/* ----------------------------------- */

/* BAR

/* ----------------------------------- */

#bar {

	padding: 0 30px;

	line-height: 50px;

	margin-bottom: 30px;

	height: 50px;

}

	#cart {

		float: right;

		line-height: 45px;

		padding-left: 30px;

	}

		#cart a {

			font-weight: bold;

		}

		#bar #cart a:link, #bar #cart a:visited {

			color: #FFF;

			text-decoration: underline;

		}

		#bar #cart a:hover, #bar #cart a:active {

			color: #c1c8ce;

		}

	

	#menu {

		padding-top: 14px;

		float: left;

	}



/* ----------------------------------- */

/* CONTENT

/* ----------------------------------- */

#main {

	margin: 0 20px;

	
}

	#main.wide {

		background: none;

	}



	#content {
	width: 600px;
	float: right;
	padding-right: 5px;
	padding-left: 5px;

	}
#content table {
	table-layout:fixed;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
 }
		#main.wide #content {

			width: auto;

			float: none;

		}

		#content h2 {

			font-size: 21px;

		}

		#content h3, p.price {

			font-size: 16px;

			font-weight: bold;

		}

		

		#banner, #welcome, #featured {

			margin-bottom: 30px;

		}

		

		#crumb {

			font-weight: bold;

			margin-bottom: 25px;

			font-size: 11px;

		}

		

		#pagination {

			text-align: center;

			height: 20px;

		}

			#pagination a#prev {

				float: left;

			}

			#pagination a#next {

				float: right;

			}

		

		/* Category Page */

		#products td {
	background: #A4CABA;
	text-align: center;
	font-weight: bold;
	width: 33%;
		}

			#products td h3 {

				margin-bottom: 3px;

				font-size: 12px;

			}

			#products td p {

				margin: 0;

			}

			#products td p img {
	margin-left: 10px;
	background-color: #A4CABA;
			}

		

		/* Product page */

		#photos {

			width: 290px;

			float: right;

			margin-left: 10px;

			display: inline;
			
			text-align:center;

		}

			#photos img {

			 
				margin-bottom: 10px;

			}

			#photo-thumbs {

				text-align: center;

			}

			#photo-thumbs img {

			 
				margin: 5px;

				vertical-align: middle;

			}

		

		/* Cart page */

		.cart-item {

			margin-bottom: 15px;

			padding-bottom: 15px;

			background: transparent url(/templates/01/_images/common/divider-horizontal.gif) left bottom repeat-x;

		}

			.cart-item img {

				height: 70px;

				float: left;

				margin-right: 15px;

				display: inline;

			}

			.cart-item h3, .cart-item p {

				margin-bottom: 4px;

			}

		

		#cart-total {

			background: #B9D2C7;

			padding: 15px;

			text-align: center;

		}

			#cart-total strong {

				font-size: 21px;

			}

			#cart-total img {

				vertical-align: middle;

				margin-left: 20px;

			}



			p.product-options input {

				vertical-align: middle;

			}

		

		p#google-checkout {

			text-align: center;

		}

		p#google-checkout img {

			display: block;

			margin: 0 auto;

		}

		

		p#update-cart {

			font-weight: bold;

			font-size: 14px;

		}

		

			

	/* Common to all pages */

	#side {

		width: 170px;

		float: left;

	}

		#side h2 {

			font-size: 17px;

		}

		#side li {

			padding-bottom: 3px;

			margin-bottom: 3px;

			background: transparent url(/templates/01/_images/common/divider-horizontal.gif) left bottom repeat-x;

			list-style: none;

			font-size: 12px;

		}

			#side li a {

				text-decoration: none;

			}

		

		#side li li {

			font-size: 11px;

			padding: 0;

			background: none;

			font-weight: normal;

			margin: 0 0 0 10px;

		}

		

		#side li.selected {

			font-weight: bold;

		}



/* ----------------------------------- */

/* FOOTER

/* ----------------------------------- */

#footer {

	margin: 0px 10px;

	padding-top: 7px;

	background: transparent url(/templates/01/_images/common/divider-horizontal.gif) 0 0 repeat-x;

}

/* ----------------------------------- */

/* Advanced Search

/* ----------------------------------- */

.blur{

	background-color: #ccc; /*shadow color*/

	color: inherit;

	position:absolute;

	width:370px;	

	top:30px;

	float:right;

}



.shadow,

.content{

	position: relative;

	bottom: 2px;

	right: 2px;

}

.shadow{

	background-color: #666; /*shadow color*/

	color: inherit;

}



.content{

	background-color: #fff; /*background color of content*/

	color: #000; /*text color of content*/

	border: 1px solid #000; /*border color*/

	height: 250px;

	/*jubilee specifics*/

#jubileeitem h3 p {
	font-size: 14px;
	font-weight: normal;
}
#quiltinfo {
	padding-right: 100px;
	padding-left: 100px;
}
#patternpics {
	text-align: center;
	clear: both;
}
#jubileeproduct {
	text-align: left;
}
#jubileeproduct img {
	border: medium solid #5B8F78;
}
#shippingrates {
	background-color: #ECE9D8;
}
#cart-total {
	background-color: #B9D2C7;
}
img {
	background-color: #A4CABA;
}
#content input {
	background-color: #ECE9D8;
}
/*pagination*/

.pages {
padding: 1em;
margin: 1em 0;
clear: left;
font-size: 85%;
}

.pages a, #content.pages span {
display: block;
float: left;
padding: 0.2em 0.5em;
margin-right: 0.1em;
border: 1px solid #fff;
background: #fff;
}

.pages span.current {
border: 1px solid #2E6AB1;
font-weight: bold;
background: #2E6AB1;
color: #fff;
}

.pages a {
border: 1px solid #9AAFE5;
text-decoration: none;
}

.pages a:hover {
border-color: #2E6AB1;
}

.pages a.nextprev {
font-weight: bold;
}

.pages span.nextprev {
color: #666;
}

.pages span.nextprev {

color: #999;
}

.pages .nextprev-next {
float: right;
}
</style>