/* http://sonspring.com/journal/clearing-floats */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.required {
    color: #ee2e30;
}

.modal-link:link,
.modal-link:visited {
    font-style: italic;
}

.nobr{
	white-space: nowrap;
}

body .navbar {
	height: auto !important;
}

/* Fix to disable large desktop mode */
@media (min-width: 1200px) {
    .container {
        width: 970px;
    }
}

body {
    padding-top: 10px;
}


.navbar-default .navbar-toggle {
    border-color: #fff;
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff !important;
    }


/* override navbar breakpoint */
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
    .navbar-collapse.in {
        overflow-y: auto !important;
    }
	.navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #999;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, 
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent;
        background-image:none;
    }
}


.left {
    float: left;
}

.right {
    float: right;
}

.toleft {
    text-align: left;
}

.toright {
    text-align: right;
}

.hidden {
    display: none;
}

/* fonts */

h1 {
    font-size: 25px;
    color: #000;
    font-weight: normal;
}

h2 {
    font-size: 23px;
    font-weight: bold;
}

h3 {
    font-size: 19px;
    font-weight: normal;
    color: #ff0000;
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: #ee2e30;
}

a:hover {
    text-decoration: underline;
}



/* layout */


/* top links*/

/* basket*/
a#mybasket {
    font-size: 14px;
    color: #302c2d;
    text-decoration: none;
    background: url(../images/icon-basket.png) no-repeat top left;
    padding-left: 22px;
    margin-right: 10px;
    line-height: 21px;
}

    a#mybasket:hover {
        text-decoration: underline;
    }

/* existingcustomer*/
.btn-black,
.btn-black:link,
.btn-black:visited {
    color: #302c2d;
}

    .btn-black:hover,
    .btn-black:active {
        color: #302c2d;
        text-decoration: underline;
    }

    .btn-black .glyphicon {
        color: #ee2e30;
    }

@media (min-width: 768px) {
    #logo {
        text-align: left;
    }
}


#toplinks,
#logo {
    text-align: center;
}

    #logo .img-responsive {
        display: inline;
    }

@media (min-width: 768px) {
    #toplinks{
        text-align: right;
    }

    #logo {
        text-align: left;
    }

        #logo .img-responsive {
            display: inherit;
        }
}


/* call us */
#toplinks #calluson {
    margin-bottom: 0;
}

    #toplinks #calluson a {
        font-size: 28px;
        font-weight: bold;
        color: #000;
    }

#toplinks #calluson2 {
    margin-bottom: 0;
}

    #toplinks #calluson2 a {
        font-size: 18px;
        font-weight: bold;
        color: #000;
    }

#toplinks #socialmedia {
    margin-bottom: 10px;
}


/* social media*/
#socialmedia a:hover {
    opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}

/* nav*/
.navbar-container {
    background: #d71a1c;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-bottom: 20px;
}

.navbar {
    background: #ee2e30;
    border-top: solid 1px #f69697;
    border-bottom: solid 1px #f69697;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
    min-height: inherit;
}

    .navbar .caret {
        color: #fff;
        text-shadow: 0 -1px 0 #931d1e;
    }

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 9px;
        padding-bottom: 9px;
    }
}

ul#navi li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    text-shadow: 0 -1px 0 #931d1e;
}

    ul#navi li a:hover {
        color: #fbb6b6;
        text-shadow: 0 -1px 0 #c71315;
    }

#navi .dropdown-menu {
    padding-bottom: 0;
}

#navi > .open > a,
#navi > .open > a:hover,
#navi > .open > a:focus {
    background-color: transparent;
    color: #fff;
}

#navi .dropdown-menu > li > a:hover,
#navi .dropdown-menu > li > a:focus {
    background-image: none;
    background-color: transparent;
}

