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

body {
  background: #F0F0F0 url(bg.jpg) repeat-x center top;
  text-align: center;
}

img {
  border: 0px;
}

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

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

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

.clearleft {
  clear: left;
}


#wrapper {
  background: transparent url(main_bg.jpg) repeat-x center top;
  margin: 0px auto;
  width: 1001px;
  text-align: left;
}

#left_white_line {
  background: transparent url(white_line.jpg) repeat-y left top;
  padding-left: 1px;
}

#right_white_line {
  background: transparent url(white_line.jpg) repeat-y right top;
  padding-right: 1px;
}

table.vcenter {
  padding: 0px;
  margin: 0px;
  border: 0px;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

table.vcenter tr,
table.vcenter td {
  vertical-align: middle;
  text-align: center;
}

.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: 100px;
}

#logo {
  background: transparent url(logo_bg.gif) no-repeat left bottom;
  width: 510px;
  height: 63px;
  padding: 37px 0 0 55px;
  float: left;
}

#logo a {
  text-decoration: none;
}

#logo_text {
  font-family: Arial;
  font-size: 22px;
  cursor: pointer;
  font-family: 'Arial';
  font-size: 35px;
  color: #556677;
}

.logo_text_bold {
  font-weight: bold;
}

#slogan {
  width: 300px;
  height: 45px;
  float: right;
  padding: 55px 10px 0 0;
  text-align: right;
}

#slogan h1,
#slogan h2 {
  font-weight: normal;
}

.slogan_text {
  font-family: 'Arial';
  font-size: 16px;
  color: #53697E;
}

.slogan_grey {
  font-family: 'Arial';
  font-size: 16px;
  color: #888888;
}

.slogan_orange {
  font-family: 'Arial';
  font-size: 16px;
  color: #FF8100;
}

.slogan_red {
  font-family: 'Arial';
  font-size: 16px;
  color: #FF0000;
}

/*** Start of main menu style ***/
#main_menu {
}

#main_menu ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1000;
}

#main_menu ul li {
  background: transparent url(main_menu_bg.gif) repeat left top;
  margin-bottom: 4px;
  padding: 2px 25px;
  font-size: 12px;
  height: 14px;
  line-height: 14px;
  z-index: 100000;
}

#main_menu ul li.separator {
  background-color: #C8CCCB;
  height: 2px;
  padding: 0;
}

#main_menu ul li.first {
  background: none;
}

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

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

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

#main_menu li ul.category_menu {
  left: 195px;
  top: 90px;
  width: 160px;
}

#main_menu li ul.resolution_menu {
  left: 195px;
  top: 112px;
  width: 160px;
}

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

#main_menu ul li ul.category_menu li {
  margin: 0;
}

#main_menu ul li ul.category_menu li.sub_categories {
  list-style: none inside none;
  display: block;
  padding: 0px 30px 0 40px;
}


#main_menu ul li ul#resolutions li {
  margin: 0;
}

#main_menu li.category_menu ul li a,
#main_menu li.resolution_menu ul li a {
  color: #FFF;
  font-weight: bold;
}
/*** End of main menu style ***/

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

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

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

#footer ul li.separator {
  background: transparent url(footer_menu_separator.gif) no-repeat left center;
  width: 2px;
  padding: 0;
  margin: 0;
}

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

#footer ul li a {
  color: #FFF;
}

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

#footer ul li ul {
  background-color: #555555;
  display: none;
  position: absolute;
  list-style: none outside none;
  * left: -400px;
  bottom: 12px;
  padding: 0;
  margin: 0;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
  z-index: 2000;
}

#footer ul li ul#footer_categories {
  width: 160px;
  left: 540px;
}

#footer ul li ul#footer_resolutions {
  width: 153px;
  left: 612px;
}

#footer li ul#footer_categories li,
#footer li ul#footer_resolutions li {
  background-color: #555555;
  display: block;
  line-height: 16px;
  height: 16px;
  font-weight: normal;
  font-size: 12px;
  color: #FFF;
  text-align: left;
  margin: 0;
  padding: 0px 20px;
  z-index: 2000;
  border: none;
  float: none;
}

#footer li ul#footer_categories li.sub_categories {
  padding: 0px 20px 0 30px;
}

