#promoted_div{
	width:300px;
	float:left;
	margin-top:10px
}
#show_div{
	width:660px;
	float:left;
	margin:10px;
	background-color: #1E1604;
	border:1px solid #4C380C;
}
#show_div ._left{
	float:left;
	width:350px;
	

}
#show_div ._right{
	float:right;
	width:222px;

}
#show_div ._left .actions{
	margin-top:20px;
} 
#show_div ._left .actions .title, #show_div ._right .additional_attributes .title{
	display:block;
	margin-bottom:10px;
	font-size:14px;
	text-decoration:underline;
	color:#F1CC00;
	font-weight:bold;
}
#show_div ._left .attribute{
	display:block;
	margin-bottom:10px;
	font-weight:bold;
	margin-left:10px;
}
#show_div ._left .actions a.action{
	display:block;
	font-weight:bold;
	color:#dddddd;
	font-size:19px;
} 
#no_photo_div{
	height:40px;
	margin-top:20px;
	text-align:center;
	font-weight:bold;
}
#show_description_title{
	color:#ddaa00;
}
#show_description{
	margin-left:10px;
}
#show_div table{
	width:100%;
}
#show_div table tr{
	height:30px;;
}
#show_div table td.caption{
	width:30%;
	vertical-align:top;
	color:#ddaa00;
}
#show_div table td.value{
	width:70%;
	vertical-align:top;
}

#show_div table td.category{
	margin:5px 20px;
	font-weight:bold;
	color:#A0A0A0;
}
#show_div table td.category a{
	color:#9D8607;
}

._right .photo{
	background-color: #000000;
	
	margin:10px;
	margin-left:0px;
	padding:10px;
	border:1px solid #4C380C;
	
}
._right .photo img{
	margin:10px;
	padding:3px;
	background-color: #1E1604;
	border:1px solid #4C380C;
	
}
.photo_title{
	display:block;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
}

/*  lista przedmiotow */
.product_list{

}
.product{
	float:left;
	margin: 5px;
	width: 235px;
	height:120px;
	border:1px solid black;
	padding:2px;
}
.product:hover{
	border:1px solid grey;

}
.product .photo{
	text-align:center;
	height:120px;
	width:100px;
	float:left;
}
.product .right{
	padding:3px;
}
.product .right .title{
	color:#9D8607;
	font-weight: bold;
	text-decoration:underline;
	margin-bottom:5px;
}
.product .right .caption{
	color:#a0a0a0;
}
.product .right .value{
	
}

