/*******************************************************************************/
/* Basis Style definitionen */
html {
    overflow-x              : hidden !important;
    overflow-y              : scroll !important;
}

h1 {
    color               : #0081C6;
    font-size           : 18px;
    border-bottom       : 1px solid #0081C6;
    padding-bottom      : 3px;
    margin-bottom       : 15px;
    line-height         : 24px;
}

h2, .h2 {
    color               : #0081C6;
    font-size           : 14px;
    margin              : 0 0 5px;
}

h3, h4, h5, h6 {
    font-size           : 13px;
}

input.text, textarea, select {
    color               : #666;
}

a {
    color               : #0081C6;
    text-decoration     : underline;
}
a:hover {
    color               : #66B3DD;
}
a.arrow {
    background          : url(/images/default/layout/arrow.gif) no-repeat 0px center;
    display             : block;
    margin              : 0 0 2px 0;
    padding             : 0 0 0 18px;
}
a.arrow:hover {
    background          : url(/images/default/layout/arrow_hover.gif) no-repeat 0px center;
}

input.arrow {
    border              : 0;
    color               : #BB3617;
    text-align          : left;
    padding             : 0 0 0 15px;
    background          : url(/images/default/layout/arrow.gif) no-repeat 0px center;
    text-decoration     : underline;
}

ul.options a,
ul.options input {
    border              : 0;
    font-size           : 11px;
    text-align          : center;
    background          : #f2f2f2;
    color               : #0081C6;
    font-weight         : bold;
    font-size           : 12px;
    height              : 30px;
    line-height         : 30px;
    border              : 1px solid #ccc;
    padding             : 0 20px;
    display             : block;
}
ul.options a {
    height              : 28px;
}
ul.options a:hover,
ul.options input:hover {
    color               : #666;
}
ul.options li.button-right input,
ul.options li.button-right a {
    position            : relative;
    left                : 5px;
}
ul.options li.button-left input,
ul.options li.button-left a {
    position            : relative;
    left                : -5px;
}
ul.options li.button-right {
    margin              : 0 0 0 10px;
}

input.text,
textarea,
select {
    border-color        : #969696;
}
input.validerror {
    border              : 1px solid red;
}
select.validerror {
    background      : #FAE5E5;
}
table.form input.checkbox {
    width               : auto;
}
table.form input.text {
    padding             : 3px;
    font-size           : 12px;
}
table.form label {
    display             : inline;
}
/*******************************************************************************/
/* Basis Layout */
body {
    color               : #666;
}
body.frontend {
    background          : url(/images/default/layout/bg.png) #D8D8D8 left top repeat-x;
    text-align          : center;
}
#frame-shadow {
    background          : url(/images/default/layout/frame_shadow.png) center center repeat-y;
    width               : 994px;
    margin              : 0 auto;
    position            : relative;
}
#frame {
    text-align          : left;
    width               : 980px;
    margin              : 0 auto;
    background-color    : #fff;
    position            : relative;
    padding-top         : 150px;
}
#header {
    width               : 980px;
    height              : 150px;
    margin-bottom       : 1px;
    position            : absolute;
    top                 : 0;
}
#container {
    padding             : 15px 20px;
}
#left {
    width               : 200px;
    float               : left;
    position            : relative;
    top                 : -8px; /* Schatten hat 8px */
    left                : -8px;
}
#content {
    padding             : 0;
    margin              : 0;
}

body.frontend #content {
    padding-left    : 0px;
    float           : right;
    width           : 728px;
}

body.frontend #frame .fullsize {
    width           : 100%;
}

#header a.logo {
    position            : relative;
    top                 : 16px;
    left                : 20px;
}
div.box-search {
    width               : 160px;
    padding             : 20px;
    position            : absolute;
    left                : 780px;
    top                 : 35px;

}
#header div.box-login {
    position            : absolute;
    right               : 20px;
    top                 : 35px;

}

/* ********************************************************************* */
/* Footer */
div#footer {
    height              : 20px;
    text-align          : center;
    margin:0 auto 20px;
    background          : url(/images/default/layout/footer.png) center top no-repeat;
    width               : 994px;
}
div#footer div.imos-copyright {
    float               : right;
    margin-right        : 7px;
    margin-top          : 14px;
}

/* ********************************************************************* */
/* Top Navigation */
div#frame div#header div#top-menu {
    background          : #999;
    color               : #FFF;
    padding             : 4px 20px;
    height              : 17px;
}
div#frame div#header div#top-menu span.copyright {
    float               : left;
}

