.itemlistentry .subcats_outer{
    margin: 10px 0 0 0;
    clear: both;
}

.itemlistentry .subcats{
    margin: 5px 0 5px 10px;
    clear: both;
}

.itemlistentry .subcats_inner{
    width: 33%;
    margin: 0 0 5px 0;
    float: left;
}

.itemlistentry .image{
    width: 200px;
    border: 1px #CCC solid;
    height: 160px;
    margin: 0 0 0 0;
    float: left;
    text-align: center;
    background: url(../images/zoom.gif) 3% 95% no-repeat;
}

.itemlistentry .image img{
	padding: 20px;
}

.itemlistentry .description {
    float: right;
    overflow: hidden;
    width: 560px;
    height: 200px;
    clear: right;
    margin: 0 0 0 0;
    text-decoration: none;
    line-height: 140%;
}

.itemlistentry a {
    text-decoration: none;   
}

.itemlistentry p {
	text-align: justify;
}


.itemlistentry .description h1{
    font-size: 22px;
    margin: 0 0 5px 0;
    padding: 0px;
}

.itemlistentry .description h2 > a{
    font-size: 12px;
    margin: 0 0 10px 0;
    color: #0066CC;
    font-family: arial, tahoma;
    font-weight: bold;
}


.itemlistentry .description span{
    font-size: x-small;
    color: #FF3300;
}

.itemlistentry .more {
    font-size: x-small;
    margin: 25px 0 0 20px;
    float: left;
}

.itemlistentry .price{
    background-image: url(../images/price_bg.gif);
    background-repeat: no-repeat;
    width: 204px;
    height: 25px;
    float: right;
    margin: 20px 0 0 0;
}

.itemlistentry .price_inner{
    font-size: small;
    text-align: right;
    color: #FFF;
    float: right;
    margin: 4px 0 0 0;
}


.itemlistentry .price_inner a{
    color: #FFF;
}

.itemlistentry strike{
    font-size: xx-small;
}

.itemlistentry .price img{
    width: 32px;
    height: 25px;
    float: right;
    margin: 0 0 0 10px;
    vertical-align: middle;
}

.itemlistentry .hr{

    clear: both;
    border-bottom: 1px #F1F1F1 solid;
    margin: 20px 0 20px 0;
}

.itemlistentry .sort{
    text-align: right;
    border-bottom: 1px #D6D6D6 solid;
    border-top: 1px #D6D6D6 solid;
    margin: 5px 0 10px 0;
    padding: 5px 0 5px 0;
    font-size: x-small;
}

.itemlistentry .sort span{
    padding: 0 0 0 10px;
}



.itemshow {
    margin: 20px 0 0 0;

}

.itemshow h1 {
    font-size: 25px;
    color: #333;
    margin: 0 0 3px 0;
    padding: 0px;
}

.itemshow h1 sup {
    font-size: small;
}

.itemshow h2{
    font-size: 12px;
    margin: 0 0 10px 0;
    color: #0066CC;
    font-family: arial, tahoma;
    font-weight: bold;
}

.itemshow .logo{
    text-align: right;
    font-size: x-large;
    color: #FF3300;
    float: right;
}

.itemshow .logo a{
    font-size: x-small;
    color: #999;
}

.itemshow .pageitem{
    border-bottom: 1px #999999 solid;
    text-align: right;
    color: #C77689;
    font-size: x-small;
    padding: 0 0 10px 0;
    margin: 0 0 30px 0;
    height: 15px;
    clear: both;
}

.itemshow .leftcol{
    float: left;
    width: 300px;
}



.itemshow .leftcol .imagecol {
    width: 300px;
}

.itemshow .leftcol .imagecol .nophoto{
    border: 5px solid #CCC;
    text-align: left;
    width: 100%;
    height: 100px;
    background-color: #FFF;
    text-align: center;
    padding: 80px 0 0 0;
    color: #FF3300;
    clear: both;
}

.itemshow .leftcol .imagecol .photo{
    width: 250px;
    height: 220px;
    padding: 25px 25px 25px 25px;
	border: 1px #CCC solid;
}

