@import url("styles_addon.css");

* {
    font-size: 11px;
}

html, body {
    padding: 0;
    margin: 0;
    background: #ffffff;
    color: #000000;
}


html, body, h1, #nav, #navhome, .toplinks {
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Futura, Helvetica, sans-serif;
    color: #000000;

}

/**
       Old IE browsers show borders aroung img and link elements. Fix is below.
       */
img {
    border: none;
}

a {
    border: none;
}

input[type=checkbox] {
    border: none;
}

/*
table img
{
    display:block;
}

table a
{
    display:block;
}
*/

h1, h4, h5, form {
    display: inline;
}

h1, h4, h5 {
    font-weight: 100;
}

#nav {
    color: #333333;
}

#navhome {
    color: #FFFFFF;
}

a {
    font-family: Tahoma, Verdana, Arial, "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Futura, Helvetica, sans-serif;
    color: #0000FF;
    text-decoration: underline;
}

#splash_lang, .splash_icon, #nav, #navhome, .toplinks {
    text-decoration: none;
}

#splash_lang:hover, #nav:hover, #navhome:hover, #toplinks:hover {
    text-decoration: underline;
    color: #000000;
}

.splash_icon:hover {
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
    color: #0000CC;
}

#navhome:hover {
    color: #FFFFFF;
}

body {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    scrollbar-face-color: #C3C3B3;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #DFDEDB;
    scrollbar-3dlight-color: #CDCBC6;
    scrollbar-arrow-color: #333333;
    scrollbar-track-color: #DFDEDB;
    scrollbar-darkshadow-color: #111111;

}

#basket-button-div {
    margin-bottom: 20px;
}
.btnContinue {
    width: 300px;
    height: 40px;
    display: block;
    font-size: 13px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border: 2px solid white;
    background: #86c97a;
}

.btnContinue:hover {
    background: #c2fcb8;
}

div#top-link-container {
    float: left;
    display: inline-block;
    margin-top: 5px;
    padding-top: 3px;
}

a.top-bar-link {
    text-decoration: none;
    color: white;
}

a.top-bar-link:hover {
    text-decoration: underline;
}

/*
    Styles for select country drop down,
    Added on:2015/08/12
    Added By:Harindra
*/

div.label-div {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    font-weight: bold;
}

/*
div#navigation-menu {
    width: 205px;
}

div#top-action-bar-two {
    display: block;
    clear: both;
    height: 25px;
    width: 100%;
    margin-bottom: 5px;
}

div#search-box {
    clear: both;
    width: 100%;
    text-align: center;
    background-color: #E7E7E7;
    padding: 4px 0 4px 0;
    border-radius: 4px;
    margin-top: 4px;
}

.level0 {
    font-weight: bold;
    text-align: left;
}

.level1 {
    text-align: left;
    margin-left: 10px;
}

.level2 {
    margin-left: 15px;
}

.level3 {
    margin-left: 15px;
}

.navigation-home {
    background-color: #414175 !important;
    text-align: center;
}

div.navigation {
    clear: both;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 3px;
    margin-top: 1px;
    margin-bottom: 1px;
    min-height: 15px;
    text-transform: capitalize;
    background-color: #eeeeee;
}

.navigation a {
    text-decoration: none;
}

ul.navigation {
    list-style: none;
    padding-left: 0;
    margin-top: 1px;

}

.navigation.level0 {
    background-color: #e3e3e3;
}

ul.navigation > li {
    padding: 5px 2px 5px 2px;
    background-color: #e3e3e3;
}

li.navigation.active:before {
    content: '»';
}

li.navigation.active > a {
    text-decoration: underline;
    color: #212548;
}

.navigation.level0 a {
    color: #333333;
}

.navigation-home a {
    color: #ffffff !important;
    padding-left: 0 !important;
    text-decoration: none;
}

.navigation-home a:hover, .navigation a:hover {
    text-decoration: underline;
}

.level2 {
    margin-left: 22px;
}

.level0 a {
    color: #333333;
}

.level1 a {
    font-weight: normal;
    color: #333333;
}

.level1.has-children:before, .level2.has-children:before, .level3.has-children:before {
    content: '+';
}

.level1.has-children, .level2.has-children, .level3.has-children {
    margin-left: 10px;
}

.navigation li.level0 {
    margin-bottom: 2px;
}

.navigation a.active-link:before {
    content: "» ";
}

.navigation a.active-link {
    text-decoration: underline;
}

a.inactive-link {

}
*/


/*
    End country select drop down styles

*/

.input {
    float: left;
    display: block;
    clear: both;
    margin-top: 5px;
}

.input label {
    width: 150px;
    display: inline-block;
}

.input.select {
}

.textarea label {
    vertical-align: top;
}

div.submit {
    float: left;
    display: block;
    clear: both;
    height: 30px;
    width: 100%;
    margin: 10px auto 5px auto;
    text-align: right;
}

input[type=submit] {
    font-weight: bold;
}

.input label {
    display: inline-block;
    margin-right: 10px;
}

div#breadcrumb a {
    text-decoration: none;
    font-weight: bold;
    float: left;
}

div#breadcrumb a:hover {
    text-decoration: underline;
}

.admin-menu-action a {
    display: inline-block;
    margin: 0 2px 0 2px;
}

/*
styles for previous and next buttons in paging view
*/

div.paging {
    margin-top: 10px;
    margin-bottom: 10px;
    /*border: 1px solid dimgray;*/
    padding: 5px 0 5px 0;
}

div.paging span {
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #000000;
    background-color: #9acfea;
    margin: 0 5px 0 0;
}

div.paging span.disabled {
    color: dimgray;
    cursor: not-allowed;
}

div.paging span a {
    text-decoration: none;
}

/*
    Styles for actions table displayed in controller index.
*/

div.actions {
    display: block;
    height: auto;
    clear: both;
    background-color: #d0defa;
    padding-bottom: 5px;
    border: 1px solid #3874e8;

}

div.actions li {
    list-style-type: none;
}

div.actions h3 {
    background-color: #3874e8;
    padding: 5px 0 5px 5px;
    color: white;
    margin-top: 0;
}

div.actions a {
    color: #0944b8;
    font-weight: bold;
    font-size: 8pt;
    margin-top: 4px;
    margin-bottom: 4px;
    display: inline-block;
    text-decoration: none;
}

div.actions a:hover {
    color: #0000ff;
    text-decoration: underline;
}

/**
Table styles.
*/

table.paging {
    width: 100%;
    border: 1px solid #ff7400;
}

table.paging th {
    background-color: #ff7400;
    padding: 5px 4px 5px 4px;
}

table.paging th, table.paging th a {
    color: white;
}

table.paging th a:hover {

}

table.paging tr:nth-child(even) {
    background: #FFe9D7
}

table.paging tr:nth-child(odd) {
    background: #FFD5B3
}

table.paging td {
    padding: 2px 4px 2px 4px;
    text-align: center;
    text-transform: capitalize;
}

table.paging td.actions a {
    font-weight: bold;
}

/*
Flash message styles.
*/

.message {
    text-align: center;
    font-size: 10pt;
}

.success {
    color: green;
}

.error {
    color: red;
}

/*
dl,dd,dt elements
*/

dl {
    border: 3px double #ccc;
    padding: 0.8em;
}

dt {
    float: left;
    clear: left;
    width: 100px;
    text-align: right;
    font-weight: bold;
    color: green;
}

dt:after {
    content: ":";
}

dd {
    margin: 0 0 0 110px;
    padding: 0 0 0.5em 0;
}

#select-site-country .dd-selected {
    background: transparent;
}
