/* ******************************************************************************************************************
*  Author: Tomas Lach (www.tomaslach.cz)                                                                           
*  Date: 7.8.2012                                                                                                
*******************************************************************************************************************/

/*******************************************************************************************************************
*  IMPORT OTHER STYLES                                                                                             
*******************************************************************************************************************/

@import url("reset.css");
@import url("http://fonts.googleapis.com/css?family=Patrick+Hand&subset=latin,latin-ext");

/*******************************************************************************************************************
*  BASE                                                                                                            
*******************************************************************************************************************/

html {
  background: url("../images/background.png");
}

body {
  color: #707072;
  font: normal 13px Arial, Tahoma, Verdana;
  background: url("../images/background-top.jpg") no-repeat 50% 0;
}

p,
address {
  font-style: normal;
  line-height: 1.3em;
  font-size: 11px;
  margin-bottom: 10px;
}

#wrap {
  background: url("../images/top-strip.png") repeat-x 50% 0;
  width: 100%;
  height: 43px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

#layout {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  background: url("../images/page-btm.png") no-repeat 9px 100%;
  padding-bottom: 7px;
}

/*******************************************************************************************************************
*  LINKS                                                                                                           
*******************************************************************************************************************/

a,
a:link,
a:focus {
  color: #b5c51c;
  outline: 0;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a.button.gray {
  color: #fff;
}

/*******************************************************************************************************************
*  H1 - H4                                                                                                         
*******************************************************************************************************************/

h1,
h2,
h3,
h4 {
  margin: 0 0 15px;
  font-weight: normal;
}

/*h1 {font-size: 3.0em;}
h2 {font-size: 2.0em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.1em;}
  */

/*******************************************************************************************************************
*  HEADER                                                                                                          
*******************************************************************************************************************/

header {
  position: relative;
  padding-top: 0;
  height: 530px;
}

header h1 {
  margin: 0;
  padding: 0;
  line-height: normal;
}

a#logo {
  text-decoration: none;
  position: absolute;
  width: 301px;
  height: 149px;
  background: url("../images/logo.png");
  top: 35px;
  left: -15px;
  display: block;
  text-indent: -9999px;
}

a#ribbons {
  text-decoration: none;
  position: absolute;
  width: 177px;
  height: 150px;
  background: url("../images/ribbon.png");
  top: 55px;
  left: 265px;
  display: block;
  text-indent: -9999px;
}

#mainNavigation {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -492px;
  width: 984px;
}

#mainNavigation li {
  float: left;
}

#mainNavigation li a {
  padding: 0 15px;
  line-height: 33px;
  display: block;
  float: left;
  text-decoration: none;
  color: #575654;
  font-size: 1.1em;
}

#mainNavigation li.login {
  float: right;
  padding-right: 15px;
}

#mainNavigation li.active a,
#mainNavigation li:hover a {
  color: #000000;
}

#basket {
  position: absolute;
  top: 110px;
  right: 33px;
  font-size: 2.1em;
  line-height: 24px;
  width: 200px;
}

#basket th {
  text-align: left;
  width: 97px;
  font-weight: normal;
}

#basket td.ks {
  padding-right: 11px;
}

#basket td {
  text-align: right;
  width: 75px;
}

#basket .summary th,
#basket .summary td {
  padding-top: 24px;
}

#socialIcons {
  position: absolute;
  bottom: 20px;
  right: 40px;
  z-index: 10;
}

#socialIcons a {
  display: block;
  width: 40px;
  height: 40px;
  float: left;
  margin: 0;
  text-indent: -9999px;
}

#socialIcons a:hover {
  background-position: 100% 0 !important;
}

#socialIcons a.icq {
  background: url("../images/icon-icq.png") no-repeat 0 0;
}

#socialIcons a.facebook {
  background: url("../images/icon-fb.png") no-repeat 0 0;
}

#intro {
  position: relative;
  height: 295px;
  top: 209px;
  background: url("../images/boxes-shadow.png") no-repeat 50% 0;
  color: #000000;
  z-index: 9;
}

#intro h2.pageTitle {
  position: absolute;
  bottom: 0;
  left: 25px;
  padding-left: 100px;
  line-height: 0.6em;
  color: #60614f;
  font-size: 3.4em;
  text-transform: uppercase;
}

#intro h2.pageTitle .num {
  position: absolute;
  top: 15px;
  left: 0;
  font-size: 1.4em;
}

