*
{
    margin: 0px;
    padding: 0px;
}

body
{
    background-color: #fff;
    color: #8F8F8F;
    font-size: 11px;
    font-family: "trebuchet ms" , helvetica, sans-serif;
}

a
{
    text-decoration: underline;
    color: #93B300;
}

a:hover
{
    text-decoration: none;
}

strong
{
    background: inherit;
    color: #50514D;
}

#header
{
    width: 100%;
    height: 104px;
    background-color: #4d4d4d;
    background: url('images/a1.gif') repeat-x;
    color: #ffffff;
}

#header_inner
{
    position: relative;
    width: 980px;
    height: 104px;
    margin: 0px auto;
    background: url('images/headerBg.gif') no-repeat;
}

#header_inner h1
{
    background: inherit;
    position: absolute;
    left: 0px;
    bottom: 10px;
    text-transform: lowercase;
    font-size: 39px;
    color: #fff;
    font-weight: normal;
    letter-spacing: -2px;
}

#header_inner h1 span
{
    background: inherit;
    color: #DADADA;
}

#searchBox
{    
    position: absolute;
    right: 0px;
    bottom: 25px;
    color: #DADADA;
    text-transform: lowercase;
    font-size: 13px;
    top:35px;
    text-align:right;
}

#main
{
    padding-top: 20px;
    position: relative;
    /*width: 980px;*/
    margin: 0px auto;
    padding-bottom: 10px;
    max-width: 1260px;
    min-width: 980px;    
}

#menu ul
{
    list-style: none;
    margin: 0px;
}

#menu li
{
    background: none;
    padding: 0px;
    font-weight: bold;
}

#menu a
{
    display: block;
    position: relative;
    width: 168px;
    height: 27px;
    margin-bottom: 1px;
    text-decoration: none;
    background: inherit;
    background-image: url('images/bbg0.gif');
    padding-left: 17px;
    padding-top: 11px;
    color: #636363;
    text-transform: lowercase;
    font-size: 13px;
}

#menu a span
{
    position: absolute;
    right: 0px;
    margin-top: 5px;
    margin-right: 15px;
    width: 7px;
    height: 7px;
    background: url('images/x1.gif') no-repeat;
}

#menu a:hover span
{
    position: absolute;
    right: 0px;
    margin-top: 5px;
    margin-right: 15px;
    width: 7px;
    height: 7px;
    background: url('images/x2.gif') no-repeat;
}

#menu a:hover
{
    background: inherit;
    color: #fff;
    background-image: url('images/bbg1.gif');
}

#menu_end
{
    height: 30px;
    background-image: url('images/a2.gif');
}

h1
{
    background: inherit;
    color: #50514D;
    text-transform: lowercase;
    font-size: 26px;
}

h1 span
{
    background: inherit;
    color: #85AC1E;
}

h1 span sup
{
    background: inherit;
    color: #85AC1E;
    font-size: 14px;
}

h3
{
    margin-top: 30px;
    background: inherit;
    color: #50514D;
    font-size: 15px;
    text-transform: lowercase;
    height: 34px;
    background: url('images/a3.gif') repeat-x 0px 17px;
}

h3 span
{
    background: inherit;
    color: #85AC1E;
}

h3.first
{
    margin-top: 0px;
}

#lcol
{
    position: absolute;
    width: 185px;
    bottom: 0;
    left:0;
    top:0;
    margin-left:15px;    
}

#center
{
    border: 1px solid #EAEAEA;
    position: relative;
    /*margin-left: 190px;
    min-width: 600px;   */
    background-image: url('images/a2.gif');
    background-repeat: repeat-x;
    min-height: 450px;
    
    margin: 0px 220px 0px 205px;
}

#rcol
{
    position: absolute;
    right:0;
    width: 200px;
    bottom: 0;
    background-image: url('images/a2.gif');
    background-repeat: repeat-x;
    top:0;
    margin-right:15px;
}

#lcontent
{
    position: relative;
    padding: 0px 5px 0px 0px;
}

#rcontent
{
    position: relative;
    padding: 15px 0px 0px 10px;
}

#centerContent
{
    position: relative;
    padding: 5px 20px 0px 20px;
}


ul
{
    list-style: none;
}

li
{
    background: url('images/x1.gif') no-repeat 0px 5px;
    padding-left: 15px;
}

p
{
    margin-bottom: 25px;
    text-align: justify;
    line-height: 20px;
}

#lcol p
{
    font-size: 10px;
    line-height: 16px;
    margin: 0px;
}

.divider
{
    font-size: 0px;
    position: relative;
    border-bottom: solid 1px #F5F5F5;
    height: 1px;
    width: 100%;
    margin: 10px 0px 10px 0px;
}

