body {
	font: 70% Tahoma, Verdana, "Times New Roman", Georgia, Times, serif;
	background-color: #021e31;
	text-align: center;
	color: #ffb83d;
        margin: 0;
        padding: 0;
}

a, a:visited, a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.yellow a {
	color: #ffb83d;
}

.blue a {
	color: #6ec7e1;
}

a img {
	border: none;
}

h1 {
	margin: 30px 0 8px 0;
	font-size: 125%;
	text-transform: uppercase;
}

h2 {
	margin: 0 0 5px 0;
	font-size: 115%;
	text-transform: uppercase;
}

h3 {
	margin: 5px 0 2px 0;
	font-size: 100%;
	text-transform: uppercase;
}

h4 {
	margin: 3px 0 2px 0;
	font-size: 90%;
	text-transform: uppercase;
}

h5 {
	margin: 0 0 2px 0;
	font-size: 90%;
}


/******************************************************************************/


#header {
	width: 960px;
	height: 200px;
	position: absolute; 
	top: 0;
	left: 50%;
	margin-left: -480px;
        background: url("../pic/rishada.jpg") no-repeat scroll center bottom;
}

#index a {
	width: 305px;
	height: 80px;
	position: absolute;
	top: 20px;
	aleft: 0px;
	left: calc(10% - 20px);
}

#wrap {
	width: 960px;
	position: absolute; 
	top: 210px;
	left: 50%;
	margin-left: -480px;
	overflow: auto;
	background: url('../pic/bg.gif') repeat-y;
}

#menu-left {
	float: left;
	width: 196px;
}
#menu-left a {
	color: #e0d574;
}

#menu-right {
	float: right;
	width: 196px;
}
#menu-right a {
	color: #e0d574;
}

#content {
	float: left;
	width: 568px;
	padding: 0 0 30px 0;
	text-align: left;
}

#footer {
	width: 960px;
	height: 21px;
	padding: 7px 0 0 0;
	background: url('../pic/bar_bottom.gif') no-repeat;
	font-size: 90%;
	text-align: center;
	color: #87807b;
}

#footer a {
	color: #ffb83d;
}


/******************************************************************************/


#menu-top {
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 200px;
	color: #e0d574;
}

#menu-top a {
	display: block;
	width: 119px;
	height: 27px;
	position: relative;
	top: -5px;
	padding: 5px 0 0 0;
	color: #e0d574;
	background: url('../pic/b2over.gif') no-repeat;
	background-position: 0 32px;
        text-transform: uppercase;
}

#menu-top li a:hover {
	text-decoration: none;
	background-position: 0 0px;
}

#menu-top li {
	float: left;
	width: 118px;
	height: 27px;
	padding: 5px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	background: url('../pic/b2off.gif') no-repeat;
	position: relative;
	top: 178px;
}

#menu-top li#first {
	width: 119px;
	background: url('../pic/b1off.gif') no-repeat;
}

#menu-top li#first a {
	width: 119px;
	background: url('../pic/b1over.gif') no-repeat;
	background-position: 0 32px;
}

#menu-top li#first a:hover {
	background-position: 0 0;
}

#menu-top li#first-active {
	width: 119px;
	background: url('../pic/b1on.gif') no-repeat;
}

#menu-top li#active {
	background: url('../pic/b2on.gif') no-repeat;
}

#menu-top-footer {
	width: 960px;
	height: 10px;
	background: url('../pic/bar_top.gif') no-repeat;
}


/******************************************************************************/


#menu-left .menuitem1 {
	background: url('../pic/header.gif') no-repeat;
}
#menu-right .menuitem1 {
	background: url('../pic/header.gif') no-repeat;
}

#menu-left .menuitem1 a, #menuitem-contact {
	display: block;
	width: 196px;
	height: 21px;
	padding: 7px 0 0 0;
	color: #e0d574;
	font-weight: bold;
	text-transform: uppercase;
	background: url('../pic/header.gif') no-repeat;
}

#menu-left .menuitem1 a:hover {
	text-decoration: none;
	background-position: 0 -28px;
}

#menu-right .menuitem1 a, #menuitem-contact {
	display: block;
	width: 196px;
	height: 21px;
	padding: 7px 0 0 0;
	color: #e0d574;
	font-weight: bold;
	text-transform: uppercase;
	background: url('../pic/header.gif') no-repeat;
}

#menu-right .menuitem1 a:hover {
	text-decoration: none;
	background-position: 0 -28px;
}

#menu-left .menuitem2 {
	background: url('../pic/menu_button.gif') no-repeat;
}

#menu-left .menuitem2 a {
	display: block;
	width: 196px;
	height: 22px;
	padding: 8px 0 0 0;
	color: #ffb83d;
	background: url('../pic/menu_button.gif') no-repeat;
}