#footer ul#footer_categories li a,
#footer ul#footer_resolutions li a {
  color: #FFF;
  font-weight: bold;
}

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

ul.terms_link li {
  padding: 0px 10px;
  display: inline;
  font-size: 11px;
}

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

ul.terms_link li a {
  color: #FFF;
}

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

/*** End of main menu style ***/


#contents {
  padding-top: 10px;
}

#left_contents {
  width: 190px;
  position: relative;
  padding: 0 5px;
  float: left;
  z-index: 3;
}

#right_contents {
  width: 130px;
  position: relative;
  padding: 0 5px;
  overflow: hidden;
  float: right;
  z-index: 2;
}

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

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


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

.form_row {
  padding-top: 8px;
  position: relative;
}

.form_text {
  font-family: 'Arial';
  font-size: 11px;
  color: #334455;
  margin-left: 1px;
}

/*** Start of search box style ***/
#google_search_box,
#local_search_box {
  width: 130px;
  height: 115px;
  margin-bottom: 15px;
  z-index: 0;
}

#google_search_box form,
#local_search_box form {
  background: transparent url(google_logo.jpg) no-repeat left bottom;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

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

#google_search_box label,
#local_search_box label {
  font-family: 'Arial';
  font-size: 11px;
  color: #334455;
  padding: 5px 3px 3px 0px;
}

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


#google_search_box input.q,
#local_search_box input.q {
  width: 114px;
  height: 19px;
  margin-bottom: 5px;
}

#google_search_box .btn_search,
#local_search_box .btn_search {
  margin-left: 62px;
}
/*** End of search box style ***/

.product_preview_list {
}

.product_preview {
  display: block;
  width: 140px;
  float: left;
  position: relative;
  text-align: center;
  overflow: hidden;
  z-index: 0;
}

#related_products .product_preview {
  width: 162px;
}

#home_most_viewed_wallpapers {
  margin-right: 5px;
}

#home_most_viewed_wallpapers .product_preview_list {
  width: 276px;
}

#home_most_viewed_wallpapers .product_preview {
  display: block;
  width: 136px;
  float: left;
  position: relative;
  text-align: center;
  overflow: hidden;
  z-index: 0;
}

#home_new_wallpapers .product_preview_list {
  width: 276px;
}

#home_new_wallpapers .product_preview {
  display: block;
  width: 136px;
  float: left;
  position: relative;
  text-align: center;
  z-index: 0;
}

.product_name {
  overflow: hidden;
}

.product_preview .product_name a {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #555555;
  text-decoration: none;
}

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

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

.preview_image img {
  background-color: transparent;
  padding: 4px;
  border: 1px solid #FFF;
  overflow: hidden;
}

.content_product_preview_list {
  padding: 0 8px;
}

.content_product_preview {
  display: block;
  width: 179px;
  overflow: hidden;
  float: left;
  position: relative;
  text-align: center;
  margin-right: 48px;
  z-index: 0;
}

.row_last {
  margin: 0;
}

.content_product_name {
  overflow: hidden;
}

.content_product_preview .content_product_name a {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #555555;
  text-decoration: none;
}

.content_product_preview .content_product_name a:hover {
  color: #01178B;
  text-decoration: underline;
}

.content_preview_image {
  height: 152px;
  z-index: 0;
}

.content_preview_image img {
  background-color: transparent;
  padding: 4px;
  border: 1px solid #FFF;
  overflow: hidden;
}

h2.product_path,
h1.product_path {
  line-height: 20px;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: normal;
  color: #555555;
  padding: 0 8px;
  margin-bottom: 10px;
}

h2.product_path a,
h1.product_path a {
  font-family: 'Arial';
  font-size: 14px;
  font-weight: normal;
  color: #555555;
  text-decoration: none;
}

h2.product_path a:hover,
h1.product_path a:hover {
  color: #01178B;
  text-decoration: underline;
}


#product_detail {
  text-align: left;
}

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

.detail_product_name {
  line-height: 16px;
  font-family: 'Arial';
  font-weight: bold;
  font-size: 16px;
  color: #FF6600;
}

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

.detail_product_name a:hover {
  color: #01178B;
  text-decoration: underline;
}

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

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

