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

body {
  text-align: center;
}

a {
  font-weight: bold;
  color: #0066CC;
  text-decoration: underline;
}

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: 815px;
  text-align: left;
  position: relative;
}

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 {
  height: 105px;
  position: relative;
}

#logo {
  margin: 15px 5px 5px 5px;
}

#logo img {
  float: left;
}

#logo_title em {
  font-style: normal;
}

#logo_title {
  font-family: Arial;
  font-weight: bold;
  display: block;
  float: left;
  width: 180px;
  height: auto;
  text-align: center;
  text-decoration: none;
  margin-top: 20px;
}

.blue { color: #0099FF; }

.deep_blue { color: #0064A6; }

.grey { color: #666666; }

.size1 {
  font-size: 24px;
  line-height: 24px;
}

.size2 {
  font-size: 16px;
  line-height: 16px;
}

.size3 {
  font-size: 12px;
  line-height: 16px;
}

.form_row {
  margin: 5px 0px;
}

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

#google_search_box form label {
  margin: 0px;
}

#google_search_box {
  background: transparent url(top_search_bar.gif) repeat-x top left;
  position: absolute;
  right: 0px;
  top: 30px;
  width: 195px;
}

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

#local_search_box form label {
  margin: 0px;
}

#local_search_box {
  background: transparent url(top_search_bar.gif) repeat-x top left;
  position: absolute;
  right: 0px;
  top: 30px;
  width: 195px;
}

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

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

.top_img_corner {
  background: transparent url(top_search_corner.gif) no-repeat top left;
  width: 10px;
  height: 10px;
}

#main_menu {
  background: transparent url(menubar_bg.gif) repeat-x top left;
  padding: 0px 15px;
  height: 33px;
  display: block;
}

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

#main_menu li {
  display: block;
  background: url(menu_border.gif) no-repeat 0px 4px;
  line-height: 23px;
  padding: 0px 22px;
  float: left;
  font-size: 13px;
  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: #FF9324;
  text-decoration: underline;
}

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

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

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

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

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

#top_banner {
  background: url(banner.jpg) no-repeat left top;
  height: 98px;
}

#top_banner h1 {
  padding: 35px 0px 0px 280px;
  font-size: 16px;
  font-weight: bold;
  font-family: Arial;
  color: #FFF;
}

#top_banner a {
  font-size: 20px;
  font-weight: bold;
  font-family: Arial;
  color: #FFF;
  text-decoration: none;
}

#top_shadow {
  background: url(menubar_shadow.gif) no-repeat top left;
  width: 815px;
  height: 33px;
}

#footer {
  text-align: center;
  clear: both;
  height: 44px;
  padding: 2px 0px;
}

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: 3px;
  padding: 0px 7px;
  display: inline;
  line-height: 11px;
  font-size: 11px;
  border-left: 1px solid #000;
}

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

ul#footer_menu li a {
  color: #0066CC;
  text-decoration: underline;
}

ul#footer_menu li a:hover {
  /*color: #FF9324;
  text-decoration: underline;*/
}

#footer p {
  color: #999;
  margin-top: 3px;
}

#contents {
}

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

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

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

#left_sidebar {
  background: transparent url(l_bar_img.gif) repeat-x top left;
  width: 160px;
  height: auto;
  display: block;
  position: relative;
  margin-bottom: 30px;
  z-index: 3;
}

#left_sidebar h1 {
  font-size: 12px;
  font-family: Arial;
  font-weight: bold;
  color: #FFF;
  padding: 6px 8px;
}

#left_sidebar ul {
  color: #000;
}

#left_sidebar ul li a {
  font-weight: bold;
  color: #0066CC;
  text-decoration: underline;
}

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

#top_category {
  width: 158px;
  height: auto;
  border: 1px solid #54B2E7;
}

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

#top_category ul li {
  background: transparent url(bullet_point.gif) no-repeat 13px 6px;
  margin: 0px;
  padding: 2px 20px 4px 25px;
  list-style: none;
  font-size: 12px;
}

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

