

html {
  background: #EFEFEF url(images/mainbckgr.jpg) repeat;
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  color: #000;
  width: 100%;
}

a {
  color: #444444;
}

a:hover {
  color: #FF9900;
}

#top_section {
  width: 100%;
  height: 100px;
}

.container {
  width: 1024px;
  margin: auto;
}

#header {
	width: 1024px;
	height: 100px;
}

#logo {
    float: left;
	width: 624px;
	height: 100px;
    /* border: 1px solid #ccc; */
}

#login_form {
  float: right;
  width: 400px;
  padding-top: 70px;
  height: 25px;
  padding-bottom: 5px;
  font-size: 11px;
  text-align: right;
  /* border: 1px solid #ccc; */
  /* vertical-align: bottom; */
  /* display: table-cell; */

}

#login_form input {
    margin: 2px 2px 2px 2px;
    height: 12px;

}

#login_form a {
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
}


#menu {
  width:100%;
  height: 53px;
  margin: 0 auto;
  background: url(images/menu_bg.jpg) repeat-x;
  float:left;
  /* text-align: left;  */
}

#menu #menu_section {
  width: 930px;
  height: 50px;
  margin:0 auto;
  padding: 0 0 0 20px;
  color: #FF9900;
  float: left;
}

#menu_section ul {
	float: left;
	width: 930px;
	margin: 0;
	padding-top: 5px;
	list-style: none;
}

#menu_section ul li {
	display: inline;
}

#menu_section ul li a {
	float: left;
	width: 120px;
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #444444;
	padding-left: 10px;
	padding-right: 10px;
    /* border: 1px solid #ccc; */
}

#menu_section li a:hover, #menu_section li .current{
	color: #FF9900;
	height: 28px;
	/* background:url(images/menu_current.jpg) repeat-x; */
    /* border: 1px solid #ffffff; */
    /* background: #E4E4E4; */
}


#middle_section {
	width: 100%;
	clear: both;
	overflow:hidden;
}

#middle_left_section {
	width: 800px;
	float: left;
	margin: 10px 0px 10px 10px;
}

#middle_section_fullwidth {
	width: 1004px;
	margin: 10px 10px 10px 10px;
}

* html #middle_left_section {
	/* margin-left: 15px; */
}


.main_content {
	width: 800px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.main_content_fullwidth {
	width: 1004px;
	margin-top: 5px;
	margin-bottom: 15px;
}


.main_content_top {
	width: 775px;
	height: 35px;
	font-size: 18px;
	color:#FFFFFF;
	font-weight:bold;
	padding-top: 15px;
	padding-left: 25px;
	background: url(images/main_content_top.png) no-repeat;

}

.main_content_top_fullwidth {
	width: 979px;
	height: 35px;
	font-size: 18px;
	color:#FFFFFF;
	font-weight:bold;
	padding-top: 15px;
	padding-left: 25px;
	background: url(images/main_content_top_fullwidth.png) no-repeat;

}

.main_content_mid {
    position: relative;
	width: 798px;
	background: #fff url(images/main_content_middle.jpg) no-repeat top center;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding-top: 10px;

}


.main_content_mid img {
	/* border: #ccc solid 1px; */

}

.main_content_mid p {
	font-size: 12px;
	color: #000;
	margin : 0px 15px 15px 15px;
	text-align: justify;
}

.main_content_mid h2 {
	margin : 0px 15px 15px 15px;
	text-align: justify;
}

.main_content_mid h3 {
	margin : 0px 15px 15px 15px;
	text-align: justify;
}

.main_content_mid h4 {
    font-weight: normal;
	margin : 0px 10px 5px 25px;
	text-align: justify;
}

.main_content_mid .pos {
  position: absolute;
  z-index: 0;
  left: 0px;
  top: 0px;
  font-family: Arial;
  font-size: 17.1px;
}

.main_content_mid_fullwidth {
    position: relative;
	width: 1002px;
	background: #fff url(images/main_content_middle_fullwidth.jpg) no-repeat top center;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding-top: 10px;

}

.main_content_mid_fullwidth p {
	font-size: 12px;
	color: #000;
	margin : 0px 15px 15px 15px;
	text-align: justify;
}

.main_content_mid_fullwidth h3 {
    width: 80%;
    border-bottom: 1px solid #ccc;
	color: #444444;
	margin : 30px 15px 15px 15px;
}


#manual_content, #brand_list, #brand_page, #brand_cat, #brand_view, #upload_manual, #view_category, #view_category_brand, #view_brand, #register_user, #request_manual, #view_search_result, #view_model, #preview_manual, #view_manual {
	width: 768px;
	margin: 10px 15px 0px 15px;
    /* border: 1px solid #FF0000; */
}


