@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	color: #000000;
	background-image: url(../../../images/bg_gradient.png);
	background-repeat: repeat-x;
	background-color: #D8D2C9;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #262324;
	font-size: 12pt;
}
h1 {
	color: #FFF;
	font-size: 22pt;
	line-height: 22pt;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}
h2 {
	color: #FFF;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}
p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
a {
	color: #262324;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
form {
	margin: 0px;
	padding: 0px;
}
#body {
	background-image: url(../../../images/bg_bar.gif);	
	background-repeat: repeat-x;
}
#container {
	width: 1000px;
	height: 100%;
	background: #d8d2c9;
	background-image: url(../../../images/bg_lines.gif);	
	background-repeat: repeat-y;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header {
	height: 63px;
	width: 100%;
	float: left;
	background-image: url(../../../images/header_flower.gif);
	background-repeat: no-repeat;
}
#logo {
	float: left;
	margin-top: 5px;
}
#menubar {
	background-color: #262324;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	float: left;
	width: 18px;
	height: 35px;
	line-height: 35px;
	margin-top: 26px;
}
#menu {
	background-color: #262324;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	width: 784px;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	list-style-type: none;
}
#menu li {
	float: left;
}
#menu a {
	color: #FFF;
	text-decoration: none;
	display: block;
	float: left;
	width: 148px;
	text-align: center;
	height: 35px;
}
#menu a:hover {
	color: #262324;
	background-color: #FFF;
	border: 0px solid #FFF;
}
#menu a span {
	display: block;
	float: left;
	width: 148px;
	margin-top: 6px;
	line-height: 16pt;
	border-right: 1px solid #FFF;
	cursor: pointer;
}
#left {
	width: 186px;
	height: 400px;
	margin-left: 18px;
	padding-top: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	float: left;
}
#left #mainmenu {
	border-bottom: 1px solid #FFF;
	line-height: 26px;
	font-size: 9pt;
	text-align: center;
	text-transform: uppercase;
}
#advertisement {
	width: 210px;
	float: right;
	text-align: right;
	padding-top: 10px;
	padding-right: 18px;
	margin-right: -220px;
}
#advertisement img {
	margin-bottom: 18px;
}
#mainContent {
	padding: 0px;
	font-size: 9pt;
	line-height: 200%;
	width: 754px;
	margin-left: 216px;
	margin-top: 0px;
}
#title {
	width: 764px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	height: 36px;
	float: left;
	border-bottom: solid 1px #FFF;
}
#copyright {
	width: 100%;
	font-size: 8pt;
	text-align: center;
	clear: both;
	background: #d8d2c9;
	background-image: url(../../../images/bg_linesfade.gif);	
	background-repeat: no-repeat;
}
#copyright a {
	text-decoration: none;
	color: #262324;
}
#copyright a:hover {
	border-bottom: 1px solid #FFF;
}
/* Shop */
#submenu {
	margin-left: 220px;
	width: 780px;
}
#left h2 {
	font-size: 13pt;
	text-transform: uppercase;
}
ul#navlist {
	list-style-type: none;
	padding:0px;
	margin:0px;
}
#left ul#navlist li {
	font-size: 10pt;
	background-image: url(images/l_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 12px;
}
#basket h2, #basket li {
	font-size: 10pt;
	float: left;
	display: inline;
	line-height: 26px;
	margin-left: 10px;
}
#basket h2 {
	color: #262324;
	text-transform: uppercase;	
}
#basket {
	float: right;
	width: 290px;
}
a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:white; 
    color:#000;
    text-decoration:none;
    font-size: 11px;
    font-weight: normal;
	cursor: help;
}

a.info:hover{z-index:90; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    z-index: 90;
    top:0em; left:1em; width:25em;
    border:1px solid #262324;
    background-color:white; color:#262324;
    text-align: left
}
caption {
	color: #fff;
	font-size: 20pt;
	line-height: 24pt;
	text-align:left;
}
#mainContent {
	padding: 10px;	
}
#menu li.logout a {
	width: 35px;
}
#menu li.logout a img {
	margin: 2px;
}
h6 {
	font-size: 12pt;	
}
tr.altrow {
	background-color: #E4E0DA;
}
.datatable th {
	text-align: left;
	background-color: #E4E0DA;
}
a.plain .imgleft {
	border: 1px solid #262324;
	margin-left: 5px;
	margin-right: 5px;
}
