/* CSS Document */
html, body {
	border:0;
	margin:0;
	padding:0;
	color:#000;
	background-color: #fff;
	font: normal 15px Verdana;
}
body {
	background: url(/imgs/topbg.jpg) center top repeat-x;
}
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: #3a3a3a;
	line-height:1.5em;
	background-color: transparent;
}
font {
	font-size:13px;
	font-family:Verdana;
}
a {
	color:#6a6afa;
}
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;
}
#main {
	width:1000px;
	height:auto;
	margin:auto;
}
#top {
	height:170px;
	background: url(/imgs/logo_full.gif) center top no-repeat;
	padding-left:50px;
	padding-top:30px;
}

#left {
	width:300px;
	padding:10px 0 240px 10px;
	background: url(/imgs/lion.gif) center bottom no-repeat;
}
#categories { 
	margin-bottom:20px;
}
#categories a {
	text-decoration:none;
	border-bottom:dashed 1px #6a6afa;
	line-height:1.8em;
	padding-bottom:2px;
	font-size:13px;
}
#categories a:hover {
	border-bottom:none;
}
#categories .sm a {
	border-bottom:none;
}
.sm {
	display:none;
}
#left .sm a {
	font-size:11px;
}

#tags_cloud {
	text-align:justify;
}
#tags_cloud a {
	line-height:1em;
	font-weight:normal;
	/*font-family:"Trebuchet MS", Tahoma, sans-serif;*/
}
#tags_cloud .r1 { font-size:10px; }
#tags_cloud .r2 { font-size:12px; }
#tags_cloud .r3 { font-size:15px; }
#tags_cloud .r4 { font-size:18px; }
#tags_cloud .r5 { font-size:21px; }
#counters {
	text-align:center;
	padding-top:0px;
}
#right {
	padding:20px 10px 20px;
	width:615px;
}
#copy {
	text-align:center;
	vertical-align:center;
	color:#616161;
}

/* catalog */

#catalog {
	width:100%;
}
#catalog td {
	padding:20px 0px;
	text-align:justify;
	border-bottom:dashed 1px #6a6afa;
}
#catalog img {
	width:80px;
	margin-right:10px;
}
.pages {
	font-size:11px;
}

/* details */
#details img {
	margin:0 10px 0 0;
}
#details {
	text-align:justify;
}
/* basket */
#basket {
	width:600px;
}
#basket input {
	width:20px;
	border:solid 1px #888;
	padding:0px 2px 5px;
	background:white;
	text-align:right;
}
#basket td {
	vertical-align:middle;
	border-top:dashed 1px #6a6afa;
	padding:5px 2px;
}
input.btn, input {
	margin-top:10px;
	border:solid 1px black;
	padding:2px 5px;
}
input.input_text {
	padding:5px 2px 5px;
	height:20px;
}
.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;
	text-align:center;
}
#l a {
	text-decoration:none;
}