/* Block with rounded corners begin */

.roundedCornersBlock {
    width: 520px;
    height: 100%;
    float: left;
}

.roundedCornersBlock div {
    float: left;
    width: 520px;
    height: 100%;
    background: url(../images/horizontal_top_border.png) left top repeat-x;
}

.roundedCornersBlock div div {background: url(../images/horizontal_bottom_border.png) left bottom repeat-x;}
.roundedCornersBlock div div div {background: url(../images/vertical_left_border.png) left top repeat-y;}
.roundedCornersBlock div div div div {background: url(../images/vertical_right_border.png) right top repeat-y;}
.roundedCornersBlock div div div div div {background: url(../images/left_top_corner.png) left top no-repeat;}
.roundedCornersBlock div div div div div div {background: url(../images/right_top_corner.png) right top no-repeat;}
.roundedCornersBlock div div div div div div div {background: url(../images/left_bottom_corner.png) left bottom no-repeat;}
.roundedCornersBlock div div div div div div div div {background: url(../images/right_bottom_corner.png) right bottom no-repeat;}

/*Menu block begin*/

.roundedCornersMenuBlock {
    width: 100%;
    height: 100%;
    float: left;
 }

 .roundedCornersMenuBlock div {
    float: left;
    width: 100%;
    height: 100%;
    background: url(../images/menu_header_bg.png) left top repeat-x;
}

.roundedCornersMenuBlock div div {background: url(../images/horizontal_bottom_border.png) left bottom repeat-x;}
.roundedCornersMenuBlock div div div {background: url(../images/vertical_left_border.png) left top repeat-y;}
.roundedCornersMenuBlock div div div div {background: url(../images/vertical_right_border.png) right top repeat-y;}
.roundedCornersMenuBlock div div div div div {background: url(../images/menu_header_left_side_bg.png) left top no-repeat;}
.roundedCornersMenuBlock div div div div div div {background: url(../images/menu_header_right_side_bg.png) right top no-repeat;}
.roundedCornersMenuBlock div div div div div div div {background: url(../images/left_bottom_corner.png) left bottom no-repeat;}
.roundedCornersMenuBlock div div div div div div div div {background: url(../images/right_bottom_corner.png) right bottom no-repeat;}

/*Menu block end*/

/* Block with rounded corners end */

/* Search Form Block begin */

#templateSearchForm {
    width: 520px;
    float: left;
}

#templateSearchForm .heading {
    margin: 14px 0 14px 22px;
    float: left;
}

#searchForm label {
    float: left;
    line-height: 14px;
    padding: 2px 0 0 0;
}

#searchForm .formRow {
    float: left;
    width: 100%;
    background: none;
    margin: 0 0 8px 0;
}

#searchForm div {
    background: none;
}

#searchForm .selectBlock {
    float: left;
    width: 224px;
    margin: 0 0 0 22px;
    display: inline;
}

#searchForm .selectBlock select {
    width: 145px;
    float: right;
    height: 17px;
    border: 1px solid #3a3a3a;
    margin: 1px 0 0 0;
    padding: 0 0 0 2px;
    vertical-align: middle;
    background: #202020;
}

#searchForm .inputBlock {
    float: right;
    width: 224px;
    margin: 0 20px 0 0;
    display: inline;
}

#searchForm .inputBlock input {
    float: right;
    height: 14px;
    line-height: 14px;
    border: 1px solid #3a3a3a;
    padding: 1px 2px;
    background: #202020;
}

#searchForm .inputBlock #keywordInput {
    width: 155px;
}

#searchForm .inputBlock #lowPriceBlock {
    width: 125px;
    float: left;
}

#searchForm .inputBlock #highPriceBlock {
    width: 88px;
    float: right;
}

#searchForm .inputBlock #highPriceInput,
#searchForm .inputBlock #lowPriceInput {
    width: 56px;
}

#searchForm #searchButton {
    height: 16px;
    padding: 0;
    border: none;
}

#searchForm .lastRow {
    padding: 0 0 20px 0;
}

/* Search Form Block end */

#searchForm .selectBlock select {
    background: #fff;
    border: 1px solid #bdc3cf;
    height: 17px;
}

#searchForm .inputBlock #keywordInput {
    background: none;
    border: 1px solid #bdc3cf;
    padding: 1px 2px;
}

#searchForm .inputBlock #highPriceInput, #searchForm .inputBlock #lowPriceInput {
    background: none;
    border: 1px solid #bdc3cf;
    padding: 1px 2px;
}
