@CHARSET "UTF-8";

/* Basic HTML elements ***************************************************************************************/
body {
	font-family: Tahoma, Arial, sans-serif;
	margin: 0px;
	background-color: #DADBCC;
	font-size: 10.5pt;
}
h1, h2 {
	color: #555;
	font-weight: normal;
}
h1 {font-size: 18pt;}
h2 {font-size: 16pt;}
a {
	color: #600E09;
	text-decoration: none;
}
a:hover {
	color: #A05E59;
	text-decoration: underline;
}

.error {font-weight: bold; color: red;}
.message {font-weight: bold; color: rgb(165,42,42);}

/* Main layout ***********************************************************************************************/
#all {
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
}
#all {background-color: #F7E9BC;}
#lc {
	float: left;
	width: 200px;
}
#lc div {
	xmargin: 3px 0px 3px 12px;
}
#mc {
	float: left;
	width: 796px;
	position: relative;
	top: -7px;
    border: 2px solid #999;
}
#rc {
	float: left;
	width: 200px;
}
#content {
	padding: 30px;
	background-color: #DADBCC;
}
#content a {color: #777;}
#content a:hover {color: #AAA;}

/* Header ****************************************************************************************************/
#header {
    background: url("img/web/ms/top.jpg") no-repeat;
}
#logo {
	width: 100%;
	height: 185px;
}
#menu {
	height: 45px;
}
#mainmenu {
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 5px;
    float: right;
}
#mainmenu li {
	list-style: none;
	float: left;
	width: 110px;
	height: 29px;
	text-align: center;
	vertical-align: middle;
    border: 1px solid #4C1919;
    background-color: #DC9A46;
    margin-left: 3px;
	font-size: 12pt;
}
#mainmenu p {
	position: relative;
	left: -1px;
	top: -1px;
	padding: 6px 0px 0px;
	margin: 0px;
    background-image: url("img/web/ms/h-menu2o.gif");
    background-repeat: no-repeat;
}
#mainmenu .highlight p {
    background-image: url("img/web/ms/h-menu2i.gif");
}
#mainmenu #first p {
    background-image: url("img/web/ms/h-menu1o.gif");
}
#mainmenu #first.highlight p {
    background-image: url("img/web/ms/h-menu1i.gif");
}
#mainmenu .highlight {
    background-color: #602020;
}
#mainmenu #first.highlight {
    background-color: #602020;
}
#mainmenu a {
    color: #5e3d12;
	text-decoration: none;
}
#mainmenu a:hover {color: #5e3d12;}
#mainmenu .highlight a {
	color: #fcd4ca;
	text-decoration: none;
}
#mainmenu .highlight a:hover {
	color: #5e3d12;
}

/* Footer ****************************************************************************************************/
#footer {padding: 8px 240px 3px;}

/* Boxes *****************************************************************************************************/
.box-border {
	border: 2px solid #4C1919;
    background-color: #DC9A46;
	margin: 0px 8px 8px;
}
.box-content {
    position: relative;
    left: -2px;
    top: -2px;
    padding: 10px 2px 4px 4px;
    background: url('img/web/ms/v-menu2p1.gif') no-repeat;
}
.box-head {
    color: #fcd4ca;
    background-color: #4C1919;
    height: 31px;
    background-image: url('img/web/ms/v-menu2p2.gif'); 
    background-repeat: no-repeat;
    margin: 0px 25px 0px 20px;
    position: relative;
    top: 8px;
}
.box-head p {
	margin: 0px;
	padding: 8px 3px 3px 20px;
}
.box-item p, .box-sub p, .box-mtgset p {
    padding: 3px 6px;
    margin: 0px;
}
.box-item, .box-sub, .box-mtgset, .box-itemrec, #ordersets {
	border: 1px solid #999;
	background-color: #F0F1EB;
	margin: 3px 3px 0px;
}
.box-sub {
	padding-left: 15px;
	margin: -1px 3px 0px;
}
.box-search {
	padding: 6px 4px 2px;
	color: #583E1C;
}
.box-search #cardname, .box-search #itemname {width: 100px;}
.box-itemrec {
    text-align: center;
    padding: 10px;
}
.box-itemrec img {
    border: 1px solid #999;
    margin-bottom: 5px;
}
.box-itemrec .itemname {
    margin: 0px 0px 5px 0px;
    text-align: left;
    font-weight: normal;
}
.box-itemrec .itemprice, .box-itemrec .origprice {
    margin: 0px;
    text-align: right;
}
.box-itemrec .origprice {
    font-size: 8pt;
}
.box-itemrec .origprice b {
    text-decoration: line-through;
}
.box-mtgset p {
	font-size: 9pt;
	margin: 1px 0px 2px;
}
.box-mtgset img {
	float: left;
	position: relative;
	top: -3px;
}
#ordersets {
	font-size: 8pt;
	padding: 2px 7px;
	text-align: center;
	margin-top: -3px;
}

