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

body {
  text-align: center;
}

img {
  border: 0px;
}

a {
  color: #0066CC;
}

a:hover {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}

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

.clearleft {
  clear: left;
}


#wrapper {
  margin: 0px auto;
  width: 986px;
  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;
}
/* End */

#header {
}

#logo {
  margin: 8px;
}

#logo a {
  text-decoration: none;
}

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

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

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

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

.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 {
  height: 24px;
  background: url(menubg.gif) repeat-x left top;
}

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

#main_menu li {
  margin-top: 2px;
  padding: 0px 25px;
  display: block;
  line-height: 22px;
  font-size: 14px;
  float: left;
  background: url(menu_border.gif) no-repeat 0 2px;
  z-index: 100000;
}

#main_menu li h2,
#main_menu li h3 {
  font-weight: normal;
  font-size: 14px;
}

#main_menu li.first {
  background: none;
}

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

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

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

#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 h2{
  display: inline;
  font-weight: normal;
}

ul#footer_menu {
  display: block;
  position: relative;
  list-style: none;
  padding: 0px;
  margin: 0px;
  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 {
  color: #0066CC;
}

ul#footer_menu li a:hover {
  color: #000000;
  text-decoration: underline;
}

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

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

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

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

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

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

#contents {
  background: url(content_bg.gif) repeat-y left top;
}

#left_sidebar {
  width: 120px;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 3;
}

#right_sidebar {
  width: 120px;
  position: relative;
  overflow: hidden;
  float: right;
  z-index: 2;
}

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

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

.form_row {
  padding-top: 5px;
}

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

#searchg_contents {
  background: url(content_bg1.gif) repeat-y left top;
}

#searchg_left_sidebar {
  width: 122px;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 3;
}

#searchg_left_sidebar h2,
#searchg_left_sidebar h3 {
  font-size: 12px;
  padding-left: 8px;
  padding-bottom: 4px;
  margin: 16px 0 0 0;
  color: #666;
}

#searchg_center_content {
  width: 800px;
  position: relative;
  margin-left: 20px;
  float: left;
  z-index: 0;
}

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

#google_search_box,
#local_search_box {
  background: url(searchBg.gif) repeat-x left top;
  width: 120px;
  height: 100px;
  z-index: 0;
}

#searchg_left_sidebar #google_search_box,
#searchg_left_sidebar #local_search_box {
  background: url(searchBg.gif) repeat-x left top;
  width: 122px;
  height: 100px;
  z-index: 0;
}

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

#google_search_box label,
#local_search_box label {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #F34757;
  padding: 5px 3px 0px 0px;
}

#right_sidebar #google_search_box h2,
#right_sidebar #local_search_box h2{
  font-size: 12px;
  font-weight: bold;
  color: #F34757 !important;
  padding-left: 5px;
}

#google_search_box input.q,
#local_search_box input.q {
  width: 75px;
  margin-left: 5px;
}

#google_search_box button,
#local_search_box button {
  background: url(searchBtn.gif) no-repeat top left;
  width: 22px;
  height: 15px;
  position: absolute;
  left: 90px;
  top: 74px;
  border: 0;
  cursor: pointer;
}

#left_sidebar h2,
#left_sidebar h3 {
  font-size: 12px;
  padding-left: 8px;
  padding-bottom: 4px;
  color: #666;
}

#left_sidebar h2 a,
#left_sidebar h3 a {
  color: #666;
  text-decoration: none;
}

#left_sidebar h2 a:hover,
#left_sidebar h3 a:hover {
  text-decoration: underline;
}

#right_sidebar h2,
#right_sidebar h3 {
  font-size: 12px;
  padding-left: 8px;
  padding-bottom: 4px;
  color: #666;
}

#right_sidebar h2 a,
#right_sidebar h3 a {
  color: #666;
  text-decoration: none;
}

#right_sidebar h2 a:hover,
#right_sidebar h3 a:hover {
  text-decoration: underline;
}

.sidebar_hr {
  background: url(menu_hr.gif) repeat-x left top;
  height: 2px;
  font-size: 2px;
  line-height: 2px;
}

#top_category {
  height: auto;
  width: 100%;
  margin: 10px 0;
}

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

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

