.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }

.errorBox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #FFFF99;
	font-weight: bold;
	border-bottom: 1px dotted black;
}

.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #EAEAEA; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: white;
  color: #000000;
  margin: 0px;
  text-align:center;
  cursor:auto;
}

A {
  color: #000000;
  text-decoration: none;
  border:0px;
}

A:hover {
  text-decoration: underline;
}

a img	{
  border:0px;
}

img {
	padding:0;
	margin:0;
}

FORM {
	display: inline;
}

TD.infoBoxHeading {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #6f2609;
/*   font-style:italic; */
}

TD.infoBoxHeading font {
  font-size: 14px;
}

TD.infoBox, SPAN.infoBox {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 11px;
}

.main {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 11px;
}

TD.smallText, SPAN.smallText, P.smallText {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 10px;
}

TD.fieldKey {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#6f2609;
}

TD.fieldValue {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 11px;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: gray;
}

TEXTAREA {
	width: 100%;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: gray;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #E7E7E7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E7E7E7; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #AED8EE;  border-bottom: 1px dotted; color: #000000 }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

A.buybothPrice {
	font-family: Palatino Linotype;
	font-size: 18px;
/*	color: b2d524; */
	color: #59118E;
}

A.buybothHeading {
	font-family: Palatino Linotype;
	font-size: 18px;
/*	color: b2d524; */
	color: #59118E;
}

.buybothText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #506b00;
}

.hand_link	{
   cursor: pointer; cursor: hand;
}


/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */


div#highslide-container	{
	height:auto !important;
	margin:0px !important;
}

.highslide {
	cursor: url(../../includes/javascript/js_highslide/graphics/zoomin.cur), pointer;
	outline: none;
}

.highslide-image {
	border: 1px solid silver;
	cursor: pointer; /* opera */
	cursor: url(../../includes/javascript/js_highslide/graphics/zoomout.cur), pointer;
}

.highslide-image-blur {
	cursor: pointer;
	cursor: hand;
}

.highslide-caption {
	display: none;
	border: 5px solid white;
	border-top: none;
	padding: 5px;
	background-color: white;
}

.highslide-display-block {
	display: block;
}

.highslide-display-none {
	display: none;
}

.highslide-loading {
	display: block;
	color: white;
	font-family: Verdana, Arial, sans-serif  !important;
	font-size: 10px  !important;
	font-weight: bold;
/* 	text-transform: uppercase; */
	text-decoration: none;
	padding: 3px;
	opacity: 0.60; /* w3c */
	filter: alpha(opacity=60); /* ie */
	border: 1px solid white;
	background-color: black;
	padding-left: 22px;
	background-image: url(../../includes/javascript/js_highslide/graphics/loader.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
	z-index:201;
}

a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}

a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}

/* ------------------------------------------------------------------------- */

span.price_without_discount {
	text-decoration:line-through;
}
span.price_with_discount {
	color:green;
}
span.promo_price {
	color:red;
}

/* ------------------------------------------------------------------------- */

div#site_container {
	width:940px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	text-align:left;
}
div#top_container {
}
div#logo_container {
	float:left;
	height:90px;
	width:240px;
}
a#logo_link {
	width:191px;
	height:64px;
	display:block;
	background-image:url("../../images/netarch/logo.png");
	margin-top:13px;
	margin-left:23px;
}
div#banner_1_container {
	float:left;
	height:90px;
	width:550px;
}
div#banner_1_container_2 {
	height:90px;
	position:relative;
}
div#banner_1_container_3 {
	position:absolute;
	left:0px;
	bottom:0px;
	width:550px;
	text-align:center;
}
div#banner_1_container_3 {
	padding:0;
	margin:0;
}
div#cart_container {
	float:left;
	height:90px;
