* {
	margin:0;
	padding:0;
}

html, body {
	width:100%;
	height:100%;
}

body {
	font:100% tahoma, arial, sans-serif;
	color:#000;
	background:#fff;
}

table {
	border-collapse:collapse;
	font: tahoma, arial, sans-serif;
}

table td {
	padding:0;
}

p {
	margin-bottom:0.5em;
}

a img {
	border:none;
}

/* ======================================================================== */


h1 {
	font-size: 25px; 
	font-family: Impact, Verdana, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	margin-top:2px;	margin-bottom:0px; 
}

h2 {
	font-size: 17px; 
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0px;
	padding:7px 0px 0px 0px;
}


td {font-size: 13px; padding: 0px;}
a  {font-size: 13px; padding: 0px; color:#0025c5}
a:hover {color:#0000ff}


a.dot {
	color:#000000; 
	background: url(images/dots.gif) repeat-x bottom; 
	text-decoration: none
	}

pre {
	font-size: 13px; background:#ffffff; padding:5px;
}


p,.text {
	font-size: 13px;
	padding: 5px 0px 0px 0px;
	line-height:1.5;
}



.sml_text {
	font-size:150%!important;
	padding:2px 4px;
	color:#000000;
}

.mid_text {
	font-size:200%!important;
	padding:2px 4px;
	color:#000000;
}

.block_bottom {
	margin-bottom:1em;	
}


.white {	color:#ffffff;	}
.black {	color:#000000;	}
.gray  {    color:#e5e5e5;	}
.dgray {    color:#666666;	}
.dred  {	color:#d80047;	}
.yellow{	color:#fffdef;	}
.error {	color:#FF0000;	}
.bold  {	font-weight: bold;}
.small {	font-size:10px;}

.bggray  {    background-color:#e5e5e5;	}

.page_addban {	background: #ffffda;}
.page_editban {	background: #e2ffd3;}



/* forms and input button */

.form{
	width:100%;
}
.selected {
	background-color: #fffe97;
}
.form_b{
	display:none;
}
.formblock {
	width:60%;

}

input.text, input.file, textarea, select, .text_form {
	background:#e7eef6;
	font:100% tahoma, arial, sans-serif;
	border:1px solid #7992b2;
	border-right-color:#abbcd2;
	border-bottom-color:#abbcd2;
}
input.checkbox, input.radio {
	vertical-align:middle;
}
input.text:focus, textarea:focus {
	outline:0;
}
textarea {
	overflow:auto;
	height:200px;
}
textarea.small {
	height:40px;
}
textarea.middle {
	height:120px;
}

.button {
	font:17px tahoma, arial, sans-serif;
	font-weight: bold;
	color:#FFF;
	padding:0px;
	margin:0px;
}
.btn_blue {
	background-color:#6690C9;
	border-color:#6690C9;
}
.btn_green {
	background-color:#73a168;
	border-color:#73a168;
}
.btn_red {
	background-color:#ed6060;
	border-color:#ed6060;
}
.btn_yellow {
	background-color:#dccb5e;
	border-color:#dccb5e;
}





/* ======================================================================== */
#tooltip {
	font: 11px tahoma;
	color: #333333;
	border: #dfdfdf 1px solid; 
	padding: 2px 4px  2px 4px; margin: 0px;
	background: #FFFDEF; visibility: hidden; 
	width: auto; position: absolute
}
#wide {
	width: 1000px; 
}
#logo {
	position: relative;
}

#order_line {
	background-color:#d80047;
	padding-top:1px;
	padding-bottom:7px;
}
#order_line_shadow {
	background-color:#e5e5e5;
	height:4px;
}
#text {
	width: 1000px; 
	margin-left:auto; margin-right:auto;
	padding: 1px 0px 8px 0px;
}
#price0{
	background: url(images/bg-prices.gif) top repeat-x;
	padding: 2px 0px 3px 0px;
}
#price1{
	background-color: #FFFFFF;
	height: 20px;
}
#price2{
	height: 20px;
}
#order1{
	background-color: #f5f5f5;
}
#price-dots {
	font-weight: bold;
	background: url(images/dots2.gif) repeat-x center; 
}
#price {
	width: 1000px; 
	margin-left:auto; margin-right:auto;
	padding: 5px 0px 10px 0px;
}
#price_more {
	padding: 0px;
	font-size: 15px; 
	font-weight: bold;
}

#banner0{
	background-color: #daeeff;
	margin-bottom:1px;
	margin-top:1px;
}
#banner1{
	background-color: #edf7ff;
}
#banner{
	width: 1000px; 
	margin-left:auto; margin-right:auto;
	padding: 5px 0px 0px 0px;
}
/* ======================================================================== */

/*- Menu Tabs G--------------------------- */

    #tabs10 {
      float:left;
      width:100%;
      font-size:10px;

      line-height:normal;
      }
    #tabs10 ul {
      margin:0;
      padding:3px 10px 0 0px;
      list-style:none;
      }
    #tabs10 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs10 a {
      float:left;
      background:url("images/tab-left.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs10 a span {     font-size:12px;
      float:left;
      display:block;
      background:url("images/tab-right.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs10 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs9 a:hover span {
      color:#FFF;
      }
    #tabs10 a:hover {
      background-position:0% -42px;
      }
    #tabs10 a:hover span {
      background-position:100% -42px;
      }

      #tabs10 #current a {
              background-position:0% -42px;
      }
      #tabs10 #current a span {
              background-position:100% -42px;
      }

/* ======================================================================== */