body, td, p, div, h1, h2, h3, h4, h5 {
  font-family: 'Arial';
  font-size: 12px;
  color: #FFF;
  margin: 0px;
  padding: 0px;
}

body {
  background-color: #000;
  text-align: center;
}

img {
  border: 0px;
}

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

a:hover {
  text-decoration: underline;
}

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

.clear_left {
  clear: left;
}

.clear_right {
  clear: right;
}

.google_ad {
  background-color: #CCC;
}

#wrapper {
  margin: 0px auto;
  width: 1004px;
  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 {
  background: transparent url(top_bg.jpg) repeat-x left top;
  height: 136px;
}

#header_top {
  width: 1004px;
  height: 113px;
}

#logo {
  padding-top: 3px;
  padding-left: 30px;
  width: 495px;
  height: 75px;
  float: left;
}

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

#logo a {
  text-decoration: none;
}

#logo_text {
  position: absolute;
  top: 40px;
  padding-left: 8px;
  cursor: pointer;
  color: #FFF;
  font-family: Arial;
  font-size: 36px;
  line-height: 36px;
}

.logo_text_small {
  display: block;
  line-height: 16px;
  color: #FFF;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

/** Start of Style of search box **/
.form_row {
  margin: 5px 0px;
}

.form_text {
  font-size: 12px;
  color: #FFF;
  margin-left: 5px;
}

#google_search_box form label {
  margin: 0px;
}

#google_search_box {
  margin: 15px 25px 0 0;
  width: 290px;
  height: 60px;
  float: right;
}

#local_search_box form label {
  margin: 0px;
}

#local_search_box {
  margin: 15px 25px 0 0;
  width: 290px;
  height: 60px;
  float: right;
}

#local_search_box input#q {
  width: 210px;
}
/** End of Style of search box **/

/** Start of Style of main menu **/
#main_menu {
  height: 27px;
}

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

#main_menu li {
  display: block;
  line-height: 26px;
  padding: 0px 10px;
  margin-top: 2px;
  font-size: 14px;
  float: left;
  z-index: 100000;
}

#main_menu ul li.separator {
  width: 1px;
  height: 26px;
  line-height: 26px;
  font-family: Arial;
  font-size: 14px;
  font-weight: normal;
  color: #FFF;
  margin: 0;
  padding: 0;
}

#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 {
  background-color: #EBEBEB;
  display: none;
  position: absolute;
  * left: -400px;
  top: 24px;
  height: auto;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
  z-index: 2000;
}

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

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

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

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

#bottom_ad {
  height: 90px;
  padding: 10px 0 10px 138px;
  float: left;
}

/** Start of footer menu style **/
#footer {
  background: transparent url(footer_bg.jpg) repeat-x left top;
  padding-top: 31px;
  height: 62px;
  text-align: center;
  clear: both;
}

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

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

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

#footer ul li.separator {
  background: transparent url(footer_separator.jpg) no-repeat left 3px;
  width: 2px;
  height: 11px;
  padding: 0;
  margin: 0;
}

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

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

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

#footer li ul.footer_category_menu {
  left: 463px;
}

#footer li ul li {
  display: block;
  background: none;
  width: 100px;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  border-left: none;
  text-align: left;
  padding: 0px 30px;
  margin-top: 0px;
  float: none;
  z-index: 2000;
}

#footer li ul.footer_category_menu li {
  width: 150px;
}

#footer li.footer_category_menu ul li a {
  color: #555555;
  font-weight: bold;
}
/** End of footer style **/

#contents {
  background-color: #383838;
  padding-top: 18px;
  padding-bottom: 18px;
}

#right_content {
  width: 212px;
  margin: 0 10px;
  position: relative;
  float: right;
  z-index: 2;
}

#left_content {
  width: 212px;
  position: relative;
  float: left;
  z-index: 2;
}

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

#featured_wallpapers {
  padding-left: 30px;
}

.product_list_title {
  height: 29px;
  margin-bottom: 13px;
}

.product_list_title_left {
  background: transparent url(bar_set1_1.jpg) no-repeat left top;
  width: 10px;
  height: 29px;
  float: left;
}

.product_list_title_right {
  background: transparent url(bar_set1_3.jpg) no-repeat left top;
  width: 10px;
  height: 29px;
  float: left;
}

.product_list_title_content {
  background: transparent url(bar_set1_2.jpg) repeat-x left top;
  width: 710px;
  height: 29px;
  line-height: 29px;
  font-family: 'Arial';
  font-size: 18px;
  color: #FFF;
  float: left;
}

