@charset "UTF-8";
/* CSS Document */
a {text-decoration:none;}
.usual {
  width:660px;
}
.usual img {border:none; margin:0 0 8px 0;}
ul.tabs {margin:0 0 8px 0;}
ul.tabs li { 
	list-style:none; 
	float:left; 
	font-size:11px;
	margin:8px 0;
	}
.usual ul a {
  display:block;
  width:110px;
  text-align:center;
  padding:0 0 10px;
  text-decoration:none !important;
  margin:1px 5px;
  margin-left:0;
  font:10px Verdana;
  color:#000;
  background:#ddd;
}

/*.product_th {
	display:block;
	
	}*/

ul.tabs a:hover {
  color:#FFF;
  background:#666;
  }
ul.tabs a.selected {
  margin-bottom:0;
  color:#fff;
  background:#0f3e74;
  
  cursor:default;
  }
  
  a.selected img {border:1px;}
.usual div {
  padding:3px 10px 8px 10px;
  *padding-top:3px;
  *margin-top:-15px;
  clear:left;
}
/*.usual div a { color:#000; font-weight:bold; }*/

#usual2 { background:#0A0A0A; border:1px solid #1A1A1A; }
#usual2 a { background:#222; }
#usual2 a:hover { background:#000; }
#usual2 a.selected { background:snow; }
#tabs3 { background:#FF9; }


.product_title {
	font-family:Georgia, "Times New Roman", Times, serif;
	display:block;
	color:#c20025;
	font-weight:bold;
	margin:10px 0 0 0;
	font-size:16px;
	}
	
.detailed_info {
	font-size:10px;
	color:#0f3e74;
	margin:0 0 15px 0;
	display:block;
	text-decoration:none;
	}
	
	.detailed_info:hover {text-decoration:underline}
.product_info {overflow:auto;}
	
.product_info ul {
	margin:0 0 10px 20px;
	font-size:11px;
	}

.product_info li {
	margin-bottom:10px;
	font-size:11px;
	}
	
.product_photo {
	float:right;
	width:200px;
	}

