/* @override http://test.econoheat-med.com/site.css */

/* @override http://test.econoheat-med.com/site.css */

/* @override http://test.econoheat-med.com/site.css */

/* @override http://test.econoheat-med.com/site.css */

/* @override http://test.econoheat-med.com/site.css */

/* @override http://test.econoheat-med.com/site.css */

/* @override http://test.econoheat-med.com/site.css */

/* @override http://test.econoheat-med.com/site.css */

@charset "UTF-8";
/* CSS Document */


/*  LAYOUT
----------------- */

* {
	margin: 0;
	padding: 0;
}

html, body {
	width:100%;
	margin:0; 
	padding:0;
	background:#4a575d url(images/body-bg.jpg) repeat-x 0 0;
	text-align:center;
}

#centerpage {
	width:981px;
	margin:auto;
	text-align:left;
	background:#fff;
}


/* TOP SECTION: BANNER, METANAV */

/* metanav */
#metanav {
	height: 39px; 
	background-color:#ce1126;
	padding: 0 0 0 240px;
	margin: 0;
}


#metanav ul {
	list-style:none; 
	padding:0;
	height: 100%;
	float: left;
	margin: 0;
}

#metanav ul li { 
	color:#f5f4f4; 
	font-weight:bold;
	float: left;
	margin-left: 4px;
	border-right-style: solid;
	border-right-width: thin;
	padding-right: 5px;
	margin-top: 14px;
}

#metanav ul li.last {
	border: none;
}

#metanav ul li a {
	text-decoration:none; 
	color:#eeecec;
	font-size: 13px;
	font-weight: bold;
	display: block;
	text-transform: none;
}

#metanav ul li a:hover {
	text-decoration:underline;
	color: #fff;
}


/*FLAGS*/
#metanav #flags {
	float: right;
	width: 240px;
}

#metanav #flags ul {
	padding: 0;
	margin: 0 5px 0 0;
	list-style: none;
}

#metanav #flags ul li {
	float: right;
	padding: 0;
	margin: 2px 8px 0 0;
	border: none;
}

#metanav #flags ul li a {
	padding: 0;
	margin: 0;
}

#metanav #flags img {
	padding: 0;
	margin-bottom: 0;
	margin-top: 12px;
	margin-right: 0;
}

/*banner*/

#photobox {
	height:140px;
}







/* SIDEBAR  
---------------------- */



/*AJAX SEARCH 
------------------*/

h3.siteSearch {
		margin-left: 22px;
	padding: 0;
	margin-bottom: 0;
	margin-top: 5px;
}

#ajaxSearch_form {
	width: 188px;
	padding: 0;
	margin: 0 0 0 22px;
}

#ajaxSearch_output {
		width: 188px;
	margin-left: 16px;
}

#ajaxSearch_submit {
	margin-left: 12px;
}



/*MENU 
---------*/
#menu {
	float:left; 
	width: 240px; 
	position:relative; 
	z-index:5; 
	display:inline;
	margin: -179px 0 0;
	padding: 0;
}

#menushadow {
	background-image: url(images/menu.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: -20px 0 0;
	padding: 10px 0 0;
}

#menuinner {
	background-color: #fff;
	background-image: url(images/menu_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding-right: 0;
	padding-top: 110px;
	padding-bottom: 0;
}

#menu_end {
	width:240px;
	height:61px;
	background-color: #fff;
	background-image: url(images/menu_bottom.jpg);
	background-repeat: no-repeat;
	margin: -3px 0 0;
	padding: 0;
}


.nav {
	margin: 0 0 0 20px;
	padding: 0 0 2px;
	width: 220px;
}

#generalNav {
	margin-top: -14px;
}



/*sidebar list syle */
#menu a:hover {
	color: #fd011f;
}

#menu ul { 
	text-transform: uppercase;
	padding: 0;
	list-style: none;
	margin: 0;
}

#menu ul li ul {
	margin:0; 
	border-bottom:0; 
	text-transform: none;
	padding: 0;
			background: url(images/nav.jpg) repeat-y;

}

#menu ul li {
	background: url(images/nav_bottom.jpg) no-repeat 0 bottom;
	margin-bottom: 10px;
	padding-bottom: 10px;
}


