/* CSS Document */

/* BASIC TYPOGRAPHY */

body, html {
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 80%;/* original: 88%; font sizing in ems; if you want to change anything, just change this.*/
    /*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change
    almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    background-color: #404040;
    width: 100%;
    min-height: 100%;
    height: 100%;
}
body {
    background-image: url(images/bgpattern.gif);
    background-repeat: repeat;
    background-position: 0px 0px;
    padding: 0px;
    height: auto;
}
p {
	margin: 0em 0em 0.5em 0em;
	}
p, a, table, th, tr, td, div {
    font-size: 1em;
	line-height: 1.2em;
    color: #ffffff;
}
a {
	text-decoration: underline;
	font-weight: bold;
	color: #ffffff;
}
a:link {
}
a:visited {
}
a:active {
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #b0b0b0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: verdana, helvetica, arial, sans-serif;
    padding: 0em;
    font-size: 1em;
    line-height: 1em;
    font-weight: normal;
    margin: 0em 0em 0.5em 0em;
    text-align: left;
}
h1 {
	position: relative;
	top: 0px;
	left: 0px;
    font-family: verdana, helvetica, arial, sans-serif;
    width: 900px;
    height: 139px;
    font-size: 2em;
    margin: 0px;
    color: #ffffff;
    overflow: hidden;
    border: 0px solid;
    border-bottom: 6px solid #ffffff;
    text-indent: -9999px;
    background-image: url(images/disturb-newlogo.gif);
    background-repeat: no-repeat;
    background-position: 37px 69px;
}
h1 a {
	position: absolute;
	top: 69px;
	left: 37px;
	width: 203px;
	height: 49px;
	border: 0px none;
	background: none;
    text-indent: -9999px;
}
h2 {
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
	height: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
h2.short {
	padding-left: 200px;
	height: 20px;
}
.pagetitle, .default {
	width: 744px;
	height: 20px;
	overflow: hidden;
	clear: both;

}
h3 {
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 1.05em;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 0.5em;
    color: #cc7d37;
}
h3 a {
    font-family: verdana, helvetica, arial, sans-serif;
    font-weight: bold;
    text-transform: none;
	text-decoration: none;
    margin-bottom: 0em;
    color: #cc7d37;
}
h3 a:hover {
	text-decoration: underline;
}
h3 span.dateline {
	width: auto;
	float: right;
	font-size: 0.9em;
    font-weight: normal;
    text-transform: lowercase;
}
h3 span.subtitle {
	font-size: 0.95em;
}


h4 {
    font-size: 1.1em;
    font-weight: bold;
}
#adminmenu h4 {
	background-color: #c00000;
	color: #ffffff;
	text-transform: lowercase;
	padding: 5px;
	border: 1px solid #000000;
	margin-right: 10px;
	margin-left: 10px;
}
h5 {
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 1.0em;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 0.5em;
    color: #cc7d37;
    text-align: left;
}
h5.title {
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 0.5em;
    color: #cc7d37;
    text-align: left;
}
h5.subtitle {
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 1.0em;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 0.5em;
    color: #cc7d37;
    text-align: left;
}
h5 span.dateline {
	width: auto;
	float: right;
	font-size: 0.9em;
    font-weight: normal;
    text-transform: lowercase;
}
h5 span.productcode {
	width: auto;
	float: right;
}
.catalogue h5 {
	font-size: 1.1em;
}

.productname {
    text-align: left;
    border: 1px solid #ffffff;
}
hr {
    margin-bottom: 0.5em;
	background-color: #959595;
	color: #959595;
	width: auto;
	margin-left: 0px;
	height: 1px;
	border: 0px none;
}

.interhead {
    padding: 0px 10px 0px 10px;
    margin: 0px;
}
h6 {
}
img {
	border: 0px none;
	margin: 0px;
	padding: 0px;
}
ol, ul, li {
	list-style: none;
	font-size: 1em;
	margin: 0em;
    padding: 0em;
	line-height: 1em;
	text-indent: 0em;
	}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 0.9em;
}
strong, b {
	font-weight: bold;
}
em, i {
    font-style: italic;
}

/* FORMS */

form, input, select, textarea, form a {
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: normal;
	color: #bbbbbb;
}
form {
    display: block;
    width: 90%;
    height: auto;
    text-align: left;
    margin: 0px auto 0px 0px;
    padding: 0px;
    float: none;
    font-size: 1.0em;
    overflow: hidden;
}
#content form {
}
form.pubform {
    width: 50%;
    padding: 0px 10px 0px 10px;
}
input, select, textarea {
    width: 84%;
    font-size: 0.9em;
    float: left;
    clear: right;
    font-weight: normal;
    border: 1px solid #bbbbbb;
    padding: 2px;
    background-color: #444444;
    background-image: url(images/topshadow2.jpg);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    text-align: left;
    margin: 0px;
    margin-bottom: 5px;
}
.smallform input {
	width:34%;
	float: left;
	margin: 0px;
	clear: none;
}
.smallform input.fieldbutton, .smallform input.submitbutton {
	width:15%;
	float: left;
	margin: 0px;
	margin-left: 1%;
}
.smallform br {
	display: none;
}
.smallform label {
	display: none;
}
.captchaimage {
    width: auto;
    float: left;
    clear: right;
    font-weight: normal;
    border: 1px solid #bbbbbb;
    padding: 0px;
    background-color: #444444;
    background-image: url(images/topshadow2.jpg);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    text-align: left;
    margin: 0px;
    margin-bottom: 5px;
}
select {
	height: auto;
}
option {
    background: transparent;
}
input, textarea {
    width: 83%;
}
input.short, textarea.short {
    width: 33%;
}
textarea {
    height: 2em;
    resize: none;
}
textarea:focus {
    height: 10em;
}
form.pubform textarea, form.pubform textarea:focus {
    height: 8em;
}
label {
    float: left;
    clear: left;
    width: 14%;
    height: auto;
    padding: 0px 5px 0px 5px;
    text-align: right;
    margin: 0px;
        margin-bottom: 5px;
    color: #000000;
    background-color: #bbbbbb;
}
input.hidden {
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    color: #000000;
}
.fieldbutton, .submitbutton {
    display: block;
    width: 16%;
    height: auto;
    padding: 0px 5px 0px 5px;
    float: left;
    margin: 2px 2px 0px 0px;
    clear: none;
    text-align: center;
    border: 0px none;
    border: 1px solid #bbbbbb;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 0.9em;
    background-color: #444444;
}
input.admlink {
    font-size: 0.8em;
    display: block;
    width: 16%;
    height: 16px;
    padding: 0px 5px 0px 5px;
    float: left;
    margin: 2px 2px 0px 0px;
    clear: none;
    text-align: center;
    border: 0px none;
    margin-bottom: 8px;
    cursor: pointer;
}
.fieldbutton:hover, .submitbutton:hover, .admlink:hover {
    background: #bbbbbb;
    color: #000000;
    text-decoration: none;
}
.fieldlistbox, .fieldlistbox:hover {
}
.linkbar {
    display: block;
    float: none;
    clear: both;
    margin: 8px 0px;
    padding-top: 10px;
    width: 100%;
    border-top: 1px dotted #b0b0b0;
}

