#product {
	overflow:hidden;
	margin-bottom:10px;
}
#product .left {
	float:left;
	width:566px;
	background:#fff;
}
#product .left .sliders {
	position:relative;
}
#product .left .sliders .slidercont {
	position:relative;
}
#product .left .sliders .big {
	padding:4px;
	border:1px solid #abaaaa;
	margin-bottom:8px;
}
#product .left .sliders .big p {
	margin-bottom:0;
	cursor:pointer;
}
#product .left .sliders .big p img {
	width:100%;
	height:auto;
	border:none;
	padding:0;
	margin:0;
}
#product .left .sliders .prev, #product .left .sliders .next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    width: 32px;
    height: 47px;
    text-indent: 100px;
    overflow: hidden;
    margin-top: -23px;
    background: url(../img/arr-3.png) no-repeat;
}
#product .left .sliders .next {
	background-position:0px -47px;
    right: 5px;
}
#product .left .sliders .prev {
    left: 5px;
	background-position:0px 0px;
}
#product .left .sliders .next:hover {
	background-position:-32px -47px;
}
#product .left .sliders .prev:hover {
	background-position:-32px 0px;
}

#product .left .sliders .small {
	width:120%;
	overflow:hidden;
}
#product .left .sliders .small p {
	margin-bottom:0;
	float:left;
	padding:4px;
	border:1px solid #ccc;
	margin-right:10px;
	cursor:pointer;
	opacity:0.8;
}
#product .left .sliders .small p.active {
	border:1px solid #abaaaa;
	opacity:1;
}
#product .left .sliders .small p img {
	width:76px;
	height:auto;
	border:none;
	padding:0;
	margin:0;
}
#product #zoom {
	display:none;
}
#zoom p {
	margin-bottom:40px;
	padding:4px;
	border:1px solid #ccc;
}
#zoom p {
	width:100%;
}
#zoom p img {
	width:100%;
	height:auto;
}
/*#zoom .fancybox-button svg {
	display:none
}*/
.fancybox-button svg {
	position:absolute;
	right:2px;
	top:0;
	width:30px;
	height:30px;
}
#zoom {
	padding-top:30px;
	padding-bottom:0;
}

#product .right {
	float:right;
	width:375px;
	position:relative;
}