ul#navi ul.submenu {
    width: 200px;
    background: #EE2E30;
    /*background: url(../images/submenu-bg.png) repeat-y 0 0;*/
    border-top: 1px solid #ee2e30;
}

    ul#navi ul.submenu li {
        /*background: url(../images/submenu-border.png) no-repeat bottom left;*/
        border-bottom: 1px solid #CB181A;
    }

        ul#navi ul.submenu li:last-child {
            /* background: url(../images/submenu-bottom.png) no-repeat bottom left; */
        }

        ul#navi ul.submenu li a {
            font-size: 14px !important;
        }

/* menu on subpages*/


#sidebar ul.sidebar-red-submenu {
    display: none;
    width: 200px;
    background: url(../images/submenu-bg.png) repeat-y 0 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    #sidebar ul.sidebar-red-submenu li {
        margin: 0;
        padding: 0;
    }

        #sidebar ul.sidebar-red-submenu li a {
            margin-left: 0px;
            padding-left: 0px;
            background: url(../images/submenu-border.png) no-repeat bottom left;
        }

        #sidebar ul.sidebar-red-submenu li:first-child {
            background: url(../images/submenu-top.png) no-repeat top left;
            margin-top: -1px;
        }

        #sidebar ul.sidebar-red-submenu li:last-child {
            background: url(../images/submenu-bottom.png) no-repeat bottom left;
        }

            #sidebar ul.sidebar-red-submenu li:last-child a {
                background-image: none;
            }

        #sidebar ul.sidebar-red-submenu li a {
            display: block;
            width: 190px;
            height: 42px;
            font-size: 13px !important;
            margin: 0;
            padding: 0;
            padding-left: 12px;
            color: #ffffff;
            text-decoration: none;
            display: block;
            line-height: 42px;
            text-shadow: 0 -1px 0 #931d1e;
        }

            #sidebar ul.sidebar-red-submenu li a:hover, #sidebar ul.sidebar-red-submenu li.current a {
                color: #fbb6b6;
                text-shadow: 0 -1px 0 #c71315;
            }

/* menu on subpages no background*/


#sidebar ul.sidebar-submenu {
    display: none;
    width: 200px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    #sidebar ul.sidebar-submenu li {
        margin: 0;
        padding: 0;
    }

        #sidebar ul.sidebar-submenu li a {
            margin-left: 0px;
            padding-left: 0px;
            border-bottom: 1px dotted #fbb6b6;
        }

        #sidebar ul.sidebar-submenu li a {
            display: block;
            width: 190px;
            font-size: 13px !important;
            margin: 0;
            padding: 0;
            padding-left: 12px;
            color: #ee2e30;
            text-decoration: none;
            display: block;
            vertical-align: middle;
            padding: 5px 0px;
        }

            #sidebar ul.sidebar-submenu li a:hover, #sidebar ul.sidebar-submenu li.current a {
                color: #231f20;
            }



/* grey featurebox */
.featurebox {
    -moz-box-shadow: inset 0 0 10px #E6E6E6;
    -webkit-box-shadow: inset 0 0 10px #E6E6E6;
    box-shadow: inset 0 0 10px #E6E6E6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fefefe; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fefefe 0%, #f5f5f5 40%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(40%,#f5f5f5), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fefefe 0%,#f5f5f5 40%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fefefe 0%,#f5f5f5 40%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fefefe 0%,#f5f5f5 40%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fefefe 0%,#f5f5f5 40%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
}

    .featurebox h3 {
        background: #EE2E30;
        color: #fff;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        padding: 5px;
        font-size: 14px;
        margin-bottom: 0;
        text-shadow: 0 1px 0 #000;
    }

    .featurebox p {
        font-size: 12px;
    }

    .featurebox .featurebox-content {
        padding: 5px;
    }

    .featurebox .chooselocation-content {
        margin: 20px 0;
    }

