body{
  margin: 0px;
  padding: 0px;
  padding-top: 10px;
  width: 100%;
  background-color: #a00000;
  font-family: helvetica,tahoma,arial;
  font-weight: normal;
  font-style: normal;
  font-size: 12pt;
  line-height: 140%;
  background: url('/images/sungka_bkg.jpg');
}
#heightcontainer{
  float:right;
  height:500px;
  width: 1px;
}
#maincontainer{
  position: relative;
  width: 800px;
  left: 50%;
  margin-left: -400px;
}
#header_menu{
  float: right;
  margin: 0px;
  font-size: 10pt;
  padding-top:2px;
  height: 42px;
  width: 800px;
  background: url('/images/menu.jpg');
}

#header_menu ul {
  list-style-type: none;
  display: inline;
  margin: 0px;
  padding: 0px;
  height: 42px;
  margin-left: 30px;
}

#header_menu ul li {
  text-align: center;
  display: inline-block;
  height: 36px;
  padding-top: 6px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0px;
}
*html #header_menu ul li {
  height: 42px;
}

#header_menu a{
  display: inline-block;
  padding: 4px 8px 4px 8px;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  color: #EDD175;
}

#header_menu a:hover{
  color: #ffff00;
}

.menu_1st{
  border-radius: 10px 0px 0px 0px;
  -moz-border-radius: 10px 0px 0px 0px;
}
.menu_last{
  border-radius: 0px 10px 0px 0px;
  -moz-border-radius: 0px 10px 0px 0px;
}



#header_logo{
  float: left;
  width: 800px;
  height: 103px;
  font-style: italic;
  font-size: 24pt;
  font-weight: normal;
  color: #aa0000;
}
#mainpage{
  color: #000000;
  background-color: #ffffff;
  width:780px;
  float:left;
  margin-top:0px;
  font-size: 12pt;
  padding: 10px;
}
*html #mainpage{
  width: 800px;
}
#errors{
  margin-top: 10px;
  font-weight: bold;
  border: 4px double red;
  color: #a00000;
  padding: 5px;
  text-align: center;
}
#copyright{
  width: 780px;
  font-size: 8pt;
  padding: 10px;
  background-color: white;
}
*html #copyright{
  width: 800px;
}h1{
  font-size: 18pt;
  font-weight: bold;
  color: #a00000;
}
h2{
  font-size: 14pt;
  font-weight: bold;
  color: #000066;
}
a{
  color: #660000;
}
a:visited, a:active{
  color: #660000;
}
a:hover{
  color: #aa0000;
}
#left_products{
  float:left;
  width: 360px;
  padding-left: 10px;
  padding-right: 10px;
  border: 2px solid #ff9090;
}
*html #left_products{
  width: 380px;
}
#right_products{
  float:right;
  width: 360px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #c0c0c0;
}
*html #right_products{
  width: 380px;
}

.product_price{
  font-weight: bold;
  font-size: 24pt;
  color: #c00000;
  margin-top: 2px;
  margin-bottom: 2px;
  padding:0px;
  text-align: right;
}

.tiny{ font-size: 8pt; }

.product_div{
  width:360px;
  float:left;
  padding: 0px;
  margin:10px;
}

.product_price{
  font-weight: bold;
  font-size: 16pt;
  color: #c00000;
  margin-top: 0px;
  margin-bottom: 0px;
  padding:0px;
  text-align: right;
}

.product_details{
  font-weight: normal;
  font-size: 10pt;
  color: #000000;
  line-height: 130%;
  padding:0px;
  text-align: right;
}


p.comment_speech 
    {  
        position: relative;  
        width: 575px;
        padding-left:10px; padding-right: 10px;
        text-align: center;  
        background-color: #fff;  
        border: 3px solid #666;  
        -webkit-border-radius: 20px;  
        -moz-border-radius: 20px;  
        border-radius: 20px;  
        -webkit-box-shadow: 2px 2px 4px #888;  
        -moz-box-shadow: 2px 2px 4px #888;  
        box-shadow: 2px 2px 4px #888;  
    }  
    p.comment_speech:before  
    {  
        content: ' ';  
        position: absolute;  
        width: 0;  
        height: 0;  
        left: 33px;  
        top: -18px;  
        border: 9px solid;  
        border-color: transparent transparent #666 #666;
    }  
    p.comment_speech:after{
        content: ' ';  
        position: absolute;  
        width: 0;  
        height: 0;  
        left: 36px;  
        top: -9px;
        border: 12px solid;
        border-color: transparent transparent #fff #fff;
    }
.tobemod{
  color: ;
}

#menu_qs a{
  font-size:10pt;
  font-weight: bold;
  color: ;
}
#menu_qs a:hover{
  color: ;
}
.articles_publish{
  font-size: 10pt;
}
.articles_listings{
  float:left;
  clear: both;
}

.BuyButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:30px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #810e05;
        padding-left:20px; padding-right: 20px;
}
.BuyButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color:#c62d1f;
}.BuyButton:active {
	position:relative;
	top:1px;
}