body 
{
    margin: 0;
    padding: 0;
    height: 100%;     
    background: #fde9c1 url(../images/bg3.gif) repeat-y scroll left 0;
    font-family: Tahoma, Arial, Sans-Serif;
    color: Black;
    font-size: 11px;
    
}
/* --LEFT COLUMN------------------------------------- */

.shortlist_box
{
    width: 234px;
    float:left;
}
.shortlist
{
	list-style: none;
	padding: 15px;
    margin: 0px;   
}

/* --CENTER COLUMN------------------------------------- */
.top_box
{
    width: 695px;
    height: 163px;
    margin: 0px;
    padding: 0px;
    display: block;
}
.center_box
{
    width: 695px;
    height: 100%;
    margin: 0px;
    padding: 0px;
    display: block;
}

/* -------------------------------------------------- */
 .shop_box
{
  float: left;
  padding: 10px 0 15px 15px;
  margin: 0px;   
  width: 305px;
}
.shop
{
	list-style: none;
	padding: 10px 0px 0px 0px;
  margin: 0px;   
  line-height: 14px;
}

.cd
{
    border: solid 1px #e39d4f;
    width: 96px;
    height: 96px;
    float: left;
    margin-right: 10px;
}
.shop a
{
    color: #bf0202;
    font-weight: bold;
    text-decoration: none;
}

.shop a:visited
{
    color: #bf0202;
    font-weight: bold;
    text-decoration: none;
}
.shop a:hover
{
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
.shop span a
{
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.shop span a:visited
{
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
.shop span a:hover
{
    color: #bf0202;
    font-weight: bold;
    text-decoration: none;
}
/* -------------------------------------------------- */
.page_title
{
    position: relative;
    float: left;
    width: 695px;
    height: 27px;
    margin: 0px;
    padding: 0px;
    background: transparent url(../images/title_bg.jpg) no-repeat scroll left;
}
.page_title span
{
    font-family: Georgia, Times New Roman, Serif;
    font-size: 18px;
    font-weight: normal;
    color: #7b7b7b;
    margin: 2px auto auto 15px;
    padding: 0px;
    display: block;
}
/* -------------------------------------------------- */
.content
{
    width: 665px;
    margin: 0px;
    padding: 20px 0px 63px 30px;
    position: relative;
    float: left;
}

.form_container
{
    margin: 0px auto 10px 50px;  
    width: 546px;
    position: relative;
    float: left;
}
.form_container ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 496px;
}
.form_container li
{
    padding: 0px;
    margin: 0px;
    float: left; 
    width: 496px;
    height: auto;
}
.form_left_col
{
    width: 80px;
    margin: 0px;  
    padding-top: 18px;
    position: relative;
    float: left;
    display: block;
}
.form_double_col
{
    width: 416px;
    margin: 0px;
    padding-top: 12px;
    position: relative;
    display: block;
    float: right;
}
.form_center_col
{
    margin: 0px;  
    padding: 0px;
    position: relative;
    float: left;
    display: block;
}
.form_right_col
{

    margin-right: 0px;
    padding: 0px;
    position: relative;
    float: right;
    display: block;
}
.input_field
{
    width: 99%;
    height: 100%;
    border: solid 1px #ffdaae;
    font-size: 11px;    
    color: #5e5e5e;
    padding: 3px;
}

#input1
{
    width: 175px;
}
#input2
{
    width: 407px;
}
.input3
{
    width: 407px;
}


.select_field
{
    border: solid 1px #ffdaae;
    font-size: 11px;   
    line-height: 11px; 
    color: #5e5e5e;
    padding: 2px;
}