/* ********************************************************************* */
/* Haupt Navigation */
div#menu-main-top {
    display             : none;
}
div#menu-main-bottom {
    display             : none;
}
ul.menu-main {
    padding             : 0;
    margin              : 0;
    list-style-type     : none;
    width               : 190px;
    padding             : 5px 5px 0px 5px;

}
ul.menu-main li {
    vertical-align      : middle;
    border-bottom       : 1px solid #DDDDDD;
}
ul.menu-main li a {
    line-height         : 27px;
    padding             : 2px 0 2px 0;
    text-decoration     : none;
    display             : block;
    color               : #666;
}
ul.menu-main li.level-1 a.has-invisible-childs {
    background          : url(/images/common/layout/bg-menu-link-level-1-has-invisible-childs.gif) no-repeat 178px center;
}
ul.menu-main li a:hover {
    color				: #0092DD;
}
ul.menu-main li.active a.active {
    color               : #666;
    font-weight         : bold;
}
ul.menu-main li.active_path a.active_path {
    background          : url(/images/common/layout/bg-menu-link-level-1-active-path.gif) no-repeat 178px center;
}
ul.menu-main li.active_path a.haschilds {
    background          : url(/images/common/layout/bg-menu-link-level-1-active-path.gif) no-repeat 178px center;
}
ul.menu-main li.active a.active:hover {
    text-decoration     : none;
    color               : #0081C6;
}

/* 2. Ebene */
ul.menu-main ul {
    margin              : 0px;
    padding             : 4px 0 0 0 ;
    width               : 100%;
    list-style-type     : none;
    background          : #F3F3F3;
}
ul.menu-main ul li {
    border              : none;
}
ul.menu-main ul li a {
    height              : 17px;
    margin-left         : 0;
    padding             : 0 0 1px 20px;
    font-size           : 11px;
    background          : none;
}
ul.menu-main ul li.last a {
    padding-bottom      : 15px;
}
ul.menu-main ul li.level-1 a.active {
    background          : none;
    font-weight         : bold;
    color               : #666;
}
ul.menu-main li.level-2 {
    background          : url(/images/common/layout/bg-menu-link.gif) no-repeat 10px 12px;
}

ul.menu-main li.level-1 a.haschilds {
    border-bottom       : 1px solid #e1e1e1;
}

ul.menu-main li.level-2 a.has-invisible-childs {
    background          : url(/images/common/layout/bg-menu-link-level-2-has-invisible-childs.gif) no-repeat 178px 12px;
}

ul.menu-main li li.active_path a.haschilds {
    background          : url(/images/common/layout/bg-menu-link-level-2-active-path.gif) no-repeat 178px 14px;
}

ul.menu-main li li.active_path a.active_path {
    background          : url(/images/common/layout/bg-menu-link-level-2-active-path.gif) no-repeat 178px 13px;
}


/* 3. Ebene */
ul.menu-main ul.level-3 {
    padding             : 0;
    margin              : 0;
    background          : #f9f9f9;
}
ul.menu-main ul.level-3 li {
    padding             : 0;
    margin              : 0;
}
ul.menu-main ul.level-3 li.last a {
    padding-bottom      : 0;
}
ul.menu-main ul.level-3 li a {
    background          : url(/images/common/layout/bg-menu-link.gif) no-repeat 20px 12px !important;
    padding             : 0 0 0 30px;
}
ul.menu-main ul.level-3 li.last a {
    padding-bottom      : 15px !important;
}

/* ********************************************************************* */
/* Top Navigation */
ul.menu-top {
    padding             : 0 0 0 20px;
    margin              : 0 0 0 0;
    list-style-type     : none;
    float               : right;
}
ul.menu-top li {
    display             : inline;
}
ul.menu-top li a {
    padding             : 0 7px 0 5px;
    background          : url(/images/default/layout/pipe_top_nav.png) no-repeat center right;
    font-size           : 12px;
    text-decoration     : none;
    color               : #fff;
}
ul.menu-top li.first a.first {
    padding             : 0 7px 0 0;
}
ul.menu-top li.last a.last {
    padding             : 0 0 0 5px;
    background          : none;
}
ul.menu-top li a:hover {
    color               : #fff;
    text-decoration     : underline;
}

