/*
 * ------------------------------------------------------------------------
 * JA T3 Blank template for joomla 2.5
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites: http://www.joomlart.com - http://www.joomlancers.com
 * ------------------------------------------------------------------------
*/
/* COMMON STYLE
--------------------------------------------------------- */
body {
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	line-height:1.8;
}

body#bd { background: #fff; color: #000; }


/* Normal links ---*/
a { color: #069; text-decoration: none; }

a:hover, a:active, a:focus { text-decoration: underline; color: #333; }

/* Readon links ---*/
p.readmore a { text-transform: uppercase; }

.contentheading, .componentheading, h1, h2, h3, h4, h5 {
	font-family:inherit;
	font-weight: normal;
	color: #0059A4;
	border-bottom: 1px solid white;
}

h1.componentheading, .componentheading {
	color: #0059A4;
    font-size: 16px;
    font-weight: normal;
	border-bottom:1px solid #FFF;
	margin:0px 0px 10px 0px;
}
h2.contentheading, .contentheading, div.itemHeader h2.itemTitle, div.ja-moduletable h3,div.moduletable h3 {
	color: #0059A4 !important;
	font-size: 16px !important;
	font-weight: normal !important;
	border-bottom:1px solid #FFF !important;
	margin:0px 0px 10px 0px !important;
	font-family: 'Open Sans' Arial, Helvetica, sans-serif !important;
	background-color:transparent !important;
	text-transform:none !important;
}
#ja-right1 {
	padding-top:7px;
	}
.k2AccountPage th.k2ProfileHeading {
	color: #0059A4;
	font-size: 13px;
	font-weight: bold;
	margin:0px 0px 10px 0px;
	font-family: 'Open Sans' Arial, Helvetica, sans-serif;
	}
.ja-content-main {
	margin-top:15px;
	}
#ja-mainnav {
	position:absolute;
	z-index:30000;
	margin-top:9px !important; 
	}
#ja-mainnav .main {
	border:none !important;
	}	
.componentheading a {
	color: #fff;
	}
.login_form label, .login label {
	float:left;
	text-align:left;
	width:100px;
	}
.login_form .button, .login button {
	margin-left:100px;
	}
button, .k2ReadMore {
	width:auto;
	background-color:#0059A4;
	color:#FFFFFF;
	border-radius:3px;
	padding:4px 25px;
	margin-bottom:30px;
	font-weight:bold;
	font-family: 'Open Sans' Arial, Helvetica, sans-serif;
	font-size:12px;
	cursor:pointer;
	}
.catItemReadMore {
	margin-top:10px;
	}
div.itemAttachmentsBlock ul.itemAttachments li {
	display:list-item;
	text-align:left;
	text-indent:15px;
	}
.bodynewsEvents span.catItemImage img, .bodynewsEvents span.itemImage img {
	border-radius:0px !important;
	border:solid 1px #CCC;
	padding:4px;
	}
.k2ReadMore:hover {
	color:#FFFFFF;
	}
.contentheading {
	}
.column ul li {background:url(../images/arrow.png) no-repeat left; padding-left:20px;}

.blog-featured .contentheading { font-size: 150%; }

.jitem-title { font-size: 110%; font-weight: bold; }

/* Others ---*/
hr { border-top: 1px solid #ccc; }
.itemExtraFieldsValue {
	display:inline-block;
	}
.itemExtraFields {
	display:inline-block;
	vertical-align:top;
	width:43%;
	margin:0px 20px;
	padding:20px;
	background:#FFFFFF;
	border:solid 1px #ccc;
	}
#itemVideoAnchor {
	margin:30px;
	display:block;
	}
tr.Pro, tr.Fire {
	height: 70px;
	vertical-align: bottom;
	font-weight: bold;
	}
span.itemImage {
	margin-bottom:0px;
	border:none;
	padding:0;
	}
span.itemImage img {
	margin-bottom:0px;
	border:none;
	padding:0;
	}
.itemImageBlock {
	border:solid 1px #ccc;
	padding:3px !important;
	display:inline-block;
	}
.itemBackToTop {
	display:none !important;
	}
.addcart {
	margin:10px 0px 10px 0px;
	}
.miniCartButton {
	background:url(../images/mini-cart.png) top left no-repeat;
	width: 71px;
	height: 30px;
	float: right;
	padding-left: 35px;
	padding-top: 7px;
}
div.itemVideoBlock {
	background:transparent !important;
	}
