body, td, p, div, h1, h2, h3, h4, h5 {
  font-family: 'Arial';
  font-size: 12px;
  color: #474747;
  margin: 0px;
  padding: 0px;
}

body {
  background-color: #5A5A5A;
  text-align: center;
}

body#popup_body {
  background-color: #FFF;
}

img {
  border: 0px;
}

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

a:hover {
  text-decoration: underline;
}

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

.clear_left {
  clear: left;
}

.clear_right {
  clear: right;
}

.google_ad {
  background-color: #CCC;
}

#wrapper {
  margin: 0px auto;
  width: 982px;
  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;
}

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

table.vtop tr,
table.vtop td {
  vertical-align: top;
}

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

table.vbottom tr,
table.vbottom td {
  vertical-align: bottom;
}

.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;
}
/* End */

#header {
  background: transparent url(header_bg.jpg) repeat-x left top;
  height: 102px;
}

#logo {
  padding-top: 20px;
  padding-left: 222px;
  width: 545px;
  height: 61px;
  cursor: pointer;
}

#logo a {
  text-decoration: none;
}

#logo_img {
  width: 61px;
  height: 61px;
  float: left;
}

#logo_text {
  padding-top: 8px;
  color: #FFF;
  font-family: Arial;
  font-size: 32px;
  padding-left: 15px;
  width: 469px;
  float: left;
}

#logo_text .logo_text_line1 a {
  color: #FFF;
  font-family: Arial;
  font-size: 32px;
  font-weight: normal;
}

.logo_text_dot_com {
  color: #FFF;
  font-family: Arial;
  font-size: 20px;
  font-weight: normal;
}

#logo_text .logo_text_line2 a {
  color: #FFF;
  font-family: Arial;
  font-size: 16px;
  font-weight: normal;
}

#logo_text .logo_text_line2 h1 a {
  color: #FFF;
  font-family: Arial;
  font-size: 16px;
  font-weight: normal;
}

.logo_text_small {
  color: #FFF;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}

.logo_text_line1 {
  line-height: 32px;
}

.logo_text_line2 {
  line-height: 16px;
}

.newline {
  display: block;
}

#top_ad {
  background-color: #333333;
  padding: 5px 0 5px 127px;

}

/** Start of Style of Right Side Bar **/
.sidebar_title {
  background-color: #5A6186;
  line-height: 20px;
  height: 20px;
  padding-left: 5px;
}

.sidebar_title a {
  font-family: 'Arial';
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: #FFF;
  text-decoration: none;
}

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

/** Start of Style of main menu **/
#main_menu {
  width: 178px;
  margin: 20px 0 15px 0px;
}

#main_menu ul {
  width: 178px;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

#main_menu ul li {
  width: 178px;
  font-size: 12px;
  padding-left: 8px;
}

#main_menu li a {
  color: #5A6186;
  text-decoration: none;
}

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

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

#main_menu li ul.category_menu {
  width: 185px;
  top: 81px;
}

#main_menu li ul.resolution_menu {
  width: 185px;
  top: 98px;
}

#main_menu li ul li {
  color: #474747;
  font-size: 12px;
  font-weight: normal;
  padding: 5px 20px;
  z-index: 2000;
}

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

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

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

/** Start of Style of search box **/
.form_row {
  margin: 5px 0px;
}

.form_text {
  font-size: 12px;
  color: #474747;
  margin-left: 2px;
}

#google_search_box form label {
  display: block;
  margin: 0px;
}

#google_search_box form input,
#local_search_box form input {
  margin: 0;
  padding: 0;
}

#google_search_box,
#local_search_box {
  margin: 15px 0 0 3px;
  width: 170px;
  height: 95px;
}

#local_search_box form label {
  display: block;
  margin: 0px;
}

#local_search_box input#q {
  width: 144px;
}

input#q {
  display: block;
}
/** End of Style of search box **/

#sidebar_resolution_menu {
  width: 180px;
  margin: 0 3px 15px 3px;
}

ul#sidebar_resolutions {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

ul#sidebar_resolutions li {
  font-family: 'Arial';
  font-size: 11px;
  color: #474747;
  text-decoration: none;
}

ul#sidebar_resolutions li.resolution_title {
  margin-top: 10px;
  font-weight: bold;
}

ul#sidebar_resolutions li a {
  font-family: 'Arial';
  font-size: 11px;
  color: #474747;
  text-decoration: none;
}

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

#sidebar_partner_image_menu {
  padding-left: 3px;
  margin-bottom: 30px;
}

#sidebar_partners_menu {
  margin: 0 8px 30px 8px;
}

#sidebar_partners_menu ul {
  list-style: none outside none;
  margin: 5px 0 0 0;
  padding: 0;
}

#sidebar_partners_menu .partner_name {
  line-height: 16px;
}

