@charset "UTF-8";

.basic  {
	width:216px;
	height:376px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #bc8f3c;
	padding: 0;
	margin:0;
	overflow:hidden;
}
.basic div * {
    padding:0;
    margin:0;
/*	background-color: #fff;*/
}

.basic p {
	margin:0;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	padding: 0;
}
.basic .head {
	padding:0;
	height:24px;
	margin: 0;
	border-top: 1px solid #dcb671;
	border-bottom: 1px solid #bc8f3c;
	background: url("../img/slide_top_3.png") bottom;
}
.basic .head:hover {
    border-top: 1px solid #b5d636;
    border-bottom: 1px solid #b27e1e;
	background-image: url("../img/slide_top_hover.png");
}
.basic .head.selected {
	color: #fff;
	border-top: 1px solid #b5d636;
	border-bottom: 1px solid #8ca627;
	background-image: url("../img/slide_top_hover.png");
}
.basic .head a {
    cursor:pointer;
	display:block;
	padding-left:8px;
	line-height:24px;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
}
.ddimg {
padding:0;
margin:0;
height:298px;
width:216px;
border:0;
background:#ccc;
/*overflow:hidden;*/
/*position:absolute;*/
/*border-bottom: 1px solid #bc8f3c;*/
}
* {
outline:none;
}

