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

body {
  text-align: center;
}

body.pop_up {
  background: #FFF none;
}

a {
  color: #3593ED;
  text-decoration: none;
}

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


img {
  border: 0px;
}

.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 {
  background: transparent url(header_background.jpg) no-repeat top left;
  height: 104px;
}

#logo {
  width: 335px;
  height: 67px;
  float: left;
  margin: 10px 0px 0px 10px;
}

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

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

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

.logo_text_blue {
  font-size: 22px;
  font-family: Arial;
  font-weight: bold;
  color: #0099CC;
}

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

#main_menu {
  background: transparent url(main_menu_bar.jpg) no-repeat top left;
  padding-left: 100px;
  height: 21px;
}

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

#main_menu li {
  background: url(menu_border.gif) no-repeat 0px 6px;
  display: block;
  line-height: 23px;
  padding: 0px 22px;
  font-size: 12px;
  float: left;
  z-index: 1000;
}

#main_menu li.last_li {
  border-right: 0px none;
}

#main_menu li.first {
  background: none;
}

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

#main_menu li a:hover {
  font-weight: bold;
  color: #FD9A01;
  text-decoration: underline;
}

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

#main_menu li ul li {
  font-weight: normal;
  color: #000;
  font-size: 11px;
  float: none;
  border: none;
  margin: 0px 0px;
  padding: 2px 27px;
  z-index: 2000;
  background: none;
}

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

#main_menu li.category_menu ul li a {
  display: block;
  height: 23px;
  color: #000;
  font-weight: bold;
}

#top_shadow {
  background: url(top_shadow.jpg) repeat-x top left;
  width: 986px;
  height: 26px;
}

#bottom_shadow {
  background: url(bottom_shadow.jpg) repeat-x top left;
  width: 986px;
  height: 26px;
}

#footer {
  background: url(bottom.jpg) no-repeat top left;
  text-align: center;
  clear: both;
  height: 44px;
  padding: 2px 0px;
}

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

#footer ul li {
  padding: 0px 7px;
  display: inline;
  line-height: 11px;
  font-size: 11px;
  border-left: 1px solid #FFF;
}

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

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

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

ul#terms li {
  margin-top: 3px;
  padding: 0px 7px;
  display: inline;
  line-height: 11px;
  font-size: 11px;
  border-left: 1px solid #FFF;
}

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

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

ul#terms li a:hover {
  color: #FD9A01;
  text-decoration: underline;
}

#footer p {
  color: #999;
}

#top_banner {
  height: 75px;
  background: url(welcome.jpg) no-repeat left top;
  margin-bottom: 1px;
}

#left_sidebar {
  width: 200px;
  height: auto;
  position: relative;
  z-index: 3;
}

#top_category {
  background: url(l_bar.gif) no-repeat top left;
  position: relative;
  width: 200px;
  height: auto;
}

#top_category ul {
  width: 198px;
  list-style: disc inside none;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

#left_sidebar ul {
  margin: 0;
  padding: 15px 0 0 0;
  color: #000;
}

#left_sidebar ul li {
  margin-left: 15px;
}

#left_sidebar ul li a {
  color: #3593ED;
  text-decoration: none;
}

#left_sidebar ul li a:hover {
  color: #FF9324;
  text-decoration: underline;
}

#right_sidebar {
  width: 200px;
  height: auto;
  position: relative;
  z-index: 2;
}

#right_sidebar ul {
  color: #000;
}

#right_sidebar ul li {
  font-size: 12px;
  line-height: 12px;
  margin: 20px 0px;
}

#right_sidebar ul li a {
  color: #3593ED;
    text-decoration: underline;
}

#right_sidebar ul li a:hover {
  color: #FF9324;
}

#right_sidebar_lower_content {
  position: relative;
  width: 198px;
  height: auto;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

#center_content {
  width: 586px;
  position: relative;
  float: left;
  top: 0px;
  min-height: 475px;
  z-index: 0;
}

#left_content {
  width: 200px;
  height: auto;
  float: left;
  position: relative;
}

#right_content {
  width: 200px;
  height: auto;
  float: right;
  position: relative;
}

#bookmark_and_searchbox {
  border: 1px solid #CCC;
  margin-bottom: 5px;
}

#bookmark {
  width: 188px;
  height: 33px;
  padding: 10px 5px;
}

#bookmark a {
  text-decoration: none;
}