#top_category ul li a {
  color: #0066CC;
  font-weight: bold;
}

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

.partners_links {
  height: auto;
}

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

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

.partners_links ul li a {
  color: #0066CC;
  font-weight: bold;
}

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

.left_sidebar_partners_links h3 {
  margin: 10px 5px 0 5px;
}

.right_sidebar_partners_links h3 {
  margin: 10px 5px 0 5px;
}

#filter_resolution {
  height: auto;
}

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

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

#filter_resolution ul li a {
  color: #0066CC;
  font-weight: bold;
}

#filter_resolution ul li a:hover {
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}


.product_preview_list {
  margin-left: 16px;
}

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

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

.screensaver_preview_image {
  height: 108px;
  z-index: 0;
}

.screensaver_preview_image img {

}

.screensaver_preview .product_name a {
  color: #0066CC;
  font-weight: bold;
}

.product_preview .product_name a {
  color: #0066CC;
  font-weight: bold;
}

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

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

}

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

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

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

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

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

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

.content_title {
  width: 728px;
  height: 22px;
  background: url(title_bg.gif) no-repeat top left;
  margin-left: 8px;
  margin-bottom: 8px;
  padding-top: 4px;
  z-index: -10;
}

.content_title h1,
.content_title h2 {
  margin-left: 30px;
  font-size: 15px;
  line-height: 15px;
  color: #CC0066;
}

.content_title h1 a,
.content_title h2 a {
  color: #CC0066;
  text-decoration: none;
}

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

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

#product_path {
  width: 728px;
  height: 22px;
  background: url(product_bg.gif) no-repeat top left;
  margin-left: 8px;
  padding-top: 4px;
  margin-bottom: 8px;
}

#product_path h1 {
  margin-left: 12px;
  font-size: 15px;
  line-height: 15px;
  color: white;
}

#product_path h1 a {
  color: white;
  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: 16px;
  color: #CC0066;
  padding-left: 10px;
  margin-bottom: 2px;
}

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

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

.product_download {
  float: left;
  width: 260px;
  height: 210px;
  position: relative;
  border-right: 1px dotted #999;
  z-index: 0;
}

.product_download_link {
  background: #FFF url(icon_download.gif) no-repeat 70px 95px;
  width: 260px;
  height: 210px;
}

.product_download_link h2{
  font-weight: normal;
}

.product_preview_link {
  background: #FFF url(icon_view.gif) no-repeat 30px 40px;
  height: 106px;
  border-bottom: 1px dotted #999;
  float: left;
}

.product_download_link a {
  color: #666;
  text-decoration: none;
  margin-left: 3px;
  display: block;
  font-size: 12px;
}

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

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

.product_info h3{
  font-weight: normal;
  font-size: 12px;
  color: #666;
}

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

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

.product_info p em a {
  color: #0066CC;
  font-weight: bold;
}

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

.large_rating {
  height: 19px;
  width: 104px;
  margin: 2px 0px 6px;
}

.large_rating_5 {
  background: url(large_rating_5.gif) no-repeat center top;
}

.large_rating_4 {
  background: url(large_rating_4.gif) no-repeat center top;
}

.large_rating_3 {
  background: url(large_rating_3.gif) no-repeat center top;
}

.large_rating_2 {
  background: url(large_rating_2.gif) no-repeat center top;
}

.large_rating_1 {
  background: url(large_rating_1.gif) no-repeat center top;
}

#product_options {
  margin-left: 20px;
  margin-bottom: 24px;
  margin-top: 10px;
  min-height: 200px;
}
#related_product_info2 {
  border-bottom: 1px dotted #999;
  width: 400px;
}
#related_product_info2 p {
  color: #666;
  margin: 8px 0px;
  font-size: 12px;
}
#related_product_info {
  border-bottom: 1px dotted #999;
  width: 500px;
}

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

#product_extended_info {
  border-top: 1px dotted #999;
  border-bottom: 1px dotted #999;
  width: 400px;
}

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

#product_extended_info #detail_tag_list {
  width: 400px;
  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: #0066CC;
  font-weight: bold;
}

#product_extended_info h3 {
  float: left;
  line-height: 38px;
  padding-right: 5px;
}

