* {
	font-family: arial;
	font-size: 11px;
}

body, html {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#tbGlobal {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

tr, td {
	padding: 0px;
	margin: 0px;
}

#trMain {
	height: 206px;
}

#tdMain {
	width: 760px;
	height: 206px;
}

#divMain {
	width: 760px;
	height: 206px;
	background-image: url("http://www.mtgnet.pl/img/b_main.jpg");
}

#divMainMenu {
	position: relative;
	top: 182px;
	left: 2px;
}

#divLoading {
	position: relative;
	top: 10px;
	left: 5px;
	height: 16px;
	z-index: 2;
	display: none;
	font-weight: bold;
}

#divUserLogin {
	position: absolute;
	width: 175px;
	top: 3px;
	height: 16px;
	z-index: 2;
	font-weight: bold;
	text-align: right;
	color: black;
	display: none;
}

div.divMenuItem, div.divMenuItemSel {
	font-size: 11px;
	padding: 6px 15px 8px 15px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	display: inline;
}

div.divMenuItemSel {
	color: yellow;
}

div.divMenuItem:hover, div.divMenuItemSel:hover {
	font-size: 11px;
	padding: 5px 14px 7px 14px;	
	border: 1px solid white;
}	

#tdMainLeft {
	width: 50%;
	background-position: top right;
	background-image: url("http://www.mtgnet.pl/img/b_mainleft.jpg");
	background-repeat: no-repeat;
}

#tdMainRight {
	width: 50%;
	background-image: url("http://www.mtgnet.pl/img/b_mainright.jpg");
	background-repeat: no-repeat;
}


#tdMainBLeft {
	background-image: url("http://www.mtgnet.pl/img/b_mainlineleft.jpg");
	background-position: top right;
	background-repeat: no-repeat;
}

#tdMainBRight {
	background-image: url("http://www.mtgnet.pl/img/b_mainlineright.jpg");
	background-repeat: no-repeat;
}

#tdContent {
	width: 760px;
}

#tdContentLeft {
	background-position: top right;
	background-image: url("http://www.mtgnet.pl/img/b_left.jpg");
	background-repeat: repeat-y;
}

#tdContentRight {
	width: 50%;
	background-image: url("http://www.mtgnet.pl/img/b_right.jpg");
	background-repeat: repeat-y;
}

#divContent {
	width: 760px;
	padding: 0px;
	background-position: top right;
	background-image: url("http://www.mtgnet.pl/img/b_tribal.jpg");
	background-repeat: no-repeat;
}

#divContentInner {
	_height: 330px;
	min-height: 330px;
	width: 720px;
	padding: 0px 20px;
}

#divContentLeft {
	width: 1px;
	height: 300px;
}

#tdFoot {
	height: 41px;
	color: gray;
	text-align: center;
	background-image: url("http://www.mtgnet.pl/img/b_foot.jpg");
	background-repeat: no-repeat;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-bottom: 6px;
}

#tdFoot a {
	color: silver;
	font-weight: normal;
}

#tdFoot a:hover {
	color: gray;
	font-weight: normal;
}

#tdFootLeft {
	width: 50%;
	background-position: top right;
	background-image: url("http://www.mtgnet.pl/img/b_footleft.jpg");
	background-repeat: no-repeat;
}

#tdFootRight {
	width: 50%;
	background-image: url("http://www.mtgnet.pl/img/b_footright.jpg");
	background-repeat: no-repeat;
}

div.divFullCentered {
	width: 720px;
	padding: 60px 0px 100px 0px;
	text-align: center;
}

img {
	border-width: 0px;
}

#lvTable a {
	font-weight: normal;
	color: silver;
}

#lvTable a:hover {
	font-weight: normal;
	color: gray;
}

/**************************************************************************************/
/*	Okna dialogowe																	  */
/**************************************************************************************/

div.dialogEditions {
	position: absolute;
}

div.dialogEditionsInner {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: white;
	border: 1px solid gray;
	padding: 2px;
	width: 500px;
}

div.dialogEditionsSave {
	position: absolute;
	left: 506px;
	_left: 526px;
	top: -1px;
	border: 1px solid gray;
	background-color: #ffffff;
	width: 135px;
	_width: 135px;
	padding: 2px;
}

