


/****************************************************************/
/* Templates Search Form */
/****************************************************************/
#search_form {
    margin-bottom: 20px;
    margin-top: 10px;
}

#search_form form td {
    vertical-align: text-top;
}

#search_form .search_box input {
    border: 1px solid #cecece;
    width: 220px;
    padding: 4px;
}

#search_form .search_box a {
    float: right;
    color: #202c42;
    font-size: 11px;
    text-decoration: underline;
}
#search_form .search_box a:hover {
    text-decoration: none;
}

#search_form .search_icon img {
    vertical-align: middle;
}

#search_form .search_label {
    font-size: 16px;
    font-weight: bold;
}

#search_form .submit_button input {
    vertical-align: middle;
    border: none;
}

/****************************************************************/
/* Categories */
/****************************************************************/
#cat_list {
    padding: 0 35px;
    padding-bottom: 7px;
}

#cat_list h3 {
	padding: 0;
    margin-left: -27px;
    padding-bottom: 11px;	
}

#template_list h3 {
    padding: 0;
    margin-left: 8px;
    padding-bottom: 11px;
}

#cat_list h4 {
    font-weight: bold;
    font-size: 16px;
}

#cat_list .sales_pages_templates,
#cat_list .wp_templates {
    width: 225px;
}

#cat_list .sales_pages_templates table,
#cat_list .wp_templates table {
    width: 100%;
}

#cat_list .sales_pages_templates .cat_desc a,
#cat_list .wp_templates .cat_desc a {
    line-height: 30px;
    padding-right: 4px;
    float: left;
    background-color: white;
}

#cat_list .sales_pages_templates .cat_desc div,
#cat_list .wp_templates .cat_desc div {
    border-bottom: 1px solid #d6d6d6;
}

#cat_list .sales_pages_templates td.template_count,
#cat_list .wp_templates td.template_count {
    padding-left: 4px;
    text-align: right;
    width: 5px;
    font-weight: bold;
}


#cat_list .sales_pages_templates {
    float: left;
}

#cat_list .wp_templates {
    float: right;
}

/****************************************************************/
/* Template List */
/****************************************************************/
#template_list td.template_thumb {
    padding: 5px 8px 20px 8px;
}
#template_list .template_thumb img {
    width: 172px;
    height: 172px;
    border: 4px solid #d2d2d2;
}
#template_list .template_thumb img {
    width: 172px;
    height: 172px;
    border: 4px solid #d2d2d2;
}
#template_list .template_thumb img.get_started {
    width: auto;
    height: auto;
    border: none;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}

#template_list table.template_list {
    margin: auto;
}

#template_list div.more_info {
    background-color: #44a7dd;
    margin-left: 4px;
    margin-top: -24px;
    position: absolute;
    width: 172px;
    text-align: center;
    color: white;
    font-size: 12px;
    display: none;
}


/****************************************************************/
/* Template Desc */
/****************************************************************/
#template_desc {
    margin-top: 10px;
    margin-left: 10px;
}

#template_desc img.template_thumb {
    float: left;
    width: 317px;
    height: 252px;
    border: 4px solid #d2d2d2;
}

#template_desc div.template_info {
    float: right;
    width: 245px;
    font-size: 13px;
}

#template_desc div.template_info div {
    margin-bottom: 15px;
}

#template_desc div.template_info span.label {
    font-weight: bold;
    font-size: 14px;
}
#template_desc div.template_info span.require {
    color: #b53531;
}

#template_desc div.get_started form.sp_get_started {
    width: 100px;
}

#template_desc div.get_started form {
    margin-left: 490px;
    margin-top: 228px;
    position: absolute;
}


#template_desc div.wp_warnings {
    margin-top: 20px;
}

#template_desc div.wp_warnings img.stop_alert {
    vertical-align: sub;
}

#template_desc div.wp_warnings span.domain_require {
    font-size: 14px;
    font-weight: bold;
    padding-left: 9px;
}

#domain_results_container .inner_box {
    width: 500px;
}

#template_desc h4.domain_transfer {
    font-size: 15px;
    margin-top: -5px;
    font-weight: normal;
}

#template_desc form.search_domain table {
    width: 410px;
}

#template_desc div.wp_warnings h4.or {
    width: 410px;
    margin: auto;
    margin-top: 12px;
}

#template_desc div.wp_warnings div.nameservers {
    text-align: center;
}