/* 	position:relative; */
	width:150px;
}
div#cart_container_2 {
	height:90px;
	position:relative;
}
div#cart_container_3 {
	position:absolute;
	bottom:0px;
	right:0px;
	text-align:right;
}
div#left_column {
	float:left;
	width:809px;
}
div#right_column {
	float:left;
	width:121px;
	margin-left:10px;
	text-align:center;
}
div#bottom_container {
	text-align:center;
	margin-top:15px;
	padding-top:3px;
	padding-bottom:2px;
	background-color:#ab9d57;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#6f2609;
}
div#bottom_container a {
	color:#6f2609;
}
div#credits_container {
	position:relative;
	margin-top:5px;
	text-align:left;
	width:100%;
	height:21px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:10px;
	color:#6f2609;
	margin-bottom:13px;
}
div#credits_container a {
	color:#6f2609;
}

/* ------------------------------------------------------------------------- */

tr#menu_main_positions td {
	font-size:14px;
	font-weight:bold;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
/* 	font-family:tahoma, arial, verdana; */
	color:white;
	background:#ab9d57;
	text-align:center;
	padding-top:5px;
	padding-bottom:4px;
	border-right:1px solid white;
	border-bottom:1px solid white;
}
tr#menu_main_positions a {
	color:white;
}
td#manu_categories {
	border-left:1px solid #b2b2b2;
	border-right:1px solid #b2b2b2;
	border-bottom:1px solid #b2b2b2;
	height:205px;
}
td#manu_categories a {
	display:block;
	margin-left:22px;
	margin-top:15px;
	margin-bottom:15px;
	width:125px;
	font-size:13px;
	font-weight:bold;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	color:#6f2609;
	position:relative;
}
td#manu_categories a:hover {
	text-decoration:none;
}
td#manu_categories a img {
	position:absolute;
	left:-13px;
	top:3px;
}
a.not_indicate img {
	visibility:hidden;
}
a.indicate img {
	visibility:visible;
}
td#banners_field_horizontal {
	border-bottom:1px solid #b2b2b2;
}

/* ------------------------------------------------------------------------- */

.cart_box_font,
.cart_box_font a {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:11px;
	color:#ab9d57;
}
div#top_cart_sum {
	padding-bottom:5px;
}
a#go_to_cart_link {
	margin-left:5px;
}
a#go_to_cart_link img {
	position:relative;
	top:3px;
}
div#top_login_div {
	color:#6f2609;
	font-weight:bold;
	border-top:1px dotted #ab9d57;
	padding-top:5px;
}
div#top_login_div a {
	color:#6f2609;
}
span#top_login_field {
	position:relative;
	top:3px;
}

/* ------------------------------------------------------------------------- */

div#search_box {
	position:relative;
	height:40px;
}
div#search_box_steady {
/* 	background-color:#b9ab73; */
/* 	background-color:#ffccaa; */
	background-image:url("../../images/netarch/search_background.png");
	background-position:top center;
	background-repeat:repeat-x;
	width:607px;
	height:40px;
	position:absolute;
	top:0px;
	z-index:10;
}
div#search_box_movie {
	background-color:#ab9d57;
	background-image:url("../../images/netarch/search_background.png");
	background-position:top center;
	background-repeat:repeat-x;
	width:100%;
	height:40px;
	overflow:hidden;
	position:absolute;
	top:0px;
	z-index:5;
}
div#search_box_main_part {
	position:absolute;
	bottom:8px;
	_bottom:9px;
	left:40px;
	color:white;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:11px;
	z-index:15;
}
input#keywords_input {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:11px;
	color:#6f2609;
	border:1px solid #868686;
	width:200px;
	padding-top:3px;
	padding-bottom:1px;
}
a#advanced_search_link {
	display:block;
	text-align:right;
	width:170px;
	position:absolute;
	right:0px;
	bottom:10px;
	padding-right:15px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:11px;
	color:white;
	background-image:url("../../images/netarch/search_narrow3.png");
	background-position:100% 3px;
	background-repeat:no-repeat;
}
a#zwin_link {
	display:none;
	text-align:right;
	width:30px;
	position:absolute;
	right:2px;
	top:17px;
	z-index:11;