/* Forms *****************************************************************************************************/
.arb {width: 48px;}
.sbutton {width: 30px;}
.mbutton {width: 70px;}
.lbutton {width: 100px;}
.vlbutton {width: 150px;}

.button,.sbutton,.mbutton,.lbutton,.vlbutton,.pb,.arb {
	border-top: #FBF0EE 2px solid;
	border-left: #FBF0EE 2px solid;
	border-bottom: #4B3314 2px solid;
	border-right: #4B3314 2px solid;
	background-color: #EED9D6;
	color: rgb(103, 103, 57);
	font-weight: bold;
}

.pb,.arb {
	margin-left: 1px;
}

fieldset {
	margin: 30px 0px;
	border: solid 2px rgb(104, 53, 52);
	padding: 10px;
	font-size: 11pt;
}
fieldset div {
	clear: both;
	margin: 4px;
}
fieldset div label {
	float: left;
	width: 115px;
	text-align: right;
	margin: 2px 6px;
	font-weight: bold;
}
fieldset div .star {
	float: left;
	margin-left: -7px;
	color: red;
	font-weight: bold;
	font-family: Arial;
}
fieldset div div {
	float: right;
	width: 220px;
}
fieldset div p {
	padding-top: 2px;
}
fieldset div .alone {
	margin-left: 210px;
	padding-left: 3px;
}

/* Quick Search */
.fastsearch {
	padding: 0px 0px;
	margin: 0px;
}
.fastsearch fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}

/* Registration Form */
#regform label {
	width: 145px;
}

/* MTG Search Form */
#search {
	width: auto;
	padding: 5px;
}
#search div {
	margin: 4px;
}
#search div label {
	width: 120px;
	margin-right: 15px;
	height: 21px;
}
#search div .alone {
	margin: 0px 0px 0px 140px;
	padding-left: 2px;
}
#search div .alone .check {
	width: 140px;
	float: left;
	xfont-size: 10pt;
	margin-bottom: 2px;
	padding: 0px;
	margin-top: -4px;
	height: 21px;
}
#search div .alone .check .set {
	margin-bottom: -3px;
}
#search .searchbtn {
	float: left;
	clear: none;
}
#search .searchbtn label {
	width: 0px;
}

/* Login Form */
.login fieldset {
	border: none;
	margin: 0px;
	padding-bottom: 0px;
	width: auto;
}
.login #cmdlogin {
	padding: 0px;
	margin: 0px;
}
.login legend, .fastsearch legend {display: none;}
.login label {width: 40px;}
.login fieldset div {
	float: left;
	clear: none;
	width: auto;
	margin-right: 0px;
}
.login fieldset .shortinput {
	width: 110px;
	border: 1px solid #999;
}
.login #register {
	float: right;
	xmargin: -25px 6px;
}
/**************/ /*
#conditions {
    border: 1px solid rgb(231, 225, 203);
    background-color: rgb(255, 245, 230);
    margin: 30px 0px 15px 15px;
    padding: 10px;
    float: right;
}
#conditions h2 {padding: 0px 0px 5px 0px; margin: 0px;}
#conditions p {padding: 0px; margin: 3px 0px;}
*/