.featurebox-content ul {
    -moz-box-shadow: inset 0 0 10px #a1a1a1;
    -webkit-box-shadow: inset 0 0 10px #a1a1a1;
    box-shadow: inset 0 0 10px #a1a1a1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #e5e5e5; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e5e5e5 0%, #f5f5f5 60%, #fefefe 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(60%,#f5f5f5), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e5e5e5 0%,#f5f5f5 60%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e5e5e5 0%,#f5f5f5 60%,#fefefe 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e5e5e5 0%,#f5f5f5 60%,#fefefe 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e5e5e5 0%,#f5f5f5 60%,#fefefe 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#fefefe',GradientType=0 ); /* IE6-8 */
    margin-left: 1em;
    margin-right: 1em;
}

    .featurebox-content ul li a {
        display: block;
        padding: 5px;
        color: #231f20;
        font-size: 18px;
        margin-top: 3px;
        margin-bottom: 5px;
        text-shadow: 0 1px 0 #ffffff;
    }

    .featurebox-content ul.list-inline > li {
        padding-left: .75em;
        padding-right: .75em;
        display: list-item;
    }

@media (min-width: 768px) {
    .featurebox-content ul.list-inline > li {
        display: inline-block;
    }
}

    .featurebox-content ul li a:hover,
    .featurebox-content ul li a:hover span,
    .featurebox-content ul li a:active,
    .featurebox-content ul li a:active span {
        text-decoration: none;
        background: #f44b4c !important;
        color: #fff !important;
        text-shadow: 0 1px 0 #000;
    }

.featurebox-content ul li span {
    color: #231f20;
    display: block;
    font-size: 21px;
    font-weight: bold;
}

#scroller-items {
    height: 60px;
    width: 922px;
    position: absolute;
    top: 63px;
    left: 20px;
}

    #scroller-items .scroller-item {
        display: block;
        height: 50px;
        width: auto;
        padding: 5px 26px;
        cursor: pointer;
        float: left;
        background: url(../images/main-sep.png) no-repeat top right;
        position: relative;
    }

        #scroller-items .scroller-item:last-child {
            background: none;
        }

        #scroller-items .scroller-item:hover, #scroller-items .scroller-item.active {
            background: url(../images/main-active.png) repeat-x 0 0;
        }

            #scroller-items .scroller-item:hover h1, #scroller-items .scroller-item:hover h2 {
                color: #ffffff;
                text-shadow: 0 -1px 0 #000;
            }

        #scroller-items .scroller-item:first-child:hover .active-left {
            width: 5px;
            height: 60px;
            display: block;
            float: left;
            position: absolute;
            top: 0px;
            left: 0px;
        }

        #scroller-items .scroller-item:first-child:hover .active-left {
            background: url(../images/active-left.png) no-repeat top left;
        }


        #scroller-items .scroller-item:last-child:hover .active-right {
            width: 5px;
            height: 60px;
            display: block;
            float: left;
            position: absolute;
            top: 0px;
            right: 0px;
        }

        #scroller-items .scroller-item:last-child:hover .active-right {
            background: url(../images/active-right.png) no-repeat top right;
        }


        #scroller-items .scroller-item h1 {
            color: #231f20;
            font-size: 21px;
            font-family: 'Ubuntu',Arial, Helvetica, sans-serif;
            font-weight: normal;
            margin-top: 3px;
            margin-bottom: 5px;
            padding-bottom: 0px;
            line-height: 22px;
            text-shadow: 0 1px 0 #ffffff;
        }

            #scroller-items .scroller-item h1 a {
                text-decoration: none;
                color: #231f20;
                text-shadow: 0 1px 0 #ffffff;
            }

        #scroller-items .scroller-item h2 {
            color: #231f20;
            font-size: 18px;
            font-weight: normal;
            margin-top: 0px;
            padding-top: 0px;
            line-height: 20px;
        }

/* typography */
p.title, h1 {
    font-size: 25px;
    color: #ee2e30;
}

p, span {
    font-size: 16px;
    color: #7a6e71;
}

.space20px {
    height: 20px;
}


/*slider with dotted navi at the homepage*/
.carousel-inner {
    min-height: 180px;
}