/* 	bottom:9px; */
	padding-right:15px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:11px;
	color:white;
	background-image:url("../../images/netarch/search_4.png");
	background-position:100% 2px;
	background-repeat:no-repeat;
}
div#second_search_submit {
	position:absolute;
	width:60px;
	height:20px;
	z-index:6;
	right:39px;
	bottom:7px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:11px;
	color:white;
}
div#search_box_additionals {
/* 	display:none; */
	position:absolute;
	left:40px;
	top:30px;
	width:515px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:11px;
	color:white;
}
div#search_box_additionals select {
	border:1px solid #868686;
	margin-bottom:1px;
	width:100px !important;
}
div#zgiecie {
	position:absolute;
	right:-1;
	bottom:0;
	width:44px;
	height:29px;
	background-image:url("../../images/netarch/search_corner_transparent.png");
	z-index:20;
}
.advanced_search_select {
	border:1px solid #868686;
}

/* ------------------------------------------------------------------------- */

div#newsletter_box {
	background-color:#aa9c55;
	background-image:url("../../images/netarch/newsletter_background.png");
	background-position:top left;
	background-repeat:repeat-x;
/* 	margin-bottom:10px; */
	border-left:1px solid #cbc098;
	border-right:1px solid #eeeadd;
	border-top:1px solid #ddd6bb;
	border-bottom:1px solid #d4cdaa;
	padding-left:6px;
	padding-right:4px;
	padding-top:4px;
	padding-bottom:4px;
}
.big_white_heading {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:18px;
	color:white;
	font-weight:bold;
}
div#newsletter_text {
	text-align:left;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:10px;
	color:#6f2609;
	margin-top:4px;
}
div#newsletter_text a {
	color:#6f2609;
}

/* ------------------------------------------------------------------------- */

div#content {
	margin-top:16px;
/* 	margin-left:10px; */
}
tr#index_default_table_row td {
	padding-left:6px;
	padding-right:6px;
}
tr.index_default_table_row td {
	padding-left:6px;
	padding-right:6px;
}
.pageHeading,
div.index_default_heading {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:14px;
	color:white;
	background:#6f2609;
	padding-left:8px;
	position:relative;
	border-left:1px solid #b79284;
	border-top:1px solid #935c46;
	height:21px;
	_height:22px;
	margin-bottom:11px;
}
.pageHeading {
	margin-bottom:0px;
}
div.index_default_heading img {
	position:absolute;
	right:-1px;
	top:-8px;
}
.pageHeading img {
	position:absolute;
	right:0px;
	top:-8px;
}
.pageHeading span {
	position:relative;
	top:1px;
}
.pageHeading_invert {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:white;
	background:#cccccc;
	padding-left:8px;
	position:relative;
	border-left:1px solid #f2f2f2;
	border-top:1px solid #e5e5e5;
	height:21px;
	_height:22px;
}
.pageHeading_invert img {
	position:absolute;
	right:0px;
	top:-8px;
}
.pageHeading_invert span {
	position:relative;
	top:1px;
}
div.index_default_news {
	margin-left:1px;
	line-height:18px;
}
div.index_default_news * {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif !important;
	font-size:11px !important;
}
div.index_default_more {
	text-align:right;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:1px solid #b2b2b2;
	color:#6f2609;
	font-weight:bold;
}
div.index_default_more a {
	color:#6f2609;
}

/* ------------------------------------------------------------------------- */