/* ********************************************************************* */
/* Footer Navigation */
div#footer-menu {
    height              : 140px;
    font-size           : 11px;
    clear               : both;
    margin-top          : 20px;
}
ul.menu-footer {
    list-style-type     : none;
    height              : 22px;
    background          : #ECECEC;
    border-top          : 1px solid #CCC;
    border-bottom       : 1px solid #CCC;
    padding             : 0;
    padding-left        : 120px;
}
ul.menu-footer li.level-1 {
    float               : left;
}
ul.menu-footer li.level-1 a.level-1 {
    padding             : 0 20px;
    font-weight         : bold;
    text-decoration     : none;
    color               : #666;
    line-height         : 22px;
    display             : block;
}
ul.menu-footer li.level-1 a.level-1:hover {
    text-decoration     : underline;
}
ul.menu-footer li.level-2 a.level-2:hover {
    border              : 1px solid #CCC;
    background-color    : #F2F2F2;
}
ul.menu-footer li.level-1 ul.level-2 {
    list-style-type     : none;
    margin-top          : 6px;
    padding             : 0;
}
ul.menu-footer li.level-2 {
    padding             : 0 10px;
}
ul.menu-footer li.level-2 a.level-2 {
    display             : block;
    padding             : 0 10px;
    text-decoration     : none;
    color               : #9F9F9F;
    line-height         : 16px;
    border              : 1px solid #FFF;
}

/* ********************************************************************* */
/* Root Navigation */
div#menu-root {
    position            : absolute;
    left                : 0;
    bottom              : 0;
    width               : 100%;
    color               : #fff;
    font-size           : 12px;
    border-bottom       : 5px solid #0081C6;
}
ul.menu-root {
    list-style-type     : none;
    height              : 27px;
    background          : #66B3DD;
    padding             : 0;
    margin-bottom       : 1px;
}
ul.menu-root li {
    float               : left;
    line-height         : 27px;
}
ul.menu-root li a {
    display             : block;
    font-weight         : bold;
    text-decoration     : none;
    color               : #FFF;
    line-height         : 27px;
    padding             : 0 14px;
    letter-spacing      : 1px;
    background          : transparent url(/images/default/layout/pipe_root_nav.png) left center no-repeat;
}
ul.menu-root li a:hover {
    color               : #fff;
}
ul.menu-root li.first {
    padding-left        : 6px;
}
ul.menu-root li.first a {
    background          : none;
}
ul.menu-root li a:hover {
    text-decoration     : underline;
}
ul.menu-root li.active {
    background          : #0081C6 ;
    border-color        : #FFF;
    border-style        : solid;
    border-width        : 0 1px;
    display             : block;
    margin              : -5px -1px 0 0;
    padding             : 5px 0 1px 0;
}
ul.menu-root li.active.first {
    border-left-width   : 0;
    padding-left        : 6px;
}
ul.menu-root li.active a.active {
    background          : none;
}

/* ********************************************************************* */
/* Breadcrumb */
div#breadcrumb {
    border-bottom       : 1px solid #BFBFBF;
    color               : #999;
    padding-bottom      : 2px;
    margin              : 25px 20px 20px 20px;

}
div#breadcrumb ol {
    padding             : 0;
}
div#breadcrumb ol li.first {
    font-weight         : bold;
}
div#breadcrumb ol li a {
    color               : #999;
    text-decoration     : none;
}

/* ********************************************************************* */
/* table.common */
table.common {
    border              : 1px solid #CCCCCC;
}
table.common thead td,
table.common tbody.head td {
    background-color    : #0081C6;
    color               : #fff;
    border-bottom       : 1px solid #0081C6;
    border-top          : 1px solid #0081C6;
}
table.common thead td.first {
    border-left         : 1px solid #0081C6;
}
table.common thead td.last {
    border-right        : 1px solid #0081C6;
}
table.common tfoot td {
    background          : #EFE77D;
}
table.common tbody td {
    padding             : 4px 5px;
}
table.common tbody tr.uneven td {
    background          : #F7F7F7;
}

/* ********************************************************************* */
/* Content Boxes */
.content-box {
    border              : 0;
    background          : #F7F7F7;
}
.content-box h2 {
    background          : #0081C6;
    color               : #534613;
    padding             : 5px 10px;
    color               : #fff;
}
.content-box h2 a {
    color               : #534613;
}
.content-box-padding {
    border              : 1px solid #CCCCCC;
    border-top          : 0;
}
/* ********************************************************************* */
/* Boxes */
div.box .h2 {
    background          : #534613;
    padding             : 3px 5px;
}
div.box div.content {
    padding             : 5px 5px;
}