#intro h2.pageTitle small {
  display: block;
  text-transform: none;
  font-size: 20px !important;
  color: #000;
}

#intro .box {
  position: absolute;
  top: 0;
}

#intro .box .num {
  font-size: 2.2em;
  position: absolute;
  top: 18px;
  left: 27px;
}

/*#intro .box h2 {margin: 0;line-height: 1.0em;text-transform: uppercase;font-size: 3.6em;text-align: center;margin-top: 50px;position: relative;z-index: 4;}*/

#intro .box h2 {
  margin: 0;
  line-height: 1em;
  text-transform: uppercase;
  text-align: center;
  margin-top: 50px;
  position: relative;
  z-index: 4;
}

#intro .box h2 small {
  font-size: 17px !important;
  position: absolute;
}

#intro .box h2 a {
  color: black;
  text-decoration: none;
}

#intro .box h2 a:hover {
  text-decoration: underline;
}

/*#intro .box ul {padding-left: 30px;padding-top: 0;font-size: 1.7em;line-height: 1.1em;position: relative;z-index: 5;}*/

#intro .box ul {
  padding-left: 30px;
  padding-top: 0;
  line-height: 1.1em;
  position: relative;
  z-index: 5;
}

#intro .box ul li a {
  color: #000000;
  text-decoration: none;
}

#intro .box ul li a:hover {
  text-decoration: underline;
}

#intro .box .check {
  display: none;
  width: 48px;
  height: 42px;
  background: url("../images/icon-done.png") no-repeat;
  position: absolute;
  top: -5px;
  right: 15px;
}

#intro .box.done .check {
  display: block;
}

/* Box n.1 */

#intro .n1 {
  background: url("../images/menu-back-01.png") no-repeat;
  width: 190px;
  height: 220px;
  left: 15px;
}

/* Box n.2 */

#intro .n2 {
  background: url("../images/menu-back-02.png") no-repeat;
  width: 182px;
  height: 198px;
  left: 205px;
}

#intro .n2 h2 {
  margin-top: 54px;
}

#intro .n2 h2 small {
  bottom: -22px;
  right: 27px;
}

/*#intro .n2 ul {padding-left: 20px;padding-top: 5px;font-size: 1.4em;line-height: 1.0em;}*/

#intro .n2 ul {
  padding-left: 20px;
  padding-top: 5px;
  line-height: 1em;
}

/* Box n.3 */

#intro .n3 {
  background: url("../images/menu-back-03.png") no-repeat;
  width: 186px;
  height: 194px;
  left: 387px;
  top: -12px;
}

#intro .n3 .num {
  top: 21px;
  left: 17px;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
}

#intro .n3 h2 {
  margin-top: 50px;
  line-height: 0.7em;
}

#intro .n3 h2 small {
  top: -22px;
  right: 35px;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
}

/*-#intro .n3 ul {font-size: 1.7em;line-height: 16px;}*/

#intro .n3 ul {
  line-height: 16px;
}

#intro .n3 ul li {
  margin-bottom: 5px;
  display: block;
}

/*#intro .n3 ul li:first-child {margin-left: -10px;	font-size: 21px; margin-top: 0px;}*/

#intro .n3 ul li:first-child {
  margin-left: -10px;
  margin-top: 0px;
}

#intro .n3 ul li:last-child {
  line-height: 0.7em;
  margin-top: -3px;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
}

#intro .n3 ul li span {
  padding-left: 23px;
}

/* Box n.4 */

#intro .n4 {
  background: url("../images/menu-back-04.png") no-repeat;
  width: 186px;
  height: 188px;
  left: 573px;
  top: -9px;
}

#intro .n4 .num {
  top: 14px;
  left: 17px;
}

#intro .n4 h2 {
  margin-top: 85px;
  padding-right: 10px;
}

#intro .n4 h2 small {
  top: -20px;
  left: 19px;
}

/* Box n.5 */

#intro .n5 {
  background: url("../images/menu-back-05.png") no-repeat;
  width: 183px;
  height: 191px;
  left: 794px;
  top: -5px;
}

#intro .n5 .num {
  top: 13px;
  left: 20px;
}

#intro .n5 h2 {
  font-size: 3em;
  margin-top: 85px;
}

#intro .n5 ul {
  padding-left: 28px;
  padding-top: 0px;
  font-size: 1.3em;
  line-height: 1em;
}

/*#intro .n5 ul {padding-left: 28px;padding-top: 0px;font-size: 1.3em;line-height: 1.0em;}*/

