/* Global styles including initial HTML definitions. */
html    { height: 100%; }
body    { font-family:Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif; font-size:13px; background-color:white; margin:0 0 0 0; padding:0 0 0 0; color:#234; } 
div     { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; height: auto; clear:none; background:transparent;}
a:hover { text-decoration:underline;}
ul      { margin-top:1em; margin-bottom:1em; }
p       { text-align:justify; padding-left:0.5em; padding-right:0.5em;}


body {
	background-image: url('../image/body-background.png'); 
	background-repeat: repeat;
	background-position:top left;
	background-attachment: fixed;
}

b, strong, th {
	color: inherit;
	font-weight:bolder;
}

form {
	padding: 0;
	margin: 0;
	display: inline;
}

textarea {
	width:99%;
	height:6em;
	font-size:12px;
	font-family:inherited;
}

.png {
	behavior: url('catalog/javascript/png/iepngfix.htc');
}
  
a img {
	border: none;
}

a:hover {
	text-decoration: underline;
	color:teal;
}

a {
	color:/*#006699;*/crimson;
	text-decoration:underline;
}

a:visited {
	color:/*#006699;*/crimson;
	text-decoration:underline;
}

a:hover {
	color:/*teal*//*#234;*/teal;
	text-decoration:underline;
}

/* layout */
h1 { 
	display: none;
}


h2, h3, h4 {
	color:/*teal*/#234;
	font-weight:bold;
}
 

h2, h3 {
	margin-top:2em;
}

p b {
	font-weight: bold;
}


#container {
	position:relative;
	display:block;
	width:75em;
	min-width:975px;
	margin: 5px auto 0 auto;
	border:crimson 1px solid; 
	padding:0 0 0 0;
}

* html #container {
	position:relative;
	width:975px;
}

#header {
	position:relative;
	display:block;
	height:133px;
	max-height:133px;
	width:75em;
	min-width:975px;
	margin-left:0;
	margin-top:0;
	background-image: url('../image/logo_bg.png'); 
	background-repeat: repeat-x;
	background-position:top left;
}

* html #header {
	width:975px;
}

#navigation {
	/*position:relative;*/
	width:100%;
	font-size:14px;
	background-color:crimson;
	height:2em;
	font-weight:bold;
}

* html #navigation {
	width:975px;
	font-size:14px;
	height:28px;
	float:left;
}


/* - - - ADxMenu: BASIC styles [ MANDATORY ] - - - */

/* remove all list stylings */
#navigation .menu, #navigation .menu ul {
  margin: 0 0 0 0;
  /*padding: 0.5em 0 0.5em 0.5em;*/
  padding: 0 0 0 0;
  border: 0;
  list-style-type: none;
  display: inline-block;
}

#navigation .menu li {
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;  /* move all main list items into one row, by floating them */
  position: relative; /* position each LI, thus creating potential IE.win overlap problem */
  z-index: 5;   /* thus we need to apply explicit z-index here... */
}

#navigation .menu li:hover {
  z-index: 10000; /* ...and here. this makes sure active item is always above anything else in the menu */
  white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
              see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

#navigation .menu li li {
  float: none;/* items of the nested menus are kept on separate lines */
}

#navigation .menu ul {
  visibility: hidden; /* initially hide all submenus. */
  position: absolute;
  z-index: 10;
  left: 0;  /* while hidden, always keep them at the top left corner, */
  top: 0;   /*    to avoid scrollbars as much as possible */
}

#navigation .menu li:hover>ul {
  visibility: visible;  /* display submenu them on hover */
  top: 100%;  /* 1st level go below their parent item */
}

#navigation .menu li li:hover>ul {  /* 2nd+ levels go on the right side of the parent item */
  top: 0;
  left: 100%;
}

/* -- float.clear --
  force containment of floated LIs inside of UL */
#navigation .menu:after, #navigation .menu ul:after {
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
#navigation .menu, #navigation .menu ul { /* IE7 float clear: */
  min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
  it should not disappear when your mouse moves a bit outside the submenu
  YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
  if you do it, make sure you 110% know what you do */
