/* CSS Document */
body {
    
    behavior: url( "main/csshover3.htc" );
    
	margin: 0;
	padding: 0;
	font-family: "Tahoma",sans-serif;
	font-size: 11px;
	color: #838383;
    background-color: #ffffff;
	background-image: url( ./img/bg.gif );
	background-repeat: repeat-x;
	background-position: top center;
}
div#mainBottom {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background-image: url( ./img/bottom_bg.gif );
	background-repeat: repeat-x;
	background-position: bottom center;
}
div#main {
	width: 970px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
div#top {
	width: 970px;
	height: 127px;
	margin: 0;
	padding: 0;
    
    
    position: relative;
    left: 0px;
    top: 0px;
}
div#menu {
	width: 930px;
	height: 35px;
	padding: 0 40px;
	padding-right: 0px;
	background-image: url(img/menu_bg.gif);
    
    position: absolute;
    left: 50%;
    top: 127px;
    margin-left: -485px;   
}




div#menuPlaceholder
{
    width: 930px;
    height: 35px;

}




input.mediumButton
{
    font-weight: bold;
    color: #FFFFFF;
    
    min-width: 85px;
    min-height: 22px;
    
    width: 85px;
    height: 22px;
    background-color: transparent;
    font-family: "Tahoma",sans-serif;
    font-size: 11px;
    border-style: none;
    background-image: url( "img/butmed.gif" );
    background-repeat: no-repeat;
}

input.bigButton
{
    font-weight: bold;
    color: #FFFFFF;
    
    min-width: 85px;
    min-height: 22px;
    
    width: 610px;
    height: 22px;
    background-color: transparent;
    font-family: "Tahoma",sans-serif;
    font-size: 11px;
    border-style: none;
    background-image: url( "img/butbig.gif" );
}


input.smallButton
{
    font-weight: bold;
    color: #FFFFFF;
    
    min-width: 85px;
    min-height: 22px;
    
    width: 30px;
    height: 22px;
    background-color: transparent;
    font-family: "Tahoma",sans-serif;
    font-size: 11px;
    border-style: none;
    background-image: url( "img/butsma.gif" );
}


a.bigButton
{
    display: block;
    font-weight: bold;
    color: #FFFFFF;
    
    min-width: 85px;
    min-height: 22px;
    
    width: 610px;
    height: 22px;
    background-color: transparent;
    font-family: "Tahoma",sans-serif;
    font-size: 11px;
    border-style: none;
    background-image: url( "img/butbig.gif" );
    text-align: center;
    line-height: 22px;
    vertical-align: middle;
    text-decoration: none;
}










div#navBar {
	width: 950px;
	height: 19px;
	margin: 0;
	padding: 0;
	color: #838383;
	font-size: 10px;
	padding-top: 6px;
	padding-left: 20px;
}

div#navBar a
{
    color: #838383;
    text-decoration: none;
}

div#navBar a.lastNavBarItem
{
    color: #112444;
    text-decoration: underline;
}

div#contentTop {
	width: 970px;
	height: 16px;
	background-image: url(img/contentTop_bg.gif);
}
div#content {
	width: 940px;
    
    min-height: 900px;
    
	height: auto !important;
    height: 900px;
    
	background-color: #ffffff;
	padding: 0 15px;
	margin: 0;
    
    
}
div#contentBottom {
	width: 970px;
	height: 16px;
	background-image: url(img/contentBottom_bg.gif);
	margin: 0;
	padding: 0;
}
div#newsBox {
	width: 940px;
	height: 84px;
	background-image: url(img/newsBox_bg_small.gif);
	padding: 15px;
	margin: 15px 0 15px 0;
	color: #ffffff;
}
div#footer {
	width: 970px;
	height: 93px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #838383;
	padding-top: 25px;
}
a#logo {
	position: relative;
	float: left;
	width: 334px;
	height: 127px;
	background-image: url(img/logo.gif);
	margin: 0;
    outline-style: none;
}
*.menuButton {
	display: block;
	height: 31px;
	position: relative;
	float: left;
	color: #ffffff;
	font-size: 11px;
	background-image: url(img/menuButton_off.gif);
	background-repeat: repeat-x;
	text-align: center;
	top: 2px;
    left: 0px;
    width: auto;
}

