* {
  padding: 0px;
  margin: 0px;
}
html, body {
  width: 100%;
  height: 100%;
}
body {
  font: 13px Verdana;
}
a:active, a:focus {
  outline: 0;
}
a, a:visited {
  text-decoration: none;
  color: #000000;
}
a:hover, a:active {
  color: #000000;
  text-decoration: underline;
}
li {
  list-style: none;
}
img {
  border: 0 none;
}
button {
  cursor: pointer;
}
#page {
  width: 1000px;
  margin: 0 auto;
}
#header {
  padding-bottom: 20px;
}
#header p {
  text-indent: -9999px;
  width: 1000px;
  height: 209px;
  background: url(images/header_logo.png) no-repeat top left;
}
#header a:link, #header a:visited, #header a:hover, #header a:active {
  background: none;
  text-decoration: none;
  display: block;
  width: 1000px;
  height: 209px;
}
#blog {
  position: absolute;
  z-index: 1;
  width: 250px;
  height: 114px;
  background: url(images/icon_blog.png) no-repeat center center;
  text-align: center;
}
#blog p {
  padding-top: 40px;
  font-size: 21px;
  font-weight: bold;
}
#blog p a {
  color: #be192d;
}
#blog p a:hover {
  text-decoration: none;
}
#menu {
  margin-right: 30px;
  width: 150px;
  float: left;
}
#menu p {
  font: bold 16px Helvetica, Arial, sans-serif;
  color: #fff;
  background: url(images/left_box_headertop.png) no-repeat top left;
  height: 25px;
  line-height: 25px;
  vertical-align: bottom;
  text-align: center;
}
#menu ul {
  padding: 2px 0 10px 5px;
  background: url(images/left_box_bottom.png) no-repeat bottom left;
}
#menu ul li h3 {
  line-height: 16px;
  font: 11px Verdana;
}
#menu div {
  background: url(images/left_box_bg.png) repeat-y top left;
  margin-bottom: 20px;
}

/* --------------------------------------------------------------------------------- */

#content {
  width: 820px;
  float: left;
  margin-bottom: 20px;
}
#column1 {
  margin-right: 20px;
  float: left;
  width: 540px;
}
#column2 {
  width: 250px;
  float: right;
}
#splash h1 {
  font: bold 30px Helvetica, Arial, sans-serif;
  color: #be192d;
}
#splash h2 {
  font: bold 20px Helvetica, Arial, sans-serif;
  color: #f7921c;
}
#splash h2 a {
  color: #f7921c;
}
#splash #banner {
  text-align: center;
  margin: 0 auto;
}

/* --------------------------------------------------------------------------------- */

#text h1 {
  font: bold 20px Helvetica, Arial, sans-serif;
  color: #f7921c;
}
#text h2 {
  font: bold 16px Helvetica, Arial, sans-serif;
  color: #000;
  padding-top: 10px;
}
#text h3 {
  font: 13px Verdana;
  color: #000;
  padding-top: 10px;
}
#text p {
  font: 13px Verdana;
  padding-bottom: 5px;
}
#text em {
  padding-bottom: 5px;
}
#text a, #text a:visited {
  text-decoration: underline;
  color: #000000;
}
#text a:hover, #text a:active {
  color: #000000;
  text-decoration: none;
}
#text ul {
  padding-bottom: 5px;
}
#text li {
  list-style: disc inside;
  font: 13px Verdana;
}

#message_form fieldset {
  border: 0 none;
}
#message_form div.input_message_bg {
  vertical-align: top;
  width: 300px;
  height: 30px;
  background: url(images/form_input2_bg.png) no-repeat;
  margin-right: 5px;
}
#message_form div.text_message_bg {
  vertical-align: top;
  width: 450px;
  height: 210px;
  background: url(images/form_textarea2_bg.png) no-repeat;
  margin-right: 5px;
}
#message_form input, #message_form textarea {
  color: #be192d;
  font: bold 20px Helvetica, Arial, sans-serif;
  line-height: 30px;
  border: none;
  background: 0;
  margin: 0 10px;
}
#message_form input {
  width: 280px;
  height: 30px;
}
#message_form textarea {
  width: 430px;
  height: 210px;
  overflow: auto;
  font: bold 13px Helvetica, Arial, sans-serif;
  line-height: 23px;
}
#message_form button {
  float: left;
  vertical-align: top;
  border: none;
  background: 0;
  _width: 1%;
  overflow: visible;
}