div.contact_text {
	color:#6f2609;
	text-align:right;
	padding-right:90px;
}
div.contact_gray_field {
	text-align:right;
	padding-right:90px;
	padding-top:3px;
	padding-bottom:3px;
	margin-top:2px;
	margin-bottom:3px;
	color:black;
	background-color:#d9d9d9;
}
div#temporary_about_us_image {
	background-color:#67a4a7;
	border:1px solid black;
	font-size:14px;
	width:380px;
	height:260px;
	text-align:center;
	color:white;
}
td#static_text_td {
	padding-right:25px;
	font-size:11px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	line-height:18px;
}
/*td#static_text_td * {
}*/
/*td#static_text_td font {
	font-family: auto !important;
	font-size:auto !important;
	line-height:auto !important;
}*/

/* ------------------------------------------------------------------------- */

table.r_pListing_table {
	border-collapse:collapse;
}
td.r_pListing_td_left {
	border-right:1px solid #b2b2b2;
	padding-right:25px;
}
td.r_pListing_td_right {
	border-left:1px solid #b2b2b2;
	padding-left:25px;
	padding-right:10px;
}
div.r_pListing_left_desc {
	float:left;
	width:200px;
}
div.r_pListing_pName {
	width:185px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#6f2609;
}
div.r_pListing_pName a {
	color:#6f2609;
}
div.r_pListing_pImage {
	width:200px;
	margin-top:12px;
}
div.r_pListing_right_desc {
	float:left;
	width:170px;
}
div.r_pListing_short_desc {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	color:black;
	font-size:11px;
	margin-top:6px;
	margin-bottom:10px;
	text-align:left;
}
div.r_pListing_pPrice {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#6f2609;
	text-align:right;
}
div.r_pListing_pBuy_container {
	height:21px;
	_height:22px;
	position:relative;
	margin-top:10px;
}
div.r_pListing_pBuy {
	width:130px;
	text-align:right;
	font-weight:bold;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:12px;
	background:#6f2609;
	right:0px;
	top:0px;
	position:absolute;
	border-left:1px solid #b79284;
	border-top:1px solid #935c46;
	height:21px;
	_height:22px;
}
div.r_pListing_pBuy img {
	position:absolute;
	right:-1px;
	top:-8px;
}
div.r_pListing_pBuy a {
	position:relative;
	top:3px;
	right:45px;
	color:white;
}
div.r_pListing_pBuy a:hover {
	text-decoration:none;
}

div.r_pListing_details {
	color:#6f2609;
	font-weight:bold;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:12px;
	padding-right:45px;
	text-align:right;
	margin-top:11px;
}
div.r_pListing_details a {
	color:#6f2609;
}
td.r_pListing_break_top {
	font-size:2px;
	height:15px;
	border-bottom:1px solid #b2b2b2;
}
td.r_pListing_break_bottom {
	font-size:2px;
	height:15px;
}

/* ------------------------------------------------------------------------- */

.pageResults:hover {
	background: #FFFF33;
	text-decoration:none;
}
td.r_pageResults_td {
	font-family:Verdana, Arial, sans-serif;
	font-size:14px;
	color:#666666;
}
td.r_pageResults_td a {
	color:#666666;
}
.r_pageResults_narrows {
	color:#6f2609 !important;
	font-size:16px;
}
.r_pageResults_narrows:hover {
	background: #FFFF33;
	text-decoration:none;
}
div#pageResults_bis {
	padding-left:1px;
	padding-right:1px;
	padding-top:5px;
	padding-bottom:5px;
	font-family:Verdana, Arial, sans-serif;
	font-size:14px;
	color:#666666;
}
div#pageResults_bis a {
	color:#666666;
}
div#pageResults_bis a:hover {
	background: #FFFF33;
	text-decoration:none;
}

/* ------------------------------------------------------------------------- */