*.menuButton:hover {
	background-image: url(img/menuButton_on.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

a.menuLink
{
    display: inline-block;
    width: auto;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    height: 31px;
    line-height: 30px;
    vertical-align: middle;
    padding: 0px 9px;
}


a.menuLink:hover {
    background-image: url(img/menuButton_on.gif);
    background-repeat: no-repeat;
    background-position: center center;
}



span.submenuArrow{
    background-color: transparent;
    background-image: url(img/submenuArrow_bg.gif);
    background-repeat: no-repeat;
    background-position: 0px 8px;
    
    position: absolute;
    right: 10px;
    top: 0px;
    
    display: block;
    width: 20px;
    height: 20px;
}


span.subMenuButton a:hover span.submenuArrow{
    background-image: url(img/submenuArrow_bg_hover.gif);

}

/*** dynamic css menu starts here ***/

*.menuButton span.submenu
{
    display: none;
    position: absolute;
    top: 31px;
    left: 0px;
    text-align: left;
    text-indent: 34px;
}

a.menuLink:hover span.submenu
{
    display: block;
}


*.menuButton:hover span.submenu
{
    display: block;
    background-color: transparent;
    z-index: 10;
    padding-top: 1px;
    
    
    
    width: 190px;
/*    min-width: 160px;*/
}



span.subMenuButton
{
    display: block;
    position: relative;
    left: 0px;
    top: 0px;
}


span.subMenuButton span.lowsubmenu
{
    padding-left: 1px;
    display: none;
    position: absolute;
    top: 0px;
    left: 190px !important;
    left: 188px;
}



span.subMenuButton:hover span.lowsubmenu
{
    display: block;
    width: 190px;
    
}


span.lowsubmenu:hover, span.submenu:hover
{
    display: block;
}


/* menu items */
span.submenu a,  span.lowsubmenu a
{
    display: block;
    color: #ffffff;
    background-color: #5287E7;
    height: 24px;
    min-width: 126px;
    
    width: 100%;
    
    line-height: 24px;
    vertical-align: middle;
    text-decoration: none;
    margin: 0px 0px;
    
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #FFFFFF;
    
    background-image: url( img/menuArrow_bg.gif );
    background-repeat: no-repeat;
    background-position: 13px center;
    
    white-space: nowrap;
    
}

span.submenu a:hover,  span.lowsubmenu a:hover
{
    display: block;
    
    height: 24px;
    
    min-width: 126px;
    width: 100%;
    
    background-color: #203B6A;
    background-image: url( img/menuArrow_bg_hover.gif );
    
}



/*** and here the menu stuff ends */




div#contentLeft {
	width: 234px;
	height: auto;
	position: relative;
	float: left;
}
div#contentRight {
	width: 680px;
	height: auto;
	position: relative;
	float: left;
	padding: 0 0 0 20px;
}
div#menuLeftBox {
	background-image: url(img/menuLeftBox_bg.gif);
	background-repeat: no-repeat;
	width: 204px;
	height: auto;
	margin: 0;
	padding: 15px 15px 0 15px;
}
div#menuLeftBoxBottom {
	background-image: url(img/menuLeftBoxBottom_bg.gif);
	width: 234px;
	height: 13px;
	margin:  0 0 15px 0;
	padding: 0;
}
div#menuLeftBox div.menuSpacer
{
    height: 4px;
}

a.menuLeftButton {
	display: block;
	width: 185px;
	height: 18px;
	margin: 0;
	padding: 3px 0 0 15px;
	background-color: #f4f4f4;
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
	text-decoration: none;
	color: #112444;
	border-bottom: dotted 1px #dedddd;
	font-weight: bold;
}
a.menuLeftButton:hover {
	background-color: #ffffff;
}
div.boxLeftHead {
	width: 219px;
	height: 24px;
	background-image: url(img/boxLeftHead_bg.gif);
	font-weight: bold;
	color: #ff8a00;
	padding-left: 15px;
	padding-top: 12px;
}
div.boxLeftMiddle {
	width: 234px;
	height: auto;
	background-image: url(img/boxLeftMiddle_bg.gif);
	background-repeat: repeat-y;
}
div#boxLeftMiddleHelp {
	padding: 15px;
	text-align: center;
	width: 204px;
}
div.boxLeftBottom {
	width: 234px;
	height: 14px;
	background-image: url(img/boxLeftBottom_bg.gif);
	margin-bottom: 15px;
}
a.footerLink {
	color: #838383;
	text-decoration: none;
	margin: 0 10px;
}
a.footerLink:hover {
	text-decoration: underline;
}
div#basket {
	position: absolute;
    top: 30px;
    right: 17px;
    color: #112446;
	text-align: right;
    color: #112446;
    z-index: 5;
}

