/* Layout */
body {
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 11px;
	background-image: url(../css_images/bg-body.jpg);
	background-repeat: repeat-x;
}
#des {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-bottom: 40px;
	padding-top: 151px;
}
#des-head {
	height: 150px;
	width: 940px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../css_images/bg-head.jpg);	
}
#des-head .logo {
	background-repeat: no-repeat;
	height: 150px;
	width: 170px;
}
#des-head .logo a {
	display: block;
	width: 170px;
	height: 150px;
}
#des-head .panel {
	background-image: url(../css_images/bg-head-panel.gif);
	background-repeat: no-repeat;
	width: 280px;
	height: 20px;
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 10px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 20px;
	color: #069;
}
#des-head .panel ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#des-head .panel ul li {
	float: left;
	background-image: url(../css_images/bg-li-sep-black.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 5px;
	padding-left: 5px;

}
#des-head .panel ul li a {
	color: #2696D8;
}
#des-head .panel ul li a:hover {}
#des-head .ticker {
	background-image: url(../css_images/bg-head-ticker.gif);
	background-repeat: no-repeat;
	width: 580px;
	height: 25px;
	position: absolute;
	margin-left: 170px;
	top: 150px;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	background-position: center bottom;
	background-color: #FFF;
}
#des-head .ticker ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#des-head .ticker ul li {
	margin: 0;
	padding: 0;
	color: #71A4CF;
	font-weight: bold;
	font-size: 13px;
	overflow: hidden;
}
#des-cont {
	width: 940px;
	background-image: url(../css_images/bg-cont.gif);
	background-repeat: repeat-y;
}
#des-cont-twin {
	width: 770px;
	float: left;
}
#des-cont-center {
	float: right;
	overflow: hidden;
	width: 600px;
	padding-top: 45px;
	padding-bottom: 30px;
}
#des-cont-left {
	width: 160px;
	float: right;
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
}
#des-cont-once {}
#des-cont-right {
	width: 160px;
	float: right;
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
}
#des-cont-clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}
#des-foot {
	background-color: #177bc0;
	width: 940px;
	height: 23px;
	padding-top: 7px;
	position: relative;
	font-size: 10px;
}
#des-foot h5 {
	display: none;
}
#des-foot p {
	color: #FFFFFF;
	margin: 0;
	padding-left: 15px;
}
#des-foot ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	left: 470px;
	width: 460px;
}
#des-foot ul li {
	float: left;
	background-image: url(../css_images/bg-li-sep-white.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 5px;
	padding-left: 5px;
}
#des-foot ul li a {
	color: #FFFFFF;
}
#des-foot ul li a:hover {
	text-decoration: none;
}
#des-adse {
	width: 940px;
	height: 30px;
	position: relative;
	font-size: 10px;
	padding-top: 10px;
	background-color: #FFF;
}
#des-adse p {
	margin: 0;
}
#des-adse p a {
	background-image: url(../css_images/banner-ignum.gif);
	background-repeat: no-repeat;
	width: 80px;
	height: 19px;
	display: block;
	float: right;
}
#des-adse p a span {
	display: none;
}


/* Odkazy */
a:link {
	text-decoration: underline;
	color: #006699;
}
a:visited {
	text-decoration: underline;
	color: #71A4CF;
}
a:hover {
	text-decoration: none;
}



/* Menu */
ul.menu {
	padding: 0;
	list-style-type: none;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}