td#pInfo_pImage {
	padding-right:20px;
}
div#pInfo_pName {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#6f2609;
	padding-right:80px;
}
div#pInfo_pDesc {
	margin-top:15px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	color:black;
	font-size:11px;
	padding-right:80px;
}
div#pInfo_pDesc * {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif !important;
	font-size:11px !important;
}
div.pInfo_optionsHeading {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#6f2609;
	margin-bottom:12px;
}
div.pInfo_pBuy {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	text-align:right !important;
	position:relative;
	height:21px;
	_height:22px;
	margin-top:10px;
}
div.pInfo_pBuyButton {
	text-align:right;
	font-weight:bold;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:12px;
	background:#6f2609;
	right:0px;
	top:0px;
	position:absolute;
	border-left:1px solid #b79284;
	border-top:1px solid #935c46;
	height:21px;
	_height:22px;
	z-index:100;
}
div.pInfo_pBuyButton img.fold {
	position:absolute;
	right:-1px;
	top:-8px;
	z-index:100;
}
div.pInfo_pBuyButton span {
	position:relative;
	top:3px;
	right:45px;
	color:white;
}
.pInfo_pBuyButtonArea {
	position:absolute;
	width:75px;
	height:15px;
/* 	border:1px solid red; */
	z-index:101;
	right:44px;
	top:2px;
}
div#pInfo_pBuySample {
	text-align:right;
}
td.pInfo_mostPopularSize {
	padding-right:4px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:11px;
}
td.pInfo_mostPopularSize img {
	margin-right:15px;
}
a#pInfo_felcMore {
	display:block;
	background-image:url("../../images/netarch/question.jpeg");
	background-position:top left;
	background-repeat:no-repeat;
	height:16px;
	width:110px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:11px;
	color:#6f2609;	
	padding-top:1px;
	padding-left:18px;
	margin-top:1px;
}
/*a#pInfo_felcMore:hover {
	text-decoration:none;
}*/

/* ------------------------------------------------------------------------- */

div#hity_cenowe_container {
	width:324px;
	height:153px;
	position:relative;
	text-align:left;
	z-index:4 !important;
}
div#hity_cenowe_text {
	z-index:4 !important;
	position:absolute;
	width:308px;
	height:124px;
	overflow:hidden;
	left:9px;
	top:21px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:11px;
	color:black;
}
div#hity_cenowe_text a {
	color:black;
/* 	text-decoration:underline; */
}
div#hity_cenowe_text a:hover {
	text-decoration:none;
}

/* ------------------------------------------------------------------------- */

a.newsList_pName {
	margin-top:2px;
	color:#6f2609;
	font-size:12px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	display:block;
	width:105px;
	font-weight:bold;
}
tr.newsList_tr td {
	padding-bottom:15px;
}
td.newsList_desc {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:11px;
}

/* ------------------------------------------------------------------------- */

table.productListing {
	border:1px solid #ab9d57;
	border-collapse:collapse;
}
table.productListing td {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:11px;
	border-bottom:1px solid #ab9d57;
}
td.productListing-data {
	border:none !important;
}
td.productListing-heading {
	font-weight:bold;
	color:#6f2609;
}

/* ------------------------------------------------------------------------- */

.index_nested_cats {
	border-bottom:1px solid #b2b2b2;
	padding-top:10px;
	padding-bottom:10px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:11px;
}
.index_nested_cats a {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#6f2609;
}

/* ------------------------------------------------------------------------- */

/*div.pInfo_size_choice {
	width:325px;
}
table.pInfo_radio_choice {
	border-collapse:collapse;
}
tr.pInfo_size_choice td {
	border-top:1px solid #b2b2b2;
	border-bottom:1px solid #b2b2b2;
	padding-bottom:1px;
}*/
div.pInfo_size_choice_2 {
/* 	border-top:1px solid #b2b2b2; */
	width:auto;
	position:relative;
}
div.pInfo_size_choice_2 div {
	padding-top:3px;
	_padding-top:1px !important;
	margin:0px !important;
	width:auto;
	padding-right:10px;
	height:15px;
	_height:19px !important;
	overflow:hidden;
}
div.pInfo_size_choice_2 input {
	position:relative;
	bottom:3px;
}
div.pInfo_size_choice_2 table {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:11px;
}

/* ------------------------------------------------------------------------- */

