﻿@import "common.css";

body {
}
h3
{
    font-family: Tahoma;
    font-size: 18px;
    color: #3D73D2;
}

.mainblock
{
    padding: 8px;
}

#categorieslist
{
    border: 1px solid #c0c0c0;
    width: 100%;
}

#categorieslist  div.inside
{
    margin: 5px;
    width: 100%;
}
.categoryName
{
    padding-left: 20px;
    background-image: url(../images/btnArrow2.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    text-align: left;
}

#searchform
{
    border: 1px solid #c0c0c0;
    background-color: #f1f1f1;
    width: 100%;
    padding: 5px;
}

#searchform td
{
    vertical-align: top;
    width: 33%;
}

input.searchbtn
{
    cursor: hand;
    font-weight: bold;
    font-size: 11px;
    font-family: Arial;
    width: 47px;
    border: ridge 1px #4C79CC;
    background-color: #4C79CC;
    color: White;
    height: 19px;
}

#searchform label.main
{
    font-size: 12px;
    font-family: Arial;
    color: #444444;
    font-weight: bold;
    display: block;
}
#ddlprice, #ddlManufacturer
{
    /*width: 100%; */
    font-family: Arial; 
    font-size: 12px;
}