body{
	padding:32px 40px 30px 40px;
	margin:0;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
#logo{
	width:290px;
	height:50px;
	background-image:url(../img/logo.gif);
	background-position:right bottom;
}
#contacts{
	font-size:10px;
	text-align:right;
	white-space:nowrap;
}
#contacts a{
	color:#000000;
}
#caption{
	margin-top:-3px;
	border-left:4px solid #FF000C;
	padding-left:8px;
}
#caption ul li{
	display:inline;
}
#caption ul {
	margin:20px 0 0;
	padding:0;
	font-size:11px;
}
#caption h1{
	padding:0;margin:0;
	font-size:25px;
	font-weight:normal;
}
#content{
	padding-top:22px;
}
a{ color:#0B4FDB;}
a:visited{ color:#888888;}

#caption ul li span{
	background-image:url(../img/arrow_blue.gif);
	background-position:right 4px;
	background-repeat:no-repeat;
}
#caption ul li{padding-right:10px;}
.stock thead{
	background-color:#888888;
	color:#FFFFFF;
	font-weight:bold;
}
.stock thead td{
	padding:6px;
}
.stock td{
	padding:4px 9px 4px; 7px;
}
.stock_table{
	padding:0 25px 25px 0;
}
.stock, .stock td{
	font-size:13px;
	border:1px solid #BBBBBB;
	border-collapse:collapse;
}
.stock .even{
	background-color:#EEEEEE;
}
.note{
	color:#777;
	font-size:10px;
}
.red{color:#f00;}
.guestbook{
	width:100%;
	font-size:100%;
}
.guestbook span{
	color:#F90013;
}
.guestbook .label{
	font-weight:bold;
}
.guestbook .text{
	width:50%;
	margin-bottom:16px;
}
.guestbook .button{
	font-size:100%;
	margin-bottom:20px;
}
.guestbook textarea{
	width:80%;
	height:120px;
	margin-bottom:23px;
}

.messages{
	padding-top:20px;
	font-size:100%;
}
.messages .header{
	border-left:4px solid #300;
	padding-left:12px;
	position:relative;
	font-weight:bold;
}
.messages .body{
	padding-left:16px;
}
.messages .message{
	margin-bottom:18px;
}
.messages .reply{
	padding:18px 0 0 34px;
	font-style:italic;
}
.dotline{
	height:2px;
	overflow:hidden;
	background-image:url(../img/dots.gif);
	background-repeat:repeat-x;
}
#menusTable{
	font-weight:bold;
	text-transform:uppercase;
	border-collapse:collapse;
}
#menusTable .over{
	background-color:#999;
}
#menusTable a, #menusTable a:visited{
	text-decoration:none;
}
#menusTable tr td{
	border:1px solid #000;
	border-collapse:collapse;
	padding:8px 11px 8px;
	white-space:nowrap;
	cursor:pointer;
}
#menusTable .current{
	background-color:#999;
	cursor:auto;
}
#menusTable .current a{ color:#000;}
.deleteimage{ cursor:pointer;}
.inputamount{ width:20px; }
.inputamount_red{ width:20px;color:#f00; }

