﻿/* Ids */

body
{
    font-family: tahoma; 
}

#content_wrapper
{
    width: 919px; 
    margin: 0 auto; 
    overflow: hidden;
}

#form1
{
    text-align: left;
}

#page_wrapper
{
    width: 985px; 
    border: 0; 
    margin: 0 auto;
}

#results_list
{
    width: 660px; 
    margin: 0 auto;
}

#results_list a
{
    color: #840c0e;
    text-decoration: underline;
}

#results_list img
{
    border: none 0;
}

#main_content
{
     float: left; 
     width: 671px;
}

#side_content
{
    float: left;
    width: 246px;
}

#search_form
{
    width: 671px; 
    background-image: url(../images/products_search_bg.jpg);
}

#search_form_fields
{
    width: 663px; 
    background-image: url(../images/gradient_bg.gif); 
    background-position: top;
    margin: 0 auto;
}

#search_results
{
    color: #284775;
    width: 671px;
    background-image: url(../images/products_search_bg.jpg); 
    padding-bottom: 10px;
    text-align:left;
}

#search_results_header
{
    position: relative;
    height: 38px;
    width: 660px;
    overflow: hidden;
    border-bottom: dashed 1px rgb(12, 55, 133);
}

#search_results_header h3
{
    margin: 0;
    padding: 0;
    position: absolute;
    top: 10px;
    left: 5px;
    width: 200px; 
    height: 20px;
    color: rgb(12, 55, 133); 
    font-size: 12px;
}

#search_results_header .sort_panel
{
    position: absolute;
    right: 3px;
    top: 10px;
    width: 250px; 
    height: 20px;
    text-align: right;
    font-size: 12px;
}

#category_product_listing ul
{
    margin: 0;
    padding: 0;
}

/* Classes */

.ddlSearchWithinCategories 
{
    text-align:left;
}

.ddlSearchWithinCategories label
{
    font-size:10px;
}

.productsList
{
     margin: 0; 
     padding:0;
     list-style-type: none;
}

.productsList_evenRow
{
    display: block;
    position: relative;
}

.productsList_oddRow
{
    display: block;
    position: relative;
    background-color: #fff;
}

.productsList_imageContainer
{
    position: relative; 
    left: 0;
    width: 135px;
    height: 138px;
    padding: 10px;
}

.productsList_contentContainer
{
    position: absolute;
    top: 0;
    left: 135px;
    width: 500px; 
    height: 138px;
    padding: 10px 10px 10px 0;
}

.productsList_contentContainer h4 { padding: 0; margin: 0; color: #840c0e; font-size: 14px;}
.productsList_contentContainer p { padding: 0; margin: 0; font-size: 12px; }
.productsList_contentContainer ul { padding:0; margin:12px 0 0 0; list-style-type: none; font-size: 12px; }
.productsList_priceSavings {color: #840c0e;}

.pager
{
    background-color: #0b317a; 
    text-align:center;
}

.pager span span
{
    color: #fff !important;
    font-weight: bold;
}

.pager a
{
    color: #fff !important;
    font-weight: normal !important;
}

.style1
{
    width: 137px;
}
.style2
{
    width: 287px;
}

/* elements */
h1
{
    text-align: left;
}