#menu ul li a {
	color:#ce1126;
	font-weight:bold;
	display:block; 
	text-decoration:none; 
	margin: 0;
	padding: 7px 0 3px 16px;
	background: url(images/nav_ul_li.jpg) no-repeat;
}

#menu ul li ul li {
	list-style-image: url(images/nav_arrow.jpg);
	list-style-position: outside;
	margin: 0 0 0 32px;
	padding: 0;
	background: none;
}
	
#menu ul li ul li a {
	color:#ce1126;
	font-weight:bold;
	background: none;
	margin: 0;
	padding: 0;
}




/*TOOLBAR 
___________*/

.toolbar {
	width: 188px;
	height: 32px;
	margin-left: 23px;
	background: url(images/toolbar/toolbar.jpg) no-repeat;
}

.toolbarLeft {
	float: left;
	width: 31px;
}

.toolbarLeft img {
	float: left;
}

.toolbarMiddle {
	float: left;
	width: 122px;
	text-align: center;
	padding-top: 10px;
	color: #777777;
	font-size: 12px;
	font-weight: bold;
}

.toolbarMiddle a {
	color: #777777;
	text-decoration: none;
	display: block;
}

.toolbarRight {
	float: left;
	width: 35px;
}

.toolbarRight img {
	float: right;
}




/* USER LOG-IN
----------------- */
#menu .loginbox { 
	padding-bottom: 30px; 
	margin-top: 31px;
	margin-left: 20px;
	margin-right: 26px;
	padding-left: 10px;
	border-top: thin solid #cecece;
}

#menu .loginbox h3 {
	margin: 0; 
	font-size: 1em; 
	color: #303030; 
	font-weight: bold;
	text-align:center;
	line-height: 2em; 
	background:#fff url(images/bg_headline.gif) no-repeat 0 0;
	padding: 0;
}


#menu input.submit-image {
	float: right;
	margin-right: 17px;
	margin-top: 7px;
}



input#username,
input#password
{
	width: 150px;
}

#menu .loginbox label {
		margin-bottom: 5px;

}

#menu .loginbox h4 {
	text-align: center;
}




/* CONTENT AREA
------------------*/

#content {
	float: right; 
	padding: 0 10px 0 0;
	width: 721px;
}

/*BREADCRUMB*/
#breadcrumb {
	width: 721px;
	height:30px;
	background-image: url(images/breadcrumb.jpg);
	margin-bottom: 15px;
	margin-top: 5px;
}

#breadcrumb, #breadcrumb a {
	color:#717171;
}

#breadcrumb img {
	padding: 0;
	margin: 0;
	float: left;
}

#breadcrumb .trail {
	padding-top: 7px;
	padding-left: 30px;
	width: 580px;
	float: left;
}

#breadcrumb .longTitle {
	float: right;
	color: #666666;
	font-weight: bold;
	font-size: 14px;
	padding-right: 15px;
	margin: 0;
	padding-top: 0;
}

#breadcrumb .longTitle {
	margin: 0;
	padding: 0;
	float: right;
}

#breadcrumb #showCart {
	float: right;
}


#content h1 {
	width: 500px;
	color: #a4a4a4;
	font-size: 20px;
	font-weight: 300;
	padding: 0;
	margin: 20px 0 10px;
}

.leftContent {
	clear: left;
	width: 420px;
}








/*
PRODUCT BOX 
--------------------------------*/

#content .productBoxContainer {
	margin-bottom: 20px;
}





/* PRODUCT BOX TOP */
.productBoxTop {
	height: 34px;
	background-image: url(images/productBoxTop.jpg);
}


#content .productBoxTop h2 {
	margin: 0;
	padding: 9px 0 0 15px;
	color: #ce1126;
	font-size: 15px;
}


/*PRODUCT BOX MIDDLE*/

.productBoxMiddle
 {
	margin: 0;
	background-image: url(images/productBoxMiddle.jpg);
	height: 100%;
	padding-right: 0;
	padding-top: 0;
	padding-left: 0;
}

.productBox {
	width: 24%;
	float: left;
	margin-top: 10px;
}

.productBoxImgContainer {
	height: 125px;
	border-right-style: solid;
	border-right-color: #f4f4f4;
}