#product .right table tr td p {
	font-size:14px;
	margin-bottom:0;
	line-height:17px;
}
#product .right table.title tr td {
	border:none;
	background:#004e9c;
	padding:10px;
	border-radius:5px 5px 0 0;
}
#product .right table.title tr td p {
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	color:#fff;
}
#product .right .other {
	border:1px solid #ccc;
	border-top:none;
	border-radius:0 0 5px 5px;
	overflow:hidden;
}
#product .right .other tr td {
	border-bottom:1px solid #ccc;
	padding:5px 10px;
	background:#f9f9fb;
}
#product .right .other tr.grey td {
	background:#f3f4f8;
}
#product .right .other tr.last td {
	border-bottom:none;
}
#product .right .other tr td.bold p  {
	text-align:right;
	font-weight:bold;
}
#product .right .other tr td.bold  {
	padding-left:0;
}
#product .right .prices {
	width:100%;
	margin-top:5px;
}
#product .right .prices p {
	border:1px dashed #004e9c;
	padding:9px 10px;
	border-radius:5px;
	font-size:16px;
	font-weight:bold;
	color:#004e9c;
	overflow:hidden;
}
#product .right .prices p .int {
	font-size:24px;
	float:right;
	opacity:0;
}
#product .right .prices.red p .int {
	color:#ed0000;
}
#product .right .prices.green p .int {
	color:#093;
}
#product .right .buttons {
	margin-top:6px;
}
#product .right .buttons a {
	display:block;
	margin:5px auto 0;
    border-radius: 5px;
    border-bottom: 1px solid #333;
    width:100%;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    padding:0;
    color: #fff;
    text-transform: uppercase;
    background:#004e9c;
    padding-top: 2px;
    line-height: 33px;
	cursor:pointer;
}
#product .right .buttons a .flag {
	padding-left:22px;
	margin-right:10px;
    background: url(../img/linkcalc-new.png) -10px -10px;
}
#product .right .buttons a.th1 .flag {
	padding-left:18px;
    background: url(../img/want-1.png) no-repeat -10px -9px;
}
#product .right .buttons a:hover {
    background: #1f85b8;
}
#product .right .buttons a:hover .flag {
	background-position: -10px -47px;
}
#product .right .buttons a.th1:hover .flag {
	background-position: -10px -59px;
}
#greencalc {
	overflow:hidden;
	margin:10px 0;
}
#greencalc .block {
	border:2px solid #71da96;
	border-radius:5px;
	width:303px;
	float:left;
}
#greencalc .block.th1 {
	margin-right:20px;
}
#greencalc .block.th3 {
	margin-right:0;
	float:right;
}
#greencalc .block .title {
	padding:5px 5px 7px;
	background:#71da96;
}
#greencalc .block .title p {
	margin-bottom:0;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	color:#fff;
}
#greencalc .block .white {
	padding:5px;
}
#greencalc .block .bold {
	padding-bottom:5px;
	border-bottom:1px dashed #ccc;
	margin-bottom:5px;
}
#greencalc .block .bold p {
	font-size:13px;
	text-align:center;
	color:#555;
	font-weight:bold;
	margin-bottom:0;
}
#greencalc .block .form {
	padding-left:5px;
	padding-right:2px;
	padding-bottom:10px;
	border-bottom:1px dashed #ccc;
	margin-bottom:5px;
	overflow:hidden;
}
#greencalc .block .form label {
	display:block;
	width:100%;
	font-size:14px;
	color:#555;
}
#greencalc .block .form label .icon.img1 {
	float:left;
	margin-top:5px;
	display:block;
	padding-right:5px;
	width:10px;
	height:10px;
	background:url(../img/icon-img-1.jpg) no-repeat 0px 0px;
}
#greencalc .block .form label .icon.img4 {
	float:left;
	margin-top:5px;
	display:block;
	padding-right:5px;
	width:10px;
	height:10px;
	background:url(../img/icon-img-4.jpg) no-repeat 0px 0px;
}
#greencalc .block .form label .icon.img5 {
	float:left;
	margin-top:4px;
	display:block;
	padding-right:5px;
	width:10px;
	height:11px;
	background:url(../img/icon-img-5.jpg) no-repeat 0px 0px;
}
#greencalc .block .form label .icon.img6 {
	float:left;
	margin-top:4px;
	display:block;
	padding-right:5px;
	width:12px;
	height:12px;
	background:url(../img/icon-img-6.jpg) no-repeat 0px 0px;
}
#greencalc .block .form label .icon.img8 {
	float:left;
	margin-top:5px;
	display:block;
	padding-right:5px;
	width:10px;
	height:10px;
	background:url(../img/icon-img-8.jpg) no-repeat 0px 0px;
}
#greencalc .block .form label:hover {
	color:#333;
}
#greencalc .block .form label:hover .icon.img1, #greencalc .block .form label:hover .icon.img4, #greencalc .block .form label:hover .icon.img5 {
	background-position:0px -50px;
}
#greencalc .block .form input {
	width:74%;
	margin-top:3px;
	font-size:16px;
	line-height:25px;
	padding:0 0 0 2%;
	border:1px solid #ccc;
	border-radius:3px 0 0 3px;
    outline: none;
	color:#333;
}
#greencalc .block .form input#cost {
	background:#fff;
	position:relative;
	z-index:1;
}
#greencalc .block .form input#cost.red {
	border:1px solid #ed0000;
	border-right:1px solid #ccc;
}
#greencalc .block .form input#cur {
	width:19%;
	float:left;
	border-radius:0 3px 3px 0;
	border-left:none;
	text-align:center;
	padding:0 2% 0 2%;
	color:#666;
	position:absolute;
	right:0;
	top:0;
}
#greencalc .block .form input#cur.red {
	border:1px solid #ed0000;
	border-left:none;
}
#greencalc .block .form input#volume {
	padding:0 0 0 4%;
	width:95%;
	color:#666;
	border-radius:3px;
}
#greencalc .block .form input#year {
	padding:0 0 0 4%;
	width:95%;
	color:#666;
	border-radius:3px;
}
#content #greencalc .block.th1 .form table tr td {
	display:block;
	position:relative;
}
#content #greencalc .block.th2 .form table tr td table tr td {
	display:block;
}
#content #greencalc .block.th3 .form table tr td {
	display:block;
}
#content #greencalc .block.th2 .form table tr td.margin {
	padding-right:10px;
}
#greencalc .block .center {
	padding: 0 0 0 5px;
	border-bottom:1px dashed #ccc;
	margin-bottom:5px;
}
#greencalc .block .center p {
	font-size:14px;
	color:#555;
	margin-bottom:5px;
	line-height:14px;
}
#greencalc .block .center p .icon.img2 {
	float:left;
	margin-top:1px;
	display:block;
	padding-right:5px;
	width:11px;
	height:11px;
	background:url(../img/icon-img-2.jpg) no-repeat 0px 0px;
}
#greencalc .block .center .int {
	text-align:right;
	font-weight:bold;
	color:#093;
}
#greencalc .block .bottom {
	padding: 0;
}
#greencalc .block .bottom p {
	font-size:13px;
	color:#555;
	font-weight:bold;
	line-height:16px;
	margin:0;
}
#greencalc .block.th3 .bottom p {
	color:#ed0000;
}
#greencalc .block .bottom p .icon.img3 {
	float:left;
	display:block;
	padding-right:5px;
	width:13px;
	height:13px;
	background:url(../img/icon-img-3.jpg) no-repeat 0px 0px;
}
#greencalc .block.th3 .bottom p .icon.img3 {
	background:url(../img/icon-img-3.jpg) no-repeat 0px -100px;
}
#greencalc .block .bottom .int {
	text-align:right;
	font-weight:bold;
	color:#093;
	font-size:14px;
}
#greencalc .block .form input#dop {
	width:18px;
	height:18px;
	margin:0;
	font-size:16px;
	line-height:16px;
	padding:0;
	border:1px solid #ccc;
	color:#ccc;
	border-radius:none;
    outline: none;
	float:left;
	margin-right:10px;
}
#greencalc .block.th3 .form label {
	margin-bottom:8px;
}
#greencalc .block.th3 .form {
	padding-bottom:4px;
}
#greencalc .block .center tr, #greencalc .block .bottom tr {
	overflow:hidden;
}
#greencalc .block .center td, #greencalc .block .bottom td {
	float:right;
}
#greencalc .block .center td.tit, #greencalc .block .bottom td.tit {
	float:left;
}

