body {
	background:#0A0A0A repeat-x url(images/background2.jpg);
}

a:link, a:visited, a:active {
	color:#CC00CC;
	text-decoration:none;
}

a:hover {
	color:#999;
}

.notice {
	margin:50px 5% 50px 20%;
	text-align:left;
}

.tfk_error {
	font-size:10pt;
}

legend {
	color:#000;
}

#top_spacer {
	height:10px;
}

#container {
	width:908px;
	margin:0 auto 0;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	overflow:hidden;
	background:repeat-y url(images/content_bg.png);
}

#header {
	background-color:#000;
	height:165px;
	overflow:hidden;
	position:relative;
}

#logo_top {
	background:no-repeat url(images/logo_top.jpg);
	width:233px;
	height:165px;
}

#page_title {
/*	background:no-repeat url(images/title.png); */
	width:363px;
	height:95px;
	position:absolute;
	top:11px;
	left:230px;
}

#header_links {
	font-size:12px;
	text-transform:lowercase;
	position:absolute;
	right:5px;
	top:48px;
}

#header_links a:link, #header_links a:visited, #header_links a:active {
	padding:0 15px 0;
	color:#FE78B2;
}
#header_links a:hover {
	color:#999;
}

#logo_bottom {
	background:no-repeat url(images/logo_bottom.jpg);
	height:47px;
	margin-bottom:32px;
}

#top_menu {
	font-size:13px;
	width:700px;
	height:26px;
	background:repeat-x url(images/menu_bg.png);
	position:absolute;
	bottom:0;
	left:233px;
}

#top_menu ul {
	list-style:none;
	overflow:hidden;
}

#top_menu li {
	display:block;
	float:left;
	padding-right:33px;
}

#top_menu_left {
	width:21px;
	height:26px;
	background:no-repeat url(images/menu_bg_left.png);
}

#top_menu a:link, #top_menu a:visited, #top_menu a:active {
	color:#000000;
	display:block;
	line-height:25px;
}
#top_menu a:hover {
	color:#999;
}

#main {
	padding:20px;
	width:671px;
	float:right;
	background:no-repeat url(images/main_bg.jpg);
	position:relative;
	overflow:hidden;
}

/* left navigation area properties */
#left_nav {
	padding-bottom:2em;
	width:197px;
	background-color:#262626;
	background-image:url(images/left_nav_bg_top.gif);
	background-repeat:repeat-x;
	float:right;
}

/* header */
#left_nav h1 {
	color:#FE7DB4;
	text-transform:uppercase;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:1.5em;
	margin:0 auto;
}

/* links */
#left_nav a:link, #left_nav a:visited, #left_nav a:active {
	color:#FFF;
}
#left_nav a:hover {
	color:#999;
}


/* gap above main categories */
#left_nav ul.depth_1 li {
	margin-top:1.3em;
}

/* main category items */
#left_nav li {
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:1.3em;
	padding-left:15px;
	background:no-repeat url(images/left_nav_hr.png);
	background-position:0 1.5em;
}

/* gap between main categories */
#left_nav ul.depth_2 {
	margin-top:1em;
}

/* linkable category list */
#left_nav li ul {
	margin:0;
}

/* linkable category item properties */
#left_nav ul.depth_2 li {
	text-transform:none;
	font-size:9pt;
	background:none;
	margin:0;
	white-space:nowrap;
	width:100%; /* ie bug fix */
}

#footer {
	height:25px;
}

/* product category headers */
h2 {
	color:#999;
	font-size:14px;
	margin:0 0 0 50px;
}

#product_list {
	border-bottom:2px solid #EAEAEA;
	width:93%;
	margin:0 auto;
}

#product_list li {
	height:8.5em;
	margin:9px auto;
	padding:15px;
	overflow:hidden;
	border-top:2px solid #EAEAEA;
}

#product_list a {
	font-size:13px;
	text-transform:uppercase;
	color:#000;
	display:block;
	margin-bottom:.6em
}
#product_list a:hover {
	color:#CCC;
}

#product_list div.description {
	font-size:12px;
	color:#333;
	float:right;
	width:55%;
	margin:12px 25px 0 0;
}

#product_list form {
	margin-top:15px;
}

#product_list p {
	text-align:justify;
}

#product_list img {
	margin-left:25px;
}

#product_list input, input.sappho_button {
	background-color:#FFF;
	color:#E03F85;
	border:1px solid #CECECE;
	padding:2px;
	margin:5px;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	width:auto !important;
}

#product_details_hr {
	margin:15px auto 9px;
	border-top:2px solid #EAEAEA;
}

.hr {
	border-top:2px solid #EAEAEA;
	margin:9px 0;
	height:1px;	
}

#product_details {
	width:57%;
	float:right;
}

h3, #content h1 {
	color:#333;
	font-size:14px;
	height:1.7em;
	background:no-repeat url(images/hr_short.png);
	background-position:0 100%;
}

#content {
	padding:25px;
	text-align:justify;
	font-size:14px;
	line-height:1.5em;
}

.details_text {
	color:#666;
	font-size:11px;
	font-weight:bold;
	text-align:justify;
	margin-bottom:25px;
	margin-right:25px;
}

#product_images {
	width:43%;
	margin:0 auto 25px;
	text-align:center;
	float:right;
}

#product_images img {
	display:block;
	margin:0 auto 25px;
}

.category_sub_links {
	margin:50px auto;
	width:66%
}	

.category_sub_links a:link, .category_sub_links a:visited, .category_sub_links a:active {
	color:#FE7DB4;
}

.category_sub_links a:hover {
	color:#999;
}

#cart {
	margin:0 auto;
	padding:0 0 25px;
	width:80%;
	position:relative;
	overflow:hidden;
}

#cart table {
	width:100%;
	margin:0 auto;
}

#cart fieldset {
	border:none;
	white-space:nowrap;
}

#cart legend {
	font-weight:bold;
	margin-left:45px;
	vertical-align:bottom;
}

#cart label, #contact_us label {
	font-size:11pt;
	width:33%;
	margin:9px 3px 0 0;
	padding-top:2px;
	text-align:right;
	display:block;
	float:left;
	clear:left;
}

#cart .radio_button {
	width:auto;
	height:1.7em;
	margin-left:12px;
}

#cart select, #cart fieldset input, #contact_us input, #contact_us textarea {
	font-size:10pt;
	margin:9px 0 0 9px;
	padding:1px;
	width:50%;
}

#cart table {
	table-layout:fixed;
	margin-top:25px;
}

#cart td, #cart th {
	text-align:right;
	font-size:9pt;
	width:15%;
	padding:0 0 3px 0;
}

#cart th {
	padding-bottom:9px;
}

#cart .prd {
	text-align:left;
	width:auto;
}

#cart_summary {
	font-size:9pt;
	margin:9px 0 0 0;
	overflow:hidden;
}

#cart_summary div {
	float:right;
	clear:right;
	text-align:right;
	margin-top:2px;
}

table#info_summary {
	margin:0 0 0 20px;
}

#info_summary th, #info_summary td {
	text-align:left;
}

.note {
	font-size:8pt;
	padding:.6em 0 0;
}