#message_form select {
  color: #be192d;
  font: bold 20px Helvetica, Arial, sans-serif;
  line-height: 30px;
}
#message_form div.input_shop_bg input {
  border: 2px #dddddd inset;
}
#message_form div.checkbox_shop_bg {
  vertical-align: top;
  width: 200px;
  height: 30px;
  margin-right: 5px;
}
#message_form div.checkbox_shop_bg input.checkbox {
  width: 31px;
  height: 15px;
}


#search_form {
  margin-bottom: 20px;
}
#search_form fieldset {
  border: 0 none;
}
#search_form label {
  display: none;
}
#search_form div.input_search_bg {
  vertical-align: top;
  width: 150px;
  height: 30px;
  background: url(images/form_input3_bg.png) no-repeat;
  margin-right: 10px;
  float: left;
}
#search_form input {
  color: #be192d;
  font: bold 20px Helvetica, Arial, sans-serif;
  line-height: 30px;
  border: none;
  background: 0;
  margin: 0 10px;
}
#search_form input {
  width: 130px;
  height: 30px;
}
#search_form button img {
  width: 46px;
  height: 30px;
}
#search_form button {
  float: left;
  vertical-align: top;
  border: none;
  background: 0;
  _width: 1%;
  overflow: visible;
  height: 30px;
}



/* --------------------------------------------------------------------------------- */

#recent_grades p, #current_grades p {
  height: 25px;
  font-size: 18px;
  font-weight: bold;
  background: url(images/middle_bar.png) no-repeat top left;
  color: #fff;
  padding-left: 10px;
  line-height: 25px;
  margin: 10px 0;
}

#appointed_shop {
  margin-bottom: 20px;
  width: 250px;
  background: url(images/right_box1_bg.png) repeat-y top left;
}
#appointed_shop h2 {
  font: bold 16px Helvetica, Arial, sans-serif;
  color: #fff;
  background: url(images/right_box1_headertop.png) no-repeat top left;
  height: 25px;
  line-height: 25px;
  vertical-align: bottom;
  text-align: center;
  padding-bottom: 5px;
}
#appointed_shop_inner {
  background: url(images/right_box1_bottom.png) no-repeat bottom left;
  padding-bottom: 5px;
}
#appointed_shop h3 {
  font: bold 20px Helvetica, Arial, sans-serif;
  text-align: center;
}
#appointed_shop h3 a {
  color: #be192d;
}
#appointed_shop h4 {
  color: #f7921c;
  font: bold 16px Helvetica, Arial, sans-serif;
  text-align: center;
}
#recent_comments h4 {
  height: 25px;
  font-size: 18px;
  color: #fff;
  line-height: 25px;
  text-align: center;
}
#recent_comments h4 {
  background: url(images/right_bar.png) no-repeat top left;
}

/* --------------------------------------------------------------------------------- */

