/* Reset
------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td,select {
    margin: 0;
    padding: 0;
    color: #333333;
    line-height: 1;
}



address,em,i {
font-style: normal;
}
strong,th,b {
font-weight: normal;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
hr {
display: none;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
img {
border: 0;
}
li {
list-style-type: none;
}
small{
    font-size: 100%;
}
a{
color:#000000;
text-decoration:none;
outline:none;
}

a:hover {
    color:#CCC;
    text-decoration: none;
}




::selection {
    background:#eee;
}
::-webkit-selection {
    background:#eee;
}
::-moz-selection {
    background:#eee;
}



::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    background-color: #000000;
}
/* reset end ----------------------------------------------------------------*/