.carousel-indicators-container {
    margin-top: 20px;
    padding-top: 20px;
    background: url(../images/news-bg.png) no-repeat top center;
}

.carousel-indicators {
    bottom: inherit;
    position: relative;
}

    .carousel-indicators li {
        border: 1px solid #EE2E30;
    }

    .carousel-indicators .active {
        background-color: #EE2E30;
    }

.carousel .item p.subtitle {
    color: #231f20;
    text-decoration: underline;
}

.carousel .item p.title img {
    vertical-align: middle;
}

.carousel .item .more {
    color: #ee2e30;
    font-weight: bold;
    text-decoration: none;
    float: right;
}

    .carousel .item .more:hover {
        text-decoration: underline;
    }


/* sidebar */
.sidebar-banner {
    margin: 30px 0;
}

span.no-of-the-week {
    color: #231f20;
    font-size: 20px;
    padding-left: 10px;
    padding-top: 10px;
    display: block;
}

.badge-buy {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 93px;
    height: 95px;
    background: url(../images/badge-buy.png) no-repeat 0 0;
}

    .badge-buy:hover {
        background: url(../images/badge-buy.png) no-repeat 0 -95px;
    }

.sidebar-banner .number {
    color: #ee2e30;
    font-size: 27px;
    font-weight: bold;
    display: block;
    clear: both;
    padding-left: 10px;
}

.sidebar-banner .price {
    color: #878787;
    font-size: 16px;
    padding-left: 10px;
    display: block;
    padding-top: 15px;
}


/* red banners*/
.red-banners {
    margin-top: 35px;
}

.red-banner {
    min-height: 160px;
    /* http://www.colorzilla.com/gradient-editor/#f44b4c+0,ee2e30+100;Custom */
    background: #f44b4c; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0NGI0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZTJlMzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f44b4c 0%, #ee2e30 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f44b4c), color-stop(100%,#ee2e30)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f44b4c 0%,#ee2e30 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f44b4c 0%,#ee2e30 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f44b4c 0%,#ee2e30 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f44b4c 0%,#ee2e30 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f44b4c', endColorstr='#ee2e30',GradientType=0 ); /* IE6-8 */
    padding: 10px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;
}

    .red-banner .title {
        font-size: 16px;
        color: #ffffff;
        text-shadow: 0 -1px 0 #bf1516;
        padding-bottom: 10px;
        border-bottom: 1px solid #CB181A;
        margin-bottom: 10px;
        display: block;
    }

    .red-banner .intro {
        display: block;
        clear: both;
        font-size: 13px;
        color: #ffffff;
        margin-bottom: 10px;
    }

    .red-banner .more {
        display: block;
        text-align: right;
        cursor: pointer;
        font-size: 12px;
        margin-bottom: 0;
    }

        .red-banner .more a {
            background: #636061;
            color: #fff;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            padding: 5px;
        }

            .red-banner .more a:hover {
                opacity: 0.7;
                filter: alpha(opacity=70); /* For IE8 and earlier */
            }



/* footer */
.logos img {
    margin-top: 20px;
	display: inline;
}

footer.site-footer {
    margin-top: 30px;
    padding-top: 30px;
    background: url(/images/footer-bg.png) no-repeat top center;
}

    footer.site-footer span,
    footer.site-footer p {
        color: #898989;
        font-size: 12px;
    }

    footer.site-footer .footer-callus a {
        color: #ee2e30;
        font-size: 18px;
    }

/* classes */

.bold {
    font-weight: bold;
}

.smalltext {
    font-size: 11px;
}

.black, p.black, span.black {
    color: #000;
}

.error {
    color: #ff0000;
    background-color: #ffe7e7;
    border: 1px dotted #ff8888;
    padding: 1px 2px;
}

.red {
    color: #ff0000;
}

.postdate {
    font-size: 11px;
    font-style: italic;
}
/* Buttons*/