#slidercars {
	margin-bottom:10px;
	overflow:hidden;
}
#slidercars .cars {
	width:980px;
}
#slidercars .car {
	width:302px;
	margin-right:20px;
}
#slidercars .car .img {
	display:block;
	position:relative;
	overflow:hidden;
}
#slidercars .car .img img {
	width:100%;
	height:auto;
	/*border:1px solid #d6d6d6;*/
	margin-top:5px;
}
#slidercars .car .img .opacity {
	position:absolute;
	width:100%;
	height:100%;
	background:#fff;
	left:0;
	top:0;
	opacity:0;
}
#slidercars .car .img.hover .opacity, #slidercars .car .img:hover .opacity {
	opacity:0.15;
}
#slidercars .car .img .stick {
	position:absolute;
	left:5px;
	top:5px;
}
#slidercars .car .title {
	display: table-cell;
	width:400px;
    height: 30px;
	margin:auto;
	vertical-align:middle;
	font-size:16px;
	line-height:18px;
	color:#094158;
	font-weight:bold;
	overflow:hidden;
	padding:8px 0;
	border-bottom:1px dashed #094158;
	text-align:center;
}
#slidercars .car .title.hover, #slidercars .car .title:hover {
	color: #199bd0;
}
#slidercars .car table {
	margin:10px auto;
	width:90%;
}
#slidercars .car table tr td {
	width:auto;
	margin:0;
	padding:0;
	border:none;
	vertical-align: bottom;
}
#slidercars .car table tr td p {
	padding-left:30px;
	font-size:16px;
	line-height:16px;
	margin-bottom:3px;
}
#slidercars .car table tr td.th1 p {
	background:url(../img/th1.png) no-repeat 0px 0px;
	text-align:left;
}
#slidercars .car table tr td.th2 {
	width:1%;
}
#slidercars .car table tr td.th2 p {
	background:url(../img/th2.png) no-repeat 0px 0px;
	text-align:right;
}
#slidercars .car table tr td.th3 p {
	background:url(../img/th3.png) no-repeat 0px 0px;
	text-align:left;
}
#slidercars .car table tr td.th4 p {
	font-weight:bold;
	font-size:24px;
	color:#093;
	padding-left:0;
	text-align:right;
	line-height:24px;
}
#slidercars .car p {
	margin:0;
}
#slidercars .car .bottom {
	overflow:hidden;
	padding-top:10px;
	border-top:1px dashed #094158;
}
#slidercars .car .bottom .more {
	float:left;
	font-size:12px;
	line-height:12px;
	font-weight:bold;
	color:#000;
	border:1px solid #000;
	border-radius:4px;
	padding:6px 22px 6px 11px;
	text-transform:uppercase;
	background:url(../img/more-1.png) no-repeat 100% 0px;
}
#slidercars .car .bottom .more:hover {
	background-position:100% -50px;
	color:#f60;
	border:1px solid #f60;
}
#slidercars .car .bottom .want {
	float:right;
	font-size:15px;
	line-height:15px;
	font-weight:bold;
	color:#fff;
	background:#004e9c;
	border-radius:4px;
	padding:10px 16px 10px 36px;
	text-transform:uppercase;
	border-bottom:1px solid #333;
	background:url(../img/want-1.png) no-repeat 0px 0px;
}
#slidercars .car .bottom .want:hover {
	background-position:0px -50px;
	border-bottom:1px solid #666;
}
#slidercars .car .readmore {
	border-bottom:1px solid #2396d1;
	margin-bottom:6px;
}
#slidercars .car .readmore a {
	display:block;
	width:190px;
	background:#f5f5f5;
	color:#004e9c;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding:0px 30px 0px 15px;
	line-height:15px;
	margin:auto;
	margin-bottom:-8px;
	text-transform:uppercase;
	background:#fff;
	background:url(../img/more-2.png) no-repeat 100% 0px;
}
#slidercars .car .readmore a:hover {
	color:#f60;
	background-position:100% -50px;
}