/* ********************************************************************* */
/* Suchbox anpassen */
div.box-search .h2 {
    background          : none;
    color               : #534613;
    padding             : 0;
}
div.box-search div.content {
    padding             : 0;
}
div.box-search input.text {
    width               : 155px;
}

div.module-customer-center table.form tbody.order-history tr td {
    border-bottom       : 1px solid #fff;
}
div.module-customer-center table.form tbody.order-history tr.last td {
    border-bottom       : none;
}
div.module-customer-center div.address {
    padding             : 5px;
}
#content div.module-customer-center div.address ul {
    margin              : 0;
}
div.module-customer-center div.address ul.options li {
    margin-left         : 5px;
}
div.module-customer-center-baskets table.basket-article-list {
    margin              : 5px 0;
    padding-left        : 10px;
    background-color    : #fff;
    border              : 1px solid #999;
}
div.module-customer-center-baskets table.basket-article-list td {
    padding             : 3px;
}
div.module-customer-center-baskets table.basket-article-list td.text-right {
    text-align          : right;
}
div.module-customer-center select.bday {
    width               : 78px;
}
div.module-customer-center select.bday-days,
div.module-customer-center select.bday-months {
    margin-right        : 3px;
}

/* Anpassungen Content Elemente */
div.content-image {
    position            : relative;
    left                : -7px;
    top                 : -4px;
}
.content-columns {
    table-layout        : fixed;
    width               : 760px;
    position            : relative;
    left                : -7px;
}
.content-columns div.teaser {
    background          : url(/images/default/layout/teaser-box.png) no-repeat;
    height              : 110px;
    width               : 215px;
    padding             : 20px;
}





/* Startseite Hover-Effekt 8 Rubriken */

#content #flash_box {
    width               : 980px;
    height              : 453px;
    float               : left;
    border-bottom       : 5px solid #0081C6;
    font-family         : Arial, sans-serif;
    position            : relative;
    top                 : -15px;
    left                : -20px;
    background-image    : url(/images/default/layout/bg-index.png);
    background-repeat   : repeat-x;
    background-position : 0 0;
}

#content #flash_box .flash-content {
    float               : right;
    width               : 687px;
}

#content div#flash_box ul.sub-menu {
    list-style-type     : none;
    color               : #FFFFFF;
    margin              : 116px 25px 0 0;
    float               : left;
    border-color        : #FFFFFF;
    border-style        : solid;
    border-width        : 1px 1px 0 0;
    padding             : 18px 20px 17px;
    background-image    : url(/images/default/layout/bg-index-menu.png);
    background-repeat   : repeat-x;
}

#content div#flash_box ul.sub-menu li {
    font-weight         : bold;
    font-size           : 12px;
}

#content div#flash_box ul.sub-menu li.first ul {
    float               : none;
    padding             : 0;
    border              : 0;
    margin              : 9px 0 29px;
}

#content div#flash_box ul.sub-menu li.last ul {
    float               : none;
    padding             : 0;
    border              : 0;
    margin              : 9px 0 0;
}

#content div#flash_box ul.sub-menu ul {
    list-style-type     : none;
    background-image    : none;
}

#content div#flash_box ul.sub-menu li ul li {
    padding             : 3px 0;
    font-size           : 11px;
}

#content div#flash_box ul.sub-menu a {
    display             : block;
    width               : 160px;
    border              : 1px solid #FFFFFF;
    color               : #FFFFFF;
    text-decoration     : none;
    font-weight         : normal;
    line-height         : 20px;
    padding             : 0 7px;
}

#content div#flash_box ul.sub-menu a.active,
#content div#flash_box ul.sub-menu a:hover {
    background          : #0081C6;
}

#content div#flash_box div.summary {
    display             : none;
    color               : #FFFFFF;
    position            : absolute;
    top                 : 0px;
    left                : 219px;
    width               : 468px;
    font-size           : 11px;
}

#content div#flash_box div.active {
    display             : block;
}

#content div#flash_box div.summary div.summary-text {
    padding-left        : 20px;
    padding-right       : 20px;
}

#content div#flash_box div.summary h1 {
    font-size           : 20px;
    color               : #FFFFFF;
    font-weight         : normal;
    margin-bottom       : 8px;
}

#content div#flash_box div.summary h2 {
    color               : #FFFFFF;
    font-size           : 20px;
    font-weight         : normal;
    margin-bottom       : 8px;
}
#content div#flash_box div.summary p {
    margin-bottom       : 8px;
}


/* Startseite Slider */

