@charset "utf-8";
@import 'import.css';


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

html {			width:100%;	height:100%; margin:0; padding:0; overflow-y:scroll; }

td {			vertical-align:top; }

table {			border:0; }

body {			height:100%; margin:0; padding:0; cursor:default; position:relative;
				background:url(images/bg.gif) repeat-x top #f7f5f5;
				font:11px Arial, Helvetica, sans-serif; }

.container {	width:880px; position:relative; padding-top:10px; background:white; }


/* titles */
.h1{			margin:0; padding:0; background:url(images/h1/bg.gif); width:100%; height:36px; }
.h1_left{		float:left; width:6px; height:36px; background:url(images/h1/left.gif); }
.h1_right{		float:right; width:6px; height:36px; background:url(images/h1/right.gif); }
.h1 span{		float:left; padding-top:6px; display:block; color:#3c353a; font-weight:normal; font-size:18px; }
.h1 a{			float:right; display:block; padding:0 0 0 20px; margin-top:10px;
				color:#01a4a6; font-weight:bold; font-size:12px;
				background:url(../../modules/products/images/arrow.gif) no-repeat;}
.h1 a:hover{	text-decoration:none;}

/* img shadows */
.imgShadowsRight {	background:url(images/shadows/right.gif) top; width:3px; font-size:0; }					
.imgShadowsBottom {	background:url(images/shadows/bottom.gif) left; height:4px; font-size:0;}


/* separator */
.separator_v { 	width:15px; background:url(images/separator_v.gif) repeat-y; }
.separator_h {	width:100%; height:2px; margin:0 0 5px 0; background:url(images/separator_h.gif) repeat-x;}