.double {
    font-size: 1.2em;
    font-weight: bold;
    color: #ffffff;
}
.fieldcheckbox, .fieldradiobutton {
    width: 12px;
 	height: 12px;
}
.listtable {
    display: table;
    table-layout: auto;
    border-collapse: separate;
    border-spacing: 2px 2px;
    float: none;
    clear: both;
    margin: 0px 0px 8px 0px;
    width: 100%;
    height: auto;

}
.listtable td {
    display: table-cell;
    overflow: hidden;
    border-bottom: 1px solid #bbbbbb;
    color: #bbbbbb;
    padding: 0px;
    white-space: word-wrap;
}
td.admincell {
	width: 148px;
    text-align: right;
}
td.prodcolcell {
	width: 52px;
}
td.admincell a {
    font-family: helvetica, arial, sans-serif;
    white-space: normal;
    font-size: 9px;
    height: 12px;
    line-height: 10px;
    width: auto;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    padding: 1px 2px 1px 2px;
    margin: 0px 0px 1px 1px;
    text-transform: lowercase;
    text-decoration: none;
    color: #000000;
    background-color: #bbbbbb;
    vertical-align: baseline;
}
td.admincell a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #c00000;
    vertical-align: baseline;
}
.linkbar2 {
  display: block;
  width: auto;
  height: 16px;
  line-height: 16px;
  text-align: right;
  overflow: hidden;
  margin: 5px 0px 10px 0px;
  padding: 0px;
  float: none;
  clear: both;
}
.filterbar {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0px 0px 0px 0px;
  padding: 8px 0px 8px 0px;
  float: none;
  clear: both;
}


/* MAIN LAYOUT STUFF */




/* BASIC BLOCKS */

.mainblock {
  margin: 0px auto;
  padding: 0px;
  background: none;
  border: 0px none;
  width: 900px;
  height: auto;
  overflow: hidden;
  display: block;
  clear: both;
}
.block1 {
  padding: 0px;
  margin: 0px;
  height: auto;
  overflow: hidden;
  width: 157px;
  float: left;
  clear: left;
}
.block2 {
  width: 743px;
  padding: 0px;
  margin: 3px 0px 0px 0px;
  height: auto;
  overflow: hidden;
  float: right;
  clear: right;
}

/*
#content {
    padding-top: 40px;
}
.sideblock {
  display: block;
  float: none;
  clear: both;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  
}
.block {
    display: block;
    float: none;
    clear: both;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}
*/