#slidercars .cars .slick-prev, #slidercars .cars .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 28%;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    width: 32px;
    height: 47px;
    text-indent: 100px;
    overflow: hidden;
    margin-top: -23px;
    background: url(../img/arr-3.png) no-repeat;
}
#slidercars .cars .slick-next {
	background-position:0px -47px;
    right:20px;
}
#slidercars .cars .slick-prev {
    left:0px;
	background-position:0px 0px;
}
#slidercars .cars .slick-next:hover {
	background-position:-32px -47px;
}
#slidercars .cars .slick-prev:hover {
	background-position:-32px 0px;
}

#content .yellow .prev, #content .yellow .next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 7px;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    width: 22px;
    height: 23px;
    text-indent: 100px;
    overflow: hidden;
    background: url(../img/arr-4.png) no-repeat 0px 0px;
}
#content .yellow .prev {
	right:33px;
}
#content .yellow .next {
	right:8px;
	background-position:0 -23px;
}
#content .yellow .prev:hover {
	background-position:-22px 0;
}
#content .yellow .next:hover {
	background-position:-22px -23px;
}

/*#content .other a {
	display:block;
	width:100%;
	background:#004e9c;
	text-align:center;
	margin-bottom:12px;
	padding:8px 0;
	font-weight:bold;
	color:#fff;
	border-radius:5px;
    border-bottom: 1px solid #333;
    font-size: 14px;
    line-height:20px;
}
#content .other a span {
	text-transform:uppercase;
}
#content .other a:hover {
	background:#1f85b8;
}*/