a#topMainPageLink
{
    display: block;
    position: absolute;
    width: 970px;
    height: 127px;
    z-index: 0;
    left: 0px;
    top: 0px;
    outline: none;
}

div.itemBox {
  position: relative;
  float: left;
  width: 180px;
  height: 270px;
  background-image: url(img/itemBox_bg.gif);
  background-repeat: no-repeat;
  margin-right: 15px;
  padding: 15px 10px;
  margin-bottom: 15px;
}

div.wideItemBox {
  position: relative;
  float: left;
  width: 415px;
  height: 141px;
  background-image: url(img/wideItemBox_bg.png);
  background-repeat: no-repeat;
  margin-left: 32px;  
/*   margin-right: 15px; */
/*   padding: 15px 10px; */
/*   margin-bottom: 15px; */
}

div.bannerBox {
 position: relative;
  float: left;
  width: 200px;
  height: 140px;
  background-image: url(img/bannerBox_bg.png);
  background-repeat: no-repeat;
  margin-left: 15px;  
}

span.hitDnia {
 position: relative;
 float:left;   
 
 background-repeat: no-repeat;   
 height: 24px;
 width: 130px;
 margin-left: 37px;
 margin-top: 13px;
/*  background-image: url(img/hiy_nowy.jpg);  */

}

span.hitDnia a {
color: white;
font-weight: bold;
 font-size: 18px; 
width: 130px;
height: 24;
display: block;
text-decoration: none;
padding-top: 2px;
padding-left:6px;
}


span.hitDniaName {
position: relative;
margin-left: 17px;
margin-top: 10px;
float: left;
width: 215px;
height: 50px;
margin-bottom: 5px; 
}

span.hitDniaName a{
color:#112444;
font-size: 15px;
text-decoration: none;
font-weight: bold;
font-family: arial;
}

div.priceBox {
  width: 167px;
  height: 32px;
  padding: 5px;
  margin: 0 auto;
  text-align: center;
  background-image: url(img/priceBox_bg.gif);
}

div.priceBox_orange {
  width: 187px;
  height: 38px;
  padding: 5px;
  margin: 0 auto;
  text-align: center;
  background-image: url(img/ramka.jpg);
}

div.priceBox_orange span.normalProductPrice {
  line-height: 39px;
}


a.promotions {
  display: block;
  position: relative;
  float: left;
  width: 22px;
  height: 300px;
  background-image: url(img/promocje.gif);
  margin-right: 10px;
}
a.newProducts {
    display: block;
    position: relative;
    float: left;
    width: 22px;
    height: 300px;
    background-image: url(img/nowosci.gif);
    margin-right: 10px;
}


div.promotionsPlaceholder {
    position: relative;
    float: left;
    width: 22px;
    height: 300px;
    margin-right: 10px;
}

div.contentPageTitle,
span.contentPageTitle
{
    font-size: 14px;
    font-weight: bold;
    color: #112444;
}

div.floatingDate
{
    float: right;
}


/*** added for the login box ***/ 

a.brightLink
    {
    color: #FF8A00;
    font-weight: bold;
    text-decoration: none;
    
    
    }


div.smallFont
    {
    font-size: 10px;
    }

form.loginForm
    {
    padding: 0px 30px;
    margin-bottom: 0px;
    
    
    }
    
    
form.loginForm div
    {
    padding-top: 10px;
    
    
    
    }
    
    
form.loginForm input
    {
    font-size: small;
    height: 16px;
    width: 170px
    }



form.loginForm input.button
    {
    font-weight: bold;
    color: #FFFFFF;

    min-width: 85px;
    min-height: 22px;

    width: 85px;
    height: 22px;
    background-color: #172447;
    font-family: "Tahoma",sans-serif;
    font-size: 11px;
    border-style: none;
    background-image: url( "img/button.png" );
    }


input.loginButton
{
    font-weight: bold;
    color: #FFFFFF;
    
    min-width: 85px;
    min-height: 22px;
    
    width: 85px;
    height: 22px;
    background-color: #172447;
    font-family: "Tahoma",sans-serif;
    font-size: 11px;
    border-style: none;
    background-image: url( "img/button.png" );
}