#menu-left .menuitem2 a:hover {
	text-decoration: none;
	background-position: 0 -30px;
}

#menu-left .menuitem-inactive, #menu-right .menuitem-inactive {
	display: block;
	width: 196px;
	height: 21px;
	padding: 7px 0 0 0;
	color: #e0d574;
	afont-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
	background: url('../pic/header.gif') no-repeat;
}

#menu-right .menuitem-inactive.user {
	font-weight: normal;
	text-transform: none;
}


/******************************************************************************/


#menu-left .module, #menu-right .module {
	display: block;
	width: 186px;
	padding: 10px 5px;
	color: #e0d574;
	background: url('../pic/module_bg.gif') repeat-y;
}

#menu-left .module a, #menu-right .module a {
	color: #ffb83d;
}

#menu-left .module-footer, #menu-right .module-footer {
	display: block;
	width: 196px;
	height: 3px;
	margin: 0 0 9px 0;
	_margin: 0;
	background: url('../pic/module_footer.gif') no-repeat;
}

#menu-right .module .date {
	font-weight: bold;
}

#menu-right .module .title {
	margin: 0 0 10px 0;
}

#menu-right .module .archive a {
	color: #e0d574;
}

#menu-right .module .module-item {
	padding: 5px 10px 10px 10px;
}

#menu-right .module .module-item span {
	font-weight: bold;
	text-transform: uppercase;
}

#menu-right .module .module-item .module-item-icon-akce {
	color: #ff0000;
        font-size: 50%;
}

#menu-right .module .module-item .module-item-icon-novinka {
	color: #00ff00;
        color: yellow;
        font-size: 50%;
}

#menu-right .module .module-item img {
	display: block;
	margin: 5px auto;
	border: 1px solid #e0d574;
}

#menu-right .module .module-item a {
	display: block;
}


/******************************************************************************/


#menu-right #search {
	padding: 4px 0 0 0;
}

#menu-right #search form {
	margin: 0;
	padding: 0;
}

#menu-right #search input {
	font-size: 100%;
	text-align: center;
}

#menu-right #search input#search-string {
	width: 130px;
	border: 1px solid #272423;
	background-color: #dad8b6;
}

#menu-right #search input#search-button {
	position: relative;
	top: -1px;
	_top: auto;
	width: 45px;
	height: 16px;
	_height: 17px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 80%;
	font-weight: normal;
	padding: 0;
	color: #ffb83d;
	border: 1px solid #e0d574;
	background-color: #393330;
}

#menu-right #search input#search-button:hover {
	border: 1px solid #ffb83d;
}


/******************************************************************************/


#menu-right .login {
	padding: 0;
	width: 196px;
}

#menu-right .login form {
	margin: 0;
	padding: 0;
}

#menu-right .login input {
	font-size: 100%;
	text-align: center;
}

#menu-right .login input#login-name {
	margin: 4px 0 0 0;
}

#menu-right .login input#login-name, #menu-right .login input#login-pass {
	width: 130px;
	border: 1px solid #272423;
	background-color: #dad8b6;
}

#menu-right .login input#login-button {
	margin: 3px 0 0 0;
	padding: 0;
	width: 196px;
	height: 26px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 100%;
	color: #ffb83d;
	text-transform: uppercase;
	border: none;
	background: url('../pic/module_button.gif') no-repeat;
}

#menu-right .login input#login-button:hover {
	background-position: 0 -26px;
}

#menu-right .login-button-reg {
	margin: 0;
	padding: 0;
	background: url('../pic/module_button.gif') no-repeat;
}

#menu-right .login-button-reg a {
	display: block;
	width: 196px;
	height: 19px;
	padding: 7px 0 0 0;
	color: #ffb83d;
	overflow: hidden;
	background: url('../pic/module_button.gif') no-repeat;
}
#menu-right .login-button-reg input {
	display: block;
	width: 196px;
	height: 19px;
	padding: 7px 0 19px 0;
	color: #ffb83d;
	overflow: hidden;
	background: url('../pic/module_button.gif') no-repeat;
        border: 0px;
}

#menu-right .login-button-reg a:hover {
	text-decoration: none;
	background-position: 0 -26px;
}

#menu-right .login-button-reg input:hover {
	text-decoration: none;
	background-position: 0 -26px;
}

/******************************************************************************/


.txt {
	margin: 0 35px;
}

.txt p {
	margin: 5px 0 10px 0;
	text-align: justify;
}

.txt-icon p {
	text-indent: 0;
}

.txt-icon img {
	float: left;
	margin: 3px 0 0 0;
}

.txt-icon .text-inside {
	margin: 0 0 0 40px;
}

.txt-banner {
	width: 459px;
	_width: 498px;
}


/******************************************************************************/


.txt .odd {
	background-color: #252525;
}

.txt.orange .even {
	background-color: #393330;
}

