#content-wrapper-1 {
	background:url(../../styleImages/design/notext-pageheader.jpg) top left no-repeat;
	padding: 0;
	height: 1%;
	overflow: hidden;
}
#content-wrapper-2 {	
	background: transparent url(../../styleImages/design/content-background-bottom.jpg) bottom left no-repeat;
	padding: 179px 45px 225px 45px;
	overflow: hidden;
	min-height:500px;
	height:auto !important;
	height:500px;
}
/* //////////////// PAGE TITLE //////////////// */

	#page-title {
		float: left;
		height: 31px;
		width: auto;
	}
		#page-title h1 {
			line-height: 31px;
			font-size: 12px;
			font-weight: bold;	
			color: #fff;
			text-transform: uppercase;
		}

/* //////////////// PRODUCT NAV CONTENT SECTION WRAPPER //////////////// */
#product-nav-content-section {
	width: 933px;
	clear: both;
	float: left;
	padding-top: 41px;
}
		
/* //////////////// PRODUCT NAV //////////////// */
	#product-nav {
		clear: both;
		width: 187px;
		float: left;
		margin-right: 43px;
		display:block;
		border-bottom: 1px solid #4a4c4c;
	}	
	#product-nav ul {
		list-style:none;
		padding-bottom: 20px;
		
	}
		#product-nav h2 {
			margin-bottom: 10px;
			color: #A70382;
		}
		#product-nav li {
			padding: 0 0 8px 12px;
			background:url(../../styleImages/design/arrow-bullet.gif) 0 5px no-repeat;
		}
		#product-nav li a {
			color: #868484;
			text-decoration: none;
		}
		#product-nav li a:hover {
			color: #df0075;
		}

#product-nav ul.categories {
font-size: 12px;
font-weight: bold;
}
#product-nav ul.categories li {
padding: 0;
margin: 0;
}
#product-nav ul.categories ul li {
padding: 0 0 8px 12px;
background:url(../../styleImages/design/arrow-bullet.gif) 0 5px no-repeat;
}
#product-nav ul.categories li a {
color: #A70382;
margin-bottom: 10px;
display: block;
text-transform: uppercase;
}
#product-nav ul.categories ul {
display: block !important;
margin: 0;
padding: 0;
font-size: 12px;
font-weight: normal;
}
#product-nav ul.categories ul li a {
color: #868484;
margin-bottom: 0;
}

/* //////////////// PRODUCT CONTENT //////////////// */
	#product-content {
		width: 651px; /* 703px; */
		padding: 25px;
		border: 1px solid #88547d;
		border-bottom: 15px solid #88547d;
		background-color: #fff;
		float: left;
		overflow:hidden;
	}
		#product-photos {
			width: 330px;
			float: left;
			color: #868484;
		}
			#product-photos p {
			margin-bottom: 10px;	
			}
			#product-photos img {
				float: left;
				border: none;
			}
	#product-content p {
		margin-bottom: 10px;
	}
	#product-text {
		float: left;
		margin-left: 20px;
		border-top: 5px solid #88547d;
		width: 301px;
	}
/* //////////////// FONT STYLING FOR PRODUCT TEXT //////////////// */
#product-text h2 {
	margin: 20px 0;	
	color: #000;
}
#product-text p {
	color: #868484;	
	margin-bottom: 15px;
	line-height: 18px;
}
#product-text h3 {
margin: 0;
padding: 0;
color: #868484;
}
/* //////////////// CATEGORY PAGE //////////////// */
.product-thumb {
	width: 185px;
	float: left;
	text-align: center;
	padding: 0 32px 0 0;
}
.product-thumb a {
	color: #df0075;
	text-decoration: none;
}


/* //////////////// TEXT CONTENT STYLES //////////////// */

#text-content h1 {
font-size: 18px;
line-height: 20px;
padding: 10px 0;
}


#text-content h2 {
font-size: 16px;
line-height: 18px;
padding: 8px 0 3px 0;
color: #868484;
}
#text-content h3 {
font-size: 14px;
line-height: 15px;
padding: 8px 0 3px 0;
color: #868484;
}
#text-content h4 {
font-size: 11px;
line-height: 14px;
padding: 8px 0 3px 0;
color: #868484;
}
#text-content h5 {
font-size: 11px;
line-height: 14px;
padding: 0;
font-weight: normal;
font-style:italic;
color: #868484;
}
#text-content p {
padding: 0 0 10px 0;
color: #868484;
}
#text-content blockquote {
border: 1px solid #666;
padding: 10px 10px 0 10px;
margin-bottom: 10px;
background-color: #dedede;
}
#text-content ol, #text-content ul {
margin: 0 0 10px 25px;
color: #868484;
}
#text-content ol ul, #text-content ul ol,
#text-content ol ol, #text-content ul ul {
margin: 0 0 0 25px;
}
#text-content ol {
list-style: decimal;
}
#text-content ul {
list-style: disc;
}

#text-content li {
padding-bottom: 3px;
}

#text-content dl {
border-top: 1px solid #333;
border-bottom: 1px solid #333;
padding: 0 0 10px 0;
margin-bottom: 10px;
}
#text-content dt {
font-weight: bold;
padding: 10px 0 3px 0;
}
#text-content dd {
margin: 0 0 0 15px;
}
/* //////////////// SHOPPING CART //////////////// */
.accountTable td {
padding: 3px;	
}