#navigation .menu ul {
  background-image: url('../../../../server/images/empty.gif'); /* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
  /*background: #f00;*/ /* uncomment this if you want to see the "safe" area.
                you can also use to adjust the safe area to your requirement */
}
#navigation .menu ul ul {
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */






/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

#navigation .menu, #navigation .menu ul li {
  color: #eee;
  background: crimson;
}

#navigation .menu ul {
  width: 9em;
  font-size:1em;
}

#navigation .menu a {
  text-decoration: none;
  color: #eee;
  padding: .2em 0.5em;
  display: block;
  position: relative;
}

#navigation .menu a:hover {
   text-decoration:underline;
}

#navigation .menu a:hover, #navigation .menu li:hover>a {
  color: /*#fc3;*/#44EEDC;
  background:transparent;
}

#navigation .menu li li { /* create borders around each item */
  border: 1px solid #ccc;
}

#navigation .menu ul>li + li {  /* and remove the top border on all but first item in the list */
  border-top: 0;
}

#navigation .menu li li:hover>ul {  /* inset 2nd+ submenus, to show off overlapping */
  top: 5px;
  left: 90%;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
  placed here to clarify the terminology I use when referencing submenus in posts */
/*
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
  color: #567;
}
*/

/* Fix for IE5/Mac \*//*/
.menu a {
  float: left;
}
/* End Fix */

#navigation .menu .homeItem {
  margin-left:4em;
}

* html #navigation .menu .homeItem {
  margin-left:3em;
}


#navigation .menu .homeMenu {
  width:13em;
}


#navigation ul.menu>li>ul>li {
  font-size:14px;
}


* html #navigation .menu ul li {
  font-size: 14px;
}

#main {
	border-left:2em solid crimson;
	display:block;
	position:relative;
	background-color:white;
	min-width:949px;
	width:73em;
}


* html #main {
	float:left;
}


#column {
	width: 14em;
	min-width:182px;
	/*min-height:25em;*/
	padding: 2em 0 0 0;
	float: left;
	display:inline-block;
	background-color:#f8eff1;
	background-image: url('../image/topleft.png');
	background-repeat: no-repeat;
	background-position:top left;
}


* html #column {
	width:182px;
	/*height:25em;*/
}

#columnbottom {
	width: 14em;
	min-width:182px;
	height:50px;
	background-color:#f8eff1;
	background-image: url('../image/bottomright.png');
	background-repeat: no-repeat;
	background-position:bottom right;
}


* html #columnbottom {
	position:relative;
	right:-1px;

}


#content {
	float:right;
	display:block;
	width:57em;
	min-width:741px;
	margin:0 0 0 0;
	padding:1em 1em 1em 1em;
	background:white;
	min-height:26em;
}

* html #content {
	width:741px;
	height:26em;
}

#content em
{ color:crimson; 
  font-style:normal;
  font-weight:bold;
}


#footer {
	float:right;
	width:71em;
	min-width:923px;
	margin:0 0 0 0;
	background:white;
	height:4em;
	min-height:52px;
	border-top: 1px dotted silver;
	margin-top:0.5em;
	padding:0.5em 1em 0.2em 1em;
	text-align:center;
	vertical-align:middle;
}

* html #footer {
	height:52px;
	width:922px;
	display:inline-block;
}

#footer .a {
	float: left;
	margin-top: 2px;
	margin-left:1em;
}

#footer .b {
	float: right;
	text-align: right;
	margin-right:1em;
}

#footer span {
	font-size:1.5em;
	padding-top:1em;
	display:inline-block;
}


/*
#footer .b a {
	color: #336699;
}
*/

#bottom {
	width:100%;
	clear:both;
	height:5px;
	margin:0 0 0 0;
}


#time {
	color: silver;
	text-align: center;
	clear: both;
}

img.right {
	float:right;
	margin-left:1em;
}

img.left {
	float:left;
	margin-right:1em;
}

.imageheader {
	position:absolute;
	top:10px;
	left:17em;
	display:block;
	background-color:transparent;
	padding:4px;
	border:solid silver 1px;
}

.objectheader {
	position:absolute;
	top:10px;
	left:17em;
	display:block;
	background-color:transparent;
	padding:4px;
	border:solid silver 1px;
	width:400px;
	height:100px;
}