/* Tables *********************************************************************/
table {
	width: 100%;
	clear: both;
}
table th {
	background-color: #999;
	border-bottom: rgb(53, 21, 20) 1px solid;
	padding: 2px 4px;
	text-align: left;
	color: black;
}
#TODO
table thead th a {color: aqua;}
th a:hover {color: yellow;}
table tbody tr {
	clear: both;
	height: 20px;
}
table td {
	padding: 1px 2px;
	font-size: 9pt;
}
table .oddrow {background-color: #EAEAEA;}
table .number {
	width: 10px;
	text-align: right;
	color: gray;
}
table tfoot td {
	height: 5px;
	background-color: #999;
	border-top: rgb(53, 21, 20) 1px solid;
	font-size: 1px;
}
table .picture img {border: 0px;}
.acontrol {
    font-size: 11pt;
    padding: 15px 10px;
    text-align: right;
}

/* MTGShop Table **************************************************************/
.mint, .excellent, .played, .foil {font-weight: bold;}
.mint {color: rgb(50, 40, 120);}
.excellent {color: gray;}
.played {color: rgb(165, 42, 42);}
.foil {color: rgb(208, 193, 104);}



#cartcontent table, #ordercontent table {width: 590px;}

#login p,#cart p,#minisearch p {
	margin: 5px 5px;
	font-size: 10pt;
}

#logged p {
	padding: 5px 0px;
	font-size: 10pt;
	margin: 0px;
}

form .fcontrol {
	margin: 20px;
	text-align: center;
}

#cart {
	padding-top: 5px;
}

#cart div {
	padding: 1px 5px;
}
#pevnost-box {
    float: right;
    width: 170px;
}

#pevnost {
    border: 0px;
    margin: 20px 0px;
}

#enquiry {
	xfloat: right;
	xclear: right;
	width: 170px;
	margin: 24px 0px 0px;
}

#enquiry h2 {
	text-align: left;
	margin-bottom: 5px;
	margin-top: 0px;
	display: none;
}

#enquiry-content {
	padding: 10px;
	xborder: 1px solid rgb(231, 225, 203);
    border: 1px solid #999;
    background-color: #F0F1EB;
    margin: 45px 0px 0px;
}

#enquiry-content p {
	margin: 10px 0px;
}

#enquiry-content #question {
	font-weight: bold;
	margin-top: 0px;
}

#enquiry-content .bar {
	background-color: rgb(104, 52, 51);
	height: 5px;
}

#enquiry-content .bckbar {
	width: 155px;
	margin: -2px 0px 0px;
	font-size: 5px;
	background-color: rgb(200, 205, 195);
	height: 5px;
}

#marg {
	width: 170px;
	margin: 25px 0px 0px;
}

#languagediv,#pricediv,#manacostdiv,#powerdiv,#toughnessdiv,#artistdiv,#specialdiv,#qualitydiv,#typetextdiv,#textdiv
	{
	display: none;
}
#search #namediv label {
	color: rgb(192, 104, 102);
}
/* News **** ********************************************************************/

#news {
	background-color: rgb(222, 227, 215);
	padding: 1px 10px;
}
#news h3 {
	font-size: 11pt;
	margin: 0px 0px;
	color: #999;
}
#news p {
	margin: 5px 0px 15px;
}
#news-home .top {
	width: 500px;
}
.top {
	border: 1px solid #999;
	background-color: #F0F1EB;
	padding: 10px 10px 3px;
	margin: 0px 0px 20px;
}
.friendly {
	text-align: center;
    padding: 7px 0px 0px;
}
.friendly img {
	border: 0px;
}
.new {
	padding: 10px 10px 0px;
	margin: 20px 0px;
	clear: right;
}
.new h3,.top h3 {
	margin: 0px 0px;
}
.new p, .top p {
	margin: 5px 0px 15px;
}
.new .date {
	color: rgb(165, 42, 42);
}
#oldnewscontent .new {
	padding: 10px 0px 0px;
}
.oldernews {
	font-size: 10.5pt;
	font-weight: bold;
	text-align: right;
}
.new-details img, .new img {
	border: 1px solid #999;
	margin-top: 6px;
}
.new-details .picture, .new .picture, .description, .new .picture-no-frame {
    text-align: center;
}
.new .picture-no-frame img {
    border: 0px;
}
.description {
	font-weight: bold;
}
/*
#welcome {
	width: 330px;
}

#welcome #mtglogo {
	text-align: center;
}

#welcome dl {
	margin-left: 10px;
}

#welcome dd {
	margin-left: 20px;
	margin-bottom: 5px;
}

#mtglogo {
	float: left;
	width: 230px;
}
*/
.control {
	font-size: 10.5pt;
	padding: 8px 0px;
	text-align: left;
	width: 740px;
	clear: both;
	margin-bottom: -20px;
}