/*** end of the login box code ***/







/*** admin panel styles ***/


table.productTable
{
/*    border-style: solid;
    border-color: #000000;*/
    padding: 20px 20px 20px 0px ;
    width: 700px;
    
    
}


table.productTable td a
{
    color: #838383;
    font-weight: bold;
    text-decoration: none;
}


table.productTable td input
{
    font-family: "Tahoma",sans-serif;
    font-size: small;
    height: 16px;
    width: 80px;
    
}


table.productTable td input.longInput
{
    width: 100%;
    
}



table.productTable td input.productName
{
    width: 140px;
    
}


table.productTable tr td
{
    padding: 2px 4px;
}


table.productTable tr.row1
{
    background-color: #F3F3F3;

}

div.pager
{
    text-align: center;
}

div.pager a
{
    color: #112444;
    text-decoration: none;

}

div.pager span.currentPage
{
    font-weight: bold;
}

div.submitButtons
{
    width: 680px;
    height: 30px;
    padding-bottom: 20px;
    padding-left: 20px;

}

div.submitButtons input
{
    margin-right: 10px;
    
}


div.adminPanelMessageBox
{
    padding-top: 20px;
    color: #FF8A00;
    font-weight: bold;
}

div.adminPanelMessage
{
    font-weight: bold;
    color: #112444;
    padding-left: 10px;
}


div.verticalAdminMenu
{
    width: 100%;
    text-align: center;
    padding-top: 20px;
}


div.verticalAdminMenu a
{
    display: inline-block;
    
    font-weight: bold;
    color: #FFFFFF;
    
    width: 170px;
    padding: 0px 0px;
    height: 22px;
    line-height: 22px;
    vertical-align: middle;
    background-color: #172447;
    font-size: 11px;
    border-style: none;
    background-image: url( "img/button.png" );
    
    text-decoration: none;
    margin: 0px 5px;
}


a.adminPanelButtonLink
{
    display: inline-block;
    
    font-weight: bold;
    color: #FFFFFF !important;
    
    width: auto;
    padding: 0px 10px;
    height: 22px;
    line-height: 22px;
    vertical-align: middle;
    background-color: #172447;
    font-size: 11px;
    border-style: none;
    background-image: url( "img/button.png" );
    
    text-decoration: none;
    margin: 0px 5px;
}



td.centeredTableCell
{
    text-align: center;
}



td.OrderStateDescription textarea{
margin-top: 10px;
}

div.addProductForm
{
    padding-top: 20px;
    vertical-align: top;
}


div.addProductForm div.importNotice
{
    font-size: 12px;
    font-weight: bold;
    color: #FF8A00;
    padding-bottom: 10px;

}


div.addProductForm legend 
{
    font-weight: bold;
    font-size: 12px;
    color: #838383;
}

div.addProductForm input
{
    width: auto;

}

div.addProductForm input#attr1,
div.addProductForm input#attr2,
div.addProductForm input#attr3,
div.addProductForm input#code,
div.addProductForm input#productname
{
    width: 185px;
}

div.addProductForm textarea
{
    width: 270px;
    height: 80px;
}

fieldset.productData
{
    display: block;
    width: 280px;
    float: left;
    margin: 0px 16px 0px 0px;
}


fieldset.productData select
{
    font-size: 11px;
    width: 188px;
}




fieldset.productStatus
{
    display: block;
    width: 345px;
    float: left;
    margin: 0px 0px 0px 0px;
}


fieldset.productStatus div
{
    text-align: left;
}


fieldset.productStatus label
{
    width: auto !important;
    margin-left: 30px;
}

fieldset.productDescription
{
    display: block;
    width: 659px;
    clear: both;
    margin: 0px 0px 0px 0px;
}



fieldset.productDescription textarea
{
    width: 340px;
    height: 300px;
}



div.addProductForm div
{
padding: 5px 0px;
}



div.addProductForm div label
{
    display: inline-block;
    width: 85px;
    font-weight: bold;
}


fieldset.productImages
{
    width: 659px;
}


fieldset.productImages label
{
    width: 60px;
}


fieldset.productImages div
{
    display: inline-block;
    width: 322px; 
    vertical-align: top;
}

fieldset.productImages img
{
    width: 320px;
    margin-right: 5px;
    vertical-align: top;
    margin-bottom: 5px;
}

