/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font-family: sans-serif, Arial, Helvetica, Verdana;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: serif, "Times New Roman", Times, Georgia;
	color: #0000FF;
}

a {
	font-weight: bold;	
	text-decoration: none;
	color: #0000FF;
}

a:hover {
	text-decoration: none;
	color: #0080FF;
}

p{
	padding: 0px 5px 0px 0px;
	text-align: justify;
	font-size: 14px;
	color: #555555;
}

.content{
	width: 938px;
	border: 1px solid #0000FF;
	padding-bottom: 10px;
}

.content_left{
	width: 174px;
	padding-left: 2px;
}

.content_center{
	width: 600px;
}

.content_center span{
	font-weight: bold;
}

.content_right{
	width: 164px;
	padding-right: 2px;
}

.vert_menu{
	width: 174px;
	margin-top: 17px;
	margin-bottom: 10px;
}

.vert_menu tr{
	height: 25px;
}

.vert_menu td{
	padding-right: 8px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.submenu{
	width: 152px;
	margin: 0px auto;
}

.submenu tr{
	height: 20px;
}

.submenu td{
	padding-right: 24px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.machine{
	border-top: 1px solid #0000FF;
	border-right: 1px solid #0000FF;
}

.machine th{
	border-bottom: 1px solid #0000FF;
	border-left: 1px solid #0000FF;
	padding: 2px 5px 2px 5px;
	text-align: left;
}

.machine td{
	border-bottom: 1px solid #0000FF;
	border-left: 1px solid #0000FF;
	padding: 2px 5px 2px 5px;
	text-align: left;
}

.footer{
	width: 938px;
	font-size: 9px;
	color: #999999;
}

.ggroup{
	margin-top: 20px;
}

.ggroup td{
	padding: 2px 5px 2px 5px;
}

.button{
	color: #0080FF;
	font-size: 11px;
	font-weight: bold;
}

.cat_cont{
	margin-top: 20px;
}

.cat_cont td{
	padding: 10px 20px 0px 20px;
	cursor: pointer;
}

.prod_cont{
	margin-top: 3px;
	width: 95%;
}

.prod_cont td{
	padding: 2px 2px 2px 2px;
	border-top: 1px solid #3399FF;
	border-left: 1px solid #3399FF;
	border-bottom: 1px solid blue;
	border-right: 1px solid blue;
}

.prod_cont img{
	cursor: url("images/magplus.cur"), pointer;
}

.label{
	color: #FF8000;
	font-weight: bold;
	font-size: 13px;
}

.descript{
	color: #999999;
	font-weight: bold;
	font-size: 11px;
}

.price{
	color: #757575;
	font-size: 11px;
}

.PopBoxImageSmall{
	border: none 0px #ffffff;
	cursor: url("images/magplus.cur"), pointer;
}
.PopBoxImageLarge{
	border: solid 1px #999999;
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageShrink{
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageLink{
	cursor: pointer;
}
.PopBoxImageMove{
	border: none 0px #ffffff;
	cursor: pointer;
}
.tools_img{}
.tools_img img{
	cursor: pointer;
}
.admin_table{
	width: 100%;
	color: #FF8000;
}
