#product_container 
{ 
  position:         relative; 
  width:            auto;
  padding:          36px; 
} 

#product
{ 
}

img.intro_left
{
    margin:        5px 10px 0px 0px;
}

img.intro_right
{
    margin:        15px 0px 0px 10px;
}

td.product_title
{
    font-family: Arial, Verdana, Tahoma;
    font-size:   18pt;
    font-weight: bold;
    color:       #777777;
    padding:     0px 0px 5px 0px;
}

td.product_sub_title
{
    font-family: Arial, Verdana, Tahoma;
    font-size:   13pt;
    font-weight: bold;
    color:       #777777;
    padding:     25px 0px 0px 0px;
}

td.product_code
{
    padding:        16px 5px 20px 0px;
    vertical-align: top;
}

div.product_code
{
    padding:            23px 10px 0px 0px;
    width:              112px;
    height:             50px;
    text-align:         center;
    background-image:   url('../images/btn5.jpg');
    background-repeat:  no-repeat;
    font-size:          14pt;
    color:              #EEEEEE;
}

A.product_code
{
    font-size:          14pt;
    color:              #EEEEEE;
    text-decoration:    none;
}

td.product_intro_text1
{
    font-family:    Arial, Verdana, Tahoma;
    font-size:      11pt;
    font-weight:    normal;
    font-style:     normal;
    color:          #555555;
    padding:        0px 0px 20px 0px;
}

td.product_intro_text2
{
    font-family:    Arial, Verdana, Tahoma;
    font-size:      11pt;
    font-weight:    normal;
    font-style:     italic;
    color:          #555555;
    padding-bottom: 10px;
}