div.dialogEditionsPresets {
	width: 135px;
	height: 20px;
	padding-top: 6px;
	_padding-bottom: 6px;
	text-align: center;
	background-color: #0000C8;
	color: white;
	font-weight: bold;
	cursor: move;
}

div.dialogEditionsTitle {
	width: 500px;
	_width: 520px;
	height: 20px;
	padding-top: 6px;
	_padding-bottom: 6px;
	text-align: center;
	background-color: #0000FF;
	color: white;
	font-weight: bold;
	cursor: move;
}

div.dialogEditionsContent {
	width: 480px;
	padding: 10px;
	color: gray;
	text-align: left;
}

div.dialogEditionsBottom {
	width: 500px; 
	text-align: center; 
	padding-bottom: 10px;
}


div.dialogAlert {
	position: absolute;
	border: 1px solid gray;
	width: 300px;
	padding: 2px;
	background-color: #ffffff;
	filter: alpha (opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}

div.dialogAlertTitle {
	width: 300px;
	height: 20px;
	padding-top: 6px;
	_padding-bottom: 6px;
	text-align: center;
	background-color: #C80000;
	color: white;
	font-weight: bold;
	cursor: move;
}

div.dialogAlertContent {
	width: 280px;
	padding: 10px;
	color: gray;
	text-align: left;
}

div.dialogAlertBottom {
	width: 300px; 
	text-align: center; 
	padding-bottom: 10px;
}

div.dialogLittleMain {
	width: 286px;
	height: 225px;
	position: absolute;
	top: 50px;
	left: 300px;
	z-index: 100;
	_width: 288px;
	_height: 227px;
	border: 1px solid silver;
}

div.dialogLittleTop {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 286px;
	height: 38px;
	display: block;
	background-image: url("http://www.mtgnet.pl/img/dialog_top.jpg");
}

div.dialogLittleBottom {
	display: block;
	width: 286px;
	height: 185px;
	position: absolute;
	top: 40px;
	left: 0px;
	display: block;
	background-image: url("http://www.mtgnet.pl/img/dialog_bottom.jpg");
	filter: alpha (opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}

div.dialogLittleContent {
	display: block;
	width: 286px;
	height: 185px;
	position: absolute;
	top: 38px;
	left: 0px;
	display: block;
}

div.dialogLittleTitle {
	position: absolute;
	top: 8px;
	left: 5px;
	padding: 2px 0px;
	color: white;
	font-weight: bold;
	width: 244px;
	cursor: move;
}

div.dialogLittleClose {
	position: absolute;
	top: 6px;
	left: 253px;
	width: 25px;
	height: 20px;
	cursor: pointer;
}

/**************************************************************************************/
/*	Liternictwo																		  */
/**************************************************************************************/

h1 {
	font-size: 13px;
	font-weight: bold;
	color: #A77F60;
	margin: 0px;
	margin-bottom:10px;
}

h1.mainTitle {
	border: 1px solid silver;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #A77F60;
	margin: 0px;
	margin-bottom:0px;
	background-color: white;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #A77F60;
	margin: 0px;
	margin-bottom:10px;
	margin-top:10px;
}

p.headError {
	font-size: 13px;
	font-weight: bold;
	color: #aa6666;
}

p {
	color: #222;
	margin: 5px 0px;
}

p.motto {
	padding: 8px;
	border: 1px solid #daa;
	background-color: #ffe;
}

a {
	font-weight: bold;
	color: #979;
	text-decoration: none;
	font-family: tahoma;
}

a:hover {
	font-weight: bold;
	color: #3333aa;
	text-decoration: none;
}

a.pagerLink {
	color: white;
	padding: 2px 1px;
}

a.pagerLink:hover {
	color: white;
	border: 1px solid white;
	padding: 1px 0px;
}

pre {
	margin: 0px;
	font: normal 10px courier;
	color: gray;
}

div#postPriceList {
	font: normal 10px courier;
	color: gray;
}

div#postPriceList a {
	font: normal 10px courier;
	color: gray;
}

div#postPriceList a:hover {
	color: #3333aa;
	text-decoration: none;
}

/**************************************************************************************/
/*	Formularze i tabele																  */
/**************************************************************************************/
table.mainCTable {
	width: 720px;
}

