body, td, p, div, h1, h2, h3, h4, h5 {
  font-family: arial;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
}

body {
  background: #DBE8EE url(bg_image.gif) repeat-x left top;
  text-align: center;
}

img {
  border: 0px;
  margin: 0;
  padding: 0;
}

a {
  color: #666666;
  text-decoration: none;
}

a:hover {
  color: #666666;
  text-decoration: underline;
}

.clear {
  clear: both;
  margin: 0;
  padding: 0;
}

.clearleft {
  clear: left;
}

#wrapper {
  margin: 0px auto;
  width: 959px;
  text-align: left;
}

table.vcenter {
  padding: 0px;
  margin: 0px;
  border: 0px;
  height: 100%;
  vertical-align: middle;
}

table.vcenter tr,
table.vcenter td {
  vertical-align: middle;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* For IE-mac */
.clearfix {
  display: inline-block;
}

/* Hide from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.left {
  float: left;
}

.right {
  float: right;
}

/* End */

#header {
  height: 55px;
  padding-top: 5px;
}

#logo {
  float: left;
}

#logo a {
  text-decoration: none;
}

#logo_text {
  width: 304px;
  padding: 2px 0 0 4px;
  float: left;
  cursor: pointer;
}

#logo_text a {
  font-family: Arial;
  font-size: 35px;
  font-weight: normal;
  color: #FFF;
  text-decoration: none;
}

#logo_text a:hover {
  text-decoration: none;
}

#google_search_box,
#local_search_box {
  width: 288px;
  height: 28px;
  font-size: 12px;
  color: #FFF;
  padding: 17px 0 0 0;
  float: right;
  z-index: 0;
}

#google_search_box form,
#local_search_box form {
  height: 28px;
  margin: 0px;
  padding: 0px;
}

#google_search_box .radio_btn,
#local_search_box .radio_btn {
  margin: 0px;
  padding: 0px;
}

#google_search_box label,
#local_search_box label {
  font-size: 12px;
  color: #FFF;
}

#google_search_box input.q {
  margin-left: 3px;
}

#local_search_box input.q {
  width: 156px;
  margin-left: 3px;
}

.between_radio {
  margin-right: 8px;
}

#google_search_box button.search1,
#local_search_box button.search1 {
  background: url(search_button1.jpg) no-repeat top left;
  width: 25px;
  height: 24px;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

#google_search_box button.search2,
#local_search_box button.search2 {
  background: url(search_button2.jpg) no-repeat top left;
  width: 39px;
  height: 24px;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

#top_title_bar {
  width: 944px;
  margin-left: 7px;
}

#main_menu {
  background: transparent url(main_menu_bg.jpg) no-repeat left top;
  width: 944px;
  height: 38px;
}

#main_menu ul {
  display: block;
  position: relative;
  list-style: none;
  padding: 0px;
  margin: 0px;
  height: 38px;
  z-index: 1000;
}

#main_menu li {
  /*line-height: 22px;*/
  display: block;
  width: 188px;
  height: 33px;
  font-size: 14px;
  line-height: 14px;
  float: left;
  padding-top: 5px;
  text-align: center;
  margin-left: 3px;
  z-index: 100000;
}

#main_menu li.first {
  margin-left: 0;
}

#main_menu li.last {
  width: 178px;
}

#main_menu li a {
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
}

#main_menu li a:hover {
  color: #FFFF34;
  text-decoration: none;
}

#main_menu li ul {
  display: none;
  position: absolute;
  * left: -400px;
  top: 38px;
  height: auto;
  background-color: #CCC;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
  z-index: 2000;
}

#main_menu li ul.category_menu {
  left: 386px;
}

#main_menu li ul.resolution_menu {
  left: 576px;
}

#main_menu li ul li {
  background: none;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  margin: 0px;
  padding: 0px 30px;
  text-align: left;
  float: none;
  z-index: 2000;
}

#main_menu li ul.category_menu li {
  width: 127px;
}

#main_menu li ul.resolution_menu li {
  width: 127px;
}

#main_menu li.category_menu ul li a,
#main_menu li.resolution_menu ul li a {
  color: #000;
  font-weight: bold;
}

