@charset "UTF-8";
	/* CSS Document */

/* ==================================================================

[ Sub Nav ]

* ================================================================== */



#subnav {
	margin: 181px 0 0 0;
	padding: 0;
	position: absolute;
	top: 5px;
	left: 68px;
	text-align: right;
	white-space:nowrap;
	font-size: .9em; 
	line-height: 140%; 
	}

#subnav li a.firstchild {
	border-top: none;
	}

#subnav li {
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;
	background:none;
	font-weight: bold;
	}

#subnav a:link, #subnav a:visited {
	text-decoration: none;
	padding: 5px 12px 5px 12px;
	display:block;
	color: #774c9a;
	border-top: 1px dotted #b380a6;
	}

#subnav a:hover {
	color: #0507a2;
	text-decoration: none;
	}

#subnav #subnav_selected {
	color: #0507a2;
	text-decoration: none;
	font-weight: bold;
	background: url(images/bg_subnav_selected.gif) left top no-repeat;
	}



	/*----------[Second Level]------------*/


	#subnav li ul {
	margin: 0 0 5px 0;
	padding: 0;
	border-top: 1px dotted #b380a6;
	}

	#subnav li ul a:link, #subnav li ul a:visited {
	text-decoration: none;
	padding: 2px 12px 2px 12px;
	display:block;
	color: #d20808;
	font-size: .9em;
	border-top: none !Important;
	}

	#subnav li ul a:hover {
	color: #0507a2;
	text-decoration: underline;
	display:block;
	background: none;
	}

	#subnav li ul #subnav_sub_selected {
		color: #0507a2;
	text-decoration: none;
	font-weight: bold;
	}
	
	
	
	
iframe { float: right; /*border: 1px solid red;*/ margin-top: 25px; margin-right: -30px;  }
	
	
.clear { clear: both; }

	
	
#thumbnails {
		float: left; 
		width: 278px;
		margin-left: -52px;
		/* border: 1px solid black; */ 
	}
	
#thumbnails h1 { margin-bottom: 6px; margin-top: -1px;}

	#thumbnails img {
		padding: 2px;
		border: 1px solid #a2bbdc;
		float: left;
		margin: 0 10px 10px 0;
	}

		.catalog_playsilks #thumbnails img {
			padding: 0 !Important;
			border: none !Important;
			float: left;
			margin: 0 !Important;
		}


#detail {

		float: left;
		margin: 0 0 0 25px; 
		width: 315px;

	}