#shop_detail {
  background: #fcecb1 url(images/middle_box_top.jpg) no-repeat top left;
}
#shop_detail_inner {
  background: url(images/middle_box_bottom.jpg) no-repeat bottom left;  
  padding: 10px 14px;
}
#shop_detail h4 {
  font: bold 50px Helvetica, Arial, sans-serif;
}
#shop_detail td.image img, #shop_detail td.portrait img {
  border: 1px solid #f7921c;
}
#shop_detail td.portrait {
  height: 170px;
  vertical-align: top;
}
#shop_detail td.grade {
  width: 135px;
  vertical-align: middle;
  text-align: center;
  padding-left: 10px;
}
#shop_detail td.grade {
  color: #be192d;
  font: italic 9px Verdana;
  vertical-align: top;
}
#shop_detail td.grade h4 a {
  color: #be192d;
}
#shop_detail td.text {
  vertical-align: top;
  width: 360px;
  padding: 0 10px;
}
#shop_detail h1 {
  font: bold 20px Helvetica, Arial, sans-serif;
}
#shop_detail h2 {
  font: bold 16px Helvetica, Arial, sans-serif;
}
#shop_detail h3 {
  font: 13px Verdana;
}
#shop_detail a.name {
  color: #be192d;
}
#shop_detail a.url {
  color: #f7921c;
}
#shop_detail h5 {
  padding-top: 15px;
  font: bold 16px Helvetica, Arial, sans-serif;
  text-align: center;
}
/* --------------------------------------------------------------------------------- */
div.shop_box {
  background: #fcecb1 url(images/middle_box_top.jpg) no-repeat top left;
  margin-top: 20px;
}
div.shop_box_inner {
  background: url(images/middle_box_bottom.jpg) no-repeat bottom left;  
  padding: 10px 15px;
}
div.shop_box a.name {
  color: #be192d;
}
div.shop_box a.url {
  color: #f7921c;
}
div.shop_box td.image img {
  border: 1px solid #f7921c;
}


div.shop_box td.details {
  asdfbackground: url(images/icon_details.png) no-repeat 10px 100%;
} 
div.shop_box td.details p {
  text-indent: -9999px;
  width: 26px;
  height: 40px;
  background: url(images/icon_details.png) no-repeat top left;
  margin-top: 10px;
}
div.shop_box td.details p a.details_icon:link, div.shop_box td.details p a.details_icon:visited, div.shop_box td.details p a.details_icon:hover, div.shop_box td.details p a.details_icon:active {
  background: none;
  text-decoration: none;
  display: block;
  width: 26px;
  height: 20px;
}

div.shop_box td.image {
  width: 150px;
  vertical-align: top;
}
div.shop_box td.text {
  width: 255px;
  vertical-align: top;
  padding: 0 10px;
}
div.shop_box td.text h3 {
  font: bold 20px Helvetica, Arial, sans-serif;
}
div.shop_box td.text h4 {
  font: bold 16px Helvetica, Arial, sans-serif;
}
div.shop_box td.text h2 {
  font: 13px Verdana;
}
div.shop_box td.grade {
  width: 135px;
  vertical-align: middle;
  text-align: center;
  padding-left: 5px;
  border-left: 1px solid #f7921c;
}
div.shop_box td.grade {
  color: #be192d;
  font: italic 9px Verdana;
}
div.shop_box td.grade h6 {
  font: bold 50px Helvetica, Arial, sans-serif;
}
div.shop_box td.grade h6 a {
  color: #be192d;
}
table.score_card {
  width: 130px;
  height: 50px;
  font-size: 1px;
  line-height: 1px;
}
table.score_card td {
  background: #ff2600 url(images/score_red.png) no-repeat bottom left;
  vertical-align: bottom;
  width: 20px;
  height: 50px;
}
table.score_card div {
  background: #91ff58 url(images/score_green.png) no-repeat bottom left;
  vertical-align: bottom;
}
div.shop_box_inner td.header p {
  padding-top: 15px;
  font: bold 16px Helvetica, Arial, sans-serif;
  text-align: center;
}