.txt.blue .even {
	background-color: #303037;
}

.txt.blue .item.odd .item-bottom tr {
	background-color: #252525;
}

.txt.blue .item.even .item-bottom tr {
	background-color: #303037;
}

.txt.list .item-wrap {
	width: 100%;
        max-width: 750px;
        margin: 0 auto;
}

.txt.list .item-wrap .card-pic {
	float: left;
}

.txt.list .item-wrap .item {
	float: left;
        width: calc(100% - 120px);
}

.txt.list .item-wrap .item .item-top {
	width: 432px;
        max-width: 100%;
	/*height: 4em;*/
	padding: 0 10px 0 0;
	background-color: #4F525B;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

.txt.list .item-wrap .item .item-bottom {
	min-height: 150px;
	_height: 150px;
}

.txt.list .item-wrap .item .item-right {
	position: relative;
	min-height: 123px;
	_height: 123px;
}
.ware-left {
  width: 70%;
}
.ware-right {
  width: 30%;
}
.item-bottom>table {
  width: 100%;
}

.txt.list .item-wrap .item .item-top .item-title {
	float: left;
        height: auto;
        padding-left: 10px;
}


.txt.list .item-wrap .item .item-top .item-price {
	float: right;
	color: #6ec7e1;
	margin: 5px 0 2px 0;
	font-size: 100%;
        font-weight: bold;
	text-transform: uppercase;
        text-align: right;
}

.txt.list .item-wrap .item .item-top .card-price {
	float: right;
	color: #6ec7e1;
	margin: -1px 0 2px 0;
	font-size: 100%;
        font-weight: bold;
	text-transform: uppercase;
        text-align: right;
}

.txt.list .item-wrap .item .item-top .item-tags {
	float: right;
	margin: 5px 0 2px 0;
	font-size: 100%;
        font-weight: bold;
	text-transform: uppercase;
        text-align: left;
}

.txt.list .item-wrap .item .item-top .item-tags .akce,.akce-inactive {
        margin: 2px 0;
}
.txt.list .item-wrap .item .item-top .item-tags .novinka,.novinka-inactive {
        margin: 2px 0;
}

.txt.list .item-wrap .item .item-top .item-price .stdpricelabel{
        color: #999999;
}
.txt.list .item-wrap .item .item-top .item-price .stdpricelabel .stdprice{
        text-decoration: line-through;
}

.txt.list .item-wrap .item .item-top .item-price h3 {
	text-transform: none;
}

.txt.list .item-wrap .item .item-bottom .cardlist-manacost {
	margin-bottom: 5px;
}

.txt.list .item-wrap .item .item-bottom .cardlist-type {
	margin-bottom: 5px;
}

.txt.list .item-wrap .item .item-bottom .cardlist-pt {
	margin-bottom: 5px;
}

.txt.list .item-wrap .item .item-bottom .cardlist-cardtext {
}

.txt.list .item-wrap .item .item-bottom .cardlist-waretext {
        margin-bottom: 5px;
}

.txt.list .item-wrap .item .item-bottom .cardlist-edition {
	margin-bottom: 5px;
}

.txt.list .item-wrap .item .item-bottom .cardlist-rarity {
	margin-bottom: 5px;
}

.txt.list .item-wrap .item .item-bottom .cardlist-quality {
	margin-bottom: 5px;
}

.txt.list .item-wrap .item .item-bottom .cardlist-shop {
/*
	position: absolute;
	bottom: -100px;
*/
	right: 0px;
}

.txt.list .item-wrap .item .item-bottom .cardlist-item-stock {
	margin-bottom: 5px;
}

.txt.list .item-wrap .item .item-bottom .cardlist-item-buy {
	margin-bottom: 1px;
}


/*
.txt.list .item {
	margin-bottom: 1px;
	padding: 5px 10px;
	_padding-bottom: 1px;
}

.txt.list .item img {
	float: left;
}

.txt.list .item .cardlist-manacost img {
	float: none;
}

.txt.list.orange .item img {
	aborder: 1px solid #e0d574;
}

.txt.list.blue .item img {
	aborder: 1px solid #6ec7e1;
}

.txt.list .item .item-in {
	margin: 0 0 0 100px;
}

.txt.list .item .item-in h3 {
	text-transform: none;
}

.txt.list .item .item-in .item-head {
	margin-bottom: 5px;
	height: 2em;
}

.txt.list.orange .item .item-in .item-head {
	border-bottom: 1px solid #e0d574;
}

.txt.list.blue .item .item-in .item-head {
	border-bottom: 1px solid #6ec7e1;
}

.txt.list .item .item-in .item-title {
	float: left;
	width: 320px;
}

.txt.list .item .item-in .item-price {
	float: left;
	width: 124px;
	text-align: right;
}

.txt.list .item .item-icons {
	padding-bottom: 8px;
	text-align: right;
}

.txt.list .item .item-icons span {
	margin-left: 10px;
	font-size: 95%;
	font-weight: bold;
	text-transform: uppercase;
}

.txt.list .item .item-icons .item-icon-akce {
	color: #ff0000;
}

.txt.list .item .item-icons .item-icon-novinka {
	color: #00ff00;
}

.txt.list .item .item-footer {
	margin-top: 10px;
}

.txt.list .item .item-stock {
	float: left;
	clear: both;
	width: 366px;
	line-height: 2em;
}

.txt.list .item .item-buy {
	float: left;
	width: 100px;
	text-align: right;
	line-height: 2em;
}

/*
.txt.list .item input {
	atext-align: center;
	aborder: 1px solid #272423;
	abackground-color: #dad8b6;
}
*/

.txt.list .item .cardlist-right {
	position: absolute;
	right: 242px;
	text-align: right;
}

.txt.list .item .cardlist-cardtext {
	margin: 10px 0;
}

/******************************************************************************/

.txt .results {
        margin: 10px auto;
}

.txt .results.basket {
	margin: 1px 0 -4px 0;
}

.txt .results.wpics {
	/*amargin: 10px 0 0 0; */
}

.txt .results table {
	font-size: 100%;
}

.txt .theader {
	color: #e0d574;
	line-height: 20px;
	background-color: #574a2e;
	vertical-align: center;
}

.txt .results .numfield {
	width: 2em;
	text-align: center;
	font-size: 100%;
	border: 1px solid #272423;
	background-color: #dad8b6;
}

.txt .results .ok {
        /*
	width: 2em;
	height: 18px;
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: #E0D574;
	border: 1px solid #796B38;
	background-color: #393330;
        */
        width: 23px;
        height: 18px;
        margin: 0px;
        padding: 0px;
        border-width: 0px;
        background: url('../pic/kosik.gif') top left;
        color: transparent;

}

.txt .results .ok:hover {
        /*
	border: 1px solid #E0D574;
	background-color: #574A2E;
        */
        background-position: 0px -18px;
}

.txt.result-navigation {
	margin: 1px 2px -9px 2px;
	background-color: #272423;
}

.txt.result-navigation table a.arrow {
	display: block;
	width: 50px;
	height: 50px;
	color: #E0D574;
	text-align: center;
	line-height: 50px;
	border: 1px solid #796B38;
	background-color: #393330;
}
.txt.result-navigation table a.arrow:hover {
	border: 1px solid #E0D574;
	text-decoration: none;
	background-color: #574A2E;
}


/******************************************************************************/


.txt .form {
	margin: 30px 0 20px 0;
}

.txt .form-main h1 {
	margin: 0;
	border: none;
}

.txt .form-main {
	margin: 0 -20px 5px -20px;
	border: 1px solid #7B6939;
        background-color: black;
}

.txt .form div.form-item {
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
}

.txt .form div.form-title {
	float: left;
	margin: 0;
	width: 30%;
        min-width: 150px;
}

.txt .form div.form-options {
	min-width: 340px;
        width: 50%;
	float: right;
}
.txt .form div.form-options-full {
  float: none;
  width: 100%;
}

.txt .form div.form-options img {
	border: none;
}

.txt .form div.form-inputs {
	margin: 0 0 4px 0;
}

.form div.form-inputs input.form-input-text {
	width: 294px;
	margin-left: -1px;
	_margin-left: -16px;
	font-size: 100%;
	border: 1px solid #393330;
	background-color: #dad8b6;
}

.txt .form div.form-inputs input.form-input-range {
	width: 2.7em;
	margin-left: -1px;
	font-size: 100%;
	text-align: center;
	border: 1px solid #393330;
	background-color: #dad8b6;
}

.txt .form div.form-inputs select {
	width: 244px;
	_width: 231px;
	margin-right: 9px;
	font-size: 95%;
	border: none;
	background-color: #dad8b6;
}

.txt .form div.form-inputs div.form-duo-group select {
	width: 244px;
	margin-right: 5px;
	border: none;
	background-color: #dad8b6;
}

.txt .form div.form-inputs div.form-trio-group select {
	width: 161px;
	margin-right: 5px;
	border: none;
	background-color: #dad8b6;
}

.txt .form div.form-inputs div.form-quartet-group select {
	width: 119px;
	margin-right: 5px;
	border: none;
	background-color: #dad8b6;
}

.txt .form div.form-inputs div.form-quintet-group select {
	width: 94px;
	margin-right: 5px;
	border: none;
	background-color: #dad8b6;
}

.txt .form div.form-inputs select option {
	background-color: #dad8b6;
}

.txt .form div.form-inputs textarea {
	width: 494px;
	border: 1px solid #393330;
	background-color: #dad8b6;
}

.txt .form div.form-inputs div.form-range {
	float: left;
	margin-right: 12px;
}

.txt .form div.form-inputs div.form-range div.form-range-title {
}

.txt .form div.form-inputs div.form-range div.form-range-input {
}

.txt .form div.form-inputs div.form-subgroup {
	float: left;
	clear: none;
}

.txt .form div.form-inputs div.form-input-radio {
	margin: 0 8px 0 0;
}

.txt .form div.form-inputs div.form-duo-group div.form-subgroup div {
	width: 155px;
}

.txt .form div.form-inputs div.form-duo-group div.form-subgroup-combinations-1 div {
	width: 119px;
}

.txt .form div.form-inputs div.form-duo-group div.form-subgroup-combinations-2 div {
	width: 201px;
}

.txt .form div.form-inputs div.form-trio-group div.form-subgroup div {
	width: 100px;
}

.txt .form div.form-inputs div.form-quartet-group div.form-subgroup div {
	width: 75px;
}

.txt .form div.form-inputs div.form-quartet-group div.form-subgroup-types-1 div {
	width: 63px;
}

.txt .form div.form-inputs div.form-quartet-group div.form-subgroup-types-2 div {
	width: 88px;
}

.txt .form div.form-inputs div.form-quintet-group div.form-subgroup div {
	width: 87px;
}

.txt .form div.form-inputs div.form-input-radio input {
	margin-right: 3px;
}

.txt .form div.form-inputs div.form-desc {
  color: #ff6600;
}

.txt .form div.form-inputs div.form-desc-full {
	margin: 0 0 5px 0;
}

.txt .form div.form-buttons {
	margin: 0 -21px;
	text-align: center;
}

.txt .form input.form-input-button {
	width: 176px;
	height: 28px;
	font-size: 100%;
	color: #e0d574;
	border: 1px solid #796B38;
	background-color: #393330;
        margin-bottom: 2px;
}

.txt .form a.form-input-button {
        position: relative;
        top: 0px;
        display: inline-block;
	width: 176px;
	height: 26px;
        line-height: 26px;
        vertical-align: middle;
        text-align: center;
	font-size: 100%;
	color: #e0d574;
	border: 1px solid #796B38;
	background-color: #393330;
        margin: 0px 1px;
}

.txt .form input.form-input-button:hover, .txt .form a.form-input-button:hover {
	border: 1px solid #E0D574;
	background-color: #574A2E;
        text-decoration: none;
}


/******************************************************************************/


.banner {
	float: left;
        width: 528px;
	/*width: 247px;*/
}

.banner h2 {
	text-align: left;
	margin: 18px 20px 10px 0;
}

.banner p {
	margin: 0 20px 35px 20px;
	_margin: 0 20px 20px 20px;
	text-indent: 0;
}

.banner img {
	border: 1px solid #ffffff;
	width: 243px;
	height: 133px;
	margin: 20px 20px 0 0;
        float: left;
}

.horizontal {
        float: left;
}

.banner-spacer {
	float: left;
	width: 5px;
	_width: 4px;
	height: 133px;
}


/******************************************************************************/


.yellow {
	color: #e0d574;
}

.orange, .yellow h1, .yellow h2, .yellow h3, .yellow h4, .yellow h5 {
	color: #ffb83d;
}

.blue {
	color: #c9d5da;
}

.darkblue, .blue h1, .blue h2, .blue h3, .blue h4, .blue h5 {
	color: #6ec7e1;
}

.blue h1 {
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 0;
	padding: 5px 20px;
	color: #e0d574;
	background-color: #4c4340;
	border: 1px solid #7B6939;
}

.yellow h1 {
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 0;
	padding: 5px 20px;
	color: #c9d5da;
	background-color: #303037;
	border: 1px solid #47475e;
}

.error {
	margin: 20px 0 -10px 0;
	color: #FF0000;
}

.error-border {
	border: 1px solid #FF0000;
}

.outline {
	border: 1px solid #FFFFFF;
}

.borders {
	margin: -4px 0;
	padding: 0 20px 3px 20px;
}

.padder {
	display: inline;
	margin-left: 10px;
}

.padder-30 {
	display: inline;
	margin-left: 30px;
}

.bigger {
	font-size: 110%;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.cleaner {
	clear: both;
}

/******************************************************************************/

.obrazek {
	border: 1px solid #ffffff;
	width: 200px;
	height: 150px;
	margin: 20px 0 0 0;
}

.vobrazek {
	border: 1px solid #ffffff;
	width: 200px;
	height: 267px;
	margin: 20px 0 0 0;
}


.novinka {
	margin-left: 10px;
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
	color: #00ff00;
}

.novinka a {
        color: #00ff00;
}

.novinka-inactive a {
	margin-left: 10px;
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
	color: #111111;
}

.akce {
	margin-left: 10px;
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff0000;
}

.akce a {
        color: #ff0000;
}

.akce-inactive a {
	margin-left: 10px;
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
	color: #111111;
}


.smaller {
        font-size: 80%;
}

#banner a {
        display: block;
        width: 184px;
        height: 184px;
        margin: 10px auto;
        background: url('http://www.gdweaponry.eu/img/gdweaponry-banner2.png') no-repeat;
}

.clearbutton {
        position: relative;
        top: 3px;
}

/* ************************************************************************************ */

#tooltip {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 200px;
        height: 150px;
        background-color: red;
}

