/* 
Stylesheet for Jessica Thomas Jewelry.
Prepared by Scott Reston - http://scott.therestons.com
08/2006
===============================================================*/

* {margin:0; padding:0; }

body { 
	margin: 0 auto;
	width: 800px;
	font: 76% Georgia, "Times New Roman", Times, serif;
	line-height: 1.3;
	color: #990033;
	background-color: #FBE4EE;
	background-image:url(images/background-internal.jpg);
	background-repeat: no-repeat;
	background-position:center top;
}

body.homepage {	background-image:url(images/background-home.jpg);	}

	
p {
	font-size: 1em;
	padding: 0;
	margin-top: 0;	margin-bottom: .5em;
}

div, li, ol, dl, table { font-size: 1em; }

ul, ol { margin: 1em 4ex; }

blockquote {margin: 1em 10%;}

img	{
	display: inline;
	border: none;
	margin: 0;
}
.floatleft {
	float: left;
	margin: .25em 1em 1em 0;
}
.floatright {
	float: right;
	margin: .25em 0 1em 1em;
}

a {
	color: #411111;
	text-decoration: none;
	outline: none;
}
	a:hover {
		text-decoration: underline;
	}
	a:active {
		outline: none;
	}
	a.external {
		padding-right: 12px;
		background: url(images/bg-a-external.gif) no-repeat right;
	}
	
	a.pdf {
		padding-right: 12px;
		background: url(iamges/bg-a-pdf.gif) no-repeat right;
	}
	

h2 { 
	font-size: 1.4em;
	font-weight:bold;
	margin-bottom: 1em;
}
	.homepage h2 {
		color: #411111;
		margin-bottom: 0;
	}

h3 { 
	font-size: 1.1em;
	font-weight:bold;

}
	
	
hr {
	border-top: 1px solid #F2B2CD;
    border-bottom: 0 solid #F2B2CD;
	background-color: #F2B2CD;
	color: #F2B2CD;
	height: 2px;
	margin: 1em 0;
}
	
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */



/* =Structure
===============================================================*/
#header {
	width: 800px;
	height: 110px;
	padding-top: 85px;
}
	.homepage #header { height: 80px; }

	#header h1 {
		width: 145px;
		height: 32px;
		margin: 0 auto;
		overflow: hidden;
		text-indent: -5000em;
		background-image: url(images/logo.gif);
		background-repeat:no-repeat;
	}
		#header h1 a { display: block; height: 32px; }

#content {
	width: 610px; margin: 0 auto;
	padding-left: 35px;
	padding-bottom: 50px;
}
		
.homepage #content {
	width: 310px; 
	display: inline; /* fix IE double-margin on floats */
	margin-left: 78px; margin-top: 60px;
	padding: 30px 35px;
	float: left;
	text-align:center;
	line-height: 1.5;
	background-image:url(images/bg-pink-bar-tile.gif);
	background-repeat:repeat-x;
}
	.homepage #content p { font-size: .9em;  margin-bottom: .25em; }

.homepage #product-photo {
	float: left;display: inline; /* fix IE double-margin on floats */
	height: 380px; width: 300px;
	padding-top: 15px;
	text-align: center;
	/*border: 2px solid #000;  #EC90B6; */
	background-image:url(images/bg-homepage-product-photo-2.gif);
	background-repeat:no-repeat;
	background-position:center;
	overflow: hidden;
}

#copyright {
	clear: both;
	font-size: .8em;
	padding-top: 10em;
	padding-left: 80px;
	color: #999;
}
	#copyright a {
		color: #999;
	}


/* =Navigation
===============================================================*/
#navigation-primary {
	width: 645px; height: 40px;
	margin: 0 auto;
	padding: 14px 0 10px 0;
	text-align: left;
	font-size: .9em;
	background-image:url(images/bg-pink-bar-tile-nav.gif);
	background-position: top;
	background-repeat:repeat-x;
}
	.homepage #navigation-primary {
		width: 380px;
		margin-top: 0;	
		padding: 40px 0 10px 0;
		margin-left: -35px; margin-right: -35px;
		background-image:url(images/bg-pink-bar-tile.gif);
		background-position: 0 20px;
		
	}
	
#navigation-primary ol {
	position: relative;
	list-style-type: none;
	padding: 0 0 4px 32px; margin: 0;
	background-image: url(images/logo-mini.gif);
	background-repeat:no-repeat;
	background-position: 13px 0;
	height: 16px;
}
	.homepage #navigation-primary ol { 
		padding: 0 0 4px 42px;
		background-position: 23px 0;
	}

#navigation-primary a {
	color: #411111;
}

