/*
// +----------------------------------------------------------------------+
// |shop4u                                                                |
// +----------------------------------------------------------------------+
// | Copyright (c) 2006 shop4u                                            |
// | http://www.shop4u.cz                                                 |
// |                                                                      |
// | Portions Copyright (c) 2003 ZenCart                                  |
// +----------------------------------------------------------------------+
// $Id: stylesheet.css 01.01.2006 I.C.
*/
BODY {
	background: #e9e9e9;
	color: #333333;
	margin: 0px;
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	padding: 5px;
	background-image: url(../images/background.gif);
	background-position: center;
	background-repeat: repeat-y;}

BODY.popup {
	background: White;
	color: Black;
	margin: 0px;
	font-family: "Tahoma", sans-serif;
	font-size: 12px;
	padding: 5px;
}

.centershop {
	padding: 0px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	/* width: 100% !important; */
	width: 960px !important;
}

TD.main, P.main {
  font-size: 11px;
}

A {
  color: #0068aa;
  text-decoration: none;
}

A:hover {
	color: #000000;
	text-decoration: underline;
}

HR {
	color: #c0c0c0;
	height: 1px;
}

FORM {
	display: inline;
}
.banners {
  padding: 15px;
}

.bannersHeader {
  padding: 5px;
	text-align: center;
}

.bannersTop {
  padding: 5px;
	text-align: center;
}

.bannersIndex {
  padding: 5px;
	text-align: center;
}

.bannersBottom {
  padding: 5px;
	text-align: center;
}

.bannersFooter {
  padding: 5px;
	text-align: center;
}

/*HEADER CSS*/

div.header {
	background: White;
}

div.headerTop {
	font-size: 11px;
	background: #ffffff url(../images/logo_big.png) no-repeat;
	font-weight: bold;
	height: 100px;
	color: #000000;
	padding: 0px;
}

a.logo {
	width: 480px;
	height: 79px;
	display: block;
	margin-top: 10px;
	margin-left: 10px;
}

a:hover.logo {
	text-decoration: none;
}


div.headerLeft {
	width: 550px;
	height: 100px;
	text-align: left;
	float: left;
}
div.headerRight {
	width: 360px;
	height: 100px;
	text-align: right;
	float: right;
}
div.headerSC {
	padding: 10px;
	background-color: #999999;
  background: url(../images/pixel_50white.png) repeat;
	width: 280px;
  height: 30px;
  font-weight: normal;
  margin: 20px;
	text-align: right;
	float: right;
}

div.headerNav {
	font-size: 11px;
	color: #666666;
	height: 24px;
	background-color: #eeeeee;
}

div.headerNav A, div.headerNav A:visited {
	color: #666666;
}

div.headerNav A:hover  {
  color: #333333;
}

div.headerNavLeft {
	width: 30%;
	text-align: left;
	float: left;
	padding: 6px;
	padding-left: 20px;
}
div.headerNavRight {
	width: 50%;
	text-align: right;
	float: right;
	padding: 6px;
	padding-right: 20px;
}

div.headerNavRight a {
	padding-left: 10px;
	padding-right: 10px;
}

div.headerNav1 {
	font-size: 11px;
	color: #000000;
	height: 37px;
	font-weight: bold;
	background: url(../images/menu_bg.gif) no-repeat;
}

div.headerNav1 div {
	/*width: 15%;*/
	padding-top: 6px;
	padding-left:7px; /*15*/
	padding-right:6px; /*14*/
  font-weight: bold;
	text-align: center;
	float:left;
	background: url(../images/menu_sp.gif) no-repeat right;
}

div.headerNav1 A, div.headerNav1 A:visited {
  font-weight: bold;
	color: #000000;
}

div.headerNav1 div.nobg {
	background: none;
}

div.headerNav1 A:hover  {
  color: #ff0000;
	text-decoration: none;
}

div.headerNavBanner {
	font-size: 11px;
	padding: 11px;
	color: #ff0000;
	font-weight: bold;
	text-align: center;
	background: url(../images/top_banner.gif) no-repeat;
}