div.ramecek {
	margin: 5px -20px 5px -20px;
	border: 1px solid #7B6939;
        padding: 5px 0;
        text-align: center;
        letter-spacing: 90%;
}

div.ramecek:hover {
        background-color: #2B1900;
}
hr.ramecek {
  margin: 2px auto;
  color: #C9D5DA;
  width: 75%;
}
/*****************************************************************************************/

div.autocomplete {
        position:absolute;
        width:294px;
        margin:0;
        padding:0;
}
/*
.xui-autocomplete ul {
        color: #E0D574;
}
*/
.ui-autocomplete {
        padding: 0;
}
.ui-autocomplete a {
        text-decoration: none;
        color: #c9d5da;
}
.ui-autocomplete .ui-menu-item {
        list-style-type:circle;
        display:block;
        margin:0;
        padding:2px;
        height:16px;
        cursor:pointer;
        border-top: 1px solid #888888;
        background-color: #DAD8B6;
        color: #000000;
        xwidth: 294px;
}
.ui-autocomplete .ui-state-focus { background-color: #4C4340; color: #DAD8B6; border: 2px solid red;}


.decklist {
        display: block;
        margin: -1px -20px 5px -20px;
	border: 1px solid #7B6939;
        padding: 5px 5px;
        text-align: left;
        letter-spacing: 90%;
}
h3.decklabel {
        display: block;
	background-color: #4c4340;
	border: 1px solid #7B6939;
	color: #e0d574;
	font-size: 125%;
	margin: 30px -20px 0px -20px;
	padding: 5px 20px;
	text-transform: uppercase;
}
.decklist h4 {
        font-size: 100%;
        color: #e0d574;
        margin-left: 10px;
        margin-bottom: -5px;
}
.decklist h5 {
	margin: 12px -0px 5px -8px;
	font-size: 90%;
	text-transform: uppercase;
	padding: 2px 20px;
	color: #e0d574;
	background-color: #4c4340;
	border: 1px solid #7B6939;
}
        
.decklist .cardspace {
        float: right;
        width: 312px;
        min-height: 20px;
}
.decklist .cardspace .preview {
        width: 312px;
        height: 445px;
}

.decklist .deck {
        margin-right: 315px;
        margin-top: 15px;
        margin-left: 5px;
}
.decklist .card {
        
}


.decklist-static {
        display: block;
        margin: -1px -20px 5px -20px;
	border: 1px solid #7B6939;
        padding: 5px 5px;
        text-align: left;
        letter-spacing: 90%;
}

.decklist-static .deck {
        float: left;
        margin-left: 15px;
        margin-right: 5px;
        margin-top: 15px;
}
.decklist-static .card {
        
}

.login-label {
        font-size: 80%;
        font-family: 'Arial', sans-serif;
        display: inline-block;
        width: 30px;
        margin-right: 5px;
        text-align: right;
}

#newssidebar {
        margin-top: 15px;
        float: right;
        border-left: 2px solid #796B38;
        padding: 0 8px;
        margin-left: 15px;
        width: 104px;
        height: 100%;
}