/* STRUCTURE */

#all {
    padding: 20px 0px 20px 0px;
    margin: 0px auto 0px auto;
    background: none;
    border: 0px none;
    width: 904px;
    height: 739px;
    overflow: hidden;
}
#allmiddle {
    padding: 2px;
    margin: 0px;
    background-color: none;
    background-image: url(images/shadow.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    border: 0px none;
    width: 900px;
    height: 700px;
    overflow: hidden;
}
#allinner {
    padding: 0px;
    margin: 0px;
    background-color: none;
    background-image: url(images/bg-1.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    border: 0px none;
    width: 900px;
    height: 700px;
    overflow: hidden;
	position: relative;
	top: 0px;
	left: 0px;
}

/* FOOTER */

#bottom {
	clear: both;
    width: 900px;
    height: 35px;
    background: none;
    padding: 5px 0px 0px 0px;
}
#bottom p, #bottom a {
  text-align: center;
  padding: 2px 2px;
  border: 0px;
  margin: 0px auto;
  height: 16px;
  line-height: 16px;
  text-decoration: none;
    color: #b0b0b0;
    font-weight: normal;
}
#bottom a:hover {
  color: #c00000;
  text-decoration: none;
}
#bottom p.redline {
  color: #c00000;
  font-size: 0.9em;
}
#bottom p.redline a {
  color: #c00000;
  font-weight: normal;
  text-decoration: none;
}
#bottom p.redline a:hover {
  text-decoration: none;
  color: #b0b0b0;
}
#bottom img {
	vertical-align: text-bottom;
}

/* MAIN MENU */

#mainmenu {
    padding: 0px;
    margin: 104px auto auto 0px;
    width: 157px;
    height: auto;
    overflow: visible;
    background: none; 
}
#searchbox {
	float: left;
    padding: 0px;
    margin: 0px auto auto 0px;
    width: 112px;
    height: 20px;
    overflow: visible;
    background: none; 
	color: #808080;
	border: 1px solid #808080;
	border-left: 0px none;
	position: relative;
}
#searchbox label, #searchbox br, #searchbox div {
	display: none;
}
#searchbox input {
	padding: 2px;
	margin: 2px 0px 2px 8px;
	width: 76px;
	height: 14px;
	line-height: 14px;
	background: none;
	border: 0px none;
	text-transform: uppercase;
}
#searchbox .fieldbutton {
	margin: 0px;
	position: absolute;
	right: 4px;
	top: 2px;
	float: left;
	clear: none;
	width: 16px;
	height: 16px;
	padding: 0px;
	border: 0px none;
	background-image: url(images/magnify.gif);
	background-repeat: no-repeat;
	background-position: center middle;
	text-indent: -9999px;	
}
#mainmenu ul, #mainmenu li {
  display: block;
  width: auto;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: 129px;
  height: auto;
  overflow: visible;
  text-align: left;
  float: left;
  clear: both;
}
#mainmenu ul li ul, #mainmenu ul li ul li {
	float: none;
	width: 114px;
}
#mainmenu ul li {
	position: relative;
  	margin-bottom: 10px;
  	overflow: visible;
}
#mainmenu ul li ul {
	z-index: 99;
	position: absolute;
	top: 0px;
	left: -9999px;
	height: 74px;
}
#mainmenu ul li:hover ul, #mainmenu ul li.open ul {
	left: 128px;
}
#mainmenu ul a, #mainmenu ul p {
  font-family: verdana, helvetica, arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
  width: 112px;
  line-height: 20px;
  height: 20px;
  background: #000000;
  color: #808080;
  /* background-image: url(images/menu_bg.gif);
  background-position: top center;
  background-repeat: no-repeat; */
  text-transform: uppercase;
  text-align: left;
  padding: 0px;
  margin: 0px;
  display: block;
  text-indent: 10px;
  border: 1px solid #b0b0b0;
  border-left: 0px none;
}
#mainmenu ul a {
  background: #000000;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-left: 0px none;
  text-decoration: none;
}
#mainmenu ul a:hover {
  /* background-image: url(images/menu_bg_over.gif); */
  text-decoration: none;
  background: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
  border-left: 0px none;
}

