body         { font-size: 16px; color: #000; margin: 0; background-color: #fff; overflow-x: hidden; padding: 0 }
.container a:link       { text-decoration: none; color: #000 }
.container a:visited    { text-decoration: none; color: #000 }
.container a:hover      { text-decoration: underline; color: #BA55D3 }
.container a:active     { text-decoration: none; color: #000 }
p            { margin: 10px 0px }
.container h1           {
	font-size: 28px; color: #BA55D3; text-align: center; margin: 12px 0px
}
.container h2           { font-size: 24px; color: #BA55D3; text-align: center }
.container h3           { font-size: 20px; color: #BA55D3; text-align: left }
.container h4           { font-size: 16px; color: #BA55D3; text-align: left; margin: 10px 0px; }
.container h6           { font-size: 16px; color: #000; text-align: left; margin: 10px 0px; }
ul           { text-align: left }
a:link.st, a:visited.st {
	padding: 3px;
	text-decoration: none;
	color:#fff;
}
a:hover.st {
	text-decoration: none;
	background-color: #fff;
	color: #BA55D3;
}
#gora1 {
	 margin-top: 10px;
     position: relative;
     z-index: 1; 
}
#gora2 {
	 margin-top: -30px;
	 margin-bottom: 10px;
}
#dol {
	background-color: #F8F9FA;
	padding: 20px 10px;
	text-align: center;
	font-size: 14px;
}
footer {
	width: 100%;
	color:#fff;
	background-color: #CCBBEE;
	padding: 15px 0px 10px 0px;
	text-align: center;
	font-size: 9px;
}
footer #wstopce {
	font-size: 12px;
	margin: 0 auto;
	max-width: 500px;
}
img { border: 0; max-width: 100% }
.mov1:hover img,
.jshop_img:hover {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}
.mov img {
transition: transform .5s;
}
.mov:hover img {
transform: scale(1.5);
}
.moduletable .jshop_menu_level_0 { 
	width: 29%;
	text-align: center;
	border: 1px solid #ccc;
	padding: 20px;
	float: left;
	margin: 10px 12px;
    border-radius: 5px;
}
.moduletable .jshop_menu_level_0:hover { 
	border: 0px solid #ccc;
}
.moduletable .jshop_menu_level_0 img {
transition: transform .8s;
margin-top: 20px;
}
.moduletable .jshop_menu_level_0 img:hover {
transform: scale(1.15);
}
.control-group.box_button .controls {
  margin-bottom: 20px;
}
.control-group.box_button .controls .btn.btn-primary.button,
.control-group.rowbutton .controls .btn.btn-primary.button {
  background-color: #BA55D3;
  border: none;
  transition: transform .5s;
  margin-top: 10px;
}
.control-group.box_button .controls .btn.btn-primary.button:hover,
.control-group.rowbutton .controls .btn.btn-primary.button:hover {
  background-color: #000;
}
.buttons.product-buttons .btn.btn-primary.button.btn-buy,
.buttons .btn.btn-success.button_buy {
  background-color: #BA55D3;
  border: none;
  transition: transform .5s;
  color: #fff;
}
.buttons.product-buttons .btn.btn-primary.button.btn-buy:hover,
.buttons .btn.btn-success.button_buy:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
#comjshop_register.jshop .jshop_register { float:left; width:32% }
.przyc {
  background-color: #BA55D3;
  border: 1px solid #BA55D3;
  border-radius: 4px;
  color: white;
  padding: 6px 12px;
  text-align: center;
  text-decoration: none;
  transition: transform .5s;
}
.przyc:hover {
  background-color: #000;
  color: white;
}
.szary {
  color: #808080;
}


.pagenav {
	text-align: right
}

.pagenav ul {
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 0;
}

.pagenav li {
	display: inline;
	margin: 0;
	padding: 0
}

.pagenav a,span.pagenav {
	padding: 0 14px;
	margin: 0;
	text-decoration: none;
	border: 1px solid #ddd;
	display: inline-block;
	line-height: 1.9em;
}

.pagenav li:first-child a,.pagination-start span {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	border-left: solid 1px #ddd
}

.pagenav li:last-child a,.pagination-end span {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.pagination ul {
	margin: 10px 10px 10px 0;
	padding: 0
}

.pagination li {
	display: inline;
}

.pagination a {
	padding: 0 14px;
	line-height: 2em;
	text-decoration: none;
	border: 1px solid #ddd;
	display: inline-block
}

.pagination .active a {
	cursor: default;
}

.pagination span,.pagination span  a:hover {
	cursor: default;
	padding: 0 14px;
	line-height: 2em;
}

.pagination li:first-child a {
	border-left-width: 1px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.pag_button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 5px 12px;
    border: 1px solid #255a8f;
    border-radius: 3px;
    background: #255a8f;
    text-shadow: #094c66 1px 1px 1px;
    font: normal normal bold 15px arial;
    color: #ffffff;
    text-decoration: none;
    margin:2px 2px 2px 5px;
}
.pag_button:hover,
.pag_button:focus {
    border: 1px solid #000;
    background: #000;
    color: #ffffff;
    text-decoration: none;
}

.pag_button.pag_next:before {
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin-right: 4px;
    position: relative;
    top: 0px;
    left: 0px;
    background: url("../images/pag-next.png") no-repeat left center transparent;
    background-size: 100% 100%;
}

.pag_button.pag_previous:before {
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin-right: 4px;
    position: relative;
    top: 0px;
    left: 0px;
    background: url("../images/pag-previous.png") no-repeat left center transparent;
    background-size: 100% 100%;
}

.pag_button.pag_start:before {
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin-right: 4px;
    position: relative;
    top: 0px;
    left: 0px;
    background: url("../images/pag-start.png") no-repeat left center transparent;
    background-size: 100% 100%;
}

.pag_button.pag_end:before {
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin-right: 4px;
    position: relative;
    top: 0px;
    left: 0px;
    background: url("../images/pag-end.png") no-repeat left center transparent;
    background-size: 100% 100%;
}

.pag_button.poff {opacity: 0.5; cursor:default;}

.pag_button.plist      {line-height:24px; }
.pag_button.plist span {color: gray; background-color: white; border-radius: 50%; padding: 0 6px 0 6px; text-shadow: none; }
.pag_button.plist a    {color:white; padding:0 6px 0 6px; }
.pag_button a:link, a:active, .pag_button a:visited, .pag_button a:hover {color:white !important;}
.counter {display: none}

#mxcpr { display:none }
table.shading {
    border-spacing: 0px;
    border-collapse: collapse;
}
table.shading th {
    text-align: left;
    font-weight: normal;
    padding: 0.1em 0.5em;
    border-bottom: 2px solid #FFFFFF;
    background: #DBE2F1;
}
table.shading td {
	text-align: left;
	padding: 0.1em 0.5em;
	background: #DBE2F1;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFFFFF;
}

table.shading thead th {
    background: #687EAB;
    color: #FFFFFF;
    text-align: center;
}
table.shading th.Corner {
	text-align: center;
}
img.jshop_img_thumb { max-width: 80px }

@media (min-width: 600px) {
.row-fluid.jshop, .jshop_prod_description {
    width: 49%;
    float: left;
}
}

@media (max-width: 640px) {
	h1, h2, h3           { font-size: 18px }
	#comjshop_register.jshop .jshop_register { width:99% }
}
@media (max-width: 780px) {
	.moduletable .jshop_menu_level_0 { 
	width: 44%;
}
}
@media (max-width: 500px) {
	.moduletable .jshop_menu_level_0 { 
	width: 99%;
	margin: 5px auto;
}
}