@charset "utf-8";
/* CSS Document */

#chrome-fix
{
    /* Chrome is ignoring the first rule in the stylesheet! */
}
#order-offer
{
	float: right;
	margin: -50px 0 0 20px;
}
.order-special
{
	position: relative;
}
#size-40x30
{
	background: url(../../images/button-sizes.png) no-repeat 0px -174px;
}
#size-40x30:hover
{
	background: url(../../images/button-sizes.png) no-repeat 0px -203px;
}
#size-60x30
{
	background: url(../../images/button-sizes.png) no-repeat -477px -116px;
}
#size-60x30:hover
{
	background: url(../../images/button-sizes.png) no-repeat -477px -145px;
}
#size-45x45
{
	background: url(../../images/button-sizes.png) no-repeat -318px -116px;
}
#size-45x45:hover
{
	background: url(../../images/button-sizes.png) no-repeat -318px -145px;
}

#size-50x40
{
	background: url(../../images/button-sizes.png) no-repeat -159px -116px;
}
#size-50x40:hover
{
	background: url(../../images/button-sizes.png) no-repeat -159px -145px;
}

#size-80x40
{
	background: url(../../images/button-sizes.png) no-repeat 0px -116px;
}
#size-80x40:hover
{
	background: url(../../images/button-sizes.png) no-repeat 0px -145px;
}

#size-75x50
{
	background: url(../../images/button-sizes.png) no-repeat -477px -58px;
}
#size-75x50:hover
{
	background: url(../../images/button-sizes.png) no-repeat -477px -87px;
}
#size-60x60
{
	background: url(../../images/button-sizes.png) no-repeat -318px -58px;
}
#size-60x60:hover
{
	background: url(../../images/button-sizes.png) no-repeat -318px -87px;
}
#size-90x60
{
	background: url(../../images/button-sizes.png) no-repeat -159px -58px;
}
#size-90x60:hover
{
	background: url(../../images/button-sizes.png) no-repeat -159px -87px;
}
#size-120x45
{
	background: url(../../images/button-sizes.png) no-repeat 0px -58px;
}
#size-120x45:hover
{
	background: url(../../images/button-sizes.png) no-repeat 0px -87px;
}
#size-120x60
{
	background: url(../../images/button-sizes.png) no-repeat -477px -0px;
}
#size-120x60:hover
{
	background: url(../../images/button-sizes.png) no-repeat -477px -29px;
}
#size-120x90
{
	background: url(../../images/button-sizes.png) no-repeat -318px -0px;
}
#size-120x90:hover
{
	background: url(../../images/button-sizes.png) no-repeat -318px -29px;
}
#size-180x90
{
	background: url(../../images/button-sizes.png) no-repeat -159px -0px;
}
#size-180x90:hover
{
	background: url(../../images/button-sizes.png) no-repeat -159px -29px;
}
#size-245x90
{
	background: url(../../images/button-sizes.png) no-repeat 0px -0px;
}
#size-245x90:hover
{
	background: url(../../images/button-sizes.png) no-repeat 0px -29px;
}
#order-offer-40x30
{
    z-index: 999;
    position: absolute;
    left: 118px;
    top: -17px;
}
#order-offer-60x30,
#order-offer-45x45,
#order-offer-50x40,
#order-offer-80x40,
#order-offer-75x50,
#order-offer-60x60
{
    z-index: 999;
    position: absolute;
    left: 122px;
    top: -17px;
}
#order-offer-90x60,
#order-offer-120x45,
#order-offer-120x60,
#order-offer-120x90,
#order-offer-180x90
{
    z-index: 999;
    position: absolute;
    left: 126px;
    top: -17px;
}
#order-offer-245x90
{
    z-index: 999;
	position: absolute;
	left: 128px;
	top: -17px;
}