#intro .n5 ul {
  padding-left: 28px;
  padding-top: 0px;
  line-height: 1em;
}

/*******************************************************************************************************************
*  CONTENT                                                                                                         
*******************************************************************************************************************/

#content {
  background: url("../images/content-back.png") repeat-y;
  min-height: 500px;
  margin-left: 3px;
  padding: 0 9px 0 8px;
}

#largeGallery {
  padding-left: 4px;
}

#largeGallery a.thumb {
  display: block;
  float: left;
  border: 1px solid #e2e2e2;
  margin: 0 1px;
}

#largeGallery a.thumb:hover img {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
}

#largeGallery div.thumb {
  display: block;
  float: left;
  border: 1px solid #e2e2e2;
  margin: 0 1px;
}

#main {
  width: 625px;
  float: right;
  padding-top: 15px;
}

#main .strip {
  height: 33px;
  line-height: 33px;
  font-size: 1.6em;
  padding: 0 30px;
  color: #000000;
}

#main .strip.n1 {
  background: url("../images/title-strip-01.png") no-repeat;
}

#main .strip.n2 {
  background: url("../images/title-strip-02.png") no-repeat;
}

#main .strip.n3 {
  background: url("../images/title-strip-03.png") no-repeat;
}

#main .strip.n4 {
  background: url("../images/title-strip-04.png") no-repeat;
}

#main .strip.n5 {
  background: url("../images/title-strip-05.png") no-repeat;
}

#main .shirt {
  padding-left: 20px;
}

#main .sep:hover {
  background: #fbf6e8;
}

#main .sep:hover .shirt {
  cursor: pointer;
}

#main .sep:hover h2 {
  color: #000;
  text-decoration: none;
}

#main .shirt .thumb {
  display: block;
  width: 105px;
  height: 105px;
  text-align: center;
  border: 1px solid #d2d2d2;
  float: left;
}

#main .shirt .thumb:hover {
  border-color: #ababab;
}

#main .shirt .thumb img {
  max-width: 105px;
  max-height: 105px;
}

#main .shirt .content {
  float: right;
  width: 460px;
  padding-top: 10px;
}

#main .shirt h2 {
  font-size: 1.1em;
  color: #b5c51c;
  text-decoration: underline;
}

#main .shirt p {
  font-size: 0.85em;
}

#main .addForm {
  padding: 20px 0 0 30px;
  display: none;
}

#main .active .addForm {
  display: block;
}

#main .color {
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  float: left;
  margin-right: 5px;
}

#main .color.red {
  background: red;
  border-color: red;
}

#main .color.green {
  background: green;
  border-color: green;
}

#main .color.blue {
  background: blue;
  border-color: blue;
}

#main .color.black {
  background: black;
  border-color: black;
}

#main .color.white {
  background: white;
  border-color: black;
}

#main .color.yellow {
  background: yellow;
  border-color: yellow;
}

#main .color.purple {
  background: purple;
  border-color: purple;
}

#main .color.orange {
  background: orange;
  border-color: orange;
}

#main .color.pink {
  background: pink;
  border-color: pink;
}

#main .color.gray {
  background: gray;
  border-color: gray;
}

#main .addForm .size {
  display: block;
  height: 20px;
  float: left;
  font-size: 12px;
  margin-right: 1px;
  color: #fff;
  background: #c0bfbd;
  padding: 0 5px;
  line-height: 20px;
  width: 32px;
  text-align: center;
}

#main .addForm table {
  width: 100%;
  border-collapse: collapse;
  white-space: initial;
  font-size: 13px;

}

#main .addForm table th,
#main table.colors td {
  padding: 4px 0;
  text-align: left;
  font-weight: normal;
  line-height: 20px;
  width: 150px;
  vertical-align: top;
  font-size: 13px;
}

#main table.colors td {
  width: 590px;
  padding: 0;
}

#main table.colors td a {
  display: inline-block;
  border: 4px solid white;
  color: black;
  text-decoration: none;
  padding-right: 2px;
  font-size: 13px;
}

#main table.colors td a:hover {
  border: 4px solid #e9e8e4;
}

#main table.colors td a.active {
  border: 4px solid #ff0349;
}

#main table.colors td button {
  display: inline-block;
  border: 4px solid white;
  color: black;
  text-decoration: none;
  padding-right: 2px;
}

