@charset "iso-8859-1";

BODY, HTML { height: 100%; }

/* Position all the DIVS the way you want them */
#DIV_logo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 175px;
    height: 65px;
}

#DIV_header {
    top: 0px;
    left: 0px;
}

#DIV_breadcrumb {
    height: 20px;
    padding-left: 256px;
    padding-top:25px;
    padding-bottom:15px;
}

#DIV_login {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 25px;
    background-color: #475464;
    text-align: right;
    vertical-align: middle;
    border-top: 1px #26323F solid;
    border-bottom: 1px #000000 solid;
}

#DIV_subnav {
}

#DIV_shoppingcart{
   position:absolute;
   left:518px;
   top:60px;
   width:149px;
   height:93px;
   z-index:3;
}

/*
    Do NOT use positioning on this DIV.
    Instead, set width- and height-offsets in the .content_spacer class below
*/
#DIV_content {
/*    border:1px solid #000000;   */
}

#DIV_staticContent {
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
    border-left-style: solid;
    border-top-color: #000000;
    border-left-color: #000000;
/*    border:1px solid #000000;   */
}

div.submenu1
{
	position:absolute;
    left: 413px;
    top: 177px; 
}

div.submenu2
{
	position:absolute;
	left: 413px;
	top: 157px;
}

/* The width and height of this class determine the offset of the content-DIV */
.content_spacer {
    width: 227px;
    height: 0px;
/*    border:1px solid #0000FF;   */
}

.content{
    padding-left:30px;
}

.staticContent{
    padding-left:30px;
}

.inner_content_home {
    vertical-align: top;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
    border-bottom-color: #000000;
	border-left-style: solid;
	border-top-color: #000000;
	border-left-color: #000000;
	padding-right:0px;
	margin-right:0px;
}

.inner_content {
    padding-right: 30px;
}

.content_title, .content_title a:link, .content_title a:visited, .content_title a:hover{
    vertical-align: bottom;
    font-weight: bold;
    font-size: 12px;
    color: #003366;
    line-height: 18px;
    text-decoration: none;	
}

.content_bold {
    font-weight: bold;
    font-size: 10px;
}

.content_division {
    font-weight: bold;
    font-size: 10px;
    border-bottom: 1px #B7C1CB dotted;
}

.table_header {
    color: #000000;
    background-color: #B7C1CB;
    font-weight: bold;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    vertical-align: middle;
    border: 1px #888888 solid;
    border-bottom: 0px;
}

.table_content {
    background-color: #FFFFFF;
    border: 1px #888888 solid;
}

.table_footer {
    color: #000000;
    background-color: #B7C1CB;
    vertical-align: middle;
    border: 1px #888888 solid;
    border-top: 0px;
    padding: 1px;
}

.table_buttonrow {
    padding: 1px;
}


.nav_content {
    margin-left:15px;
    margin-right:0px;
    background:#77849C;
 }

.context_scroller {
    height: 800px;
    border: 1px #888888 solid;
    scrollbar-base-color:#E8EBF0;
}

/* Tables used for displaying lists */
.data_header {
    font-size: 10px;
    background-color: #E8EBF0;
    color: #000000;
    border: 1px #888888 solid;
    border-bottom: 0px;
}

.data_border {
}

.data_content_odd {
    background-color: #FFFFFF;
	cursor : 'hand';
}

.data_content_even {
    background-color: #FFFFFF;
	cursor : 'hand';
}

/* Classes for mainnav */
.mainnav_table {
    background-color: #FFFFFF;
    border-color:#E8EBF0;
}

.mainnav, .mainnav a:link, .mainnav a:visited {
    padding-right: 10px;
    color: #000000;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
}

.mainnav a:hover {
    text-decoration: underline;
}

.mainnav_selected, .mainnav_selected a:link, .mainnav_selected a:visited {
    padding-right: 10px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
}

