body {
    background: #28313a;
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    border: 0px;
    font-family: Verdena, Tahoma, 'Times New Roman';
    font-size: 12px;
    color: #4E4E4E;
    text-align:left;    
}
h1, h6 {
    margin: 0;
    font-weight: normal;
}
#container
{
    background: #28313a;
    width: 980px;
    margin: auto;
}
#first-column, #third-column
{
    background: #F5F5F5;
    width: 200px;
    margin: 3px;
    vertical-align: top;
    padding: 5px;
}
#first-column
{
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    border-color: #7b99b7;
}
#third-column
{
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #7b99b7;
}
#content {
    background: #F5F5F5;    
    min-height: 400px;
    vertical-align:top;
    width:580px;
    padding:5px;
}

div#header
{     
    height: 214px;
    margin: auto;
    background-image: url('images/headerBg.png');
    background-repeat: repeat-x;
}

div#headerContent
{
    width: 980px;
    margin: auto;
    height:134px;
}

#footer
{
    background-position: center bottom;
    background-image: url('images/footer.png');
    background-color: #F5F5F5;
    background-repeat: repeat-x;
    height: 15px;
    font-family: Verdena, Tahoma, 'Times New Roman';
    font-size: 9px;
    font-weight:bold;
    color: #4E4E4E;
    text-align:center;
}

#footerContent
{
    background-color: #F5F5F5;
    border-style: solid;
    border-width: 0px 1px 0px 1px;
    border-color: #7b99b7;    
}

#tablecontent
{
    position:relative;
    top:-80px;    
    width:100%;
}

#menuG
{
    background-image: url('images/menuGBg.png');
    height: 82px;
    background-repeat: repeat-x;
    text-align:center;
}

#menuG a
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: 24px;
    font-weight: bold;
    color:White;
    padding-left:17px;
    padding-right:17px;
}

#menuG a:hover
{
    color: #D96C00;    
}

#menuGL
{
    background-image: url('images/menuGL.png');
    height: 82px;
    background-repeat: repeat-x;
    width:21px;
}

#menuGR
{
    background-image: url('images/menuGR.png');
    height: 82px;
    background-repeat: repeat-x;
    width:21px;
}

.mnuHeader
{
    margin:auto;
}

a
{
    color: #D96C00;
    text-decoration: none;
    font-weight: bold;    
}

a:hover
{
	text-decoration: none;
	color: #FFB928;
	font-weight: bold;
}

#logo
{
    background-position: left top;
    background-image: url('images/logo.jpg');
    background-repeat: no-repeat;
}

/*********************************************************************************/
.sectiontitle
{
	font-size: 16px;
	font-weight: bold;
}

.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;
}
.grid .datatable TH A
{
	text-decoration: none;
	padding-right: 18px;
	color: #0066cc;
}
.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;
}
.grid .datatable .row:hover
{
	background-color: #DFFEFF;
	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 #bbd9ee;
}
.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: #5a90ce;
	padding: 0px 5px;
	text-decoration: none;
	border: none;
}
.grid .pager A.command:hover, .grid TR.pager-row TD A:hover
{
	border: solid 2px #408BB6;
	background-color: #59A5D1;
	color: #fff;
	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;
}
/******************/

.box
{

}

.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
{
	color: #CC6600;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

.siteMapPathLink:link, .siteMapPathLink:visited
{
	color: #000066;
	text-decoration: none;
}

.siteMapPathLink:hover
{
	color: #CC6600;
}
/************* 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;
}
.menuLink
{
    color: #CC0000;
}