.itemVideoBlock h3 {
	display:none;
	}

/* FORM
--------------------------------------------------------- */
input, select, textarea, .inputbox {
	padding: 2px;
	font-family: Helvetica, Arial, sans-serif;
}

.inputbox { border: 1px solid #ccc; background: #fff; }

.inputbox:hover, .inputbox:focus { background: #ffffcc; }

/* Search ---*/
form#searchForm { border: none;padding-top:0; }
form#searchForm .phrases {display:none; visibility:hidden;}
form#searchForm .only {display:none; visibility:hidden;}

.searchintro { border-bottom: 1px solid #ccc; }

.results h4 { text-transform: none; font-size: 110%; }
.search fieldset {border:none;}
.search fieldset.word label {visibility:hidden; display:none;}
/* Contact ---*/
#component-contact #emailForm { border-top: 1px solid #ccc;}


/* JOOMLA STYLE
--------------------------------------------------------- */
.ja-megamenu ul.level0 li.mega span.menu-title {
	text-transform:uppercase;
	}
.ja-megamenu ul.level0 li.mega span.menu-desc {
	font-size:10px !important;
	float:left;
	}

/* Layout Deco ---*/
.items-leading { border-bottom: 1px solid #ccc; }

.items-row { border-bottom: 1px solid #ccc; }

/* Meta ---*/
dl.article-info { color: #999; }

.contentdescription { border-bottom: 1px solid #ccc; }

/*Inline images ---*/
p.img_caption { color: #999; text-transform: uppercase; }

/* Tables ---*/
thead tr th {
	background: #0059A4;
	color: #fff;
	padding: 5px;
}

thead tr th a,
thead tr th a:hover,
thead tr th a:focus,
thead tr th a:active { color: #fff; }

.cat-list-row1,
.cat-list-row12,
tr.cat-list-row1 td,
tr.cat-list-row2 td { border-bottom: 1px solid #ccc; padding: 5px; }

.cat-list-row1:hover,
.cat-list-row2:hover { background: #ffffcc; }

.cat-list-row2,
tr.cat-list-row2 td { background-color: #f6f6f6; }

/* Content Toc */
table.contenttoc { border: 1px solid #ccc; }

table.contenttoc td { border-bottom: 1px dotted #ccc; }

table.contenttoc th {
	background: #f6f6f6;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
}

/* Poll */
form#poll {
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
}

dl.poll { border-bottom: 1px dotted #ccc; }

table.pollstableborder td {
	background: #f6f6f6;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding: 5px !important;
}

table.pollstableborder tr.sectiontableentry0 td,
table.pollstableborder tr.sectiontableentry1 td { background: #fff; font-weight: normal; }

/* Pagination ---*/
.pagination ul li span.pagenav,
.pagination ul li a.pagenav { line-height: 20px; }

.items-more { border-bottom: 1px solid #ccc; }

.items-more h3 { font-size: 125%; }

/* MODULE STYLES
--------------------------------------------------------- */
div.ja-moduletable, div.moduletable {
	margin: 0px 0 0px 0;
	padding-bottom: 0px;

}

div.ja-moduletable h3, div.moduletable h3 {
	background: #333;
	color: #fff;
	padding: 5px;
	border-bottom: 0;
}

div.ja-moduletable .ja-box-ct, div.moduletable .ja-box-ct {
	padding: 0px;
}
div.subCategory h2 {
	width:189px;
	text-align:center;
	font-weight:bold;
	margin:3px;
	}
div.subCategory h2 a {
	font-size:14px;
	}
div.subCategory a.subCategoryImage img, div.subCategory a.subCategoryImage:hover img {
	margin:0px;
	border-radius: 12px 12px 12px 12px;
    padding: 8px;
    width: 180px;
	}
div.subCategory {
	height:242px;
	padding:0px;
	}
span.catItemImage img {
	padding:0px;
	border-radius:3px;
	margin:0px;
	}
div.catItemImageBlock, div.catItemBody, span.catItemImage {
	padding:0px;
	margin:0px;
	}
div.groupSecondary, div.groupPrimary, div.groupLeading {
	min-height:225px;
	margin-bottom:60px;
	}
#itemListLeading h3.catItemTitle {
	text-align:left;
	font-weight:bold;
	}
	
div.catItemHeader h3.catItemTitle {
	text-align:center;
	margin-top:3px;
	max-height: 40px;
	overflow: hidden;
	}	
.addcart {
	cursor:pointer;
	}
div.moduletable_semsearch {float:right; padding:4px;}
div.moduletable_semcrumbs {float:left;padding-top: 12px;}

/*Bottom spotlight module tables*/
#ja-botsl h3 span {
	text-transform:none;
	font-size:16px;
	font-weight:bold;
	color: #0059A4;
}
#ja-botsl h3 {
	height:37px;
	padding-left:40px !important;
	margin-bottom:15px !important;
}
.moduletable_ourproducts h3 {
	background:url(../images/ourprojects_icon.png) no-repeat top left !important;
}
.moduletable_youraccount h3 {
	background:url(../images/youraccount_icon.png) no-repeat top left !important;
}
.moduletable_newsletter h3 {
	background:url(../images/newsletter_icon.png) no-repeat top left !important;
}
#ja-botsl ul {
	padding-left:35px;
}
#ja-botsl ul li {
	background:none !important;
	list-style-image:url(../images/cite_arrow.png);
	list-style-position:inside;
	direction:rtl;
	text-align:left;
}
.moduletable_newsletter .onefield {
	margin-bottom: 11px !important;
	margin-top:5px !important;
}
.acysubbuttons {
	float: right;
	margin-top: -90px !important; 
}
.acysubbuttons input {
	cursor:pointer;
	}
.moduletable_newsletter input[type=text] {
	height: 23px;
	width:330px;
	padding: 5px 10px;
	margin: 0;
	border: 0;
	background-color:#F2F2F2;
	color:#0059A4;
	font-size:15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.moduletable_newsletter input[type=submit] {
	width:95px;
	height:79px;
	background:url(../images/signup_but.png) no-repeat top left;
	text-indent:-999px;
	border:none;
}
/* Advertisement ---*/
div.bannergroup_text div.banneritem_text { border-bottom: 1px dotted #ccc; }
div.itemView {
	border-bottom:none;
	}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
.main {max-width:inherit;}
#ja-container .main { padding: 0; }

.main .main-inner1 { margin-left: 15px; margin-right: 15px; }

#ja-main {
}
#ja-main .inner {
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.body_semdefault #ja-container {
	background:none;
	display:none;
	}
#contact-slider, #contact-slider .content, #contact-slider .title {
	border:none;	
	}
.cat-list-row1:hover, .cat-list-row2:hover, .cat-list-row0:hover {
	background-color:#CCCCCC;
	}
legend, dt label {
	font-weight:normal;
	font-size:100%;
	}
#ja-container {
	background: -moz-linear-gradient(top, rgba(230,230,230,0.65) 0%, rgba(242,242,242,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,230,230,0.65)), color-stop(100%,rgba(242,242,242,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(230,230,230,0.65) 0%,rgba(242,242,242,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(230,230,230,0.65) 0%,rgba(242,242,242,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(230,230,230,0.65) 0%,rgba(242,242,242,0) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(230,230,230,0.65) 0%,rgba(242,242,242,0) 100%); /* W3C */
}
#ja-banner .main {
	}

/* TOP PANEL
--------------------------------------------------------- */
#ja-top-panel .main-inner1 {
	border: none;
	background:none;
	text-align:right;
	padding: 5px 10px;
	text-align: right;
	margin-top: 0;
	position: relative;
}
#ja-top-panel a:hover {
	opacity:0.5;
	}
.body_semdefault #ja-top-panel .main-inner1 {padding-top:40px;}
#ja-top-panel .main-inner1 ul li {
	display:inline;
	margin-left: 20px;
}

/* HEADER
--------------------------------------------------------- */
#ja-header .main { border-bottom: 0; padding: 0px 0 0px;}

h1.logo, div.logo-text h1 { font-size: 250%; line-height: 1; margin-left: 0;border: none;}

/* Logo Image ---*/
h1.logo a {
	background:url(../images/sem-fire-and-rescue.png) top left no-repeat;
	height:57px;
	width:175px;
	margin-top: 20px;
	padding-left:20px;
}
.body_semdefault h1.logo a {margin-left: 20px;}

/* Logo Text ---*/
div.logo-text h1 {
	font-size: 200%;
}

div.logo-text h1 a {
	font-weight: bold;
	text-decoration: none;
}

p.site-slogan {
	color: #ccc;
	display: block;
	font-size: 85%;
	margin: 3px 0 0;
	padding: 0 5px;
	text-transform: uppercase;
}

#ja-top-header {
	margin-top:-5px;
	position:absolute;
	right:180px;
	text-align:right;
	width:50%;
}

#ja-search { right: 15px; }

/* NAVIGATION
--------------------------------------------------------- */
/* Main Nav ---*/
#ja-header {
	background-color: #002851;
    border-bottom: 2px solid #FBB616;
    border-top: 2px solid #FBB616;
	}
.body_semdefault #ja-header {
	background-color: transparent;
    border-bottom: medium none;
    border-top: 2px solid #FBB616;
	z-index:20;
	}

#ja-header .main { border-bottom: 0; width: 1024px;}
.body_semdefault #ja-header .main { width: 1024px;}
#ja-header .main-inner1 {
	background: #002851; 
	height:97px; 
	border-bottom:0px solid #FBB616;
	}
.body_semdefault #ja-header .main-inner1 {
	background: #002851; 
	height:97px; 
	border-bottom:2px solid #FBB616;
	}	
#ja-top-panel .main {
	width:1024px;
	}

/* Breadcrumbs ---*/
#ja-position-2 {
	height:35px;
	padding:10px 0px 20px 0px;
}
.search_semsearch {
	padding-top:2px !important;
	}
#ja-position-2 .main {
	text-transform: capitalize;
	border-top: 0;
	border-bottom: 0;
	padding: 0;
	background-color:#FFF;
}