div.comment {
  margin-top: 10px;
}
div.comment div.report {
  width: 20px;
  height: 20px;
  float: right;
}
div.comment em {
  color: #be192d;
}
div.comment p.admin {
  color: #0069d7;
}
div.comment p.admin em {
  font-weight: bold;
  color: #0069d7;
}
div.comment code {
  color: #000;
  font: italic 9px Verdana;
}
div.comment_form {
  border-top: 1px solid #f7921c;
  padding-top: 10px;
}
div.comment_form fieldset {
  border: 0 none;
}
div.comment_form div.input_comment_bg {
  vertical-align: top;
  width: 150px;
  height: 30px;
  background: url(images/form_input1_bg.png) no-repeat;
  margin-right: 5px;
}
div.comment_form div.text_comment_bg {
  vertical-align: top;
  width: 450px;
  height: 60px;
  background: url(images/form_textarea1_bg.png) no-repeat;
  margin-right: 5px;
}
div.comment_form input, div.comment_form textarea {
  color: #be192d;
  font: bold 20px Helvetica, Arial, sans-serif;
  line-height: 30px;
  border: none;
  background: #fff;
  margin: 0 10px;
}
div.comment_form input {
  width: 130px;
  height: 30px;
}
div.comment_form textarea {
  width: 430px;
  height: 60px;
  overflow: auto;
  font: bold 13px Helvetica, Arial, sans-serif;
  line-height: 23px;
}
div.comment_form button {
  float: left;
  vertical-align: top;
  border: none;
  background: 0;
  _width: 1%;
  overflow: visible;
}
div.ad_box {
  background: #fdedba url(images/right_box2_top.jpg) no-repeat top left;
  margin-top: 20px;
}
div.ad_box_inner {
  background: url(images/ad_box_bottom.png) no-repeat bottom left;  
  padding: 5px 10px;
}
div.comment_box {
  background: #fdedba url(images/right_box2_top.jpg) no-repeat top left;
  margin-top: 20px;
}
div.comment_box_inner {
  background: url(images/right_box2_bottom.jpg) no-repeat bottom left;  
  padding: 10px 15px;
}
div.comment_box p.admin em {
  font-weight: bold;
  color: #0069d7;
}
div.comment_box p.admin a {
  color: #0069d7;
}
div.comment_box em {
  color: #be192d;
}
div.comment_box p.comment_category, div.comment_box p.comment_category a {
  color: #f7921c;
  font-weight: bold;
}

div.adsense {
  margin-top: 20px;
  padding-left: 20px;
}

#ads {
  margin-top: 10px;
}
#ads h5 {
  font: normal 10px Verdana;
  color: #be192d;
  margin: 4px 0;
}
#ads h5 a {
  text-decoration: none;
}
#ads h5 a:hover {
  text-decoration: underline;
}
#ads h6 {
  font: normal 10px Verdana;
  color: #be192d;
  border-bottom: 1px solid #be192d;
  margin: 4px 0;
}
#ads h6 a {
  color: #be192d;
}
#ads div {
  margin-bottom: 10px;
}
/* --------------------------------------------------------------------------------- */
#tag_cloud {
  text-align: justify;
}
#tag_cloud p {
  font-size: 12px;
}
#tag_cloud a {
  color: #f7921c; 
  font-family: Verdana;
}
#tag_cloud a.weight1 {  font-size: 110%; }
#tag_cloud a.weight2 {  font-size: 120%; }
#tag_cloud a.weight3 {  font-size: 130%; }
#tag_cloud a.weight4 {  font-size: 140%; }
#tag_cloud a.weight5 {  font-size: 150%; }
#tag_cloud a.weight6 {  font-size: 160%; }
#tag_cloud a.weight7 {  font-size: 170%; }
#tag_cloud a.weight8 {  font-size: 180%; }
#tag_cloud a.weight9 {  font-size: 190%; }
/* --------------------------------------------------------------------------------- */
#embed img {
  float: right;
  margin-left: 10px;
}
#embed_code {
  width: 400px;
  font: 9px Verdana;
}
/* --------------------------------------------------------------------------------- */

#footer {
  width: 1000px;
  height: 30px;
  clear: both;
  background: url(images/footer_bar.png) no-repeat top left;
}
#footernav ul {
  margin: 0 auto; 
  list-style: none; 
  display: table; 
  white-space: nowrap; 
}
#footernav li {
  display: table-cell; 
  line-height: 30px;
  padding: 0 15px;
}
#footernav h3 {
  font-size: 13px;
}
#footer a {
  font-weight: bold;
  color: #fff;
}
#adsense_top {
  padding-top: 10px;
  padding-right: 21px;
  text-align: center;		
}
.adsense_shop_box {
	padding: 5px 0 5px 33px;
}
.adsense_column_shop {
	width: 125px;
	padding: 10px 0 0 15px;
}
.adsense_shop_linkunit {
	padding-left: 32px;
}
