.h-side { height: 265px; background: url(../i/head-bg.gif) left bottom repeat-x; position: relative }
.h-side .basket-box { 
	width: 440px; height: 265px; 
	background: url(../i/basket-bg.gif) center no-repeat; 
	float: right; 
	font: normal 14px/16px "Trebuchet MS" 
	}
.h-side .basket-box div { position: relative; top: 86px; left: 200px; width: 160px; height: 93px; text-align: center }
.h-side .basket-box div a { 
	color: #cd2301; 
	line-height: 14px; 
	font-weight: bold; 
	white-space: nowrap; 
	text-decoration: none; 
	border-bottom: 1px solid #cd2301; 
	display: inline-block;
	}
.h-side .basket-box div a:hover { border-bottom: 1px solid #bcf6ff }
.h-side .basket-box a.buy-now { 
	width: 168px; height: 24px; 
	overflow: hidden; 
	display: inline-block; 
	background: url(../i/basket-link-bg.gif) no-repeat;
	border: none;
	position: absolute; bottom: 0; left: -10px
	}
.h-side .basket-box a.buy-now:hover { border: none }

.h-side .logobox { 
	width: 415px; height: 265px; 
	background: url(../i/callme-buble.gif) right 40px no-repeat; 
	float: left; 
	position: relative; 
	z-index: 10 
	}
.h-side .logobox a { 
	display: inline-block; 
	width: 204px; height: 22px; 
	background: url(../i/logo.gif) no-repeat; 
	position: relative; top: 184px; left: 52px 
	}
.h-side .d-dot { position: absolute; right: 0; top: 84px; width: 60px; height: 249px; background: url(../i/d-dot.gif) no-repeat }
.h-side .trash-pix { 
	width: 384px; height: 260px; 
	background: url(../i/trash-pix.png) no-repeat; 
	/* ie fix */
	//background: none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/trash-pix.png', sizingMethod='crop');
	margin: 0 0 0 -192px; 
	position: absolute; left: 50% 
	}