.objectheader div.alternate {
	position:absolute;
	top:-1px;
	left:-1px;
	display:block;
	background-color:transparent;
	width:408px;
	height:108px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	border:solid silver 1px;
}



.heading {
	font-size: 1.5em;
	font-weight: bold;
	font-family: "Comic Sans MS", inherit;
	/*text-transform: uppercase;*/
	color: crimson;
	padding:0 0 2px 0;
	margin:0 0.5em 0 0.5em;
	border-bottom: 1px dotted /*teal*/#234;
	margin-bottom: 10px;
	clear:both;
}

.heading .left {
	float: left;
	text-align: left;
}
 
.heading .right {
	float: right;
	text-align: right;
}

.error {
	color: #FF0000;
	font-size: 10px;
	display: block;
	clear: both;
}

.required {
	margin: 0;
	color: #FF0000;
	display: inline;
}

.warning {
	color: #000000;
	font-size: 10px;  
	background-color: #FFB3B5;
	padding: 3px;
	display: block;
	margin-bottom: 10px;
}

.message {
	color: #000000;
	font-size: 10px;
	background-color: #99FF00;
	padding: 3px;
	display: block;
	margin-bottom: 10px;
}

.breadcrumb {
	color: #999999;
	margin: 10px 0px 10px 0px;
}

/*
.breadcrumb a {
	color: /*#006699;*/maroon;
}
*/

.price_old {
	text-decoration: line-through;
}

.price_new {
	color: #FF0000;
}
 
#bar {
	background-color: #EEEEEE;
	border-top: 1px solid #CCCCCC; 
	border-bottom: 1px solid #CCCCCC;
	padding: 3px 3px 0px 10px;
	height: 24px;
}

.products, .images, .categories {
	float: left;
	width: 30%; 
	text-align: center; 
	/*cursor: pointer;*/
	font-size: 10px; 
	height: 150px;
}

.categories {
	padding-top: 5px;
	border: 1px solid white;
}

.categories:hover {
	padding-top:5px;
	border:1px solid teal;
}

.products {
	padding-top: 5px;
	border: 1px solid white;
}

.products:hover {
	padding-top:5px;
	border:1px solid teal;
}

.break {
	width:100%;
	float:left;
}

.categories a, .products a, .box a {
	text-decoration: underline;
	color:/*#006699;*/crimson;
}

.categories a:hover, .products a:hover, .box a:hover {
	text-decoration: underline;
	color:/*teal*//*#234;*/teal;
}

.images a {
	font-size: 10px;
}

.images img, .categories img {
	border: 0px;
	margin-bottom: 10px;
}

.results {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 20px;
	clear:both;
}

.results .left {
	float: left;
	padding-top: 4px;
}
 
.results .right {
	float: right;
} 
 
.buttons {
	border: 1px solid silver;
	margin: 10px 0px;
	clear: both;
}

.buttons input {
	height: 2.0em;
	margin: 0.2em;
	/*
	height: 20px;
	margin: 3px;
	*/
}

.buttons table {
	width: 100%;
}

.buttons table td {
	vertical-align: middle;
}

.box {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-right:none 1px silver;
}

/* box language */
.language {
	float: left;
	margin-top: 3px;
}

.language div {
	display: inline;
}

/* box currency */
#header .currency {
	position:absolute;
	bottom:20px;
	left:100px;
	width:10em;
	height:4em;
	text-align:center;
}

* html #header .currency {
	width:11em;
}

/*
.currency div {
	display: inline;
}
*/

.currency div select {
	font-size:13px;
	background-color:white;
	border:solid 1px silver;
}


#header .logo3 {
	position:absolute;
	bottom:10px;
	left:20em;
	padding:0 0 0 0;
	display:inline-block;
}

#header .logo3 span {
	font-family: "Comic Sans MS", inherit;
	font-size:4em;
	line-height:2ex;
	color:crimson;
}

#header img.logo1 {
	position:absolute;
	top:10px;
	left:10px;
	display:block;
}

#header img.logo2 {
	position:absolute;
	top:10px;
	right:10px;
	display:block;
}


/* box search */
#header .search {
	position:absolute;
	right:100px;
	bottom:20px;
	display:block;
	width:19em;
	height:4em;
	text-align:center;
}

