/* CSS Document */
body {
    
    behavior: url( "main/csshover3.htc" );
    
	margin: 0;
	padding: 0;
	font-family: "Tahoma",sans-serif;
	font-size: 11px;
	color: #838383;
	background-image: url( ./img_green/bg.jpg );
	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;
}
div#menu {
	width: 930px;
	height: 35px;
	padding: 0 40px;
	padding-right: 0px;
	background-image: url(img_green/menu_bg.gif);
    
    position: absolute;
    left: 50%;
    top: 127px;
    margin-left: -485px;
    
}




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

}





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: #304411;
    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: 124px;
	background-image: url(img_green/newsBox_bg.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_green/logo.jpg);
	margin: 0;
	left: 288px;
    z-index: 2;
}
*.menuButton {
	display: block;
	height: 31px;
	position: relative;
	float: left;
	color: #ffffff;
	font-size: 11px;
	background-image: url(img_green/menuButton_off.gif);
	background-repeat: repeat-x;
	text-align: center;
	top: 2px;
    left: 0px;
    width: auto;
}

*.menuButton:hover {
	background-image: url(img_green/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_green/menuButton_on.gif);
    background-repeat: no-repeat;
    background-position: center center;
}



span.submenuArrow{
    background-color: transparent;
    background-image: url(img_green/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_green/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;*/
}

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

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

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: #79a32a;
    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_green/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: #4a6719;
    background-image: url( img_green/menuArrow_bg_hover.gif );
    
}



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




div#contentLeft {
	width: 234px;
	height: auto;
	position: relative;
	float: left;
}


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_green/arrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
	text-decoration: none;
	color: #304411;
	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 {
	color: #ffffff;
}
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.priceBox {
  width: 167px;
  height: 32px;
  padding: 5px;
  margin: 0 auto;
  text-align: center;
  background-image: url(img/priceBox_bg.gif);
}
div.promotions {
    position: relative;
    float: left;
    width: 22px;
    height: 300px;
    background-image: url(img/promocje.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: #4b6819;
}


/*** 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_green/button.png" );
    background-repeat: no-repeat;
    }

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_green/button.png" );
    background-repeat: no-repeat;
}


input.mediumButton
{
    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_green/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: #172447;*/
    font-family: "Tahoma",sans-serif;
    font-size: 11px;
    border-style: none;
    background-image: url( "img_green/butbig.gif" );
}

a.bigButton
{
    background-image: url( "img_green/butbig.gif" );
    
}


input.smallButton
{
    font-weight: bold;
    color: #FFFFFF;
    
    min-width: 85px;
    min-height: 22px;
    
    width: 30px;
    height: 22px;
/*    background-color: #172447;*/
    font-family: "Tahoma",sans-serif;
    font-size: 11px;
    border-style: none;
    background-image: url( "img_green/butsma.gif" );
}
/*** 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: #4b6819;
    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: #4b6819;
    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_green/butmed.gif" );
    
    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;
}


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 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 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 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;
}


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


/* category manager styles */

div.adminCategoryTreeContainer 
{
    line-height: 20px;

}

div.adminCategoryTreeContainer li a
{
    color: #4b6819;
    
    
}

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

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:#4b6819;
    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;
}






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



/*** Product Page Styles ***/

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




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

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


span.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;
}


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

}



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


a.cartAdder
{
    

}


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

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


a.cartLink
{
    font-weight: bold;
    color: #ffffff;
}
/*** 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: #304411;
    text-decoration: none;
}

a.productListElemTitle {
color:#4b6819;
}

img.newsExtractImage {
border:2px solid #384e13;
}


div#adminCategorySelectorBox a
{
    color: #304411;
}