#newssidebar img {
        width: 100px;
        margin-top: 40px;
}

#debugbutton {
  width: 64px;
  height: 64px;
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 100;
}

#godbutton {
  width: 64px;
  height: 64px;
  position: fixed;
  right: 15px;
  top: 94px;
  z-index: 100;
}

#debug-slide {
  background: black;
  color: #88ff33;
  font-size: 120%;
  text-align: left;
  padding-left: 15px;
  position: fixed;
  top: 15px;
  left: -610px;
  width: 640px;
  z-index: 20;
  max-height: 700px;
  overflow: auto;
}

#debug-slide:hover {
  left: 0px;
}

#debug-slide div {
  margin-bottom: 5px;
}

.highlight:before {
  font-family: "Times New Roman", serif;
  content: open-quote;
  font-size: 500%;
  color: #888888;
  float: left;
  margin-right: 3px;
  font-weight: bold;
  height: 2ex;
  overflow: hidden;
}
.highlight {
  padding: 0 0 0 1em;
  margin-top: 2ex;
  font-size: 140%;
  min-height: 9ex;
}
.highlight:after {
  clear: both;
}

.partprice {
  font-size: 140%;
  margin-top: 0.5ex;
  margin-bottom: 0.5ex;
  font-weight: bold;
}

.finalprice {
  font-size: 160%;
  letter-spacing: 110%;
  font-weight: bold;
  margin-top: 0.5ex;
  margin-bottom: 0.5ex;
}