* html #header .search {
	width:19em;
	bottom:20px;
}


#header .search input[name="search"] {
	border:inset 1px silver;
	color:#234;
	background-color:white;
	font-family:inherit;
	font-size:13px;
	width:10em;
}
#header .search input[type="submit"] {
	border:outset 2px silver;
	color:white;
	background-color:crimson;
	padding:0 3px 0 3px;
	width:5em;
	font-weight:bold;
}
#header .search input[type="submit"]:hover {
	color:#44EEDC;
	text-decoration:underline;
}




/*
   box with borders and round corners, for more details see
   http://home.tiscali.nl/developerscorner/liquidcorners/liquidcorners.htm
*/

#header .search .top-left,  #header .currency .top-left {
	margin-right: 9px; /* clip right corner */
	background-image: url('../image/corners1280x18.gif');
	height: 9px; /* vertical: show first half of the image with the top-corners in it */
	font-size: 2px; /* correct height for IE */
}

#header .search .top-right, #header .currency .top-right {
	margin-top: -9px; /* to level of top-left corner */
	margin-left: 9px; /* clip left corner */
	background-image: url('../image/corners1280x18.gif'); 
	background-position: 100% 0; /* show bg-image starting at the right */
	height: 9px; 
	font-size: 2px;
}

#header .search .bottom-left, #header .currency .bottom-left {
	margin-right: 9px; /* clip right corner */
	background-image: url('../image/corners1280x18.gif');
	background-position: 0 -9px; /* show under half of the image */
	height: 9px;
	font-size: 2px;
}

#header .search .bottom-right, #header .currency .bottom-right {
	margin-top: -9px; /* to level of bottom-left corner */
	margin-left: 9px; /* clip left corner */
	background-image: url('../image/corners1280x18.gif'); 
	background-position: 100% -9px; /* under half, right side */
	height: 9px; 
	font-size: 2px; 
}

#header .search .inside, #header .currency .inside {
	border-left: 1px solid #4D5E7F;
	border-right: 1px solid #4D5E7F;
	background-color: #EFEFEF;
	color: /*#000000;*/inherit;
	padding-left: 10px;
	padding-right: 10px;
}

#header .search .notopgap, #header .currency .notopgap {
	margin-top: 0;
}

#header .search .nobottomgap, #header .currency .nobottomgap {
	margin-bottom: 0;
}







/* box cart */
.box .cart .a {
	text-align: right;
	border-top: 1px solid silver;
	margin-top: 8px;
	padding-top: 3px;
}

.box .cart .b {
	text-align: center;
}

/* box category */
.box .category {
	padding-top: 5px;
}

.box .category a {
	background: url('../image/bullet_1.png') no-repeat 15px 5px;
	padding: 0px 0px 0px 25px;
	display: block;
	text-decoration: underline;
	margin-bottom: 8px;
}

/* box shop */
.box .shop {
	padding-top: 5px;
}

.box .shop a {
	background: url('../image/shop.png') no-repeat 5px 0px;
	padding: 0px 0px 15px 35px;
	display: block;
	text-decoration: underline;
	margin-bottom: 8px;
}

/* box information */
.box .information a {
	background: url('../image/bullet_2.png') no-repeat 10px 4px;
	padding: 0px 0px 0px 25px;
	display: block;
	text-decoration: underline;
}

/* box review */
.box .review div {
	text-align: center;
}

/*
.box .review a {
	text-decoration: none;
}
*/

.box .review img {
	padding: 3px;
}

/* success */
#success {
	behavior: url('catalog/javascript/png/iepngfix.htc');
	background: url('../image/success.png') no-repeat;
	padding-left: 148px;
	_height: 128px;
	min-height: 128px;
}

/* failure */
#failure {
	behavior: url('catalog/javascript/png/iepngfix.htc');
	background: url('../image/failure.png') no-repeat;
	padding-left: 148px;
	_height: 128px;
	min-height: 128px;  
}

/* error */
#error {
	clear: none;
	border: 1px solid silver;
	margin: 0px 0px 10px 0px;
	padding: 8px;
	margin-top: 10px;
}
