/** PRODUCT DEFAULT **/
#product {
font-size: 12px;
line-height: 15px;
color: #666;
border:0px;
text-align:left;
margin:0 0 0 3px;	
}
#product .button
{
position: relative;
bottom: 0;
width: 100%;
text-align: center;
left: 0;
background: #7ab701;
color: #fff;
font-size: 20px;
cursor: pointer;
padding:12px 0;
-webkit-transition: all ease-in 0.2s;
-moz-transition: all ease-in 0.2s;
-o-transition: all ease-in 0.2s;
transition: all ease-in 0.2s;
}
#product .button:hover
{
background:#2e96bc;
}

#product .minilist-badges {display:none;}
    ul#product {
        list-style-type: none;
        vertical-align:top;
        display:block;
        clear:both;
    }
     
    ul#product li:hover {
		background-color : transparent;
		box-shadow: inset 0px 0px 1px 0px #558318;
    }       
	ul#product li {
		overflow:hidden;
		float:left;
		display:block;
		list-style-type:none;
		background-color:transparent;
		padding: 0 1px 2px 0;
		width : 280px;
		height : 396px;
		border-bottom: 1px solid #bbb;
		border-right: 1px solid #e4e4e4;
    }    
     
    ul#product li a {
		line-height: 20px;
		font-size: 17px;
		color: #558318;
		font-weight: 500;
		font-family: 'Source Sans Pro', sans-serif;
    }    
	ul#product li a:hover {
		color: #FB5A00;
		-webkit-transition: all ease-in 0.2s;
		-moz-transition: all ease-in 0.2s;
		-o-transition: all ease-in 0.2s;
		transition: all ease-in 0.2s;
    }	
	ul#product li a:visited {
       color: #000;
    }	
	ul#product li p{
		height: 50px;
	   	padding: 0 0 0 10px;
    }
		
    ul#product li .center_block {
        width: 100%;
        display:block;
        text-align:left;
    }
/*======================================================================*/



/** PRODUCT LIST **/
ul#product_list { margin: 6px 0 0 0; list-style-type:none; }
ul#product_list li {
    overflow:hidden;
    border: 3px solid #eee;
	height: 54px;
	padding: 0;
	margin:6px 0 4px 0;
	clear: both;
}
ul#product_list li:hover{
	background: #d7efff;
}
ul#product_list li a {
	font-weight: normal;
	text-decoration: none;
	color: #558318;
	text-transform:uppercase;
	cursor:pointer;
}
ul#product_list li a:hover {
	text-decoration: none;
	color: #FB5A00;
}
ul#product_list a.product_img_link {
	border: 1px solid #d0d3d8;
	float: left;
	margin-right: 0.6em;
	border: 0;
}
ul#product_list a.product_img_link img { padding: 0 0 3px 0; vertical-align: bottom; display: block }
ul#product_list li p { font-weight: bold; font-size: 14px; margin: 0.4em 0 }
ul#product_list li p.product_desc {
	margin-bottom: 0;
	font-size: 0.92em
}
ul#product_list li div.center_block {
	float: left;
	/*width: 360px kolumna dostepnosc*/
	width: 480px
}
ul#product_list li div.right_block {
	float: left;
	width: 11em;
	text-align: right;
	margin-left: 1em;
	margin-top: 0
}

ul#product_list li .cena
{
padding: 12px 6px 0 0;
display: block;
float: left;
width: 160px;
text-align: right;
}
ul#product_list li img
{
width: 54px;
height: 54px;
}

ul#product_list .button
{
display: block;
float: left;
width: 120px;
display: block;
height: 40px;
margin: 6px auto 0 auto;
line-height: 40px;
font-size: 14px;
color:#FFFFFF;
text-align: center;
background: #7ab701;
-webkit-transition: all ease-in 0.2s;
-moz-transition: all ease-in 0.2s;
-o-transition: all ease-in 0.2s;
transition: all ease-in 0.2s;
}

ul#product_list a.button_list
{
color: white !important;
}

ul#product_list .button:hover
{
background:#2e96bc;
}
/*======================================================================*/

/** PRODUCT GRID **/
#product_grid {
font-size: 12px;
line-height: 15px;
color: #666;
border:0px;
text-align:left;
margin:0 0 0 3px;	
}
#product_grid .button
{
position: relative;
bottom: 0;
width: 100%;
text-align: center;
left: 0;
background: #7ab701;
color: #fff;
font-size: 20px;
cursor: pointer;
padding:12px 0;
-webkit-transition: all ease-in 0.2s;
-moz-transition: all ease-in 0.2s;
-o-transition: all ease-in 0.2s;
transition: all ease-in 0.2s;
}
#product_grid .button:hover
{
background:#2e96bc;
}

#product_grid .minilist-badges {display:none;}
    ul#product_grid {
        list-style-type: none;
        vertical-align:top;
        display:block;
        clear:both;
    }
     
    ul#product_grid li:hover {
		background-color : transparent;
		box-shadow: inset 0px 0px 1px 0px #558318;
    }       
	ul#product_grid li {
		overflow:hidden;
		float:left;
		display:block;
		list-style-type:none;
		background-color:transparent;
		padding: 0 1px 2px 0;
		width : 280px;
		height : 396px;
		border-bottom: 1px solid #bbb;
		border-right: 1px solid #e4e4e4;
    }    
     
    ul#product_grid li a {
		line-height: 20px;
		font-size: 17px;
		color: #558318;
		font-weight: 500;
		font-family: 'Source Sans Pro', sans-serif;
    }    
	ul#product_grid li a:hover {
		color: #FB5A00;
		-webkit-transition: all ease-in 0.2s;
		-moz-transition: all ease-in 0.2s;
		-o-transition: all ease-in 0.2s;
		transition: all ease-in 0.2s;
    }	
	ul#product_grid li a:visited {
       color: #000;
    }	
	ul#product_grid li p{
		height: 50px;
	   	padding: 0 0 0 10px;
    }
		
    ul#product_grid li .center_block {
        width: 100%;
        display:block;
        text-align:left;
    }
     
/*======================================================================*/
	 
img{
margin-top: 2px;
}
div#image {
	padding: 0 0 0 1px;
}
div#link {
	height: 26px;
	line-height: 26px;
	font-size: 17px;
	padding: 0 0 0 10px;
}
div#price {
	height: 20px;
	line-height: 20px;
	text-align:right;
	padding: 0 10px 0 10px;	
}
div#description {
	padding: 4px 0 0 10px;	
	height: 70px;
}
div#more-info {
	height: 44px;
}
div#availability {
	padding: 0 0 0 10px;
    float: left;
    width: 100%;
	height: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;

}
/** GRID/LIST/MINILIST SWITCHER **/
.buttons_switcher { position:relative; display:inline-block; float:left; padding:1px 0 0 10px;}
.gridview { font-size:28px; color:#FFF; cursor:pointer; margin:auto; padding:0 10px 0 0; display:inline-block;}
.listview { font-size:28px; color:#FFF; cursor:pointer; margin:auto; padding:0px; display:inline-block;}
/*.button_minilist { cursor:pointer; margin:auto; padding:0px; display:inline-block; width:19px; height:19px; background:url(http://static.optek.pl/img/button_minilist.png) no-repeat top left;}*/