#footer {
  margin-top: 8px;
  padding-top: 10px;
  text-align: center;
  clear: both;
  border-top: 1px solid #000;
}

#footer ul {
  display: block;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0px;
  height: 13px;
  z-index: 1;
}

#footer ul#footer_menu {
  margin-left: 140px;
}

#footer ul#footer_menu1 {
  margin-left: 330px;
  margin-bottom: 5px;
}

#footer ul li {
  font-size: 11px;
  line-height: 13px;
  padding: 0px 5px;
  float: left;
}

#footer ul li.separator {
  width: 1px;
  height: 13px;
  line-height: 13px;
  margin: 0;
  padding: 0;
}

#footer ul li ul {
  display: none;
  position: absolute;
  * left: -400px;
  bottom: 11px;
  height: auto;
  background-color: #CCC;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
  z-index: 2000;
}

#footer ul li ul.footer_category_menu {
  width: 187px;
  left: 248px;
}

#footer ul li ul.footer_resolution_menu {
  width: 187px;
  left: 390px;
}

#footer ul li ul li {
  background: none;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  margin: 0px;
  padding: 0px 30px;
  text-align: left;
  float: none;
  z-index: 2000;
}

#footer ul li ul.footer_category_menu li {
  width: 127px;
}

#footer ul li ul.footer_resolution_menu li {
  width: 127px;
}

#footer ul li a {
  color: #000;
  text-decoration: none;
}

#footer ul li a:hover {
  text-decoration: underline;
}

#contents {
  background: #DBE8EE url(bg_main.jpg) no-repeat left top;
  padding: 7px 2px 0 2px;
}

#left_sidebar {
  width: 186px;
  position: relative;
  padding-left: 7px;
  /*padding-right: 3px;*/
  overflow: hidden;
  float: left;
  z-index: 3;
}

#right_sidebar {
  width: 186px;
  position: relative;
  padding-right: 7px;
  float: right;
  z-index: 2;
}

#center_content {
  width: 762px;
  position: relative;
  float: left;
  z-index: 0;
}

#left_sidebar .content {
  background-color: #D7E2E8;
  border: 1px solid #FFF;
  padding: 10px 0;
}

#right_sidebar .content {
  background-color: #D7E2E8;
  border: 1px solid #FFF;
  padding: 8px 5px;
}

#sidebar_tag_menu .content {
  overflow: hidden;
}

#home_left_sidebar {
  width: 186px;
  position: relative;
  padding-left: 7px;
  padding-right: 3px;
  overflow: hidden;
  float: left;
  z-index: 3;
}

#home_right_sidebar {
  width: 186px;
  position: relative;
  padding-right: 7px;
  float: right;
  z-index: 2;
}

#home_center_content {
  width: 559px;
  position: relative;
  float: left;
  z-index: 0;
}

#home_left_sidebar .content {
  background-color: #D7E2E8;
  border: 1px solid #FFF;
  padding: 10px 0;
}

#home_right_sidebar .content {
  background-color: #D7E2E8;
  border: 1px solid #FFF;
  padding: 8px 5px;
}

.form_row {
  padding-top: 5px;
}

.form_text {
  font-family: 'Arial';
  font-size: 12px;
  color: #FFF;
}

.product_preview_list {
}

.product_preview {
  display: block;
  width: 142px;
  float: left;
  position: relative;
  text-align: center;
  margin-left: 8px;
  z-index: 0;
}

.product_preview .product_name {
  background: transparent url(product_name_bg.gif) no-repeat left top;
  width: 140px;
  height: 18px;
  line-height: 18px;
  padding: 1px 1px 0 1px;
  text-align: center;
  overflow: hidden;
}

.product_preview .product_name table {
  width: 140px;
  height: 18px;
}

.product_preview .product_name table td{
  overflow: hidden;
}

.product_preview .product_name a {
  font-size: 12px;
  font-weight: bold;
  color: #666666;
  text-decoration: none;
}

.product_preview .product_name a:hover {
  text-decoration: underline;
}

