/* Liqua page START */

#liqua {
	margin: 0 0 40px 0;
}

div.choice-liqua {
	height: 160px;
	padding: 0 30px;
	border-bottom: 1px solid #898989;
}

div.choice-liqua h2 {
	background: url('images/choice.png') right 30px no-repeat;
	font-family: georgia, serif;
	font-size: 24px;
	color: #ce0f86;
	display: block;
	float: left;
    /*height: 70px;*/
    line-height: 26px;
    padding: 52px 20px 57px;
    width: 160px;
	font-weight:normal;
	margin:0;
	
}

div.choice-liqua ul {
	display: block;
	float: right;
	height: 160px;
	overflow: visible;
	margin:0; padding:0;
}

div.choice-liqua ul li {
	display: block;
	float: left;
}

div.choice-liqua ul li a {
	display: block;
	height: 121px;
	padding: 20px 0px;
	text-decoration: none;
	color: #898989;
	opacity:.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}

div.choice-liqua ul li a:hover,
div.choice-liqua  ul li.ui-tabs-selected a {
	color: #000;
	background: url('images/cursor.png') center bottom no-repeat;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

div.choice-liqua ul li a div.img {
	background-image: url(images/liqua-line.png);
	background-repeat: no-repeat;
	width: 75px;
	height: 100px;
}

div.choice-liqua ul li a .yogurt_kids {background-position: 0 0;}
div.choice-liqua ul li a .berry {background-position: -75px 0;}
div.choice-liqua ul li a .cherry {background-position: -150px 0;}
div.choice-liqua ul li a .coffee {background-position: -225px 0;}
div.choice-liqua ul li a .grape {background-position: -300px 0;}
div.choice-liqua ul li a .menthol {background-position: -375px 0;}
div.choice-liqua ul li a .strawberry {background-position: -450px 0;}
div.choice-liqua ul li a .tiramisu {background-position: -525px 0;}
div.choice-liqua ul li a .tobacco {background-position: -600px 0;}
div.choice-liqua ul li a .citrus {background-position: -675px 0;}

div.choice-liqua ul li a span {
	color: #898989;
	display: block;
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 12px;
	text-align: center;
	
}

div.choice-liqua ul li a:hover span,  div.choice-liqua ul li.ui-tabs-selected span {
	color: #000;
}

#liqua div.left {
	float: left;
	width: 470px;
}

#liqua div.left .img {
	margin: 10px 0 20px 30px;
	padding-bottom:45px;
	background: url(images/rohs.png) no-repeat center bottom;
}

#liqua div.left .about {
	margin: 10px 0 0 30px;
	padding: 0 20px 0 0;
}

#liqua div.left .about h2 {
	color: #3b3b3b;
	font-family: georgia, serif;
	font-size: 21px;
	font-style: italic;
	margin:0;
	font-weight:normal;
}

#liqua div.left .about p {
	color: #3b3b3b;
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 12px;
	padding: 2px 0 6px;
}

#liqua div.left .about strong {
	font-weight: bold;
}

#liqua div.right {
	float: left;
	width: 490px;
}

#liqua div.right div.detail {
	margin: 10px 0 0 0;
}

#liqua div.right div.detail h2 {
	font-family: georgia, serif;
	font-size: 36px;
	font-style: italic;margin:0;
	font-weight:normal;
}

#liqua div.right div.detail p {
	color: #3B3B3B;
	xfont-family: georgia, serif;
	font-size: 12px;
	xfont-style: italic;
	padding: 2px 0 13px;
}

#liqua ul.volume li {
	position: relative;
	display: block;
	height: 81px;
}

#liqua ul.volume li .volume-range  {
	backgrount-repeat: no-repeat;
	float: left;
	margin: 0 35px 0 0;
	height: 81px;
	width: 102px;
}


#liqua #yogurt_kids ul.volume li .volume-range {background-image: url('images/tastes/apple.png');}
#liqua #berry ul.volume li .volume-range {background-image: url('images/tastes/berry.png');}
#liqua #cherry ul.volume li .volume-range {background-image: url('images/tastes/cherry.png');}
#liqua #citrus ul.volume li .volume-range {background-image: url('images/tastes/citrus.png');}
#liqua #coffee ul.volume li .volume-range {background-image: url('images/tastes/coffee.png');}
#liqua #grape ul.volume li .volume-range {background-image: url('images/tastes/grape.png');}
#liqua #menthol ul.volume li .volume-range {background-image: url('images/tastes/menthol.png');}
#liqua #strawberry ul.volume li .volume-range {background-image: url('images/tastes/strawberry.png');}
#liqua #tiramisu ul.volume li .volume-range {background-image: url('images/tastes/tiramisu.png');}
#liqua #tobacco ul.volume li .volume-range {background-image: url('images/tastes/tobacco.png');}