.product_list_title_content .title {
  line-height: 29px;
  padding-left: 5px;
  float: left;
}

.product_list_title_content .title h2,
.product_list_title_content .title h1 {
  line-height: 29px;
  font-weight: normal;
  color: white;
}

.product_list_title a {
  font-family: 'Arial';
  font-size: 18px;
  color: #FFF;
  text-decoration: none;
}

.product_list_title a:hover {
  text-decoration: underline;
}

.more_in_title {
  float: right;
}

.more_in_title a {
  font-family: 'Arial';
  font-size: 11px;
  color: #FFD800;
  text-decoration: none;
}

.more_in_title a:hover {
  color: #FFD800;
  text-decoration: underline;
}

.product_preview_list {
  margin-left: 10px;
}

#featured_wallpapers .product_preview_list {

}

.product_preview {
  display: block;
  width: 117px;
  float: left;
  position: relative;
  text-align: center;
  margin: 0 30px 10px 0;
  z-index: 0;
}

#featured_wallpapers .product_preview {
  display: block;
  width: 157px;
  float: left;
  position: relative;
  text-align: center;
  margin-right: 30px;
  padding: 0;
  z-index: 0;
}

#featured_wallpapers .last {
  margin-right: 0;
}

#featured_wallpapers .product_name {
}

.product_preview .product_name {
  overflow: hidden;
}

.product_preview .product_name a {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
}

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

#featured_wallpapers .download_btn {
  background: transparent url(button_1.jpg) no-repeat left top;
  width: 122px;
  height: 29px;
  line-height: 29px;
  margin: 0;
  padding: 0;
  border: none;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
}

.preview_image {
  width: 117px;
  height: 119px;
  z-index: 0;
}

#featured_wallpapers .preview_image {
  background: transparent url(iphone_bg1.jpg) no-repeat left top;
  width: 130px;
  height: 195px;
  padding: 53px 13px 47px 14px;
  margin-bottom: 5px;
  z-index: 0;
}

.preview_image table {
  width: 110px;
  height: 80px;
}

.preview_image img {
}

.rating {
  height: 20px;
  margin: 3px 0 0 0;
}

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

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

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

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

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

.content_title {
  margin-left: 30px;
  z-index: -10;
}

.content_title h1 {
  display: inline;
  margin: 0px 0px 0px 15px;
  float: left;
  font-size: 18px;
  line-height: 18px;
  color: #3194BE;
}

.content_title h1 a {
  color: #3194BE;
  text-decoration: none;
}

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

#product_detail {
  text-align: left;
}

#product_path {
  height: 29px;
  margin: 0 0 8px 30px;
}

#product_path h1 {
  font-style: normal;
  font-weight: normal;
  margin-left: 15px;
  font-size: 18px;
  color: white;
}

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

#rating_and_product_name {
  margin: 0px auto 0px auto;
}

div#product_detail_name {
  display: inline;
  font-size: 13px;
  line-height: 30px;
  color: #000;
  padding: 6px 0px;
}

#product_name {
  font-family: 'Arial';
  font-size: 20px;
  color: #FFF;
  margin-left: 10px;
}

#rating_text {
  margin: 10px 0px;
  padding: 6px 155px 6px 0;
}

.large_window {
  width: 322px;
  height: 608px;
}

.product_large_preview {
  background: transparent url(iphone_bg3.jpg) no-repeat left top;
  width: 268px;
  height: 402px;
  padding: 109px 27px 97px 27px;
  text-align: center;
}

.product_download_link {
  width: 195px;
  height: 45px;
  margin-right: 15px;
  float: left;
}

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

#download_link {
  width: 195px;
  height: 45px;
}

#download_btn {
  background: transparent url(button_2.jpg) no-repeat left top;
  width: 195px;
  height: 41px;
  padding-top: 4px;
  text-align: center;
}

#download_btn a {
  font-family: 'Arial';
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
}

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

.link_title {
  height: 12px;
}

.product_preview_link {
  width: 149px;
  height: 45px;
  float: left;
}

#preview_btn {
  background: transparent url(button_3.jpg) no-repeat left top;
  width: 149px;
  height: 45px;
  line-height: 45px;
  text-align: center;
}

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

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

.large_rating {
  height: 20px;
  margin: 15px 0 30px 10px;
}

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

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

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

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

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

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

