/* ************************* */
/*    INFO BALLOON STYLES    */
/* ************************* */
#balloon-info {
	width: 180px;
	position:absolute;
	z-index:50;
}
#balloon-info .top {
	background: url(/images/balloons/info-top.png) no-repeat;
	height: 16px;
	font-size: 8px;
}
#balloon-info .body {
	background: url(/images/balloons/info-background.png) no-repeat;
	/* Because of the IE PNG fix, repeat won't work in IE */
	/*	background-repeat: repeat-y; */
	width: 180px;
}
#balloon-info .body .body-inner {
	width: 138px;
	margin-left: 17px;
	margin-right: 25px;
	font-size: 11px;
	color: #000000;
	text-align: left;
	background-color: #ffffff;
}
#balloon-info .body .body-inner img {
	display: block;
	padding-bottom: 10px;
}
#balloon-info .bottom {
	background: url(/images/balloons/info-bottom.png) no-repeat;
	height: 25px;
	font-size: 8px;
}
#balloon-info .info-tab {
	background: url(/images/balloons/info-tab.png) no-repeat;
	width: 12px;
	height: 17px;
	position: absolute;
	left: 165px;
	top: 16px;
}


#balloon-info ol {
	list-style: decimal inside;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#balloon-info ul {
	list-style: disc inside;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#balloon-info ol li, #balloon-info ul li {
	padding: 0px;
	margin: 0px;
}

#balloon-info p {
	padding: 0px;
	margin: 0px;
}



/* ************************ */
/*    PDF BALLOON STYLES    */
/* ************************ */
#balloon-pdf {
	width: 158px;
	position:absolute;
	z-index:50;
}
#balloon-pdf .top {
	background: url(/images/balloons/pdf-top.png) no-repeat;
	height: 12px;
	font-size: 8px;
}
#balloon-pdf .body {
	background: url(/images/balloons/pdf-background.png) no-repeat;
	/* Because of the IE PNG fix, repeat won't work in IE */
	/*	background-repeat: repeat-y; */
}
#balloon-pdf .body .body-inner {
	width: 126px;
	margin-left: 12px;
	margin-right: 20px;
	color: #CC0000;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	background-color: #ffffff;
}
#balloon-pdf .body .body-inner img {
	padding-bottom: 5px;
}
#balloon-pdf .bottom {
	background: url(/images/balloons/pdf-bottom.png) no-repeat;
	height: 22px;
	font-size: 8px;
}

#balloon-pdf #pdf-text-link {
	color: #D44149;
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
	text-decoration: none;
}

#balloon-pdf #pdf-text-link:hover {
	text-decoration: underline;
}



/* ************************* */
/*    CART BALLOON STYLES    */
/* ************************* */
#balloon-cart {
	width: 133px;
	position:absolute;
	z-index:50;
}
#balloon-cart .top {
	background: url(/images/balloons/cart-top.png) no-repeat;
	height: 12px;
	font-size: 8px;
}
#balloon-cart .body {
	background: url(/images/balloons/cart-background.png) no-repeat;
	/* Because of the IE PNG fix, repeat won't work in IE */
	/*	background-repeat: repeat-y; */
}
#balloon-cart .body .body-inner {
	width: 101px;
	margin-left: 12px;
	margin-right: 20px;
	color: #5E824B;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	background-color: #ffffff;
}
#balloon-cart .body .body-inner img {
	padding-bottom: 5px;
}
#balloon-cart .bottom {
	background: url(/images/balloons/cart-bottom.png) no-repeat;
	height: 31px;
	font-size: 8px;
}


/* ************************** */
/*    GUIDE BALLOON STYLES    */
/* ************************** */
#balloon-guide {
	width: 243px;
	position:absolute;
	z-index:50;
}
#balloon-guide .top {
	background: url(/images/balloons/guide-top.png) no-repeat;
	height: 16px;
	font-size: 8px;
}
#balloon-guide .body {
	background: url(/images/balloons/guide-background.png) no-repeat;
	/* Because of the IE PNG fix, repeat won't work in IE */
	/*	background-repeat: repeat-y; */
	width: 243px;
}
#balloon-guide .body .body-inner {
	width: 201px;
	margin-left: 17px;
	margin-right: 25px;
	font-size: 11px;
	text-align: left;
	background-color: #ffffff;
}
#balloon-guide .body .body-inner img {
	display: block;
	padding-bottom: 10px;
}
#balloon-guide .bottom {
	background: url(/images/balloons/guide-bottom.png) no-repeat;
	height: 25px;
	font-size: 8px;
}
#balloon-guide .guide-tab {
	background: url(/images/balloons/guide-tab.png) no-repeat;
	width: 23px;
	height: 45px;
	position: absolute;
	left: 228px;
	top: 16px;
}


/* ************************* */
/*    EDIT BALLOON STYLES    */
/* ************************* */
#balloon-edit {
	width: 133px;
	position:absolute;
	z-index:50;
}
#balloon-edit .top {
	background: url(/images/balloons/cart-top.png) no-repeat;
	height: 12px;
	font-size: 8px;
}
#balloon-edit .body {
	background: url(/images/balloons/cart-background.png) no-repeat;
	/* Because of the IE PNG fix, repeat won't work in IE */
	/*	background-repeat: repeat-y; */
}
#balloon-edit .body .body-inner {
	width: 101px;
	margin-left: 12px;
	margin-right: 20px;
	color: #5E824B;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	background-color: #ffffff;
}
#balloon-edit .body .body-inner img {
	padding-bottom: 5px;
}
#balloon-edit .bottom {
	background: url(/images/balloons/cart-bottom.png) no-repeat;
	height: 31px;
	font-size: 8px;
}


/* ************************* */
/*    DELE BALLOON STYLES    */
/* ************************* */
#balloon-delete {
	width: 133px;
	position:absolute;
	z-index:50;
}
#balloon-delete .top {
	background: url(/images/balloons/cart-top.png) no-repeat;
	height: 12px;
	font-size: 8px;
}
#balloon-delete .body {
	background: url(/images/balloons/cart-background.png) no-repeat;
	/* Because of the IE PNG fix, repeat won't work in IE */
	/*	background-repeat: repeat-y; */
}
#balloon-delete .body .body-inner {
	width: 101px;
	margin-left: 12px;
	margin-right: 20px;
	color: #5E824B;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	background-color: #ffffff;
}
#balloon-delete .body .body-inner img {
	padding-bottom: 5px;
}
#balloon-delete .bottom {
	background: url(/images/balloons/cart-bottom.png) no-repeat;
	height: 31px;
	font-size: 8px;
}


