@charset "UTF-8";
/* CSS Document */

#content {
height: 1000px;
}

#product_left {
position: relative;
width: 200px;
height: 600px;
float: left;
padding-right: 0.5em;
border-right: 1px solid #666;
margin-right: 0.5em;
margin-bottom: 0.5em;
z-index: 1;
}

#product_left p {
text-align: justify;
line-height: 16px;
}

table {
margin: 0;
padding: 0;
margin-bottom: 0.5em;
text-align:center;
}

td.description p {
margin-top: 0.5em;
}

td, td p {
color: #CCC;
font-family: Arial, sans-serif;
font-size: 12px;
}

td a, a:visited, a:active, a:hover {
text-decoration: none;
}