.control label {
	font-weight: bold;
}

.control .limit {
	float: left;
}

.control .next {
	width: 65px;
	float: right;
	text-align: left;
}

.control .prev {
	width: 65px;
	float: right;
	text-align: right;
}

.control .nav {
	float: right;
}

fieldset .modhead {
	margin-right: 15px;
}

fieldset .modhead .modname {
	float: none;
	width: 158px;
	clear: none;
}

fieldset .modhead .moddesc {
	float: right;
	width: 378px;
}

#ordernote {
	border: none;
}

#ordernote legend {
	display: none;
}

#ordernote #note {
	width: 560px;
}

table .set {
	width: 40px;
	text-align: center;
	padding: 0px;
}

table .set img {
	margin-bottom: -4px;
}

table .price,table .count {
	width: 35px;
	text-align: right;
}

table .mana {
	width: 74px;
	text-align: right;
}

table .count {
	font-weight: bold;
}

table .order {
	text-align: right;
	width: 65px;
	padding-left: 0px;
}

table .order input,table .order2 input {
	width: 12px;
}

.carddetail .black,.carddetail .white,.carddetail .silver {
	
}

.carddetail .black div,.carddetail .white div,.carddetail .silver div {
	font-size: 0pt;
}

.carddetail {
	float: left;
	margin: 0px;
	padding: 10px;
	border: 1px solid rgb(231, 225, 203);
}

.carddetail div .border {
	height: 12px;
	width: 224px;
}

.carddetail div .picture {
	height: 285px;
	width: 224px;
}

.carddetail .black .picture {
	background-color: black;
}

.carddetail .silver .picture {
	background-color: rgb(153, 153, 153);
}

.carddetail .white .picture {
	background-color: white;
}

.carddetail .orders {
	background-color: rgb(222, 227, 215);
	margin-left: 150px;
	padding: 3px;
}

.carddetail .name {
	float: left;
	width: 110px;
}

.carddetail .orders .pieces {
	text-align: right;
}

.carddetail .orders .total {
	text-align: right;
}

.carddetail .orders .remove {
	text-align: right;
}

table .picture {
	width: 224px;
	padding: 0px;
}

table .detail {
	vertical-align: top;
}

table .price2,table .count2 {
	vertical-align: top;
	text-align: right;
	font-size: 12pt;
	font-weight: bold;
}

table .count3 {
	text-align: right;
	width: 85px;
}

table .price3 {
	text-align: right;
	width: 65px;
}

table .order2 {
	text-align: right;
	width: 65px;
	padding-left: 0px;
	vertical-align: top;
}

table .addret {
	text-align: right;
	width: 130px;
	padding-left: 0px;
	vertical-align: top;
}

td .black,td .white,td .silver {
	padding: 5px;
}

td .black div,td .white div,td .silver div {
	font-size: 0pt;
}

td div .border {
	height: 12px;
	width: 224px;
	font-size: 0pt;
}

td .border {
	height: 12px;
	width: 224px;
	font-size: 0pt;
}

td div .picture {
	height: 285px;
	width: 224px;
}

td .black .picture {
	background-color: black;
}

td .silver .picture {
	background-color: rgb(153, 153, 153);
}

td .white .picture {
	background-color: white;
}

td .orders {
	background-color: white;
	margin-left: 180px;
}

td .name {
	float: left;
	width: 170px;
}

.addretinput {
	width: 20px;
}

.countinput {
	width: 35px;
}

.micinput {
	width: 35px;
}

.mininput {
	width: 48px;
}

.shortinput {
	width: 76px;
}

.midinput {
	width: 165px;
}

.longinput {
	width: 370px;
}

table .order .countinput,table .order2 .countinput {
	width: 25px;
	font-size: 8pt;
	text-align: right;
}

.bigtextarea {
	width: 370px;
	height: 120px;
}

dl dt {
	margin-top: 10px;
	font-weight: bold;
}

#registration div p {
	padding-top: 2px;
	font-size: 10pt;
	margin: 6px 4px;
}

.hl {
	color: rgb(200, 50, 50);
}

.item {
	margin: 20px 0px;
	border: 1px solid #999;
	background-color: #F0F1EB;
	padding: 0px;
}