#view_brand h3 {
  /* text-decoration: underline; */
}


.manual_content_header {
	width: 768px;
    height: 29px;
    font-size: 16px;
    /* font-style: italic*/;
    color: #F5F5F5;
    padding-left: 75px;
    padding-top: 21px;
    background: url(images/manual_pdf_header.png) no-repeat;

}


.brand_list_header, .brand_cat_header, .brand_view_header {
	width: 768px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    /* padding-left: 15px; */
    border-bottom: 1px solid #FF9900;
    /* font-style: italic*/;
    margin: 20px 0px 5px 0px;
}

.brand_list_header a {
  text-decoration: none;
}


.brand_list_cat {
	width: 768px;
    font-size: 12px;
    color: #333333;
    padding-left: 5px;
    border: none;
    margin: 0px 0px 30px 0px;
}

.brand_page_category, .view_all_category {
    display: inline-block;
    width: 180px;
    height: 100px;
    /* border: 1px solid #996699; */
    margin: 5px 5px 5px 5px;
    text-align: center;
    vertical-align: middle;
}


.brand_page_view {
	width: 753px;
    font-size: 12px;
    color: #333333;
    padding-left: 15px;
    border: none;
    margin: 20px 0px 0px 0px;
}



.manual_content_body {
	width: 768px;
}

.manual_content_body_preview {
    float: left;
	width: 196px;
    /* border: 1px solid #FFFF00; */
}

.manual_content_body_preview img {
    margin: 10px 10px 10px 10px;
    border: 1px solid #999999;
}

.manual_content_body_info {
    float: right;
	width: 572px;
    margin: 10px 0px 10px 0px;
    /* border: 1px solid #FFFF00; */
}

.manual_content_body_info p {
    margin: 10px 10px 10px 10px;
    /* border: 1px solid #999999; */
}


.info_txt {
    display: inline-block;
	width: 60px;
    text-align: right;
	margin: 0px 2px 0px 0px;
    font-size: 11px;
    /* border: 1px solid #FF0000; */
}

.info_data {
    display: inline-block;
	width: 310px;
    text-align: left;
	margin: 0px 0px 0px 2px;
    font-size: 12px;
    /* border: 1px solid #FF0000; */
}

.manual_download {
    /* height: 50 px; */
    margin: 10px 5px 20px 5px;
    text-align: right;
    /* border: 1px solid #FF0000; */
}

.manual_download img {
    height: 30px;
    vertical-align: middle;
    margin: 10px 20px 10px 10px;
    border: none;
}

.manual_download img:hover {
    cursor: pointer;
}

.manual_download span {
    height: 30px;
    vertical-align: middle;
    margin: 10px 0px 10px 10px;
    border: none;
}

.info_download {
    height: 34px;
    margin: 5px 5px 5px 5px;
    /* border: 1px solid #FF0000; */
}


.info_download img {
    margin: 10px 10px 0px 20px;
    border: none;
}

.info_download input {
    vertical-align: middle;
    margin: 2px 2px 2px 2px;
}


.info_download_center {
    height: 34px;
    margin: 5px 5px 5px 5px;
    text-align: center;
    /* border: 1px solid #FF0000; */
}


.info_download_center img {
    margin: 10px 10px 0px 20px;
    border: none;
}

.info_download_center input {
    vertical-align: middle;
    margin: 2px 2px 2px 2px;
}

.captcha_text {
    height: 24px;
}

.dwn_error_txt {
    color: #CC0000;
    padding-left: 34px;
}