td.mainLeft {
	vertical-align: top; 
	width: 349px; 
	_width: 359px;
	padding-right: 10px; 
	border-right: 1px dotted silver;
}

td.mainLeftMaxi {
	vertical-align: top; 
	padding-right: 200px; 
}

td.mainRight {
	vertical-align: top; 
	width: 350px; 
	_width: 360px;
	padding-left: 10px;
}

td.mainCenter {
	vertical-align: top; 
	text-align: center;
}

div.minimizable {
	border-width: 0px; 
	padding: 5px; 
	margin-left: -5px;
	margin-right: -5px;
}

form {
	padding: 0px;
	margin: 0px;
}

input {
	margin: 0px 0px;
}

input.login {
	width: 100px;
	border: 1px solid #996666;
	text-align: center;
}

input.buttonLogin {
	border: 1px solid black;
	background-image: url("http://www.mtgnet.pl/img/buttonOK.jpg");
	color: white;
	font-weight: bold;
	cursor: pointer;
	width: 100px;
	heigth: 20px;
	padding: 3px 0px;
}

table.normal {
	border: 1px solid gray;
	color: gray;
}

table.normal td {
	padding: 6px 8px;
	border-left: 1px solid gray;
}

table.normal tr  {
	height: 20px;
	background-color: white;
	cursor: pointer;
}

table.normal tr.even {
	height: 20px;
	background-color: white;
}

table.normal tr.header, table.normal tr.footer, table.normal td.header, table.normal td.footer {
	cursor: inherit;
	height: 20px;
	background-image: url("http://www.mtgnet.pl/img/tile_metal.jpg");
	color: white;
	font-weight: bold;
	border-left: 1px solid white;
	border-bottom: 1px solid black;
}

table.normal tr.footer, table.normal td.footer {
	border-top: 1px solid black;
	border-bottom-width: 0px;
	font-size: 12px;
}

table.normal td.topheader {
	padding: 0px 8px;
	border-left: 1px solid gray;
	font-size: 2px;
}

table.normal tr.topheader, table.normal td.topheader {
	cursor: inherit;
	height: 10px;
	background-image: url("http://www.mtgnet.pl/img/tile_metal.jpg");
	color: white;
	font-weight: bold;
	border-left: 1px solid white;
	border-bottom: 1px solid black;
	text-align: right;
}

table.normal td.first {
	border-left-width: 0px;
}

table.normal tr.highlighted {
	color: black;
	background-color: #eee;
}

input.fastSearch, textarea.fastSearch {
	width: 200px;
	border: 1px solid #996666;
	color: #996666;
	padding: 2px;
}

.cartTDMain {
	height: 16px;
}

.cartTDLeft {
	float: left;
	margin-left: 5px;
	_margin-left: 3px;
	
}

.cartTDCenter {
	float: left;
	width: 24px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #8D7A73;
}

.cartTDRight {
	float: left;
}

