body {
	text-align: center;
}

#header {
	width: 800px;
	height: 100px;
	margin: auto;
	background-image: url('../img/logo.gif');
	background-position: left top;
	background-repeat: no-repeat;
}

.header_title {
	margin: auto;
	margin-left: 200px;
	font-size: 16px;
	font-family: Verdana;
	font-weight: bold;
	color: #393939;
}

#main_left {
	float: left;
	width: 220px;
}

#main {
	position: relative;
	width: 800px;
	margin: auto;
	padding-bottom: 20px;
	border-top: 1px #f0f0f0 solid;
	background-image: url('../img/main_bg.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: Tahoma;
	font-size: 11px;
}

#content {
	padding-bottom: 20px;
	width: 550px;
	margin: 0px;
	font-family: Tahoma;
	font-size: 11px;
	float: left;
	border-left: 1px #f0f0f0 solid;
}

#login {
	padding: 5px;
	text-align: left;
	font-family: Tahoma;
	font-size: 12px;
	color: #393939;
	margin-left: 25px;
	padding-top: 10px;
}

#login a {
	font-weight: bold;
	font-size: 11px;
	color: #393939;
	text-decoration: underline;
}

#login a {
	font-weight: bold;
	font-size: 11px;
	color: #000;
	text-decoration: underline;
}

#menu {
	text-align: left;
	padding: 5px;
	background-image: url('../img/menu_backg.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-left: 10px;
	border-top: 1px #f0f0f0 solid;
}
#menu a {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #393939;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 5px;
}

#menu a:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #707070;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 5px;
}

.menu_item {
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}

.error {
	color: red;
	font-weight: bold;
	font-size: 10px;
}

#footer {
	text-align: right;
	font-size: 11px;
	font-family: Tahoma;
	height: 20px;
	width: 790px;
	padding-right: 40px;
	margin: auto;
	color: #393939;
	clear: both;
}

#registration {
	text-align: left;
	width: 100%;
	height: auto;
	padding: 5px;
	margin-top: 20px;
}

input,select,textarea {
	border: 1px #e1e1e1 solid;
	height: 15px;
	font-family: Tahoma;
	font-size: 11px;
	width: 150px;
}

.reg_td_left {
	text-align: right;
	color: #393939;
	vertical-align: top;
	padding-top: 4px;
}

.submit_button {
	width: 84px;
	height: 17px;
	background-image: url('../img/button_84px.jpg');
	background-position: center;
	background-repeat: no-repeat;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	border: 0px;
	padding-bottom: 3px;
}

.submit_button2 {
	background-image: url('../img/button_73px_gray.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	color: #fff;
	width: 73px;
	border: 0px;
	font-weight: bold;
	padding-bottom: 3px;
	height: 17px;
}

#new_product
{
	text-align: left;
	height: auto;
	margin-left: 20px;
	margin-top: 10px;
}

.new_product_top {
	background-image: url('../img/box_500px_top.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	margin: auto;
	margin-bottom: 0px;
	height: 12px;
	width: 500px;
	font-size: 2px;
}

.new_product_center {
	/*height: 400px;*/
	overflow: hidden;
	width: 498px;
	border-left: 1px #e1e1e1 solid;
	border-right: 1px #e1e1e1 solid;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.new_product_bottom {
	background-image: url('../img/box_500px_bottom.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	margin: auto;
	margin-top: 0px;
	width: 500px;
	font-size: 2px;
	height: 12px;
}

#new_product .submit_button {
	background-image: url('../img/button_84px.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	color: #fff;
	width: 84px;
	border: 0px;
	font-weight: bold;
	padding-bottom: 3px;
	height: 17px;
}

#new_product .submit_button2 {
	background-image: url('../img/button_73px_gray.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	color: #fff;
	width: 73px;
	border: 0px;
	font-weight: bold;
	padding-bottom: 3px;
	height: 17px;
}

#new_product textarea {
	width: 200px;
	height: 100px;
}

.content_title {
	font-size: 14px;
	font-weight: bold;
	color: #393939;
	font-family: Tahoma;
	margin-left: 30px;
	margin-bottom: 20px;
}

.message {
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	font-size: 12px;
	color: #393939;
	height: 200px;
	overflow: visible;
}

#my_products {
	height: auto;
	overflow: visible;
	color: #393939;
}

.new_prd_button {
	text-align: left;
	padding-top: 20px;
	padding-left: 10px;
}

.new_prd_button .button {
	background-image: url('../img/button_84px.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	color: #fff;
	width: 84px;
	border: 0px;
	font-weight: bold;
	padding-bottom: 2px;
	height: 17px;
}

.new_prd_button .button:hover {
	background-image: url('../img/button_84px.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	color: #fff;
	width: 84px;
	border: 0px;
	font-weight: bold;
	padding-bottom: 2px;
	height: 17px;
}

.categories_select {
	text-align: right;
	margin-top: 30px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	margin-right: 20px;
	float: none;
	width: 90%;
}

#categories_select a {
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	color: #393939;
	text-decoration: none;
}
#categories_select img {
	border: 0px;
}

#categories_select a:hover {
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	color: #528600;
	text-decoration: none;
}