.summary
{
    text-align: right;
    font-style: italic;
}

ul.divided li
{
    border-top: solid 1px #F5F5F5;
    margin-top: 4px;
    padding-top: 4px;
    background-position: 0px 9px;
}

ul.divided li.first
{
    border-top: 0px;
    margin-top: 0px;
    padding-top: 0px;
    background-position: 0px 5px;
}

#slogan2
{
    font-size: 14px;
    position: relative;
    top: -5px;
}

.box_price
{    
    border: dashed 1px #dadada;
    margin-top: 10px;    
    color: #AAB165;
}

.box
{
    border: dashed 1px #dadada;
    margin-top: 5px;
	margin-bottom: 5px;
	margin-left:2px;
	margin-right:2px;
    color: #AAB165;
}

.box h2
{
    color: #6C7425;
    text-transform: lowercase;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 5px;
}

.box p
{
    font-size: 10px;
    line-height: 16px;
    margin: 0px;
}

.box_inner
{
    border: dashed 1px #dadada;
    padding:0px;
    background: #FFFFE9 url('images/a4.gif') repeat-x;
    color: inherit;
    margin:auto;    
}

.captioned_image
{
    position: relative;
    padding-bottom: 15px;
    float: left;
    margin-right: 17px;
}

.captioned_image div
{
    position: absolute;
    font-size: 9px;
    bottom: 0px;
    left: 0px;
}

#footer
{
    clear: both;
    background: url('images/a2.gif') repeat-x;
    width: 680px;
    margin: 0px auto;
    margin-bottom: 25px;
    padding-top: 10px;
    text-align: center;
    text-transform: lowercase;
}
/*********************************************************************************/
.sectiontitle
{
	font-size: 16px;
	font-weight: bold;
	color: #50514D;
}

.ButtonStyle
{
    width: 115px;
    height: 20px;
    border: 0;
    margin-left: 0;
    padding: 0;
    background: url('images/ruButtonMedium.gif') 100% 0 no-repeat;
    color: #fff;
    text-align: center;
    vertical-align:middle;
    font-size: 10px;   
    font-weight:bold;
}

.sectionsubtitle
{
	padding: 5px 6px 5px 6px;
	font-weight: bold;
	padding-bottom: 4px;
}

/******grid ****************/
.grid
{
	width: 99%;
	font-family: Tahoma;
}
.grid H2
{
	margin: 0;
	padding: 0;
	color: #ffffff;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
}
.grid .mid
{
	padding: 3px 0px 0px 0px;
}
.grid .datatable
{
	width: 100%;
	color: #666;
}
.grid .datatable TH
{
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0px;
    padding: 2px 4px;
    color: #333333;
    border-bottom: solid 2px #bbd9ee;
    border-bottom-color: #F1FFB0;
}
.grid .datatable TH A
{
    text-decoration: none;
    padding-right: 18px;
    color: #93B300;
}
.grid .datatable TH.sortasc A
{
	background: url(images/asc.gif) right center no-repeat;
}
.grid .datatable TH.sortdesc A
{
	background: url(images/desc.gif) right center no-repeat;
}
.grid .datatable .row TD
{
    font-size: 12px;
    text-align: left;
    padding: 6px 4px;
    border-bottom: solid 1px #bbd9ee;
    border-bottom-color: #F3FFBB;
}
.grid .datatable .row:hover
{
    background-color: #F8FFD5;
    color: #000;
}
.grid .datatable .row TD.first
{
	padding-left: 10px;
}
.grid .datatable TH.first
{
	padding-left: 10px;
}
.grid .datatable .row:hover .first
{
	background-repeat: no-repeat;
	background-image: url(images/bullet.gif);
}
/* Data Pager Styles */
.grid TR.pager-row TD
{
	border-top: solid 2px #93B300;
}
.grid .pager
{
	font-family: arial,sans-serif;
	text-align: center;
	padding: 6px;
	font-size: 18px;
}
.grid .pager SPAN.command, .grid .pager SPAN.current, .grid .pager A.command, .grid TR.pager-row TD A
{
    color: #93B300;
    padding: 0px 5px;
    text-decoration: none;
    border: none;
}
.grid .pager A.command:hover, .grid TR.pager-row TD A:hover
{
    border: 2px solid #93B300;
    background-color: #F4FFC1;
    color: #333333;
    padding: 0px 3px;
    text-decoration: none;
}
.grid .pager SPAN.current, .grid TR.pager-row TD SPAN
{
    border: none;
    font-weight: bold;
    color: #3e3e3e;
    padding: 0px 6px;
}
.grid TR.pager-row TD
{
	border-top: none;
	text-align: center;
}
.grid TR.pager-row TABLE
{
	height: 35px;
	margin: 0 auto 0 auto;
}
/******koniec grid ****************/
.productDetailTitle
{
    padding-bottom:4px;
}

