/* CSS Document */
html, body {
	border:0;
	margin:0;
	padding:0;
	color:#000;
	background-color: #C2D8EE;
	font: normal 14px 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: #3a3a3a;
	line-height:1.5em;
	background-color: transparent;
}
font {
	font-size:13px;
	font-family:Verdana;
}
a {
	color:#3a3aba;
}
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:#999;
}
#main {
	width:1000px;
	height:auto;
	margin:auto;
	/*background:url("/imgs/bg.jpg");*/
	/*border:solid 1px #ccc;*/
}
#top {
	height:70px;
	background:url(/imgs/top.jpg) center center no-repeat;
	vertical-align:middle;
	text-align:center;
}

#left {
	width:300px;
	padding:10px 0 20px 10px;
}
#categories { 
	margin-bottom:20px;
}
#categories a {
	text-decoration:none;
	border-bottom:dashed 1px #3a3aba;	
	font-size:12px;
}
#categories a:hover {
	border-bottom:none;
}
#categories .sm a {
	border-bottom:none;
}
.sm {
	display:none;
}
#left .sm a {
	font-size:11px;
}
#left .input_text {
	border:solid 1px black;
	padding:2px;
	margin:3px 0 ;
	width:100px;
	height:20px;
}
#left .input_submit {
	border:solid 1px black;
	padding:2px;
	margin:3px 0 ;
	width:105px;
}

#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:20px;
}
#right {
	padding:20px 10px 20px;
	width:auto;
}
#copy {
	text-align:center;
	color:#616161;
	height:120px; 
	background: url(/imgs/btm.jpg) center bottom no-repeat;
	vertical-align:bottom;
}

/* catalog */

#catalog {
	width:100%;
}
#catalog td {
	padding:7px 0px;
	text-align:justify;
	border-bottom: dashed 1px #3a3aba;
}
#catalog img {
	width:80px;
	margin-right:10px;
}
.pages {
	font-size:10px;
}
/* details */
#details img {
	margin:0 10px 0 0;
}
#details {
	text-align:justify;
}
/* basket */
#basket {
	width:600px;
}
#basket input {
	width:20px;
	border:solid 1px black;
	padding:2px;
	background:white;
}
#basket td {
	vertical-align:middle;
	border-top:dashed 2px #3a3aba;
	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;
}
#total_all {
	font-weight:bold;
}
.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;
	padding-top:20px;
}
#l a {
	text-decoration:none;
	color:#ccc;
}
#ga {
	text-align:right;
	/*display:none;*/
}
.begun {font-family:Verdana;}