#ja-position-2 .main-inner1 {
	padding: 0;
	width:1024px;
	position:relative;
	margin:0 auto !important;
}

#ja-position-2 .main * {
}
.breadcrumbs_semcrumbs {
	color:#0059A4;
}
.search_semsearch input[type=submit], form#searchForm .button {
	text-indent:-9999px;
	background:url(../images/search_but.png) no-repeat top left;
	border:0;
	width:28px;
	height:27px;
	position: absolute;
	right: 0px;
	cursor:pointer;
}
form#searchForm .button {
	right:auto;
}
#system-message {
	margin:10px 0px 10px 0px;
	}
.search_semsearch input[type=text], form#searchForm input[type=text] {
	height: 16px;
	padding: 5px 30px 5px 10px;
	margin: 0;
	border: 0;
	background-color:#F2F2F2;
	color:#0059A4;
	font-size:15px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
form#searchForm input[type=text] {background-color:#FFFFFF;}
/* Extras ---*/
.ja-links li { padding: 0 10px; }

/* Default Joomla! Menu ---*/
#ja-container ul.menu li { border-bottom: 1px dotted #ccc; }

#ja-container ul.menu li li { border-bottom: 0; border-top: 1px dotted #ccc; }

/* SPOTLIGHT
--------------------------------------------------------- */
#ja-topsl {
	position: absolute;
	top: 475px;
	height: 170px;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(230,230,230,0.65) 0%, rgba(242,242,242,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,230,230,0.65)), color-stop(100%,rgba(242,242,242,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(230,230,230,0.65) 0%,rgba(242,242,242,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(230,230,230,0.65) 0%,rgba(242,242,242,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(230,230,230,0.65) 0%,rgba(242,242,242,0) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(230,230,230,0.65) 0%,rgba(242,242,242,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6e6e6e6', endColorstr='#00f2f2f2',GradientType=0 ); /* IE6-8 */

}
#vt_nivo_slider110 {
	margin-top:85px !important;
	left:-120px;
	overflow: visible;
	width:1280px;
	}
#ja-topsl .main {
	}
#ja-botsl .main {
/*	background-image:url(../images/ja-botsl.png);
	background-repeat:no-repeat;
	background-position:right;*/
}
.moduletable_newsletter input[type="text"] {
	border: solid 1px #CCC;
	}
#ja-topsl .main-inner1 {
	background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
	border-radius:3px;
    margin: 0 auto !important;
    /*padding: 5px;*/
    position: relative;
    width: 1012px;
	z-index:10;
	box-shadow:0px 0px 5px #666;
	-moz-box-shadow:0px 0px 5px #666;
	-webkit-box-shadow:0px 0px 5px #666;
	padding: 4px 0 4px 3px;
}
#ja-botsl .main-inner1 {
	border: none;
	width: 1024px;
	padding-left: 10px;
	margin: 0 auto !important;
	position: relative;
}
#ja-botsl {
    background-color: #DAE1E5;
	border-bottom:solid 1px #CCC;
	border-top:solid 1px #CCC;
	padding:5px 0px 5px 0px;
}
#ja-topsl .ja-moduletable, #ja-botsl .ja-moduletable {
	margin:0px;
	}