table.results {
  padding: 0px;
  width: 100%;
}

table.results tr {
  margin: 0px;
}

table.results tr td {
  margin: 0px;
  padding: 1px 5px;
}

tr.oddrow>td {
  background-color: #303037;
}

tr.evenrow>td {
  background-color: #252525;
}

input.field {
  border: 1px solid #272423;
  background-color: #dad8b6;
}

.small {
  width: 2em;
  text-transform: uppercase;
}
.buy {
  width: 3em;
  text-transform: capitalize;
}
.medium {
  width: 4em;
  text-transform: capitalize;
}
.long {
  width: 8em;
  text-transform: capitalize;
}

.high {
  height: 5ex;
  text-transform: capitalize;
}
.low {
  height: 1ex;
  text-transform: capitalize;
}
.hl {
  font-weight: bold;
  letter-spacing: 2px;
}

.table-button {
        display: inline-block;
        text-align: center;
	min-height: 18px;
	margin: 0 0 0 1px;
	padding: 10px 0px 4px 0px;
	font-size: 100%;
	color: #E0D574 !important;
        min-width: 2em;
	border: 1px solid #796B38;
	background-color: #393330;
        text-decoration: none;
        width: 110px;
        margin: 4px 4px 0 0;
        text-transform: capitalize;
}
.table-button:hover, .fullwidth-button:hover {
	border: 1px solid #E0D574;
	background-color: #574A2E;
        text-decoration: none;
}
.fullwidth-button {
	width: 100%;
	height: 56px;
	font-size: 140%;
	color: #e0d574;
	border: 1px solid #796B38;
	background-color: #393330;
        margin-bottom: 4px;
}
.important {
        font-weight: bold;
}
.section-button {
        display: inline-block;
        text-align: center;
	min-height: 12px;
	margin: 0 0 0 1px;
	padding: 2px 0px 2px 0px;
	font-size: 100%;
	color: #E0D574 !important;
        min-width: 2em;
	border: 1px solid #796B38;
	background-color: #393330;
        text-decoration: none;
        width: 110px;
        margin: 2px 4px 0 0;
        text-transform: capitalize;
}
.section-button:hover {
	border: 1px solid #E0D574;
	background-color: #574A2E;
        text-decoration: none;
}
.amount-box {
	width: 4em;
	text-align: center;
	font-size: 100%;
	border: 1px solid #272423;
	background-color: #dad8b6;
}
.long-amount-box {
	width: 6em;
	text-align: center;
	font-size: 100%;
	border: 1px solid #272423;
	background-color: #dad8b6;
}
.large-amount-box {
	width: 7em;
	text-align: center;
	font-size: 180%;
	border: 1px solid #272423;
	background-color: #dad8b6;
}
textarea {
	width: 494px;
	border: 1px solid #393330;
	background-color: #dad8b6;
}