#mainmenu ul li ul li a, #mainmenu ul li ul li p {
	width: 111px;
  	border-left: 1px solid #ffffff;
}
#mainmenu ul li ul {
}
#mainmenu ul li ul li ul {
}
#mainmenu ul li ul li a:hover {
	width: 111px;
  	border-left: 1px solid #ffffff;
}
#mainmenu ul ul ul a, #mainmenu ul ul ul p {
}
#mainmenu ul a.search {
	color: #808080;
	border-color: #808080;
	background-image: url(images/magnify.gif);
	background-repeat: no-repeat;
	background-position: 92px 2px;
}
#mainmenu ul a.extmenulink {
	color: #ffffff;
	border-color: #ffffff;
        background-color: #ff0000;
	background-image: url(images/kosik.png);
	background-repeat: no-repeat;
	background-position: 89px 3px;
}
#mainmenu ul a.extmenulink:hover {
        background-color: #ffffff;
        color: #000000;
	background-image: url(images/kosik_black.png);
}
#langmenu {
	display: block;
	width: auto;
	height: 13px;
	background: none;
	margin: 0px;
	position: absolute;
	top: 154px;
	right: 4px;
	padding: 0;
	overflow: hidden;
	list-style: none;
    text-indent: 0px;
    z-index: 10;
}
#langmenu li {
    width: 20px;
    height: 13px;
    display: block;
    float: left;
    clear: none;
    padding: 0px;
    margin: 0px;
    margin-left: 2px;
	list-style: none;
    text-indent: 0px;
}
ul#langmenu li a, ul#langmenu li p {
    display: block;
    width: 18px;
    height: 11px;
    border: 0px none;
    margin: 1px;
    margin-right: 6px;
    background-repeat: no-repeat;
    background-position: top left;
    text-indent: -9999px;
}
#langmenu a:hover {
    border: 1px solid #c00000;
    margin: 0px;
    margin-right: 5px;
}
#langlink_cz {
    background-image: url(images/flag_cz.gif);
}
#langlink_en {
    background-image: url(images/flag_en.gif);
}

/*

#langmenu .breadcrumbs {
    float: none;
    clear: none;
    border: 0px none;
    color: #000000;
    width: auto;
    height: auto;
    overflow: hidden;
    margin: 0px;
    padding-bottom: 4px;
    font-size: 0.8em;
    line-height: 10px;
    vertical-align: middle;
}
#langmenu .breadcrumbs a {
    text-transform: lowercase;
    text-decoration: none;
    display: inline;
    font-weight: normal;
}

*/

#error {
  position: absolute;
  top: 0px;
  left: 10px;
  z-index: 10;
  width: 870px;
  padding: 5px;
  background-color: #c00000;
  color: #ffffff;
  border: 1px solid #000000;
  border-bottom: 2px solid #000000;
}


/* ADMIN MENU */

#adminmenu {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 152px;
  padding: 10px 0px 10px 0px;
  margin: 0px;
  height: auto;
  overflow: hidden;
  background-image: url(images/bg-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #000000;
  z-index: 100;
}
#adminmenu ul, #adminmenu li {
  display: block;
  float: none;
  clear: both;
  padding: 0px;
  width: 100%;
  margin: 0px auto 0px auto;
  text-align: left;
}
#adminmenu ul li {
  margin: 5px auto 5px auto;
}
#adminmenu ul li ul li {
  margin: 0px auto 0px auto;
}
#adminmenu ul a {
  display: block;
  text-decoration: none;
  font-size: 0.9em;
  line-height: 1em;
  height: auto;
  font-weight: normal;
  width: 120px;
  overflow: hidden;
  padding: 0px 0px 0px 0px;
  margin: 1px 15px 1px 15px;
  color: #b0b0b0;
  background: #none;
}
#adminmenu ul a:hover {
  text-decoration: none;
  color: #c00000;
}
#adminmenu ul p {
  display: block;
  float: none;
  font-size: 1em;
  height: auto;
  line-height: 1em;
  width: 120px;
  overflow: hidden;
  padding: 2px 0px 2px 0px;
  margin: 2px 15px 3px 15px;
  background: none;
  border-bottom: 2px solid #ffffff;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}
#adminmenu p:hover {
  text-decoration: none;
  cursor: normal;
}

#adminmenu ul {
}
#adminmenu ul li {
    margin-bottom: 0.25em;
}
#adminmenu ul li ul {
}
#adminmenu ul li ul li {
    margin-bottom: 0em;
}




/* OTHER BLOCKS */

.galleryblock, #nodelist, #homelist, .backblk {
}
.galleryblock {
}
#nodelist, #catlist, #homelist {
}
#catlist {
	position: absolute;
	background: none;
	background-image: url(images/catbg.png);
	background-repeat: repeat;
	bottom: 4px;
	left: 0px;
	width: 888px;
	height: auto;
	margin: 0px;
	padding: 5px 6px 1px 6px;
}
#catlist .articles_title, #nodelist .articles_title {
}
.cattitle {
	font-weight: bold;
}

/* */

