﻿.products 
{
    width: 938px;
    overflow:hidden;
    border: solid 1px #cccccc;
    background: #F0F0F0;
    padding: 10px;
    margin-bottom: 20px;
    float: left;
}

.NullMess
{
    clear: both;
    margin: 0;
    padding: 0;
}

.product-price
{
    width: 160px;
    float: left;
    height: auto;
    text-align: center;
}

.product-price h2
{
    color: #000000;
    font-size: 36px;
    font-weight:normal;
    padding: 0px;
    margin: 0px;
}

.product-price h3
{
    color: #000000;
    font-size: 10px;
    font-weight:normal;
    padding: 0px;
    margin: 0px;    
}

.product-price p
{
    font-size: 10px;
    font-weight:normal;
    padding: 0px;
    margin: 0px;    
}

.product-details
{
    width: 716px;
    float: right;
}

.product-details h1, h2
{
    font-size: 14px;
    font-weight:bold;
    padding: 0px;
    margin: 0px;
}

.product-details p
{
    text-align: justify;
    padding-right: 10px;
}

#product-search-textbox
{
    width:210px;
    height: 60px;    
    margin-right:18px; 
    float:left;   
}

#product-search-dropdown
{
    width:210px;
    height: 60px;    
    margin-right:18px; 
    float:left;  
}

#product-search-button
{
    width:210px;
    height: 60px;
    float:left;
    padding-top: 15px; 
}

.Results img
{
    width: 144px;
    float: left;
    border: solid 1px #CCCCCC;
	padding: 5px;
	background-color: #FFFFFF;   
}

#resultslist
{
    width: 960px;
    background: #F0F0F0;
    float: left;
    margin: 0 0 20px 0;
    padding: 0;
}
