/* general - start */ 
body {
	margin: 0; padding: 0;
	text-align: center;
	font-family: sans-serif;
	font-size: 13px;
	background-image: url("../images/background.jpg");
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	color: #2E2E2E;
}
div {
	margin: 0; padding: 0;
	float: left;
	display: inline;
}
p {
	margin-top: 5px; margin-bottom: 0; margin-left: 0; margin-right: 0; padding: 0; 
	float: none;
	display: block;
}
img {
	margin: 0; padding: 0;
	float: left;
	border: none;
}
a {
	margin: 0; padding: 0;
	text-decoration: none;
	color: #649C32;
	float: none;
}
a:LINK {
}
a:VISITED {
}
a:HOVER {
	text-decoration: underline;
}
a:ACTIVE {
}
	
/* general - end */



/* main areas - start */
div.main_wrapper {
	margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; padding: 0;
	float: none; display: block;
	width: 980px;
}
div.main {
	margin-top: 40px; margin-bottom: 0; margin-left: 0; margin-right: 0; padding: 0;
	float: left;
	width: 980px;
	text-align: left;
}
div.header {
	margin: 0; padding: 0;
	float: left;
	width: 980px; height: 195px;
}
div.menu {
	margin: 0; padding: 0;
	float: left;
	width: 980px; height: 44px;
}
div.column_left {
	margin-left: 0; margin-right: 0; margin-top: 20px; margin-bottom: 0; padding: 0;
	width: 180px;
	float: left;
}
div.column_right {
	margin-left: 0; margin-right: 0; margin-top: 20px; margin-bottom: 0; padding: 0;
	width: 180px;
	float: right;
}
div.column_main {
	margin-left: 30px; margin-right: 0; margin-top: 20px; margin-bottom: 0; padding: 0;
	width: 560px;
	float: left;
	/* background: #FFAA33; */
}
div.footer {
	margin-left: 8px; margin-right: 9px; margin-top: 0; margin-bottom: 5px; padding: 0;
	float: left;
	width: 963px; height: 110px;
	background-image: url("../images/footer_bkg.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
}
/* main areas - end */



/* local areas - start */
/* header - start */
div.header_logo {
	margin-left: 22px; margin-top: 0; margin-right: 0; margin-bottom: 0; padding: 0;
	float: left;
	width: 312px; height: 115px;
}
div.header_buttons {
	margin-left: 22px; margin-top: 28px; margin-right: 0; margin-bottom: 0; padding: 0;
	float: left;
	width: 312px; height: 27px;
}
div.header_button {
	margin: 0; padding: 0;
	float: left;
	width: 95px; height: 27px;
}
div.header_categories {
	margin-left: 0; margin-top: 0; margin-right: 36px; margin-bottom: 0; padding: 0;
	float: right;
	width: 550px; height: 180px;
}
div.header_category {
	margin-left: 0; margin-right: 5px; margin-top: 0; margin-bottom: 0; padding: 0;
	float: left;
	width: 105px; height: 80px;
}
div.header_category_break {
	margin: 0; padding: 0;
	float: left;
	width: 550px; height: 10px;
}
/* header - end */

/* menu - start */
div.menu_left {
	margin: 0; padding: 0;
	width: 980px; height: 44px;
	float: left;
	background-image: url("../images/menu_left_bkg.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}
div.menu_right {
	margin: 0; padding: 0;
	width: 965px; height: 44px;
	float: right;
	background-image: url("../images/menu_right_bkg.jpg");
	background-position: top right;
	background-repeat: no-repeat;
}
div.menu_inside {
	margin: 0; padding: 0;
	width: 950px; height: 44px;
	float: left;
	background-image: url("../images/menu_bkg.jpg");
	background-repeat: repeat-x;
}
a.menu_item_link {
	margin: 0; padding: 0;
	color: #2F2F2D;
	font-size: 16px;
	text-decoration: none;
	cursor: pointer;
}
a.menu_item_link:LINK {
	color: #2F2F2D;
	text-decoration: none;
}
a.menu_item_link:VISITED {
	color: #2F2F2D;
	text-decoration: none;
}
a.menu_item_link:HOVER {
	color: #649C32;
	text-decoration: none;
}
a.menu_item_link:ACTIVE {
	color: #2F2F2D;
	text-decoration: none;
}
a.menu_item_link_chosen {
	margin: 0; padding: 0;
	color: #649C32;
	font-size: 16px;
	text-decoration: none;
	cursor: pointer;
}
div.menu_item {
	margin: 0; padding: 0;
	height: 44px;
	float: left;
}
div.menu_item_chosen {
	margin: 0; padding: 0;
	height: 44px;
	float: left;
	background-image: url("../images/menu_chosen_bkg.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
}
div.menu_item_text {
	margin-top: 13px; margin-bottom: 0; margin-left: 10px; margin-right: 10px;
	float: left;
}
div.menu_brake {
	margin-left: 3px; margin-right: 3px; margin-top: 0; margin-bottom: 0; padding: 0;
	height: 44px; width: 2px;
	float: left;
	background-image: url("../images/menu_brake_bkg.jpg");
	background-repeat: no-repeat;
}

/* search in menu - start */
div.menu_search {
	margin-top: 8px; margin-bottom: 0; margin-left: 0; margin-right: 0; padding: 0;
	height: 30px; width: 350px;
	float: right;
}
div.menu_search_text {
	margin-top: 5px; margin-bottom: 0; margin-left: 0; margin-right: 0; padding: 0;
	float: left;
	color: #2F2F2D;
	font-size: 16px;
}
div.menu_search_input {
	margin-left: 7px; margin-right: 0; margin-top: 0; margin-bottom: 0; padding: 0;
	height: 29px; width: 194px;
	background-image: url("../images/search_input_bkg.jpg");
	float: left;
}
div.menu_search_input input{
	margin-left: 10px; margin-right: 0; margin-top: 6px; margin-bottom: 0; padding: 0;
	height: 19px; width: 174px;
	float: left;
	font-size: 14px;
	border: none;
}
div.menu_search_button {
	margin-left: 5px; margin-right: 0; margin-top: 0; margin-bottom: 0; padding: 0;
	height: 30px;
	float: left;
}
/* search in menu - end */
/* menu - end */

/* category menu - start */
div.category_menu {
	margin-top: 0; margin-bottom: 15px; margin-left: 0; margin-right: 0; padding: 0;
	float: left;
	width: 180px;
}
div.category_menu_header_left {
	margin: 0; padding: 0;
	float: left;
	width: 180px; height: 34px;
	background-image: url("../images/category_left_bkg.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}
div.category_menu_header_right {
	margin: 0; padding: 0;
	float: right;
	width: 170px; height: 26px;
	background-image: url("../images/category_right_bkg.jpg");
	background-position: top right;
	background-repeat: no-repeat;
}
div.category_menu_header_center {
	margin: 0; padding: 0;
	float: left;
	width: 160px; height: 26px;
	background-image: url("../images/category_bkg.jpg");
	background-position: top;
	background-repeat: repeat-x;
}
div.category_menu_header_inside {
	margin-left: 3px; margin-top: 5px; margin-right: 0; margin-bottom: 0; padding: 0;
	float: left;
}
a.category_menu_link {
	font-size: 14px;
	font-weight: 600;
	color: #2E2E2E;
	letter-spacing: -1px;
	float: left;
}
a.category_menu_link:LINK {
	color: #2E2E2E;
}
a.category_menu_link:VISITED {
	color: #2E2E2E;
}
a.category_menu_link:HOVER {
	color: #4E4E4E;
}
a.category_menu_link:ACTIVE {
	color: #2E2E2E;
}
a.subcategory_menu_link {
	text-decoration: none;
	font-size: 12px;
	cursor: pointer;
	float: left;
}
a.subcategory_menu_link:LINK {
	color: #4E4E4E;
}
a.subcategory_menu_link:VISITED {
	color: #4E4E4E;
}
a.subcategory_menu_link:HOVER {
	color: #649C32;
}
a.subcategory_menu_link:ACTIVE {
	color: #4E4E4E;
}
div.subcategory_menu {
	margin-top: 1px; margin-bottom: 2px; margin-left: 0; margin-right: 0; padding: 0;
	float: left;
	width: 180px;
	background-image: url("../images/link_bkg.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}
div.subcategory_menu_inside {
	margin-top: 2px; margin-left: 22px; margin-right: 0; margin-bottom: 0; padding: 0;
	float: left;
}
/* category menu - end */



/* page - start */
div.page_content {
	margin-top: 0; margin-bottom: 15px; margin-left: 0; margin-right: 0; padding: 0;
	width: 100%;
	float: left;
}
div.page_content div {
	margin-top: 0; margin-bottom: 5px; margin-left: 0; margin-right: 0; padding: 0;
	width: 100%;
	float: left;
}	

/* categories on page - start */
div.category {
	margin-left: 5px; margin-right: 2px; margin-top: 3px; margin-bottom: 3px; padding: 0;
	float: left;
	background-image: url("../images/subcategory_bkg.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}
div.category_inside {
	margin-left: 15px; margin-right: 0; margin-top: 0; margin-bottom: 0; padding: 0;
	float: left;
}
a.category_link {
	color: #4D4D4D;
	font-size: 15px;
}
a.category_link:LINK {
	color: #4D4D4D;
}
a.category_link:VISITED {
	color: #4D4D4D;
}
a.category_link:HOVER {
	color: #6D6D6D;
}
a.category_link:ACTIVE {
	color: #4D4D4D;
}
/* categories on page - end */

/* product list - start */
div.product_list_item {
	margin: 0; padding: 0;
	float: left;
	width: 559px;
}
div.product_list_item_top {
	margin: 0; padding: 0;
	float: left;
	width: 559px; height: 16px;
	background-image: url("../images/product_item_top_bkg.jpg");
}
div.product_list_item_inside {
	margin: 0; padding: 0;
	float: left;
	width: 557px;
	border-left: #D3D3D3 1px solid;
	border-right: #D3D3D3 1px solid;
	background-color: #EAEBEA;
}
div.product_list_item_image {
	margin-left: 15px; margin-top: 0; margin-right: 0; margin-bottom: 0; padding: 0;
	float: left;
}
div.product_list_item_image img {
	margin: 0; padding: 0;
	float: left;
	border: #D3D3D3 1px solid;
	max-width: 120px; max-height: 110px;
}
div.product_list_item_content {
	margin-left: 0; margin-top: 0; margin-right: 28px; margin-bottom: 0; padding: 0;
	float: right;
	width: 374px;
}
div.product_list_item_title {
	margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 5px; padding: 0;
	float: left;
	width: 374px;
	font-size: 15px; 
	color: #6CAD35;
}
div.product_list_item_data {
	margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 10px; padding: 0;
	float: left;
	width: 374px;
	font-size: 10px;
}
div.product_list_item_description {
	margin-left: 0; margin-right: 0; margin-top: 10px; margin-bottom: 0; padding: 0;
	float: left;
	width: 374px;
	font-size: 12px;
}
div.product_list_item_button {
	margin-left: 0; margin-right: 16px; margin-top: 5px; margin-bottom: 0; padding: 0;
	float: right;
}

div.product_list_item_line {
	margin: 0; padding: 0;
	float: left;
	width: 374px; height: 1px;
	background-color: #D3D3D3;
}
div.product_list_item_bottom {
	margin: 0; padding: 0;
	float: left;
	width: 559px; height: 12px;
	background-image: url("../images/product_item_bottom_bkg.jpg");
}

div.product_list_brake {
	margin: 0; padding: 0;
	float: left;
	width: 560px; height: 18px;
}
/* product list - end */

/* product - start */
div.product_title {
	margin-top: 10px; margin-bottom: 0; margin-left: 0; margin-right: 0; padding: 0;
	float: left;
	width: 560px; height: 35px;
	font-size: 16px;
	font-weight: bold;
	color: #6BAD31;
}
div.product_left {
	margin: 0; padding: 0;
	float: left;
	border: none;
	width: 210px;
}

/* product images - start */
div.product_image_top {
	margin: 0; padding: 0;
	float: left;
	width: 208px;
}
div.product_image_top img {
	margin: 0; padding: 0;
	float: left;
	border: #D3D3D3 1px solid;
	width: 206px;
}
div.product_image_left {
	margin-top: 15px; margin-bottom: 0; margin-left: 0; margin-right: 0; padding: 0;
	float: left;
	height: 75px;
}
div.product_image_right {
	margin-top: 15px; margin-bottom: 0; margin-left: 0; margin-right: 0; padding: 0;
	float: right;
	height: 75px;
}
img.product_image_bottom {
	margin: 0; padding: 0;
	float: left;
	border: #D3D3D3 1px solid;
	height: 73px;
}
/* product images - end */

div.product_right {
	margin: 0; padding: 0;
	float: right;
	border: none;
	width: 330px;
}
div.product_description {
	margin-top: 20px; margin-bottom: 0; margin-left: 0; margin-right: 0; padding: 0;
	float: left;
	width: 560px;
}
/* product - end */

/* user - start */
div.user_title {
	margin: 0; padding: 0;
	height: 45px; width: 560px;
	float: left;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: -1px;
	color: #2D2F2C;
}

/* user menu - start */
div.user_menu {
	margin: 0; padding: 0;
	width: 560px;
	float: left;
	font-size: 20px; 
	color: #2D2F2C;
}
div.user_menu_item {
	margin: 0; padding: 0;
	float: left;
	height: 20px;
	background-image: url("../images/link_bkg.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}
div.user_menu_item_inside {
	margin-top: 2px; margin-left: 22px; margin-right: 20px; margin-bottom: 0; padding: 0;
	float: left;
}
a.user_menu_link {
	text-decoration: none;
	font-size: 12px;
	cursor: pointer;
	float: left;
}
a.user_menu_link:LINK {
	color: #4E4E4E;
}
a.user_menu_link:VISITED {
	color: #4E4E4E;
}
a.user_menu_link:HOVER {
	color: #649C32;
}
a.user_menu_link:ACTIVE {
	color: #4E4E4E;
}
a.user_menu_link_chosen {
	text-decoration: none;
	font-size: 12px;
	cursor: pointer;
	color: #649C32;
	float: left;
}
p.user_menu_link_disabled {
	margin: 0; padding: 0;
	text-decoration: none;
	font-size: 12px;
	float: left;
	color: #6E6E6E;
}
/* user menu - end */

/* user content - start */
div.user_content {
	margin-top: 20px; margin-bottom: 10px; margin-left: 0; margin-right: 0; padding: 0;
	width: 560px;
	float: left;
	font-size: 13px;
}
a.user_link {
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: -1px;
	cursor: pointer;
}
a.user_link:LINK {
	color: #629B32;
}
a.user_link:VISITED {
	color: #629B32;
}
a.user_link:HOVER {
	color: #447C12;
}
a.user_link:ACTIVE {
	color: #629B32;
}
/* user content - end */

/* user product list  - start */
div.user_product_list_item {
	margin-top: 0; margin-bottom: 20px; margin-left: 0; margin-right: 0; padding: 0;
	float: left;
	width: 560px; min-height: 70px;
	background-color: #E0DEDF; 
}
div.user_product_list_item_left {
	margin-left: 15px; margin-top: 15px; margin-right: 0; margin-bottom: 0; padding: 0;
	float: left;
	width: 270px;
}
div.user_product_list_item_title {
	margin: 0; padding: 0;
	float: left;
	width: 270px;
	color: #639A34;
	font-size: 15px;
}
div.user_product_list_item_category {
	margin-top: 7px; margin-bottom: 0; margin-left: 0; margin-right: 0; padding: 0;
	float: left;
	width: 270px;
	color: #4C4C4C;
	font-size: 13px;
}
div.user_product_list_item_right {
	margin-left: 0; margin-top: 20px; margin-right: 15px; margin-bottom: 0; padding: 0;
	float: right;
	width: 230px;
}
div.user_product_list_item_button {
	margin-left: 10px; margin-right: 10px; margin-top: 0; margin-bottom: 0; padding: 0;
	float: left;
}
/* user product list  - end */

/* user product - start */
img.user_product_image {
	margin: 0; padding: 0;
	float: left;
	border: none;
	max-width: 150px; max-height: 100px;
}
/* user product - end */

/* user credit package list  - start */
div.user_credit_package_list_item {
	margin-top: 0; margin-bottom: 20px; margin-left: 0; margin-right: 0; padding: 0;
	float: left;
	width: 560px; min-height: 95px;
	background-color: #E0DEDF; 
}
div.user_credit_package_list_item_left {
	margin-left: 15px; margin-top: 15px; margin-right: 0; margin-bottom: 0; padding: 0;
	float: left;
	width: 300px;
}
div.user_credit_package_list_item_title {
	margin: 0; padding: 0;
	float: left;
	width: 300px;
	color: #639A34;
	font-size: 15px;
}
div.user_credit_package_item_details {
	margin-top: 7px; margin-bottom: 0; margin-left: 0; margin-right: 0; padding: 0;
	float: left;
	width: 300px;
	color: #4C4C4C;
	font-size: 13px;
}
div.user_credit_package_item_right {
	margin-left: 0; margin-top: 35px; margin-right: 15px; margin-bottom: 0; padding: 0;
	float: right;
	width: 200px;
}
div.user_credit_package_list_item_button {
	margin-left: 10px; margin-right: 10px; margin-top: 0; margin-bottom: 0; padding: 0;
	float: left;
}
/* user credit package list  - end */

/* user product order list  - start */
div.user_product_order_list_item {
	margin-top: 0; margin-bottom: 10px; margin-left: 0; margin-right: 0; padding: 0;
	float: left;
	width: 560px; min-height: 50px;
	background-color: #E0DEDF; 
}
div.user_product_order_list_item_left {
	margin-left: 10px; margin-top: 5px; margin-right: 0; margin-bottom: 0; padding: 0;
	float: left;
	width: 375px;
}
div.user_product_order_list_item_title {
	margin: 0; padding: 0;
	float: left;
	width: 375px;
	color: #639A34;
	font-size: 15px;
}
div.user_product_order_list_item_details {
	margin-top: 3px; margin-bottom: 0; margin-left: 0; margin-right: 0; padding: 0;
	float: left;
	width: 375px;
	color: #4C4C4C;
	font-size: 13px;
}
div.user_product_order_list_item_right {
	margin-left: 0; margin-top: 10px; margin-right: 5px; margin-bottom: 0; padding: 0;
	float: right;
	width: 130px;
}
div.user_product_order_list_item_button {
	margin-left: 0; margin-right: 10px; margin-top: 0; margin-bottom: 0; padding: 0;
	float: right;
}
/* user product order list  - end */

/* user footer - start */
div.user_footer {
	margin-top: 10px; margin-bottom: 10px; margin-left: 0; margin-right: 0; padding: 0;
	width: 560px;
	float: left;
}
a.user_footer_link {
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -1px;
	cursor: pointer;
}
a.user_footer_link:LINK {
	color: #629B32;
}
a.user_footer_link:VISITED {
	color: #629B32;
}
a.user_footer_link:HOVER {
	color: #447C12;
}
a.user_footer_link:ACTIVE {
	color: #629B32;
}
/* user footer - end */

div.user_line {
	margin-top: 10px; margin-bottom: 10px; margin-left: 0; margin-right: 0; padding: 0;
	float: left;
	height: 1px; width: 560px;
	background-color: #C3C3C3;
}
/* user - end */


/* login box - start */
div.login_box {
	margin-top: 10px; margin-bottom: 0; margin-left: 0; margin-right: 0; padding: 0;
	float: left; display: inline;
	width: 560px; height: 121px;
	background-image: url("../images/login_box_bkg.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}
div.login_box_row {
	margin-left: 18px; margin-top: 52px; margin-right: 0; margin-bottom: 0; padding: 0;
	float: left; display: inline; overflow: hidden;
	width: 342px; height: 50px;
}
div.login_box_row_column_left {
	margin: 0; padding: 0;
	float: left; display: inline; overflow: hidden;
	width: 166px; height: 50px;
}

div.login_box_row_column_right {
	margin: 0; padding: 0;
	float: right; display: inline; overflow: hidden;
	width: 166px; height: 50px;
}


div.login_box_label {
	margin: 0; padding: 0;
	float: left; display: inline; overflow: hidden;
	width: 166px; height: 21px;
}
div.login_box_field {
	margin: 0; padding: 0;
	float: left; display: inline; overflow: hidden;
	width: 164px; height: 23px;
	border: #628543 1px solid;
	background-color: #ffffff;
}
input.login_box_input {
	margin: 2px; padding: 0;
	float: left;
	width: 160px; height: 19px;
	font-size: 13px;
	border: 0;
}

div.login_box_button {
	margin-top: 40px; margin-right: 20px; margin-left: 0; margin-bottom: 0; padding: 0;
	float: right; display: inline; overflow: hidden;
	width: 149px; height: 46px;
}
/* login box - end */

/* search box - start */
div.search_box {
	margin-top: 20px; margin-bottom: 10px; margin-left: 0; margin-right: 0; padding: 0;
	float: left; display: inline;
	width: 560px; height: 205px;
	background-image: url("../images/search_box_bkg.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}
div.search_box_row_1 {
	margin-left: 22px; margin-top: 56px; margin-right: 0; margin-bottom: 0; padding: 0;
	float: left; display: inline; overflow: hidden;
	width: 517px; height: 62px;
}
div.search_box_row_1_column {
	margin: 0; padding: 0;
	float: left; display: inline; overflow: hidden;
	width: 166px; height: 62px;
}
div.search_box_row_1_brake {
	margin: 0; padding: 0;
	float: left; display: inline; overflow: hidden;
	width: 9px; height: 62px;
}

div.search_box_row_2 {
	margin-left: 22px; margin-top: 2px; margin-right: 0; margin-bottom: 0; padding: 0;
	float: left; display: inline; overflow: hidden;
	width: 517px; height: 75px;
}
div.search_box_row_2_column {
	margin: 0; padding: 0;
	float: left; display: inline; overflow: hidden;
	width: 166px; height: 75px;
}
div.search_box_row_2_brake {
	margin: 0; padding: 0;
	float: left; display: inline; overflow: hidden;
	width: 9px; height: 75px;
}
div.search_box_row_2_brake_horizontal {
	margin: 0; padding: 0;
	float: left; display: inline; overflow: hidden;
	width: 166px; height: 6px;
}

	
div.search_box_label {
	margin: 0; padding: 0;
	float: left; display: inline; overflow: hidden;
	width: 166px; height: 18px;
}
div.search_box_field {
	margin: 0; padding: 0;
	float: left; display: inline; overflow: hidden;
	width: 164px; height: 23px;
	border: #577c37 1px solid;
	background-color: #ffffff;
}
input.search_box_input {
	margin: 2px; padding: 0;
	float: left;
	width: 160px; height: 19px;
	font-size: 13px;
	border: 0;
}
select.search_box_select {
	margin: 0; padding: 0;
	width: 164px; height: 23px;
	font-size: 13px;
	border: 0;
}
div.search_box_button {
	margin-top: 16px; margin-right: 0; margin-left: 0; margin-bottom: 0; padding: 0;
	float: right; display: inline; overflow: hidden;
	width: 149px; height: 46px;
}
/* search box - end */

/* footer - start */
div.footer_top_link {
	margin: 0; padding: 0;
	float: right;
	height: 20px; width: 75px;
	background-image: url("../images/footer_top_link_bkg.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}
div.footer_top_link a {
	margin-left: 20px; margin-right: 0; margin-top: 5px; margin-bottom: 0; padding: 0;
	float: left;
	text-decoration: none;
	color: #2E2E2E;
	font-size: 10px;
	font-weight: 500;
}
div.footer_top_link a:LINK {
	color: #2E2E2E;
}
div.footer_top_link a:VISITED {
	color: #2E2E2E;
}
div.footer_top_link a:HOVER {
	color: #5E5E5E;
}
div.footer_top_link a:ACTIVE {
	color: #2E2E2E;
}

div.footer_menu {
	margin-top: 40px; margin-left: 20px; margin-right: 0; margin-bottom: 0; padding: 0;
	float: left;
	height: 20px; width: 800px;
}
div.footer_menu_item {
	margin: 0; padding: 0;
	float: left;
}
a.footer_menu_link {
	text-decoration: none;
	color: #639F2E;
	font-size: 10px;
	font-weight: 500;
}
a.footer_menu_link:LINK {
	color: #639F2E;
}
a.footer_menu_link:VISITED {
	color: #639F2E;
}
a.footer_menu_link:HOVER {
	color: #83BF4E;
}
a.footer_menu_link:ACTIVE {
	color: #639F2E;
}
div.footer_menu_brake {
	margin-left: 5px; margin-right: 5px; margin-top: 5px; margin-bottom: 0; padding: 0;
	float: left;
	height: 12px; width: 1px;
	background-color: #A9A7A8;
}

div.footer_text {
	margin-top: 15px; margin-left: 20px; margin-right: 0; margin-bottom: 0; padding: 0;
	float: left;
	height: 20px; width: 800px;
	font-size: 10px;
	font-weight: normal;
	color: #AAA8A9;
}	
/* footer - end */

/* local areas - end */











/* other styles - start */
/* view - start */
table.view {
	margin-left: 10px; margin-right: 0; margin-top: 0; margin-bottom: 10px; padding: 0;
	font-size: 12px;
	font-weight: normal;
}
table.view tr th{
	margin: 0; padding: 3px; padding-left: 10px;
	height: 30px;
	text-align: left;
}
table.view tr td{
	margin: 0; padding-left: 15px; padding-right: 15px;
	height: 30px;
}
/* view - end */

/* form - start */
table.editForm {
	margin-left: 10px; margin-right: 0; margin-top: 0; margin-bottom: 10px; padding: 0;
	font-size: 12px;
	font-weight: normal;
}
table.editForm tr th{
	margin: 0; padding-top: 10px; padding-left: 10px; padding-right: 3px; padding-bottom: 3px;
	height: 30px;
	text-align: left;
}
table.editForm tr td{
	margin: 0; padding-top: 10px; padding-left: 15px; padding-right: 15px; padding-bottom: 3px;
	height: 30px;
}
/* form - end */

/* paginatin - start */
div.paginate {
	margin: 0; padding: 0;
	float: left;
	width: 560px;
	font-size: 14px;
}
a.paginate_link {
	margin: 0; padding: 0;
	color: #2F2F2D;
	text-decoration: none;
	cursor: pointer;
}
a.paginate_link:LINK {
	color: #2F2F2D;
	text-decoration: none;
}
a.paginate_link:VISITED {
	color: #2F2F2D;
	text-decoration: none;
}
a.paginate_link:HOVER {
	color: #649C32;
	text-decoration: none;
}
a.paginate_link:ACTIVE {
	color: #2F2F2D;
	text-decoration: none;
}
/* paginatin - end */

ul.error_list {
	margin-left: 35px; margin-right:0; margin-top: 5px; margin-bottom: 5px; padding: 0;
	color: #AA2222;
	font-size: 10px;
	list-style: circle;
}
/* other styles - end */