#product_extended_info {
  width: 378px;
  margin-bottom: 30px;
}

#product_extended_info p {
  font-family: 'Arial';
  font-size: 14px;
  color: #FFF;
}

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

#product_extended_info p em a {
  font-weight: bold;
  font-size: 12px;
  color: #0000FF;
  text-decoration: underline;
}

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

.pager {
  color: #AAA;
  font-weight: bold;
  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: #FFF;
  font-weight: bold;
}

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

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

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

#contactus_form th {
  font-family: "Arial";
  font-size: 14px;
  font-weight: bold;
  padding: 4px;
  color: #FFF;
  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: 12px;
  letter-spacing: 150%;
  word-spacing: 200%;
}

.sitemap_link a {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
}

.sitemap_link a:hover {
  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 a {
  color: #515151;
  text-decoration: none;
}

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

.terms_details {
  padding: 20px 50px;
}

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

#send_mail_error p {
	color: #333;
}

#top_links {
  height: 20px;
  margin: 1px 0 1px 30px;
  padding: 0px;
  position: relative;
  text-align: center;
  overflow: hidden;
}

#top_links ul {
  display: block;
  position: relative;
  list-style: none outside none;
  height: 20px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}


#top_links li {
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  float: left;
  padding: 0 10px;
}

#top_links li.separator {
  width: 1px;
  height: 20px;
  line-height: 20px;
  font-family: Arial;
  font-size: 14px;
  font-weight: normal;
  color: #FFF;
  padding: 0;
  margin: 0;
  text-align: left;
  float: left;
}

#top_links a {
  font-family: 'Arial';
  font-size: 14px;
  color: #FFF;
  text-decoration: none;
}

#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: 5px;
  z-index: 0;
  text-align: left;
}

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

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

.mini_product_info a {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  text-decoration: underline;
}

.between_content_ad {
  text-align: center;
  margin: 4px 0px 12px;
}

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

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


.home_partners_image_links {
  padding: 12px 0px 4px 18px;
}

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


.partners_image_links {
  text-align: center;
  margin-bottom: 10px;
}

.partners_image_links .image_list {
  padding-left: 15px;
  text-align: left;
}

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


h1.title_text_link a {
  font-size: 13px;
  font-weight: bold;
  color: #3194BE;
  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;
}

#wallpaper_rating {
  background: transparent url(large_rating_5.jpg) no-repeat 0px 18px;
  width: 160px;
  padding: 5px 40px 35px 0 ;
  font-size: 15px;
  font-weight: bold;
}

#sidebar_categories_list {
  margin-bottom: 15px;
}

#sidebar_categories_list .cate_name {
  width: 106px;
  line-height: 20px;
  text-align: center;
  overflow: hidden;
  float: left;
}

#sidebar_categories_list .cate_name a {
  font-family: 'Arial';
  font-size: 12px;
  color: #FFF;
  text-decoration: none;
}

#sidebar_categories_list .cate_name a:hover {
  text-decoration: underline;
}

.sidebar_title {
  width: 100%;
  height: 23px;
  margin-bottom: 10px;
}

.sidebar_title_left {
  background: transparent url(bar_set2_1.jpg) no-repeat left top;
  width: 8px;
  height: 23px;
  float: left;
}

.sidebar_title_right {
  background: transparent url(bar_set2_3.jpg) no-repeat left top;
  width: 8px;
  height: 23px;
  float: left;
}

.sidebar_title_content {
  background: transparent url(bar_set2_2.jpg) repeat-x left top;
  height: 23px;
  line-height: 23px;
  text-align: center;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: #6D6D6D;
  float: left;
}

.sidebar_title a {
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: #6D6D6D;
  text-decoration: none;
}

.sidebar_title a:hover {
  text-decoration: underline;
}



#right_content .sidebar_title_content {
  width: 196px;
}

#left_content .sidebar_title_content {
  width: 196px;
}

#partners_menu .partner_name {
  line-height: 16px;
  padding-left: 17px;
}

#partners_menu .partner_name a {
  font-family: 'Arial';
  font-size: 12px;
  color: #FFF;
  text-decoration: none;
}

#partners_menu .partner_name a:hover {
  text-decoration: underline;
}

#partners_menu .more_partners {
  line-height: 16px;
  padding-left: 17px;
}

#partners_menu .more_partners a {
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: #FFD800;
  text-decoration: none;
}