img.productPhoto
{
    max-width: 80px;
    max-height: 60px;
}



a.productImageLink img
{
    border-style: none;
    border-width: 0px;
}

a.productListElemTitle
{
    font-weight: bold;
    color: #112444;
    text-decoration: none;
}


span.normalProductPrice
{
    font-weight: bold; 
    font-size: 16px; 
    color: #ff8a00;
    line-height: 31px;
    vertical-align: center;
}


span.promotedProductPrice
{
    font-weight: bold; 
    font-size: 16px; 
    color: #ff8a00;
}

span.promotedProductOldPrice
{
    text-decoration: line-through;
}

div.shortDescriptionBox p
{
    margin: 0px;
    padding: 0px;
}

/* category manager styles */

div.adminCategoryTreeContainer 
{
    line-height: 20px;

}

div.adminCategoryTreeContainer li a
{
    text-decoration: none;
    font-weight: bold;
    color: #112444;
    
    display: inline-block;
    min-width: 240px;
    width: auto !important;
    width: 240px;
    
}

div.adminCategoryTreeContainer li li a
{
    text-decoration: none;
    font-weight: normal;
    color: #112444;
    
    
}

div.adminCategoryTreeContainer li a.treeButton
{
    width: auto;
    min-width: 1px;
    border-style: none;
}

div.adminCategoryTreeContainer li a.treeButton img
{
    border-style: none;
}

div.adminCategoryTreeContainer li a.adderLink
{
    font-weight: bold;
    color: #FF8A00;
}



span.imageOperationPanel
{
    display:inline-block; 
    position: relative; 
    top: 0px; 
    left: 0px;
}

span.imageOperationPanel div
{
    background-color: white;
    position: absolute;
    right: 10px;
    top: 5px;
    padding: 4px;
    width: auto;
}

span.imageOperationPanel div a img
{
    width: 22px;
    height: 22px;
    border-style: none;
    padding: 0px;
    margin: 0px;
}


fieldset {
	font-weight:bold;
	vertical-align: top;
	}

fieldset div {
    width:100%;
    padding: 5px 0px 5px 0px;
    vertical-align: top;
}
	
fieldset div label {
	display:inline-block;
	width:85px;
}

fieldset.fullSize div input{ 
	width:auto;
	}
	
fieldset.fullSize div textarea{ 
	width:auto;
	height: 400px;
	}


.pageTitle {
    color:#112444;
    font-size:14px;
    font-weight:bold;
}

div.productSelectionBox
{
    border-style: solid;
    border-width: 1px;
    border-color: #838383;
    width: 100%;
    height: 360px;
    margin-right: 7px;
    position: relative;
    left: 0px;
    right: 0px;
    overflow: scroll;
    padding: 0px !important;
}


fieldset.productFilterList
{
    width: 657px;
}


div.loaderWindow
{
    position: absolute;
    top: 30%;
    left: 50%;
    text-align: center;
    width: 200px;
    height: 90px;
    display: none;
    margin-left: -100px;
    margin-top: -50px;
    padding-top: 10px;
    
    background-color: #ffffff;
    
    border: 1px solid #838383;
    
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    
}

div.addProductForm div.productFilterElement
{
    background-color: #F4F4F4;
    border-bottom: 1px dotted #DEDDDD;
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
    padding: 0 10px;
    width: auto;
}


a.adminPanelButtonLinkFloating
{
    display: inline-block;
    
    font-weight: bold;
    color: #FFFFFF !important;
    
    width: auto;
    padding: 0px 10px;
    height: 22px;
    line-height: 22px;
    vertical-align: middle;
    background-color: #172447;
    font-size: 11px;
    border-style: none;
    background-image: url( "img/button.png" );
    
    text-decoration: none;
    margin: 0px;
    margin-top: 2px;
    float: right;
}

img.button {
	cursor: pointer;
	}





/*** end of the adming panel styles ***/



/*** Product Page Styles ***/

div#productBox
{
    position: relative;
    left: 0px;
    top: 0px;
}

a.quickEditLink
{
    display: block;
    height: 22px;
    background-image: url( "img/pageEdit.gif" );
    width: 145px;
    color: #FFFFFF;
    text-decoration: none;
}


div#productBox a.editLink img
{
    border-style: none;
}

span.productNameBox
{
    font-size: 20px; 
    font-weight: bold; 
    font-family: Tahoma; 
    color: #112444;
}