.search_error_txt {
    color: #CC0000;
    padding-left: 2px;
}

.search_by_word, .search_by_select {
    height: 46px;
    margin: 0px 15px 30px 15px;
    /* border: 1px solid #FF0000; */
}

.search_by_word input, .search_by_select input, .search_by_select select {
    vertical-align: middle;
    margin: 2px 2px 2px 2px;
}

.search_word {
 height: 24px;
}

.search_select {
 height: 28px;
}


/*
.main_content .pos {
  position: absolute;
  z-index: 0;
  left: 0px;
  top: 0px
}
*/

.main_content_bottom {
	width: 798px;
	height: 34px;
	background: url(images/main_content_bottom.jpg) no-repeat bottom center;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;

}

.main_content_bottom_fullwidth {
	width: 1002px;
	height: 34px;
	background: url(images/main_content_bottom_fullwidth.jpg) no-repeat bottom center;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;

}


#middle_right_section {
	width: 194px;
	float: right;
	margin: 10px 10px 10px 0px;
}

* html #middle_right_section {
	/* margin-right: 15px; */
}


.right_section_box {
    width: 194px;
	margin-top: 5px;
	margin-bottom: 15px;

}

.right_section_box_top {
	width: 169px;
	height: 35px;
	background: url(images/right_section_top.png) no-repeat;
	font-size: 18px;
	color:#fff;
	font-weight:bold;
	padding: 15px 0 0 25px;

}


.right_section_box_mid {
	width: 192px;
	background: url(images/right_section_middle.jpg) #FFF no-repeat top center;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	padding-top: 25px;
}


.right_section_box_mid p {
	font-size: 12px;
	color:#000;
	margin : 0px 16px 15px 16px;
	text-align: justify;
}

.right_section_box_mid p a {
	font-size: 12px;
	color:#333;
}

.right_section_box_mid p a:hover {
	font-size: 12px;
	color:#999;
}

.right_section_box_mid img {
	display:inline;
	margin-left: auto;
	margin-bottom: auto;
	/* border-left: 1px #FF0000 solid; */
}

.right_section_box_mid ul {
	margin-bottom:15px;
	margin-top:0px;
	padding-right:15px;
	color: #333;
}

.right_section_box_bottom {
	width: 192px;
	height: 31px;
	background: url(images/right_section_bottom.jpg) no-repeat bottom center #fff;
	margin-top: -15px;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}

#bottom_section{
	width: 100%;
	height: 38px;
	background:url(images/footer_bg.jpg) repeat-x;
}

#bottom_section_footer{
	width: 100%;
	height: 28px;
	background: url(images/footer_bg.jpg) repeat-x;
	text-align: center;
	padding-top: 10px;
}


span.post{
	margin: 25px;
	color: #666;
	font-size: 11px;
}


.clear{
	clear:both;
	height:1px;
}

.brand_button {
  /* position: relative; */
  padding-top: 11px;
  display:inline-block;
  font-size: 18px;
  font-weight: bold;
  width: 40px;
  height: 29px;
  background-image: url(images/letter/letter_bgrd.gif);
  background-repeat: no-repeat;
  vertical-align: middle;
  text-align: center;
  color: #444444;
  text-decoration: none;
  margin: 5px 0px 5px 5px;
}

#manual_popular_box {
    display: inline-block;
	width: 796px;
	margin: 0px 0px 0px 0px;
    /* border: 1px solid #FF0000; */
}


.manual_popular {
   display: inline-block;
	width: 250px;
	margin: 2px 0px 2px 10px;
    /* border: 1px solid #999999; */
}


.manual_popular_preview {
    float: left;
	width: 85px;
    /* border: 1px solid #FFFF00; */
}

.manual_popular_preview img {
    margin: 5px 5px 5px 5px;
    /* border: 1px solid #999999; */
}



.popular_info_txt {
    display: inline-block;
	width: 46px;
    text-align: right;
	margin: 0px 0px 0px 0px;
    font-size: 11px;
    color: #999999;
    /* border: 1px solid #FF0000; */
}

.popular_info_data {
    display: inline-block;
	width: 104px;
    text-align: left;
	margin: 0px 0px 0px 0px;
    font-size: 12px;
    /* border: 1px solid #FF0000; */
}