#partners_menu .more_partners a:hover {
  text-decoration: underline;
}

.bookmark {
  margin-bottom: 5px;
}

.bookmark_btn {
  margin-left: 3px;
}

.rss_feed {
  margin-bottom: 15px;
}

.rss_feed_btn {
  margin-left: 1px;
}

#featured_img_detail {
  width: 400px;
  min-height: 450px;
  float: left;
}

#featured_img {
  background: transparent url(lw_for_270x210.gif) no-repeat left top;
  width: 270px;
  height: 210px;
  margin-left: 20px;
  padding: 20px 45px 94px 45px;
}

#featured_img_info {
  margin-left: 20px;
}

.feature_img_info_link {
  padding: 0px 2px;
}

#featured_img_info a {
  color: #0066CC;
  text-decoration: underline;
  white-space: nowrap;
}

#featured_img_title {
  font-size: 18px;
  font-weight: bold;
  color: #0066CC;
  margin-left: 10px;
  margin-top: 5px;
}

#featured_img table {
  width: 270px;
  height: 210px;
}

.more {
  width: 100%;
  line-height: 14px;
  text-align: right;
  margin-top: 3px;
}

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

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

.ad_160x90 {
  width: 160px;
  height: 90px;
}

.ad_200x90 {
  width: 200px;
  height: 90px;
}

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

.ad_468x15 {
  width: 468px;
  height: 15px;
}

.ad_468x60 {
  width: 468px;
  height: 60px;
}

.ad_728x90 {
  width: 728px;
  height: 90px;
}

.ad_200_in_cat_listing {
  float: left;
}

.ad_200_in_left_content {
  margin: 0 0 10px 10px;
}

.ad_200_in_right_content {
  margin: 10px 0 10px 6px;
}

.ad_in_detail_upper_content {
  margin: 0 0 15px 89px;
}

.ad_468_in_product_list {
  margin: 15px 0 15px 127px;
}

.ad_468_in_top {
  margin: 10px 0 10px 10px;
}

.ad_468_in_content {
  margin: 10px 0 10px 147px;
}

.ad_728_in_content {
  margin: 10px 0 10px 24px;
}

#image_link_in_content {
  padding-left: 45px;
  height: 31px;
  margin-bottom: 25px;
}

#image_link_in_content img {
  margin-right: 9px;
}

#top_wallpapers {
  padding-left: 30px;
}

#top_wallpapers .last {
  margin-right: 0;
}

#random_wallpapers {
  padding-left: 30px;
  margin-bottom: 20px;
}

#random_wallpapers .last {
  margin-right: 0;
}

#center_top_part {
  width: 742px;
  padding-left: 20px;
}


#topnew_featured_wallpapers {
  padding-left: 10px;
  float: left;
}

#topnew_featured_wallpapers ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

#topnew_featured_wallpapers ul li a {
  font-family: 'Arial';
  font-size: 12px;
  font-weight: normal;
  color: #FFF;
  text-decoration: none;
}

#topnew_featured_wallpapers ul li a:hover {
  text-decoration: underline;
}

#topnew_featured_wallpapers .product_list_title {
  width: 520px;
}

#topnew_featured_wallpapers .product_list_title_content {
  width: 500px;
}

#topnew_featured_wallpapers .product_preview_list clearfix {
  margin-bottom: 10px;
}

#topnew_featured_wallpapers .product_preview {
  background: transparent url(iphone_bg2_white.jpg) no-repeat left top;
  width: 210px;
  height: 314px;
  padding: 86px 20px 76px 21px;
  margin-right: 25px;
}

#topnew_featured_wallpapers .preview_image {
  width: 50px;
  height: 50px;
  padding: 2px 0 0 2px;
  float: left;
  z-index:0;
}

#topnew_featured_wallpapers .preview_image img {
  margin: 0;
  padding: 0;
  border: none;
}

.more_wallpaper {
  margin: 5px 0 5px 30px;
  border-top: 1px dashed #FFF;
  border-bottom: 1px dashed #FFF;
  text-align: center;
}

.more_wallpaper a {
  font-family: 'Arial';
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  padding: 0 15px;
}

.more_wallpaper a:hover {
  text-decoration: underline;
}

.random_text {
  padding: 0 2px;
}

.random_text a {
  font-family: 'Arial';
  color: #FFF;
  text-decoration: none;
}

.random_text a:hover {
  text-decoration: underline;
}

.size9 {
 font-size: 14px;
}

