@charset "utf-8";
/* CSS Document */


/*.................CONTENT.....................*/

#hat_content {
position: absolute;
left: 15%;
width: 75%;
height: auto;
padding-top: 10px;
margin-right: 30px;
}


#hat_content div{
display: none;
padding-left: 0px;
margin-left: 0px;
}

#hat_content div p{
padding-top: 20px;
margin-top: 20px;
text-align: left;
}

.hat_img{

position: fixed;
right: 0px;
top: 160px;
}

.back{}

.add, #hat_content div p form{

text-align: left;
}

/*.................COLLECTION......................*/


#collection {
float: left;}


.thumbs1 {
position: absolute;
list-style: none;
left: 16%;
width: 80%;
margin: 0;
padding: 0;
height: auto;
}

#collection li {
float: left;
width: 100px;
height: 70px;
padding: 40px 15px 0;
margin: 0px 0px 0px 0px;
position: relative;
text-align: center
}


#collection img {
margin: 0 auto;
}