#content-slider {
    line-height         : 16px;
    padding             : 15px;
    font-size           : 11px;
    margin-top          : 20px;
    float               : right;
    width               : 262px;
    height              : 402px;
    border-top          : 1px solid #FFF;
    border-left         : 1px solid #FFF;
    background          : url(/images/default/layout/bg-box-right.png) repeat-x;
    border-bottom       : 5px solid #999999;
}

#content-slider .headline {
    font-weight         : bold;
    font-size           : 13px;
    border-bottom       : 1px solid #666;
    padding-bottom      : 3px;
    margin-bottom       : 15px;
}

#content-slider {
	position            : relative;
}

#slider ul, #slider li {
    margin              : 0;
		padding             : 0;
		list-style          : none;
}

#slider ul {
    height              : 368px;
    overflow            : hidden;
}

#slider li {
		width               : 262px;
		height              : 368px;
		overflow            : hidden; 
}	

ol#controls {
    border-top          : 1px solid #ccc;
		margin              : 1em 0;
		padding             : 5px 0 0 0;
		height              : 28px;	
}
ol#controls li {
		margin              : 0 10px 0 0; 
		padding             : 0;
		float               : left;
		list-style          : none;
		height              : 28px;
		line-height         : 28px;
}
ol#controls li a {
		float               : left;
		height              : 24px;
		line-height         : 24px;
		background          : #ccc;
		color               : #555;
		padding             : 0 10px;
		text-decoration     : none;
}

ol#controls li.current a {
		background          : #666;
		color               : #fff;
}

ol#controls li a:focus {
    outline             : none;
}

div.custom-image {
    padding             : 10px;
    border              : 1px solid #ddd;
}
div.custom-image img {
    margin-bottom       : 10px;
}
div.custom-image p.setting-image-footer {
    background          : #f2f2f2;
    padding             : 2px 5px;
    margin-bottom       : 0 !important;
    font-size           : 11px;
}


/********************************************************************** */
/* Sitemap */
ul.sitemap {
    width               : 300px;
}

ul.sitemap li.level-1 {
    list-style          : none;
    padding             : 3px 0;
}
ul.sitemap li.level-1 a.level-1 {
    font-weight         : bold;
}

ul.sitemap li a {
    text-decoration     : none;
    display             : block;
}

ul.sitemap li a.level-1 {
    display             : block;
    border-bottom       : 1px solid #0081C6;
}

ul.sitemap ul.level-2 {
    margin-top          : 10px;
    margin-bottom       : 5px !important;
    padding-left        : 30px;
}

.content-element-sitemap ul {
    margin-bottom       : 0 !important;
    padding-left        : 0;
}

.content-element-sitemap ul.level-3 {
    padding-left        : 24px;
}


/********************************************************************** */
/* Kontakt */
.module-contact .contact-descr {
    float               : left;
    width               : 40%;
}

.module-contact form {
    float               : right;
    width               : 59%;
}

.module-contact form table.form td.first {
    width               : 120px;
}
.module-contact form textarea {
    width               : 244px;
}

.contact-form h2 {
    margin-bottom       : 0;
}

.contact-form table.form select {
    width               : 248px;
    padding             : 3px 1px;
}

.contact-form table.form input.city {
    width               : 179px;
}

.contact-form h2 {
    background          : #f2f2f2;
    color               : #666;
    border              : 1px solid #666;
}


/* Content Box Padding */
.content-box {
    border-bottom       : 2px solid #999999;
    margin-bottom       : 20px;
}
.content-box h2 {
    background          : #999;
    color               : #FFF;
    margin-bottom       : 0;
    text-transform      : none;
    margin-bottom       : 1px;
}

.content-box .content-box-padding {
    border              : 0;
    background          : url(/images/default/layout/content-box-bg.png) repeat-x 0 0;
    background-color    : none;
    padding             : 5px 10px;
    background-color    : #FFF;
}
.content-box .content-box-padding table tr td {
    font-size           : 11px;
}
.content-box .content-box-padding table tr td input.submit {
    background-color    : #999;
    color               : #FFF;
    height              : auto;
    padding             : 1px 10px;
    cursor              : pointer;
}
.content-box .content-box-padding table tr td label span {
    font-weight         : bold;
}


/*******************************************************************************/
/*Content Right*/
#content-right {
    float               : right;
    width               : 256px;
    margin-top          : 15px;
    position            : relative;
    right               : -20px;
}

