.extjs-here {
	padding-left:8px;	
}

#samples {
    width: 800px;
    height: 165px;
    background: #fff url(/images/home_images/samples.png) no-repeat;
    position:relative;
}
#sample-menu {
    position:absolute;
    left:3px;
    top:4px;
    width:160px;
    text-align:left;
    padding-top:5px;
    overflow:visible;
}
#sample-menu .sample-item {
    color:#333;
    font-size:13px !important;
    line-height:24px;
    text-align:left;
    padding:0;
    width:181px;
    font-family:arial,tahoma,sans-serif;
    cursor:pointer;
}

#sample-menu .sample-item-over {
    background:transparent url(/images/home_images/sample-active.gif) no-repeat;
    border-bottom:0 none;
    color:#fff;
    cursor:default;
}

#sample-menu .sample-inactive-over span {
    text-decoration:underline;
}
#sample-box {
    position:absolute;
    left:165px;
    top:5px;
    width:744px;
    line-height:14px;
    font-size:11px;
}
#sample-box dl {
    width:644px;
    height:149px;
    display:block;
}
#sample-box .sample-slider {
    position:absolute;
    left:5px;
    top:5px;
    width:744px;
    height:149px;
    overflow:hidden;
}
#sample-box dt {
    float:left;
    width:133px;
    margin:5px 7px 0px 15px;
    text-align:left;
    height:145px;
    cursor:default;
    color:#444;
    overflow:hidden;
}
#sample-box dt.sample-over {
    background:transparent url(/images/home_images/sample-over.gif) no-repeat;
}
#sample-box dt.sample-over div {
    color:#1860A8;
}
#sample-box dt img {
    width:128px;
    height:96px;
    border-width:2px;
    border-color:#CCCCCC;
    background-color:#E1E1E1;
    border-style:solid;
    margin-bottom:2px;
    margin-top:5px;
}
#sample-box dt div, #sample-box dt div a{
    font-size:12px;
    line-height:16px;
    font-family:tahoma,arial,sans-serif;
}
#sample-box dt a {
    border: 0 none !important;
}
.extjs-here {
	margin-left:5px;
}