/* cycade template css file v1.2
refer to template guidelines when creating new templates
updated 29/05/04
/*

/* default font face, size and colour (for uniformity) */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #ffffff;
	text-align: center;
}
/* prevents forms from messing up the layouts (thanks berro!) */
form {
	margin: 0px;
	padding: 0px;
}
/* lists */
ul {
	margin: 5px;
	padding: 0px;
	list-style-position: inside;
}
/* main table */
#global {
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#content {
	width: 730px;
}
/* used in most areas with normal text */
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.text a {
	color: #666666;
	text-decoration: underline;
}
.text a:Hover {
	color: #666666;
	text-decoration: none;
}
/* smaller text */
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.smalltext a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}
.smalltext a:Hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
/* links using template's main colour */
a.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5b759c;
	text-decoration: none;
}
a.link:Hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5b759c;
	text-decoration: underline;
}
/* title uses template's main colour */
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5b759c;
	font-weight: bold;
}
.title a:link, .title a:visited, .title a:active {
	color: #5b759c;
}
.servicesbg {
	background-color: #f2f2f2;
}
.servicesbgbottom {
	background-color: #f2f2f2;
	background-image: url(layouts/pictures/services_bg.gif);
	background-repeat: repeat;
}
/* subnavigation is achieved through this drop down menu */
.subsectionmenu {
	float: right;
	font-size: 12px;
	background-color: #f2f2f2;
	border: thin solid #666666;
	text-align: left;
	height: 16px;
	width: 200px;
	color: #333333;
}
.contentcell {
	padding: 5px;
	font-size: 12px;
}
.form {
	font-size: 12px;
	color: #333333;
	border: 1px #666666;
	background-color: #f2f2f2;
}
/* links displayed as buttons */
a.button {
    font-weight: bold;
    font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 4px 8px;
    border-top: 1px solid white;
    border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid white;
	text-align: center;
    min-width: 75px;
    text-transform: uppercase;
}
a.button:link { 
	background-color: #bee169;
	font-size: 9px;
    color: #ffffff;
    text-decoration: none;
  }
a.button:visited {
	background-color: #bee169;
	font-size: 9px; 
	color: #ffffff;
	text-decoration: none;
  }
a.button:hover { 
	background-color: #999999;
	font-size: 9px; 
	color: #ffffff;
	border-color: black white white black;
	text-decoration: none;
  }
a.button:active { 
	background-color: #cccccc;
	font-size: 9px; 
	color: #ccc; 
	text-decoration: none;
  }
