@charset "UTF-8";
/* Product CSS */

/**********************************************************
	Main Tags
*/
	
h1{
	height: auto;
	margin-left: 10px;
	margin-bottom: 5px;
	padding-left: 10px;
	color: #2465BB;
	font-size: 130%;
	font-weight: bold;
}
h2{
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 0;
	padding-left: 10px;
	color: #178e15;
	font-size: 115%;
	font-weight: bold;
}

/**********************************************************
	Structure divs
*/

#season, #product-content{
	float: left;
	margin: 40px 0 20px 0;
	min-height: 382px;
}
#season{
	width: 32px;
	margin-left: 50px;
}
#season img{
	margin-top: 4px;
}
#season img:first-child{
	margin-top: 0;
}
#product-content{
	position: relative;
	width: 724px; /* 820 */
	padding: 0 48px;
	background: #FFF url(../site-images/product-content-bg.gif) repeat-y;
}
	#product-content p, #product-content li{
		margin-left: 10px;
		padding: 10px 10px;
		color: #5e5d5d;
		font-weight: normal;
	}
	
	p#product-details{
		font-weight: bold;
		color: #2465BB;
	}
	#product-content p#buy-links{
		font-weight: bold;
		color: #BC0A02;
	}
	p#buy-links{
		margin-bottom: 10px; /* clear the bottom graphic div */
	}
	#product{
		float: right;
		margin-top: 2%;
	}
	#look-inside{
		position: absolute;
		top: -30px;
		right: 60px;
	}
	#arrow-spring, #arrow-summer, #arrow-winter{
		position: absolute;
		left: 5px;
		top: 40px;
	}
	#arrow-summer{
		top: 160px;
	}
	#arrow-winter{
		top: 295px;
	}
	#product-content-bottom{
		position: absolute;
		bottom: 0px;
		width: 724px;
		height: 10px;
		background: url(../site-images/product-content-bottom.gif) repeat-x;
		
	}
	#product-content-left-top, #product-content-left-bottom, #product-content-right-top, #product-content-right-bottom{
		position: absolute;
		width: 48px;
		height:191px;
	}
	#product-content-left-top{
		top: 0;
		left: 0;
		background: url(../site-images/product-content-left-top.gif) top right no-repeat;
	}
	#product-content-left-bottom{
		bottom: 0;
		left: 0;
		background: url(../site-images/product-content-left-bottom.gif) bottom right no-repeat;
	}
	#product-content-right-top{
		top: 0;
		right: 0;
		background: url(../site-images/product-content-right-top.gif) top left no-repeat;
	}
	#product-content-right-bottom{
		bottom: 0;
		right: 0;
		background: url(../site-images/product-content-right-bottom.gif) bottom left no-repeat;
	}
	
#product-content a:link {
	text-decoration: none;
	color: #BC0A02;
	}
#product-content a:visited {
	text-decoration: none;
	color: #BC0A02;
	}
#product-content a:active {
	text-decoration: none;
	}
#product-content a:hover {
	text-decoration: underline;
	color: #2c6edc;
	}

/* Back To Home */
#back-to-home a:link, #back-to-home a:visited{
	position: absolute;
	top: -25px;
	left: 2px;
	display: block;
	height: 0;
	padding-top: 25px;
	overflow: hidden;
	width: 124px;

   /*The image*/
   background: url(../site-images/back-to-home.gif) 0 0 no-repeat;
   
   /*border: black 1px solid;*/
}
#back-to-home a:hover{
    background: url(../site-images/back-to-home.gif) 0 -25px no-repeat;
}

/**********************************************************
	Related Products List
*/
#related_products{
	margin-top: 40px;
	margin-bottom: 10px;
}
#related_products ul{
	list-style: disc;
}
#related_products li{
	height: auto;
	margin: 0 0 0 40px;
	padding: 1px 0 2px 5px;
	color: #178E15;
}
	
	
	
	
	