.samples_listing td {
	border-bottom:1px solid #b2b2b2;
	padding-top:8px;
	padding-bottom:8px;
}
.sample_pName {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#6f2609;
}
.sample_collection a {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#6f2609;
}
div#breadcrum {
	padding-left:1px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:11px;
	color:#8b7d37;
	margin-top:4px;
}
div#breadcrum a {
	color:#8b7d37;
}
div#middle_container {
	margin-top:2px;
}

/* ------------------------------------------------------------------------- */

div.framing_option_view {
	width:360px;
	margin-bottom:20px;
	border:1px solid #6f2609;
	overflow:visible;
	height:auto;
	position:relative;
}
div.framing_option_hidden {
	width:360px;
	margin-bottom:20px;
	border:1px solid #999999;
	overflow:hidden;
	height:21px;
}
div.framing_option_view span.framing_option_heading_title {
	color:#6f2609;
}
div.framing_option_hidden span.framing_option_heading_title {
	color:#666666;
}
div.framing_option_heding {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	padding-left:8px;
	padding-right:6px;
	padding-top:2px;
	_padding-top:0px !important;
	padding-bottom:3px;
	position:relative;
}
div.framing_option_heading_step {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:11px;
	color:#6f2609;
	font-weight:bold;
	position:absolute;
	bottom:3px;
	_bottom:2px !important;
	left:8px;
	z-index:1;
}
div.framing_option_view div.framing_option_heading_step {
	display:block;
}
div.framing_option_hidden div.framing_option_heading_step {
	display:none;
}
div.framing_option_body {
	padding-left:8px;
	padding-right:6px;
	padding-top:3px;
	padding-bottom:3px;
}

/* ---- zmień -------------------------------------------------------------- */

a.framing_open_link_hidden {
	position:absolute;
	display:none;
}
a.framing_open_link_view img {
	position:absolute;
	top:-2px;
	_top:0px !important;
	right:0px;
	_right:-2px !important;
}
a.framing_open_link_view {
	position:absolute;
	top:4px;
	_top:2px !important;
	right:6px;
	display:block;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#666666;
	padding-right:19px;
	z-index:2;
}
a.framing_open_link_view:hover {
	text-decoration:none;
}

/* ----- zamknij ----------------------------------------------------------- */

a.framing_hide_link {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#6f2609;
	position:absolute;
	width:60px;
	top:0px;
	right:0px;
	padding-right:23px;
	padding-top:4px;
	_padding-top:2px !important;
	text-align:right;
}
div.framing_option_view a.framing_hide_link {
	display:block;
}
div.framing_option_hidden a.framing_hide_link {
	display:none;
}
a.framing_hide_link:hover {
	text-decoration:none;
}
a.framing_hide_link img {
	position:absolute;
	right:6px;
	top:2px;
}

/* ----- dalej ------------------------------------------------------------- */

a.framing_foot_link {
	display:block;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#6f2609;
	padding-right:7px;
	padding-bottom:3px;
	text-align:right;
}
a.framing_foot_link:hover {
	text-decoration:none;
}
/* ostatni link */
a.framing_foot_link_2 {
	display:block;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#6f2609;
	border-top:1px solid #6f2609;
	padding-right:26px;
	padding-top:4px;
	_padding-top:2px;
	padding-bottom:3px;
	_padding-bottom:2px !important;
	margin-top:1px;
	text-align:right;
	background-image:url("../../images/netarch/dalej2.jpeg");
	background-position:337px 2px;
	_background-position:337px 3px !important;
	background-repeat:no-repeat;
}
a.framing_foot_link_2:hover {
	text-decoration:none;
}

/* ------------------------------------------------------------------------- */