.preview_image {
  background: transparent url(preview_image_bg.gif) no-repeat left top;
  width: 136px;
  height: 104px;
  padding: 3px 3px 3px 3px;
  z-index: 0;
}

.preview_image img {
  padding: 0;
  margin: 0;
}

.home_large_product_preview {
  display: block;
  width: 559px;
  position: relative;
  text-align: center;
}

.home_large_product_preview .preview_image {
  background: none;
  width: 557px;
  height: 417px;
  padding: 0;
  border: 1px solid #666666;
}

#product_detail {
  margin-left: 12px;
  text-align: left;
}

#product_detail_name {
  font-size: 16px;
  color: #196699;
  padding-left: 10px;
  margin-bottom: 2px;
}

.product_large_preview {
  width: 426px;
  height: 320px;
  text-align: center;
  border: 1px solid #666666;
}

.product_large_preview img {
}

.pager {
  text-align: right;
  font-size: 12px;
  margin: 5px 10px 5px 0;
}

.pager a {
  font-family: 'Arial';
  font-size: 12;
  color: #666666;
  text-decoration: none;
}

.pager a:hover {
  text-decoration: underline;
}

a.pager_page_option {
  color: #666666;
  margin: 1px;
}

#contactus_form {
  width: 450px;
  margin-left: 50px;
  margin-bottom: 100px;
  z-index: -1000000000000;
}

#contactus_form th {
  padding: 4px;
  color: #666666;
  width: 50px;
  vertical-align: top;
}

#contactus_form #reason {
  width: 100%;
  z-index: -10;
}

#contactus_form #email {
  width: 100%;
}

#contactus_form #details {
  width: 100%;
  height: 100px;
}

#contactus_form td {
  padding: 4px;
  text-align: center;
  vertical-align: middle;
}

#contactus_notice {
  font-style: italic;
  color: #999;
  padding: 50px;
}

#thanks_message {
  font-size: 16px;
  font-weight: bold;
  padding: 60px 80px 350px 80px;
}

.sitemap_link {
  margin: 8px;
  font-size: 13px;
  letter-spacing: 150%;
  word-spacing: 200%;
}

.sitemap_link a {
  color: #666666;
}

#sitemap_menu {
  margin: 4px 4px 0px 0px;
  float: right;
}

#sitemap_menu a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

.no_item {
  padding: 50px 20px 180px;
  color: #666;
  font-size: 15px;
  font-style: italic;
  text-align: center;
}

#footer .terms_link a {
  color: black;
}

.terms_details {
  padding: 20px 50px;
}

ul#categories li a {
  white-space: nowrap;
}

ul#resolutions li a {
  white-space: nowrap;
}

td#validation {
  text-align: left;
  padding-left: 50px;
}

#captcha_image {
  float: left;
  margin-right: 8px;
}

#id_sendmail_captcha {
  margin-bottom: 8px;
}

#send_mail_error {
  margin: 8px 150px 8px 50px;
  padding: 4px;
  background: #FFF0F0;
  color: #333;
}

#top_links {
  background: transparent url(top_links_bg.jpg) no-repeat left top;
  width: 944px;
  height: 30px;
  margin: 0px;
  padding: 0px;
  position: relative;
  text-align: center;
}

#top_links table {
  height: 30px;
  width: 944px;
}

#top_links table,
#top_links tr,
#top_links td {
  border: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

#top_links td.separator {
  background: transparent url(top_links_separator.gif) no-repeat left center;
  width: 2px;
}

#top_links a {
  font-family: 'Arial';
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

#top_links a em {
  color: #CB005E;
  font-style: normal;
}

#top_links a:hover {
  text-decoration: underline;
}

#top_links .top_link_5items {
  padding: 4px;
  display: inline;
  white-space: nowrap;
  font-size: 15px;
  font-weight: bold;
}

#top_links .top_link_4items {
  padding: 4px 12px 4px;
  display: inline;
  white-space: nowrap;
  font-size: 17px;
  font-weight: bold;
}

#top_links .top_link_3items {
  padding: 12px 12px 4px;
  display: inline;
  white-space: nowrap;
  font-size: 24px;
  font-weight: bold;
}