#preview_rating {
  text-align: left;
  padding-left: 20px;
}

#preview_link {
  line-height: 26px;
  margin-right: 8px;
  float: right;
}

#preview_link a {
  font-family: 'Arial';
  font-size: 18px;
  font-weight: bold;
  color: #555555;
  text-decoration: none;
}

#preview_link a:hover {
  color: #01178B;
  text-decoration: underline;
}

.product_download {
  width: 604px;
  margin: 15px 8px 15px 8px;
  z-index: 0;
}

.product_download_link table {
  text-align: left;
}

.product_download_link img {
  margin: 0 5px;
}

.product_download_link #download_title {
  margin-top: 0px;
  line-height: 18px;
  font-family: 'Arial';
  font-size: 18px;
  font-weight: bold;
  color: #555555;
  text-align: left;
}

.product_download_link ul {
  list-style: none outside none;
  margin: 5px 0 0 0;
  padding: 0;
  height: 12px;
}

.product_download_link ul li {
  line-height: 12px;
  padding: 0 8px;
  border-left: 1px solid #555555;
  float: left;
}

.product_download_link ul li.first {
  border: 0;
  padding-left: 0;
}

.product_download_link ul li a {
  font-family: 'Arial';
  font-size: 12px;
  color: #555555;
  text-decoration: none;
}

.product_download_link ul li a:hover {
  color: #01178B;
  text-decoration: underline;
}

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

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

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

.product_info p em a {
  color: #01178B;
  font-weight: bold;
}

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

.detail_row {
  height: 26px;
  margin-bottom: 3px;
}

.large_rating {
  width: 225px;
  line-height: 26px;
  font-family: 'Arial';
  font-size: 18px;
  font-weight: bold;
  color: #555555;
  margin-left: 8px;
  float: left;
}

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

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

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

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

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

#product_options {
  margin: 5px 8px 15px 8px;
}

#product_extended_info {
}

#product_extended_info p {
  color: #555555;
  font-family: 'Arial';
  font-size: 18px;
  font-weight: bold;
}

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

#product_extended_info p em a {
  color: #555555;
  font-weight: normal;
  text-decoration: underline;
}

#product_extended_info p em a:hover {
  color: #01178B;
  font-weight: normal;
  text-decoration: underline;
}

.pager {
  font-family: 'Arial';
  font-size: 12px;
  color: #555555;
  text-align: center;
  font-size: 12px;
  margin: 20px 0;
}

a.prev_page_button,
a.next_page_button {
  font-family: 'Arial';
  font-size: 12px;
  color: #555555;
  text-decoration: none;
  margin: 2px;
}

a.prev_page_button:hover,
a.next_page_button:hover {
  color: #01178B;
  text-decoration: underline;
}

a.pager_page_option {
  font-family: 'Arial';
  font-size: 12px;
  color: #666666;
  text-decoration: none;
  margin: 1px;
}

a.pager_page_option:hover {
  color: #01178B;
  text-decoration: underline;
}

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

#contactus_form th {
  width: 50px;
  font-family: 'Arial';
  font-weight: bold;
  font-size: 12px;
  color: #555555;
  padding: 4px;

  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-family: 'Arial';
  font-size: 16px;
  font-weight: bold;
  color: #555555;
  padding: 60px 24px 350px 24px;
}

.no_item {
  padding: 50px 20px 180px;
  color: #555555;
  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;
}

#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: #555555;
  font-size: 12px;
  font-weight: bold;
  margin-left: 2px;
  text-decoration: none;
}

.mini_product_info a:hover {
  color: #01178B;
  text-decoration: underline;
}

.link_to_contactus {
  line-height: 11px;
  margin: 10px 0;
  padding-left: 12px;
  font-family: 'Arial';
  font-size: 11px;
  color: #11188A;
  text-align: right;
}

.link_to_contactus a {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #11188A;
  text-decoration: underline;
}

.partners_image_links {
  margin: 4px 0px;
}

.partners_image_links img {
  margin: 0 4px 4px 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;
}

.ad_120x90 {
  width: 120px;
  height: 90px;
  padding-bottom: 10px;
}

.ad_120x600 {
  width: 120px;
  height: 600px;
  padding-bottom: 10px;
}

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