#reload_image_register, #reload_image_upload, #reload_image_rqst {
  cursor: pointer;
}


.upload_captcha_box img, .upload_captcha_box input{
    vertical-align: middle;
    margin: 2px 2px 2px 2px;
}

.register_captcha_box img, .register_captcha_box input{
    vertical-align: middle;
    margin: 2px 2px 2px 2px;
}


#login_button_upload, #back_button_upload, #back_button_select, #file_button_select, #submit_button_upload, #submit_button_register, #back_button_register, #submit_edit_profile, #login_button_register, #back_button_request, #submit_button_request {
    padding: 5px 10px 5px 10px;
    border: 1px solid #999999;
    font-weight: bold;
    line-height: 28px;

}

#login_button_upload:hover, #back_button_upload:hover, #back_button_select:hover, #file_button_select:hover, #submit_button_upload:hover, #submit_button_register:hover, #back_button_register:hover, #submit_edit_profile:hover, #login_button_register:hover, #back_button_request:hover, #submit_button_request:hover {
    background-color: #FF9900;
    cursor:pointer;
}

.popular_brand2 {
    display: inline-block;
    width: 180px;
    height: 60px;
    border: 1px solid #990000;
    margin: 5px 5px 5px 5px;
    text-align: center;
    vertical-align: middle;
}

.popular_brand {
    display: inline-block;
    width: 180px;
    height: 60px;
    border: 1px solid #990000;
    margin: 5px 5px 5px 5px;
}


.preview_click {
    position: relative;
    width: 100%; /* for IE 6 */

}


.preview_click span {
    position: absolute;
    left: 1px;
    top: 180px;
    width: 135px;
    color: #FFFFFF;
    font: bold 16px/30px Helvetica, Sans-Serif;
    background: rgb(0, 0, 0); /* fallback color */
    background: rgba(0, 0, 0, 0.5);
    margin: 0px 20px 0px 20px;
    padding: 10px;
    text-align: center;

}

.manual_slidebar {
    text-align: center;
    /* border: 1px solid #990000; */
}


.manual_slidebar img {
    border: 1px solid #999999;
    margin: 0px 14px 0px 0px;
}

.preview_img {
    cursor: pointer;
    width: 105px;
}

.manual_page_preview {
    margin: 0px 238px 0px 238px;
    width: 525px;
    height: 778px;
}

.manual_page_preview img {
    width: 525px;
    border: 1px solid #999999;
}

.but_over_img {
    position: relative;
    width: 100%; /* for IE 6 */

}

.manual_page_next {
    position: absolute;
    right: -1px;
    top: 150px;
    color: #FFFFFF;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    width: 60px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    line-height: 40px;
}

.manual_page_prev {
    position: absolute;
    left: 1px;
    top: 150px;
    color: #FFFFFF;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    width: 60px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    line-height: 40px;
}

.view_category_brand_header {
    width: 100%;
    height: 94px;
    border: 2px solid #999999;
}

.view_category_brand_header img {
  float: left;
  padding: 10px 25px 10px 10px;
}

.view_category_brand_header h2 {
  padding-top: 20px;
}

.view_category_brand_body {
  width: 100%;
  padding-top: 20px;
}

.view_category_brand_body a {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    padding-top: 22px;
    width: 180px;
    height: 38px;
    border: 1px solid #999999;
    margin: 5px 5px 5px 5px;
    text-decoration: none;
    font-weight: bold;
}

.view_category_brand_body a:hover {
    color: #FF9900;
    border: 1px solid #666666;
}


.view_searched_brand_body {
  width: 100%;
  padding-top: 20px;
}


.view_searched_brand_body a {

    margin-left: 40px;

}

.view_searched_cat_body {
  width: 100%;
  padding-top: 20px;
}


.view_searched_cat_body a {

    margin-left: 40px;

}

.view_searched_model_body {
  width: 100%;
  padding-top: 20px;
}


.view_searched_model_body a {

    margin-left: 40px;

}


