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

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

body.pop_up {
  background: #FFF none;
}

img {
  border: 0px;
}

a:hover {
  cursor: pointer;
}

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

.clearleft {
  clear: left;
}


#wrapper {
  background-color: #FFF;
  margin: 0px auto;
  width: 987px;
  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;
}

.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 {
  height: 82px;
  margin: 0 8px 8px 8px;
  padding-top: 8px;
}

#logo {
  width: 400px;
  height: 82px;
  float: left
}

#logo a {
  text-decoration: none;
}

#logo_text {
  position: absolute;
  top: 30px;
  padding-left: 8px;
  cursor: pointer;
}

.logo_text_red {
  color: #CC0066;
  font-weight: bold;
  font-family: Arial;
  font-size: 20px;
}

.logo_text_orange {
  color: #FF6600;
  font-weight: bold;
  font-family: Arial;
  font-size: 20px;
}

.logo_text_grey {
  color: #999999;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.logo_text_small_brown {
  display: block;
  color: #985C00;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.form_row {
  margin: 5px 0px;
}

.form_text {
  font-size: 11px;
  margin-left: 5px;
}

#google_search_box form label {
  margin: 0px;
}

#google_search_box {
  width: 190px;
  float: right;
  margin-top: 30px;
}

#google_search_box form {
  margin: 5px 0px 0px 0px;
}

#local_search_box form label {
  margin: 0px;
}

#local_search_box {
  width: 190px;
  float: right;
  margin-top: 30px;
}

#local_search_box form {
  margin: 5px 0px 0px 0px;
}

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

.banner_text1 {
  font-family: Arial;
  font-size: 18px;
  color: #0A397F;
}

.banner_text2 {
  color: #0066CC;
  font-weight: bold;
  font-family: Arial;
  font-size: 14px;
}

#main_menu {
  background: url(topbar_bg.gif) repeat-x left top;
  width: 965px;
  height: 28px;
  margin: 0px 11px 20px 11px;
}

#main_menu_left_corner {
  background: url(topbar_left.gif) no-repeat left top;
  width: 5px;
  height: 28px;
  float: left;
}

#main_menu_right_corner {
  background: url(topbar_right.gif) no-repeat left top;
  width: 5px;
  height: 28px;
  float: right;
}

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

#main_menu li {
  background: url(menu_border.gif) no-repeat 0 7px;
  display: block;
  padding: 5px 20px;
  line-height: 18px;
  font-size: 13px;
  float: left;
  z-index: 100000;
}

#main_menu li.first {
  background: none;
}

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

#main_menu li a:hover {
  color: #FFF005;
  /*text-decoration: underline;*/
}

#main_menu li ul {
  display: none;
  position: absolute;
  * left: -400px;
  top: 27px;
  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: 590px;
}

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

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

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

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

#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;
  text-align: center;
  clear: both;
}

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

ul#footer_menu li {
  margin-top: 4px;
  padding: 0px 10px;
  display: inline;
  font-size: 11px;
  border-left: 1px solid #0066CC;
}

ul#footer_menu li.first {
  border-left: none;
}

ul#footer_menu li a {
  font-size: 11px;
  font-weight: bold;
  color: #0000FF;
  text-decoration: underline;
}

#footer p {
  color: #999;
  margin: 4px 0px;
}

#footer .terms_link a {
  font-size: 11px;
  font-weight: bold;
  color: #0000FF;
  text-decoration: underline;
}

.terms_details {
  padding: 20px 54px;
}

#top_banner {
  height: 76px;
  margin-bottom: 1px;
}

#left_part {
  background: url(banner_left.gif) no-repeat left top;
  width: 260px;
  height: 75px;
  display: block;
  float: left;
}

#right_part {
  background: url(banner_bg.gif) repeat-y left top;
  height: 75px;
  float: right;
  display: block;
}

#top_banner_row1 {
  margin: 18px 450px 0px 0px;
}

#top_banner_row2 {
  margin: 0px 0px 0px 70px;
}

#contents {
  height: 100%;
}

#left_content {
  float: left;
  width: 189px;
}

#left_sidebar {
  background: transparent url(left_sidebar_bg.gif) repeat-y right top;
  position: relative;
  width: 189px;
  margin-top: 10px;
  overflow: hidden;
  float: left;
  z-index: 3;
}

#detail_left_sidebar {
  background: transparent url(detail_L_bar02.gif) repeat-y right top;
  position: relative;
  width: 161px;
  min-height: 100%;
  overflow: hidden;
  float: left;
  z-index: 3;
}

#right_content {
  float: right;
  width: 120px;
}