#top_links .top_link_2items {
  padding: 12px 12px 4px;
  display: inline;
  white-space: nowrap;
  font-size: 28px;
  font-weight: bold;
}

#top_links .top_link_1items {
  padding: 12px 12px 4px;
  display: inline;
  white-space: nowrap;
  font-size: 36px;
  font-weight: bold;
}

#mini_window_info {
  padding: 8px;
}

.mini_product_info {
  float: left;
  width: 210px;
  height: 220px;
  position: relative;
  z-index: 0;
  text-align: left;
}

.mini_product_info_ad {
  width: 200px;
  height: 200px;
  margin-bottom: 8px;
}

.mini_product_info a {
  color: #196699;
  font-size: 12px;
  font-weight: bold;
  margin-left: 2px;
}

.links_list {
  margin-left: 15px;
}

ul.links_page_product {
  width: 240px;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  float: left;
}

ul.links_page_product li {
  width: 240px;
  overflow: hidden;
}

.links_name a {
  font-size: 12px;
  color: #666666;
  text-decoration: none;
}

.links_name a:hover {
  text-decoration: underline;
}

#download_btn {
  background: transparent url(button.gif) no-repeat top left;
  width: 119px;
  height: 29px;
  line-height: 29px;
  text-align: center;
}

#download_btn a {
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}

#preview_btn {
  background: transparent url(button.gif) no-repeat top left;
  width: 119px;
  height: 29px;
  margin-bottom: 5px;
  line-height: 29px;
  text-align: center;
}

#preview_btn a {
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}

.tag_level {
  line-height: 24px;
}

.tag_level a {
  color: #669966;
  text-decoration: none;
}

.tag_level a:hover {
  text-decoration: underline;
}

.tag_level9 {
 font-size: 12px;
}

.tag_level8 {
 font-size: 14px;
}

.tag_level7 {
 font-size: 18px;
}

.tag_level6 {
 font-weight: bold;
 font-size: 20px;
}

.tag_level5 {
 font-weight: bold;
 font-size: 24px;
}

.tag_level4 {
 font-weight: bold;
 font-size: 26px;
}

.tag_level3 {
 font-weight: bold;
 font-size: 28px;
}

.tag_level2 {
 font-weight: bold;
 font-size: 30px;
}

.tag_level1 {
 font-weight: bold;
 font-size: 32px;
}

#home_title {
  width: 316px;
  padding-left: 7px;
  float: left;
}

#home_title a {
  font-family: "Arial";
  font-size: 20px;
  color: #000;
  text-decoration: none;
}

#home_title a:hover {
  text-decoration: underline;
}

.ad_160x600 {
  width: 160px;
  height: 600px;
}

.ad_180x90 {
  width: 180px;
  height: 90px;
}

.ad_200x90 {
  width: 200px;
  height: 90px;
}

.ad_200x200 {
  width: 200px;
  height: 200px;
}

.ad_300x250 {
  width: 300px;
  height: 250px;
}

.ad_468x15 {
  width: 468px;
  height: 15px;
}

.ad_468x60 {
  width: 468px;
  height: 60px;
}

.ad_728x15 {
  width: 728px
  height: 15px;
}

.ad_728x90 {
  width: 728px
  height: 90px;
}

.ad_160_in_sidebar {
  padding: 10px 0 10px 13px;
}

.ad_180_in_sidebar {
  margin: 0 0 10px 2px;
  border: 1px solid #FFF;
}

.ad_200_in_sidebar {
  padding: 10px 0 10px 0;
}

.ad_300_in_top_center_content {
  margin: 8px 0;
}

.ad_300_in_tag_top_center_content {
  margin: 30px 0 30px 30px;
}

.ad_468_at_top {
  padding: 5px 8px 5px 0;
  float: right;
}

.ad_468_in_home_center {
  padding: 5px 0 5px 45px;
}

.ad_468_in_top_center_content {
  padding: 5px 0 5px 135px;
}

.ad_728_in_top_center_content {
  padding: 5px 0 5px 17px;
}

.ad_468_in_bottom_center_content {
  padding: 5px 0 5px 42px;
}