.bottom_ad_468x60 {
  height: 60px;
}

.ad_728x15 {
  width: 728px;
  height: 15px;
  padding-bottom: 10px;
}

.ad_728x90 {
  width: 728px;
  height: 90px;
  padding: 10px 0;
}

.ad_200_row {
  height: 200px;
  margin: 10px 0 15px 0;
  padding-left: 74px;

}

.ad_200_in_row_first {
  float: left;
  margin-right: 100px;
}

.ad_200_in_row {
  float: left;
}

.ad_468_in_home_content {
  padding: 10px 0 10px 38px;
}

.ad_468_in_content {
  padding: 20px 0 20px 38px;
}

.ad_728_in_top_ad {
  margin: 15px 0 0 120px;
}

.ad_728_in_content {
  background-color: #FBFBFB;
  margin: 0;
  padding: 5px 93px;
}

#top_ad {
  width: 100%;
  height: 30px;
}

#bottom_ad {
  height: 100px;
  float: left;
}

.sidebar_border {
  border: 4px solid #D8DDE2;
}

.l_sidebar_ad_120 {
  padding: 10px 11px 10px 11px;
}

.sidebar_bgcolor {
  background-color: #E8ECF2;
}

#res_menu {
  margin-bottom: 10px;
}


#res_menu ul {
  list-style: none outside none;
  margin: 5px 0 10px 0;
  padding: 0;
  width: 142px;
}

#res_menu ul li {
  line-height: 20px;
  font-family: 'Arial';
  font-size: 13px;
  padding-left:  15px;
  overflow: hidden;
  color: #555555;
}

#sidebar_res ul li a {
  font-family: 'Arial';
  font-size: 12px;
  color: #555555;
}

#res_menu ul li a:hover {
  color: #01178B;
  text-decoration: underline;
}

#res_menu ul li.sidebar_subtitle {
  font-family: 'Arial';
  font-size: 12px;
  color: #555555;
}

.sidebar_title {
  background: transparent url(title_bottom_line.gif) repeat-x left bottom;
  height: 20px;
  font-family: 'Arial';
  font-size: 18px;
  font-weight: bold;
  color: #5A5C5B;
  text-align: left;
  padding-bottom: 2px;
  margin-bottom: 5px;
}

.sidebar_title a {
  font-family: 'Arial';
  font-size: 18px;
  font-weight: bold;
  color: #5A5C5B;
  text-decoration: none;
}

.sidebar_title a:hover {
  color: #01178B;
  text-decoration: underline;
}

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

#partners_links_content ul li {
  line-height: 18px;
  font-family: 'Arial';
  font-size: 13px;
  overflow: hidden;
  color: #555555;
}

#partners_links_content ul li a {
  color: #555555;
  text-decoration: underline;
}

#partners_links_content ul li a:hover {
  color: #01178B;
}

.r_sidebar_ad_120 {
  padding: 10px 5px;
}

#gallery {
  width: 200px;
  margin-bottom: 10px;
}

#gallery #gallery_content {
  width: 192px;
}

#gallery #gallery_content .product_preview {
}

#gallery #gallery_content .product_preview_list {
  padding: 15px 0;
}

#gallery_content .product_preview {
  width: 192px;
}

.large_product_preview_list {
  margin-bottom: 5px;
}

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

.large_product_preview .product_name a {
  font-family: 'Arial';
  font-size: 11px;
  color: #333333;
  text-decoration: none;
}

.large_product_preview .preview_image {
  height: 395px;
}

.large_product_preview .preview_image img {
  background-color: transparent;
  border: 1px solid #FFF;
  padding: 4px;
}

.large_row_space {
  height: 1px;
  margin: 10px 0;
}

h2.title_bar,
h1.title_bar {
  background: transparent url(title_bottom_line.gif) repeat-x left bottom;
  height: 20px;
  line-height: 20px;
  font-family: 'Arial';
  font-size: 18px;
  color: #555555;
  padding-top: 10px;
  margin: 0 8px 8px 8px;
}

h2.title_bar em,
h1.title_bar em {
  font-family: 'Arial';
  font-size: 13px;
  color: #555555;
}

