﻿.bazar
{
	width:100%;
	text-align:left;
	border:none;
}

.bazar H2
{
	font-size:12px;
}

.bazar A
{
    text-decoration:none;
	color:#000066;
}

.bazar A:visited
{
    text-decoration:none;
}

.bazar A:hover
{
    text-decoration:underline;
}

.bazar TH
{
	border:none;
}

.bazar TD
{
/*	border-bottom:solid 1px #999999; */
	padding:10px;
	border:none;
}

.bazar .category
{
	height:20px;
	font-weight:bold;
	font-size:12px;
    background:#cccccc;
	color:#000000;
	margin:0px 0px 10px 0px;
	padding:5px 0px 0px 10px;
}

.bazar_status
{
    font-size:18px;
    margin-bottom:10px;
}
.bazar .inserted
{
    background:#99ff66;
}

.bazar .reserved
{
    background:#00CC00;
}

.bazar .sold
{
    background:#cc0000;
}

.bazar .RowStyle
{
}

.bazar .AlternatingRowStyle
{
}

.bazar .AlternatingRowStyle .category
{
}

.main_image
{
    float:left;
    margin:0px 0px 0px 10px;
    padding:2px;
	border:solid 1px #666666;
}

.main_image IMG
{
	float:left;
	width:100px;
	height:75px;
	border:solid 2px #FFFFFF;
	background:#bfbdb6 url("images/placeholder-100.jpg");
}

.bazar .image
{
	float:left;
	width:100px;
	padding:2px;
	border:solid 1px #666666;
	margin:0px 10px 10px 0px;
}

.bazar .image IMG
{
	float:left;
	width:100px;
	height:75px;
	border:solid 2px #FFFFFF;
	background:#bfbdb6 url("images/placeholder-100.jpg");
}

.bazar .nadpis
{
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
	margin:0px 0px 0px 0px;
}

.bazar .text
{
	margin:5px 0px 5px 0px;
	min-height:30px;
}

.bazar .datum
{
	text-align:right;
	vertical-align:bottom;
	margin:10px 0px 0px 0px;
	font-size:x-small;
}

.bazar .datum .number
{
	font-weight:bold;
	text-align:right;
	margin:0px 0px 10px 0px;
}

.tblProduct
{
    border:solid 1px #CCCCCC;
    font-size:x-small;
}
.tblProduct .cena
{
    color:#FF0000;
    font-weight:bold;
}
.tblProduct .postovne
{
    color:#009900;
    font-weight:bold;
}
.tblProduct .label
{
    font-weight:bold;
    text-align:left;
    background-color:#CCCCCC;
    width:150px;
    vertical-align:top;
}
.tblProduct .value
{
    text-align:left;
    background-color:#99ff66;
    width:250px;
    vertical-align:top;
}
.tblProduct .buttons
{
    border-top:solid 1px #EEEEEE;
}
.portret
{
    float:left;
    margin:0px 0px 0px 10px;
    padding:2px;
	border:solid 1px #666666;
}

.product_text
{
    margin-top:20px;
    text-align:left;
}

.product_conditions
{
    margin-top:20px;
    margin-bottom:20px;
    text-align:left;
    background:#99ff66;
}

.product_conditions .label
{
    font-weight:bold;
    padding-bottom:10px;
}

.gallery
{
    margin:20px 0px 0px 0px;
}

.pnl_cena
{
    margin:10px 0px 0px 0px;
}

.cena
{
    color:#FF0000;
}

.cat_menu
{
    width:100%;
    border:none;
}

.cat_menu TD
{
    width:50%;
    text-align:left;
    vertical-align:top;
    border:solid 1px #009900;
    padding-bottom:10px;
}

.cat_header
{
    height:20px;
	font-size:14px;
	text-align:center;
	margin-bottom:5px;
	background-color:#99ff66;
}

.cat_header A
{
	color:#dd00dd;
	text-decoration:none;
}

.cat_header A:active
, .cat_header A:focus
, .cat_header A:hover
{
	text-decoration:underline;
	color:#7A897F;
}

.cat_menu .cat_image
{
    float:left;
    width:75px;
    margin:0px 5px 2px 5px;
    padding:2px;
}

.cat_menu .subcat_item A
{
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

.cat_menu .subcat_item A:active
, .cat_menu .subcat_item A:focus
, .cat_menu .subcat_item A:hover
{
	text-decoration:underline;
	color:#7A897F;
}

.div_links A
{
	color:#ffff00;
}