@charset "utf-8";
/* CSS Document */
body {
margin:0px;
padding:0px;
}


a#productName
{
    color:#4B6819;
    font-family:"Tahoma",sans-serif;
    font-size:11px;
    display: block;
    text-decoration: none;
    font-weight:bold;
    text-decoration:none;
    position: relative;
    left: 0px;
    top: 0px;
	width:160px;
}

div#imageFrame
{
    width: 160px;
    text-align: center;

}

div#imageFrame img
{
    max-height:100px;
    max-width:160px;
    border-style: none;
}


div.outerFrame
{
    background-image:url(http://www.wspinanie.pl/img/itemBox_bg.gif);
    background-repeat:no-repeat;
    height:310px;
	margin:0px;
	padding:10px;
    position:relative;
    width:180px;
    font-family:"Tahoma",sans-serif;
    font-size:11px;
    color:#838383;
}


div#productDescription{
width:160px;
}

div#producerBox{
width:160px;
}

div#priceBox
{
    background-image:url(http://polarsport.pl/main/img/priceBox_bg.gif);
    height:32px;
    margin-top:10px;
    padding:5px;
    text-align:center;
    width:140px;
    position:relative;
}


div#promotionPrice 
{
    color:#FF8A00;
    font-size:16px;
    font-weight:bold;
    text-align:center;
}


div#oldPrice 
{
    text-decoration: line-through;
}


a#cartAdder
{
    position:relative;
	margin-top:3px;
    background-image:url(http://polarsport.pl/main/img/productCart.gif);
    color:#FFFFFF;
    display:block;
    height:22px;
    text-decoration:none;
    width:145px;
}