#ja-topsl .ja-box, #ja-botsl .ja-box {
background: none;
}
#ja-topsl .ja-box-left .ja-moduletable, #ja-topsl .ja-box-center .ja-moduletable {
	margin-left:0;
	margin-right:2px;
}
#ja-topsl .ja-box-right .ja-moduletable {
	/*margin-left:1px;
	margin-right:1px;*/
}
#ja-topsl div.ja-moduletable h3,
#ja-botsl div.ja-moduletable h3 {
	background: none;
	color: #333;
	border-bottom: 0;
	padding-bottom: 0;
}
.ja-box-right {
	position:relative;
}
/* SPOTLIGHT
--------------------------------------------------------- */
#ja-footer { padding: 0; }

#ja-footer .main {
	padding: 0px;
	border-top:solid 1px #CCCCCC;
	margin-top:15px;
 }
.menufootermenu li{
	float:left;
	margin-right:20px;
}
.image-title {
	padding-left:5px;
	}
.customcopyright {
	float:left;
	text-align:left;
	width:295px;
	}
#ja-brands .main, #ja-footer .main {
	text-align:center;
	width:1024px;
	margin:0 auto !important;
	}
.menufootermenu {
	float:right;
	}

/* MISCELLANOUS
----------------------------------------------------------- */
/* Others ---*/
#ja-banner {
	top: -100px; 
	position:relative;
	z-index: 9;
	padding-top: 0px;
	background-color:#000000;
	box-shadow:0px 5px 5px #CCCCCC;
	-moz-box-shadow:0px 5px 5px #CCCCCC;
	-webkit-box-shadow:0px 5px 5px #CCCCCC;
	}

