.wrapper {
	width: 860px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}

#page-wrap {
  margin-top: -15px;
  padding: 0px;
}

#bg_top {
	min-height:0px;
	background: none repeat scroll 0 0 #FFF;
  border: 0px none;
	margin: 0px auto;
  position: relative;
  text-align: left;
  top: 0px;
  width: 961px;
  margin-top: 40px;
}

.clear {
	clear: both;
}

.red {
	color: #C40022;
}

.gray {
	color: #707070;
}

.blue {
	color: #32445c;
}

.bluelight {
	color: #647C97
}

.left {
	float: left;
}

.right {
	float: right;
	font-size: 11px;
}

.underline {
	height: 20px;
	background: url('../images/pannel/underline.png') repeat-x 0 5px;
}

#list .row .title h1.blue {
	color:#1ba5eb;
}

/* Buttons 
-----------------------------------------------------------------------------*/

.button {
	-moz-border-radius: 4px;
	background: url('../images/pannel/standard-button-wide.png') repeat-x scroll center top;
	height: 19px;
	width: 86px;
	color: #fff;
	border: 0;
	display: block;
	padding: 4px 11px 0 8px;
	font-style: italic;
	font-size: 0.8em;
	line-height: 140%;
}

.button:hover {
	position: relative;
	background: url('../images/pannel/standard-button-wide.png') repeat-x scroll center bottom;
	color: #fff;
}
	
/* Bubbles
-----------------------------------------------------------------------------*/

#row2 .bubble {
	padding: 2px;
	width: 301px;
}

.js #row2 .bubble {
    z-index: 200;
	position: absolute;
	bottom: 20px;
	padding: 2px;
	width: 301px;
}

#row2-bubble-1 {
	left: 30px;
}

#row2-bubble-2 {
	left: 340px;
}

#row2-bubble-3 {
	left: 650px;
}

#row2 .bubble-white-top {
	background: url('../images/pannel/row-2-bubble.png') no-repeat 0 0;
	height: 15px;
}

#row2 .bubble-white-middle {
	background: url('../images/pannel/row-2-bubble.png') repeat-y -301px 0;
	padding: 5px 23px;
}

#row2 .bubble-white .min-height {
	min-height: 410px;
	height: auto !important;
	height: 410px;
}

#row2 .bubble-white-bottom {
	background: url('../images/pannel/row-2-bubble.png') no-repeat -602px 0;
	height: 15px;
}

#row2 .bubble-white {
	float: left;
	margin-right: 10px;
}

#row2 .bubble-white .js-hide {
	position: relative;
	left: -20px;
	padding: 0 23px;
	width: 249px;
}

#row2 .bubble-white ul {
	margin: 0 0 15px 10px;
	position: relative;
	left: -33px;
	width: 295px;
}

#row2 .bubble-white li {
	background: url('../images/arrow.gif') no-repeat 16px 9px;
	padding-left: 30px;
	margin-left: 0;
	padding-right: 20px;
	list-style-type: none;
}

#row2 .bubble-white h3 {
	background: url('../images/pannel/underline.png') repeat-x 0 bottom;
	margin-top: 0px;
	font-weight: normal;
}

#row2 .bubble-white h5 span.red {
	font-weight: bold;
}

#row2 .bubble-white h6 {
	color: #C40022;
	margin: 0 0 5px 10px;
}

#row2 .bubble {
	width: 257px;
	float: left;
	margin-left: -20px;
	position: absolute;
	bottom: 10px;
}

#row2-bubble-1 {
	left: 30px;
}

#row2-bubble-2 {
	left: 285px;
}

#row2 .bubbles-white-top {
	background: url('../images/pannel/row2-bubble-white-top.gif') no-repeat 32px top;
	height: 5px;
}

#row2 .bubbles-white-middle {
	background: url('../images/pannel/row2-bubble-white-middle.png') repeat-y 32px 0;
	padding: 5px 35px 5px 50px;
	width: auto;
}

#row2 .bubbles-white-bottom {
	background: url('../images/pannel/row2-bubble-white-bottom.png') no-repeat 0 bottom;
	height: 13px;
}

