.shop_item_div {
		border-top: 1px solid #dcdcdc;
		border-left: 1px solid #dcdcdc;
		border-right: 1px solid #dcdcdc;
		width: 176px;
		margin:0;
}
.shop_item_div_end  {
	background:  white url(/uws_templates/default/graphics/shop_end.gif) no-repeat top;
	height: 26px;
	width: 178px;
}
.uws_shop_item {
		color:#444343;
		font-family:Arial;
		font-size:11px;
		text-decoration:none;
		text-align: left;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 0px;
}
.uws_shop_item td {
		padding-top: 10px;
		text-align: left;
}
.uws_shop_item a {
		color:#7d8827;
		font-family:Arial;
		font-size:11px;
		text-decoration:none;
		font-weight:bold;
}
.uws_shop_item a:hover {
		text-decoration:underline;
}
.uws_shop_item .shop_code {
		font-size: 11px;
		color: #b8b8b8;
}
.uws_shop_item .shop_image {
	height: 106px;
}
.uws_shop_item .shop_price {
	font-weight: bold;
}
.uws_shop_item .shop_basket {
	text-align: left;
}
.uws_shop_item .shop_name_action  {
	background: url(/uws_images/obsah/akce_small.png) no-repeat right;
}
.uws_shop_item input[type="button"]  {
	border: 0px;
	cursor: hand;
	height: 15px;
	float: right;
	width: 56px;
	background: url(/uws_images/design/buy.gif) no-repeat left bottom;
	margin-top: 2px;
}
.uws_shop_item input[type="text"]  {
	height: 15px;
	font-size: 10px;
}



.shop_detail_div {
		border-top: 1px solid #dcdcdc;
		border-left: 1px solid #dcdcdc;
		border-right: 1px solid #dcdcdc;
		width: 580px;
		margin:0;
}
.shop_detail_div_end  {
	background:  white url(/uws_templates/default/graphics/shop_detail_end.gif) no-repeat top;
	height: 26px;
	width: 580px;
}

.uws_shop_detail {
	width: 550px;
}
.uws_shop_detail td {
		padding-bottom: 20px;
		text-align: left;
}
.uws_shop_detail .shop_title {
		width: 550px;
}
.uws_shop_detail .shop_name {
	padding-bottom:0px;
}
.uws_shop_detail .shop_code {
		font-size: 11px;
		color: #b8b8b8;
		padding-bottom:0px;
}
.uws_shop_detail .shop_price {
	font-weight: bold;
}
.uws_shop_detail .shop_basket {
	text-align: left;
}
.uws_shop_detail input[type="button"]  {
	border: 0px;
	cursor: hand;
	height: 15px;
	width: 56px;
	background: url(/uws_images/design/buy.gif) no-repeat left bottom;
	margin-top: 2px;
}
.uws_shop_detail input[type="text"]  {
	height: 15px;
	font-size: 10px;
}



.pagination{
padding: 2px;
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;
width: 15px;
background-color: #c0c87d;
}

.pagination a:visited{
padding: 0 8px;
border: 1px solid #004684;
text-decoration: none; 
color: #2e6ab1;
width: 15px;
background-color: #c0c87d;
}

.pagination a.currentpage{
background-color: #2b66a5;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
text-decoration: none; 
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}