.btn-red {
    -moz-box-shadow: inset 0px 1px 0px 0px #f29c93;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f29c93;
    box-shadow: inset 0px 1px 0px 0px #f29c93;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
    background: -moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
    background-color: #fe1a00;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #d83526;
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 22px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #b23e35;
    cursor: pointer;
}

    .btn-red:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
        background: -moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
        background-color: #ce0100;
        color: #fff;
    }

    .btn-red:active,
    .btn-red:focus {
        color: #fff;
        outline: none;
    }

.btn-green {
    -moz-box-shadow: inset 0px 1px 0px 0px #b3f696;
    -webkit-box-shadow: inset 0px 1px 0px 0px #b3f696;
    box-shadow: inset 0px 1px 0px 0px #b3f696;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #74dc49), color-stop(1, #50c514) );
    background: -moz-linear-gradient( center top, #74dc49 5%, #50c514 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74dc49', endColorstr='#50c514');
    background-color: #74dc49;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #3ba006;
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px -1px 0px #46961c;
    cursor: pointer;
}

    .btn-green:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #58ca20), color-stop(1, #41aa0d) );
        background: -moz-linear-gradient( center top, #58ca20 5%, #41aa0d 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#58ca20', endColorstr='#41aa0d');
        background-color: #58ca20;
    }

    .btn-green:active {
        position: relative;
        top: 1px;
    }


/* Sub pages*/

.general-wizard-bar {
    padding: 10px 10px;
    background-color: #f8f8f8;
    margin-bottom: 25px;
    border: 3px solid #ebe8e8;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
    position: relative;
}

ul.wizard-bullet-points {
    margin-top: 10px;
    font-size: 13px;
}

    ul.wizard-bullet-points li {
        list-style-type: disc;
        margin-left: 20px;
        line-height: 20px;
        font-size: 15px;
    }

.ErrorLabel {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 300px;
    text-align: right;
}
/* number selection table*/

.tablescroll {
    border: none;
}

    .tablescroll td,
    .tablescroll_wrapper,
    .tablescroll_head,
    .tablescroll_foot {
        border: 1px solid #ccc;
    }

    .tablescroll td {
        padding: 5px 5px;
        border-bottom: 0;
        border-right: 0;
    }

.tablescroll_wrapper {
    background-color: #fff;
    border-left: 0;
}

.tablescroll thead tr td {
    padding: 5px 5px;
    background-color: #f7f7f7;
    background-color: #898989;
    color: #fff;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    font-size: 13px;
}

.tablescroll_head,
.tablescroll_foot {
    background-color: #eee;
    border-left: 0;
    border-top: 0;
    font-size: 11px;
    font-weight: bold;
}

.tablescroll_head {
    margin-bottom: 0px;
}

.tablescroll_foot {
    margin-top: 3px;
}

.tablescroll tbody tr.first td {
    border-top: 0;
}



table.numbers {
    border: none;
    width: 100%;
}

    table.numbers label {
        color: #000;
        font-size: 13px;
    }

    table.numbers thead tr th, table.numbers tr th {
        padding: 5px 5px;
        background-color: #ee2e30;
        background-color: #898989;
        color: #fff;
        border-right: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
        font-size: 13px;
    }

    table.numbers tbody tr td,
    table.numbers tfoot tr td {
        background-color: #f8f8f8;
        padding: 5px 5px;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        vertical-align: middle;
    }

    table.numbers tbody tr:hover td {
        background-color: #e5e5e5;
    }

#widget-header {
    border-top-width: 1px;
    border-right-width-value: 1px;
    border-bottom-width: 0px;
    border-left-width-value: 1px;
    border-top-style: solid;
    border-right-style-value: solid;
    border-bottom-style: none;
    border-left-style-value: solid;
    border-top-color: #dddddd;
    border-right-color-value: #dddddd;
    border-bottom-color: #898989;
    border-left-color-value: #dddddd;
    border-image-source: none;
    border-image-slice: 100% 100% 100% 100%;
    border-image-width: 1 1 1 1;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    background-color: #ee2e30;
    background-color: #898989;
    color: #fff;
    font-weight: bold;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    text-align: center;
    font-weight: bold;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    height: 30px;
    line-height: 30px;
}