#searchbox_top_shadow {
  background: transparent url(shadow_top_198x12.gif) no-repeat top left;
  width: 198px;
  height: 12px;
}

#searchbox_bottom_shadow {
  background: transparent url(shadow_bottom_198x12.gif) no-repeat top left;
  width: 198px;
  height: 12px;
}

.form_row {
  margin: 5px 0px;
}

.form_text {
  font-size: 12px;
  margin-left: 0px;
}

#google_search_box {
  background: transparent url(poweredbygoogle.gif) no-repeat right 8px;
  width: 195px;
  padding-top: 10px;
}

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

#google_search_box form label {
  margin: 0 0 0 3px;
}

#google_search_box input.q {
  margin: 0 0 0 5px;
}

#local_search_box {
  width: 195px;
}

#local_search_box form {
  background: transparent url(poweredbygoogle.gif) no-repeat right 8px;
  padding-top: 10px;
  margin: 0 0 0 5px;
}

#local_search_box form.no_google {
  background-image: none;
}

#local_search_box form label {
  margin: 0 0 0 3px;
}

#local_search_box input.q {
  margin: 0 0 0 5px;
  width: 106px;
}

#google_search_result {
  width: 786px;
  overflow: hidden;
}

#today_screensaver {
  border: 1px solid #CCC;
}

#today_ss_top_bar_shadow {
  background: transparent url(shadow_bar_198x21.gif) no-repeat top left;
  width: 198px;
  height: 21px;
}

.today_ss_title {
  color: #F66E00;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  padding-left: 24px;
}

#today_screensaver_btn {
  margin: 0 30px 2px 30px;
}

#get_it_now_btn {
  background: transparent url(btn_GetitNOW.gif) no-repeat top left;
  padding: 6px 24px;
  height: 18px;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
  font-family: arial;
  display: block;
}

#today_ss_bottom_shadow {
  background: transparent url(shadow_bottom_198x12.gif) no-repeat top left;
  width: 198px;
  height: 12px;
}

#left_sidebar h3,
#left_sidebar h2,
#left_sidebar h1 {
  font-size: 14px;
  padding: 6px 0;
  color: #FFF;
  text-align: center;
}

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

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

/*#top_category ul {
  margin: 0px 0px 20px 0px;
  display: block;
  position: relative;
  color: #000;
  padding: 0px;
  z-index: 0;
}*/

#top_category ul li {
  margin: 12px 0px;
  padding: 0 0 0 20px;
  /* display: block;*/
  line-height: 12px;
  font-size: 12px;
}

#top_category ul li a {
  color: #3593ED;
  text-decoration: underline;
}

#top_category ul li a:hover {
  color: #FF9324;
}

.product_preview_list {
  margin-left: 10px;
  margin-right: 11px;
}

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

#today_screensaver .product_preview_list {
  margin: 0;
}

#today_screensaver .product_preview {
  float: none;
  margin: 0px 29px;
  padding-bottom: 10px;
}

.product_preview .product_name {
  margin: 5px 13px 0 0;
}

.product_preview .product_name a {
  color: #000;
  text-decoration: underline;
}

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

.preview_image {
  width: 140px;
  height: 90px;
  z-index: 0;
}

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

.rating {
  width: 13px;
  height: 81px;
  top: 0px;
  margin: 4px 0px 0px 0px;
  float: right;
}

.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: 565px;
  height: 30px;
  background: url(bar.jpg) no-repeat top left;
  margin-left: 10px;
  margin-right: 11px;
  margin-bottom: 8px;
  padding-top: 8px;
  z-index: -10;
}

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

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

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

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

#product_path {
  width: 565px;
  height: 30px;
  background: url(bar.jpg) no-repeat top left;
  margin: 0px 10px 8px 11px;
  padding-top: 8px;
}

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

#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: #3891EB;
  margin-bottom: 2px;
}

.product_large_preview {
  width: 310px;
  height: 220px;
  text-align: center;
  float: left;

}

.product_large_preview img {
  padding: 4px;
  border: 1px solid #E9E9E9;
  float: left;
  margin-right: 10px;
}

.product_download {
  position: relative;
  float: left;
  margin-left: 8px;
  height: 63px;
  z-index: 0;
}

.product_download_link {
  width: 203px;
  height: 60px;
  margin-left: 30px;
  margin-top: 20px;
}