.dotClose, .dotCaution, .dotPlus, .dotMinus, .dotDots, .dotQuestion, 
.dotAction, .dotSticky, .dotFree {
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.dotSticky {
	background: transparent url("http://www.mtgnet.pl/img/dot_sticky.png") no-repeat;
	_background: transparent none no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.mtgnet.pl/img/dot_sticky.png", sizingMethod=scale);
}

.dotFree {
	background: transparent url("http://www.mtgnet.pl/img/dot_free.png") no-repeat;
	_background: transparent none no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.mtgnet.pl/img/dot_free.png", sizingMethod=scale);
}

.dotAction {
	background: transparent url("http://www.mtgnet.pl/img/dot_action.png") no-repeat;
	_background: transparent none no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.mtgnet.pl/img/dot_action.png", sizingMethod=scale);
}

.dotDots {
	background: transparent url("http://www.mtgnet.pl/img/dot_dots.png") no-repeat;
	_background: transparent none no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.mtgnet.pl/img/dot_dots.png", sizingMethod=scale);
}

.dotQuestion {
	background: transparent url("http://www.mtgnet.pl/img/dot_question.png") no-repeat;
	_background: transparent none no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.mtgnet.pl/img/dot_question.png", sizingMethod=scale);
}

.dotClose {
	background: transparent url("http://www.mtgnet.pl/img/dot_close.png") no-repeat;
	_background: transparent none no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.mtgnet.pl/img/dot_close.png", sizingMethod=scale);
}

.dotCaution {
	background: transparent url("http://www.mtgnet.pl/img/dot_caution.png") no-repeat;
	_background: transparent none no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.mtgnet.pl/img/dot_caution.png", sizingMethod=scale);
}

.dotPlus {
	background: transparent url("http://www.mtgnet.pl/img/dot_plus.png") no-repeat;
	_background: transparent none no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.mtgnet.pl/img/dot_plus.png", sizingMethod=scale);
}

.dotMinus {
	background: transparent url("http://www.mtgnet.pl/img/dot_minus.png") no-repeat;
	_background: transparent none no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.mtgnet.pl/img/dot_minus.png", sizingMethod=scale);
}

.dotShowCol, .dotHideCol, .dotAsc, .dotDesc {
	margin-top: 3px;
	width: 10px;
	height: 10px;
	cursor: pointer;
}

.dotAsc, .dotDesc {
	margin-top: 2px;
}

.dotShowCol {
	background: transparent url("http://www.mtgnet.pl/img/dot_showCol.png") no-repeat;
	_background: transparent none no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.mtgnet.pl/img/dot_showCol.png", sizingMethod=scale);
}

.dotHideCol {
	background: transparent url("http://www.mtgnet.pl/img/dot_hideCol.png") no-repeat;
	_background: transparent none no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.mtgnet.pl/img/dot_hideCol.png", sizingMethod=scale);
}

.dotAsc {
	background: transparent url("http://www.mtgnet.pl/img/dot_asc.png") no-repeat;
	_background: transparent none no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.mtgnet.pl/img/dot_asc.png", sizingMethod=scale);
}

.dotDesc {
	background: transparent url("http://www.mtgnet.pl/img/dot_desc.png") no-repeat;
	_background: transparent none no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.mtgnet.pl/img/dot_desc.png", sizingMethod=scale);
}

.dotMini {
	float:left; 
	margin-right: 10px; 
	border: 1px solid silver; 
	font-size: 7px;
}

div.code {
	border: 1px dotted blue;
	text-align: left;
	width: 700px;
	width: 680px;
	font-family: verdana;
	font-size: 11px;
	color: gray;
	padding: 10px;
	background-color: #f8f8ff;
}

div.code pre {
	font-family: verdana;
	font-size: 11px;
	color: gray;	
}


/**************************************************************************************/
/*	Dropdown menus & popups															  */
/**************************************************************************************/

#dropmenudiv {
	position:absolute;
	background-image: url("http://www.mtgnet.pl/img/b_menu.jpg");
	border:1px solid black;
	background-color: gray;
	font:normal 11px tahoma;
	line-height:17px;
	z-index:100;
}

#dropmenudiv a{
	color: #777777;
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
}

#dropmenudiv a:hover{ 
	color: black;
	background: transparent url("http://www.mtgnet.pl/img/b_t_gray.png") repeat;
	_background: transparent none repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.mtgnet.pl/img/b_t_gray.png", sizingMethod=scale);
}

div.divHelpInner {
	padding: 10px; 
	border: 3px solid white; 
	background-color: #fffff9;
	background-image: url("http://www.mtgnet.pl/img/tile_paperBlurred.jpg");
}

div.divHelp {
	position: absolute;
	width: 260px;
	border: 1px solid silver; 
	background-color: #fffff9;
}

/**************************************************************************************/
/*	Cards																			  */
/**************************************************************************************/

div.cardLoaderOuter {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 265px;
	height: 352px;
}

div.cardLoader {
	position: absolute;
	top: 21px;
	left: 32px;
	width: 200px;
	height: 285px;
	background-color: white;
	border: 1px solid silver;
	filter: alpha (opacity=60);
	-moz-opacity:.60;
	opacity:.60;
}

div.cardLoaderText {
	color: gray;
	position: absolute;
	top: 121px;
	left: 34px;
	width: 196px;
	height: 40px;
	text-align: center;
}

div.divCardViewFrame {
	position: absolute;
	top: 0px;
	left: 0px;
}