div.ja-innerdiv { border-bottom: 1px dotted #ccc; }

div.ja-innerdiv h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 92%;
	font-weight: normal;
	text-transform: uppercase;
}
cite {
	background:url(../images/cite_arrow.png) no-repeat top left;
	padding: 10px 80px 10px 315px;
	background-position-x: 300px;
	background-position-y: 14px;
	display:block;
	font-weight:bold;
	font-style:italic;
}

/* OTHER MODULE OVERRIDES
----------------------------------------------------------- */
.theme-default .nivoSlider {
	position: relative;
	background: white url(loading.gif) no-repeat 50% 50%;
	margin-bottom: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* BRAND FOOTER HOVER
----------------------------------------------------------- */
.brand_hover {
	height: 132px;
	width: 150px;
	margin: 0 5px;
	background-position: bottom;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	text-indent: -999px;
	overflow: hidden;
}
.brand_hover:hover {
	background-position:top;
}
.brand_hover.chambrelan {background-image:url(../../../../../images/stories/brands/brand_chambrelan.jpg);}
.brand_hover.darley {background-image:url(../../../../../images/stories/brands/brand_darley.jpg);}
.brand_hover.extreme {background-image:url(../../../../../images/stories/brands/brand_extreme.jpg);}
.brand_hover.hypro {background-image:url(../../../../../images/stories/brands/brand_hypro.jpg);}
.brand_hover.nightsearcher {background-image:url(../../../../../images/stories/brands/brand_nightsearcher.jpg);}
.brand_hover.portacone {background-image:url(../../../../../images/stories/brands/brand_portacone.jpg);}
.brand_hover.solo {background-image:url(../../../../../images/stories/brands/brand_solo.jpg);}
.brand_hover.wolf {background-image:url(../../../../../images/stories/brands/brand_wolf.jpg);}
.brand_hover.stihl {background-image:url(../../../../../images/stories/brands/brand_stihl.jpg);}

/*---- Tooltip ----*/

.tip {

	width: 400px;
	padding-top: 15px;
	display: none;
	position: absolute;
	background: #ccc;
	opacity:.9;
	z-index:1;
	border:2px solid  #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}



.tipMid {background: transparent url(images/tipMid.png) repeat-y; padding: 0 25px 15px 25px;}

.tipBtm {background: transparent url(images/tipBtm.png) no-repeat bottom; height: 8px;}

#tooltip {

	position: absolute;

	z-index: 3000;

	background: #F2921F;

	opacity:.9;

	z-index:1;

	border:1px solid #CBCBCB;

	padding:5px;

}

#tooltip h3, #tooltip div { margin: 0; }