#top_category ul li a:hover {
/*  color: #FF9324;
  text-decoration: underline;*/
}

#partner_links {
  background: transparent url()  no-repeat top left;
  width: 158px;
  height: auto;
  font-size: 12px;
  border:1px solid #54B2E7;
}

#partner_links ul {
  list-style: none;
  padding: 0px;
  margin: 10px;
}

#partner_links li {
  font-size: 11px;
  padding: 2px 0px 4px 5px;
}

#partner_links ul a {
  font-weight: bold;
  color: #0066CC;
  text-decoration: underline;
}

#partner_links ul a:hover {
  /*color: #FF9324;
  text-decoration: underline;*/
}

#right_sidebar {
  background: transparent url(r_bar_img.gif) no-repeat top left;
  width: 120px;
  height: auto;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

#right_sidebar h1 {
  font-size: 13px;
  font-family: Arial;
  font-weight: bold;
  color: #FFF;
  padding: 6px 22px;
}

#right_sidebar ul {
  color: #000;
}

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

#right_sidebar ul li a {
  font-weight: bold;
  color: #0066CC;
  text-decoration: underline;
}

#right_sidebar ul li a:hover {
  /*color: #FF9324;
  text-decoration: underline;*/
}

#top_glitter {
  width: 118px;
  height: auto;
  border: 1px solid #54B2E7;
}

#top_glitter ul {
  display: block;
  position: relative;
  color: #000;
  margin: 10px 0px 10px 0px;
  padding: 0px;
  z-index: 0;
}

#top_glitter ul li {
  background: transparent url(bullet_point.gif) no-repeat 13px 6px;
  margin: 0px;
  padding: 2px 20px 4px 25px;
  list-style: none;
  font-size: 12px;
}

#top_glitter ul li a {
  font-weight: bold;
  color: #0066CC;
  text-decoration: underline;
}

#top_glitter ul li a:hover {
/*  color: #FF9324;
  text-decoration: underline;*/
}

#right_first_ad {
  width: 120px;
  height: 600px;
  margin-bottom: 30px;
  position: relative;
}

#right_second_ad {
  width: 120px;
  height: 310px;
  margin: 0px;
  background-color: #CCC;
  display: none;
}

#glitter_categories {
  background: #EDF9FD url(category_bar.gif) no-repeat top left;
  width: 504px;
  margin: 0px 8px 0px 9px;
  padding-bottom: 8px;
}

.categories_title {
  margin: 0px 0px 0px 10px;
  padding-top: 11px;
  z-index: -10;
}

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

#glitter_categories ul {
  display: block;
  list-style: none outside none;
  padding: 0px;
  margin: 10px 0px 10px 40px;
}

#glitter_categories li {
  background: transparent url(bullet.jpg) no-repeat 0px 7px;
  float: left;
  width: 83px;
  font-size: 13px;
  margin: 2px 2px;
  padding-left: 10px;
}

.categories_list {}

#google_ad_between_content {
  width: 468px;
  height: 15px;
  margin: 5px 40px;
}

#google_ad_after_download_link {
  width: 468px;
  height: 15px;
  margin: 10px 33px;
}

.more {
  float: right;
  margin-right: 20px;
}

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

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

#category_products .content_title {
  background: transparent url(bar02.gif) no-repeat top left;
  width: 504px;
  height: 29px;
}

.product_preview_list {
  margin: 0px 10px;
}

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

.product_preview .product_name a {
  font-size: 13px;
  color: #0066CC;
  text-decoration: underline;
}

.product_preview .product_name a:hover {
  /*color: #FF9324;
  text-decoration: underline;*/
}

.preview_image {
  background-color: #FFF;
  width: 90px;
  height: 93px;
  margin-bottom: 4px;
  z-index: 0;
}

.preview_image img {
}

.preview_image p {

}

.rating {
  width: 13px;
  height: 75px;
  top: 0px;
  float: right;
}

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