/* MESSAGES --------------------------------------------------------------- */

#message-red {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    width: 100%;
}

    #message-red table tbody tr, #message-red table tbody tr td {
        margin: 0;
        padding: 0;
        line-height: 35px;
        overflow: hidden;
        height: 35px;
        display: table-cell;
        vertical-align: top;
    }

.red-left, td.red-left {
    background: url(../images/message_red.gif) top left no-repeat;
    color: #ce2700;
    font-weight: bold;
    padding-left: 20px;
}

    .red-left a {
        color: #ce2700;
        font-weight: normal;
        text-decoration: underline;
        line-height: 20px;
        overflow: hidden;
        height: 20px;
    }

.red-right a {
    cursor: pointer;
}

.red-right {
    width: 55px;
}

#message-red tr, #message-red tr td {
    margin: 0;
    padding: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 35px;
}

#message-red tbody, #message-red thead {
    margin: 0;
    padding: 0;
}

#message-red td.red-right {
    padding-left: 0px;
}

.txt-additional-info {
    width: 300px;
    margin-bottom: 10px;
    font-size: 11px;
    color: #666666;
    font-style: italic;
}

.txt-routing-info {
    font-size: 12px;
    color: #666666;
}

.promocode-box {
    float: right;
    margin-top: 15px;
    text-align: right;
}


/* HTML  - editable content*/
.html, .html ul, .html ul li {
    font-size: 16px;
    line-height: 24px;
    color: #7a6e71;
}

/* forms */
textarea {
    min-height: 75px;
    height: auto;
}

input[type="text"], input[type="password"], input[type="file"], select, textarea {
    padding: 3px 3px;
    border: 1px solid #CCC;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #cccccc;
    color: #333;
    font-size: 1em;
    margin: 0px 0 2px 0;
    padding: 4px;
}

    input[type="text"]:focus, input[type="password"]:focus, input[type="file"]:focus, textarea:focus {
        background-color: #fafafa;
        border: 1px solid #ee2e30;
    }

    select.auto {
        width: auto;
    }

input[type="password"] {
    border: 1px solid #CCC;
}

.numberoftheweekbox {
    padding: 3px 3px;
    border: 2px solid #a8e23b;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-color: #e5ffd9;
    margin-bottom: 15px;
}

/* wizard on the 01/02 page*/

.search-wizard-0102 {
    width: 625px;
    height: 133px;
    display: block;
    background: url(../images/0102_search.png) no-repeat 0 0;
    position: relative;
}

    .search-wizard-0102 .txt-search-wizard {
        position: absolute;
        top: 65px;
        left: 60px;
        width: 340px;
        border: none !important;
        background-color: transparent;
        font-size: 17px;
        color: #302c2d;
        padding: 7px 5px;
    }

        .search-wizard-0102 .txt-search-wizard:focus {
            background-color: transparent;
        }

.btn-search-wizard {
    width: 145px;
    height: 46px;
    display: block;
    border: none;
    background: url(../images/btn-wizard-search.png) no-repeat 0 0;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 60px;
}

.search-results-close {
    text-align: right;
    float: right;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.btn-search-wizard:hover {
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}

.wizard-search-results {
    background-color: #efefef;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: auto;
    margin-bottom: 20px;
}

    .wizard-search-results ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .wizard-search-results ul li {
            background: url(../images/search-result-bullet.png) no-repeat 4px 5px;
            padding-left: 20px;
            font-size: 14px;
        }
/* UK virtual numbers - details page */
#local-0102-search {
    margin-bottom: 35px;
}

.addon {
    margin-right: 0px;
    margin-top: 20px;
}

    .addon .cleantable {
        font-size: 11px;
    }

        .addon .cleantable p {
            font-size: 11px;
            line-height: 12px;
            margin-bottom: 10px;
            vertical-align: middle;
        }