#content .other.arr {
	border-bottom:1px solid #2396d1;
	margin-bottom:16px;
	height:7px;
}
#content .other.arr table tr td.th2 {
	width:1%;
}
#content .other.arr table tr td.th2 a {
	color:#004e9c;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding:0px 30px 0px 15px;
	line-height:15px;
	margin:auto;
	margin-bottom:-8px;
	text-transform:uppercase;
	background:#fff;
	background:url(../img/more-2.png) no-repeat 100% 1px,#fff;
}
#content .other.arr table tr td.th2 a:hover {
	color:#f60;
	background-position:100% -50px;
}
/*#content .other a {
	display:block;
	width:190px;
	background:#f5f5f5;
	color:#004e9c;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding:0px 30px 0px 15px;
	line-height:15px;
	margin:auto;
	margin-bottom:-8px;
	text-transform:uppercase;
	background:#fff;
	background:url(../img/more-2.png) no-repeat 100% 0px;
}
#content .other a:hover {
	color:#f60;
	background-position:100% -50px;
}*/

@media
only screen and (max-width : 960px), only screen and  and (max-device-width : 960px) {
#product .left {
    float: none;
	margin: auto;
}
#product .right {
	width:100%;
    float: none;
	margin:20px auto 0;
}
#product .right table tr td {
	display:table-cell;
}
#product .right .pricescont {
	float:left;
	width:49.5%;
	margin-top:10px;
}
#product .right .prices {
	text-align:left;
	margin-top:0;
}
#product .right .prices p {
    padding: 17px 10px;
}
#product .right .prices.green {
	margin-top:6px;
}
#product .right .buttons {
	float:right;
	width:49.5%;
}

#greencalc {
    margin:10px 0;
}
#greencalc .block {
    width:99%;
}
#greencalc .block.th1 {
	margin-right:0;
	float:none;
	margin-bottom:10px;
}
#greencalc .block.th2 {
	float:none;
	margin-bottom:10px;
}
#greencalc .block.th3 {
	float:none;
}
#content #greencalc .block.th1 .form table tr td {
    display: table-cell;
}
#content #greencalc .block.th1 .form table tr td.th1 {
	width:22%;
}
#greencalc .block.th1 .form label {
	margin-top:7px;
}
#greencalc .block .form input {
    width: 75%;
}
#content #greencalc .block.th2 .form table tr td {
    display: table-cell;
}
#content #greencalc .block.th2 .form table tr td table tr td {
    display: table-cell;
}
#content #greencalc .block.th2 .form table tr td.th1 {
	width:46%;
}
#content #greencalc .block.th2 .form table tr td.th3 {
	width:46%;
}
#greencalc .block.th2 .form label {
	margin-top:7px;
}
#content #greencalc .block.th2 .form table tr td.margin {
    padding-right:20px;
}
#content #greencalc .block.th3 .form table tr td {
    display: table-cell;
}
#content #greencalc .block.th3 .form table tr td.th2 {
	width:auto;
}
#content #greencalc .block.th3 .form table tr td.th2 .inputcont {
	float:right;
    margin-top:1px;
}
#content #greencalc .block.th3 .form table tr td.th2 .inputcont input {
	float:left;
}
#content #greencalc .block.th3 .form table tr td.th2 .inputcont label {
	float:right;
	width:auto;
}
#greencalc .block.th3 .form label {
    margin-bottom:2px;
}
#slidercars .cars {
    width: 100%;
}
#content #slidercars .car table tr td {
	display:table-cell;
}
#slidercars .car table tr td.th3 p {
	margin-bottom:5px;
}
#slidercars .car .bottom .more {
	width:80px;
	display:block;
    float: none;
	margin:auto;
}
#slidercars .car .bottom .want {
    float: none;
	margin:auto;
	display:block;
	width:100px;
}
#slidercars .car .bottom .more {
	margin-bottom:5px;
}
#zoom {
	max-width:80%;
}
#slidercars .car table {
    margin: 10px auto;
    width: 100%;
}
#product .right .other tr td {
	padding:5px;
}
}