.contentblock, .galleryblock {
    display: block;
    background: none;
    background-image: url(images/artbg.png);
    background-repeat: repeat;
    background-position: 0px 0px;
    padding: 10px;
    margin: 0px 0px 0px 0px;
    width: 723px;
    height: auto;
    overflow: hidden;
    float: none;
    clear: both;
    border: 0px none;
}
.catalogue {
    padding: 4px;
    width: 735px;
    height: auto;
    overflow: hidden;
    float: none;
    clear: both;
    border: 0px none;
}
.catalogue hr {
	width: 511px;
	margin: 8px 0px 8px -10px;
}
#emptyproductblock1, #emptyproductblock2 {
    display: block;
    background-image: url(images/catbg-1.jpg);
    background-repeat: repeat;
    background-position: 0px 0px;
    padding: 0px;
    margin: -6px 0px 0px 1px;
    width: 742px;
    height: 417px;
    overflow: hidden;
    float: none;
    clear: both;
    border: 0px none;
}
#emptyproductblock2 {
    background-image: url(images/catbg-2.jpg);
}
.contentblock2 {
    display: block;
    background: none;
    background-image: url(images/artbg.png);
    background-repeat: repeat;
    background-position: 0px 0px;
    padding: 10px;
    margin: 0px 0px 0px 0px;
    width: 271px;
    height: auto;
    overflow: hidden;
    float: right;
    clear: right;
    border: 0px none;
}
.contentblock2 hr {
	width: 291px;
	margin-left: -10px;
}
.contentblockcat {
    display: block;
    background: none;
    background-image: url(images/artbg.png);
    background-repeat: repeat;
    background-position: 0px 0px;
    padding: 10px;
    margin: 0px 0px 0px 0px;
    width: 491px;
    height: 372px;
    overflow: hidden;
    float: right;
    clear: right;
    border: 0px none;
}
#content2imageblock {
    display: block;
    background: none;
    padding: 0px 10px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 437px;
    height: auto;
    overflow: hidden;
    float: left;
    clear: left;
    border: 0px none;

} 
#contentcatimageblock {
    display: block;
    background: none;
    padding: 0px 10px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 222px;
    height: auto;
    overflow: hidden;
    float: left;
    clear: left;
    border: 0px none;

} 
.galleryblock {
	border-top: 1px solid #b0b0b0;
}
.listunit, .imglistunit {
    display: block;
    background-color: none;
    background-image: url(images/artbg.png);
    background-repeat: repeat;
    background-position: 0px 0px;
    padding: 10px;
    margin: 0px 0px 0px 0px;
    width: 723px;
    height: auto;
    overflow: hidden;
    float: none;
    clear: both;
    border: 0px none;
    border-top: 1px solid #959595;
}
.imglistunit h3 {
	margin-bottom: 0em;
}
.imglistunit p {
	margin-bottom: 0em;
}
#content .firstrow {
    border-top: 0px none;
}
.imgprodlistunit {
	background: none;
    display: block;
    padding: 0px 0px 0px 0px;
    margin: 0px 12px 0px 4px;
    width: 102px;
    height: 184px;
    text-align: left;
    overflow: hidden;
    float: left;
    clear: none;
    vertical-align: middle;
}
.imgprodlistunit .imagediv {
	background: #000000;
	width: 102px;
	height: 128px;
	overflow: hidden;
}
.prodimg {
	width: 222px;
	height: 239px;
	overflow: hidden;
}
.prodimg p {
  margin-top: 4px;
  clear: both; 
  float: none; 
  text-decoration: none;
  text-transform: lowercase;
}
.prodimg p img {
	vertical-align: middle;
}
.prodtxt ul {
	list-style: disc inside none;
	text-indent: 0px;
	margin-left: 0px;
}
.prodtxt li {
	list-style: disc inside none;
	line-height: 1.2em;
	text-indent: 0px;
}
.cgalleryblock {
	width: auto;
	height: 239px;
	overflow: hidden;
}
.cgalleryunit {
	width: 222px;
	height: 239px;
	overflow: hidden;
	float: left;
	clear: none;
}
.prodrel {
	width: 222px;
	height: auto;
	overflow: hidden;
}
.rgalleryunit {
	width: 71px;
	height: 93px;
	overflow: hidden;
	float: left;
	clear: none;
	margin: 5px 3px 0px 0px;
}
.prodrel .lastcol {
	margin-right: 0px;
}
.rgalleryunit a {
	display: block;
	width: 69px;
	height: 91px;
	overflow: hidden;
	float: none;
	clear: none;
	padding: 0px;
	margin: 1px;
	border: 0px none;
}
.rgalleryunit a:hover {
	margin: 0px;
	border: 1px solid #c00000;
}
.rgalleryunit a img {
	width: 69px;
	height: 91px;
	overflow: hidden;
	float: none;
	clear: none;
	margin: 0px;
	border: 0px none;
}