/* js enabled stuff */

.js #row2 .bubble-silver .bubbles-white-top {
	background: url('../images/pannel/row2-bubble-silver-top.png') no-repeat 33px top;
}

.js #row2 .bubble-silver .bubbles-white-middle {
	background: url('../images/pannel/row2-bubble-silver-middle.png') repeat-y 33px 0;
}

.js #row2 .bubble-silver .bubbles-white-bottom {
	background: url('../images/pannel/row2-bubble-silver-bottom.png') no-repeat 0 bottom;
}

.js #row2 .bubble-red .bubbles-white-top {
	background: url('../images/pannel/row2-bubble-red-top.png') no-repeat 36px top;
}

.js #row2 .bubble-red .bubbles-white-middle {
	background: url('../images/pannel/row2-bubble-red-middle.png') repeat-y 36px 0;
}

.js #row2 .bubble-red .bubbles-white-bottom {
	background: url('../images/pannel/row2-bubble-red-bottom.png') no-repeat 3px bottom;
}

.js .rollover {
	display: block;
}

.js #row2 .bubbles-white-middle .js-show a {
	position: relative;
	padding-bottom: 1px;
}

/* end of js enabled stuff */

#row2 .bubble-red, #row2 .bubble-silver {
	z-index: 200;
}

#row2 .bubble ul {
	margin: 0 0 20px -8px;
}

#row2 .bubble li a, #row2 .solution li a {
    color: #444;
}

#row2 .bubble li a:hover, #row2 .solution li a:hover {
    color: #C40022;
}

#row2 h6 {
	font-size: 12px;
	color: #000;
	margin: 0;
}

#row2 h6.red {
	color: #C40022;
}

#row2 .bubble span.red {
	font-weight: normal;
}

.bubble h5, .bubbles h5, .solutions h5 {
	margin-bottom: 10px;
	margin-top: 0;
}

#row2 .bubbles h5 {
	font-size: 15.5px;
}

.bubble p {
	margin-bottom: 15px;
}

.bubble p.gray {

}

.bubble li.odd,
#row2 .bubble li.odd {
	background-color: #F1F3F3;
}

.bubble li {
	padding-top: 3px;
	padding-bottom: 3px;
}

.bubble .buy-online {
	position: relative;
	top: -37px;
	left: 5px;
}

.bubble .great-for-arrow {
	position: absolute;
	top: -17px;
	left: -11px;
	width: 16px;
	height: 23px;
	background: url('../images/arrow_animated.gif') no-repeat;
}



.rollover a {
	display: block;
	position: absolute;
	right: 0;
	top: 4px;
	font-size: 10px;
	font-weight: bold;
	padding-right: 10px;
	/* background: url('../images/pannel/button-arrow.gif') no-repeat right top; */
}

#row2 .rollover a {
	color: #C40022;
	font-size: 10px;
	margin-top: 5px;
	margin-right: -10px;
}

#row2 .bubble-silver .js-show a {
	color: #C40022;
}

/* Solutions (alternative homepage) 
-----------------------------------------------------------------------------*/

#row2 .solution {
	margin: 10px 0 10px 50px;
  font-size: 13.3px; /*because font was too big for one user - maybe more*/
}

#row2 .solution div.left {
    width: 109px;
}

#row2 .solution h5 {
	font-weight: bold;
}

#row2 .solution h5 span.red {
	font-weight: normal;
}

#row2 .solution ul {
	float: left;
	margin: 0 0 0 20px;
}

#row2 .solution ul li {
	padding: 3px 0;
}

#row2 .solution .button {
	text-align: center;
}


/* js enabled stuff */

.js-show {
	display: none;
}


.js .rollover {
	display: block;
}

.rollover {
	position: relative;
	margin-top: 0px;
	font-style: italic;
	font-size: 0.8em;
	display: none;
}

.rollover a {
	display: block;
	position: absolute;
	right: 0;
	top: 4px;
	font-size: 8px;
	font-weight: bold;
	padding-right: 10px;
	background: url('../images/pannel/button-arrow.gif') no-repeat right top;
}