@media
only screen and (max-width : 780px), only screen and  and (max-device-width : 780px) {
#slidercars .car .bottom .want {
    width: 96px;
    padding: 10px 16px 10px 26px;
	background:url(../img/want-1.png) no-repeat -6px 0px;
}
#slidercars .car .bottom .want:hover {
	background:url(../img/want-1.png) no-repeat -6px -50px;
}
#slidercars .car .bottom .more {
    width: 80px;
}
#slidercars .car table tr td p {
    padding-left: 25px;
}
}
@media
only screen and (max-width : 660px), only screen and  and (max-device-width : 660px) {
#content #slidercars .car table tr td {
    display: block;
}
}
@media
only screen and (max-width : 700px), only screen and  and (max-device-width : 700px) {
#product .right .pricescont {
    float:none;
    width:100%;
}
#product .right .buttons {
	margin-top:10px;
}
#product .right .prices p {
    padding: 9px 10px;
}
#product .right .buttons {
    float: none;
    width:100%;
}

#content #greencalc .block.th1 .form table tr td.th1 {
    width: 25%;
}
#content #greencalc .block.th2 .form table tr td.th1 {
    width: 56%;
}
#content #greencalc .block.th2 .form table tr td.th3 {
    width: 56%;
}
}
@media
only screen and (max-width : 610px), only screen and  and (max-device-width : 610px) {
#product .right {
    margin: 10px auto 0;
}
#product .left {
    width:100%;
}
#product .left .sliders .big {
    padding:0;
    border:none;
}
#product .left .sliders .small {
    width: 102%;
}
#product .left .sliders .small p {
	margin-right:0;
	border:none;
	padding:0;
	margin-right:2%;
	width:14.6%;
}
#product .left .sliders .small p.active {
	border:none;
}
#product .left .sliders .small p img {
	width:100%;
	height:auto;
}
#product .left .sliders .prev {
    left:0;
}
#product .left .sliders .next {
    right:0;
}
#content #greencalc .block.th1 .form table tr td.th1 {
    width: 30%;
}
#content #greencalc .block.th2 .form table tr td.th1 {
    width: 66%;
}
#greencalc .block .form input#volume {
    width: 85%;
    padding: 0 0 0 10%;
}
#content #greencalc .block.th2 .form table tr td.th3 {
    width: 66%;
}
#greencalc .block .form input#year {
    width: 85%;
    padding: 0 0 0 10%;
}
#zoom {
	max-width:90%;
	padding:10px;
	padding-bottom:0;
	padding-top:30px;
}
#zoom p {
    margin-bottom:10px;
}
}
@media
only screen and (max-width : 500px), only screen and  and (max-device-width : 500px) {
#content #slidercars .car table tr td {
    display: table-cell;
}
#product .left .sliders .small p {
	width:14.6%;
}
#slidercars .car .title {
	display:block;
    width:100%;
    height:auto;
	padding:12px 0;
}
#slidercars .car .bottom .links {
    display: block;
    width: 270px;
    margin: auto;
}
#slidercars .car .bottom .more {
    float: left;
}
#slidercars .car .bottom .want {
    float: right;
}
#product .right .other tr td p {
	line-height:16px;
}
#product .right .other tr td {
	vertical-align:middle;
}
#content #greencalc .block.th1 .form table tr td.th1 {
    width: 45%;
}
#greencalc .block .form input {
    width: 65%;
}
#greencalc .block .form input#cur {
    width: 29%;
}
#content #greencalc .block.th2 .form table tr td {
	display:block;
}
#content #greencalc .block.th2 .form table tr td.margin {
    padding-right:0;
}
#content #greencalc .block.th2 .form table tr td.th1 {
    width: 46%;
}
#content #greencalc .block.th2 .form table tr td.th3 {
    width: 46%;
}
#greencalc .block .form input#volume {
	float:right;
    padding: 0 0 0 3%;
}
#greencalc .block .form input#year {
	float:right;
    padding: 0 0 0 3%;
}
#content #greencalc .block.th3 .form table tr td {
	display:block;
}
#content #greencalc .block.th3 .form table tr td.th2 .inputcont {
    float: none;
	overflow:hidden;
	margin:6px 0 2px;
}
#content #greencalc .block.th3 .form table tr td.th2 .inputcont input {
    float: left;
}
#content #greencalc .block.th3 .form table tr td.th2 .inputcont label {
    float:left;
}
#product .right .prices p {
    padding: 9px 5px;
}

}
@media
only screen and (max-width : 360px), only screen and  and (max-device-width : 360px) {
#content .other.arr table tr td.th2 .name {
	display:none;
}
}