/* Block with rounded corners begin */
a.link {color:#fff!important;}
.roundedCornersBlock {
    width: 100%;
    height: 100%;
    float: left;
}

.roundedCornersBlock div {
    float: left;
    width: 100%;
    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;}

.roundedCornersMenuBlock h3 {margin-left: 20px;}

/*Menu block end*/

/* Block with rounded corners end */

.templatesHolder {
    float: left;
    padding: 0 0 0 4px;
}

.templatesThumbnails iframe {
	
    padding: 0;
    margin: 0 0 0 0px;
    float: left;
    background-color:#0E0E0E;
}

.heading {
    color: #6c931a;
    font-weight: bold;
    font-size: 14px;
}

select,
input {
    border: none;
    font-size: 11px;
 	color: #7c7c7c;
}

p  {
    line-height: 1.2;
    clear: both;
    margin: 0 0 16px 0;
}

#page {
    margin: auto;
    padding: 0;
    text-align: left;
    clear: both;
}



#subcarrier {
    overflow: hidden;
    clear: both;
}

#menuAndBannersHolder {
    width: 211px;
    float: left;
}

#templateTypeMenu {
    width: 100%;
    float: left;
}
#templateTypeMenu ul {
    float: left;
    padding: 0px 2px 2px 2px;
    width: 207px;
    border-top: 1px solid #454545;
}

#templateTypeMenu li {
    height: 35px;
    float: left;
    width: 100%;
}

#templateTypeMenu ul li a {
    color: #b1b5b4;
    text-decoration: none;
    padding: 9px 0 0px 20px;
    font-size: 13px;
    line-height: 1.2;
    height: 26px;
    background: url(../images/template_type_list_bg.png) repeat-x;
    display: block;
}

#templateTypeMenu ul li a:hover {
    background: #333922 url(../images/template_type_list_bg_hover.png) repeat-x;
}

#templateTypeMenu ul li .activeType {
    background: #333922 url(../images/template_type_list_bg_hover.png) repeat-x;
}

#bannersBlock {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
}

.smallBanner {
    margin: 0 0 10px 0;
    overflow: hidden;
    width: 100%;
}



#companyDescritpion {
    float: left;
}

#banner {
    margin: 4px 0 20px 0;
    float: left;
    width: 100%;
    text-align: center;
}

/* Search Form Block begin */

#templateSearchForm {
    width: 100%;
    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;
    background: url(../images/select_field.png) no-repeat;
    float: right;
    height: 16px;
    margin: 1px 0 0 0;
    padding: 0 0 0 2px;
    vertical-align: middle;
}

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

#searchForm .inputBlock input {
    float: right;
    height: 14px;
    line-height: 14px;
    padding: 2px 2px 2px 2px;
}

#searchForm .inputBlock #keywordInput {
    background: url(../images/input_field.png) no-repeat;
    width: 155px;
}

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

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

#searchForm .inputBlock #highPriceInput,
#searchForm .inputBlock #lowPriceInput {
    background: url(../images/short_search_field.png) no-repeat;
    width: 56px;
}

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

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

/* Search Form Block end */

.templatesThumbnails {
    float: left;
    width: 100%
}

#templatesDescription {
    float: left;
    margin: 0 0 0px 0;
}

#bottomBannerBlock {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
}

#bottomBannerBlock #leftBanner {
    float: left;
}

#bottomBannerBlock #rightBanner {
    float: right;
}

#templateCategoryMenu {
    width: 184px;
    float: right;
}

#templateCategoryMenu ul {
    float: left;
    width: 160px;
    padding: 15px 2px 0px 22px;
    border-top: 1px solid #454545;
}

#templateCategoryMenu li {
    background: url(../images/template_category_list_bg.png) no-repeat 0 5px;
    padding: 0 0 0 13px;
    margin: 0;
    line-height: 1.3;
    list-style: none;
}

#templateCategoryMenu a {
    color: #b1b5b4;
    text-decoration: none;
}

#templateCategoryMenu ul li a:hover {
    text-decoration: underline;
    color: #6c931a;
}

#templateCategoryMenu .activeCategory {
    text-decoration: underline;
    color: #6c931a;
}

#viewAllProductsButton {
    height: 30px;
    margin: 21px 0 0 21px;
    padding: 0 0 20px 0;
    float: left;
    cursor: pointer;
    background: url(../images/left_side_button_bg.png) top left no-repeat;
    display: inline-block;
}

#viewAllProductsButton span {
    display: inline-block;
    background: url(../images/right_side_button_bg.png) top right no-repeat;
    padding: 0 8px 0 8px;
}

#viewAllProductsButton span span {
    background: url(../images/button_bg.png) top repeat-x;
    display: inline-block;
    padding: 8px 12px 0 12px;
    height: 22px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}


#viewAllProductsButton:hover,
#viewAllProductsButton:active {
    text-decoration: none;
}

/* Search HTML CSS Begin*/

#search #bottomBannerBlock {
    margin: 0 0 0 0;
}

#templatesSearchResultBlock {
    float: left;
    width: 100%
}

#templatesSearchResultBlock h2 {
    margin: 15px 0 0 0;
}

#templatesSearchResult {
    padding: 0 0 0 4px;
}

/* Search HTML CSS End*/



/* Sample Templates html css begin*/

#samples #content-kit {
    margin: 0 0 0 20px;
    width: 521px;
}
#content-kit {
    width: 524px;
    float: left;
    margin: 0 0 0 18px;
}

#samples h1 {
    margin: 16px 0 16px 20px;
    background: none;
    padding: 0;
}

#samples iframe {
    margin: 0 0 20px 2px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    float: left;
    background-color:#0E0E0E;
}

/* Sample Templates html css end*/