.cat_ways {
	width: 200px;
	height: auto;
	padding: 0px;
	margin: auto;
	margin-right: 0px;
}

#products {
	text-align: left;
	font-weight: bold;
	color: #393939;
	height: auto;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
}

.product_box {
	width: 250px;
	height: auto;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.product_box_top {
	width: 250px;
	background-image: url('../img/box_250px_top.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	height: 11px;
	margin: 0px;
	padding: 0px;
	font-size: 2px;
}

.product_box_bottom {
	width: 250px;
	background-image: url('../img/box_250px_bottom.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	height: 11px;
	margin: 0px;
	padding: 0px;
	font-size: 2px;
}

.product_box_center {
	height: auto;
	width: 248px;
	margin: 0px;
	padding: 0px;
	border-left: 1px #e7e7e7 solid;
	border-right: 1px #e7e7e7 solid;
}

.product_name {
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	color: #393939;
}

.product_code {
	font-size: 11px;
	font-weight: normal;
}

.product_price {
	font-size: 11px;
	color: red;
	font-weight: bold;
	font-family: Verdana;
}


.prd_pics {
	font-weight: bold;
	color: #999999;
}

.prd_layout {
	text-align: center;
	font-size: 10px;
	margin-top: 10px;
	border-bottom: 1px #eeeeee solid;
	margin-bottom: 5px;
	padding-bottom: 1px;
}

#products .button1 {
	background-image: url('../img/button_73px_gray.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	color: #fff;
	width: 73px;
	border: 0px;
	font-weight: bold;
	padding-bottom: 2px;
	height: 17px;
	text-decoration: none;	
}

#products .button2 {
	background-image: url('../img/button_84px.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	color: #fff;
	width: 84px;
	border: 0px;
	font-weight: bold;
	padding-bottom: 2px;
	height: 17px;

}

.data_table {
	width: 95%;
	height: auto;
	margin-top: 20px;
	
}

.catneed_table {
	width: 95%;
	height: auto;
	border-collapse: collapse;
	color: #393939;
	text-align: center;
	margin-left: 20px;
}

.catneed_title {
	font-size: 10px;
	font-weight: bold;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
}

.success {
	color: green;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma;
}

.cat_needs {
	text-align: left;
	padding-top: 30px;
}

#csv_export {
	height: 20px;
	border-top: 1px #eeeeee solid;
	padding-left: 40px;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#loading {
	top: 350px;
	padding-left: 30px;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana;
	color: #333333;
	position: fixed;
}

#csv_import {
	height: auto;
	border-top: 1px #eeeeee solid;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.prd_pages {
	height: 15px;
	text-align: center;
	border-top: 1px #eeeeee solid;
	padding-top: 1px;
	margin-top: 5px;
}

.pager_ul {
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

.pager_ul li {
	font-size: 11px;
	font-weight: normal;
	color: #cccccc;
	width: auto;
	float: left;
	list-style: none;
	margin-left: 2px;
	margin-right: 2px;
}

.pager_ul a {
	text-decoration: none;
	color: #888888;
	font-weight: bold;
}

.new_seed {
	text-align: left;
	padding-top: 20px;
}

#csv_import_error {
	color: red;
}

#categories {
	width: 180px;
}

#categories optgroup {
	width: 180px;	
}


.packages input {
	width: 15px;
}

.iksz_button {
	background-image: url('../img/iksz.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	width: 19px;
	height: 17px;
	border: 0px;
	cursor: pointer;
}

.upload_price {
	border-top: 1px #eeeeee solid;
	padding-top: 5px;
	text-align: right;
	font-weight: bold;
}

.formhelp {
	background-color: #DEF2BE;
	padding: 5px;
}