.itemshow .leftcol .imagecol .photo .underphoto{
	text-align: right;
	margin: 10px 0 0 0;
    color: #000;
}

.itemshow .leftcol .imagecol .photo .underphoto img {
	padding: 0 0 0 10px;
	border: none;
}

.itemshow .leftcol .imagecol .photo .underphoto a {
    color: #333;
}

.itemshow .leftcol .imagecol .photo img{
	border: 1px #FFF solid;
}

.itemshow .leftcol h2{
	color: #0066CC;
	margin: 15px 0 5px 0;
}

.itemshow .leftcol .mapcol {
	position: relative;
	width: 300px;
	height: 200px;
}

.itemshow .leftcol .mapcol #maparea {
	position: absolute;
	top: 0px;
	left: 0px;
	clear: both;
	z-index: 1;
}

.itemshow .leftcol .mapcol #mapareaclick {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 200px;
	z-index: 49;
}

.itemshow .leftcol .mapcol #mapareaclick img {
	width: 300px;
	height: 230px;
}

.itemshow  #attachments {
	margin: 40px 0 0 0;	
}

.itemshow  #attachments img {	
	float: left;
	vertical-align: middle;
	margin: 0 10px 0 0;
}


#item #show #attachments .description{	
	
}

#maparea2 {
	width: 500px;
	height: 400px;	
	float: left;
}

#sidebar2 {
	width: 200px;
	float: right;
	margin: 0 0 0 20px;
}


#sidebar2 ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#sidebar2 li{
	margin: 0 0 0 0;
	padding: 0px;
}



.itemshow .thumbs {
    clear: both;
}

.itemshow .thumbs p{
    margin: 20px 0 5px 0;
    clear: both;
}

.itemshow .thumbs img{
    border: 1px #CCC solid;
    float: left;
    margin: 0 10px 6px 0;
}

.itemshow .rightcol{
    width: 470px;
    float: right;
}

.itemshow .rightcol .description{
    line-height: 150%;
}

.itemshow .rightcol .price{
    float: right;
    width: 150px;
    font-size: 14px;
    color: #0066CC;
    text-align: center;
    margin: 0 0 20px 30px;
    clear: both;
}

.itemshow .rightcol .price i{
    font-size: 25px;
    font-weight: bold; 
}

.itemshow .rightcol .price .rules{
    text-align: right;
	font-size: 10px;    
	margin: 10px 0 0 0;
}

.itemshow .rightcol button{
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    height: 25px;
    background-color: #A66F00;
    color: #FFF;
    border: 0px;
    margin: 3px 0 0 0;
}

.itemshow .rightcol button:hover{
    background-color: #CC0000;
}

.itemshow .other {
    margin: 20px 0 0 0;
    background-color: #F1F1F1;
    padding: 10px;
}

.itemshow .features table{
    margin: 10px 0 0 0;
}

.itemshow .features table th{
    text-align: right;
    border: none;
    padding: 0 10px 0 0;
    white-space: nowrap;
    vertical-align: top;
}



.itemshow .infoline{
    margin: 20px 0 0 0;
    padding: 100px 10px 0 10px;
    width: 200px;
    height: 180px;
    background-image: url(../images/negocjuj.jpg);
    background-repeat: no-repeat;
    line-height: 150%;
}

.itemshow .infoline h1{
    font-size: small;
    clear: both;
    float: none;
    margin: 0 0 5px 0;
}

.itemshow .infoline p{
    width: 180px;
    margin: 0px;
    padding: 0 0 0 70px; /*width of left column containing the label elements*/
    height: 1%;
    clear: both;
}


.itemshow .infoline span {
    float: left;
    margin-left: -80px; /*width of left column*/
    width: 70px; /*width of labels. Should be smaller than left column to create some right margin*/
    text-align: right;
    font-weight: bold;
}


.prebasket {
    background-color: #FFF;
    border: 3px #999 solid;
    position: absolute;
    top: 100px;
    left: 500px;
    width: 300px;
    padding: 30px;
}