.ad_728_in_product_list {
  padding: 5px 0 5px 15px;
}

.bookmark{
  margin-bottom: 5px;
}

.bookmark_btn {
  margin-left: 3px;
}

.sidebar_title {
  background: transparent url(title_bar.gif) no-repeat left top;
  width: 181px;
  height: 24px;
  line-height: 24px;
  padding-left: 5px;
  margin-bottom: 3px;
}

.sidebar_title a {
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: #666666;
  text-decoration: none;
}

.sidebar_title a:hover {
  text-decoration: underline;
}

#sidebar_resolution_menu {
  margin: 10px 0px 10px 0;
}

#sidebar_resolution_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}

#sidebar_resolution_menu ul#normal {
  width: 90px;
}

#sidebar_resolution_menu ul#wide {
  width: 84px;
}

#sidebar_resolution_menu ul li {
  text-align: center;
}

#sidebar_resolution_menu ul li.title {
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: #196699;
}

#sidebar_resolution_menu ul li a {
  font-family: 'Arial';
  font-size: 12px;
  color: #666666;
}

.more_partner_in_sidebar{
  text-align: left;
}

.more_partner_in_sidebar a {
  font-family: 'Arial';
  font-size: 11px;
  color: #196699;
  text-decoration: none;
}

.more_in_content,
.more,
.more_in_sidebar {
  width: 100%;
  text-align: right;
  float: right;
}

#left_sidebar .more_in_sidebar {
  width: 182px;
  padding-right: 5px;
}

.more_in_content a,
.more a,
.more_in_sidebar a {
  font-family: 'Arial';
  font-size: 9px;
  color: #669966;
  text-decoration: none;
}

.more_in_content a:hover,
.more a:hover,
.more_partner_in_sidebar a:hover,
.more_in_sidebar a:hover {
  text-decoration: underline;
}

.large_more_link {
  text-align: right;
}

.large_more_link a {
  font-family: "Arial";
  font-size: 20px;
  color: #000000;
  text-decoration: none;
}

.large_more_link a:hover {
  text-decoration: underline;
}

#home_center_content #new_products,
#home_center_content #top_products,
#home_center_content #random_products {
  float: left;
}

#home_center_content #new_products,
#home_center_content #top_products {
  margin-right: 5px;
}

.short_product_preview_list {
  padding-left: 1px;
}

.short_product_preview_list .product_preview {
  display: block;
  width: 180px;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  float: none;
}

.short_product_preview_list .preview_image {
  background: transparent url(preview_image_bg2.gif) no-repeat left top;
  width: 170px;
  height: 128px;
  padding: 2px 5px 4px 5px;
}

.short_product_preview_list .product_name {
  background: transparent url(product_name_bg2.gif) no-repeat left top;
  width: 176px;
  height: 24px;
  padding: 0 2px;
  overflow: hidden;
}

.short_product_preview_list .product_name table {
  width: 176px;
  height: 24px;
}

.short_product_preview_list .product_name a {
  font-family: "Arial";
  font-size: 13px;
  color: #666666;
  text-decoration: none;
}

.short_product_preview_list .product_name a:hover {
  text-decoration: underline;
}

.short_content_title {
  background: transparent url(title_bar2.gif) no-repeat left top;
  width: 183px;
  height: 43px;
  line-height: 43px;
  text-align: center;
}

.short_content_title a {
  font-family: "Arial";
  font-size: 13px;
  font-weight: bold;
  color: #666666;
  text-decoration: none;
}

.short_content_title a:hover {
  text-decoration: underline;
}

#sidebar_category_menu ul {
  list-style: none outside url(dot.gif);
  margin: 0;
  padding: 0 0 0 23px;
}

#sidebar_partner_menu .content {
  padding-left: 2px;
  overflow: hidden;
}

#sidebar_partner_menu ul {
  list-style: none outside url(dot.gif);
  margin: 0;
  padding: 8px 0 15px 23px;
}

#page_title {
  width: 470px;
  padding-left: 7px;
  float: left;
}

#page_title em {
  font-family: "Arial";
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  color: #000;
}