div#framing_image_div_1 {
	text-align:center;
	padding-top:65px;
	padding-bottom:50px;
}
div.framing_image_div_2 {
	margin-top:0px;
	text-align:center;
	font-size:10px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
/* 	font-style:italic; */
	color:#666666;
	position:relative;
	bottom:3px;
}
div.framing_image_div_2 a {
	color:#666666;
}
div.framing_extra_box {
	position:absolute;
	visibility:hidden;
	overflow:hidden;
	top:-1px;
	right:0px;
	width:380px;
	_width:394px !important;
	height:auto;
	border:1px solid #6f2609;
	background-color:white;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:11px;
	font-weight:normal;
	padding-left:8px;
	padding-right:6px;
	padding-top:3px;
	padding-bottom:3px;
	z-index:999 !important;
}
a.framing_hide_extra_box {
	display:block;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#6f2609;
	padding-top:3px;
	text-align:right;
}
a.framing_hide_extra_box:hover {
	text-decoration:none;
}
div.passe_one_color {
	width:89px;
	height:auto;
	float:left;
	margin-right:5px;
	margin-bottom:4px;
}
/*a.passe_one_color {
	width:89px;
	height:30px;
	display:block;
	border:1px solid #cccccc;
	margin-bottom:1px;
}*/
a.passe_one_color img {
	border:1px solid #cccccc;
	margin-bottom:1px;
}
div#framing_prices {
	padding-left:8px;
	margin-bottom:10px;
}
table#framing_prices_table td {
	color:#666666;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 11px;
	padding-bottom:7px;
}
tr.framing_summary td {
	padding-top:7px;
	border-top:1px solid #b2b2b2;
}

/* ------------------------------------------------------------------------- */

.silver_input {
	border:1px solid silver;
}
div#colors {
	width:330px;
	height:auto;
}
div#colors a {
	display:block;
	width:15px;
	_width:17px !important;
	height:15px;
	border:1px solid #cccccc;
	float:left;
	margin:1px;
}
div#passe_1_area {
	display:none;
	background-image:url("../../images/netarch/pp_single_3.jpeg");
	background-position:242px 102px;
	background-repeat:no-repeat;
}
div#passe_2_area {
	padding-top:4px;
	display:none;
	background-image:url("../../images/netarch/pp_double_3.jpeg");
	background-position:242px 11px;
	background-repeat:no-repeat;
}
div#background_area {
	display:none;
	background-image:url("../../images/netarch/pp_single_3.jpeg");
	background-position:242px 102px;
	background-repeat:no-repeat;
}
a.change_frame_link {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#6f2609;
}
a.change_frame_link:hover {
	text-decoration:none;
}

a.no_underline:hover {
	text-decoration:none;
}
div.framing_qty_input {
	position:absolute;
	top:1px;
	right:122px;
	width:80px;
	height:auto;
	color:#666666;
}

/* ------------------------------------------------------------------------- */

div#search_frame_by_color {
	position:absolute;
	left:330px;
	top:13px;
	z-index:201;
}
.configure_frame_select {
	width:100px;
	border:1px solid silver;
	margin-bottom:1px;
}

/* ------------------------------------------------------------------------- */

ul#faq_enquires_container {
	margin-left:30px;
	padding-left:0px;
}
li.faq_enquire_label {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#6f2609;
	margin-bottom:10px;
}
li.faq_enquire_label a {
	color:#6f2609;
}
div.faq_answer_container {
	border-top:1px solid #b2b2b2;
	margin-top:22px;
	padding-top:19px;
	padding-left:15px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:11px;
	line-height:18px;
	padding-bottom:0px;
}
div.faq_enquire {
	font-weight:bold;
}
div.faq_answer {
	margin-top:11px;
}
div.faq_back_link {
	text-align:right;
/* 	padding-top:10px; */
/* 	padding-bottom:4px; */
}
div.faq_back_link a {
	text-decoration:underline;
	color:inherit;
}
table#oConfirmation_table td {
	padding-bottom:4px;
}

div.damdam_adam {
	text-align:center;
	color:silver;
	padding-bottom:4px;
}
div.damdam_adam a {
	color:silver !important;
}
