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

body {
  text-align: center;
}

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%;
    width: 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: 105px;  

}

#logo {
	font-size: 32px;
	color:  #AAA;	
	margin: 12px 24px;
    border-bottom: 1px solid #CCC;
}

#logo em {
	font-size: 12px;	
}

#logo a {
	color:  #AAA;	
	text-decoration: none;
}

#main_menu {
  height: 24px;
  background: #333;
}

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

#main_menu li {
  margin-top: 4px;
  padding: 0px 30px;
  display: block;
  line-height: 16px;
  font-size: 12px;
  float: left; 
  border-left: 1px solid white;
}

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

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

#footer {
	text-align: center;
  clear: both;
}

ul#footer_menu {
  display: block;
  position: relative;
  list-style: none;
  padding: 0px;
  margin: 0px;
  height: 11px;
}

ul#footer_menu li {
  margin-top: 4px;
  padding: 0px 10px;
  display: inline;
  line-height: 11px;
  font-size: 11px;
  border-left: 1px solid #9AD;
}

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

ul#footer_menu li a {
  color: #9AD;
}

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

#contents {

}

#left_sidebar {
  width: 200px;
  position:  relative;
  float: left;
}

#right_sidebar {
  width: 120px;
  position:  relative;
  float: right;
}

#center_content {
  width: 785px;
  position:  relative;
  float: left;
}

#left_sidebar h1 {
  font-size: 12px;
  padding-left: 8px;
  padding-bottom: 4px;
  margin: 16px 0 0 0;
  color: #DDD;
  border-bottom: 1px solid #AAA;
}

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

#top_category {
}

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

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

#top_category ul li a {
  color: #9AD;
}


.product_preview_list {
	margin-left: 16px;
}

#random_category {
	width: 700px;
  	position:  relative;
}

.random_category_area {
	margin-left: 16px;
}

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

.product_preview .product_name a {
	color: #9AD;
}

.preview_image {
	height: 160px;
}

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

.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;
	border-bottom: 2px solid #333;
	margin: 8px 0px 8px 8px;
	padding: 4px;
}

.content_title a {
	color: #A5D694;
	text-decoration: none;	
}

.content_title h1 {
  margin-left:  30px;
  font-size: 15px;
  color: #A5D694;
}

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

#product_detail {
    margin-left: 12px;
}

#product_path {
	width: 728px;
	height: 22px;
	margin-left: 8px;
	padding-top: 4px;
	margin-bottom: 8px;
	margin-top: 12px;
	border-bottom: 2px solid #333;
}

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

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

#product_detail_name {
  font-size: 16px;
  color: #A5D694;
  padding-left:10px;
  margin-bottom: 2px;
}

.product_large_preview {
    width: 410px;
    text-align: center;
    float: left;
    margin: 4px 8px 8px 0px;
}

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

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

.menu_ad {
	text-align: left;
	margin: 4px;
}

.download_ad {
  width: 200px;
  float: left;
}

.product_preview_link {
  height: 106px;
  float: left;
  border-bottom: 1px dotted #999; 
}

.product_preview_link a {
    color: #A5D694;
    margin-left: 12px;
    display: block;
    font-size: 12px;
}

.product_info {
    float: left;
    height: 106px;
    width: 200px;
    position: relative;
    padding-left: 16px;
    padding-top: 18px;
}

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

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

.product_info p em a {
  color: #9AD;
}

.product_info strong {
  color: #A5D694;
  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;
}

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

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

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

#product_extended_info p em a {
  color: #9AD;
  text-decoration: none;
}

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

#pager {
    text-align: left;
    font-size: 12px;
    margin: 20px 0 20px 20px;
    color: white;
}

a.prev_page_button,
a.next_page_button {
  margin: 2px;
}

a.prev_page_button {
  color: #9AD;
  font-weight: bold;
}

a.next_page_button {
  color: #9AD;
  font-weight: bold;
}

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

.ad_after_content {
    height: 300px;
}

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

#contactus_form th {
    padding: 4px;
    color: #9AD;
    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;
}

#contactus_notice {
  font-style: italic;
  color: #999;
  padding: 50px;
}

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

.enter_category_link a {
	font-size: 120%;
	white-space: nowrap;
	float: left;
	color: #9AD;
}