/*PRODUCT BOX IMAGE*/
.productBoxImgContainer img {
	height: expression( this.scrollHeight > 124 ? "125px" : "auto" ); /* sets max-height for IE */
   max-height: 125px; /* sets max-height value for all standards-compliant browsers */
    width: expression( document.body.clientWidth > 144 ? "145px" : "auto" ); /* sets max-width for IE */
   max-width: 145px; /* this sets the max-width value for all standards-compliant browsers */
}




#content .productBox h3, #content .productBox h3 a {
	color: #666;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	padding-right: 5px;
	padding-top: 15px;
	padding-left: 5px;
}

#content .productBox h3 a:hover {
	color:#ce1126;
}

.prodcutBoxBottom {
	height: 30px;
	background-image: url(images/prodcutBoxBottom.jpg);
}




/* OFFER & SPECIAL OFFERS BOX
---------------------*/

.offerBox {
	width: 721px;
	margin-bottom: 15px;
}

.offerBoxTop {
	height: 32px;
	background-image: url(images/offerBoxTop.jpg);

}

.offerBoxMiddle {
	background-image: url(images/offerBoxMiddle.jpg);
	padding-left: 14px;
}

.offerBoxBottom {
	height: 16px;
	background-image: url(images/offerBoxBottom.jpg);

}



/* OFFER FONT STYLE 
---------------------*/

#content .offerBoxTop h1 {
	margin: 0 0 0 12px;
	color: #666;
	font-size: 15px;
	font-weight: bold;
	padding: 9px 0 0;
}

#content .offerBox h2, .offerBox h2 a {
	margin: 0;
	padding: 0 3px 0 0;
	color: #666;
	font-size: 11px;
	text-decoration: none;
}

.offerBox h2 a:hover {
	color:#ce1126;
}	


#content .offerBox h3, .offerBox h3 a {
	margin: 0;
	padding: 0;
	color: #a4a4a4;
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
}

/*show the different prices, old and new*/
#content .offerBox span.oldPrice {
	text-decoration: line-through;
}

#content .offerBox span.newPrice {
	color: #ce1126;
	text-decoration: none;
	margin-left: 6px;
}

#content .offerBox h4 {
	color: #666666;
}





/* OFFER IMAGE*/
.offerBox img {
	height: expression( this.scrollHeight > 69 ? "70px" : "auto" ); /* sets max-height for IE */
   max-height: 70px; /* sets max-height value for all standards-compliant browsers */
   
    width: expression( document.body.clientWidth > 59 ? "60px" : "auto" ); /* sets max-width for IE */
   max-width: 60px; /* this sets the max-width value for all standards-compliant browsers */
   	float: left;
}





/*OFFER TABLE*/

.offerBox table.offerBox {
	float: left;
	width: 24%;
	padding-top: 10px;
}

.offerBox table.offerDetails {
	background: url(images/offerDetails.jpg) no-repeat right top;
}

.offerBox td.offerTitle {
	height: 65px;
	overflow: hidden;
}


/*best sellers and new procucts*/
#content .offerBoxTop {
	color: #666;
	font-size: 15px;
	font-weight: bold;
}

#content .offerBoxTop div.newProducts {
	float: left;
	padding-top: 8px;
}

#content .offerBoxTop div.bestSellers {
	float: left;
	width: 46%;
	padding-top: 8px;
	padding-left: 12px;
}



/*special offer specific styling*/
.offerBoxSpecial {
	width: 33%;
	float: left;
}

.offerBoxSpecial td.offerTitle {
	height: 45px;
	overflow: hidden;

}





/* PRODUCT SPECIFICS / 
MODEL DETAILS 
---------------------*/


.specificproducts {
	width: 408px;
	float: left;
	padding-bottom: 10px;
	padding-top: 10px;
}

.specificproducts img {
	margin: 0;
	padding: 0;
}

/*SET FLOATS and WIDTHS*/
.specificProductTop .model,
.specificProductMiddle .model
{
	width: 140px;
	float: left;
	text-align: center;
}

.specificProductTop .price,
.specificProductMiddle .price
{
	width: 130px;
	float: left;
	text-align: left;
}

.specificProductTop .addToCart,
.specificProductMiddle .addToCart {
	
	width: 74px;
	float: left;
	text-align: left;
}