.imgprodlistunit p {
margin: 0em;
}
.imgprodlistunit a {
text-decoration: none;
font-weight: normal;
}
.imgprodlistunit a img {
border: 1px solid #000000;
}
.imgprodlistunit a:hover {
text-decoration: none;
font-weight: normal;
color: #c00000;
}
.colpickunit {
	float: left;
	clear: none;
	width: 52px;
	height: 42px;
	margin: 0px;
	padding: 0px 1px 1px 0px;
	border: 0px none;
}
.colpickunit table, .colpickunit tr {
font-size: 0.9em;
line-height: 0.9em;
text-align: center;
margin: 0px;
padding: 0px;
}
.prodcolimage {
	margin-top: 0.5em;
}
.colpickunit .prodcolimage {
cursor: pointer;
margin-top: 0px;
}
.colpickunit .prodcolimage:hover {
border: 1px solid #c00000;
}
.imgprodlistunit a:hover img {
border: 1px solid #c00000;
}
.catlistunit {
	background: none;
    display: block;
    padding: 0px 0px 0px 0px;
    margin: 0px 4px 0px 4px;
    width: 141px;
    height: 108px;
    text-align: center;
    overflow: hidden;
    float: left;
    clear: none;
    vertical-align: middle;
}
#catlist .firstcol {
    margin-left: 0px;
    clear: left;
}

#catlist .lastcol {
    margin-right: 0px;
    clear: right;
}
#catlist a {
    width: 141px;
    height: auto;
    background: none;
    font-weight: bold;
    font-size: 0.9em;
    color: #ffffff;
    text-decoration: none;
}
div#catlist div.catlistunit a:hover {
	color: #c00000;
	text-decoration: none;
}
#catlist a img {
    width: 139px;
    height: 86px;
    margin-bottom: 2px;
    border: 1px solid #000000;
}
#catlist a:hover img {
    width: 139px;
    height: 86px;
    border: 1px solid #c00000;
}


.imglistunit div.imagediv {
    float: right;
    clear: right;
    margin-left: 10px;
}

/*
#linkslist {
    display: block;
    height: auto;
    overflow: hidden;
}
#linkslist div.intextdiv {
    width: 420px;
    height: auto;
    overflow: hidden;
    float: none;
    clear: none;
        vertical-align: middle;
}
#linkslist img {
    width: 128px;
    height: auto;
    display: inline;
    vertical-align: middle;
    margin-right: 10px;
    overflow: hidden;
    float: left;
    clear: left;
}
#linkslist div.textdiv {
    width: 560px;
    padding: 0px;
    margin: 0px;
    height: auto;
    overflow: hidden;
    float: left;
    clear: both;
    margin-bottom: 10px;
}
#linkslist table, #linkslist td {
    padding: 0px;
    margin: 0px;
    height: auto;
    overflow: hidden;
}
*/
.imagediv table {
    display: table;
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;
    border: 0px none; 
}
.imagediv table tr {
    display: table-row;
    margin: 0px;
    padding: 0px;
    border: 0px none; 
}
.imagediv table td {
    display: table-cell;
    margin: 0px;
    padding: 0px;
    border: 0px none; 
}
.imagediv a img {
    border: 1px solid #aaaaaa;
}


img.midimage {
    width: 222px;
    border: 0px none;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
}
div.midimagediv {
    width: 222px;
    height: auto;
    margin: 0px 10px 10px 0px;
    padding: 0px;
    border: 0px none;
    background-color: #000000;
    display: inline;
    clear: left;
    float: left;
    overflow: hidden;
}
img.thumbimage {
    width: 100px;
    border: 0px none;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
}
div.thumbimagediv {
    width: 112px;
    height: 78px;
    background: none;
    background-image: url(images/noimage.jpg);
    margin: 0px 10px 0px 0px;
    padding: 0px;
    border: 0px none;
    display: inline;
    clear: left;
    float: left;
    overflow: hidden;
}
div.thumbimagediv a {
    width: 110px;
    height: 76px;
    margin: 1px;
    padding: 0px;
    border: 0px none;
    background: none;
    display: block;
    clear: none;
    float: none;
    overflow: hidden;
}
div.thumbimagediv a:hover {
    margin: 0px;
    padding: 0px;
    border: 1px solid #b0b0b0;
}
div.thumbimagediv img {
    width: 110px;
    height: auto;
    margin: 0px;
    padding: 0px;
    border: 0px none;
    background: none;
    display: block;
    clear: none;
    float: none;
    overflow: hidden;
}
table.imgtable {
	text-align: center;
	padding: 0px;
	margin: 0px 0px 10px -10px;
	border-collapse: collapse;
	border: 0px none;
	clear: both;
}
.fullimage {
    width: 743px;
    border: 0px none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    float: none;
    clear: both;
}
.midimage {
    width: 222px;
    border: 0px none;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
}


/* START imagegallery */