#navigation-primary a:hover {
	text-decoration: none;
}

#navigation-primary ol li {
	float: left; 
	padding: 0 0 0 6px; margin: 0;
	height: 16px; width: auto;
}

	#navigation-primary ol li a {
		display:block; float:left;
		height: 16px;
		padding: 0 6px 0 0;
		margin: 0;
	}
		#navigation-primary ol li a:hover {
			color: #E66B9E;
		}

	#navigation-primary ol li.on {
		background-image:url(images/bg-li-on-left.gif);
		background-repeat:no-repeat;
		background-position:left;
		background-color: #330000;
	}
		#navigation-primary ol li.on a {
			color:#FFFFFF;
			background-image:url(images/bg-li-on-right.gif);
			background-repeat:no-repeat;
			background-position:right;
		}
		
		#navigation-primary ol li.on a:hover {
			color: #F3B5CF;
		}
		
	#navigation-primary ol li#newsletter-signup, #navigation-primary ol li#shopping-cart {
		float: right;
	}
		#navigation-primary ol li#newsletter-signup a, #navigation-primary ol li#shopping-cart a{
			color: #E66B9E;
		}
		
		#navigation-primary ol li#newsletter-signup a:hover, #navigation-primary ol li#shopping-cart a:hover {
			color: #411111;
		}
		
	#navigation-primary ol ol {
		background: none;
		position: absolute; left: 0; top: 26px;
	}
	
	#navigation-primary ol li.on ol a {
		color: #E66B9E;
		background: none;
	}		
	
		#navigation-primary ol li.on ol li.on {
			background: none;
		}
	
		#navigation-primary ol li.on ol li.on a {
			color: #330000;
		}
		
		
/* =Stores
===============================================================*/

h3.stores {
	clear: both;
	margin-top: .5em; margin-bottom: 1em; padding-bottom:.25em;
	border-bottom: 2px solid #F3B5CF;
}

ul.stores {
	list-style-type: none;
	margin: 0; padding: 0;
	position:relative;
}

	ul.stores li {
		float: left;
		width: 28%;
		height: auto;
		margin-bottom: 2em;
		padding-right: 1%;
		position:relative;
		height: 7em;
	}
	
.store-name { font-weight: bold; }

/* =Products
===============================================================*/

ul#products {
	list-style-type: none;
	margin: 0; padding: 0;
	background-image:url(images/bg-product-index-grid2.gif);
	background-repeat:repeat-y;
	background-position: 7px -16px;
}
	ul#products li {
		float: left;
		padding: 5px 11px 7px 11px;
		width: 120px; height: 243px;
		background-position:13px 5px;
		background-repeat:no-repeat;
		/*border-bottom: 1px solid #F2B2CD;
		border-right: 1px solid #F2B2CD;*/
		text-align: center;
	}
	
	ul#products li a:hover{
		text-decoration: none;
	}


.product-description { padding-top: 1em;}

.product-image {
	margin-top: 1em;
	float: left;
	margin-right: 20px;
	border: 1px solid #E66B9E;
}

.product-description {
	width: 365px;
	margin-left: 240px;
}

.product-description h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
}

#payment .submit, #payment select {
	border: 1px solid #411111;
	background-color: #FBE4EE;
	color: #411111;
}

ul#swatches {
	list-style-type: none;
	margin: 0; padding: 0;
}
	#swatches li {
		float: left;
		width: 110px; height: 33px;
		padding-left: 40px;
		margin-right: 20px; margin-bottom: 15px;
		background-repeat:no-repeat;
	}

.cross-sell {
	margin-top: 2em;
}
	
.cross-sell h4 {
	font-size: .9em;
	font-weight: bold;
	font-style:italic;
	margin-bottom: .5em;
}



.cross-sell ul {
	list-style-type: none;
	margin: 0; padding: 0;
}
	.cross-sell ul li {
		float: left;
		padding: 5px 11px 0 11px;
		width: 120px; height: 200px;
		border-left: 2px solid #F2B2CD;
		text-align: center;
	}
		.cross-sell ul li.first { border: none; }
	
	.cross-sell ul li a:hover{
		text-decoration: none;
	}
	
	
	
/* =Misc
===============================================================*/

ul.press {
	list-style-type: none;
	margin: 0;padding: 0;
}	

ul.press li {
	margin-bottom: 2em;
	float: left;
	height: 240px;
	width: 200px;
}

ul.press img {
	margin: .25em 0;
	display: block;
}

form#newsletter input.submit {
	border: 1px solid #411111;
	background-color: #FBE4EE;
	color: #411111;
}