.cudlik[value=ok] {
  background-color: #393330;
  border: 1px solid #796B38;
  color: #E0D574;
  font-size: 100%;
  height: 18px;
  margin: 0 0 0 2px;
  padding: 0;
  width: 2em;
  text-transform: uppercase;
}

.columns-2 {
  width: 235px;
  float: left;
  margin-right: 10px;
}
.last {
  float: none;
  margin-right: 0px;
}

label.disabled {
  opacity: 0.3;
}
.cardtag {
  border: 0;
  width: 12px;
  height: 12px;
  margin-left: 3px;
}

.deletecross {
  width: 19px;
  height: 16px;
  display: inline-block;
  background: url('../pic/delete.png') top left;
  color: transparent;
  margin-bottom: -3px;
  border-width: 0px;
}
.deletecross:hover {
  background-position: 0 -16px;
}

.cardedit {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url('../pic/edit.png') top left;
  color: transparent;
  border-width: 0px;
}
.cardedit:hover {
  background-position: 0px -12px;
}

.questionmark {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  width: 14px;
  height: 14px;
}
.questionmark-popup {
  border: 1px solid #7B6939;
  color: #FFB83D;
  width: 150px;
  position: absolute;
  z-index: 5;
  height: auto;
  min-height: 15px;
  background-color: #4C4340;
  display: none;
  padding: 3px;
}

.sortarrow {
  margin: 0px 0px -5px 0px;
  width: 18px;
  height: 18px;
}

