body 
{
    margin: 0;
    padding: 0;
    height: 100%;     
    background: #fde7dc 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
{
    width: 305px;
    float: left;
    margin: 10px 0px 15px 15px;
}
.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: 645px;
    margin: 0px;
    padding: 20px 0px 63px 50px;
    position: relative;
    float: left;
}

.form_container
{
    margin: 0px auto 10px 70px;  
    width: 486px;
    position: relative;
    float: left;
}
.left_side
{
    float: left;
    display: block;
    width: 200px;
    padding-top: 12px;
}
.right_side
{
    float: right;
    display: block;
    width: 280px;
    padding-top: 8px;

}
.form_container ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 536px;
}
.form_container li
{
    padding: 0px;
    margin: 0px;
    float: left; 
    width: 536px;
    height: auto;
}
.form_left_col
{
    width: 100px;
    margin: 0px;  
    padding-top: 16px;
    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 #F8C4AB;
    font-size: 11px;    
    color: #5e5e5e;
    padding: 3px;
}

.input1
{
    width: 175px;
    height: 15px;
}
.input2
{
    width: 280px;
    height: 15px;
}
.input3
{
    width: 280px;
}
#select1
{
    width: 183px;
}
.txtarea_
{
    font-family: Tahoma, Arial, Sans-Serif;
    border: solid 1px #f8c4ab;
    font-size: 11px;    
    color: #5e5e5e;
    padding: 3px;
    overflow: hidden;
}

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