html {height: 100%;}

* html body {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, Verdana, Tahoma, Sans-serif;
	height: 100%;
	color: #1359A7;
	font-size:0.8em;
	line-height: 1.3em;
	background: #1359A7 url(/img/bg.jpg) repeat-x left top;
	padding:0;
	margin:0;
	cursor: default;
	behavior: url("/css/csshover.htc");
}


img.png{
	behavior: url("/css/iepngfix.htc");
}

img {border: 0}
table.layout {font-size: 1em; line-height: 1.3em; border-collapse:collapse } 
table.layout td, table.layout th {padding: 0;}

a {color: #d21;}
a:visited {color: #777;}
a:hover {color: #000;}
a:focus { outline: none; }

/* MpaK */

div#layout{
	width: 944px;
	margin: 0 auto;
	text-align:left;
}

div#head{ 
width: 944px;
position: relative;
}

h1#logo{
	background: url(/img/logo.gif);
  padding-top: 150px; /* Высота изображения */
  height: 0; /* Нулевая высота блока */
  width:282px;
  overflow: hidden; /* Скрывает область */
  text-indent: -1000em;
  float: left;
  cursor: pointer;
}

div#menu{
	width: 640px;
	height: 50px;
	float: right;
	margin-top: 35px;
	margin-right: 10px;
	text-align: left;
}

div#basket{ 
	color: #FFF;
  width: 200px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

div#menu ul li{
	display: inline;
	color: #FFF;
	border-right: 1px solid white;
	text-transform: uppercase;
	padding: 0px 0.6em 0px 0.6em;
}
div#menu ul li a{
	font-weight: bold;
	text-decoration:none;
	line-height: 53px;
	color: #FFF;
	font-size:1.2em;
}
div#menu ul li a:hover{ color: #C1F34C; }

.vtop{ vertical-align: top; }
td.contborder{ width:10px; background: #1277E9; }
td.inside{ background: #DEE1FF; width:924px; }

/*
position: absolute;
top: 137px;
left: 20px;
z-index:100;
*/

img#pic{
	margin: 20px 10px 20px 30px;
}

div#leftcolumn{
	width:250px;
	float: left;
}

div#foot{ height:62px; }

div#foot a{
	float:right;
	width:10em;
	display:block;
	padding:4px 12px;
	background: #1277E9;
	text-decoration:none;
	color: #1359A7;
	font-size: 0.8em; 
	margin-right: 30px;	
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;

	-webkit-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomright: 5px;

	-khtml-border-radius-bottomleft: 5px; 
	-khtml-border-radius-bottomright: 5px; 

	border-radius-bottomleft: 5px; 
	border-radius-bottomright: 5px; 
}

div#foot a:hover{ 
	background: #1359A7;
	color: #FFF;
}

#catalogue{
	margin:0;
	padding:0;
}
#catalogue li {
	margin:0;
	line-height: 2em;
	font-size: 1.5em;
	padding-left: 1em;
	color: #C1F34C;
	font-weight: normal;
}

#catalogue li  a{
	color: #ed0000;
	text-decoration: underline;
	display: block;
}

#catalogue li a:hover{
	color: #1277E9;
	text-decoration: none;
}

div#search{
	padding: 15px;
}


/* LOGIN FORM */

div#login{
	width: 330px;
	position: absolute;
	top: 0;
	right: 20px;
	z-index: 10;
	overflow: hidden;
	color: #FFF;
	padding: 10px;
}
div#loginform{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px; 
	padding: 6px;
	background: #1359A7;
}
div#login a { color: #A6E439; }

div#loginenter{ text-align: right; }

/* CONTENT */

.gold{ color: #1277E9; }

a{ 	color: #ed0000; }
a:hover{ color: #1277E9; }

div#content{
	width: 630px;
	float: right;
	font-size: 1.2em;
}
div.pad{
	padding: 0px 20px 20px 10px;
}

div#content h1{
	color: #1277E9;
}

h1 {padding:0; margin:0; font-size: 1.9em; line-height: 1.3em; font-weight: normal; text-transform: uppercase; color: #1277E9;}
h1 span {color: #A6E439; font-weight: bold; padding:0; margin:0;}
h2 {font-size: 1.65em; line-height: 1.1em; color: #1277E9; margin-bottom: 1.2em; }
h3 {font-size: 1.2em; color: #222;}
small {font-size: 0.75em; line-height: 1.2em;}

/* CATALOGUE */

table.cattable{ width: 100%; }

.line{
	margin-bottom: 10px;
	padding: 4px;
}

.line:hover, .linehover{
	color: #FFF;
	background: #1359A7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px; 
}

.line img.pic{
	margin: 0.4em;
	border: 2px solid #FFF;/*#1359A7;*/
	background: #FFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px; 
}

.line:hover a, .linehover a{ color: #A6E439; }

.red{ color: red; }

.price{ font-size: 1.3em; }