div.productDescriptionBox
{
    border-top: 1px dotted #DEDDDD;
    border-bottom: 1px dotted #DEDDDD;
    padding: 15px 0pt; 
    display: block; 
    width: 300px;
}

span.productAdditionalData
{
    border-bottom: 1px dotted #DEDDDD;
    padding: 15px 0pt; 
    display: block; 
    width: 300px;
}

div.productAvailability
{
	display: inline-block;
    text-align: right;
    width: 102px;
	height: 30px;
	padding: 0pt 0pt;
	vertical-align: top;
}

div.productAvailabilityShopKRK
{
	display: inline-block;
	background-image: url( "img/krk.jpg" );
    width: 80px;
	height: 30px;
	padding: 0pt 0pt;
	vertical-align: top;
}
div.productAvailabilityShopZAK
{
	display: inline-block;
	background-image: url( "img/zak.jpg" );
    width: 80px;
	height: 30px;
	padding: 0pt 0pt;
	vertical-align: top;
}


a.additionalProductVersion
{
    display: block;
    padding-left: 50px;
    color: #112444;
    text-decoration: none;

}

div.productDescriptionBox p
{
    margin-top: 0px;
}


div.productDescriptionBox p a
{
    text-decoration: none;
    color: #112444;
}

div.productDescriptionBox p a:hover
{
    text-decoration: underline;
}

span.price
{
    font-weight: bold;
    font-size: 16px;
    color: #FF8A00;
}


a.cartAdder
{
    
    display: block;
    height: 22px;
    background-image: url( "img/productCart.gif" );
    width: 145px;
    color: #FFFFFF;
    text-decoration: none;
}


a.cartDisabled
{
    
    display: block;
    height: 22px;
    background-image: url( "img/noproduct.gif" );
    width: 145px;
    color: #FFFFFF;
    text-decoration: none;
}


a.cartAdder img
{
    border-style: none;
    float: right;
}

a.cartAdder span
{
    padding-left: 12px;
}


a.cartLink
{
    font-weight: bold;
    color: #112446;
}
/*** end of the product page styles ***/

/*** cart style ***/

div.cartMessage
{
    color: #FF8A00;
    padding-left: 20px;
    font-weight: bold;
    text-transform: uppercase;
    

}

div.cartConfirmationBox
{
    clear: both;
    padding-top: 20px;
    padding-left: 30px;
}



div.cartConfirmationBox input
{
    background-color:#172447;
/*    background-image:url();*/
    border-style:none;
    color:#FFFFFF;
    font-family:"Tahoma",sans-serif;
    font-size:11px;
    font-weight:bold;
    height:22px;
    min-height:22px;
    min-width:85px;
    width: auto !important;
    width:85px;
}

/** end of the cart styles ***/