.content_title {
  margin-left: 7px;
  margin-right: 7px;
  margin-bottom: 8px;
  padding-top: 8px;
  z-index: -10;
}

#top_products .content_title {
  background: transparent url(bar02.gif) no-repeat top left;
  width: 504px;
  height: 29px;
}

#latest_products .content_title {
  background: transparent url(bar02.gif) no-repeat top left;
  width: 504px;
  height: 29px;
}

#related_products .content_title {
  background: transparent url(bar02.gif) no-repeat top left;
  width: 504px;
  height: 29px;
}

#main_category .content_title {
  background: transparent url(bar02.gif) no-repeat top left;
  width: 504px;
  height: 29px;
}

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

.content_title h1 a {
  font-size: 15px;
  line-height: 15px;
  color: #FFF;
  text-decoration: none;
}

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

#glitter_categories h1 a {
  font-size: 15px;
  line-height: 15px;
  color: #FFF;
  text-decoration: none;
}

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

#top_category h1 a {
  font-size: 12px;
  line-height: 15px;
  color: #FFF;
  text-decoration: none;
  margin-left: 20px;
}

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

#top_glitter h1 a {
  font-size: 12px;
  line-height: 15px;
  color: #FFF;
  text-decoration: none;
}

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

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

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

#product_detail_left {
  float: left;
}

#product_detail_right {
  float: left;
}

#product_path {
  width: 504px;
  height: 30px;
  background: url(bar02.gif) no-repeat top left;
  margin: 0px 8px 15px 9px;
  padding-top: 8px;
}

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

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

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

#product_detail_name {
  font-size: 16px;
  color: #005DA8;
  margin-bottom: 2px;
}

.product_large_preview {
/*  width: 160px;
  height: 160px;*/
  margin: 0px 23px 0px 28px;
  text-align: center;
}

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

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

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

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

.product_desc {
  width: 240px;
  padding: 12px 0px 12px 8px;
  border-top: 1px dotted #999;
  border-bottom: 1px dotted #999;
}

.product_info {
  height: auto;
  z-index: 0;
}

.product_info h2 {
  padding-left: 8px;
}

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

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

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

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

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

.large_rating {
  width: 18px;
  height: 100px;
  float: right;
  margin: 110px 0px 0px 0px;
}

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

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

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

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

.large_rating_1 {
  background: url(large_rating_1.jpg) 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 {
  margin: 20px 0;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #000;
}

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

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

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

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

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

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

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

#contactus_form #reason {
  width: 100%;
}

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

#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: #0066CC;
  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;
}

#footer .terms_link {
  margin-top: 0px;
}

#footer .terms_link a {
  color: #FFF;
  text-decoration: none;
}

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

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

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

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

#rss_link a:hover {
  color: #FF9324;
  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: 10px 51px 10px 52px;
}

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

a.mail_to {
  text-decoration: underline;
}



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

.ad_in_content468x15 {
  width: 468px;
  height: 15px;
  margin: 10px 18px;
}

.sidebar_ad160x90 {
  width: 160px;
  height: 90px;
  margin-bottom: 10px;
}

.preview_image_mask {
  width: 90px;
  height: 90px;
  position: absolute;
}

.large_preview_image_mask {
  width: 150px;
  height: 150px;
  position: absolute;
}

#top_links {
  width: 338px;
  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: #0066CC;
}

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

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


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

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

#top_links .top_link_3items {
  padding: 12px 5px 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 {
  width: 571px;
  padding: 12px;
}

#mini_window_info #product_detail_right {
  text-align: left;
}

#mini_window_info #product_detail_right a {
  font-size: 12px;
}

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

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

.partners_image_links {
  padding-left: 36px;
}

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

#partner_links h1 {
  background: transparent url(l_bar_img.gif);
  color: #FFFFFF;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  padding: 6px 30px;
}

#partner_links h1 a {
  color:#FFFFFF;
  text-decoration: none;
}

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