DIV.breadCrumb {
	font-size: 10px;
	font-weight: bold;
	color: #0068aa;
	padding: 0px;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 5px;
}

DIV.breadCrumb A {
	color: #0068aa;
}

div.headerError {
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

div.headerInfo {
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

div.main_page {
  /*width: 100% !important;
  padding: 5px;*/
	margin-left: 195px; /* L */
	margin-right: 195px; /* R */
  background-color: #ffffff;
}

div.columns {
  background-color: #ffffff;
	/*border: 1px solid #ff0000;*/
}

div.column_wrapper {
	/*height: auto;*/
	float: left;
	width: 100%;
	margin-right: -1px;
	background-color: #ffffff;
}

div.column_center {
	float: right;
	width: 100%;
	margin-left: -1px;
}

div.column_left {
	float: left;
	position: relative;
	width: 195px;  /* L */
	margin-left: -195px;  /* -L-1 */
	margin-right: 1px;
	background-color: #ffffff;
}

div.column_right {
	height: 100%;
	float: left; /* melo by byt right, ale kvuli IE6 je left */
	position: relative;
	width: 195px;  /* R */
	margin-right: -195px;  /* -R-1 */
	margin-left: 1px;
	background-color: #ffffff;
}

div.center_content {
	padding: 5px 5px 5px 5px;
}

div.left_content {
	padding: 5px 0px 5px 0px;
}

div.right_content {
	padding: 5px;
}

.boxText {
  font-size: 11px;
}

.sideBoxContent {
	padding: 2px 20px 3px 20px;
	background: url(../images/sidebox_bg.png) repeat-y left;
}

div.centerboxcontent {
	width: 560px;
	padding: 2px;
}

div.sidebox {
  width:190px;
}
.sideBox {
  font-family: "Tahoma", sans-serif;
  font-size: 11px;
  margin-bottom: 15px;
}

.centerbox {
  font-size: 11px;
  margin-bottom: 15px;
	border: solid 1px #b22222;
}

div.sideBoxHeading {
  background-color: #ffffff;
  height: 39px;
  background: url(../images/sidebox_header.png) no-repeat;
}

div.centerboxheading {
  background-color: #ffffff;
  height: 39px;
}

div.centerboxheading div.r {
  background-color: #ffffff;
  height: 39px;
	width: 13px;
	float: right;
	padding-left: 0px;
	padding-top: 0px;
}

div.centerboxheading div {
	font-size: 12px;
	font-weight: bold;
 	color: #b22222;
	padding-left: 12px;
	padding-top: 12px;
}

div.sideBoxHeading div {
	font-size: 12px;
	font-weight: bold;
 	color: #b22222;
	padding-left: 12px;
	padding-top: 12px;
}

div.column_left_top {
	height: 0px;
	width: 100%;
	overflow: hidden;
}

div.column_left_spacer {
	height: 5px;
	width: 100%;
	overflow: hidden;
}

div.column_left_bottom {
	height: 10px;
	width: 100%;
	overflow: hidden;
}

div.column_right_top {
	height: 0px;
	width: 100%;
	overflow: hidden;
}

div.column_right_spacer {
	height: 5px;
	width: 100%;
	overflow: hidden;
}

div.column_right_bottom {
	height: 10px;
	width: 100%;
	overflow: hidden;
}

.productListing-heading, .centerboxheading {
	font-size: 11px;
	font-weight: bold;
 	color: #B22222;
	padding-left: 5px;
}

.sideBoxHeading A {
	color: #b22222;
}

TR.sideBoxHeading, TD.productListing-heading, TR.centerboxheading {
	background: #ffffff;
}

div.centerboxfooter {
padding: 0px;
margin: 0px;
	height: 14px;
}

div.centerboxfooter div {
  height: 14px;
	width: 13px;
padding: 0px;
margin: 0px;
	float: right;
}

.sideBoxFooter {
	height: 14px;
	width: 100%;
	overflow: hidden;
	background: url(../images/sidebox_footer.png) no-repeat;
}

.scrolling {
	max-height: 600px;
	overflow: auto;
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkshadow-color: #C0C0C0;
	scrollbar-3dlight-color: #C0C0C0;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-arrow-color: #C0C0C0;
}

.plainBox, .plainbox-description {
  font-size: 11px;
  background: #ffffff;
  padding: 5px;
}
.plainBoxHeading, TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
  padding: 11px 5px 5px;
}
.productListing-heading {
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  padding: 0px;
  height: 20px;
}

TD.productListing-heading{
  background-color: #00ccff;
}

div.productlisting {
  /*border: 1px solid #C0C0C0;*/
}

TD.productListing-data {
  font-size: 11px;
  padding: 4px;
  vertical-align: top;
}
/*boxes*/

div.box_item {
	border-left: 1px solid #aae6ff;
	border-top: solid 1px #aae6ff;
	padding: 12px;
	float: left;
	width: 28%;
}

div.box_item_first {
	border-left: none;
	padding: 12px;
	float: left;
	width: 28%;
}

div.box_item_firstrow {
	border-top: none;
	padding: 12px;
	float: left;
	width: 28%;
}

div.box_item div.box_name {
  height: 36px;
	font-weight: normal;
	color: #0068aa;
	text-align: center;
	font-size: 11px;
}

div.box_item div.box_name a {
	color: #0068aa;
}

div.box_item div.box_img {
	padding: 5px;
	height: 100px;
	overflow: hidden;
}

div.box_item div.box_img table {
	height: 150px;
	margin: -5px;
}

div.box_item div.box_price {
  height: 30px;
	font-size: 10px;
	padding: 5px;
}

div.box_item div.box_buy {
   height: 30px;
	color: #000000;
	text-align: center;
	padding-top: 5px;
}

div.prodlist_box_item {
	border-right: 1px solid #aae6ff;
	border-bottom: solid 1px #aae6ff;
	padding: 12px;
	float: left;
	width: 28%;
}

div.prodlist_box_item_lastcol {
	border-right: none;
	padding: 12px;
	float: left;
	width: 28%;
}

div.prodlist_box_item_lastrow {
	border-bottom: none;
	padding: 12px;
	float: left;
	width: 28%;
}

div.prodlist_box_item div.box_name {
  height: 36px;
	font-weight: normal;
	color: #0068aa;
	text-align: center;
	font-size: 11px;
}

div.prodlist_box_item div.box_name table {
	height: 36px;
	margin: -5px;
}

div.prodlist_box_item div.box_name a {
	color: #b22222;
}

div.prodlist_box_item div.box_img {
	padding: 5px;
	height: 100px;
	overflow: hidden;
}

div.prodlist_box_item div.box_img table {
	height: 100%;
	margin: -5px;
}

div.prodlist_box_item div.box_price {
  height: 30px;
	font-size: 11px;
	padding: 5px;
	text-align: center;
	background-color: #ffffff;
	/*float:left;*/
}

div.prodlist_box_item div.box_buy {
	/*float: right;*/
   height: 30px;
	color: #000000;
	text-align: center;
	background-color: #ffffff;
	padding-top: 5px;
}

div.prodlist_box_item div.box_detail {
	float: right;
   height: 20px;
	color: #000000;
	text-align: center;
	width: 50%;
	background-color: #ffffff;
	padding-top: 5px;
}


div.manuflist_box_item {
	border-right: dotted 1px #cccccc;
	border-bottom: dotted 1px #cccccc;
	padding: 25px;
	float: left;
	width: 26%;
}

div.manuflist_box_item_lastcol {
	border-right: none;
	padding: 25px;
	float: left;
	width: 26%;
}

div.manuflist_box_item_lastrow {
	border-bottom: none;
	padding: 25px;
	float: left;
	width: 26%;
}

div.manuflist_box_item div.box_name {
  height: 36px;
	font-weight: normal;
	color: #0068aa;
	text-align: center;
	font-size: 12px;
}

div.manuflist_box_item div.box_name a {
	color: #0068aa;
}

div.manuflist_box_item div.box_img {
	padding: 5px;
	height: 100px;
	overflow: hidden;
	color: #000000;
	text-align: center;
	font-size: 12px;
}

/*center main section
-----------------------------------*/
TD.pageHeading, DIV.pageHeading, h1 {
	font-size: 14px;
	font-weight: bold;
	color: #0068aa;
}

.center_column {
  padding: 8px;
}
/* footer
--------------*/

div.footer {
  background: #ffffff;
  text-align: center;
  font-size: 11px;
	padding: 0px;
}

.footertop {
	height: 15px;
	padding: 3px;
	font-size: 11px;
  color: #666666;
  background: #eeeeee;
}

.footertop a, .footertop a:visited  {
  color: #666666;
	display: inline-block;
	margin-left: 10px;;
	margin-right: 10px;;
}

.footertop a:hover  {
	color: #333333;
}

.footerPowerby {
	margin-top: 10px;
	font-size: 9px;
  color: #c0c0c0;
}
.footerPowerby a, .footerPowerby a:visited  {
  font-weight: bold;
  color: #c0c0c0;
}

.footerPowerby a:hover  {
	color: #808080;
}

/*miscellaneous areas
-------------------------------------*/
TD.cartBox {
	background-color: #d4faff;
	font-size: 10px;
	padding: 3px;
	border: 1px solid #00ccff;
}

TR.productListing-odd, TR.upcomingProducts-odd {
  background: #ffffff;
}

TR.productListing-even, TR.upcomingProducts-even, .productsNotifications {
	background: #ddfdff;
}

TD.productListing-data-description-odd {
  background: #ffffff;
  font-size: 11px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #cccccc;
}

TD.productListing-data-description-even {
  background: #ddfdff;
  font-size: 11px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #a4eeff;
}

/*pageresults*/

div.pageresults_top {
	margin-top:10px;
	margin-bottom:10px;
	font-size: 11px;
	height: 20px;
}
div.pageresults_bottom {
	margin-top:10px;
	margin-bottom:10px;
	font-size: 11px;
	height: 20px;
}
div.pageresults_number {
  padding: 5px;
}
div.pageresults_pages {
	float:right;
	text-align: right;
}
div.pageresults_top strong.current,div.pageresults_bottom strong.current {
  color: #b22222;
  display: inline-block;
  padding: 5px;
  border: 1px solid #edb8b8;
}
div.pageresults_top a,div.pageresults_bottom a {
  color: #b22222;
  display: inline-block;
  padding: 5px;
  border: 1px solid #edb8b8;
}
div.pageresults_top a:hover,div.pageresults_bottom a:hover {
  color: #007ccf;
}

SPAN.newItemInCart {
  color: #ee0a00;
  font-weight: bold;
}

TD.smallText, SPAN.smallText, P.smallText{
   font-size: 10px;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

FIELDSET {
	margin-top: 10px;
	padding: 10px 10px 10px 10px;
}

LEGEND {
	color: #007ccf;
}

FIELDSET LABEL {
	width: 150px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: right;
	vertical-align: top;
	display:-moz-inline-block;
	display:-moz-inline-box;
	display: inline-block;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-family: "Tahoma", sans-serif;
  font-size: 11px;
	display: inline;
}

TEXTAREA {
	font-family: "Tahoma", sans-serif;
  font-size: 11px;
}

.greetUser {
   font-size: 12px;
   padding-top: 5px;
   padding-bottom: 5px;
}

SPAN.greetUser {
   color: #cc0800#007cc3;
   font-weight: bold;
}

SPAN.markProductOutOfStock {
	color: #c76170;
	font: bold 12px;
}

span.normalprice {
	text-decoration: line-through;
}

TD.productPrice {
	font-size: 14px;
	font-weight: bold;
}

.stockWarning, span.coming {
  color: red;
  font-weight: bold;
}

SPAN.productSpecialPrice, SPAN.productSalePrice {
  color: #0068aa;
  font-weight: bold;
  font-size: 12px;
}

SPAN.productNormalPrice {
  color: #0068aa;
  font-weight: bold;
  font-size: 12px;
	margin-right: 5px;
}

SPAN.productTaxPrice {
  color: #999999;
  font-size: 10px;
}

span.productSpecialPriceSale {
  color: #0068aa;
	text-decoration: line-through;
}

SPAN.productPriceDiscount, .inputRequirement {
  color: red;
  line-height: 16px;
}
.moduleRow { }
.moduleRowOver {
	background-color: #00ccff;
	cursor: pointer;
}
.moduleRowSelected {
	background-color: #aaefff;
}

/* message box */

.messageBox {}
.messageStackError, .messageStackWarning, .errorBox {
  background-color: #ff0000;
  color: #ffffff;
  font-size: 10px;
  padding: 4px;
  border: 1px solid #9a9a9a;
}
.messageStackSuccess { background-color: #b3ffa8; padding: 2px; border: 1px solid #9a9a9a; }
.messageStackCaution { font-size: 10px; background-color: #ffff00; }

/* checkout totals */
TD.ot-subtotal-Text, TD.ot-cod-fee-Text, TD.ot-total-Text, TD.ot-group-pricing-Text, TD.ot-gv-Text, TD.ot-loworderfee-Text, TD.ot-shipping-Text, TD.ot-subtotal-Text, TD.ot-tax-Text, TD.ot-coupon-Text {
  font-weight: bold;
	padding: 2px;
}
TD.ot-total-Amount {
  font-weight: bold;
  border-top: 1px solid #9a9a9a;
	padding: 1px 2px 2px 5px;
}
TD.ot-subtotal-Amount, TD.ot-cod-fee-Amount, TD.ot-group-pricing-Amount, TD.ot-gv-Amount, TD.ot-loworderfee-Amount, TD.ot-shipping-Amount, TD.ot-subtotal-Amount, TD.ot-tax-Amount, TD.ot-coupon-Amount {
	padding: 2px 2px 2px 5px;
}


/* product_info attribute comments */

.ProductInfoComments, TD.ProductInfoComments, SPAN.ProductInfoComments {
  color: #007ccf;
  font-size: 10px;
  text-align : left;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #007ccf;
}

/* General alert span class */
TD.alert, SPAN.alert {
  color: #FF0000;
  font-weight: bold;
}

/* General alert span class */
TD.alertBlack, SPAN.alertBlack {
  color: #000000;
  font-weight: bold;
}

/* popup tables */
TABLE.popupimage, TABLE.popupimageadditional, TABLE.popupattributeqty, TABLE.popupcouponhelp, TABLE.popupcvvhelp, TABLE.popupsearchhelp, TABLE.popupshippingestimator, TABLE.popupinfoshoppingcart {
  background-color: #ffffff;
  font: 11px;
}

TD.popupimage {
	background: #ffffff;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}
/* categories_description */

div.categoriesdescription {
	font-size: 11px;
	background: #eeeeee;
	border: 1px solid #999999;
	color: #666666;
	padding: 15px;
}

/* categories box parent and child categories */
A.acategory-top {
	color: #0068aa;
	text-decoration: none;
	display: block;
	padding: 2px;
}
A:hover.acategory-top {
	color: #000000;
	text-decoration: none;
	display: block;
	background-color: #cccccc;
}
A.acategory-links {
	color: #0068aa;
	text-decoration: none;
	display: block;
}
A.acategory-subs, A.acategory-products {
	color: #0068aa;
	text-decoration: none;
	display: block;
	padding: 2px;
}
A:hover.acategory-subs, A:hover.acategory-products {
	color: #000000;
	text-decoration: none;
	display: block;
}
A.acategory-subs-parent {
	color: #0068aa;
	text-decoration: none;
	font-weight: normal;
	display: block;
	padding: 2px;
}
A:hover.acategory-subs-parent {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	display: block;
	background-color: #cccccc;
}

A.acategory-subs-selected {
	color: #0068aa;
	text-decoration: none;
	display: block;
	background-color: #eeeeee;
	padding: 2px;
}
A:hover.acategory-subs-selected {
	color: #0068aa;
	text-decoration: none;
	display: block;
	background-color: #eeeeee;
}
.category-links {
  color: #0068aa;
  text-decoration: none;
}


/* attribute images table */
TABLE.products-attributes-images {
/*  width: 100%; */
/*  border: 1px solid #9a9a9a; */
  float: left;
  padding: 2px;
}
/*I.C.*/
SPAN.category-headings {
	font-weight: bold;
	font-size: 13px;
}

SPAN.category-subheadings {
  font-weight: normal;
  font-size: 10px;
}

TD.params {
  text-align: center;
}

TABLE.paramsTable {
  border: 1px solid #808080;
}

TD.paramsKey {
  font-size: 11px;
  font-weight: bold;
  text-align: right;
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
  background-color: #dddddd;
  border-bottom: 1px solid #cccccc;
}

TD.paramsValue {
  font-size: 11px;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
  background-color: #eeeeee;
  border-bottom: 1px solid #cccccc;
}

TABLE.priceTable {
}

TD.priceKey {
  font-size: 11px;
  font-weight: bold;
  text-align: right;
  padding-left: 5px;
  padding-right: 5px;
  width: 40%;
  background-color: #ffffff;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}

TD.priceValue {
  font-size: 11px;
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
  width: 60%;
  background-color: #ffffff;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

TD.priceRow {
  font-size: 11px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #ffffff;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

/* overLIB */
.ol_FG {
	background-color: #EEEEEE;
}
.ol_BG {
	background-color: Gray;
}
.ol_textfont {
	font-size: 11px;
	color: #444444;
}
.ol_captionfont {
	font-size: 9px;
	font-weight: bold;
	background-color: Silver;
}
.ol_closefont {
	font-size: 9px;
	background-color: Silver;
}
.back {
	float: left;
}

.forward {
	float: right;
}

div.menu_static_header {
  background-color: #ffffff;
  padding: 4px;
	color: #ff0000;
	font-weight: bold;
	border-bottom: 1px dotted #808080;
	background: url(../images/cat_arr.gif) no-repeat left;
	padding-left: 10px;
}

span.search_header {
	margin-bottom: 2px;
	display: inline-block;
}

span.search_header_kw {
	background: url(../images/search_bg_inp.gif) no-repeat left;
	display: inline-block;
	padding: 2px;
	width: 120px;
	height: 19px;
}

span.search_header_kw input {
	background: #ffffff;
	width: 114px;
	height: 15px;
	border: 0;
	margin: 2px 0 0 3px;
}

div.footermenu {
	width: 960px;
	height: 127px;
	text-align: center;
	background: url(../images/footer_bg.gif) no-repeat;
}

div.footermenucol {
	width: 30%;
	text-align: center;
	padding: 20px 0px 0px 20px;
	float: left;
}

div.footermenutit {
	width: 161px;
	height: 16px;
	padding: 4px;
	text-align: left;
	color: red;
	font-weight: bold;
	background: url(../images/footer_bevel.gif) no-repeat bottom;
}

div.footermenuitem {
	width: 145px;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	padding: 4px;
	border-bottom: 1px dotted #808080;
	background: url(../images/cat_arr.gif) no-repeat left;
	padding-left: 10px;
}

div.footermenuitem a {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}


.tooltip {
  cursor: help;	
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #007ccf;
	background-color: #aaeeff;
	padding: 0px;
}

#tooltip h3 {
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
	margin: 0;
}

#tooltip div {
	font-size: 11px;
	color: #007ccf;
	background-color: #aaeeff;
	padding: 3px;
	margin: 0;
}





















