.16px_span {
	font-size: 14px;
	padding-left: 10px;
}
.16px_span a {
	font-size: 14px;
	font-weight: bold;
}

/*
#########################################################################
	COMMON
*/

BODY {
	background: url(bg.gif) repeat top left;
}

TD {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

TD.productListing-data IMG {
	margin: 2px;
}

A {
	color: #039;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

H1 {
	color: #334;
	font-variant: small-caps;
	font-weight: 100;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
	margin-top: 2px;
	
	/* wartosc dla IE5x/Win */
	font-size: x-large;
	voice-family: "\"}\"";
	voice-family: inherit;
	/* prawidlowa wartosc  */
	font-size: 24px;
}

.dropshadowright {
	padding: 5px;
	background: #fff;
	border: solid 1px #777;
}

.galeriamin {
	padding: 1px;
	background: #fff;
	border: solid 1px #aaa;
}

TABLE.galeria TD DIV.galselected {
	padding: 5px 0px 5px 3px;
}

TABLE.galeria TD DIV.galselected A {
	font-weight: bold;
	color: #336;
}

TABLE.galeria TD {
	vertical-align: top;
}

TABLE.galeria TD A {
	font-weight: normal;
	white-space: nowrap;
	color: #777;
}

TABLE.galeria TD A:hover {
	color: #336;
}

TD.productListing-heading {
	border-bottom: dotted 1px #aaa;
	padding-top: 5px;
}

TD.productListing-data {
	border-bottom: dotted 1px #bbb;
}

TD.productListing-data A {
	color: #336;
}

/*
#########################################################################
	TOP
*/

TD.header-left {
	padding-left: 5px;
	padding-bottom: 3px;
}

TD.header-right {
	text-align: right;
	vertical-align: bottom;
	padding-right: 163px;
	color: #aae;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}

.header A {
    color:#FF9900;
    font-size:18px;
    font-weight:bold;
    text-decoration:none;
}

.header A:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#tagline {
	position: absolute; 
	top: -4px; 
	left: 170px; 
	font-size: 16px; 
	font-style: italic; 
	color:#eee;
}


/*
#########################################################################
	MIDDLE
*/

TD.center_column {
	padding: 10px 30px 30px 18px;
}

TD.column_left, TD.column_right{
	padding: 9px 0px 9px 9px;
}

.centershop {
	padding: 0px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	width: 800px !important;
}

DIV.main_page_container1 {
	background: url(bg-middle.gif) repeat 0px 10px;
}

DIV.main_page_container2 {
	background: url(bg-top.gif) no-repeat top left;
}

DIV.main_page_container3 {
	background: url(bg-bottom.gif) no-repeat bottom left;
}

TABLE.main_page {
	width: 800px !important;
	border-right: 0px solid #9a9a9a;
	border-left: 0px solid #9a9a9a;
	border-bottom: 0px solid #9a9a9a;
	padding: 0px;
	padding-bottom: 7px;
}

TD.breadCrumb A {
	color: #999;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;

}
TABLE.productListing-data td, TD.pageHeading {
	padding: 10px;
	font-size: 12px;
	color: #333;
}
.price {
	font-weight: bold;
}
TABLE.productListing-data td a {
	font-size: 14px;
	font-weight: normal;
}
TD.field_lab {
	width: 120px;
}
TD.field_val {
}
TD.field_val input {
	width: 200px;
}
.plainBoxHeading {
	font-weight: bold;
	font-size: 12px;
	padding: 20px 0 5px 0px;
	color: #666;
}

.ship_cost {
	visibility: hidden;
}

table.productListing-data td a.buy_button {
	color: red;
	font-weight: bold;
	font-size: 12px;
}

/*
#########################################################################
	BOXES
*/

.leftbox {
	margin: 0px;
	padding: 3px 7px;
}

.rightbox {
	margin: 0px;
	padding: 3px;
}

.leftboxheading {
	color: #666;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 0 3px 0;
}

.rightboxheading {
	color: #fff;
	font: bold 15px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 4px;
	border-bottom: 2px solid #bcd;
}

.rightboxcontent {
	padding-left: 30px;
	color: #ddd;
}

.rightboxcontent DIV {
	text-indent: -20px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.footertop A, .rightbox A {
	color: #EEEEEE;
	text-decoration: none;
	font-weight: bold;
}

.rightbox A:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.footertop, .footerbottom {
	color: #9ce;
}

.sideBox TD {
	padding: 3px;
}

/*
#########################################################################
	BUTTONS
*/

.cssButton {
  background-color: #666;
  color: #fff;
  font-size: 8pt;
  font-family: arial;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 1px #333;
  border-right: solid 1px #333;
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
  cursor: pointer;
}

.cssButtonOver {
  background-color: #ccc;
  color: #333;
  font-size: 8pt;
  font-family: arial;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 1px #aaa;
  border-right: solid 1px #aaa;
  border-top: solid 1px #eee;
  border-left: solid 1px #eee;
  cursor: pointer;
}

SPAN.cssButton {
  padding: 1px 10px 1px 10px;
}

SPAN.cssButtonOver {
  padding: 1px 10px 1px 10px;
}

.map_link {
	font-size: 13px;
	line-height: 40px;
}
UL.shipping_costs {
	padding-left:20px;
}

/*
#########################################################################
	POPUP
*/

BODY.popupimage {
	margin: 0px;
}

BODY.popupimage IMG {
  padding: 0px;
  border: solid 6px white;
  margin: 20px;
}




/*
#########################################################################
	BUTTONS
*/

a.button, span.button, del.button{
	
	display:-moz-inline-box;
	display:inline-block;
	cursor:pointer;
	border:none;
    font-size:0;
    line-height:0;
    
	/*
	for Safari, read this first
	http://creativebits.org/webdev/safari_background_repeat_bug_fix
	*/
	background-position:0 0;
	background-repeat:no-repeat;
	height:30px;
	text-decoration:none;
	color:#2e523b;
	font-style:normal;
	margin:0 6px 0px 0;
	padding:0 10px 0 0;	
	vertical-align:middle;	
	
    padding-top:-2px;
	_position:relative;
	_width:10px;	
	_overflow-y:hidden;
}



a.button, span.button, del.button,
a.button span, span.button button, span.button input, del.button span{
    background-image:url(buttons.png);
    _background-image:url(buttons.gif);
}


a.button span, span.button button, span.button input, del.button span{
	
	white-space:nowrap;
	cursor:pointer;
    color:#222;
	display:-moz-inline-box;
	display:inline-block;
	line-height:1;
    letter-spacing:0 !important;
    font-family:"Arial" !important;
    font-size:12px !important;
    font-style:normal;    
    background-color:transparent;
	background-position:100% 0;
	background-repeat:no-repeat;
	height:30px;
	padding:8px 20px 0 10px;
	margin:0 -16px 0 10px;
	border:none;
	vertical-align:text-top;
	zoom:1;
	_position:relative;
    _padding-left:0px;
	_padding-right:12px;
	_margin-right:-10px;	
	_display:block;
	_top:0;
	_right:-5px;
	
}


span.button button{
   line-height:2.5;/*Opera need this*/
}

html.safari a.button span, 
html.safari del.button span{
  line-height:1.3;
}

html.safari span.button button{
  line-height:2.6;
}

html.safari a.button:focus,
html.safari span.button button:focus{
    outline:none;
}



del.button{
	/* cursor:not-allowed;	*/
	background-position:0 -120px;
	
}

del.button span{
	cursor:default;
    color:#aaa !important;
	background-position:100% -120px;
}


span.button button, span.button input{
	padding-top:0px;
	line-height:2.5;/*Opera need this*/
}


/** optional **/
/*
a.button:visited{
	color:#aaa;
}
*/


/*Hover Style*/

a.button:hover, 
span.button:hover,
a.button:focus, 

a.dom-button-focus, 
span.button-behavior-hover{
	background-position:0 -60px;
	color:#222;
	text-decoration:none;
}





a.button:hover span, 
span.button:hover button, 
a.button:focus span, 

span.button-behavior-hover button, 
span.button-behavior-hover input{
	background-position:100% -60px;
}


a.button:active, a.button:focus span{
	color:#444;
}




del.button-behavior-hover, del.button:hover{
	background-position:0 -180px;
	/* cursor:not-allowed; */
}


del.button-behavior-hover span, del.button:hover span{
	background-position:100% -180px;
	/* cursor:not-allowed; */
	
}




/*Optional hack for IE6 to simulate :hover selector*/

span.button button, del.button span, span.button input{


	
	_behavior:expression(
		(function(el){

			if( typeof( behavior_onMouseEnter) == 'undefined'){

				
				behavior_onMouseEnter = function(el){
					
					var dEl = this.parentNode;					
					var sClass = dEl.className ;
					dEl.__defaultClassName = sClass ;
					dEl.className = sClass + ' button-behavior-hover';	
					this.setCapture();
				};

				behavior_onMouseLeave = function(el) {
					var dEl = this.parentNode;
					dEl.className = dEl.__defaultClassName ;
					dEl.__defaultClassName = undefined;
					this.releaseCapture();
				};


			};
			
			
			el.runtimeStyle.behavior = 'none';
			el.onmouseenter = behavior_onMouseEnter;
			el.onmouseleave = behavior_onMouseLeave;
			
			
		})(this));




}

.missing input {
	border: 2px solid red;
}
.msg {
	font-size: 20px;
	font-weight: bold;
}

.cart_table {
    width: 100%;
}
.cart_table td, .cart_table th {
    padding: 10px 10px 0 10px;
}
.cart_table th {
    text-align: right;
    font-weight: normal;
    border-bottom: 1px solid #999;
    padding-bottom: 5px;
}
.right {
    text-align: right;
}
.cart_header {
    font-weight: bold;
    color: #666;
}
.cart_section {
    padding: 5px 0 20px 20px;
}
.cart_total {
    font-weight: bold;
    font-size: 1.2em;
    text-align: right;
    padding: 10px 10px 30px 0;
}