#main table.colors td button:hover {
  border: 4px solid #e9e8e4;
}

#main table.colors td button.active {
  border: 4px solid #ff0349;
}

#main table.colors tr.color_group td {
  padding-left: 27px;
  padding-top: 10px;
}

#main .addForm table td {
  padding: 4px 0;
  padding-right: 5px;
}

#main .addForm table td .count {
  height: 18px;
  width: 30px;
  padding: 0 5px;
  color: red;
}

#main .addForm table td.add {
  width: 100px;
}

#main .addForm table td.add .button {
  width: 80px;
}

#main .sep {
  border-bottom: 1px solid #f6f6f6;
  padding-bottom: 15px;
  padding-top: 15px;
}

#main .showAll {
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  display: block;
  height: 33px;
  line-height: 33px;
  text-decoration: none;
  font-size: 11px;
  padding-right: 40px;
}

#main .showAll span {
  position: absolute;
  top: 3px;
  right: 5px;
  display: block;
  width: 28px;
  height: 28px;
  background: url("../images/icon-showall.png") no-repeat;
}

#main .showAll:hover span {
  background-position: 100% 0;
}

#main .showAllRibbon {
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  display: block;
  height: 33px;
  line-height: 33px;
  text-decoration: none;
  font-size: 11px;
  padding-right: 40px;
}

#main .showAllRibbon span {
  position: absolute;
  top: 3px;
  right: 5px;
  display: block;
  width: 28px;
  height: 28px;
  background: url("../images/icon-showall.png") no-repeat;
}

#main .showAllRibbon:hover span {
  background-position: 100% 0;
}

#main .slider {
  position: relative;
  margin-bottom: 30px;
}

#main .slider small {
  font-size: 11px !important;
  display: block;
  margin-bottom: 5px;
}

#main .slider .arrow {
  position: absolute;
  top: 50%;
  width: 23px;
  height: 23px;
  margin-top: -12px;
  background: url("../images/icon-arrows.png");
  text-indent: -9999px;
  border: none;
}

#main .slider .arrow.prev {
  background-position: 0 100%;
  left: 7px;
}

#main .slider .arrow.prev:hover {
  background-position: 100% 100%;
}

#main .slider .arrow.next {
  background-position: 0 0;
  right: 4px;
}

#main .slider .arrow.next:hover {
  background-position: 100% 0;
}

#main .slider .wrapper {
  overflow: hidden;
  position: relative;
  width: 570px;
  margin-left: 30px;
}

#main .slider .content {
  overflow: hidden;
  position: relative;
  left: 0;
  width: auto;
}

#main .slider .content .item {
  float: left;
  text-align: center;
}

#main .slider .content .item a {
  display: table-cell;
  height: 145px;
  vertical-align: middle;
  text-align: center;
  width: 190px;
  border: 4px solid #fff;
}

#main .slider .content .item a:hover {
  border-color: #e9e8e4;
}

#main .slider .content .item a.active {
  border-color: #ff0349;
}

#main #slider1 .item {
  width: 142px;
}

#main #slider2 .item {
  width: 190px;
}

#main #slider3 .item {
  width: 142px;
}

#main #slider31 .item {
  width: 142px;
}

#main #slider32 .item {
  width: 190px;
}

#main #slider33 .item {
  width: 142px;
}

#main #slider21 .item {
  width: 142px;
}

#main #slider22 .item {
  width: 190px;
}

#main #slider23 .item {
  width: 142px;
}

#main .item.noprint a {
  line-height: 145px;
  color: black;
  text-decoration: none;
}

#main #slider3 .noprint a {
  height: 50px;
  line-height: 50px;
}

#main #slider3 .content .item a {
  height: 60px;
}

#main .simplyForm {
  padding-left: 30px;
  margin-top: -20px;
  margin-bottom: 30px;
}

#main .simplyForm label {
  display: block;
  margin-bottom: 3px;
  font-size: 11px;
}

#main .simplyForm .big {
  font-size: 30px;
  width: 91%;
  padding: 10px;
}

#main .names {
  padding-left: 30px;
  font-size: 11px;
  padding-bottom: 30px;
}

#main .names .col {
  width: 30%;
  float: left;
  margin-bottom: 10px;
}

#main .names .col.middle {
  margin: 0 3%;
}

#main .names label {
  display: block;
  margin-bottom: 3px;
}

#main .names #add_nicks {
  color: #b5c51c;
  text-decoration: underline;
  cursor: pointer;
}

