/* CSS Document */
html, body {
	border:0;
	margin:0;
	padding:0;
	color:#000;
	background-color: #C0C0C0;
	font: normal 13px Verdana;
}

p,
h1, h2, h3, h4, h5, h6,
form, fieldset, input, textarea,
a, img, table, td, div, span {
	font-size: 100%;
	margin:  0;
	padding: 0;
	border:  0;
	color: #000;
	background-color: transparent;
}
font {
	font-size:14px;
	font-family:arial;
}
a {
	color:#000;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
p {
	margin:8px 0;
}

a:hover {
	text-decoration:none;
}

h1 {
	font:bold 18px Verdana;
	text-align:center;
	padding-bottom:15px;
}
h2 {
	margin-bottom:10px;
	font:bold 14px Verdana;
}
h6 {
	font:bold 14px Verdana;
	text-align:center;
	padding-bottom:10px;
}
td {
	vertical-align:top;
}
.h18 {
	line-height:18px;
	margin-left:13px;
}
.gray {
	color:#aaa;
}
#main {
	width:1000px;
	height:auto;
	margin:auto;
	background:url("/imgs/bg.jpg");
	border:solid 1px black;
}
#top {
	height:100px;
	background:url("/imgs/puzzle-1.gif") 20px center no-repeat;
	padding-left:160px
}

#left {
	width:265px;
	padding:10px 0 20px 10px;
}
#left a {
	text-decoration:none;
	font-size:12px;
}
.sm {
	display:none;
}
#left .sm a {
	font-size:11px;
}
#left input {
	border:solid 1px black;
	padding:2px;
	margin:3px 0 ;
	background:white;
	width:100px;
}
#left .input_submit {
	border:solid 1px black;
	padding:2px;
	background:white;
	width:105px;
}
#counters {
	text-align:center;
	padding-top:20px;
}
#right {
	padding:20px 20px 20px;
	width:685px;
}
#copy {
	text-align:center;
	color:#616161;
}

/* catalog */
#topbasket {
	float:right;
	width:80px;
	margin:20px 20px 0 0;
	display:none;
}
#topbasket1 {
	float:right;
	margin-right:20px;

}

#catalog {
	width:100%;
}
#catalog td {
	padding:10px 5px;
	border-bottom:dashed 1px #bbb;
}
#catalog img {
	width:200px;
}
/* details */
#details img {
	margin:0 10px 0 0;
}
/* basket */
#basket {
	width:600px;
}
#basket input {
	width:20px;
	border:solid 1px black;
	padding:2px;
	background:white;
}
#basket td {
	vertical-align:middle;
	border-top:solid 2px #8cd08c;
	padding:5px 2px;
}
input.btn {
	margin-top:10px;
	border:solid 1px black;
	padding:2px 5px;
}
.cost,#basket td.cost {
	text-align:right;
	padding-right:20px;
}
.c {
	text-align:center;
}
.j {
	text-align:justify;
}
#deliverytable td{
	padding: 5px 2px;
	border-top:solid 2px #8cd08c;
	border-bottom:solid 2px #8cd08c;	
}
#l {
	font-size:10px;
	padding-bottom:1px;
	height:10px;
	color:#ccc;
}
#l a {
	text-decoration:none;
	color:#ccc;
}
#total_all {
	font-weight:bold;
}
.b {
	color:red;
}
#seo {
	font-size:10px;
	width:150px;
	float:left;
}
.cat2 {
	width:50%;
	border:none;
	text-align:center;
	float:left;
}
.cat2 img {
	background:white;
	border:solid 1px #ccc;
}
.pgs {
	font-size:11px;
}
#mtbl {
	width:100%;
	text-align:center;
}
#mtbl td {width:1%;}
#mtbl img {
	margin:15px auto 5px;
	border:solid 1px #ccc;
}
#ivan {
	font-size:11px;
	float:left;
	width:265px;
	text-align:center;
	color:#555;
}