#liqua ul.volume li.zero .volume-range {
	background-position: 0 -243px ;
}

#liqua ul.volume li.ultra_light .volume-range {
	background-position: 0 -162px;
}

#liqua ul.volume li.light .volume-range {
	background-position: 0 0;
}

#liqua ul.volume li.regular .volume-range {
	background-position: 0 -81px;
}

#liqua ul.volume li .price {
	color: #ce0f86;
	float: left;
	font-family: georgia, serif;
	font-size: 36px;
	font-style: italic;	
	line-height: 54px;
}

#liqua ul.volume li .price span.currency {
	font-size: 20px;
    line-height: 24px;
}


#liqua .qty {
	height: 23px;
	position: absolute;
	right: 130px;
	top: 22px;
	width: 80px;
}

#liqua .qty div {
	float: left;
}

#liqua .qty div.plus, #liqua .qty div.minus {
	cursor: pointer;
	height: 23px;
	width: 23px;
}

#liqua .qty div.minus {
	background: url('images/qty.png') 0 0 no-repeat;
}

#liqua .qty div.plus {
	background: url('images/qty.png') -29px 0 no-repeat;
}

#liqua .qty div.num {
	border: none;
	text-align: center;
	height: 23px;
	line-height: 23px;
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 21px;
	padding: 0 10px;
	color: #7a7a7a;
}

#liqua div.buy-button {
	background: url("images/c-buy-pink.png") no-repeat scroll 0 0 transparent;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: georgia,serif;
	font-size: 20px;
	font-style: italic;
	height: 66px;
	line-height: 66px;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	top: 0;
	width: 103px;
}

#liqua div.comming-soon {
	background: url("images/c-buy.png") no-repeat scroll 0 0 transparent;
	color: #fff;
	cursor: default;
	display: block;
	font-family: georgia,serif;
	font-size: 20px;
	font-style: italic;
	height: 66px;
	line-height: 66px;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	top: 0;
	width: 103px;
}

#liqua p.bottom {
	border-top: 1px solid #acacac;
	color: #acacac;
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 11px;
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
}

#yogurt_kids h2 {
	color: #f57591;
}
#berry h2 {
	color: #f53c55;
}
#citrus h2 {
	color: #B5C2CA;
}
#tiramisu h2 {
	color: #ffa571;
}
#strawberry h2 {
	color: #00b5c9;
}
#grape h2 {
	color: #ff7515;
}
#coffee h2 {
	color: #00d82c;
}
#cherry h2 {
	color: #407ef7;
}
#menthol h2 {color: #F6A232;}
#tobacco h2 {
	color: #ff852b;
}

#liqua #liqua-block {
	border-top: 1px solid #898989;
	border-bottom: 1px solid #898989;
	height: 420px;
	background: url(images/liqua-block-bg.jpg) no-repeat center bottom;
	margin-top:10px !important;
}
#liqua #liqua-block .shell {
	height: 420px;
}
#liqua #liqua-block h2 {
	color: #363636;
	display: block;
	font-family: georgia,serif;
	font-size: 48px;
	left: 30px;
	line-height: 56px;
	position: absolute;
	top: 15px;margin:0;
	font-weight:normal;
}

#liqua #liqua-block h3 {
	color: #898989;
	display: block;
    font-size: 11px;
    width: 370px;
    right: 0;
    position: absolute;
    top: 35px;margin:0;
	font-weight:normal;
}

#liqua #liqua-block span {
	color: #898989;
	display: block;
    font-size: 12px;
    position: absolute;
}

#liqua #liqua-block span.block-1 {
	top: 190px;
	left: 65px;
	width: 155px;
}

#liqua #liqua-block span.block-2 {
	top: 210px;
	left: 395px;
	width: 115px;
}

#liqua #liqua-block span.block-3 {
	top: 260px;
	left: 650px;
	width: 125px;
}

#liqua #liqua-block span.block-4 {
	top: 185px;
	left: 820px;
	width: 130px;
}
