@charset "utf-8";
/*** red ***/

body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, helvetica, verdana, tahoma, sans-serif;
    font-size: 12px;
    color: #000000;
    background-color: #555555;
}

td {
    font-family: Arial, helvetica, verdana, tahoma, sans-serif;
    font-size: 12px;
    color: #000000;
}

#page_content {
    min-height: 300px;
}

h1 {
    font-size: 32px;
    font-family: Arial;
    font-weight: bold;
    color: #f06b10;
    text-decoration: none;
}

h2 {
    font-size: 24;
    font-family: Arial;
    font-weight: bold;
    color: #f06b10;
    text-decoration: none;
}

h3 {
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    color: #f06b10;
    text-decoration: none;
}

div#main_bg {
    width: 1000px;
    text-align:left;
}

#page_bg {
    background: #555555;
}
a:link, a:visited {
    color: #63962c;
    text-decoration: underline;
}

a:hover {
    color: #63962c;
    text-decoration: none;
}

a.logo:link,a.logo:hover, a.logo:visited {
    color: #fb5203;
    font-size: 48px;
    line-height: 60px;
    height: 70px;
    width: 720px;
    overflow: hidden;
    float: left;
}

div#logo_bg{
    background: #ececec url('/s/rise_tech/img/greenorange/bg_logo.png') top  repeat-x;
    height: 100px;
    overflow: hidden;
}

div#banner_bg{
    background: #999999 url('/s/rise_tech/img/greenorange/banner.jpg') top  repeat-x;
    height: 140px;
    overflow: hidden;
}

#user3{
    background: #78a636 url('/s/rise_tech/img/greenorange/bg_menu.png') top  repeat-x;
    border-left: 1px solid #659730;
    border-right: 1px solid #659730;
    height: 42px;
    overflow: hidden;
}

#pillmenu div a:link, #pillmenu div a:visited {
    border-right: 1px solid #adcd4e;
    color:#ffffff;
}
#pillmenu div a:hover, #pillmenu div.menu_active a {
    color:#ffec6e;
    background: #f2f0d7 url('/s/rise_tech/img/greenorange/menu_hover.png') top  repeat-x;
}

#pillmenu div a, #pillmenu div a:hover, .menu_active {
    font-family:"Trebuchet MS",Tahoma;
	font-size: 13px;
	float: left;
	display: inline;
	padding: 6px 17px;
	text-decoration: none;
	font-weight: bold;
}

#leftcolumn h3, #leftcolumn div h3{
    background:  url('/s/rise_tech/img/greenorange/centerBg_2.png') top left no-repeat;
}
#rightcolumn h3, #rightcolumn div h3{
    background:  url('/s/rise_tech/img/greenorange/centerBg_1.png') repeat-x top;
}

#leftcolumn div.moduletable_menu, #leftcolumn div.moduletable, #leftcolumn div.moduletable_text,
#rightcolumn div.moduletable_menu, #rightcolumn div.moduletable, #rightcolumn div.moduletable_text{
    /* background: url(/s/rise_tech/img/greenorange/rub_bottom.png) left bottom no-repeat; */
}

div.lcor_left {
  background: url('/s/rise_tech/img/greenorange/leftCorn_2.png') no-repeat left;
}

div.rcor_left {
  background: url('/s/rise_tech/img/greenorange/rightCorn_2.png') no-repeat right;
}

div.bg_left {
    background:  url('/s/rise_tech/img/greenorange/centerBg_1.png') repeat-x top;
    height: 31px;
    margin-left:5px;
    margin-right:5px;
}

div.lcor_left_bottom {
  background: url('/s/rise_tech/img/greenorange/leftCorn_2.png') no-repeat left bottom;
}

div.rcor_left_bottom {
  background: url('/s/rise_tech/img/greenorange/rightCorn_2.png') no-repeat right bottom;
}

div.bg_left_bottom {
    background:  #78a636;
    padding-left: 5px;
    border-bottom: 1px solid #999999;
    margin-left: 2px;
    margin-right: 2px;
}

div.bg_left_center {
    background:  #ffffff;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    padding-top: 0px;
    padding: 1px;
    margin-left: 3px;
    margin-right: 3px;
}

div.bg_left_center_inside {
    border: 1px solid #999999;
    border-top:  1px solid #999999;
    background: #78a636;
}