.product_preview_link {
  height: 106px;
  float: left;
  border-bottom: 1px dotted #999;
  background: url(view_bg.gif) no-repeat 20px center;
}

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

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

.product_desc {
  border-top: 1px dotted #999;
  border-bottom: 1px dotted #999;
  margin-left: 30px;
  width: 200px;
}

.product_info {
  float: left;
  height: auto;
  position: relative;
  margin-left: 8px;
  z-index: 0;
}

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

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

.product_info p em a {
  color: #039;
  text-decoration: underline;
}

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

.large_rating {
  width: 18px;
  height: 133px;
  float: right;
  margin: 72px 0px 0px 0px;
}

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

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

#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: #039;
  text-decoration: none;
}


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

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

a.prev_page_button span {
  color: #3593ED;
  font-weight: bold;
  padding-left: 12px;
  background: url(prev.jpg) no-repeat center left;
}

a.next_page_button span {
  color: #3593ED;
  font-weight: bold;
  padding-right: 12px;
  background: url(next.jpg) no-repeat 100% center;
}

a.pager_page_option {
  font-weight: bold;
  color: #A0A0A0;
  margin: 1px;
}

.ad_after_content {
  width: 468px;
  height: 60px;
  margin: 10px 59px;
}

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

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

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

#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;
  width: 485px;
}

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

#site_map {
  margin-bottom: 150px;
}

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

.sitemap_link a {
  color: #3593ED;
  text-decoration: underline;
}

.sitemap_link a:hover {
  color: #FF9324;
  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;
}

.terms_details {
  padding: 20px 45px;
  font-family: Arial;
  font-size: 12px;
  color: #000;
}

.terms_3rd_party_details {
  padding: 20px 45px;
  font-family: Arial;
  font-size: 12px;
  color: #000;
}

.terms_3rd_party_details b {
  text-decoration: underline;
}

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

#rss_link a {
  color: #003399;
  text-decoration: none;
}

#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 {
  margin-right: 8px;
  float: left;
}

#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-left: 10px;
  margin-bottom: 10px;
}

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

a.mail_to {
  text-decoration: underline;
}

#left_first_ad {
  width: 200px;
  height: 200px;
  margin-top: 15px;
  position: relative;
}

#left_second_ad {
  width: 160px;
  height: 600px;
  margin: 15px 20px 0px 20px;
  position: relative;
}

#right_first_ad {
  width: 160px;
  height: 600px;
  margin: 15px 20px 0px 20px;
  position: relative;
}

.ad_in_content {
  width: 468px;
  height: 60px;
  margin: 0px 59px;
  margin-bottom: 50px;
}

#top_links {
  width: 591px;
  float: left;
  margin: 35px 0px 0px 40px;
  padding: 0px;
  text-align: center;
}

#top_links table {
  height: 60px;
  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: #FFFF00;
  text-decoration: underline;
}

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

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


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

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

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

#top_links .top_link_2items {
  padding: 12px 5px 4px;
  display: inline;
  white-space: nowrap;
  font-size: 22px;
  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: 200px;
  height: 220px;
  position: relative;
  margin-left: 10px;
  z-index: 0;
  text-align: left;
}

.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: 280px;
  height: 210px;
  text-align: center;
}

.ad_468x60 {
  width: 468px;
  height: 60px;
  margin: 10px 0px;
}

.ad_468x15 {
  width: 468px;
  height: 15px;
  margin: 10px 0px;
}

.ad_200x200 {
  width: 200px;
  height: 200px;
  margin: 10px 0px;
}

.ad_200x90 {
  width: 200px;
  height: 90px;
  margin: 10px 0px;
}

.center_content_ad_with_width468 {
  margin-left: 48px;
}

.mini_product_info_ad {
  margin-top: 0px;
}

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

#partners_links {
  background: transparent url(l_bar.gif) no-repeat;
  width: 200px;
  margin: 10px 0;
}

#partners_links h3,
#partners_links h2,
#partners_links h1 {
  color: #FFF;
  padding: 6px 0;
  text-align: center;
}

#partners_links h3 a,
#partners_links h2 a,
#partners_links h1 a {
  color: #FFF;
  text-decoration: none;
}

#partners_links h1 a:hover {
}


#partners_links ul {
  list-style: none;
  width: 198px;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 15px 0;
  margin: 0px;
}

#partners_links ul li {
  margin: 5px 20px;
}

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

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


.partners_image_links {
  margin-top: 8px;
  padding-left: 8px;
}

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