#sidebar_partners_menu .partner_name a {
  font-family: 'Arial';
  font-size: 11px;
  color: #474747;
  text-decoration: none;
}

#sidebar_partners_menu .partner_name a:hover {
  text-decoration: underline;
}

.sidebar_more {
  text-align: right;
}

.sidebar_more a {
  font-family: 'Arial';
  font-size: 11px;
  font-weight: bold;
  color: #5A6186;
  text-decoration: none;
}

.sidebar_more a:hover {
  text-decoration: underline;
}
/** End of Style of Right Side Bar **/

#bottom_ad {
  height: 90px;
  padding: 10px 127px 10px 127px;
}

/** Start of footer menu style **/
#footer {
  background: transparent url(footer_bg.jpg) repeat-x left top;
  height: 158px;
  text-align: center;
  clear: both;
}

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

#footer ul li {
  display: inline;
  line-height: 13px;
  color: #FFF;
  font-size: 11px;
  padding: 0 3px 0 1px;
}

#footer ul li.first {
  background-image: none;
}

#footer ul li.separator {
  background: transparent url(footer_separator.jpg) no-repeat left 3px;
  width: 2px;
  height: 11px;
  padding: 0;
  margin: 0;
}

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

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

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

#footer li ul.footer_category_menu {
  left: 536px;
}

#footer li ul.footer_resolution_menu {
  left: 657px;
}

#footer li ul li {
  display: block;
  width: 100px;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  border-left: none;
  text-align: left;
  padding: 2px 20px;
  margin-top: 0px;
  float: none;
  z-index: 2000;
}

#footer li ul.footer_category_menu li,
#footer li ul.footer_resolution_menu li {
  width: 150px;
}

#footer li.footer_category_menu ul li a,
#footer li.footer_resolution_menu ul li a {
  color: #555555;
  font-weight: bold;
}
/** End of footer style **/

#contents {
  background-color: #474747;
  padding: 0 8px 18px 8px;
}

#right_content {
  background-color: #EEEEEE;
  width: 186px;
  margin-left: 6px;
  position: relative;
  float: right;
  z-index: 2;
}

#center_content {
  background-color: #EEEEEE;
  width: 774px;
  padding-bottom: 30px;
  position: relative;
  float: left;
  z-index: 0;
}

.product_preview_list {
  margin-left: 0px;
}

.product_preview {
  width: 100px;
  float: left;
  position: relative;
  text-align: center;
  margin: 0 10px 0px 0;
  z-index: 0;
}

.product_preview_list .last {
  margin-right: 0;
}

.preview_image {
  width: 100px;
  height: 72px;
  z-index: 0;
}

.product_preview .product_name {
  height: 50px;
  margin-bottom: 3px;
  overflow: hidden;
}

.product_preview .product_name table {
  width: 100%;
  text-align: center;
}

.product_preview .product_name a {
  line-height: 12px;
  font-size: 12px;
  color: #474747;
  text-decoration: none;
  vertical-align: bottom;
}

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

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

.large_product_preview .preview_image {
  width: 400px;
  height: 300px;
  z-index: 0;
}

.preview_image table {
  width: 110px;
  height: 80px;
}

.preview_image img {
}

.rating {
  height: 20px;
  margin: 3px 0 0 0;
}

.rating_5 {
  background: #EEEEEE url(rating5.png) no-repeat center top;
}

.rating_4 {
  background: #EEEEEE url(rating4.png) no-repeat center top;
}

.rating_3 {
  background: #EEEEEE url(rating3.png) no-repeat center top;
}

.rating_2 {
  background: #EEEEEE url(rating2.png) no-repeat center top;
}

.rating_1 {
  background: #EEEEEE url(rating1.png) no-repeat center top;
}

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

#product_detail_left {
  float: left;
}

#product_detail_right {
  float: left;
}

#product_path {
  height: 29px;
  margin: 0 0 8px 30px;
}

#product_path h1 {
  font-style: normal;
  font-weight: normal;
  margin-left: 15px;
  font-size: 14px;
  color: #3194BE;
}

#product_path h1 a {
  color: #3194BE;
  text-decoration: none;
}

#rating_and_product_name {
  margin: 0px auto 0px auto;
}

#product_name {
  font-family: 'Arial';
  font-size: 20px;
  color: #FFF;
  margin-left: 10px;
}

#rating_text {
  margin: 10px 0px;
  padding: 6px 155px 6px 0;
}

.large_window {
  width: 322px;
  height: 608px;
}

.product_large_preview {
  width: 200px;
  height: 150px;
  text-align: center;
}

.product_download_link {
  width: 109px;
  height: 31px;
  float: left;
}

.product_download_link a {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #0000FF;
  text-decoration: underline;
}

#download_link {
  width: 195px;
  height: 45px;
}