ul.articlelist {
  list-style-type: none;
  padding: 0;
  margin-left: -29px;
  margin-right: -30px;
}
ul.articlelist li {
  display: block;
  width: 46%;
  margin: 1.3ex 0.9em;
  border: 1px solid #7B6939;
  float: left;
}
ul.articlelist a {
  text-decoration: none;
}
ul.articlelist li .header {
  color: #e0d574;
  background-color: #4c4340;
  display: block;
  max-width: 100%;
  font-size: 125%;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.5ex 0.5em;
}
ul.articlelist li .header-new {
  color: #4c4340;
  background-color: #e0d574;
  display: block;
  max-width: 100%;
  font-size: 125%;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.5ex 0.5em;
}
ul.articlelist li .body {
  font-size: 10pt;
  padding: 1em;
  color: #c9d5da;
}
ul.articlelist li .footer {
  font-size: 8pt;
  color: #c9d5da; 
  background-color: #555555;
}
ul.articlelist li .footer a {
  color: #c9d5da;
}
span.strike {
  text-decoration: line-through;
}
div.rollupbody {
	margin: -0.7ex 10px 5px 10px;
	border: 1px solid #7B6939;
        padding: 1.5ex 1em;
        text-align: center;
        letter-spacing: 90%;

}
div.rollupheader {
        margin: 0.5ex 10px;
	color: #e0d574;
	background-color: #4c4340;
	border: 1px solid #7B6939;
        font-size: 125%;
        text-transform: uppercase;
        font-weight: bold;
}
div.rollupheader a {
        color: #e0d574;
        display: block;
	padding: 5px 20px;
}
div.rollupheader a:hover {
        background-color: #5c6350;
}

div.rollupbody hr {
  margin: 2px auto;
  color: #C9D5DA;
  width: 75%;
}
input[type="text"] {
	font-size: 100%;
	border: 1px solid #393330;
	background-color: #dad8b6;
}
.ui-tooltip {
  border: 1px solid #7B6939;
  color: #FFB83D;
  width: 150px;
  z-index: 5;
  height: auto;
  min-height: 15px;
  background-color: #4C4340;
  padding: 3px;
  text-align: left;
}
.boxover {
  color: #c9d5da;
  text-align: left;
}


.boxover header {
  font-size: 200%;
  font-weight: bold;
  margin: 0.5ex 1em 1ex 0em;
}
.boxovercardimage {
  width: 119px;
  height: 170px;
  float: left;
  margin: 0px 1em 0px 0px;
}
.boxovertext {
  width: 317px;
  margin: 6px 6px 0px 6px;
  display: inline-block;
}
.boxovertext:after{
  clear: both;
  content: " ";
  display: block;
  visibility: hidden;
}
.boxovertext .pt {
  font-size: 160%;
  margin: 1ex 0 0 0.5em;
  font-weight: bold;
}
.boxovertext .edition{
  font-size: 130%;
  font-weight: bold;
  margin: 0ex 0 1ex 0;
}
.boxovertext .cardtype{
  font-size: 130%;
  font-weight: bold;
  margin: 1ex 0 1ex 0;
}
.tooltip-small {
  text-align: left;
}
.fulltext {
  border: 1px solid #272423;
  background-color: #DAD8B6;
width: 110px;
  line-height: 13px;
  margin-top: 4px;
  margin-left: 1px;
}
.fulltext-button {
  color : #E0D574;
  background-color: #393330;
  border: 1px solid #796B38;
  text-align: center;
  text-transform: uppercase;
  width: 2em;
}
.right-align {
  text-align: right;
}

#kasa {
  color: #C9D5DA;
}

#kasa a {
color: #6EC7E1;
}

.total-amount {
  font-size: 200%;
  font-weight: bold;
  border: 2px solid;
  margin: 2em 0.5em;
  padding: 0.5ex 0.5em;
}

#kasa-total {
  font-size: 130%;

}

.kasa-header {
  width: auto;
  margin: 2ex 2em;
}
.kasa-header * {
  font-weight: bold;
  border-bottom: 1px solid;
}

.kasa-line {
  width: auto;
  margin: 2ex 2em;
}
#kasa .date {
  display: block;
  float: left;
  width: 9em;
}
#kasa .shopkeeper {
  display: block;
  float: left;
  width: 12em;
}
#kasa .reason {
  display: block;
  overflow: hidden;
}
#kasa .value {
  display: block;
  float: right;
  width: 9em;
}
#kasa .clear {
  float: none;
  clear: both;
}
.pagination {
  border: 1px solid #7B6939;
  margin: 1ex 1em;
  text-align: center;
}
.pagination .page {
  border: 1px solid #7B6939;
  margin: 3px;
  display: inline-block;
  width: 30px;
  text-align: center;
  color: #7B6939;
}
.pagination .actual {
  font-weight: bold;
  color: white;
  background-color: #7B6939;
}
.buytable .extracolumns {
    display: none;
  }

#header {
  background: url("../pic/rishada-logo-3.png") 10% top no-repeat;
}

body {
  background: #021e31 url("../pic/rishada-background-3.jpg") center top no-repeat fixed;
}
