/* ========== CONTENT */
div#contentOut
{
	/*border:1px solid #333333;*/
	background:#FFFFFF url(/images/contentBgTop.jpg) repeat-x;
}

div#contentIn
{
	/*border:1px solid #ff0000;*/
	height:385px;
	height:100%;
}

div#contentIn .contentColumn
{
	/*border:1px solid #00ff00;*/
	float:left;
	min-height:360px;
	width:958px;
	padding-top:10px;
	padding-bottom:10px;
}

div#contentIn .contentColumnOneThird
{
	/*border:1px solid #0000ff;*/
	/*(960 - margin(0/10 + 30/10 + 30/0)) / 3 - border(2)*/
	float:left;
	width:281px;
	min-height:360px;
	padding:10px;
	padding-right:20px;
}

div#contentIn .contentColumnTwoThirds
{
	/*border:1px solid #0000ff;*/
	/*(960 - margin(0/10 + 30/0)) - 291px - border(2)*/
	float:left;
	width:627px;
	min-height:360px;
	padding:10px;
}


div#contentIn .divider 
{
	background:url(/images/contentDivider.jpg) no-repeat left 50px;
}

div#contentIn #one { padding-left:0px !important; }

div#contentIn #one img 
{
	margin-right:15px;
	margin-bottom:10px;
	float:left;
}

div#contentIn #two { padding-left:30px !important; }

div#contentIn #three 
{
	padding-left:30px !important;
	padding-right:0px !important;
}

div#oneProducts
{
	padding-left:0px !important;
	padding-right:1px !important;
	width:205px !important;
}

div#oneProducts img
{
	float:left;
	margin-right:5px;
	margin-top:7px;
}

div#threeProducts
{
	padding-left:30px !important;
	padding-right:0px !important;
	width:724px !important;
}


/* ========== GALLERY */
div#galleryOut
{
	background:url(/images/galleryBG.jpg) no-repeat;
	width:290px;
	height:119px;
	margin-bottom:25px;
}

div.gallery
{
	margin-top:5px;
	text-align:center;
	width:290px;
	overflow:hidden;
}


/* ========== CONTACT FORM */
div.formLine
{
	min-height:50px;
	overflow:hidden;
}

div#contactForm
{
	margin-top:30px;
}

div#contactForm .inputHalf
{
	width:200px;
	border:1px solid #999999;
}

div#contactForm .inputFull
{
	height:150px;
	margin-bottom:20px;
	border:1px solid #999999;
}

div#contactForm .inputFull,
div#contactForm div#dSend
{
	width:590px;
}

div#contactForm div#dSend
{
	oveflow:hidden;
	text-align:right;
}


/* ========== PRODUCTS MENU */

/* div stanowi?cy lini? menu */
div#oneProducts div
{
	height:20px;
	padding-top:7px;
	padding-bottom:3px;
	font-size:12px;
}

div#oneProducts,
div#oneProducts a
{
	color:#fdfdfd;
}

/* menu produkt?w og?lnie */
div#oneProducts ul
{
	list-style:none;
	margin:0;
	padding:0;
	width:203px;
}

/* g?ra i d? menu */
div#oneProducts li.first {
	background:url(/images/productsMenuTop.jpg) no-repeat;
	height:12px; 
	border-top:none; }

div#oneProducts li.last {
	background:url(/images/productsMenuBottom.jpg) no-repeat;
	height:14px; 
	border-top:none; }

/* poziom 1 */
div#oneProducts ul li { 
	background:#144214; 
	border-top: 1px solid #2A5E13; }
div#oneProducts div.productL3 { padding-left:10px; }

/* poziom 2 */
div#oneProducts ul > ul li { 
	background:#5B7E00; 
	border-top: 1px solid #709803; }
div#oneProducts div.productL4 { padding-left:20px; }

/* poziom 3 */
div#oneProducts ul > ul > ul li { 
	background:#7A9900; 
	border-top: 1px solid #95B802; }
div#oneProducts div.productL5 { padding-left:30px; }

div#oneProducts div.productCurrent { background:url(/images/productsMenuHover.png) no-repeat; }


/* ========== PRODUCTS LIST */
div#threeProducts .breadcrumb,
div#threeProducts .breadcrumb ul
{
	margin:0;
	padding:0;
}

div#threeProducts .breadcrumb li { display:inline; }

div#threeProducts h1 
{ 
	margin-bottom:5px !important; 
	font-weight:bold;
}

div#threeProducts ul,
div#threeProducts ul a
{
	color:#656565;
}

div#threeProducts table
{
	margin-left:2px;
	empty-cells:show;
	border-collapse: collapse;
	border-spacing:0;
}

div#threeProducts td
{
	border:1px solid #C7CF9E;
	font-size:12px;
	text-align:center;
	height:110px;
}

div#threeProducts th
{
	border:1px solid #FEFFFD;
	background-color:#D6E228;
	height:43px;
	font-size:12px;
	color:#3F5F10;
}

div#threeProducts .col1 { width:150px; }
div#threeProducts .col2 { width:100px; }
div#threeProducts .col3 { width:90px; padding:5px;}
div#threeProducts .col4 { width:70px; padding:5px;}
div#threeProducts .col5a { width:55px; }
div#threeProducts .col6 { width:100px; }
	
div#threeProducts th { border-top:1px solid #D6E228; }
div#threeProducts th.col1 { border-left:1px solid #D6E228; }
div#threeProducts th.col3 { border-right:1px solid #D6E228; }

div#threeProducts div.productCategory
{
	margin-top:30px;
}

div#threeProducts div.productHeaderOut
{
	margin-bottom:2px;
	margin-left:1px;
	clear:both;
}

div#threeProducts div.productHeaderIn
{
	background:url(/images/productHeaderR.jpg) no-repeat top right;
	padding-right:5px;
	float:left;
	height:38px;
	margin-right:5px;
	overflow:hidden;
}

div#threeProducts div.productHeaderIn span
{
	background:url(/images/productHeaderL.jpg) no-repeat;
	display: block;
	line-height:34px;
	padding-left:10px;
	padding-right:5px;
	padding-top:4px;
	color:#FCFFFF;
	font-size:16px;
	font-weight:bold;
}


/* ========== PRODUCT VIEW */
div#threeProducts div#productInfo
{ 
	color:black;
	padding-left:20px; 
	margin-top:10px;
}

div#threeProducts div#productInfo h1
{
	color:#84A903;
}

div#threeProducts div#productInfo h2
{
	margin-top:10px;
}

div#productImage
{
	float:right;
	width:350px;
}

div#productsCategories
{
	width:720px;
	margin-top:30px;
}

div#productsCategories div.productCategory
{
	width:240px;
	float:left;
	text-align:center;
}

div#productsCategories div.productCategoryThumb
{
	height:210px;
}

div#productsCategories div.productCategoryName
{
	margin-top:10px;
	font-size:14px;
	height:30px;
}

div#productsCategories div.productCategoryName img
{
	margin-bottom:-5px;
	margin-right:10px;
}


/* ========== PARTNERS */
div#brands
{
}

td.brand
{
	text-align:center;
	padding:10px 10px 10px 10px;
	width:169px;
	height:100px;
}

/* ========== KOLOROWE KREDKI - INNE */
date
{
	font-weight:bold;
	color:#84A903;
}



















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h1 {
font-size:21px;
color:#285E0A;
font-weight:normal;
margin:0;
margin-top:15px;
margin-bottom:17px;
}

h2 {
font-size:12px;
color:#114165;
font-weight:bold;
margin-bottom:4px;
margin-top:3px;
}