#right_sidebar {
  background: transparent url(bg_right.gif) repeat-y left top;
  position: relative;
  width: 120px;
  float: right;
  z-index: 2;
}

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

#detail_center_content {
  width: 678px;
  position: relative;
  float: left;
  z-index: 0;
}


.search_content {
  width: 800px;
  position: relative;
  z-index: 0;
  margin-left: 30px;
}

#left_sidebar .sidebar_title {
  background: #D47A6B url(L_bar.gif) no-repeat left top;
  width: 189px;
  height: 24px;
}

#right_sidebar .sidebar_title {
  background: #D47A6B url(LR_bar.gif) no-repeat left top;
  width: 120px;
  height: 24px;
}

.detail_left_sidebar_title {
  background: #D47A6B url(L_bar.gif) no-repeat left top;
  width: 189px;
  height: 24px;
}

#left_sidebar h2,
#left_sidebar h3 {
  font-size: 11px;
  font-weight: bold;
  line-height: 12px;
  color: #FFF;
  text-align: center;
  padding-top: 5px;
}

#detail_left_sidebar h2,
#detail_left_sidebar h3 {
  font-size: 11px;
  font-weight: bold;
  line-height: 12px;
  color: #FFF;
  text-align: center;
  padding-top: 5px;
}

#left_sidebar h2 a,
#left_sidebar h3 a {
  font-size: 11px;
  font-weight: bold;
  line-height: 12px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
}

#right_sidebar h2 {
  font-size: 11px;
  font-weight: bold;
  line-height: 12px;
  color: #FFF;
  text-align: center;
}

#right_sidebar h2 a {
  font-size: 11px;
  font-weight: bold;
  line-height: 12px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
}

.sidebar_hr {
  background: url(line_shadow.gif) no-repeat 5px top;
  height: 2px;
  font-size: 2px;
  line-height: 2px;
}

#left_sidebar .sidebar_hr {
  background: url(left_sidebar_shadow_line.gif) no-repeat left top;
  height: 8px;
  font-size: 2px;
  line-height: 2px;
}

#top_category {
  height: auto;
  width: 100%;
}

#top_category ul {
  margin: 0px 0px 20px 0px;
  list-style-type: none;
  display: block;
  position: relative;
  list-style: none;
  padding: 0px 0px 0px 25px;
  z-index: 0;
}

#top_category ul li {
  margin-top: 8px;
  padding: 0px;
  display: block;
  font-size: 11px;
}

#top_category ul li a {
  color: #0000FF;
  font-weight: bold;
  text-decoration: underline;
}

#detail_left_sidebar_top_part {
  width: 100%;
  height: 369px;
}

#partners_links_contents {
  background: transparent url(L_bar.gif) no-repeat scroll left top;
}

.partners_links {
  height: auto;
}

.partners_links h3 {
  text-align: center;
  padding: 6px 0;
}

.partners_links ul {
  margin: 0px 0px 20px 0px;
  list-style-type: none;
  display: block;
  position: relative;
  list-style: none;
  padding: 0px 0px 0px 25px;
  z-index: 0;
}

.partners_links ul li {
  margin-top: 8px;
  padding: 0 4px 0 0px;
  display: block;
  font-size: 11px;
}

.partners_links ul li a {
  color: #0000FF;
  font-weight: bold;
  text-decoration: underline;
}

#filter_resolution {
  height: auto;
  margin-bottom: 10px;
}

#filter_resolution ul {
  margin: 0px;
  display: block;
  position: relative;
  padding: 0px;
  margin: 30px 0px 0px 15px;
  list-style: none;
  z-index: 0;
}

#filter_resolution ul li {
  margin-top: 8px;
  padding: 0 0 0 0px;
  display: block;
  font-size: 11px;
}

.resolution_type {
  font-weight: bold;
  text-decoration: underline;
  color: #815B08;
}

#filter_resolution ul li a {
  color: #0000FF;
  font-weight: bold;
}

.product_preview_list {
  margin-left: 19px;
  padding-left: 20px;
}

.product_preview {
  display: block;
  width: 150px;
  float: left;
  position: relative;
  text-align: center;
  margin-left: 0px;
  padding-bottom: 20px;
  z-index: 0;
}

.newest_product_preview {
  display: block;
  width: 280px;
  float: left;
  position: relative;
  text-align: center;
  margin: 0px 10px;
  padding-bottom: 20px;
  z-index: 0;
}

.newest_product_preview a {
  color: #0000FF;
  font-weight: bold;
}

.newest_list {
  padding: 0px 19px;
}

.product_preview .product_name a {
  color: #0000FF;
  font-weight: bold;
}