.galleryblock div.galleryunit {
  float: left;
  clear: none;
  width: 102px;
  height: 102px;
  overflow: hidden;
  margin: 0px 8px 10px 0px;
  padding: 5px;
  background: none;
}
div.galleryunit table {
  width: 102px;
    display: table;
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;
    border: 0px none; 
}
div.galleryunit table, div.galleryunit tr, div.galleryunit td {
  width: 102px;
  margin: 0px;
  padding: 0px;
}
div.galleryunit a {
  display: block;
  width: 100px;
  height: auto;
  max-height: 100px;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  border: 1px solid #404040;
}
div.galleryunit a img {
	clear: both;
}
div.galleryunit a:hover  {
  border: 1px solid #b0b0b0;
}
.galleryblock div.firstcol {
}
.galleryblock div.lastcol {
	margin-right: 0px;
}
.galleryblock div.lastrow {
}

/* END imagegallery */

/* START system and navigation */

.pager {
    display: block;
    background-color: none;
    background-image: url(images/artbg.png);
    background-repeat: repeat;
    background-position: 0px 0px;
    padding: 4px 10px 5px 10px;
    margin: 0px 0px 0px 0px;
    width: 723px;
    height: auto;
    overflow: hidden;
    float: none;
    clear: both;
    border: 0px none;
    border-top: 1px solid #959595;
    font-size: 0.9em;
    text-align: right;
}
div.admincontent .pager {
    width: 703px;
}
.pager a {
    text-transform: lowercase;
}
.clearall {
    font-size: 1px;
    line-height: 1px;
    height: 1px;
    display: block;
    overflow: hidden;
    float: none;
    clear: both;
}

/* END system and navigation */

/* START content specific */

/* SITEMAP */
/* PAGER */

.pager a  {
  text-decoration: none;
  font-weight: normal;
}
.pager {
  color: #aaaaaa;
}

.sitemap ul, .sitemap li, .sitemap ul li ul, .sitemap ul li ul li {
    margin: 0px;
    padding: 0px;
    text-indent: 0px;
}
.pager a, .sitemap a {
    font-weight: normal;
    font-size: 1em;
}

/* ARTICLES */


/* PROGRAM */

.articlesunit div.imagediv table, .articlesunit div.imagediv tr, .articlesunit div.imagediv td, .articlesunit div.imagediv img {
    margin: 0px;
    padding: 0px;
}

.catunit div.imagediv table, .catunit div.imagediv tr, .catunit div.imagediv td, .catunit div.imagediv img {
    margin: 0px;
    padding: 0px;
}

.galleryunit div.imagediv table, .galleryunit div.imagediv tr, .galleryunit div.imagediv td, .galleryunit div.imagediv img {
    margin: 0px;
    padding: 0px;
}

.catunit div.imagediv table, .programunit div.imagediv table, .headerunit div.imagediv table, .articlesunit div.imagediv table, .galleryunit div.imagediv table {
    table-layout: fixed;
    border-collapse: collapse;
    empty-cells: hide;
    border-spacing: 0px 0px;
}

/* END content specific */


/*

.counter {
    display: block;
    float: right;
    clear: none;
    height: 32px;
    line-height: 32px;
    padding: 0px;
    text-transform: lowercase;
    margin: 0px 8px 0px 8px;
}
a.counter {
    color: #aaaaaa;
    font-weight: normal;
    text-transform: lowercase;
    margin: 0px;
}
.orange {
    color: #f2b40f;
}

*/

.morelink, .getbacklink, #contentcol a.editlink {
    display: block;
    float: right;
    font-family: verdana, helvetica, arial, sans-serif;
    height: 1em;
    width: auto;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    padding: 2px;
    margin: 0em 0em 0em 1em;
    text-transform: lowercase;
    vertical-align: middle;
    border: 0px none;
    color: #c00000;
    background: none;
}
.redlink, .gallerylink {
    color: #c00000;
    text-transform: lowercase;
    font-weight: normal;
    text-decoration: none;
}
.intlink {
    color: #c00000;
    text-transform: none;
    font-weight: normal;
    text-decoration: none;
}
.morelink:hover, .getbacklink:hover, .gallerylink:hover, #contentcol a.editlink:hover, .redlink:hover, .intlink:hover {
    color: #b0b0b0;
    text-decoration: none;
    font-weight: normal;
}


