﻿.bazar
{
	padding-top: 10px;
}

.bazar .grid
{
	background: transparent;
	border: none;
}

.bazar .filter_text
{
	color: #cc371f;
}

.bazar .filter_text input[type="checkbox"]
{
	margin: 3px 0px 0px 0px;
}

.bazar .sort_link
{
	font-family:Arial;
	color: #cc371f;
	font-size: 12px;
}

.bazar .sort_link_active
{
	font-family:Arial;
	color: #b32d2e;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

.bazar .RadGrid_Default .rgRow td
{
	padding: 0px;
	margin: 0px;
}

.bazar .item, .bazar .alternatingItem
{
	float: left;
	padding: 5px;
	margin-bottom: 10px;
	width: 100%;
	height: 100px;
	background: white;
}

.bazar .item
{
}

.bazar .item .left
{
	float: left;
	width: 48%;
}

.bazar .item .right
{
	float: left;
	margin: 0px 0px 0px 5px;
}

.bazar .item:hover, .bazar .alternatingItem:hover
{
	/* background: silver !important; */
}

.bazar .item .name
{
	font-weight: bold;
	/*color: #265a42;*/
	color: #FF0A02;
	font-size: 120%;
	overflow:hidden;
}
.bazar .item .date
{
	font-weight: bold;
}
.bazar .item .description
{
}
.bazar .item .region
{
	float: right;
}
.bazar .item .adduser
{
	font-weight: bold;
	color: #77b965;
}

.bazar .item .image_holder
{
	margin-left: 1px;
	width: 150px;
	height: 100px;
	display: inline-block;
	float: left;
}

.bazar .item .image_holder_noPhoto
{
	margin-left: 1px;
	background: transparent url(../_clip/NoPhoto.gif) no-repeat center center;
	width: 150px;
	height: 100px;
	display: inline-block;
	float: left;
}

.bazar .item .image
{
}

.bazar .RadGrid_Default .rgRow .link_reply, .bazar .RadGrid_Default .rgAltRow .link_reply
{
	color: #ac250f;
	text-align: center;
}
.bazar .RadGrid_Default .rgRow .link_edit, .bazar .RadGrid_Default .rgAltRow .link_edit
{
	color: #752725;
	font-weight: bold;
}

.bazar .link a
{
	color: #ac250f;
	font-size: 120%;
	font-weight: bold;
}




.bazar .rgPager .rgPageFirst
{
	background: white url(../_clip/page_first.png) no-repeat;
	width: 19px;
	height: 19px;
	border: 0;
	margin-right: 6px;
}
.bazar .rgPager .rgPageNext
{
	background: white url(../_clip/page_Next.png) no-repeat;
	width: 19px;
	height: 19px;
	border: 0;
	margin-right: 6px;
}
.bazar .rgPager .rgPagePrev
{
	background: white url(../_clip/page_prev.png) no-repeat;
	width: 19px;
	height: 19px;
	border: 0;
	margin-right: 6px;
}
.bazar .rgPager .rgPageLast
{
	background: white url(../_clip/page_last.png) no-repeat;
	width: 19px;
	height: 19px;
	border: 0;
}

.bazar .rgHeader
{
	display: none;
}
.bazar .rgPager .rgWrap.rgNumPart
{
	float: left;
	margin-top: 2px;
}
.bazar .rgPager .rgWrap.rgNumPart a.rgCurrentPage
{
	background: #af251c;
}
.bazar .rgPager .rgWrap.rgNumPart a
{
	background: transparent url(../_clip/page_bg.png) no-repeat;
	width: 19px;
	height: 20px;
	border: 0;
	color: White;
	background: #e77817;
	color: white;
	text-decoration: none;
	padding: 2px 5px;
	margin: 1px 1px;
	top: 1px;
	margin-right: 6px;
}
.bazar .rgPager .rgWrap.rgArrPart1, .search-results .rgPager .rgWrap.rgArrPart2
{
	height: 19px;
	width: auto;
	float: left;
	z-index: 6000;
	cursor: pointer;
}
.bazar .rgPager .rgWrap input
{
	z-index: 6000;
	cursor: pointer;
}
.bazar .rgPager .rgWrap.rgAdvPart, .search-results .rgPager .rgWrap.rgInfoPart
{
	display: none;
	float: left;
	font-size: 100%;
	height: 19px;
	margin-left: 250px;
	margin-top: 22px;
	position: absolute;
	vertical-align: middle;
}


/* BAZAR SEARCH */
.bazar_search
{
	padding-top: 20px;
}

.bazar_search .categoryName
{
	font-family: Arial;
	font-size: 12pt;
	color: #01447c;
	font-weight: bold;
}

.bazar_search .item
{
	width: 160px;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}

.bazar_search .content
{
	width: 500px;
	float: left;
}
.bazar_search .imageHolder
{
	float: left;
	width: 35px;
	margin-right: 5px;
}

.bazar_search .link
{
	font-family: Arial;
	color: #d53122;
	font-size: 12px;
}

.bazar_search .link_none 
{
	color: #615b5b;
	font-family: Arial;

	font-size: 12px;
}

.bazar_search .box
{
	height: 50px;
	background: url(../_clip/bg_search2.gif) 0 0 no-repeat;
	padding: 9px 20px;
}
.bazar_search .box input
{
	font-size: 120%;
	padding: 3px 5px;
	vertical-align: middle;
	border: none;
}
.bazar_search .box input.search
{
	width: 300px;
	margin-right: 20px;
	background: white;
}
.bazar_search .box input.button
{
	background: url(../_clip/ico_lupa.gif) 10% 50% no-repeat;
	padding: 5px 0 0 40px;
	font-size: 160%;
	font-weight: bold;
	color: #af251c;
	cursor: pointer;
	overflow: visible;
	width: auto;
}
.bazar_search .box fieldset
{
	border: none;
	margin: 0;
	padding: 0;
	display: inline;
	width: 100%;
}
.bazar_search .box legend
{
	display: none;
}

.bazar_search .btn
{
	height: 22px;
	padding-left: 5px;
	background: url(../_clip/btn_left_dark_green.png) left no-repeat;
}

.bazar_search .btn input
{
	background: #04692b url(../_clip/btn_right_dark_green.png) right no-repeat;
	border: none;
	height: 22px;
	color: white;
	padding: 0px 5px 0px 0px;
	margin: 0px;
	cursor: pointer;
}

.bazar_edit .label
{
	width: 80px;
	display: inline-block;
}

.bazar_ctg_editor
{
	width: 500px;
}

.bazar_ctg_editor .categoryEdit .caption
{
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}

.bazar_ctg_editor .categoryEdit .link
{
	font-size: 12px;
	color: blue;
}