.specificProductTop .info,
.specificProductMiddle .toggler
{
	width: 60px;
	float: left;
	text-align: left;}


.specificProductMiddle .toggler img {
	float: left;
	padding-right: 15px;
}


.specificproducts td.specificData {
	padding-top: 15px;
}


/*TOP*/
.specificProductTop {
	height: 33px;
	background-image: url(images/specificProductTop.jpg);
	color: #ce1126;
	font-size: 11px;
	text-align: left;
}

.specificProductTop .model,
.specificProductTop .price, 
.specificProductTop .addToCart,
.specificProductTop .info {
	padding-top: 13px;
}


/*MIDDLE*/
.specificProductMiddle {
	background-image: url(images/specificProductMiddle.jpg);
	padding: 8px 0 0;
	margin: 0;
}

.specificProductMiddle .model a {
	font-size: 18px;
	color: #666;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
}

.specificProductMiddle .price {
	font-size: 21px;
	color: #a4a4a4;
	padding-top: 8px;
	padding-bottom: 8px;
}

.specificProductMiddle .addToCart {
	padding-top: 8px;
	padding-bottom: 8px;
}

/*BOTTOM*/
.specificProductBottom {
	height: 37px;
	background-image: url(images/specificProductBottom.jpg);
}


/*TOGGLER*/


.specificproducts .toggler {
	cursor: pointer;
	background: url(images/toggle_down.jpg) right;
	padding-top: 5px;
	padding-bottom: 8px;
}

.specificproducts .toggler.active {
	background: url(images/toggleUp.jpg) no-repeat right;
}

dl {
	margin: 0;
	padding: 0;
}

.specificproducts .details {
	padding: 0 0 0 5px;
	margin: 0;
	width: 320px;
}

.specificproducts .details img {
	width: 100px;
	padding-right: 15px;
}


/* FOOTER */
#footer {
	height:16px; 
	background-color:#ce1126; 
	height:17px;
	margin-top:20px;
}






/* img classes
----------------------*/
a img {
	border:0;
}

img a.border {
	border:1px solid #cecece;
}

img {
	margin: 0;
	padding: 0;
}






/* LIST STYLES
---------------------- */

#content ul {
	list-style:none; 
	padding:0 0 0 2px;
	margin:5px 0 0 15px;
}

#content ul li {
	padding-left:20px;
	background-image: url(images/arrow_grey.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
}





/* all MENU styles 
----------------------------*/







/* BREADCRUMBS
------------------- */
#breadcrumb, #breadcrumb a {
	color:#717171;
}





/* PROFESSIONAL AREA SUB-MENU
------------------------------------ */
#content .prof-area-submenu ul {
	width:170px; 
	margin:0 0 20px 0; 
	padding:0; 
	border:1px solid #cecece; 
	border-width:0 1px 1px 1px;
}

#content .prof-area-submenu li {
	width:170px; 
	border-top:1px solid #cecece; 
	background-image:none; 
	margin:0; 
	padding:0;
}

#content .prof-area-submenu li a {
	display:block;
	margin:0; padding:0;
	text-decoration:none; 
	line-height:1.9em;
	padding-left:32px;
	color:#ce1126;
	font-weight:bold;
	background:transparent url(images/menu-bt.gif) no-repeat 0 0;
}





/* TABLE STYLES
--------------------------- */

table img {
	margin:0; 
	padding:0; 
	border:0;
}

td.prof-area-order-products-form-title h2 {
	text-transform:uppercase; 
	background-color:#cecece; 
	font-weight:bold; 
	background-image:none;
}

td.liste1, td.liste2 {
	height:35px; 
	border-bottom:1px solid #cecece; 
	padding-left:5px;
}

table.shoppingcart {
	width:708px; 
	table-layout:fixed; 
	border:1px solid #cecece; 
	border-width:1px 1px 0 1px; 
	margin-bottom:25px;
}

table.shoppingcart th {
	text-transform:uppercase; 
	background-color:#cecece; 
	font-weight:bold;
}

table.shoppingcart td {
	height:35px; 
	border-bottom:1px solid #cecece;
}

table.shoppingcart th.cart-item, td.cart-item {
	width:300px; 
	padding-left:10px;
}