.addon-middle {
    border: 3px solid #ee2e30;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 10px 10px;
}

.addon-line {
    height: 4px;
    width: 100%;
    background-color: #f0f0f0;
    margin-bottom: 10px;
    margin-top: 10px;
}

.clearboth {
    clear: both !important;
}

.addon-heading {
    margin-bottom: 5px;
    color: #7a6e71;
    font-size: 16px;
}

table {
    border: #fff;
}

.ddl {
    margin-bottom: 10px;
}

.addon-tocart {
    width: 129px;
    margin: 0 auto;
    display: block;
    clear: both;
    padding-bottom: 0px;
    overflow: hidden;
}

.loading {
    position: fixed;
    top: 0px;
    right: 0px;
    background: #fff;
    padding: 0px 5px;
}

.error {
    color: #ff0000;
    background-color: #ffe7e7;
    border: 1px dotted #ff8888;
    padding: 1px 2px;
}

p.number-chosen {
    font-size: 22px !important;
    font-weight: bold;
    color: #fe1a00;
    margin-bottom: 0px;
    vertical-align: middle;
}

    p.number-chosen img {
        vertical-align: middle;
    }

.init-hidden {
    display: none;
}

.NumberPricing {
    border-top: 1px dashed #9d9a9a;
    padding: 10px 10px;
    margin-top: 10px;
    margin-bottom: 0px;
    background: #f4f4f4;
}

    .NumberPricing span {
        font-size: 11px;
    }

.numberDetailsControl {
    border: 5px solid #f0f0f0;
    padding: 5px 5px;
    margin-top: 10px;
}

    .numberDetailsControl p {
        font-size: 11px;
    }

    .numberDetailsControl h3 {
        font-size: 16px;
    }

    .numberDetailsControl:hover {
        border: 5px solid #9d9a9a;
    }

    .numberDetailsControl span label {
        font-size: 11px;
        line-height: 11px;
    }

.dotted-line {
    width: 272px;
    height: 5px;
    border: 1px dotted #f0f0f0;
    border-top: none;
}

table#table-numbers {
    width: 100%;
}

    table#table-numbers tr:hover td.clean {
        background-color: #ffffff;
    }

#table-numbers thead tr th {
    font-size: 13px;
    color: #fff;
    background-color: #ee2e30;
    border: 1px solid #fff;
    padding: 2px 4px;
}

#table-numbers tbody tr {
    line-height: 11px;
    padding: 0px 0px;
    border: none;
    border: 0px;
    height: 11px;
}

    #table-numbers tbody tr td {
        height: 11px;
        line-height: 11px;
        font-size: 11px;
        padding: 4px 2px;
        border: none;
        border: 0px;
        color: #7a6e71;
    }

.number-allocation-notice {
    font-size: 13px;
    font-weight: bold;
    color: #9d9a9a;
}

.loading {
    position: fixed;
    top: 0px;
    right: 0px;
    background: #fff;
    padding: 0px 5px;
}



/* worldwide numbers*/
    #ddlCountry {
        font-size: 18px;
        padding: 4px;
    }

    #ddlCity {
        font-size: 18px;
        padding: 4px;
    }

#fancybox-frame {
    width: 94% !important;
    height: 87% !important;
}


/*additional features*/
.feature-short {
    padding-right: 50px;
    position: relative;
}

a.learnmore {
    background: url(../images/info.png) no-repeat 0 0;
    width: 26px;
    height: 26px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
}

/* button area*/
.button-area {
    display: block;
    padding: 5px 5px;
    clear: both;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    background-color: #f9f9f9;
    margin-top: 20px;
    text-align: right;
}

.smalltext {
    font-size: 11px;
    color: #7a6e71;
}

#seo-footer {
    color: #898989;
    font-size: 13px;
    line-height: 15px;
}

    #seo-footer a,
    #seo-footer a:link,
    #seo-footer p,
    #seo-footer span {
        font-size: 13px;
        color: #898989;
    }