.size8 {
 font-size: 18px;
}

.size7 {
 font-size: 22px;
}

.size6 {
 font-weight: bold;
 font-size: 24px;
}

.size5 {
 font-weight: bold;
 font-size: 28px;
}

.size4 {
 font-weight: bold;
 font-size: 30px;
}

.size3 {
 font-weight: bold;
 font-size: 34px;
}

.size2 {
 font-weight: bold;
 font-size: 36px;
}

.size1 {
 font-weight: bold;
 font-size: 38px;
}

#topnew_top_wallpapers {
  padding-left: 30px;
  margin-bottom: 10px;
}

#addthis {
  margin-left: 15px;
}

.no_bold a {
  font-weight: normal;
}

#top_featured_wallpapers {
  display: block;
  width: 520px;
  float: left;
}

#top_featured_wallpapers .product_list_title_content {
  width: 500px;
}

#tag_list {
  width: 520px;
  height: 600px;
  text-align: left;
}

#tag_center_top_part {
  width: 742px;
  padding-left: 20px;

}

#new_wallpapers .sidebar_title {
  margin-bottom: 0;
}

#new_wallpapers .product_preview_list {
  margin-left: 0;
}

#new_wallpapers .product_preview {
  width: 50px;
  margin: 2px 2px 2px 0;
}

#new_wallpapers .last {
  margin-right: 0;
}

#new_wallpapers .preview_image {
  width: 50px;
  height: 50px;
}

#cate_listing_center_top_part {
  width: 742px;
  padding-left: 20px;
}

.cate_listing_list {
  padding-left: 15px;
}

ul.cate_listing_category_name {
  width: 160px;
  list-style: none outside none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  float: left;
  text-align: left;
}

.cate_listing_category_name a {
  font-family: 'Arial';
  font-size: 14px;
  color: #FFF;
  text-decoration: none;
}

.cate_listing_category_name a:hover {
  text-decoration: underline;
}

.links_list {
  margin-left: 15px;
}

.links_list_name {
  width: 240px;
  overflow: hidden;
  float: left;
}

#product_detail_left {
  width: 322px;
  float: left;
  padding: 0 15px 0 42px;
}

#product_detail_right {
  width: 378px;
  padding-top: 30px;
  float: left;
}

.related_tag_title_left {
  background: transparent url(bar_set1_1.jpg) no-repeat scroll left top;
  width: 10px;
  height: 29px;
  float: left;
}

.related_tag_title_content {
  background: transparent url(bar_set1_2.jpg) repeat-x scroll left top;
  width: 358px;
  height: 29px;
  line-height: 29px;
  font-family: 'Arial';
  font-size: 18px;
  color: #FFFFFF;
  float: left;
}

.related_tag_title_right {
  background: transparent url(bar_set1_3.jpg) no-repeat scroll left top;
  width: 10px;
  height: 29px;
  float: left;
}

body#pop_body {
  background-color: #383838;
}

#product_detail_name {
  font-family: "Arial";
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
}

.google_search {
  padding-left: 30px;
}

.preview_image_mask1 {
  position: absolute;
  width: 50px;
  height: 50px;
}

.preview_image_mask2 {
  position: absolute;
  width: 117px;
  height: 119px;
}

.preview_image_mask3 {
  position: absolute;
  width: 130px;
  height: 195px;
}

.preview_image_mask4 {
  position: absolute;
  width: 268px;
  height: 402px;
}

.preview_image_mask5 {
  position: absolute;
  width: 160px;
  height: 240px;
}

/*
  styles for popup window
  begin
*/
#product_popup_window{
  margin: auto;
  width: 750px;
  height: 800px;
  background-color: #383838;
  padding-left: 10px;
}
#popup_header{
  width: 720px;
  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;
  font-size: 20px;
  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_rb,
#product_popup_window #popup_ads_lb
{
  padding: 10px;
  float: left;
}

#product_popup_window #popup_ads_r{
  float: left;
  width: 585px;
}
#product_popup_window #popup_ads_lt{
  width: 120px;
  height: 640px;
}
#product_popup_window #popup_ads_rt,
#product_popup_window #popup_ads_rb {
  width: 550px;
  height: 60px;
  margin-left: 10px;
}
#product_popup_window #popup_product_preview{
  width: 550px;
  height: 480px;
  margin: 10px;
  float: left;
}
#product_popup_window #popup_ads_lb{
  width: 468px;
  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
*/