#page_title a {
  font-family: "Arial";
  font-weight: normal;
  font-size: 20px;
  color: #000;
  text-decoration: none;
}

#page_title a:hover {
  text-decoration: underline;
}

.row_space {
  height: 8px;
}

.center_title .center_title_left {
  background: transparent url(title_bar_left.gif) no-repeat left top;
  width: 5px;
  height: 24px;
  float: left
}

.center_title .center_title_right {
  background: transparent url(title_bar_right.gif) no-repeat left top;
  width: 5px;
  height: 24px;
  float: left;
}

.center_title .center_title_content {
  background: transparent url(title_bar_center.gif) repeat-x left top;
  height: 24px;
  line-height: 24px;
  padding-left: 8px;
  float: left;
}

#top_center_content .resolution_listing .center_title .center_title_content,
#top_center_content .cate_listing .center_title .center_title_content,
#top_center_content .links .center_title .center_title_content,
#top_center_content .detail .center_title .center_title_content {
  width: 284px;
}

#top_center_content .resolution_listing .center_title .center_title_content a,
#top_center_content .cate_listing .center_title .center_title_content a,
#top_center_content .links .center_title .center_title_content a,
#top_center_content .detail .center_title .center_title_content a {
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: #666666;
  text-decoration: none;
}

#top_center_content .resolution_listing .center_title .center_title_content a:hover,
#top_center_content .cate_listing .center_title .center_title_content a:hover,
#top_center_content .links .center_title .center_title_content a:hover,
#top_center_content .detail .center_title .center_title_content a:hover {
  text-decoration: underline;
}

#top_center_content #tag_menu .content {
  background-color: #D7E2E8;
  border: 1px solid #FFF;
  padding: 8px 5px;
  margin-top: 4px;
}

#bottom_center_content .product_preview_list{
  float: left;
}

#bottom_center_content .product_preview {
  display: block;
  width: 180px;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  text-align: center;
}

#bottom_center_content .last {
  padding-right: 0;
}

#bottom_center_content .preview_image {
  background: transparent url(preview_image_bg2.gif) no-repeat left top;
  width: 170px;
  height: 128px;
  padding: 2px 5px 4px 5px;
}

#bottom_center_content .product_name {
  background: transparent url(product_name_bg2.gif) no-repeat left top;
  width: 176px;
  height: 24px;
  overflow: hidden;
  padding: 0 2px;
}

#bottom_center_content .product_name table {
  width: 176px;
  height: 24px;
}

#bottom_center_content .product_name a {
  font-family: "Arial";
  font-size: 13px;
  color: #666666;
  text-decoration: none;
}

#bottom_center_content .product_name a:hover {
  text-decoration: underline;
}

#bottom_center_content .center_title {
  width: px;
  height: 24px;
  margin-bottom: 8px;
}

#bottom_center_content .center_title .center_title_content {
  width: 531px;
}

#bottom_center_content .center_title .center_title_content a {
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: #666666;
  text-decoration: none;
}

#bottom_center_content .center_title .center_title_content a:hover {
  text-decoration: underline;
}

#bottom_center_content .random_content {
  padding-left: 5px;
}

#bottom_center_content .right {
  width: 559px;
}

#bottom_center_content .right #new_products,
#bottom_center_content .right #top_products,
#bottom_center_content .right #random_products {
  width: 183px;
  float: left;
}

#product_path {
  width: 948px;
  height: 25px;
  padding-left: 7px;
}

#product_path h1 {
  display: inline;
  font-family: "Arial";
  font-weight: normal;
  font-size: 20px;
  color: #000;
  text-decoration: none;
}

#product_path h1 a {
  font-family: "Arial";
  font-weight: normal;
  font-size: 20px;
  color: #000;
  text-decoration: none;
}

#product_path h1 a:hover {
  text-decoration: underline;
}

#product_path a {
  font-family: "Arial";
  font-weight: normal;
  font-size: 20px;
  color: #000;
  text-decoration: none;
}

#product_path a:hover {
  text-decoration: underline;
}

.resolution_listing .left,
.cate_listing .left,
.links .left,
.detail .left {
  width: 440px;
}