#main .names .text {
  padding: 5px;
  width: 90%;
}

#main .names .rows label {
  float: left;
}

#main .names .rows label.name {
  width: 300px;
}

#main .names .row {
  margin-right: 30px;
  border: 1px solid #c7c7c7;
  height: 22px;
  line-height: 22px;
  margin-bottom: 3px;
}

#main .names .row div {
  float: left;
}

#main .names .row input {
  border: 0;
  background: #fff;
  width: 100%;
  padding: 0 !important;
  height: 22px;
  overflow: hidden;
  font-size: 11px;
  /* box-sizing:inherit */
}

#main .names .row .num {
  width: 25px;
  text-align: center;
  border-right: 1px solid #e3e3e3;
}

#main .names .row .nameInput {
  width: 500px;
  padding: 0 5px;
  /*border-right: 1px solid #e3e3e3;*/
}

#main .names .row .nickInput {
  width: 243px;
  padding: 0 5px;
}

#main .names .row .nickInputDisabled,
#main .names .row .nickInputDisabled input[disabled] {
  background: #e3e3e3;
}

#main .names .row .remove {
  width: 22px;
  float: right;
}

#main .names .row .remove a {
  position: relative;
  top: 3px;
  left: 3px;
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background: url("../images/remove2.png") no-repeat 0 0;
}

#main .names .row .remove a:hover {
  background-position: 100% 0;
}

#main .names .row.inactive {
  background: #e3e3e3;
  border-color: #b1b1b1;
  cursor: pointer;
  margin-bottom: 20px;
}

#main .names .row.inactive .num,
#main .names .row.inactive .nameInput,
#main .names .row.inactive .nickInput {
  border-color: #cacaca;
}

#main .names .half.floatRight {
  margin-right: 10x;
}

#main .summaryInfo {
  position: relative;
  top: -5px;
  margin-bottom: 10px;
}

#main .summaryInfo .text {
  padding: 5px;
}

#main .summaryInfo .text.name {
  width: 180px;
}

#main .summaryInfo .text.nick {
  width: 150px;
}

#main .radioInputs {
  padding: 10px 0;
}

#main .radioInputs span {
  font-size: 11px;
  float: left;
  margin-right: 10px;
}

#main .radioInputs label {
  font-size: 11px;
  float: left;
  margin-right: 10px;
}

#main .radioInputs label input {
  float: left;
  margin-right: 5px;
}

#main .sliderInfo {
  padding: 10px 0 20px 30px;
  margin-top: -20px;
}

#main .sliderInfo .button {
  margin-left: 10px;
}

aside {
  width: 355px;
  float: left;
}

aside #preview {
  text-align: center;
  width: 406px;
  height: 419px;
  background: url("../images/preview-back.png") no-repeat;
  position: relative;
  left: -58px;
}

aside #preview .smallThumbs {
  text-align: right;
  padding: 25px 25px 0;
  height: 25px;
}

aside #preview .largeThumb img {
  position: relative;
}

aside #gallery {
  padding-left: 5px;
  padding-top: 15px;
}

aside #gallery .thumb {
  position: relative;
  float: left;
  width: 110px;
  height: 110px;
  text-align: center;
}

aside #gallery .thumb .remove {
  display: block;
  text-indent: -9999px;
  background: url("../images/remove.png") no-repeat;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

aside #gallery .thumb .remove:hover {
  background-position: 100% 0;
}

aside #gallery .thumb img {
  position: relative;
  z-index: 5;
}

aside #info {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 0px;
}

aside #info h3 {
  font-size: 11px;
}

aside #preview .smallThumbs a:hover img,
aside #gallery .thumb a:hover img {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
}

aside #preview .largeThumb {
  min-height: 305px;
  background: url("../images/ajax-loader.gif") no-repeat 60% center;
  margin-left: 35px;
}

/*******************************************************************************************************************
*  FOOTER                                                                                                          
*******************************************************************************************************************/

footer {
  padding-bottom: 20px;
  font-size: 0.9em;
}

footer .info {
  float: left;
  width: 700px;
}

footer .social {
  width: 250px;
  float: right;
}

footer .icon {
  line-height: 1.1em;
  padding-left: 40px;
}

footer .icon a,
footer .icon a:link {
  border: 0;
  text-decoration: none;
  color: #000000;
  position: relative;
  top: -1px;
  font-size: 1em;
}

footer .icon a:hover {
  color: #000000;
  border-bottom: 1px solid #d20082;
}

