@charset "UTF-8";
/* CSS Document */

#content {
width: 900px;
margin-top: 25px;
padding-top: 0px;
float: left;
}

#product_top {
width: 700px;
height: 1340px;
float: left;
}

#product_top ul{
width: 700px;
margin: 0;
padding: 0;
}

#product_top li {
margin: 0px;
padding: 0px;
list-style-type: none;
padding-left: 0px; 
float: left;
}  

#product_one a {
height: 126px;
width: 220px;
background-image: url(../img/produt_top_one.jpg);

display: block;
}
#product_one a:hover {
background-image: url(../img/produt_top_one.jpg);
}

#product_two a {
margin-left: 20px;
height: 126px;
width: 220px;
background-image: url(../img/produt_top_two.jpg);

display: block;
}
#product_two a:hover {
background-image: url(../img/produt_top_two.jpg);
}

#product_three a {
margin-left: 20px;
height: 126px;
width: 220px;
background-image: url(../img/produt_top_three.jpg);

display: block;
}
#product_three a:hover {
background-image: url(../img/produt_top_three.jpg);
}

#product_pal a {
margin-top: 20px;
margin-left: 20px;
height: 126px;
width: 220px;
background-image: url(../img/produt_top_pal.jpg);

display: block;
}
#product_pal a:hover {
background-image: url(../img/produt_top_pal.jpg);
}

#product_music a {
margin-top: 20px;
height: 126px;
width: 220px;
background-image: url(../img/produt_top_music.jpg);

display: block;
}
#product_music a:hover {
background-image: url(../img/produt_top_music.jpg);
}

#product_song a {
margin-top: 20px;
margin-left: 20px;
height: 126px;
width: 220px;
background-image: url(../img/produt_top_song.jpg);

display: block;
}
#product_song a:hover {
background-image: url(../img/produt_top_song.jpg);
}

#main_products {
padding-left: 0px;
width: 700px;
float: left;
}

#accessories {
margin-top: 20px;
width: 120px;
float: left;
height: 25px;
}





