/*
	priorLIFE website stylesheet
	
	Created by: Matt McGuire
	Created on: May 15, 2009
	
	Modified by: Matt McGuire
	Modified on: May 21, 2009
*/

body{
	background-color: #d8420b;
	background-image: url(images/retail_background.jpg);
}

#header{
	background: url(images/header_background.jpg) 0 0 no-repeat;
}

#main{
	padding: 20px 40px;
	background-color: white;
}

#breadcrumbs{
	display: table;
	white-space: nowrap;
	position: relative;
	left: -.6em;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#breadcrumbs ul{
	margin: 0px;
	padding: 0px;
}

#breadcrumbs li{
	float: left;
	color: #00a9d4;
	font-size: 125%;
	padding-left: .5em;
}

#breadcrumbs a{
	color: #00a9d4;
	padding-right: 1em;
	background: url(images/breadcrumb_sep.png) right center no-repeat;
}

#main h2{
	margin-top: .5em;
	color: #c13008;
	clear: left;
}

#main p{
	width: 400px;
}

.price{
	color: green;
	font-weight: bold;
}

#notice{
	width: 330px;
	border-top: dotted 2px #be2f09;
	border-bottom: dotted 2px #be2f09;
	padding-left: 70px;
	background: url(images/random.png) left 20px no-repeat;
}

#notice h4{
	color: #be2f09;
}

#notice p{
	width: 330px;
}

#details{
	float: right;
	text-align: center;
	width: 361px;
	padding: 0px;
	margin: 0px;
}

#counter input[type="text"]{
	border: none;
	width: 1.5em;
}

#product_image{
	width: 361px;
	float: right;
}

#content_fringe{
	width: 950px;
	height: 14px;
	margin: 0 auto;
	background: url(images/product_fringe.png) 0 0 no-repeat;
}