ul.menu li {
	margin-bottom: 1px;
	width: 160px;
}
ul.menu li a {
	display: block;
	padding-left: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #e2edf5;
	color: #069 !important;
	font-weight: bold;
	width: 145px;
	background-image: url(../css_images/bg-menu-li-1.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
ul.menu li a.link {
	background-color: #FFC;
	background-image: url(../css_images/bg-menu-li-1.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	color: #C63 !important;
}
ul.menu li a:hover {
	background-color: #FFFFFF;
	color: #006699;
	background-image: url(../css_images/bg-menu-li-2.gif);
}
ul li.last {
	padding-right: 0px !important;
	background: none !important;
}

/* Obecne */
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}
p {
	margin-top: 0px;
	margin-bottom: 15px;
}
.clear {
	height: 1px;
	font-size: 1px;
	clear: both;
}
div.padd {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	background-image: url(../css_images/bg-dot-line-black.gif);
	background-repeat: repeat-x;
	background-position: 0px 25px;
	margin-left: 15px;
	margin-right: 15px;
	clear: both;
	width: 570px;
}
div.padd strong {
	color: #333;
}
div.padd img.obrazek {
	margin-right: 3px;
	margin-bottom: 3px;
}
div.padd div.desc {
	width: 150px;
	float: right;
	clear: both;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #D9E7F2;
	background-color: #EFF5FA;
}
div.padd div.desc-conf{
	clear: both;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FCC;
	background-color: #FFECEC;
	text-align: justify;
}
div.padd div.desc-img {
	width: 150px;
	float: right;
	clear: both;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFF;
}
div.padd div.bool {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 9px;
	text-transform: uppercase;
	background-color: #C30;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	margin-right: 2px;
	float: left;
}

/* Nenalezeno */
div.info {
	background-image: url(../css_images/bg-info-red.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 8px;
	padding-left: 10px;
	padding-bottom: 8px;
	padding-right: 35px;
	border: 1px solid #D9E7F2;
	background-color: #FF9B9B;
	color: #900;
	text-decoration: none;
	display: block;
	font-weight: bold;
	font-size: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
div.info a {
	color: #900;
}
div.info ins {
	text-decoration: none;
}
div.info strong {
	color: #C30;
	text-decoration: underline;
}
div.info .error {
	display: block;
	cursor: pointer;
	text-decoration: underline;
}
.information {
	background-image: url(../css_images/bg-info.gif) !important;
	background-color: #EFF5FA !important;
	color: #069 !important;
}
.information a {
	color: #069 !important;
}
input:focus, textarea:focus, select:focus {
	background-color: #FFC;
}
input.error, textarea.error, select.error {
	background-color: #F0D5D5;
}


/* Clanky */
div.padd div.article {
	margin-bottom: 15px;
}
div.padd div.article h2 {
	font-size: 12px;
	color: #069;
}
div.padd div.article p {
	margin: 0;
}
div.padd div.article p.author {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
	color: #999;
	font-size: 10px;
	text-align: right;
}

div.padd .action-list {
	padding-left: 10px;
	background-color: #FFC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	padding-top: 5px;
	padding-bottom: 1px;
	padding-right: 10px;
	margin-bottom: 5px !important;
}
div.padd .action-list a {
	color: #C00;
}

div.padd .banner {
	text-align: center;
	margin-bottom: 15px;
	margin-top: 15px;
}
div.padd .news {
	padding-left: 10px;
	background-color: #F4F4F4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	padding-top: 5px;
	padding-bottom: 1px;
	padding-right: 10px;
	margin-bottom: 5px !important;
}
div.padd .news h2 a {
	color: #C00;
	border-right-width: 14px;
	border-right-style: solid;
	border-right-color: #E6E6E6;
	display: block;
}
div.padd .news-list {
	font-size: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	margin-bottom: 5px;
	background-image: url(../css_images/bg-col-1-bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	color: #666;
}
div.padd .news-list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.padd .news-list ul li {

}
div.padd .news-archive {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	margin-bottom: 15px;
	background-image: url(../css_images/bg-col-1-bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;

}
div.padd .news-archive select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
}




/* Nadpisy */
h1 {
	background-image: url(../css_images/bg-h1.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #006699;
	font-size: 15px;
	margin-bottom: 15px;
	text-align: left;
	padding-right: 30px;
}
h2 {
	font-size: 14px;
	margin-bottom: 5px;
}
h3 {
	font-size: 12px;
	background-image: url(../css_images/bg-h3.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 4px;
	text-align: left;
	text-transform: uppercase;
	color: #069;
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
}


/* Nabidka */
#des-cont-left h4, #des-cont-right h4 {
	background-image: url(../css_images/bg-h4.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 160px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-size: 12px;
}
h4.color-1 {
	background-color: #006699;
}
h4.color-2 {
	background-color: #71a4cf;
}
h4.color-3 {
	background-color: #C60;
}
h4.color-4 {
	background-color: #990000;
}
div.box {
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
	margin-bottom: 10px;
}
div.box form div {
	padding-left: 10px;
}
div.box p {
	margin-top: 0px;
	margin-bottom: 1px;

}
div.box ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.box ul li {}
div.color-1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #91B1FF;
	border-right-color: #91B1FF;
	border-bottom-color: #91B1FF;
	border-left-color: #91B1FF;
	background-color: #ceddff;
}
div.color-2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b6d0e7;
	border-right-color: #b6d0e7;
	border-bottom-color: #b6d0e7;
	border-left-color: #b6d0e7;
	background-color: #E9F1F8;
}
div.color-3 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #FFFFFF;
}
div.color-4 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d98181;
	border-right-color: #d98181;
	border-bottom-color: #d98181;
	border-left-color: #d98181;
	background-color: #faefef;
}
div.color-adsence {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
div.color-adsence p {
	color: #CCCCCC;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
	margin-bottom: 5px;
}
div.color-adsence div {
	text-align: center;
	margin-bottom: 3px;
}





/* Formulare */
form {
	margin: 0;
	padding: 0;
}
form label {
	display: block;
	padding-bottom: 3px;
}
form label span {
	color: #F00;
	font-weight: bold;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
form input, form textarea, form select {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
form input {
	width: 125px;
	@width: 123px;
}
form select {
	width: 129px;
}
form textarea {}
form input.submit {
	background-image: url(../css_images/bg-input-submit.gif);
	background-repeat: no-repeat;
	width: 128px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 2px;
	background-color: #FFF;
	padding-top: 2px;
	height: 20px;
}
form input.color-1 {
	color: #666;
}
form input.color-2 {
	color: #900;
}
form input.color-3 {}



div.formular {
	width: 530px;
	padding-left: 20px;

}
div.formular h2 {
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9E7F2;
}
div.formular label {
	background-image: url(../css_images/bg-label.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 2px;

}
div.formular input.submit {
	margin-right: 5px;
}
	
div.formular .col{
	float:left;
	width:128px;
	margin-right: 6px;
	_margin-right: 4px;
}
div.formular .col-no {
	float:left;
	width: 530px;
}
div.formular .col-no input, div.formular .col-no textarea {
	width: 527px;
	_width: 525px;
}
div.formular .col-no select {
	width: 527px;
}
div.formular .col-end {
	clear: both;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center;
	width: 530px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
}
div.formular .last {
	margin-right: 0px !important;
}
div.formular .separator-clear{
	font-size:1px !important;
	height:15px !important;
	clear:both !important;
	width: 530px !important;
}
div.formular .separator-clear-min{
	font-size:1px !important;
	height:1px !important;
	clear:both !important;
	width: 530px !important;
}

#sortiment ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sortiment ul li.null {
	margin-top: 0px;
	margin-bottom: 1px;
}
#sortiment ul li {
	margin-top: 1px;
	margin-bottom: 1px;
}
#sortiment ul li a {
	display: block;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 15px;
	background-color: #d8e7f1;
	color: #069;
	background-image: url(../css_images/bg-menu-li-1.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	font-weight: bold;
}
#sortiment ul li a:hover {
	background-color: #CDE0ED;
}
#sortiment ul li a.active {
	background-color: #FFC;
	background-image: url(../css_images/bg-menu-li-2.gif);
	background-repeat: no-repeat;
	background-position: 150px center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
}
#sortiment ul li ul li a {
	padding-left: 20px;
	background-color: #e8f0f7;
	color: #369;
	font-size: 11px;
	font-weight: normal;
}
#sortiment ul li ul li a:hover {
	background-color: #DEEAF3;
}
#sortiment ul li ul li ul li a {
	padding-left: 30px;
	background-color: #f5f9fc;
	font-weight: normal;
	color: #666;
	font-size: 10px;
}
#sortiment ul li ul li ul li a:hover {
	background-color: #EDF3FA;
}
div.items-index, div.items-list-title {
	clear: both;
}

