.basketButton {
		position:fixed;
		bottom:10px;
		right:0;
		background-repeat: no-repeat;
	}
	
	.basketButton a {
		font-weight:bold;
		font-size:16px;
		padding-top:10px;
		display:inline-block;
	}
	
	.basket {
		display:none;
		width:240px;
		border-radius:5px;
		bottom:25px;
		right:25px;
		--background:#efefef;
	}
	
	.basket .head1 {
		background: url("../images/1.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
		border-radius: 5px 5px 0 0;
		color: #006963;
		font-weight: bold;
		height: 22px;
		padding: 8px 5px 7px;
		font-size: 16px;
	}
	
	.basket .head1 span {
		float: left;
		margin-left: 10px;
		margin-top: -8px;
	}
	
	.basket .head1 a {
		color: #6F4885;
		text-decoration: none;
	}
	
	.clickclick {
		background: url('../images/3.png') repeat-x scroll 0 0;
		margin-top: -15px;
		height: 105px;
		width:240px; 
	}
	
	.clickclick:hover {
		background: url('../images/9.png') repeat-x scroll 0 0;
	}
	
	.click {
		width:220px; 
		padding:10px;
		color: #fff;
		text-align: center;
	}
	
	.click img {
		height: 30px;
		width: 40px;
		margin-top: 8px;
		margin-right: 8px;
		border: 1px solid #28574F;
	}
	
	div.box {
		width: 100%;
		height: 100%;
		overflow: scroll;
	}
	
	.showl price {
		font-size: 10px;
		color: #006963;
	}
	
	.showl {
	   font-size: 12px;
	}
	
	.showl a {
		color:  red;
		font-weight:normal;
		font-size:14px;
		padding-top:0;
		color: #006963;
		font-weight: bold;
	}
	
	.showr a {
		padding-top:0;
	}
	
	.showl span.doro {
		font-size: 9px;
	}
	
	.showr {
		height: 65px;
		display: inline-block;
	}
	
	.showr img {
		width: 80px;
		height: 57px;
		border: 1px solid #FFFFFF;
		-moz-box-shadow: 0 0 5px #666666;
		-webkit-box-shadow: 0 0 5px #666666;
		box-shadow: 0 0 5px #666666;
	}
	
	.showl span.remove {
		bottom: -8px;
		cursor: pointer;
		height: 16px;
		right: -4px;
		width: 16px;
	}
	
	.clientArea .cabinhover {
		border-bottom: 1px solid #CCCDCE;
		padding-right: 5px;
		padding-top: 9px; 
		height: 66px; 
		background: url('../images/5.png');
		width: auto;
	}
	
	.clientArea .cabinhover:hover {
		background: url('../images/8.png') repeat-x scroll 0 0 #E3E4DB;
	}
	
	@media (max-width: 1570px) {
		.basketButton {
			display: none;
			float: left;
		}
	}
	
	@media (min-width: 1571px) {
		.basketButton {
			right: 18px;
			float: left;
		}
	}
	
	@media (min-width: 1600px) {
		.basketButton {
			right: 35px;
			float: left;
		}
	}
	
	@media (min-width: 1650px) {
		.basketButton {
			right: 60px;
			float: left;
		}
	}
	
	@media (min-width: 1700px) {
		.basketButton {
			right: 80px;
			float: left;
		}
	}
	
	@media (min-width: 1750px) {
		.basketButton {
			right: 100px;
			float: left;
		}
	}
	
	@media (min-width: 1800px) {
		.basketButton {
			right: 135px;
			float: left;
		}
	}
	
	@media (min-width: 1850px) {
		.basketButton {
			right:160px;
			float: left;
		}
	}
	
	@media (min-width: 1900px) {
		.basketButton {
			right: 185px;
			float: left;
		}
	}
	
	@media (min-width: 1950px) {
		.basketButton {
			right: 195px;
			float: left;
		}
	}
	
	.blink2 {
		background-image:url('../images/11.gif');
	}
	
	.tooltipim {
		display: inline;
		position: relative;
	}
	
	.tooltipim:hover:after {
		background: none repeat scroll 0 0 #ECF5F4;
    	border: 1px solid #009999;
    	border-radius: 5px;
		font-size: 12px;
		height:auto;
    	padding: 10px 5px;
		text-align: center;
    	width: 220px;
    	z-index: 98;
		font-weight: normal;
    	bottom: 26px;
    	color: #000;
    	content: attr(desc);
    	left: -430%;
    	position: absolute;
	}
	
	.tooltipim:hover:before {
    	border: solid;
    	border-color: #009999 transparent;
    	border-width: 6px 6px 0 6px;
    	bottom: 20px;
    	content: "";
    	left: 8%;
    	position: absolute;
    	z-index: 99;
	}