span.contentPageTitle,
span.standardTitle,
div.pageTitle,
div.pageTitle a,
span.standardTitle a,
span.contentPageTitle a
{
    color: #112444;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}











/***  order admin styles ***/

div.orderInfo
{
/*    height: 100px;*/
    padding: 5px;
    background-color: #F3F3F3;
    
    
    position: relative;
    top: 0px;
    left: 0px;
    
    margin-top: 20px;
    
    border-width: 1px;
    border-color: #EAEAEA;
    border-style: solid;
    
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
}


div.orderInfoID
{
    padding-top: 5px;
    padding-left: 20px;
    color: #000000;
    font-weight: bold;
    
}


div.orderInfoDate
{
    float: right;
    padding-top: 5px;
    padding-right: 20px;
    color: #000000;
    font-weight: bold;
    
}


div.orderInfoState
{
    padding: 20px;

}


div.orderAddressDetails
{
    width: 300px;
    float: right;
    padding-left: 20px;
    padding-bottom: 20px;
    font-size: 12px;
}


div.orderAddressDetails div
{
    padding-left: 15px;
    font-size: 12px;
}

div.orderAddressDetails div span
{
    font-weight: bold;
    
}

div.orderAddressDetails div.addressTitle
{
    font-weight: bold;
    color: #000000;
    padding-left: 0px;
}


div.orderProductDetails
{   
    padding-left: 20px;
}

div.orderProductDetails div
{   
    padding-left: 15px;
    font-size: 12px;
}

div.orderProductDetails div.commentBox
{
    text-align: justify;

}

span.orderDetailTitle,
div.orderProductDetails div.orderDetailTitle
{
    font-weight: bold;
    color: #000000;
    padding-left: 0px;
    font-size: 12px;
}


div.orderProductDetails ul
{
    padding-top: 0px;
    margin-top: 0px;
    padding-left: 10px;
    margin-left: 15px;
    
}

div.orderProductDetails div span
{
    font-weight: bold;
    
}


a.orderDetailFoldingButton
{
    display: block;
    padding-left: 20px;
    padding-bottom: 5px;
    text-decoration: none;
    font-weight: bold;
    color: #000000;
    outline-style: none;
}


div.promotionBox label
{
    margin-left: 0px !important;
}


div.gallery_content_thumb
{
    width:160px;
    height:100px;
    line-height:100px;
    font-size:100px;
    vertical-align:middle;
    text-align:center;
    margin:5px;
    float:left;
    background-image: url(img/ramka.gif);
    background-position: center;
    background-repeat: no-repeat;
}

div.gallery_thumb
{
    padding-top: 0px;
	width:160px;
    height: 130px;
	line-height:100px;
	font-size:100px;
	vertical-align:middle;
	text-align:center;
	margin:5px;
	float:left;
}

div.gallery_thumb_content
{
    width:160px;
    height:100px;
    line-height:100px;
    font-size:100px;
    vertical-align:middle;
    text-align:center;
    margin:0px;
    padding: 0px;
    background-image: url(img/ramka.gif);
    background-position: center;
    background-repeat: no-repeat;
}


div.gallery_thumb_title
{
    width:150px;
    text-align:center;
    margin:0px;
    padding: 0px;
    margin-top: 3zpx;
    margin-left: 5px;
    font-size: 11px;
    line-height: 11px;
    color: #000000;
/*    font-weight: bold;*/
}


div.gallery_thumb img, div.gallery_thumb img 
{
	border: 0px;	
} 

div.gallery_thumb a
{
    outline-style: none;
}

div.gallery_content_thumb img, div.gallery_content_thumb img 
{
    border: 0px;    
} 

div.gallery_content_thumb a
{
    outline-style: none;
}


img.newsExtractImage
{
    float: left; 
    margin: 10px 30px 10px 40px;
    border-style: solid;
    border-color: #264784;
    border-width: 2px;
/*    padding-top: 0;*/
}

div.newsExtractTitle
{
    margin-top: 13px;
    
    font-weight: bold;
}

div.newsExtractContent
{
    margin-top: 10px;
    margin-right: 30px;
}

div.newsExtractContent p
{
    display: inline;
}

div.newsExtractContent a
{
    color:  #ffffff;
}


div.newsExtractDate
{
    float: right;
    font-weight: normal;
    margin-right: 35px;
}


a.boxFolderButtonUnfolded
{
    float: right;
    display: block;
    
    height: 6px;
    width: 11px;
    background-repeat: no-repeat;
    overflow: hidden;
    
    background: transparent url( ./img/up.gif );
    
    margin-right: 15px !important;
    margin-right: 10px;
    
    margin-top: 5px;
    outline-style: none;
}



a.boxFolderButtonFolded
{
    float: right;
    display: block;
    
    height: 6px;
    width: 11px;
    background-repeat: no-repeat;
    overflow: hidden;
    
    background: transparent url( ./img/down.gif );
    
    margin-right: 15px !important;
    margin-right: 10px;
    
    margin-top: 5px;
    outline-style: none;
}


div.pager form
{
    margin-top: 10px !important;
}

div.pager form input
{
    font-size: 10px !important;
    margin-left: 5px !important;
    height: auto !important;
    width: auto !important;
}


div.pager form input#pageJumperInput
{
    width: 60px !important;
}

div#adminCategorySelectorBox
{
    padding: 10px;
    padding-left: 20px;

}

div#adminCategorySelectorBox ul
{
    margin: 0px;
    margin-left: 5px;
    padding-left: 5px;
    list-style-type: none;
}

div#adminCategorySelectorBox ul li
{
    text-indent: 3px;
}

div#adminCategorySelectorBox a
{
    text-decoration: none;
    color: #112444;
}


div#adminCategorySelectorBox a:hover
{
    color: #000000;
    font-weight: bold;
}

div#adminCategorySelectorBox a.listFolder
{
    margin-left: -15px;
    margin-right: 5px;
    outline-style: none;
}

div#adminCategorySelectorBox a.listFolder img
{
     border-style: none;
}


input.attributeName
{
    width: 70px !important;
}

a.moveGroupedElement img
{
    border-style: none;
}

select#additionalProductVersionBox
{
    font-size: 11px;
    font-family: "Tahoma",sans-serif;
    
}


input#platnosciPlSubmit
{
    width: 238px;
    height: 54px;
    background-image: url( ./img/platnosci.gif );
    border-style: none;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
}


span.highlightedPanelItem
{
    font-weight: bold;
    color: #FF8A00;
    font-size: 12px;
}

span.uppercase
{
    text-transform: uppercase;
    
}

div#headerLinks {
	position: absolute;
	float: right;
	z-index: 5;
	left: 765px;
	top: 8px;
	text-align: right;
    color: #112344;
}