.itemdesc {
	float: left;
	width: 385px;
	margin: 10px 0px 0px 10px;
}

.itemdesc h3 {
	margin: 5px 0px;
	font-size: 12pt;
}

.itemdesc .more {
	margin-bottom: 10px;
}

.itemdesc .code {
	font-size: 8pt;
	margin: 0px;
	color: rgb(104, 52, 52);
}

.item .newitem {
	letter-spacing: .4em;
	color: rgb(165, 42, 42);
}

.pricebox {
	float: right;
	width: 150px;
	height: 140px;
	background-color: white;
	margin: 10px 10px 10px 0px;
	color: rgb(102, 52, 51);
    border: 1px solid #999;
}

.pricebox .ourprice {
	margin: 5px 8px;
	text-align: right;
	font-size: 12pt;
	color: rgb(165, 42, 42);
	font-weight: bold;
}

.pricebox .origprice {
	margin: 8px 8px;
	text-align: right;
	font-size: 9pt;
}

.origprice .price {
	font-weight: bold;
}

.thumbs {
	width: 140px;
	float: left;
	text-align: center;
}

.thumb {
	width: 140px;
	height: 140px;
	float: left;
	text-align: center;
	margin: 10px;
    border: 1px solid #999;
    background-color: white;
}

.thumb img {
	margin-left: 0px;
	border: 0px;
}

.thumbs .thumb img,.thumbsh .thumb img {
	xmargin-left: -10px;
    border: 0px;
}

.thumbs .thumb {
	margin: 10px 0px 15px;
	height: auto;
}

.thumbsh .thumb {
	margin: 0px 15px 10px 0px;
}

.thumbsh {
	clear: both;
	padding-top: 50px;
}

.pricebox .prices {
	height: 50px;
	margin: 0px;
	padding: 0px;
}

.pricebox form {
	font-size: 9pt;
	font-weight: bold;
	position: relative;
	left: 10px;
	padding: 0px;
	margin: 0px;
	top: 15px;
}

.pricebox fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: auto;
}

.pricebox fieldset legend {
	display: none;
}

.pricebox .mbutton {
	font-family: Arial;
}

.pricebox .micinput {
	text-align: right;
}

.pricebox .availability {
	text-align: right;
	margin: 13px 8px 8px;
}

.back {
	margin-bottom: 15px;
	font-size: 10.5pt;
}

.category-navigation {
	font-size: 10.5pt;
}

.category-navigation p {
	margin: 0px 0px 0px 0px;
	font-size: 10.5pt;
}

.category-navigation div {
	float: right;
	width: auto;
	margin-right: 18px;
}

#recommended {padding: 0px 20px 0px 15px;}

#rc h2 {
	margin-bottom: -17px;
	text-align: left;
}

.recommendation {
	text-align: center;
	margin-top: 20px;
	padding: 15px;
	border: 1px solid rgb(231, 225, 203);
}

.recommendation img {
	border: 0px;
	margin-bottom: 5px;
}

.recommendation .itemname {
	margin: 0px 0px 5px 0px;
	font-size: 10pt;
	text-align: left;
	font-weight: normal;
}

.recommendation .itemprice,.recommendation .origprice {
	margin: 0px;
	text-align: right;
}

.recommendation .origprice {
	font-size: 8pt;
}

.recommendation .origprice b {
	text-decoration: line-through;
}

.cartheading {
	margin: 20px 0px 20px;
}

table .orddate {
	width: 90px;
}

table .count3 {
	width: 40px;
	text-align: right;
}

table .ordno {
	width: 60px;
}

.clearer {
	clear: both;
	height: 1px;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
}

.item .clearer {
	clear: both;
	height: 0px;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
}

#colormodediv {
	top: -10px;
	position: relative;
	left: 1px;
}

#paymentmethoddiv .alone {
	margin-left: 130px;
}

#colorhelp1,#colorhelp2,#fulltexthelp1,#fulltexthelp2, #encyclopediahelp1 {
	display: none;
}

#colorhelp1,#fulltexthelp1 {
	margin-top: 0px;
}

.help {
	margin-left: 150px;
	font-size: 8pt;
}
.order-detail label {width: 250px;}
.card-desc-link, .card-desc-link-last {
	float: left;
	margin-right: 40px;
}
.card-desc-link-last {
	margin-right: 0px;
}