.preview_image {
  height: 98px;
  z-index: 0;
}

.preview_image img {
  padding: 4px;
  border: 1px solid #E9E9E9;

}

.rating {
  height: 18px;
  margin: 0 0 2px 0;
}

.rating_5 {
  background: url(rating_5.jpg) no-repeat center top;
}

.rating_4 {
  background: url(rating_4.jpg) no-repeat center top;
}

.rating_3 {
  background: url(rating_3.jpg) no-repeat center top;
}

.rating_2 {
  background: url(rating_2.jpg) no-repeat center top;
}

.rating_1 {
  background: url(rating_1.jpg) no-repeat center top;
}

.product_rating_5 {
  background: url(rating_5.jpg) no-repeat 130px top;
	height: 20px;
}

.product_rating_4 {
  background: url(rating_4.jpg) no-repeat 130px top;
	height: 20px;
}

.product_rating_3 {
  background: url(rating_3.jpg) no-repeat 130px top;
	height: 20px;
}

.product_rating_2 {
  background: url(rating_2.jpg) no-repeat 130px top;
	height: 20px;
}

.product_rating_1 {
  background: url(rating_1.jpg) no-repeat 130px top;
	height: 20px;
}

.content_title {
  background: url(bar1.gif) no-repeat bottom left;
  width: 640px;
  height: 30px;
  margin-left: 19px;
  margin-bottom: 8px;
  padding-top: 4px;
  z-index: -10;
}

.content_title h1,
.content_title h2 {
  background: transparent url(arrow_for_title.jpg) no-repeat left top;
  padding-left: 35px;
  font-size: 15px;
  color: #000;
}

.content_title em {
  font-style: normal;
  font-weight: normal;
  font-size: 80%;
}

.content_title a {
  color: #000;
  text-decoration: none;
}

.detail {
  margin-left: 19px;
}

.detail h2 {
  display: inline;
  float: left;
}

.home h2 {
  display: inline;
  float: left;
}

.more a {
  float: right;
  font-size: 13px;
  color: #0000FF;
  font-weight: bold;
  text-decoration: underline;
}

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

#product_path_img {
	background: transparent url(bar1.gif) no-repeat scroll left bottom;
	height: 12px;
	margin-left: 20px;
	width: 640px;
}

#product_path {  
  width: 640px;
  margin-left: 19px;
  padding-top: 4px;
  z-index: -10;
}

#product_path h1 {
  background: transparent url(arrow_for_title.jpg) no-repeat left top;
  padding-left: 35px;
  font-size: 15px;
  color: #000;
}

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

#back {
  background: url(product_r.gif) no-repeat top left;
  position: absolute;
  width: 57px;
  height: 22px;
  left: 680px;
  top: 0px;
  cursor: pointer;
}

#product_detail_name {
  font-size: 14px;
  color: #000;
  margin: 0 auto 2px auto;
}

#rating_and_product_name {
  margin: 10px 0px 10px 65px;
}

#rating_and_product_name h2 {
  display: inline;
}

#rating_title {
  font-size: 14px;
  padding-right: 120px;
}

.product_large_preview {
  width: 278px;
  height: 210px;
  margin-left: 201px;
  text-align: center;
}

.newest_large_preview {
  width: 278px;
  height: 210px;
  text-align: center;
  float: left;
  margin-bottom: 10px;
}

.newest_large_preview img {
  padding: 4px;
  border: 1px solid #E9E9E9;
}

.product_large_preview img {
  padding: 4px;
  border: 1px solid #E9E9E9;
}

.product_download {
  float: left;
  position: relative;
  z-index: 0;
}

.product_download_link {
  margin-left: 65px;
  width: 585px;
}

.product_preview_link {
  height: 106px;
  float: left;
}

#download_link {
  padding-left: 0px;
  padding-right: 25px;
  width: 261px;
  border-right: 1px solid #BDD3D5;
}

#preview_link {
  padding-left: 0px;
  padding-right: 25px;
  width: 261px;
  border-right: 1px solid #BDD3D5;
}


.product_download_link td {
  padding-left: 20px;
}

.link_title {
  font-weight: bold;
  color: #336699;
  text-decoration: underline;
}

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

.product_preview_link a {
  color: #336699;
  text-decoration: none;
  margin-left: 110px;
  display: block;
  font-size: 12px;
}

.product_info {
  float: left;
  height: 106px;
  width: 200px;
  position: relative;
  padding-left: 16px;
  padding-top: 18px;
  z-index: 0;
}

.product_info p {
  font-size: 12px;
  color: #666;
}

.product_info p em {
  font-style: normal;
  color: #0066CC;
}

