table
{
    text-align: left;
    margin-top: 0px;
}

td, tr
{
    vertical-align: top;
    font: 11px arial;
}

select, textarea
{
    font: 11px arial;
}
input
{
    font: 11px arial;
    background: #ffffff !important;
    margin-bottom: 0px;
}
input[type=text]
{
    font: 11px arial;
    border: 1px solid #cacaca;
}

input[type=password]
{
    font: 11px arial;
    border: 1px solid #cacaca;
}

input[type=image]
{
    border: 0px;
}


img
{
    border: 0px;
}

form
{
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

ul, li
{
    padding: 0px;
    margin: 8px;
}

.padLeft
{
    padding-left: 4px;
}

h1
{
    font-size: 13px;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #000033;
}

li#bgLight
{
    background-color: #E7E8ED;
}

h1#help
{
    display: block;
    width: 100%;
    background-color: #8C96AF;
    font-size: 13px;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    padding-left: 4px;
    border: 1px solid #ffffff;
}
h1#mainTitle
{
    display: block;
    width: 100%;
    background-color: #505D87;
    font-size: 13px;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    padding-left: 4px;
    border: 1px solid #ffffff;
}

h2
{
    font-size: 16px;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #000066;
}
h2#help
{
    display: block;
    width: 100%;
    background-color: #8C96AF;
    font-size: 13px;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    padding-left: 4px;
    border: 1px solid #ffffff;
}

.head_row
{
    background-color: #000066;
    color: #FFFFFF;
}

.rowgrey
{
    background-color: #CCCCCC;
}

.rowwhite
{
    background-color: #CCCCCC;
}

.ord_cell
{
    border-bottom: 1px solid #D8D8D8;
}

.head_td
{
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
}

.grey_txt
{
    color: #808080;
}

.greylink a:link, .greylink a:visited
{
    color: #666666;
    text-decoration: none;
}
.greylink a:hover
{
    color: #666666;
    text-decoration: underline;
}

.pl_title
{
    height: 45px;
    overflow: hidden;
}

.pl_thumb
{
    /*padding-left:60px;*/
    height: 120px;
}

.padLeft_60
{
    padding-left: 60px;
}

.pl_title a:link
{
    color: #000066;
    font-size: 11px;
    font-weight: bold;
}
.pl_title a:visited
{
    color: #000066;
    font-size: 11px;
    font-weight: bold;
}

.price
{
    font-family: arial;
    font-weight: bold;
    font-size: 12px;
    color: #0033CC;
}

a:link
{
    color: #000066;
    text-decoration: none;
    font-weight: bold;
}
a:visited
{
    color: #000066;
    text-decoration: none;
    font-weight: bold;
}
a:hover
{
    color: #000066;
    text-decoration: none;
    font-weight: bold;
}
a:active
{
    color: #000066;
    text-decoration: none;
    font-weight: bold;
}

.input_err
{
    font: 11px Verdana;
    font-style: normal;
    border-width: 1px;
    border-style: solid;
    border-color: #B00112;
    color: #B00112;
    padding-left: 5px;
}

.input_err_msg
{
    font-weight: bold;
    color: #B00112;
}


.basket_total
{
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
    border-bottom: 1px solid #D8D8D8;
}

.basket_header
{
    font-weight: bold;
    border-width: 1px;
    border-style: solid;
    border-color: #FFFFFF;
    color: #FFFFFF;
    padding: 5px;
    padding-left: 6px;
    background-color: #000033;
}

.basketrow_odd
{
    padding-left: 5px;
    padding-top: 3px;
}

.basketrow_even
{
    padding-left: 5px;
    padding-top: 3px;
    background-color: #F4F4F4;
}

.basketrow_odd_actions
{
    padding-bottom: 6px;
    border-bottom: 1px solid #D8D8D8;
}

.basketrow_even_actions
{
    padding-bottom: 6px;
    border-bottom: 1px solid #D8D8D8;
    background-color: #F4F4F4;
}

.formstep_on
{
    color: #0085cf;
    font-weight: bold;
    padding: 5px;
}

.formstep_off
{
    color: #868f98;
    font-weight: bold;
    padding: 5px;
}

a
{
    outline: none;
}

.login A:link
{
    color: #ffffff;
    text-decoration: underline;
}
.login A:visited
{
    color: #ffffff;
    text-decoration: underline;
}
.login A:active
{
    color: #ffffff;
    text-decoration: underline;
}
.login A:hover
{
    color: #2971A7;
    text-decoration: underline;
}

.login
{
    font: 9px Verdana;
    font-weight: bold;
    color: #FFFFFF;
}

.searchbox
{
    font: 16px Verdana;
    font-weight: bold;
    color: #000000;
    border: 1px solid #cacaca;
    width: 490px;
}

.searchtxt
{
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #01164D;
    padding-left: 25px;
}

.search_cri
{
    /*font-family: arial; font-size:14px; font-weight:bold;*/
    display: none;
}

.heading_bl
{
    font-family: arial;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
}

.heading_bl_3
{
    font-family: arial;
    color: #000000;
    font-size: 17px;
    font-weight: bold;
}

.ord_hdr
{
    font-weight: bold;
    background-color: #E7E8ED;
}

.ord_cell
{
    border-bottom: 1px solid #D8D8D8;
}

.req
{
    font-size: 20px;
    font-family: arial;
    font-weight: bold;
}

.h2_txt
{
    display: block;
    width: 100%;
    background-color: #8C96AF;
    font-size: 13px;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    padding-left: 4px;
    border: 1px solid #ffffff;
}

.h2_checkout_txt
{
    background-color: #8C96AF;
    font-size: 13px;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    padding-left: 4px;
    border: 1px solid #ffffff;
}

.loginblack
{
    font: 9px Verdana;
    font-weight: bold;
    color: #000000;
}

.login_error
{
    font: 9px Verdana;
    font-weight: bold;
    color: #800000;
}



.login_title A:link
{
    color: #ffffff;
    text-decoration: none;
}
.login_title A:visited
{
    color: #ffffff;
    text-decoration: none;
}
.login_title A:active
{
    color: #ffffff;
    text-decoration: none;
}
.login_title A:hover
{
    color: #2971A7;
    text-decoration: none;
}

.login_title
{
    font: 14px Verdana;
    font-weight: bold;
    color: #FFFFFF;
}

.notediv
{
    background-color: #000066;
    color: #FFFFFF;
    font-size: 9px;
    font-weight: normal;
}

.text_t
{
    color: #000000;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
}

.blue_text
{
    color: #000066;
    font-weight: bold;
}

.headblue
{
    font-family: arial;
    font-weight: bold;
    font-size: 12px;
    color: #000066;
    line-height: 16px;
}

.footer a:link, .footer a:visited, .footer a:active
{
    font-weight: bold;
    color: #000000;
    font-size: 12px;
    font-family: arial;
    text-decoration: none;
}

/*Styles for tab menu*/
.tabbed_box
{
    width: 260px;
    height: auto; /*overflow-y:scroll;*/
}

ul.tabs
{
    margin: 0px;
    padding: 0px;
}

ul.tabs li
{
    list-style: none;
    display: inline;
}

ul.tabs li a
{
    color: #000000;
    padding: 8px 14px 2px 14px;
    font-size: 12px;
    font-family: arial;
    font-weight: bold;
    text-decoration: none;
    border: 0px solid #000000;
    border-bottom: 0px solid #000000;
}

.content
{
    padding: 10px;
}

#content_2
{
    display: none;
}
/*end tab menu style*/

.bookshow
{
    width: 90px;
}
.error
{
    color: #D6353D;
    font-weight: bold;
    font-size: 12px;
}
.success
{
    color: #0D8643;
    font-weight: bold;
    font-size: 12px;
}

.td_hdr
{
    background-color: #E7E8ED;
}
.td_sub
{
    border-bottom: 1px solid #E7E8ED;
}

.spacer_prod
{
    background-image: url("/images/tile_small.gif");
    background-repeat: repeat-y;
    background-position: center;
}
.spacer_prod_x
{
    background-image: url("/images/tile_small.gif");
    background-repeat: repeat-x;
    background-position: center;
}


/* content layout css */
.cont_left
{
    background-image: url("/images/content/content_box2_14.gif");
    background-repeat: repeat-y;
    width: 2px;
}
.cont_right
{
    background-image: url("/images/content/content_box2_15.gif");
    background-repeat: repeat-y;
    width: 6px;
}
.cont_tile_top2
{
    background-image: url("/images/content/content_box2_08.gif");
    background-repeat: repeat-x;
    height: 16px;
}
.cont_spacer
{
    background-image: url("/images/content/content_box2_18.gif");
    background-repeat: repeat-x;
    height: 11px;
}

.cont_tile_side_left
{
    background-image: url("/images/content/content_box2_11.gif");
    background-repeat: repeat-y;
    width: 2px;
}
.cont_tile_side_right
{
    /*background-image:url("/images/content/content_box2_13.gif");   background-repeat:repeat-y;   background-position:right;   width:6px;*/
    border-right: 1px solid #CACACA;
}
.btn_1
{
    background-image: url("/images/content/content_box2_01.gif");
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 136px;
    height: 29px;
    border: 0px solid black;
}
.bg_btn
{
    background-image: url("/images/content/content_box2_03.gif");
    background-repeat: repeat-x;
    height: 29px;
}
.corner_cont
{
    background-image: url("/images/content/content_box2_09.gif");
    background-repeat: no-repeat;
    background-position: right;
}
.pad_top
{
    padding-top: 10px;
}

.search_bg
{
    background-image: url("/images/searchbox/search_box_10.gif");
    background-repeat: repeat-x;
    width: 646px;
    height: 85px;
}
.search_txt_bg
{
    background-image: url("/images/searchbox/search_box_05.gif");
    background-repeat: no-repeat;
    width: 107px;
    height: 32px;
}

/* end content block */

/* other */

#sortDiv
{
    float: right;
    padding-top: 3px;
    clear: right;
}
#goBack
{
    float: left;
    padding-top: 5px;
}
.pagination
{
    float: left;
}
#navHolder
{
}

.cont_right_2
{
    background-image: url("/images/content/content_box2_15.gif");
    background-repeat: repeat-y;
    background-position: right;
    width: 6px;
}
.tile_footer
{
    background-image: url("/images/footer/footer_02.gif");
    background-repeat: repeat-x;
    height: 20px;
}


a:link.white, a:visited.white, a:hover.white, a:active
{
    color: #FFFFFF;
}

.cont_tile_top_small
{
    background-image: url("/images/tile_small.gif");
    background-position: center;
    background-repeat: repeat-x;
    height: 16px;
}

.prodTable
{
    width: 194px;
}

#title_s
{
    height: 12px;
}
#title_a
{
    height: 12px;
}

.vs_bg
{
    background-image: url(../../../../Van%20Schaik/header-image.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 485px;
    height: 130px;
    z-index: 1;
}