#download_btn {
  width: 109px;
  height: 31px;
}

#download_btn a {
  font-family: 'Arial';
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
}

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

.link_title {
  height: 12px;
}

.product_preview_link {
  width: 109px;
  height: 31px;
  float: left;
}

#preview_btn {
  width: 109px;
  height: 31px;
}

#preview_btn a {
  font-family: 'Arial';
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
}

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

.large_rating {
  height: 20px;
  line-height: 20px;
  margin: 15px 0 15px 0;
  font-size: 14px;
  font-weight: bold;
  color: #5A6186;
}

.large_rating_5 {
  background: transparent url(large_rating5.png) no-repeat 55px top;
}

.large_rating_4 {
  background: transparent url(large_rating4.png) no-repeat 55px top;
}

.large_rating_3 {
  background: transparent url(large_rating3.png) no-repeat 55px top;
}

.large_rating_2 {
  background: transparent url(large_rating2.png) no-repeat 55px top;
}

.large_rating_1 {
  background: transparent url(large_rating1.png) no-repeat 55px top;
}

#product_options {
  margin-left: 20px;
  margin-bottom: 24px;
  margin-top: 10px;
  min-height: 200px;
}

#product_extended_info {
  width: 378px;
  margin-bottom: 30px;
}

#product_extended_info p {
  font-family: 'Arial';
  font-size: 14px;
  color: #FFF;
}

#product_extended_info p em {
  color: #FFF;
  font-style: normal;
}

#product_extended_info p em a {
  font-weight: bold;
  font-size: 12px;
  color: #0000FF;
  text-decoration: underline;
}

.pager {
  color: #5A6186;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  margin: 20px 0;
}

.pager a {
  color: #5A6186;
  font-weight: normal;
  text-decoration: none;
}

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

a.prev_page_button,
a.next_page_button {
  text-decoration: none;
  font-weight: normal;
  margin: 2px;
}

a.prev_page_button span {
  color: #5A6186;
  font-weight: normal;
}

a.next_page_button span {
  color: #5A6186;
  font-weight: normal;
}

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

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

#contactus_form th {
  font-family: "Arial";
  font-size: 13px;
  padding: 4px;
  color: #474747;
  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: 12px;
  letter-spacing: 150%;
  word-spacing: 200%;
}

.sitemap_link a {
  font-size: 13px;
  color: #474747;
  text-decoration: none;
}

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

#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;
}

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;

}

#mini_window_info {
  padding: 8px;
}

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

.pop_product_large_preview {
  float: left;
  width: 280px;
  height: 210px;
  text-align: center;
}

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

.mini_product_info a {
  font-size: 14px;
  font-weight: bold;
  color: #0066CC;
  text-decoration: underline;
}

.between_content_ad {
  text-align: center;
  margin: 4px 0px 12px;
}

#link_to_contactus {
  padding-right: 10px;
  margin: 10px 0;
  text-align: right;
}

.links_page_product {
  width: 290px;
  margin: 10px 0;
  padding: 0;
}

.size_description {
  padding:12px 12px 24px;
}

.size_description .title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 12px;
}

.size_description p {
  font-size: 12px;
  margin: 12px;
}

.more {
  width: 100%;
  line-height: 14px;
  text-align: right;
  margin-top: 3px;
}

.more a {
  font-size: 11px;
  color: #FFD800;
  text-decoration: none;
}

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

.ad_120x90 {
  width: 120px;
  height: 90px;
}

.ad_120x600 {
  width: 120px;
  height: 600px;
}

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

.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_120_in_sidebar {
  margin-left: 3px;
}

.ad_120_in_bottom_right {
  margin-left: 34px;
  margin-right: 34px;
}

.ad_120_in_links {
  margin-left: 15px;
  margin-right: 15px;
}

.ad_200_in_cat_listing {
  float: left;
}

.ad_200_in_left_content {
  margin: 0 0 10px 10px;
}

.ad_200_in_right_content {
  margin: 10px 0 10px 6px;
}

.ad_in_detail_upper_content {
  margin: 0 0 15px 89px;
}

.ad_468_in_middle {
  margin: 0px 0 15px 35px;
}

.ad_468_in_product_list {
  margin: 10px 0 10px 113px;
}

.ad_468_in_top {
  margin: 10px 0 10px 10px;
}

.ad_468_in_content {
  margin: 10px 0 10px 153px;
}

.ad_468_in_links {
  margin: 10px 0;
}

.ad_728_in_content {
  margin: 10px 0 10px 24px;
}

.random_text {
  padding: 0 2px;
}

.random_text a {
  font-family: 'Arial';
  color: #474747;
  text-decoration: none;
}

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

.size9 {
 font-size: 14px;
}

.size8 {
 font-size: 18px;
}