table.shoppingcart th.cart-quantity, td.cart-quantity {
	width:180px;
}

table.shoppingcart th.cart-price, td.cart-price {
	width:116px; 
	text-align:right;
}

table.shoppingcart th.cart-total, td.cart-total {
	width:90px; 
	text-align:right; 
	padding-right:10px;
}

table.shoppingcart tr.tablebg {
	background-color:#cecece;
}

table.shoppingcart tr.tablebg td {
	height:22px;
}

table.shoppingcart input {
	width:40px;
}





/*  FORM STYLES 
------------------------------ */



/* styles for all basic forms */
form {
	margin: 0; 
	padding:0; 
	border:0;
}

form br {
	clear: left;
}

fieldset {
	border:0; 
	margin:0 0 25px 0; 
	padding:0; 
	border:0;
}

label, input, textarea, select {
	float:left; 
}

label, label tt {
	line-height:2.0em; 
	font-size:1em; 
	font:normal 1em/1em arial, sans-serif; 
}

label.checkbox {
	margin:5px 0 0 8px;
}



textarea {
	height:100px;
}

option {
	margin-bottom:3px;
}

.submit-right {
	text-align:right;
}

#content input.submit-button {
	float:right; 
	width:auto; 
	border:0; 
	background:none;
}

#content input.submit-image {
	width:auto; 
	margin:10px 0 0 0; 
	padding:0; 
	border:0; 
	background:none;
	float: right;
}

#content input.submit-image2 {
	width:auto; 
	margin:0; 
	padding:0; 
	border:0; 
	background:none;
}

#content label.code {
	width: 50px; 
	margin-top:15px;
}

#content input.code {
	width: 100px; 
	margin-top:17px;
}

#content label.offercode {
	width: 50px;
}

#content input.offercode {
	width: 100px;
}

#content input.date {
	width:33px; 
	margin-right:4px;
}

#content input.radio {
	margin-right:8px; 
	background:none; 
	border:0;
}

div.offer-container form {
	margin-top:0;
}

form.contact {
	width:495px;
}

.contact label {
	width: 130px;
}

.contact input, .contact textarea {
	width:358px;
}

.contact select {
	width:170px;
}

/* end styles for all basic forms */




/* order product form */
form.order-product {
	width:675px;
}

.order-product label {
	width: 189px;
}

.order-product input#quantity {
	width:56px; 
	margin-right:9px;
}

.order-product input#comment {
	width:311px; 
	margin-right:9px;
}

.order-product input#date {
	width:80px;
}

label.order-product-quantity {
	width:71px; 
	margin-left:192px;
}

label.order-product-comment {
	width:326px;
}

label.order-product-date {
	width:86px;
}

textarea#message {
	width:475px; 
	height:85px;
}

/* end order product form */


/* add customers form */
input.install-info-quantity {
	width:63px;
}

input.install-info-type {
	width:224px; 
	margin-left:4px;
}

input.install-info-price {
	width:85px; 
	margin-left:4px;
}

label.install-info-quantity {
	width:74px;
}

label.install-info-type {
	width:230px;
}

label.install-info-price {
	width:91px; 
	margin-left:4px;
}

label.install-description {
	width:74px;
}

input.install-description {
	width:413px;
}

/* end add customers form */





/* 
styles for product boxes (offers, shop overview, product overview) 
-----------------------------------------------------------------------------------------
*/

.productdetails-listinfo {
	float:left; 
	width:420px;
}

.productdetails-listinfo, .productdetails-info {
	margin:0 0 15px 0;
}

.productdetails-info {
	clear:left;
}

.productdetails-info h2 {
	width:420px;
}







/* styles SHOW CUSTOMER:*/
.show-customer-container {
	margin-bottom:20px;
}

.show-customer-name {
	float:left; 
	width:180px; 
	color:#ce1126;
}

.show-customer-details-container {
	float:left; 
	width:520px;
}






/* styles PROFESSIONAL AREA:*/
.prof-area-mydata-info {
	float:left; 
	width:500px; 
	margin-bottom:15px;
}

.prof-area-submenu {
	float:left;
}







/*
SHOPFINDER
-------------------------------
*/
.shopfinder-left-content {
	float:left; 
	width:210px;
}

