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

#content {
height: 578px;
}

#content h1 {
text-transform: uppercase;
}

#content h3 {
font-family: Arial, sans-serif;
font-size: 12px;
color: #CDBF76;
text-transform: uppercase;
margin-bottom: 0.5em;
}

#product_left {
position: relative;
width: 150px;
height: 540px;
float: left;
padding-right: 0.5em;
border-right: 1px solid #666;
margin-right: 0.5em;
margin-bottom: 0.5em;
z-index: 1;
}

#product_left_overzoom {
position: absolute;
top: 510px;
left: 127px;
height: 25px;
width: 25px;
overflow: hidden;
display: block;
z-index: 2;
}

#product_right {
width: 783px;
height: 540px;
float: left;
z-index: 1;
}

#sell_copy {
border-top: 1px solid #323232;
border-bottom: 1px solid #323232;
padding-top: 0.5em;
padding-bottom: 0.5em;
margin-bottom: 0.5em;
}

#sell_copy p {
text-align: justify;
line-height: 16px;
}

#sell_copy_left {
position: relative;
width: 155px;
border-right: 1px solid #666;
padding-right: 0.5em;
float: left;
}

#sell_copy_right {
position: relative;
width: 455px;
padding-left: 0.5em;
float: left;
}