div#headerLinks a {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	display: inline-block;
	margin: 0 10px;
    color: #112344;
}

div#headerLinks a:hover {
	text-decoration: underline;
}

td.resize {
width: 200px;

}

td.wgab{
height: 5px;
}


input#editdescription{
width: 400px;
height: 40px;

}

fieldset.newOrderState{
margin-left:-15px;
margin-right: 20px;
}

fieldset.newOrderState input{
margin-top: 20px;
}

a.linkup img{
border: none;
}

a.linkdown img{
border: none;
}


a.resetPass {
text-decoration: none;
color: gray;
}

a#click{
font-weight: bold;
color:  #ff8a00;
}


a.largeTopBanner
{
    border-style: none;
    outline-style: none;
}

a.largeTopBanner img
{
    width: 680px;
    border-style: none;
    margin-bottom: 10px;
    
}


div.adminPagePreviewBox
{
    display: inline-block;
    width: 290px;
    height: 425px;
    margin: 5px;
    position: relative;
    
}



a.clickableBannerFieldSelector
{
    display: block;
    position: absolute;
    background-color: #000000;
    color: #FF8A00;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
}


a.clickableBannerFieldSelector:hover
{
    background-color: #FF8A00;
    color: #000000;

    
}

table.newShipmentType{
    margin: 20px; 
}

table.newShipmentType td{
    width: 250px;
}

input.newShipmentType{
    margin-left: 20px;
    margin-bottom: 20px;
}

a#flashLinkOverlay
{
    width: 680px; 
    height: 140px; 
    position: absolute; 
    left: 0px; 
    top: 0px; 
    z-index: 2; 
    background-image: url( img/trans.gif );
    outline-style: none;
}


a.menuListLink
{
    color:#304411;
    font-weight:bold;
    text-decoration: none;
}



div#contentRight div.content a img
{
    border-style: none;
}





a#node_10 + a.treeButton + a.treeButton,
a#node_10 + a.treeButton + a.treeButton + a.treeButton,
a#node_10 + a.treeButton + a.treeButton + a.treeButton + a.treeButton,
a#node_10 + a.treeButton + a.treeButton + a.treeButton + a.treeButton + ul
{
    display: none;
}


a.menuLeftButton#facebook
{
    background-image: url( "img/fb.png" ) !important;
    margin-left: -5px !important;
    padding-left: 20px !important;
}


a#goretexLink
{
    width: 150px;
    height: 100px;

}


a#goretexLink
{
    background-image: url( "img/gore-tex_banner.png" );
    width: 235px;
    height: 49px;
    display: inline-block;
    margin-bottom: 5px;
    margin-top: -7px;
}

#dostawatooltip, #zwrottooltip {
  margin-left:20px;
}

div#foldedInfoBox
{
    position: fixed;
    top: 100px;
    right: 0px;
    width: 209px;
    height: 180px;
    background: url("./img/BoxBackgroundText3.png") no-repeat scroll 6px 0 transparent;
/*    text-align: justify;*/
}


div#foldedBoxButton
{
    cursor: pointer;
    height: 28px;
    left: 11px;
    position: absolute;
    top: 40px;
    width: 20px;
}

div#foldedInfoBoxContent
{
    color: #FFFFFF;
    font-size: 12px;
    line-height: 21px;
    margin-left: 55px;
    margin-right: 10px;
    margin-top: 21px;
}


a#foldedInfoBoxContent
{
    background: url("./img/transparent.gif") repeat scroll 0 0 transparent;
    display: block;
    height: 132px;
    left: 52px;
    position: absolute;
    top: 19px;
    width: 141px;
}


