/* CSS Document */
#productdept {
	font: normal 11px Arial, Tahoma, Verdana, Arial, sans-serif;	
	border: 0;
	padding: 0;
	font-size: 11px;		
	}
	
	#productdept table {
		border: 0;
		padding: 0;
	}
	
	#productdept td {
		vertical-align: top;
		text-align: center;
		padding: 10px 10px 15px 0;
		width: 140px;
		voice-family: "\"}\"";
		voice-family: inherit;
		width: 120px;		
	}

	.icon {
		position: relative;
	}
	
	.icon img {
		position: absolute;
	}
	
	#productdept img {
		padding-bottom: 5px;
	}
	
	#productdept span.productname {
		display: block;
		text-decoration: underline;
		font-weight: bold;
		padding-bottom: 5px;		
	}
	
	#productdept span.productcode {
		color: #999999;	
	}
	
	#productdept span.productonsale {
		display: block;
		font-weight: bold;
		color: #000000;
	}
		
	#productdept em {
		font-style: normal;
		font-weight: bold;
		padding-left: 4px;
		color: #990000;
	}
	
	#productdept em.strikeout {
		text-decoration: line-through;
	}
	
	/* -- END PRODUCT DEPARTMENT CODE -- */		

	/* -- START PRODUCT DETAIL CODE - Could shift out -- */		
	
	#productimage {
		float: left;
		margin: 15px 0 0 0;
		text-align: center;
		background: #fff url(../images/loading_image.gif) 50% 40% no-repeat;
	}
	
	#productimage img {
		vertical-align: middle;
	}
	
	#productimage span {
		display: block;
		padding: 4px;
		text-decoration: underline;
		text-align: center;
	}

	#productinfo {
		float: right;
		font-size: 11px;
		margin: 15px 0 0 20px;
		width: 300px;
		voice-family: "\"}\"";
		voice-family: inherit;
		width: 280px;		
	}
	
	#productinfo p {
		margin: 0 0 10px 0;
		padding: 0;
	}
	
	#productinfo table {
		padding-top: 30px;
		border: 1px solid blue;
	}
	
	#productinfo th {
		text-align: center;
		font-size: 12px;
		color: #999900;
	}
	
	#productinfo td {
		padding: 4px;
	}
	
	#productinfo td.item {
		font-weight: bold;
		color: #666666;
	}
	
	#productinfo h3 {
		font: normal 11px Arial, Tahoma, Verdana, Arial, sans-serif;
		font-weight: bold;
		margin-bottom: 4px;
	}
	
	#productinfo dl {
		margin: 0;
		font-size: 11px;
		padding-bottom: 20px;		
	}
	
	#productinfo dt {
		color: #666666;
		font-weight: bold;
	}
	
	#productinfo dd {
		margin: 0;
		padding-bottom: 5px;				
	}	
		

	#productbuy {
		clear: both;
		font-weight: bold;
		font-size: 12px;
	}
	
	#productbuy img {
		vertical-align: middle;
		padding-left: 5px;
	}
	
	#productbuy span.strike {
		text-decoration: line-through;
	}
	
	#productbuy strong {
		color: #990000;
	}
	
	#productbuy strong.black {
		color: #000000;
	}
	
	#productbuy em {
		font-style: normal;
		color: #ACACAC;
	}
	
	#productbuy form {
		margin-left: 10px;
		display: inline;
	}
	
	#productbuy input {
		margin: 0;
		vertical-align: middle;
	}
		
	/* -- END PRODUCT DETAIL CODE -- */
	
p.notice {
font-size: 11px;
font-weight: normal;
color: #999999;
margin-top: 50px;
padding: 7px 0;
border-top: 1px solid #E0E0E0;
border-bottom: 1px solid #E0E0E0;
}

p.notice span {
color: #000000;
}

h3 {
	font: normal 12px Arial, Tahoma, Verdana, Arial, sans-serif;
	color: #666666;
}
