body
{
	background: url(/images/pageBg.gif) top left;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: left;	
}

#page
{
	position: relative;
	background: #fff;
	width: 673px;
	padding-top: 108px;	
}

#entry h1, #entry h2, #entry h3, #entry h4, #entry h5, #entry h6, #entry p
{
	margin: 1em 0;
}

#entry ul{

  margin-top:25px;
  margin-left:25px;
  list-style-type:disc;

}



#entry
{
	width: 421px;
	padding: 10px 0 10px 10px;
	float: right;
	text-align: left;	
}

#sidebar
{
	width: 238px;
	padding: 0 2px;
	float: left;	
}

#baner
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 673px;
	height: 110px;
	background: url(/images/banerBg.jpg) top left no-repeat;
}

input, textarea {

    background:#fff;
    border:1px solid #333;

}

input.button {

    margin-left:130px;
    color:#fff;
    border:1px solid #094C8B;
    background:#094C8B;


}

tr input, textarea {
    
    margin-top:5px;
    margin-bottom:5px;
}

/* ================================= ELEMENTS ================================ */

#content
{
	line-height: 1.2em;	
}

#content a
{
	color: #094c8b;	
}

#content a:hover
{
	color: #d50000;
	text-decoration: none;	
}

#content a.red
{
	color: #d50000;	
}

#content h4
{
	background: #ddd;
	color: #000;
	margin: 0;
	padding: 3px;
	margin-right: 2px;
	margin-top: 20px;
	margin-bottom: -10px;	
}

#content span.more
{
	display: block;
	text-align: right;
	margin-top: 5px;
	padding-right: 5px;	
}


#content span.more2
{
	display: block;
	text-align: right;
	margin-top: 5px;
	padding-right: 15px;
}



#content span.more a
{
	background: url(/images/redArrows.gif) center right no-repeat;
	font-weight: bold;
	padding-right: 12px;	
}


#content span.more2 a
{
        background:url("/images/redArrows.gif") no-repeat scroll right center transparent;
        font-weight:bold;
        padding-right:12px;
}

#content p.grey
{
	background: #f4f4f4;
	padding: 3px;
	font-size: 10px;
	margin-bottom: 2px;
	min-height: 80px;	
}

#content p.grey a strong
{
	line-height: 2em;
	font-size: 11px;	
}

#content p.grey img
{
	float: left;
	margin: 3px 5px 5px 0px;
}

#content p.blue
{
	background: #094c8b;
	color: #fff;
	font-size: 9px;
	padding: 5px 8px;
	text-align: right;	
}

#content p.blue a
{
	color: #fff;
	font-weight: bold;
	background: url(/images/whiteArrows.gif) center right no-repeat;
	padding-right: 12px;	
}

#sidebar h2
{
	background: #ceba83;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	margin: 2px 0;
	padding: 5px;	
}

#entry h1, #entry h2
{
	font-size: 18px;
	font-weight: normal;
	font-family: Tahoma;
	color: #094c8b;	
}

#entry h1 b, #entry h2 b
{
	color: #ffb400;
	font-weight: normal;	
}

a.logo img
{
	width: 211px;
	height: 50px;
	position: absolute;
	top: 15px;
	left: 15px;
}

#animacja
{
	width: 238px;
	height: 299px;
	/*background: url(../img/animacjaBg.jpg) top left no-repeat;*/
}

#content p.address
{
	position: relative;
	padding:10px 0 90px 200px;
	background: url(/images/abram_addressBg.jpg) top left no-repeat;	
}

#content p.address a.zoom
{
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	width: 75px;;
	height: 65px;	
}

/* --- Zdjęcia produktu --- */

#content #gallery
{
	float: left;
	width: 333px;	
}

#content #gallery img
{
	border: none;	
}

#content #thumbs
{
	float: left;
	width: 85px !important;
}

#content #thumbs ul, #content #thumbs ul li
{
	display: block;
	width: 85px;
	margin: 0;
	padding: 0;	
}

#content #thumbs img
{
	width: 85px;	
}

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

#menu
{
	position: absolute;
	top: 110px;
	left: 0px;
	margin-left: 683px;	
}

#menu ul
{

}

#menu li
{
	white-space: nowrap;
	padding: 2px 0 1px 0;	
}

#menu a
{
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	font-size: 10px;
	background: url(/images/whiteRect.gif) center left no-repeat;
	padding-left: 12px;	
}

#menu a:hover
{
	background: url(/images/whiteRect_arrow.gif) center left no-repeat;
	color: #b5d9fe;
}	

/* --- Product Box --- */

.productBox
{
	width: 128px;
	min-height: 150px;
	margin-right: 10px;
	float: left;
	border: 1px solid #ddd;
	margin-bottom: 10px;	
}

* html .productBox
{
	height: 150px;	
}

.productPhoto
{
	width: 128px;
	height: 100px;
	min-height: 100px;
	text-align: center;
	display: table-cell;
	vertical-align: bottom;
}

* html .productPhoto
{
	height: 100px;	
}

.productPhoto img
{

}

.productPhoto a:hover img
{

}

.productDesc
{
	font-size: 10px;
	line-height: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;	
}

.productDesc a
{
	font-weight: bold;
	display: inline;
	text-decoration: none;
	font-family: Verdana;
	line-height: 10px;
	text-indent: 10px;
	background: url(/images/redArrows.gif) center left no-repeat;
	padding-left: 10px;	
}

.productDesc a:hover
{
	color: #000 !important;	
}

/* ====================================== SHARED ============================= */

.spacer
{
	clear: both;	
}

.copy
{
	font-size: 10px;
	padding: 20px 0;
	text-align: center;	
}

.copy a
{
	text-decoration: none;	
}

.blueLine
{
	height: 7px;
	font-size: 2px;
	margin: 10px 2px;
	line-height: 2px;
	background: #94a2ae;	
}

#entry .blueLine
{
	margin-left: 0px;	
}

#content #addressCard
{
	display: none;
}

#content p.path
{
	background: url(/images/icon_path.gif) center left no-repeat;
	padding-left: 15px;	
}

span.label
{
	display: block;
	width: 80px;
	float: left;	
}


/*sitemap */

.txt {


margin-left:15px;
margin-right:15px;
margin-top:15px;
}

a.advance-link{

    text-decoration:none;

}


/*pagination */


.pagination {

 float:right;
 margin-top:10px; 
 margin-right:30px;

}


a.next_page {

 text-decoration:none; 
 color:#000; 
 font-weight:bolder;

}

a.prev_page {

 text-decoration:none; 

 font-weight:bolder;

}

/* ================================ GALERIA ================================== */

img#mainPhoto
{
	width: 335px;
	float: left;
}

ul.thumbs
{
	float: right;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;	
}

ul.thumbs li
{
	margin: 0 !important;
	padding: 0 !important;
	padding-right: 5px !important;
	padding-bottom: 5px !important;	
}

ul.thumbs img
{
	width: 75px;
}