.manual_header_info {

    margin: 30px 20px 10px 20px;
    text-align: center;
    border: 2px solid #FF9900;

}


.captcha_download_prw {
    text-align: center;
    height: 50px;
    margin: 5px 25px 5px 5px;
    /* border: 1px solid #FF0000; */
}

.captcha_download_prw input {
    vertical-align: middle;
    margin: 2px 2px 2px 2px;
}

.view_letter_brand_header {
    width: 100%;
    height: 94px;
    border: 2px solid #999999;
}

.view_letter_brand_header img {
  float: left;
  padding: 10px 25px 10px 10px;
}

.view_letter_brand_header h1 {
  position:absolute;
  left: 55px;
  top: 50px;
}

.view_letter_brand_header h2 {
    padding-top: 35px;
}


.view_category_brand_body2 {
  width: 100%;
  padding-top: 20px;
}

.view_category_brand_body2 a {
    display: inline-block;
    font-size: 14px;
    width: 180px;
    height: 36px;
    border: 1px solid #999999;
    margin: 5px 5px 5px 5px;
    text-decoration: none;
    text-align: center;
    padding-top: 18px;
}

.view_category_brand_body2 a:hover {
    color: #FF9900;
    border: 1px solid #666666;
}


.view_register_result_header {
    width: 100%;
    height: 94px;
    border: 1px solid #999999;
    margin-bottom: 20px;
}

.view_register_result_header img {
  float: left;
  padding: 10px 25px 10px 10px;
}

.view_register_result_header h2 {
  padding-top: 40px;
}

.view_upload_result_header {
    width: 100%;
    height: 94px;
    border: 1px solid #999999;
    margin-bottom: 20px;
}

.view_upload_result_header img {
  float: left;
  padding: 10px 25px 10px 10px;
}

.view_upload_result_header h2 {
  padding-top: 40px;
}

.view_request_result_header {
    width: 100%;
    height: 94px;
    border: 1px solid #999999;
    margin-bottom: 20px;
}

.view_request_result_header img {
  float: left;
  padding: 10px 25px 10px 10px;
}

.view_request_result_header h2 {
  padding-top: 40px;
}

.view_model_result_header {
    width: 100%;
    height: 94px;
    border: 1px solid #999999;
    margin-bottom: 20px;
}

.view_model_result_header img {
  float: left;
  padding: 10px 25px 10px 10px;
}

.view_model_result_header h2 {
  padding-top: 26px;
}

.view_preview_pdf_header {
    /* width: 974px; */
    height: 133px;
    border: 2px solid #FF9900;
    margin: 15px 15px 20px 15px;
}

.view_preview_pdf_header img {
  float: left;
  padding: 10px 25px 10px 10px;
}

.view_preview_pdf_header h3 {
  padding-top: 16px;
}

.hinfo {
    width: 350px;
    display: inline-block;
    margin-top: 3px;
    text-align: left;
    margin-left: 10px;
    /* border: 1px solid #999999; */
}


.view_manual_result_header {
    width: 100%;
    height: 94px;
    border: 1px solid #999999;
    margin-bottom: 20px;
}

.view_manual_result_header img {
  float: left;
  padding: 10px 25px 10px 10px;
}

.view_manual_result_header h2 {
  padding-top: 40px;
}

.manual_view_onweb {
    margin: 10px 5px 20px 5px;
}

.dwn_btn_view {
    float: right;
    margin: 10px 20px 10px 0px;
}

#view_pdf_obj {
    width: 968px;
    height: 842px;
    margin: 10px 10px 10px 10px;
    border: 2px solid #FF9900;
    /* background: transparent url(images/loading.gif) no-repeat center; */
}

#next_page, #prev_page {
    font-weight: bold;
    display: block;
}

.preview_error_header {
    width: 978px;
    height: 94px;
    border: 1px solid #999999;
    margin: 10px 10px 20px 10px;
}

.preview_error_header img {
  float: left;
  padding: 10px 25px 10px 10px;
}

.preview_error_header h2 {
  padding-top: 26px;
}

.add_header {
  text-align: center;
  line-height: 22px;
  /* border: 1px solid #999999; */
}

.add_body {
  text-align: center;
}