#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: #0066CC;
  font-weight: bold;
  padding-left: 12px;
  background: url(nav_arrow_left.gif) no-repeat center left;
}

a.next_page_button span {
  color: #0066CC;
  font-weight: bold;
  padding-right: 12px;
  background: url(nav_arrow_right.gif) no-repeat 100% center;
}

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

.ad_after_content {
  width: 728px;
  height: 90px;
  margin: 10px 9px;
}

.ad_between_content {
  width: 728px;
  height: 90px;
  margin: 10px 9px;
}

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

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

.sitemap_link a {
  color: #336699;
}

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

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

#rss_link a {
  color: #0066CC;
  font-weight: bold;
}

#rss_link a:hover {
  color: #000000;
  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 3px 10px 10px;
}

#second_banner {
  margin: 0px 5px;
  float: right;
}

#top_links {
  width: 700px;
  float: right;
  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: #0B387B;
}

#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: #0066CC;
  font-size: 12px;
  font-weight: bold;
  margin-left: 2px;
}

.link_to_contactus h2 {
  padding-right: 6px;
  margin: 10px 0;
  font-size: 9px !important;
  text-align: right;
  color: #0066CC !important;
}

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

.partners_image_links {
  padding-left: 8px;
}

.partners_image_links img {
  margin-bottom: 4px;
}

.partners_image_links2{
  width: 610px;
  margin: auto;
}

.partners_image_links2 img {
  margin: 2px 5px;
}

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

#download_btn_icon_center {
  background: #FFF url(btn_center.gif) repeat-x top left;
  float: left;
  padding: 0px 5px;
  line-height: 20px;
  margin-bottom: 50px;
  color: #FFF;
}

#download_btn_hidden {
  position: absolute;
  width: 40px;
  height: 50px;
  left: 68px;
  top: 90px;
}

#preview_btn_hidden {
  position: absolute;
  width: 40px;
  height: 50px;
  left: 590px;
  top: 95px;
}

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

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

#preview_btn_icon_center {
  background: #FFF url(btn_center.gif) repeat-x top left;
  float: left;
  padding: 0px 5px;
  line-height: 20px;
  margin-bottom: 50px;
  color: #FFF;
}

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

/*
  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;
  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
*/

.tag_contents{
  padding: 0 25px 20px;
}

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

.size_description h1 {
  font-size: 18px;
}


.style1 {
 font-family: 'Arial';
 font-weight: bold;
 font-size: 28px;
}

.style2 {
 font-family: 'Arial';
 font-weight: bold;
 font-size: 24px;
}

.style3 {
 font-family: 'Arial';
 font-size: 22px;
}

.style4 {
 font-family: 'Arial';
 font-size: 20px;
}

.style5 {
 font-family: 'Arial';
 font-weight: bold;
 font-size: 18px;
}

.style6 {
 font-family: 'Arial';
 font-size: 18px;
}

.style7 {
 font-family: 'Arial';
 font-size: 16px;
}

.style8 {
 font-family: 'Arial';
 font-size: 14px;
}

.style9 {
 font-family: 'Arial';
 font-size: 12px;
}

/* wallpaper of today style begin */
#left_sidebar_ads{
  width: 160px;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 3;
}

#right_sidebar_ads{
  width: 160px;
  position: relative;
  overflow: hidden;
  float: right;
  z-index: 3;
}
#center_content_wallpaper_of_today{
  width: 620px;
  position: relative;
  float: left;
  z-index: 0;
  padding: 0 20px;
}
#top_ads_left{
  float: left;
}
#top_ads_right{
  float: right;
}
#random_products_for_today{
  clear: both;
  padding-top: 50px;
}
#random_products_for_today_title{
  height: 22px;
  background: url(product_bg.gif) no-repeat top left;
  margin-bottom: 10px;
  padding: 1px 0 0 10px;
}
#random_products_for_today_title h1{
  color: white;
  font-size: 15px;
}
.product_preview_today{
  display: block;
  width: 120px !important;
  width: 118px;
  float: left;
  position: relative;
  text-align: center;
  margin: 0 2px;
  padding-bottom: 30px;
  z-index: 0;
}
/* wallpaper of today style end */
#ads_728{
  width:728px;
  overflow:hidden;
}