@import url("header.css");
@import url("content.css");
@import url("footer.css");


* { margin: 0px; padding: 0px; }

html, body { width: 100%; height: 100%; padding: 0; margin: 0; }

a { outline: none; -moz-outline: 0; border: none; border-width: 0px; }
a:active { outline: none; -moz-outline: 0; }
a:focus { outline: none; -moz-outline: 0; }

img { border: none; border-width: 0px; }

.clear { clear: both; font-size: 0pt; line-height: 0px; height: 0px; }

#main { width: 100%; min-width: 1000px; min-height: 100%; position: relative; margin: 0px auto; }
*html #main { height: 100%; }

* html #main
			{
				width:expression(
					(document.compatMode && document.compatMode == 'CSS1Compat')
					?
					(
						document.documentElement.clientWidth < 1000
						?
						"1000px"
						:
						"auto"
					)
					:
					(
						document.body.clientWidth < 1000
						?
						"1000px"
						:
						"auto"
					)
				);
			}


#main { font-family: tahoma; font-size: 9pt; color: #685a6d; line-height: 18px; }
#main p { margin: 0 0 0px 0; }
#main a { text-decoration: underline; color: #000; }
#main a:hover { text-decoration: none; }
#main h4, #main h5, #main h6 { font-size: 18pt; color: #000; margin: 0 0 25px 0; line-height: 22px; }
#main table { border-collapse: collapse; }
#main form input { font-family: tahoma; font-size: 8pt; color: #000; }
#main form textarea { font-family: tahoma; font-size: 8pt; color: #000; }
#main h1 { font-family: verdana; font-size: 12pt; color: #752a93;}
#main h2 { font-family: tahoma; font-size: 10pt; color: #752a93; }
#main h3 { font-family: tahoma; font-size: 10pt; color: #752a93; }


.firstTd {
width:170px;
}
.firstTd img{
margin: 5px 0 0 5px;
}

A img {
border:0px;
}

.acTitle {
font-size:12px;
font-weight:bold;
border-bottom:1px solid #000000;
margin-bottom:15px;
}
.acLog {
width:100px;
float:left;
}
.clear {
clear:both;
}
.acIn input{
margin-bottom:10px;
}
.acCr {
width:150px;
float:left;
}
.listProd {
border:0px;
height:100px;
width:100%;
}
#_loading_ {
z-index:250;
}

.cont {
margin-right:20px;
}

.newsHead {
color: #a9476b;
}

ul.accountLinks 
   {
     list-style-type: none;
     text-align: left;
     padding-left: 1em;
     margin: 0 0 0 0;
   }

li.accountLinks 
   {
	  display: block;
     font: 11px Tahoma, Verdana, Arial, sans-serif;
     background: url(img/icon_arrow1.jpg) no-repeat left center;
     padding: 0 0 0 14px; 
   }
.page 
   {
     background: transparent;
     width: 100%;
     margin-top: 0.5em;
     margin-bottom: 0.5em;
   }

.pageItem 
   {

     width: 100%;
   }

  .css_index_text {
  margin:0 20px 0 5px;
  } 
   
