@CHARSET "UTF-8";

	body { padding: 0px; margin: 0px; font-family: Verdana, sans-serif; background-color: white; }
	img {border: 0px;}
	a {color: #087a0b;}
	a:hover { text-decoration: none; }
	p { margin-top: 2px; margin-bottom: 2px;}
	table.main-design {
		/* background-image: url('%%MODULE_PATH%%/img/up_flowers.jpg'); */
		background-repeat: repeat-x;	
	}	
	td.design-left-col {width: 300px; text-align: left; vertical-align: top; padding: 5px; font-size: 10pt;}
	td.design-left-col a, .main-menu a { text-decoration: none; }
	td.design-left-col a:hover, .main-menu a:hover { text-decoration: underline; }
	td.design-left-col .logo { text-align: center; }
	td.design-left-col .phone { text-align: center; color: #dc5418; font-size: 14pt; }
	.main-menu { text-align: center; padding: 3px; font-size: 11pt; }
	
	.design-content-col {
		text-align: left;
		vertical-align: top;	
		padding-top: 60px;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
		font-size: 11pt;
	}	
	.border-block { border: 1px #c0e1ea solid; }
	
	td.design-left-col ul li {color: #087a0b;}
	.cart { font-style: italic; }
	
	.up-down-line {
		border-top:    1px #087a0b solid;
		margin-top:	8px;
		margin-bottom:	8px;
		margin-left: 10px;
		margin-right: 10px;  
		border-bottom: 1px #087a0b solid;
	}
	
	.catalog-header {
	  font-size: 11pt; font-weight: bold;
	  padding-left: 20px;
	}
	
	.orange {
		color: #dc5418;
	}
	
	td.design-left-col div.orange { border-top: 1px #c0e1ea solid; padding-bottom: 10px; }

	div.flower-separator-bottom {
	 height: 17px;
	 /* background-image: url('%%MODULE_PATH%%/img/flowers_line.jpg'); */
	 background-position: 12px;
	 background-repeat: repeat-x;
	 margin-bottom: -8px;
	}
	
	div.flower-separator-top {
	 height: 17px;
	 /* background-image: url('%%MODULE_PATH%%/img/flowers_line.jpg'); */
	 background-position: 12px;
	 background-repeat: repeat-x;
	 margin-top: -8px;
	}	
	div.border-header {
		margin-top: -16px;
		margin-left: 50px;
		margin-right: 50px;
		padding-top: 5px;
		height: 30px;
		text-align: center;
		/* background-image: url("%%MODULE_PATH%%/img/border-header.gif"); */
		background-color: white;
		background-repeat: repeat-x;
		color: #087a0b;
		font-weight: bold;
	}
	
	div.padding-block {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	div.left-block {
	}




	h1, h2, h3, h4, h5, h6,
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #dc5418; }
	div.catalog-header, div.catalog-header a  {
		color: #dc5418;
	}
	
h1, h2, h3, h4, h5, h6 {color: #e15518;}
h1 {font-size: 16pt;}
h2 {font-size: 13pt;}
h3 {font-size: 11pt;}
h4 {font-size: 10pt;}
h5 {font-size: 9pt;}
h6 {font-size: 8pt;}

        .padding-text {
		padding: 5px;
	}
	
	.footer td {
		font-size: 9pt;
	}




        .hidden{ display: none; }
        .submenu {
            position: absolute;
            z-index: 1000;
            text-align: left;
            /* border: 1px black solid;
            background: white; */
            padding: 5px;
        }
        ul.submenu { list-style-type: none; }