div.divCardMain {
	position: absolute;
	width: 265px;
	height: 352px;
}

div.divCardMainFrame {
	display: none;
}

div.divCardClose {
	position: absolute;
	top: -8px;
	left: 215px;
}

div.divCardSticky {
	position: absolute;
	top: -8px;
	left: 198px;
	display: block;
	_display: none;
}

div.divCardVariants {
	position: absolute;
	top: 128px;
	left: 246px;
	padding: 2px;
	width: 100px;
	border: 1px solid gray;
	filter: alpha (opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}

div.divCardVariant {
	padding: 3px 5px;
	cursor: pointer;
	background-color: white;
	color: gray;
}

div.selectedVariant {
	background-color: #438FD8;
	color: white;
}

div.cardCartHeader {
	width: 100px;
	height: 24px;
	padding-top: 7px;
	border-bottom: 1px solid silver;
	text-align: center;
	font-weight: bold;
	color: gray;
	font-size: 12px;
	background-color: #eee;
}

div.cardCartMain {
	position: absolute;
	top: 20px;
	left: 246px;
	width: 100px;
	height: 100px;
	padding: 2px;
	border: 1px solid gray;
	background-color: white;
	filter: alpha (opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}

div.hideB {
	background-color: black;
	border: 1px solid #333;
	z-index: 2;
}

div.hideW {
	background-color: white;
	border: 1px solid #ccc;
	z-index: 2;
}

div.hideS {
	background-color: #777777;
	border: 1px solid #aaa;
	z-index: 2;
}

div.divCardOverHide {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 265px;
	height: 350px;
	background-color: white;
	z-index: 3;
	display: none;
}

div.divCardExpertTop {
	position: absolute;
	top: 21px;
	left: 32px;
	width: 186px;
	height: 18px;
}

div.divCardExpertRight {
	position: absolute;
	top: 21px;
	left: 218px;
	_left: 217px;
	width: 14px;
	_width: 15px;
	height: 155px;
	_height: 156px;
}

div.divCardExpertBottom {
	position: absolute;
	top: 176px;
	left: 48px;
	_left: 46px;
	width: 184px;
	_width: 186px;
	height: 131px;
	_height: 130px;
}

div.divCardExpertLeft {
	position: absolute;
	top: 40px;
	_top: 38px;
	left: 32px;
	width: 15px;
	height: 267px;
	_height: 268px;
}

div.divCardWBLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 32px;
	height: 352px;
	background: transparent url("http://www.mtgnet.pl/img/cardWB_left.png") repeat;
	_background: transparent none repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.mtgnet.pl/img/cardWB_left.png", sizingMethod=scale);
}

div.divCardWBTop {
	position: absolute;
	top: 0px;
	left: 32px;
	width: 200px;
	height: 21px;
	background: transparent url("http://www.mtgnet.pl/img/cardWB_top.png") repeat;
	_background: transparent none repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.mtgnet.pl/img/cardWB_top.png", sizingMethod=scale);
}

div.divCardWBCenter {
	position: absolute;
	top: 21px;
	left: 32px;
	width: 200px;
	height: 285px;
	background-color: white;
}

div.divCardWBBottom {
	position: absolute;
	top: 306px;
	left: 32px;
	width: 200px;
	height: 46px;
	background: transparent url("http://www.mtgnet.pl/img/cardWB_bottom.png") repeat;
	_background: transparent none repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.mtgnet.pl/img/cardWB_bottom.png", sizingMethod=scale);
}

div.divCardWBRight {
	position: absolute;
	top: 0px;
	left: 232px;
	width: 33px;
	height: 352px;
	background: transparent url("http://www.mtgnet.pl/img/cardWB_right.png") repeat;
	_background: transparent none repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.mtgnet.pl/img/cardWB_right.png", sizingMethod=scale);
}

div.divCardBBLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 32px;
	height: 352px;
	background: transparent url("http://www.mtgnet.pl/img/cardBB_left.png") repeat;
	_background: transparent none repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.mtgnet.pl/img/cardBB_left.png", sizingMethod=scale);
}

div.divCardBBTop {
	position: absolute;
	top: 0px;
	left: 32px;
	width: 200px;
	height: 21px;
	background: transparent url("http://www.mtgnet.pl/img/cardBB_top.png") repeat;
	_background: transparent none repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.mtgnet.pl/img/cardBB_top.png", sizingMethod=scale);
}