/* real buttons (usually identical to links as buttons) */  
.button {
	font-weight: bold;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 8px;
	border-top: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid white;
	text-align: center;
	text-transform: uppercase;
	background-color: #bee169;
    color: #ffffff;
    text-decoration: none;
}
.button:hover { 
	background-color: #999999;
	font-size: 9px; 
	color: #ffffff;
	border-color: black white white black;
	text-decoration: none;
}
/* vertical dotted line */
.dotsv {
	background-image: url(layouts/pictures/dots_vertical.gif);
	width: 2px;
	background-repeat: repeat-y;
}
/* horizontal dotted line */
.dotsh {
	background-image: url(layouts/pictures/dots_horizontal.gif);
	height: 5px;
	background-repeat: repeat-x;
}
/* classes for modules (common to all templates: adapt style but do not remove) */
.moduletable {
	padding: 5px;
	margin: 0px;
	border: none;
	width: 100%;
	display: table;
}
.modulebg {
	background-color: #f1f4f5;
}
.moduleheader {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	border: none;
	visibility: hidden;
}
.moduletitle {
	color: #5b759c;
	font-weight: bold;
	border: 0px;
}
.moduleseparator {
	background-color: #cccccc;
	margin: 0px;
	padding: 0px;
}
/* standard module text. used for odd lines of tables (for alternating bg for instance) */
.moduletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	vertical-align: top;
}
.moduletext a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5b759C;
	vertical-align: top;
	text-decoration: none;
}
.moduletext a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5b759C;
	vertical-align: top;
	text-decoration: underline;
}
.moduletext a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5b759C;
	vertical-align: top;
	text-decoration: none;
}
/* module text for even lines in a table (for alternating bg for instance) */
.moduletexteven {
	background-color: #f1f4f5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	vertical-align: top;
}
.moduletexteven a {
	background-color: #f1f4f5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5b759C;
	vertical-align: top;
	text-decoration: none;
}
.moduletexteven a:hover {
	background-color: #f1f4f5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5b759C;
	vertical-align: top;
	text-decoration: underline;
}
.moduletexteven a:visited {
	background-color: #f1f4f5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5b759C;
	vertical-align: top;
	text-decoration: none;
}
.moduletitle {
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.moduletitle a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5b759C;
	font-weight: bold;
	vertical-align: top;
	text-decoration: none;
}
.moduletitle a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5b759C;
	font-weight: bold;
	vertical-align: top;
	text-decoration: underline;
}
.moduletitlesmall {
	font-size: 12px;
	vertical-align: top;
	color: #5b759C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.moduletitlesmall a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5b759C;
	vertical-align: top;
	text-decoration: none;
}
.moduletitlesmall a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5b759C;
	vertical-align: top;
	text-decoration: underline;
}
.moduletextsmall {
	font-size: 10px;
	color: #cccccc;
}
.moduletextsmall a {
	font-size: 10px;
	color: #5b759C;
	text-decoration: none;
}
.moduletextsmall a:hover {
	font-size: 10px;
	color: #5b759C;
	text-decoration: underline;
}
.modulethumb {
	vertical-align: top;
	width: 65px;
	border: 1px solid #cccccc;
	height: 49px;
}
/* thumbnails in galleries can have cool rollover effects and borders */
.modulethumbgallery {
	border: 4px solid #dbe6e9;
}
a:hover .modulethumbgallery {
	border: 4px solid #63919d;
}
/* pictures in galleries can have cool rollover effects and borders */
.modulepicgallery {
	border: 1px solid #dbe6e9;
}
a:hover .modulepicgallery {
	border: 1px solid #63919d;
}
.moduleform {
	color: #666666;
	margin: 0px;
	padding: 0px;
}
/* lists for modules */
.modulelist {
	list-style-position: outside;
	list-style-image: url(layouts/pictures/module_news_bullet.gif);
}
/* can be used to add a bullet next to a module title or next to poll proposals */
.modulebullet {
	width: 20px;
	border: 1px;
	background-image: url(layouts/pictures/module_news_bullet.gif);
	background-repeat: no-repeat;
	margin: 5px;
	background-position: center;
}
/* display poll results */
.moduletableresult {
	padding: 0px;
	margin: 0px;
	border: none;
	width: 100%;
	display: table;
}
.moduleresult {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	background-color: #5b759c;
	padding: 0px;
	margin: 0px;
	height: 11px;
	line-height: 11px;
}
.moduleresultremaining {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	padding: 0px;
	margin: 0px;
	height: 11px;
	line-height: 11px;
}
.modulefooter {
	background-color: #b8b8b8;
	height: 3px;
	margin: 0px;
	padding: 0px;
	border: none;
	visibility: hidden;
}
/* language selection */
.language {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.language a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}
.language a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
/* footer text (legal info etc) */
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}
/* navigation for template 2 can be removed from css of other templates */
.navigationtable {
	height: 60px;
	width: 615px;
}
.navbgon {
	background-image: url(layouts/pictures/nav_bg_on.jpg);
	background-repeat: repeat;
	text-align: center;
	min-width: 68px;
}
.navbgon:Hover {
	background-image: url(layouts/pictures/nav_bg_off.jpg);
	background-repeat: repeat;
	text-align: center;
	min-width: 68px;
}
.textnavon {
	font-size: 12px;
	color: #5b759C;
	text-align: center;
	text-decoration: none;
}
.textnavon a {
	font-size: 12px;
	color: #5b759C;
	text-align: center;
	text-decoration: none;
}
.textnavon a:hover {
	font-size: 12px;
	color: #5b759C;
	text-align: center;
	text-decoration: underline;
}			
.navbgoff {
	background-image: url(layouts/pictures/nav_bg_off.jpg);
	background-repeat: repeat;
	text-align: center;
	border-left-width: 1px;
	border-left-style: double;
	border-left-color: #999999;
	min-width: 68px;
}
.navbgoff:hover {
	background-image: url(layouts/pictures/nav_bg_on.jpg);
	background-repeat: repeat;
	text-align: center;
	border-left-width: 1px;
	border-left-style: double;
	border-left-color: #999999;
	min-width: 68px;
}
.textnavoff {
	font-size: 12px;
	color: #333333;
	text-align: center;
	text-decoration: none;
}
.textnavoff a {
	font-size: 12px;
	color: #333333;
	text-align: center;
	text-decoration: none;
}
.textnavoff a:hover {
	font-size: 12px;
	color: #333333;
	text-align: center;
	text-decoration: underline;
}
/* gallery */
.gallerylist {
}
/* powered by cycade part */
.copycycade {
	border-top: 1px solid #D7D7D7;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	color: #9B9B9B;
}
.copycycade a:link, .copycycade a:visited, .copycycade a:active {
	text-decoration: none;
	color: #9B9B9B;
}
.copycycade a:hover {
	text-decoration: underline;
	color: #84AE2C;
}
/* catalog*/
.price_htva {
	font-size: 1.2em;
}
.price_tvac {
	font-size: 1em;
}
.price_htva_end {
	font-size: 0.9em;
}
.price_tvac_end {
	font-size: 1.2em;
}
.catalog_promo_sep {
}
.catalog_promo {
	font-weight: bold;
}
.catalog_promo strong {
	color: #CC0000;
}
.catalog_picture {
}
/* navigation settings */
body { behavior:url("csshover.htc"); }
.dlnavig, .dtnavig, .ddnavig, .navig, .ulnavig, .linavig {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: normal;
	position: relative;
}
/* position of the navigation */
#menuglobal {
	position: relative;
}
/* main sections of navigation */
.menu {
	color: #5B759C;
	text-transform: uppercase;
	display: inline-block;
	top: 5px;
	position: relative;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-left: 1px dotted #adadad;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	clear: none;
	float: left;
}
.menu a {
	color: #5B759C;
	padding: 5px;
	text-decoration: none;
	display: block;
}
.menu a:hover {
	color: #5B759C;
	text-decoration: none;
}
.menu .ulnavig {
	border-right: 1px dotted #adadad;
	border-left: 1px dotted #adadad;
	border-bottom: 1px dotted #adadad;
	background-color: #fff;
	position: absolute;
	left: -1px;
	display: none;
}
.menu .ulnavig li {
	border-top: 1px dotted #adadad;
	text-align: left;
}
li.menu:hover ul.ulnavig {
	display: block;
}
/* subsections of navigation *
#smenu1, #smenu2, #smenu3, #smenu4, #smenu5, #smenu6, #smenu7, #smenu8, #smenu9, #smenu10, #smenu11, #smenu12 {
	position: absolute;
	left: 80px;
	margin-top: -30px;
	display: none;
	font-size: 14px;
	width: 150px;
	background-color: #d9e0cb;
	text-align: center;
	text-transform: none;
	color: #c0805d;
	text-decoration: none;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
}
#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a, #smenu5 a, #smenu6 a, #smenu7 a, #smenu8 a, #smenu9 a, #smenu10 a, #smenu11 a, #smenu12 a {
	color: #6d903c;
	text-decoration: none;
}
#smenu1 a:hover, #smenu2 a:hover, #smenu3 a:hover, #smenu4 a:hover, #smenu5 a:hover, #smenu6 a:hover, #smenu7 a:hover, #smenu8 a:hover, #smenu9 a:hover, #smenu10 a:hover, #smenu11 a:hover, #smenu12 a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #c0805d;
}*/