.shopfinder-map {
	float:left; 
	width:490px; 
	border:1px solid #cecece;
}

.search-results-container {
	margin-top:25px;
}

.search-results-container h5 {
	text-transform:uppercase; 
	margin-bottom:15px;
}

.search-result {
	margin-bottom:15px;
}

.search-results-title {
	color:#cc092f; 
	font-weight:bold;
}	

/* styles for form */
.shopfinder form {
	margin:0; 
	padding:0; 
	border:0; 
	width:210px;
}

.shopfinder fieldset {
	border:0; 
	margin:0; 
	padding:0; 
	border:0;
}

.shopfinder label, .shopfinder select {
	width: 180px; 
	display:block; 
	margin: 0; 
	padding: 0;
}

.shopfinder label {
	text-transform:uppercase;
}

.shopfinder select {
	width: 180px;
	height:20px;
	color:#303030;
	margin: 2px 0 10px 0;
	padding-left: 4px;
	font-size: 1em;
	font: normal 1em/1em arial, sans-serif; 
	border: 1px inset #cecece;
	background: #ebebeb;
}

.shopfinder option {
	margin-bottom: 3px;
}
/* end styles for form */

/* for paypal logo on payment method page: */
img.inline-image-small {
	display:inline; 
	margin:0 0 -3px 2px; 
	padding:0; 
	border:0;
}





/*
ONLINE SHOP
-------------------------------
*/

.product-order-buttons {
	padding:5px 0 0 5px; 
	margin:10px 0;
}

.product-order-buttons img {
	float:left; 
	padding:0; 
	margin:0;
}

.product-order-buttons br {
	clear:left;
}

.product-order-buttons img.first-bt {
	margin:8px 10px 0 0;
}

.shop-productdetails-info {
	float:left; 
	width:420px;
}

.shop-add-to-cart-bt {
	float:right;
}

.shop-add-to-cart-bt img {
	border:0;
}

.shop-productdetails-listinfo {
	margin-bottom:15px;
}

/* shopping cart */
.shopping-cart-info, .shopping-cart-container {
	margin-bottom:15px;
}


/*REGISTER YOUR PRODUCT
--------------------------*/

.registerProduct {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
}

.lightgrey {
	background-color: #f1f1f1;
	padding-left: 8px;
	font-weight: bold;
}

.registerProduct textarea {
	margin: 0;
	padding: 0;
	width: 269px;
	height: 62px;
}

#content .registerProduct h3 {
	padding: 0;
	margin-bottom: 0;
	margin-top: 5px;
}



/*  FONT STYLES 
------------------ */



body, p, table, td, th {
	font: normal 11px/1.5em arial, helvetica, sans-serif;
	color: #303030;
}

a {
	color: #ce1126;
} 

a:hover {
	color:#e7172e;
}


a.arrows {
	padding-right:15px; 
	background:url(images/arrows_red.gif) no-repeat right 5px;
}

a.pdf {
	padding: 7px 0px 8px 24px; 
	background: url(images/icon_pdf.gif) 0px 5px no-repeat;
}


.product-title h2 {
	width:auto; 
	margin-top:0;
}

.news-title h2 {
	width:auto;
}
.offer-container h2, .product-container h2, .news-container h2, .video-container h2 {
	margin:0;
}

h3 {
margin: 0 0 10px 0; 
font-size: 1.2em; 
color: #ce1126;
}

h4 {
	margin: 0 0 2px 0; 
	font-size: 1em; 
	color: #ce1126;
}

h5 {
	margin: 0 0 2px 0; 
	font-size: 1em; 
	color: #303030;
}



#footer {
	text-align:center; 
	color:#fff;
}










/* GENERAL CLASSES 
----------------------- */

.add2cart {
	float: right;
	margin-right: 40px;
}
.left {
	float: left;
}

.right {
	float: right;
}

div.clearer {
	clear: both; 
	margin: 0; 
	padding: 0; 
	height: 0; 
	width: 1px; 
	line-height: 1px; 
	font-size: 1px;
}

p {
	margin: 0; 
	padding-bottom: 15px;
}

.txtleft {
	text-align:left;
}

.txtcenter {
	text-align:center;

}
.txtright {
	text-align:right;
}