h2.title_bar a,
h1.title_bar a {
  font-family: 'Arial';
  font-size: 18px;
  color: #555555;
  text-decoration: none;
}

h2.title_bar a:hover,
h1.title_bar a:hover {
  color: #01178B;
  text-decoration: underline;
}

.row_space {
  height: 1px;
  margin: 10px 0;
}

#home_recent_wallpapers .product_preview {
  width: 136px;
}

ul#site_map {
  list-style: none outside none;
  margin: 0 0 15px 8px;
  padding: 0;
}

ul#site_map li {
  font-family: 'Arial';
  font-size: 16px;
  color: #555555;
  line-height: 16px;
  padding: 3px 0;
}

ul#site_map li a {
  font-family: 'Arial';
  font-size: 16px;
  color: #555555;
  text-decoration: none;
}

ul#site_map li a:hover {
  color: #01178B;
  text-decoration: underline;
}

ul#site_map li ul {
  list-style: none outside none;
  margin-top: 10px;
  margin-bottom: 10px;
}

.terms_details {
  padding: 0 8px 8px 8px;
}

.terms_details p {
  font-family: 'Arial';
  font-size: 12px;
  color: #555555;
}

.terms_details a {
  font-family: 'Arial';
  font-size: 12px;
  color: #003399;
  text-decoration: none;
}

.terms_details a:hover {
  color: #01178B;
  text-decoration: underline;
}

.links_page_products_list {
  margin-left: 8px;
}

.links_page_product {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin: 10px 0;
  padding: 0;
}

.links_page_product p.product_name {
  text-align: left;
}

.links_page_product p.product_name a {
  font-family: 'Arial';
  font-size: 14px;
  color: #555555;
  text-decoration: none;
}

.links_page_product p.product_name a:hover {
  color: #01178B;
  text-decoration: underline;
}

.more {
  font-family: 'Arial';
  font-size: 12px;
  color: #11188A;
  text-align: right;
}

.more a {
  font-family: 'Arial';
  font-weight: bold;
  font-size: 13px;
  color: #01178B;
  text-decoration: underline;
}

.box_title {
  margin-bottom: 8px;
}

.title {
  color: #4C4C4C;
  border-bottom: 2px solid #AFBBBB;
}

#best_gallery ul.categories {
  list-style: none inside none;
  margin: 0 0 0 15px;
  padding: 0;
}

#best_gallery ul.categories li a {
  font-family: 'Arial';
  font-size: 12px;
  color: #555555;
  text-decoration: underline;
}

#best_gallery ul.categories li a:hover {
  color: #01178B;
}

#best_gallery ul.categories li ul.sub_categories {
  list-style-type: none;
  list-style-position: inside;
  list-style-image: none;
  margin: 0;
  padding: 0 0 0 10px;
}

.box {
  background: #EBEBEB url(main_box_bg.jpg) repeat-x left top;
  border: 2px solid #FFF;
}

#home_most_viewed_wallpapers {
  width: 276px;
  float: left;
}

#home_new_wallpapers {
  width: 276px;
  float: left;
}

.home_row {
  padding-left: 44px;
}

.shadow_line {
  background: transparent url(shadow_line.gif) repeat-x left top;
  height: 1px;
  margin: 0 10px;
}

#slider_menu {
  background: transparent url(main_bg.jpg) repeat-y top left;
  padding: 15px 10px;

}

.slider_product_preview {
  display: block;
  width: 126px;
  height: 94px;
  text-align: center;
  z-index: 0;
}

.slider_preview_image {
  width: 126px;
  height: 94px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 0;
}

.slider_preview_image img {
  border: 1px solid #D7D7D7;
}

#detail_wallpaper {
  margin-bottom: 15px;
}

#best_gallery_wallpaper {
  width: 639px;
}

#links_page_content {
  width: 639px;
}

#contactus_content {
  width: 639px;
}

#sitemap_content {
  width: 639px;
}

body#pop_body {
  background-color: #C9CDCC;
  background-image: none;
}

h2#product_detail_name {
  font-family: 'Arial';
  font-size: 14px;
  color: #555555
}

/*
  styles for popup window
  begin
*/
#product_popup_window{
  margin: auto;
  width: 1000px;
  height: 900px;
  background-color: #DBDBDB;
  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
*/