.resolution_listing .right,
.cate_listing .right,
.links .right,
.detail .right {
  width: 302px;
  padding-right: 10px;
}

.resolution_listing_list,
.cate_listing_list {
  margin: 0 0 20px 15px;
}

.resolution_listing_list ul,
.cate_listing_list ul {
  list-style: none outside none;
  width: 290px;
  margin: 0;
  padding: 0;
  float: left;
}

.resolution_listing_list ul li,
.cate_listing_list ul li {
  height: 20px;
  overflow: hidden;
}

.resolution_listing_list ul li a,
.cate_listing_list ul li a {
  line-height: 18px;
  font-family: 'Arial';
  font-size: 14px;
  color: #666666;
  text-decoration: none;
}

.resolution_listing_list ul li a:hover,
.cate_listing_list ul li a:hover {
  text-decoration: underline;
}

.btns_to_other_site {
  padding-left: 25px;
  margin-bottom: 10px;
}

.btn_to_other_site {
  background: transparent url(button2.gif) no-repeat left top;
  width: 350px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
}

.btn_to_other_site a {
  font-size: 12px;
  font-weight: bold;
  color: #666666;
  text-decoration: none;
}

.btn_to_other_site a:hover {
  text-decoration: none;
}

.first_btn {
  margin-right: 15px;
}

.tag_list {
  margin-left: 15px;
  margin-right: 10px;
}

.tag_list .tag_level a {
  color: #669966;
}

.download_title {
  font-size: 13px;
  font-weight: bold;
  color: #666666;
  margin-bottom: 8px;
}

#product_detail .left {
  width: 300px;
}

#product_detail .right {
  width: 119px;
  padding-right: 5px;
}

.download_resolution ul {
  list-style: none;
  margin: 0 5px 0 0;
  padding: 0;
  float: left;
}

.download_resolution ul li {
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  color: #196699;
}

.download_resolution ul li a {
  font-size: 12px;
  font-style: normal;
  color: #666666;
  text-decoration: none;
}

.download_resolution ul li a:hover {
  text-decoration: underline;
}

.popup_product_preview {
  width: 270px;
  height: 210px;
  text-align: center;
  border: 1px solid #666666;
  float: left;
  margin-right: 5px;
}

#top_center_content .detail {
  margin-bottom: 25px;
}

#popup_body {
  background-color: #DBE8EE;
  background-image: none;
}

/*
  styles for popup window
  begin
*/
#product_popup_window{
  margin: auto;
  width: 1000px;
  height: 900px;
  background-color: #DBE8EE;
  padding-left: 10px;
}
#popup_header{
  width: 960px;
  height: 30px;
  font-size: 20px;
  padding: 0 10px 10px;
}
#popup_header h1{
  font-size: 20px;
}
#popup_header #popup_header_product_name{
  width: 788px;
  float: left;
  padding: 2px 8px;
  text-align: left;
}
#popup_header #close_link{
  width: 140px;
  float: right;
  padding: 2px 8px;
}
#popup_header #close_link a{
  font-size: 20px;
  text-decoration: none;
}

#product_popup_window #popup_ads_lt,
#product_popup_window #popup_ads_rt,
#product_popup_window #popup_ads_ml,
#product_popup_window #popup_product_preview,
#product_popup_window #popup_ads_lb
{
  padding: 10px;
  float: left;
}
#product_popup_window #popup_ads_lt{
  width: 200px;
  height: 90px;
  margin-left: 10px;
}
#product_popup_window #popup_ads_rt{
  width: 728px;
  height: 90px;
}
#product_popup_window #popup_ads_ml{
  width: 120px;
  height: 600px;
  margin: 10px 0 0 18px;
}
#product_popup_window #popup_product_preview{
  width: 800px;
  height: 600px;
  margin-top: 10px;
}
#product_popup_window #popup_ads_lb{
  width: 728px;
  height: 15px;
  margin-top: 10px;
}
#product_popup_window #popup_bottom_text{
  float: left;
  height: 15px;
  margin-top: 10px;
  font-size: 13px;
  font-weight: bold;
  padding: 7px 0 0 10px;
}
/*
  styles for popup window
  end
*/