.product_info p em a {
  color: #0000FF;
  font-weight: bold;
}

.product_info strong {
  color: #CC0066;
  font-size: 16px;
}

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

#product_extended_info {
  border-top: 1px solid #BDD3D5;
  border-bottom: 1px solid #BDD3D5;
  width: 500px;
  margin: 10px 0px 10px 100px;
}

#product_extended_info p {
  color: #666;
  margin: 8px 0px;
  font-size: 12px;
}

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

#product_extended_info p em a {
  color: #0000FF;
  font-weight: bold;
}

#bookmark {
  margin-top: 12px;
  text-align: center;
}

.pager {
  text-align: center;
  font-size: 12px;
  margin: 20px 0;
}

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

a.prev_page_button span {
  color: #0000FF;
  font-weight: bold;
}

a.next_page_button span {
  color: #0000FF;
  font-weight: bold;
}

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

.ad_after_content {
  margin: 0px 129px;
  height: 90px;
}

.ad_between_content {
  position: relative;
  height: 60px;
  margin: 10px 0px 10px 105px;
}

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

#contactus_form th {
  padding: 4px;
  color: #039;
  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;
}

ul#site_map {
  margin-left: 30px;
  padding: 0px;
  list-style-position: inside;
}

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

.sitemap_link a {
  color: #0000FF;
  text-decoration: underline;
  font-weight: bold;
}

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

#rss_link {
  padding: 12px 0 12px 8px;
}

#rss_link a {
  color: #0000FF;
  font-weight: bold;
  text-decoration: underline;
}

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

#content_google_ad {
  margin-left: 10px;
}

#first_banner {
  margin: 0px 105px 10px 105px;
}

#second_banner {
  margin-left: 10px;
  float: right;
}

#top_links {
  width: 380px;
  float: left;
  margin: 0px;
  padding: 0px;
  position: relative;
  text-align: center;
}

#top_links table {
  height: 63px;
  margin-top: 4px;
  width: 95%;
}

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

#top_links a {
  color: #0000FF;
}

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

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


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

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

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

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

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

#mini_window_info {
  padding: 8px;
}

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

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

.mini_product_info a {
  color: #0000FF;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  margin-left: 2px;
}

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

.content_google_ad_link {
  padding: 0px 105px;
  margin: 10px 0px;
}

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

#left_sidebar_first_ad {
  margin-left: 5px;
}

.more_in_sidebar {
  padding-right: 10px;
  margin: 10px 0;
  text-align: right;
}

#more_in_sidebar a {
  font-family: 'Arial';
  font-size: 11px;
  font-weight: normal;
  text-decoration: underline;
}

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

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


.partners_image_links {
  margin: 10px 0;
  padding-left: 0px;
  text-align: center;
}

.partners_image_links .sidebar_title {
  margin-bottom: 8px;
}

.partners_image_links .sidebar_title h2 {
  padding-top: 6px;
}

.partners_image_links img {
  background-color: transparent;
  margin: 0 0 4px 0px;
}

#download_btn_icon_left {
  background: transparent url(btn_left.gif) no-repeat top left;
  width: 10px;
  height: 28px;
  float: left;
}

#download_btn_icon_center {
  background: #FFF url(btn_center.gif) repeat-x top left;
  float: left;
  line-height: 28px;
  color: #FFF;
}

#download_btn_icon_right {
  background: transparent url(btn_right.gif) no-repeat top left;
  width: 10px;
  height: 28px;
  float: left;
}

#download_link a {
  color: #FFF;
  font-family: Arial;
  font-size: 16px;
  text-decoration: none;
}

#download_link img {
  display: block;
  margin: 0 0 0 105px;
}

#preview_btn_icon_left {
  background: transparent url(btn_left.gif) no-repeat top left;
  width: 10px;
  height: 28px;
  margin-left: 55px;
  float: left;
}

#preview_btn_icon_center {
  background: #FFF url(btn_center.gif) repeat-x top left;
  float: left;
  line-height: 28px;
  color: #FFF;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

#preview_btn_icon_right {
  background: transparent url(btn_right.gif) no-repeat top left;
  width: 10px;
  height: 28px;
  float: left;
}

#preview_link a {
  color: #FFF;
  font-family: Arial;
  font-size: 16px;
  text-decoration: none;
}

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

/*
  styles for popup window
  begin
*/
#product_popup_window{
  margin: auto;
  width: 1000px;
  height: 900px;
  background-color: white;
  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;
}
#product_popup_window #popup_ads_rt{
  width: 728px;
  height: 90px;
  margin-left: 10px;
}
#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
*/