#content-right-box {
    background          : url(/images/default/layout/bg-content-right.png) no-repeat;
}

#content-right-text div.headline {
    font-weight         : bold;
    font-size           : 13px;
    margin-bottom       : 10px;
}

#content-right-text {
    padding             : 20px 20px 10px 20px;
}

#content-right-bottom {
    background          : url(/images/default/layout/bg-content-right-bottom.png) no-repeat;
    height              : 18px;
}

#content-right ul {
    margin-bottom       : 5px;
}

#content-right ul li {
    font-size           : 11px;
    list-style-image    : url(/images/default/layout/bg-list-right-column.gif);
    padding-bottom      : 4px;
}

.ui-tabs-nav {
    padding-top         : 12px;
}

div.module-faq ul.options {
    margin-bottom       : 30px;
    padding-bottom      : 20px;
}
div.module-faq ul.options li.button-right input,
div.module-faq ul.options li.button-right a {
    left                : 0;
}
div.module-faq dl.overview {
    background          : none;
}
div.module-faq dl dt {
    border              : none;
}
div.module-faq dl.overview dd {
    padding             : 0;
    margin-bottom       : 5px;
}
div.module-faq dl.overview dd.overview-answer {
    border-bottom       : 1px solid #ccc;
    padding-bottom      : 7px;
}


.check-availability {
    width               : 262px;
    height              : 197px;
    background-image    : url(/images/common/layout/verfuegbarkeit-pruefen-shdsl-standleitungen.png);
    background-repeat   : no-repeat;
}
.check-availability a {
    font-size           : 12px;
    color               : white;
    text-decoration     : none;
    font-weight         : bold;
    text-align          : center;
    display             : block;
    width               : 205px;
    height              : 38px;
    padding-top         : 55px;
    padding-left        : 55px;
}

.check-consulting {
    width               : 262px;
    height              : 170px;
    background-image    : url(/images/default/layout/index/jetzt-beratungstermin-vereinbaren.png);
    background-repeat   : no-repeat;
}
.check-consulting a {
    font-size           : 12px;
    color               : white;
    text-decoration     : none;
    font-weight         : bold;
    text-align          : center;
    display             : block;
    width               : 205px;
    height              : 38px;
    padding-top         : 55px;
    padding-left        : 55px;
}

/*******************************************************************************/
/* Service Callback + Website Benchmark */
#custom-service-callback .box-checkboxes {
    background          : url(/images/common/layout/bg-box-callback-service-checkboxes.png) no-repeat;
    height              : 100px;
    width               : 314px;        
    position            : relative;
    left                : -4px;
    margin-bottom       : 20px;
    padding             : 20px;
}

#custom-service-callback .box-checkboxes h3 {
    margin-bottom       : 4px;
}

#custom-service-callback .box-fields {
    background          : url(/images/common/layout/bg-box-callback-service-fields.png) no-repeat;
    height              : 257px;
}

#custom-service-website-benchmark .box-fields {
    background          : url(/images/common/layout/bg-box-callback-service-website-benchmark-fields.png) no-repeat;
    height              : 180px;
}
    
#custom-service-callback .box-fields,
#custom-service-website-benchmark .box-fields {
    width               : 680px;
    padding             : 20px;
    margin-bottom       : 10px;
}

#custom-service-callback .box-fields table {
    width               : 340px;
}

#custom-service-website-benchmark .box-fields table {
    width               : 433px;
}

#custom-service-callback .box-fields table td,
#custom-service-website-benchmark .box-fields table td {
    padding-bottom      : 8px;
}

#custom-service-callback .box-fields label,
#custom-service-website-benchmark .box-fields label {
    font-weight         : bold;
}

#custom-service-callback #custom_service_callback_callback_time {
    width               : 142px;
    float               : left;
}

#custom-service-callback input.text,
#custom-service-website-benchmark input.text {
    padding             : 3px 4px 2px;
    width               : 234px;
}

#custom-service-callback textarea {
    padding             : 3px 4px 2px;
    width               : 234px;
}

#custom-service-callback input.callback-date {
    width               : 87px;
    background          : #fff url(/images/common/layout/bg-callback-date.jpg) no-repeat 76px center;
    float               : left;
    margin-left         : 5px;
}

#custom-service-callback .box-fields ul.options {
    width               : 326px;
}

#custom-service-website-benchmark .box-fields ul.options {
    width               : 366px;
}

#custom-service-callback .footer,
#custom-service-website-benchmark .footer {
    font-size           : 10px;
    color               : #999;
}