.uws_shop_item {
		color:black;
		font-family:Arial;
		font-size:12px;
		text-decoration:none;
		margin-right:15px;
		padding-top: 10px;
		width:100%;
		border-top-color: gray;
		border-top-style: dotted;
		border-top-width: 1px;
}
.uws_shop_item a {
		color:#f81829;
		font-family:Arial;
		font-size:14px;
		text-decoration:none;
		font-weight:bold;
}
.uws_shop_item a:hover {
		text-decoration:underline;
}
.uws_shop_item .title {
		font-family: arial black,avant garde;
		font-size: 20px;
		padding-top: 10px;
		padding-left: 10px;
}
.uws_shop_item .p_code {
		font-family: arial;
		font-size: 15px;
		padding-top: 10px;
		padding-right: 10px;
}
.uws_shop_item td {
		padding-bottom: 10px;
}
.uws_shop_item .image_box {
	border: 1px solid Gray;
	width: 100px;
	height: 100px;
}
.uws_shop_item .shop_name .shop_desc {

	
}

.uws_shop_item .shop_name_action  {
	width: 430px;
	background: url(/uws_images/obsah/akce_small.png) no-repeat right;
}
.uws_shop_item .shop_desc {
	padding-top: 0px;
	margin-bottom: 15px;
}
.uws_shop_item .shop_price {

	font-weight: bold;
}
.uws_shop_item .shop_basket {
	padding-left: 25px;
}
.uws_shop_item .shop_desc {
	padding-top: 0px;
	padding-bottom: 0px;
}

.uws_shop_item .shop_action {
	
	height: 30px;
	width: 29px;
}






.uws_shop_detail {
	margin:0;
	padding:0;
	width: 100%;
}

.uws_shop_detail .item_content {
	background: white;
	padding: 0px 0px 0px 0px;
}

.uws_shop_detail .item_content .image_box {
	padding: 10px 30px 0px 0px;
}

.uws_shop_detail .item_content .desc_table {
	padding: 20px 0px 0px 0px;
}

.uws_shop_detail .item_content .code_box {
	color: gray;
}

.uws_shop_detail .item_content .price_box {
	padding: 10px 0px 0px 0px;
	font-size: 14px;
}

.uws_shop_detail .price_box {
	color: black;
}

.uws_shop_detail .item_content .basket_box {
	padding: 10px 0px 0px 0px;
}


.uws_shop_detail .action_box {
	background: url(/uws_images/obsah/akce.png) no-repeat left;
	height: 40px;
	width: 38px;
}

.uws_shop_detail .desc_box {
	color: black;
}


.pagination{
padding: 2px;
font-family : Arial, Helvetica, sans-serif;
font-size : 14px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 8px;
border: 1px solid #004684;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #edc301;
}

.pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}