div.divCardBBCenter {
	position: absolute;
	top: 21px;
	left: 32px;
	width: 200px;
	height: 285px;
	background-color: black;
}

div.divCardBBBottom {
	position: absolute;
	top: 306px;
	left: 32px;
	width: 200px;
	height: 46px;
	background: transparent url("http://www.mtgnet.pl/img/cardBB_bottom.png") repeat;
	_background: transparent none repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.mtgnet.pl/img/cardBB_bottom.png", sizingMethod=scale);
}

div.divCardBBRight {
	position: absolute;
	top: 0px;
	left: 232px;
	width: 33px;
	height: 352px;
	background: transparent url("http://www.mtgnet.pl/img/cardBB_right.png") repeat;
	_background: transparent none repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.mtgnet.pl/img/cardBB_right.png", sizingMethod=scale);
}

div.divCardSBLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 32px;
	height: 352px;
	background: transparent url("http://www.mtgnet.pl/img/cardSB_left.png") repeat;
	_background: transparent none repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.mtgnet.pl/img/cardSB_left.png", sizingMethod=scale);
}

div.divCardSBTop {
	position: absolute;
	top: 0px;
	left: 32px;
	width: 200px;
	height: 21px;
	background: transparent url("http://www.mtgnet.pl/img/cardSB_top.png") repeat;
	_background: transparent none repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.mtgnet.pl/img/cardSB_top.png", sizingMethod=scale);
}

div.divCardSBCenter {
	position: absolute;
	top: 21px;
	left: 32px;
	width: 200px;
	height: 285px;
	background-color: #777777;	
}

div.divCardSBBottom {
	position: absolute;
	top: 306px;
	left: 32px;
	width: 200px;
	height: 46px;
	background: transparent url("http://www.mtgnet.pl/img/cardSB_bottom.png") repeat;
	_background: transparent none repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.mtgnet.pl/img/cardSB_bottom.png", sizingMethod=scale);
}

div.divCardSBRight {
	position: absolute;
	top: 0px;
	left: 232px;
	width: 33px;
	height: 352px;
	background: transparent url("http://www.mtgnet.pl/img/cardSB_right.png") repeat;
	_background: transparent none repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.mtgnet.pl/img/cardSB_right.png", sizingMethod=scale);
}

/**************************************************************************************/
/*	Pages																			  */
/**************************************************************************************/

#fastSearchHints {
	width: 248px;
	border: 1px solid gray;
	padding: 2px;
	display: none;
	background-color: #f5f5ff;
	_width: 244px;
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 0px;
	filter: alpha (opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}
.fastSearchHintsRow {
	color: gray;
	cursor: pointer;
	width: 240px;
	height: 14px;
	padding: 2px 4px;
}
.fastSearchHintsRowSel {
	color: black;
	cursor: pointer;
	width: 240px;
	height: 14px;
	padding: 2px 4px;
	background-color: #e1e3f8;
}
.fastSearchHintsName {
	cursor: pointer;
	width: 200px;
}
.fastSearchHintsFooter {
	height: 16px;
	width: 240px;
	padding: 4px;
	background-color: white;
	border-bottom: 1px solid black;
}


.ZSelectMain {
	position: absolute;
	cursor: pointer;
}
.ZSelectTopBox, .ZSelectTopBoxSel {
	border: 1px solid gray;
	padding: 2px;
	height: 14px;
	width: 100px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.ZSelectTopBoxSel {
	border: 1px solid black;
	color: blue;
}
.ZSelectBottomBox {
	width: 100px;
	border: 1px solid gray;
	padding: 2px;
	display: none;
	background-color: #f5f5ff;
	z-index: 2;
	position: absolute;
	top: 22px;
	left: 0px;
	filter: alpha (opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}
.ZSelectElement {
	color: gray;
	cursor: pointer;
	width: 94px;
	height: 14px;
	padding: 2px 4px;
}
.ZSelectElementSel {
	color: black;
	cursor: pointer;
	width: 94px;
	height: 14px;
	padding: 2px 4px;
	background-color: #e1e3f8;
}