.size7 {
 font-size: 22px;
}

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

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

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

.size3 {
 font-weight: bold;
 font-size: 34px;
}

.size2 {
 font-weight: bold;
 font-size: 36px;
}

.size1 {
 font-weight: bold;
 font-size: 38px;
}

.cate_listing_list {
  padding-left: 15px;
}

ul.cate_listing_category_name {
  width: 100%;
  list-style: none outside none;
  overflow: hidden;
  margin: 10px 0 0 0;
  padding: 0;
  text-align: left;
}

ul.cate_listing_category_name li {
  padding: 3px 0;
  line-height: 18px;
}

.cate_listing_category_name a {
  font-family: 'Arial';
  font-size: 14px;
  color: #474747;
  text-decoration: none;
}

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

.links_list {
  margin-left: 15px;
}

.links_list_name {
  width: 100%;
  overflow: hidden;
  padding-top: 3px;
  height: 14px;
}

.links_list_name a {
  line-height: 14px;
  font-family: "Arial";
  font-size: 12px;
  color: #474747;
  text-decoration: none;
}

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

#product_detail_left {
  width: 400px;
  float: left;
  padding: 0 8px 0 8px;
}

#product_detail_right {
  background-color: #FFF;
  width: 347px;
  padding-left: 10px;
  float: left;
}

#product_detail_name {
  font-family: "Arial";
  font-size: 16px;
  font-weight: bold;
  color: #474747;
}

#home_top {
  margin-bottom: 20px;
}

#home_top_left {
  width: 400px;
  padding-left: 8px;
  padding-right: 17px;
  float: left;
}

#home_top_right {
  width: 329px;
  float: left;
}

#home_bottom {
}

.large_content_title {
  background-color: #5A6186;
  line-height: 30px;
  height: 30px;
  padding-left: 8px;
}

.large_content_title a {
  font-family: 'Arial';
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #FFF;
  text-decoration: none;
}

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

.content_title {
  background-color: #5A6186;
  line-height: 20px;
  height: 20px;
  padding-left: 8px;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
}

.content_title a {
  font-family: 'Arial';
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: #FFF;
  text-decoration: none;
}

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

.content_title h1 { display: inline; }

.page_in_title {
  display: inline;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: normal;
  color: #FFF;
}

.product_path {
  padding: 8px 0 8px 8px;
  height: 20px;
  line-height: 20px;
  font-family: 'Arial';
  font-size: 14px;
  color: #666666;
}

.left {
  float: left;
}

.right {
  float: right;
}

#home_bottom .left {
  width: 540px;
  padding-left: 45px;
}

#home_bottom .right {
  width: 188px;
}

#detail_bottom .left {
  width: 540px;
  padding-left: 45px;
}

#detail_bottom .right {
  width: 188px;
}

#download_resolution {

}

#download_resolution ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

#download_resolution ul li {
  line-height: 12px;
  padding: 0 10px;
  float: left;
}

#download_resolution ul li.separator {
  /*background: transparent url(separator.gif) no-repeat left top;*/
  padding: 0;
  width: 1px;
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  font-weight: normal;
  color: #474747;
}

#product_detail_right .detail_title {
  font-size: 14px;
  font-weight: bold;
  color: #5A6186;
  margin-bottom: 10px;
}

#detail_tags a {
  text-decoration: underline;
}

#detail_btn {
  margin-bottom: 10px;
}

#main_contents {
  margin: 0 40px;
  width: 694px;
}

#main_contents .product_preview_list {
  margin-left: 22px;
}

#main_content {
  margin-left: 30px;
}

#reset {
  background: transparent url(button_reset.png) no-repeat left top;
  width: 109px;
  height: 31px;
  margin: 0;
  padding: 0;
  border: none;
}

#send {
  background: transparent url(button_send.png) no-repeat left 7px;
  width: 109px;
  height: 38px;
  margin: 0;
  padding: 0;
  border: none;
}

#links_contents .left {
  width: 584px;
  padding-left: 40px;
}

#links_contents .right {
  width: 150px;
  padding-top: 10px;
}

#detail_tags {
  margin-top: 8px;
}

.more_in_content_title {
  height: 20px;
  padding-right: 8px;
  float: right;
}

.content_title_left {
  height: 20px;
  float: left;
}

/*
  styles for popup window
  begin
*/
#product_popup_window{
  margin: auto;
  width: 1000px;
  height: 900px;
  background-color: #EEEEEE;
  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{
  float: left;
  padding: 2px 8px;
}
#popup_header #close_link{
  float: right;
  padding: 2px 8px;
}
#popup_header #close_link a{
  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-top: 10px;
}
#product_popup_window #popup_product_preview{
  width: 800px;
  height: 600px;
  margin: 10px 0 0 18px;
}
#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
*/