div.items-list-title {
	font-weight: bold;
	height: 30px;
}
div.items-list-title a {
	color: #000 !important;
}	
div.items {
	float: left;
	width: 105px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-top: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E2E2E2;
	border-right-color: #E2E2E2;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	height: 170px;
}
div.items div {
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
	text-align: center;
	overflow: hidden;
}
div.items div img {
	border: none;
}
div.items div h2 {
	font-size: 10px;
}
div.items div h2 a {}

div.items-list {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
div.items-list div.items {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	border: none;
	height: auto;
	float: none;

}
div.items-list div.items div {
	text-align: left;
	padding: 0;
}
div.items-list div.items div h2 {
	font-size: 12px;
}
div.items-list div.items div h2 span {
	float: right;
	color: #069;
}
div.items-list div.items div a.img {
	float: left;
	display: block;
	width: 100px;
}
div.items-list div.items div p {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 10px;
}

div.items-list div.items div div {
	float: right;
	margin-left: 2px;
}
div.items-list div.items div div a {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #CCC;
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
	font-size: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
div.items-list div.items div div.cena,
div.items-list div.items div div.cena-puvodni {
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFF;
	color: #C00;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
	width: 100px;
	text-align: right;
}
div.items-list div.items div div.cena-puvodni {
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	color: #999;
	font-weight: normal;
}
div.items-list div.items div div.detail {
	color: #FFF;
}
div.items-list div.items div div.detail a {
	background-color: #069;
}
div.items-list div.items div div.detail a:hover {
	background-color: #036;
}
div.items-list div.items div div.kosik {}
div.items-list div.items div div.kosik a {
	background-color: #900;
}
div.items-list div.items div div.kosik a:hover {
	background-color: #F00;
}
.gallery a {
	margin-right: 12px;
	margin-bottom: 10px;
	display: block;
	float: left;
}
.gallery a.last {
	margin-right: 0px;
}
.gallery img {
	border: 2px solid #CCC;
}

table.kosik{
	font-size:11px;
	border-collapse: collapse;
}
table.kosik th{
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#CCC;
	padding-right:4px;
	padding-left:4px
}
table.kosik td{
	padding-left:4px;
	padding-right:4px;
	border: 1px solid #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
}
table.kosik td a{
	color:#F00 !important;
	font-weight: bold !important;
	text-decoration: none;
}
table.kosik td a:hover{color:#000 !important}
table.kosik td span{font-size:10px; color:#999}
table.kosik td.line{border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:#EEDDB9; padding-top:5px; padding-bottom:5px}
table.kosik tr.licha{
	background-color:#F0F0F0
}
table.kosik tr.suda{
	background-color:#F9F9F9
}
table.kosik tr.mezisoucet{
	background-color:#DDD;
}
table.kosik tr.sleva{
	background-color:#FF9;
}
table.kosik tr.suma{
	background-color:#FCC;
}

div.helpdesk-area {
	border: 1px solid #CCC;
	background-color: #F4FCFF;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	height: 100px;
	overflow: auto;
	margin-bottom: 10px;
}

div.paging {
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}
div.paging a {
	border: 1px solid #CCC;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
	background-color: #CCC;
	color: #333;
	margin-right: 2px;
	margin-left: 2px;
}
div.paging a:hover {
	background-color: #FFF;
}
div.paging strong {
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid #000;
	background-color: #000;
	color: #FFF;
	margin-left: 2px;
	margin-right: 2px;
}

.highlight {
	background-color: #FF0;
	float: none !important;
	color: #C00 !important;
}