.linkbar2 a, a.admlink {
    display: block;
    width: auto;
    float: left;
    height: 14px;
    overflow: hidden;
    margin: 0px 4px 0px 0px;
    padding: 0px;
    color: #b0b0b0;
    white-space: nowrap;
    text-decoration: none;
	font-weight: normal;
}
.linkbar2 a {
    padding: 0px 2px 0px 2px;
    margin: 0px 1px 0px 0px;
	background-color: #b0b0b0;
	color: #000000;
	font-size: 0.9em;
	text-transform: lowercase;
}
.linkbar2 a:hover {
	background-color: #c00000;
	color: #000000;

    text-decoration: none;
}
a.admlink {
}
a.admlink:hover {
	font-weight: normal;
}
.getbacklink, .submenuall, .editlink {
}
.editlink {
}
.admedit {
}
.admadd {
}
.admdel {
}
.submenulink {
}
.listline {
    display: block;
    float: left;
    clear: right;
    width: 252px;
    margin-top: 0px;
    padding-top: 0px;
    margin-left: 8px;
    margin-bottom: 24px;
}
.midlistline {
    display: block;
    float: left;
    clear: right;
    width: 190px;
    margin-top: 0px;
    padding-top: 0px;
    margin-left: 8px;
    margin-bottom: 0px;
}
.listthumbdiv {
    display: block;
    width: 92px;
    height: 92px;
    padding: 0px;
    margin: 0px;
    margin-right: 10px;
    float: left;
    clear: left;
    vertical-align: top;
}
.listimage {
    display: block;
    width: auto;
    max-width: 25px;
    height: 25px;
    padding: 0px;
    margin: 0px;
	margin-bottom: 1px;
	border: 1px solid #b0b0b0;
}
.piccell {
	width: 25px;
	height: 25px;
	overflow: hidden;
}
.linkimage {
    display: block;
    width: 128px;
    height: auto;
    padding: 0px;
    margin: 0px;
}
.listmiddiv, .inlineimg {
    display: block;
    width: 144px;
    height: 144px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    margin-right: 16px;
    margin-bottom: 16px;
    float: left;
    clear: left;
    vertical-align: top;
    padding-right: 16px;
    border-right: 1px solid #bbbbbb;
}
.centerme {
    text-align: left;
    vertical-align: middle;
}
.hundred {
    height: 100%;
    width: 100%;
}
.fullwidth {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.clear, .clear1, .clearall {
    display: block;
    float: none;
    clear: both;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    margin: 0px;
    padding: 0px;
}
.nopad {
    margin-bottom: 0px;
}
form a.admlink {
    display: block;
    width: 98px;
    height: 14px;
    padding: 0px;
    float: left;
    margin: 2px 2px 0px 0px;
    clear: none;
    text-align: center;
    border: 1px solid #bbbbbb;
    background-color: #444444;
    background-image: url(images/topshadow2.jpg);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    cursor: pointer;
    text-indent: 0px;
    font-size: 0.9em;
    line-height: 12px;
    color: #bbbbbb;
    text-transform: none;
}
form a.admlink:hover {
    display: block;
    width: 98px;
    height: 14px;
    padding: 0px;
    float: left;
    margin: 2px 2px 0px 0px;
    clear: none;
    text-align: center;
    border: 1px solid #bbbbbb;
    background: #bbbbbb;
    cursor: pointer;
    text-indent: 0px;
    font-size: 0.9em;
    line-height: 12px;
    color: #000000;
    text-transform: none;
    text-decoration: none;
}
.anchors {
    width: 160px;
    border: 1px dotted #f2b40f;
    background-color: #ffffff;
    padding: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    clear: right;
    float: right;
    font-size: 0.8em;
}
a.faqterm {
    text-decoration: none;
}
a.faqterm:hover {
    text-decoration: none;
    color: #000000;
}
a.hidden {
    margin: 0px;
    padding: 0px;
    font-size: 1px;
    width: 1px;
    height: 1px;
    line-height: 1px;
    overflow: hidden;
    border: 0px none;
}
.homeimage {
    margin: 0px;
    padding: 0px;
    width: 743px;
    height: 534px;
    overflow: hidden;
    border: 0px none;
    margin-top: 7px;
}
.maillink {
	font-weight: normal;
	color: #c00000;
	text-decoration: none;
}
.maillink:hover {
	font-weight: normal;
	color: #b0b0b0;
	text-decoration: none;
}
.loginlink {
	display: block;
	font-weight: normal;
	float: right;
	padding: 0px;
	clear: right;
	width: 14px;
	height: 14px;
	overflow: hidden;
	text-indent: -9999px;
	background: none;
	background-image: url(images/whitelock.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.loginlink:hover {
	background-color: #c00000;
}
.fullimage {
	width: 743px;
	margin-left: -10px;
	clear: both;
}

#imageData, #imageData span { color: #000000; }
.prodcolimage {
	margin-bottom: 1px;
	border: 1px solid #b0b0b0;
}
#overDiv a {
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
	color: #b0b0b0;
}
#overDiv a:hover {
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
	color: #c00000;
}
.labellink {
	color: #c00000;
	cursor: pointer;
}
.labellink:hover {
	color: #000000;
	background-color: #c00000;
	cursor: pointer;
}
.prodimg, .prodrel {
	width: 222px;
	height: auto;
	margin: 0px 15px 10px 0px;
	padding: 0px;
	float: left;
	clear: left;
}
.prodtxt {
	width: 497px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: right;
	clear: right;
}
.searchhilite {
	background-color: #c00000;
}