div.lcor_right {
  background: url('/s/rise_tech/img/greenorange/leftCorn_2.png') no-repeat left;
}

div.rcor_right {
  background: url('/s/rise_tech/img/greenorange/rightCorn_2.png') no-repeat right;
}

div.bg_right {
    background:  url('/s/rise_tech/img/greenorange/centerBg_2.png') repeat-x top;
    height: 31px;
    margin-left:5px;
    margin-right:5px;
}

div.lcor_right_bottom {
  background: url('/s/rise_tech/img/greenorange/leftCorn_2.png') no-repeat left bottom
}

div.rcor_right_bottom {
  background: url('/s/rise_tech/img/greenorange/rightCorn_2.png') no-repeat right bottom
}

div.bg_right_bottom {
    background:  #78a636;
    padding-left: 5px;
    border-bottom: 1px solid #999999;
    margin-left: 2px;
    margin-right: 2px;
}

div.bg_right_center {
    background:  #ffffff;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    padding-top: 0px;
    padding: 1px;
    margin-left: 3px;
    margin-right: 3px;
}

div.bg_right_center_inside {
    border: 1px solid #999999;
    border-top: 1px solid #999999;
    background: #f2f0d7;
}

.columns .colleft {
  background: #ddd99c;
}

.colrightcolor {
  background: #ddd99c;
}

.colmaincolor {
  background: #ffffff;
}

div#middle_bg{
    background: #ffffff;
}

ul.menu li{
    list-style:none;
    background:url(/s/rise_tech/img/greenorange/menu_arrow.gif) top left no-repeat;
}

#banner_bg table.contentpaneopen td{
    color: #555;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:11px;
}

.footer {
    color: #ffffff;
    border-top: 4px solid #ddd99c;
    padding: 0.5em;
}

.footer a, .footer a:link, .footer a:visited, .footer a:hover {
    color: #ffffff;
}

#model_list tbody td {
    padding: 5px;
    vertical-align: top;
    align: left;
}

.model_header td {
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-bottom: 0;
    background-color: #f2f0d7;
}

.model_bottom td {
    border-top: 1px solid #999999;
    height: 2em;
}

td.model_side {
    border-left: 1px solid #999999;
}

td.model_line {
    height: 1em;
}

td.order_link {
    border-right: 1px solid #999999;
}

.img_frame {
    float: left;
    padding: 2px;
    border: 1px solid #ccc;
    text-align: center;
}

.size_panel {
    padding: 1em;
    border: 1px solid #999999;
    background-color: #f2f0d7;
}

.size_panel select, .size_panel input {
    border-width: 1px;
}

.pricelist tbody td {
    padding: 2px 10px;
}

tbody.pricelist {
    background: #ccc;
}

.order_form input, textarea {
    width: 300px;
    border: 1px inset #999999;
    padding: 1px;
}

.order_form textarea {
    height: 100px;
}

.order_form input.numeric {
    width: 50px;
}

.order_form input.button {
    width: 100px;
    border: 1px outset #999999;
}

table thead td {
    background-color: #ddd99c;
    color: #000000;
    font-weight: bold;
    border: 1px solid white;
    text-align: center;
    height: 30px;
}

table thead td a:link, table thead td a:visited{
    color: #000000;
    font-weight: bold;
}

table thead td .menu_goods_types a:link, table thead td .menu_goods_types a:visited {
    color: #78a636;
    font-size: 12px;
}

.menu_goods_types a {
    color: #78a636;
    padding: 2px;
    font-weight: bold;
}

.menu_goods_types .selected {
    background-color: #78a636;
    color: #ffffff;
    padding: 4px;
    padding-bottom: 1px;
}

#top_menu {
    float: right;
    text-align: right;
    width: 100%;
}

.menu_lang {
    float: left;
    padding: 5px 0px 0px 5px;
}

.menu_additional {
    float: right;
    margin: 5px;
    width:60%;
}

.search_form_common {
    float: right;
    padding: 5px;
    margin-top: 40px;
}

div.search_form_common input {
    font-size: 12px;
    margin: 0px;
}

.container_contant {
    text-align:left;
}

.moduletable_menu a {
    color: #eee;
    font-weight: bold;
}