body {
margin: 0;
padding: 0;
background-color: #FFFFFF;
}

dl, dt, dd, ul, li {
margin: 1px;
padding: 1px;
list-style-type: none;
font-family: arial, verdana;
font-size: 14px;
vertical-align: top;
}
#menu {
vertical-align: top;
}
dl#menu {
width: 200px;
}
dl#menu dt {
cursor: pointer;
margin: 2px 0;
height: 20px;
line-height: 20px;
text-align: left;
font-weight: bold;
background-image: url('images/menu/menu1.gif');
background-repeat: no-repeat;
padding-left: 30px; 
}
dl#menu dd {
}
dl#menu li {
text-align: left;
background: #fff;
padding-bottom: 1px;
padding-left: 30px;
}
dl#menu li a, dl#menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
}

dl#menu dt:hover {
background-image: url('images/menu/menu2.gif');
background-repeat: no-repeat;
}

dl#menu li a:hover {
background-color: #eee;
}

td { vertical-align: top; }

#content {
padding: 15px;
}

/* Global */
img { border: 0; }

a {
	text-decoration: none;
	color: #000000;
	border-bottom: none;
}
a:hover {
	color: red;
	border-bottom: none;
}

acronym {
	cursor: help;
}

blockquote {
	border-top: 1px dashed black;
	border-right: 1px dashed black;
	border-bottom: 1px dashed black;
	border-left: 3px solid #434343;
	padding: 5px;
}

input, select {
	background-color: none;
	border: 1px solid #CCCCCC;
}

textarea {
	background-color: none;
	border: 1px solid #CCCCCC;
}	

table {
	font-family: arial;
	font-size: 14px;
}

/* Post layout */

.post {
	font-family: verdana;
	font-size: 14px;	
}

.post-title {
	font-family: Georgia;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	color: #6B6B6B;
}

.post-date {
	font-family: Georgia;
	font-size: 10px;
}

.post-text {
	text-align: justify;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid black;
}

.post-text a { color: #727272; border-bottom: 1px dashed red;  }
.post-text a:hover { color: #999999; border-bottom: 1px solid red;}

/* Comments */

#comments-title {
	text-align: justify;
	border-bottom: 1px solid black;
	font-weight: bold;
}

#comments-date {
	font-family: verdana;
	font-size: 10px;
}

#comments-text {
	font-family: verdana;
	font-size: 13px;
}

/* Other */
#pagetitle {
	font-family: arial, verdana;
	font-size: 16;
	font-weight: bold;
}

.default {
	MARGIN-TOP: 0px; FONT-SIZE: 95%; COLOR: #333333; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.virs {
	MARGIN-TOP: 0px; FONT-WEIGHT: bold; FONT-SIZE: 95%; COLOR: #E93B3B; FONT-FAMILY: Arial, Helvetica, sans-serif
}
a.tabl {
	FONT-SIZE: 94%; MARGIN-LEFT: 4px; COLOR: #333333; MARGIN-RIGHT: 0px;  FONT-FAMILY: Arial, Helvetica, sans-serif
}
.tabl2 {
	FONT-SIZE: 94%; MARGIN-LEFT: 4px; COLOR: #333333; MARGIN-RIGHT: 0px;  FONT-FAMILY: Arial, Helvetica, sans-serif
}
.red {
	MARGIN-TOP: 10px;  FONT-SIZE: 94%; COLOR: #E93B3B; FONT-FAMILY: Arial, Helvetica, sans-serif
}
a.virs2 {
	MARGIN-TOP: 0px; FONT-WEIGHT: bold; FONT-SIZE: 95%; COLOR: #6B6B6B; FONT-FAMILY: Arial, Helvetica, sans-serif
}


#cart {
	border: 1px solid #CCCCCC;
}

#cart td {
	border: 1px solid #CCCCCC;
	padding: 2px;
}

#tbl td {
	border: 1px solid #CCCCCC;
	padding: 2px;
	background-color: rgb(235, 235, 235);
}
#tbl a {
	border-bottom: none;
	display: block;
}
#tbl td:hover {
	background-color: #FAFAFA;
}


.banner, .banner:hover { border-bottom: none; }

#menu dd { display: none; }