footer a,
footer a:link {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000000;
}

footer a:hover {
  border-color: #d20082;
}

/*******************************************************************************************************************
*  OTHER STYLES                                                                                                    
*******************************************************************************************************************/

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.button {
  min-width: 80px;
  text-decoration: none;
  display: inline-block;
  border: 0;
  border-radius: 5px;
  background: #b5c41f;
  color: #fff;
  text-align: center;
  height: 22px;
  line-height: 22px;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
}

.button.gray {
  background: #c5c4c0;
}

.button.orange {
  background: #ffad01;
}

.button:hover {
  background: #94a018;
}

.button.gray:hover {
  background: #a8a8a8;
}

.button.orange:hover {
  background: #e09800;
}

.text {
  border: 1px solid #c1c0be;
  box-sizing: initial;
}

.half {
  width: 49%;
}

.marginTop20 {
  margin-top: 20px !important;
}

#popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8999;
}

#popup .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(246, 239, 223, 0.8);
  z-index: 9499;
}

#popup .content {
  position: relative;
  z-index: 9999;
  background: #fff url("../images/popup.png") no-repeat 100% 0;
  width: 918px;
  margin: 100px auto 0;
}

#popup .content .inner {
  padding: 30px 50px;
}

#popup h2 {
  text-transform: uppercase;
  font-size: 2.5em;
}

#popup a.close {
  display: block;
  text-indent: -9999px;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url("../images/close.png") no-repeat;
}

#popup a.close:hover {
  background-position: 100% 0;
}

#popup .thumb {
  float: left;
  width: 150px;
  height: 180px;
  margin-bottom: 15px;
  text-align: center;
  border: 1px solid transparent;
}

#popup .thumb a {
  display: table-cell;
  width: 150px;
  height: 150px;
  vertical-align: middle;
  text-align: center;
}

#popup .thumb:hover {
  border-color: red;
}

#popup .thumb .num {
  height: 30px;
  font-size: 1.7em;
  color: #000;
}

#uploader {
  background: url("../images/ajax-uploader.gif") no-repeat;
  display: inline-block;
  width: 16px;
  height: 11px;
}

/*******************************************************************************************************************
*  FONTS                                                                                                
*******************************************************************************************************************/

#intro,
#basket,
.strip,
#popup {
  font-family: "Patrick Hand", Arial, Tahoma;
}

#submit_form {
  padding: 10px 40px;
}

#submit_form .text {
  border: 0;
  padding: 2px 0;
}

#submit_form fieldset {
  margin-bottom: 15px;
}

#submit_form legend {
  font-weight: bold;
  font-size: 14px;
}

#submit_form label {
  display: inline-block;
  width: 80px;
}

#submit_form input {
  font-family: arial;
  font-size: 11px;
}

#submit_form textarea {
  font-family: arial;
  font-size: 11px;
  width: 205px;
}

#submit_form button.send_order {
  width: 155px;
}

#textPreview p {
  padding-top: 10px;
}

#loading {
  position: fixed;
  font-size: 14px;
  font-weight: bold;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -25px;
  width: 250px;
  color: #fff;
  text-align: left;
  z-index: 9999;
  padding: 15px 15px 15px 40px;
  background-image: url("../images/ajax-uploader.gif");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-color: rgba(148, 160, 24, 0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 1px 5px #333;
  -moz-box-shadow: 0px 1px 5px #333;
  -webkit-box-shadow: 0px 1px 5px #333;
}

#warning {
  /* margin-left: -225px; */
  /* width: 450px; */
  color: #fff;
  text-align: center;
  z-index: 9999;
  padding: 10px;
  margin-bottom: 5px;
  background-color: #cf0000;
  border-radius: 15px;
  border-radius: 5px;
  box-shadow: 0px 1px 5px #333;
  -moz-box-shadow: 0px 1px 5px #333;
  -webkit-box-shadow: 0px 1px 5px #333;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 450px;
  /* margin-top: 30px; */
  font-size: 18px;
  font-weight: bold;
  /* margin: 25px; */
  margin-left: -150px;
  margin-top: -25px;
 }

.align-right {
  text-align: right;
  padding: 10px;
}

#cenaCelkem {
  font-size: 14px;
}

.lists {
  position: absolute;
  left: 470px;
}

.ribbons {
  position: absolute;
  left: 270px;
}

.fixed-dialog {
  position: fixed;
}