/* Classes for productgrouplist */
.productgroup_title, .productgroup_title a:link, .productgroup_title a:visited, .productgroup_title a:hover
    { padding: 3px; font-family :Verdana; font-weight: bold; font-size: 12px; color: #003366; text-decoration: none;  line-height: 18px; }
.productgroup_description { padding: 5px; }
.productgroup_image { width: 150px;}

/* paging */
.navigation_border {
    border: 1px #888888 solid;
}

.navigation_content, .navigation_content a:link, .navigation_content a:hover, .navigation_content a:visited  {
    padding: 0px;
    text-decoration: none;
    background-color : #DEDEDC;
}

.navigation_page, .navigation_page a:link, .navigation_page a:hover, .navigation_page a:visited  {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.navigation_page_selected {
	text-decoration: none;
	color: #FFFFFF;
	background-color : #999999;
	padding: 1px;
}

/* The body layout definition */
/* Define the background colour of the webpage and the default font style */
body.body-tag
{
    background-color: #FFFFFF;
    background-repeat: repeat-x;
    margin:0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

input, select, textarea {
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size:9px;
}

.search_table {
    position: relative;
    top: 0px;
    width: 100%;
    border: 1px #7C7C7C solid;
    background-color: #FFFFFF;
}

.register_table_title_cell {
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	font-weight: bold;
}

.nomarginform {
    margin: 0px;
}

TD {
    color:#5B697F;
    font-family: Arial, Helvetica, sans-serif;
    font-size:10px;
}

A:link {
    color: #5B697F;
    font-size:10px;
    text-decoration:none;
}


A:visited {
    color: #5B697F;
    font-size:10px;
    text-decoration:none
}


A:hover {
    color: #000000;
    font-size:10px;
    text-decoration:none
}


/* CLASSES  */

.field {
    background-color: #FFFFFF;
    font-size:10px;
    font-weight:normal;
    padding: 2px;
    color:#485C77;
    border-color : #485C77;
    border: 1px groove;
}

.lightgraycell {
    background-color: #E8EBF0;
    font-size: 10px;
    font-weight: normal;
    color: #77849C;
}

.darkgraycell {
   color:#000000;
   font-size:10px;
   font-weight:bold;
   background-color: #9DABBF;
}

.darkgraycell a:link { color:#FFFFFF}
.darkgraycell a:visited { color:#FFFFFF}
.darkgraycell a:hover {color:#FFFFFF}


.boldtext {
    color:#5B697F;
    font-size:11px;
    font-weight:bold;
}

.boldtext a:link { color:#5B697F;text-decoration:none;}
.boldtext a:visited { color:#5B697F;text-decoration:none;}
.boldtext a:hover {color:#000000;text-decoration:none;}

a.boldtext:link { color:#5B697F;text-decoration:none;}
a.boldtext:visited { color:#5B697F;text-decoration:none;}
a.boldtext:hover {color:#000000;text-decoration:none;}

.text {
    color:#5B697F;
    font-size:10px;
}

.text a:link { color:#5B697F;text-decoration:none}
.text a:visited { color:#5B697F;text-decoration:none}
.text a:hover {color:#000000;text-decoration:none}



.grayLarge {
    color:#485C77;
    font-size:13px;
    font-weight:bold;
    text-decoration:none;
}

.graybold {
    color:#485C77;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
}

.graybold a:link { color:#485C77}
.graybold a:visited { color:#485C77}
.graybold a:hover {color:#000000}

.nav_txt {
    color:#FFFFFF;
    font-size:10px;
    font-weight:bold;
    font-family: arial;
    text-decoration:none;
}

.nav_txt a:link { color:#FFFFFF;text-decoration:none; }
.nav_txt a:visited { color:#FFFFFF;text-decoration:none; }
.nav_txt a:hover { color:#FFFFFF;text-decoration:none; }


.nav_table {
    background-image: url(../../images/eshop/bg_button_off.gif);
}

.nav_off {
    background-image: url(../../images/eshop/bg_button_off.gif);
    padding-left:15px;
    padding-right:15px;
}

.nav_over {
    background-image: url(../../images/eshop/bg_button_over.gif);
    padding-left:15px;
    padding-right:15px;
    cursor:pointer;
}

.nav_active {
    background-image: url(../../images/eshop/bg_button_act.gif);
    padding-left:15px;
    padding-right:15px;
}

.blackbold {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.whitetxt {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10px;
}

.whitetxt a:link { color:FFFFFF;text-decoration:none}
.whitetxt a:visited { color:FFFFFF;text-decoration:none}
.whitetxt a:hover {color:FFFFFF;text-decoration:none}

.mediumgraycell {
	background-color: #D4DAE3;
	font-size: 10px;
	font-weight: normal;
	color: #77849C;
}

.login {
    position:absolute;
    left:318px;
    top:60px;
    width:149px;
    height:93px;
    z-index:2;
}

.logintitle{
   padding:5px;
   margin:5px;
   color:#000000;
   font-size:10px;
   font-weight:bold;
   background-color: #9DABBF;
}

td.submenu, tr.submenu {
background:#000097;
}

td.submenu a:link { color:#FFFFFF;text-decoration:none; }
td.submenu a:visited { color:#FFFFFF;text-decoration:none; }
td.submenu a:hover { color:#FFFFFF;text-decoration:none; }

table.menu {
    background:#77849C;
}

.title {
   color:#5B697F;
   font-size:14px;
   font-weight:bold;
}