.productDetailTitle A
{
    font-size: 13px;
    font-weight: bold;
    font-family: Verdana, 'Times New Roman', Arial, Serif;
}

/***********AutoComplete flyout ****************************/
.autocomplete_completionListElement
{
    font-family: Verdana, Arial, Serif;
    font-size: 12px;
    visibility: hidden;
    margin: 0px !important;
    background-color: #FFFFFF;
    color: #333333;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'inherit';
    overflow: auto;
    height: 220px;
    text-align: left;
    list-style-type: none;
    padding: 0px !important;
    z-index:999;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
    background-color: #F3F3F3;
    color: #24486C;
    padding: 1px;
    font-size: 12px;
    font-weight: bold;
}

/* AutoComplete item */

.autocomplete_listItem
{
    background-color: #FFFFFF;
    color: #24486C;
    padding: 1px;
    font-weight: normal;
}
/***********koniec AutoComplete flyout ****************************/
/***********table dla szczegółów ****************************/
.tableDetails
{
	width: 100%;
}

.tableDetails TH
{
	font-size: 12px;
	width: 21%;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	vertical-align: middle;
}

.tableDetails TD
{
	text-align: left;
	vertical-align: middle;
}

/***********koniec table dla szczegółów ****************************/

.textBox
{
	font: 11px Tahoma, Verdana, Helvetica, sans-serif;
	border: 1px solid #333333;
	background-color: #EBEBEB;
	color: #333333;
}

/********ankiety*******/
.pollbox
{
	font-size: 12px;
	width: 100%;
}

.pollcontent
{
	padding: 0px;
}

.pollquestion
{
	font-size: 13px;
	font-weight: bold;
}

.polloptions
{
	padding-top: 10px;
	padding-bottom: 4px;
}

.pollbar
{
	background-color: red;
	font-size: 4px;
}

.progressbarcontainer
{
	width: 98%;
	height: 15px;
	border: solid 1px black;
	padding: 1px;
}

.progressbar
{
	width: 0px;
	background-color: Red;
	height: 15px;
}
/*********************/

/********Ikony panela administracyjnego******/
.adminPanelIcons
{
	text-align: center;
	display: block;
	float: left;
	vertical-align: middle;
	width: 90px;
}

.adminPanelTable
{
	width: 100%;
	border-top-style: solid;
	border-top-color: Black;
	border-top-width: 1px;
}
/*********************/
.searchBox
{
	border: 1px solid #E2E2E2;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/******************/
.boxHeader
{
	font-size: 16px;
	font-weight: bold;
	padding-left:2px;
	padding-bottom:4px;
}

.boxContent
{
	padding-left: 5px;
	text-align:left;
}
/************* style site map path *******************/
.siteMapPathLink
{
	font-weight: bold;
	font-size: 13px;
}

.siteMapPathLink:link, .siteMapPathLink:visited
{
}

.siteMapPathLink:hover
{
}
/************* style site map path *******************/

/************box white**********************/
.boxBorder1
{
    background-image: url('images/boxWhite_01.gif');
    width: 7px;
    height: 7px;
}
.boxBorder2
{
    background-image: url('images/boxWhite_02.gif');
    height: 7px;
    background-repeat: repeat-x;
}
.boxBorder3
{
    background-image: url('images/boxWhite_03.gif');
    width:8px;
}
.boxBorder4
{
    background-image: url('images/boxWhite_04.gif');
    background-repeat: repeat-y;
    width:7px;
}
.boxBorder5
{
    background-color:#fff;
}
.boxBorder6
{
    background-image: url('images/boxWhite_06.gif');
    background-repeat: repeat-y;
    width:7px;
}
.boxBorder7
{
    background-image: url('images/boxWhite_07.gif');
    width:7px;
    height:7px;
}
.boxBorder8
{
    background-image: url('images/boxWhite_08.gif');
    background-repeat: repeat-x;
    height:7px;
}
.boxBorder9
{
    background-image: url('images/boxWhite_09.gif');
    width:8px;
    height:7px;
}
/*******************************************/
.priceLargeList
{
    border: 1px dotted #99BBDD;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Courier New' , Courier, monospace;
    text-align: center;
    margin: auto;
    background-color: #FFFFCC;
}

.sectionsubtitle
{
    font-size:14px;
    padding-bottom:5px;
}
