/* CSS Document */

html {
overflow-x: hidden;
	}

body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #404343;
	font-size:11px;
	background-image: url(i/bg_container.gif);
  background-repeat: repeat-y;
  background-position: top left;
	}


/* lightbox*/

#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#overlay {
	text-align: left;

}
#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
* html #overlay {

}




a {
	text-decoration: none;
	color:  #515B76;
	outline: none;
	}
a:visited {
	color: #515B76;
	}
a:active {
	color: #515B76;
	}
a:hover {
	color: #000;
	text-decoration: none;
	}
a.accent {
	color:  #000;
	}
a.accent:visited {
	color: #000;
	}
a.accent:active {
	color: #000;
	}
a.accent:hover {
	color: #195511;
	}
strong, b {
	font-weight: bold;
	}
p {
margin:0 0 10px 0;
}
h1, h2, h3, h4, h5, h6{
	font-weight: bold;
	margin: 0;
	line-height:95%;

	}
h1 {
	font-size: 16px;
	}
h2 {
font-weight: normal;
font-family : "Arial Black", Gadget, Arial, Helvetica, sans-serif;

font-size:13px;
	color: #882121;
background-image: url(i/diagon_maroon.gif);
background-repeat: repeat-x;
background-position: bottom left;
  padding: 0 0 5px 0;
  margin:0 0 8px 0;


	}
h2 img{
	vertical-align:middle;

	}
h3 {
	font-size: 14px;
	}
h4 {
	font-size: 11px;
	}
h5 {
	font-size: 9px;
	}
h6 {
	font-size: 9px;
	}
img {
	border: 0;
	}
pre {
	margin-top: 20px;
	margin-bottom: 10px;
	}
.nowrap {
	white-space: nowrap;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	}
.tiny {
	font-size: 11px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px;
	}
form {
  margin:0;
  padding:0;
}
.icon {
  float: left;
  margin:0 10px 0 0;
}
.mini {
font-size: 9px;
color:#000;

}


.mininum {
font-size: 9px;
}

.minibold {
font-size: 9px;
	font-weight: bold;
}


div.lefty {
float:  left;
}

div.righty {
float:  right;
}

div.l {
float:  left;
padding:  0 10px 10px 0;
}

div.r {
float:  right;
padding:  0 0 10px 10px;
}

div.n {
margin: 0 0 10px 0 ;
}

div.l img, div.r img, div.n img {
	border: 1px solid #000;
}


.med {
font-size: 11pxpx;
color:#000;

}
.medbold {
font-size: 11pxpx;
	font-weight: bold;
	color:#000;
}

.spacer {
  background-color: #efefef;
	height: 10px;
}
.bullet {
  float: left;
  padding:0;
  margin:0 2px 0 0;
  background-image: url(i/bullet.gif);
  background-repeat: no-repeat;
  background-position: top left;
  width:8px;
  height:12px;
}
.qa {
border-bottom:1px dashed #666;
padding:0 0 10px 0;
margin:0 0 10px 0;
}
.question {
font-size: 13px;
font-weight: bold;
color:#195511;
margin: 0 0 3px 0;
}
.asteriks {
vertical-align:middle;
}
#exclamation {
background-image: url(i/exclamation.gif);
background-repeat: no-repeat;
background-position: top left;
width:90px;
height:80px;
}
#bulb {
background-image: url(i/bulb.gif);
background-repeat: no-repeat;
background-position: top left;
width:52px;
height:80px;
}
ul {
margin:0;
padding:0;
list-style: none;
}
li ul {
margin:0 0 0 5px;
}

/* CORNERS */


.corner3 {
	padding: 10px;
}



html>body div#suggest div.corner1 div.corner2 div.corner3 {
	height: auto; /* ie5win fudge ends */
	}
div#hint div.corner1 div.corner2 div.corner3 {
  min-height:110px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 90px;
	}
html>body div#hint div.corner1 div.corner2 div.corner3 {
	height: auto; /* ie5win fudge ends */
	}

/* MAIN COLUMNS */

#header {
	position: absolute;
	margin: 0;
	background-color: #000;
	color: #fc0;
	background-image: url(i/bg_top.png);
  background-repeat: no-repeat;
  background-position: top left;
height: 67px;
z-index:20;
width:951px;
padding:0px;
top:0px;
left:0px;

	}


#columnA {
z-index:1;
	position: absolute;
	top: 67px;
	left:0px;
  color:#414C3A;
	width: 110px;


	}


#columnB {
	position: absolute;
	  	background-image: url(i/bg_center.gif);
  background-repeat: repeat-x;
  background-position: left top;
  background-color:#DEDEDE;
	top: 67px;
	left: 111px;

	width: 689px;  /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 659px;
padding-bottom:40px;
}
html>body #columnB {
  width: 659px; /* ie5win fudge ends */
	}

#columnBNR {
 margin: 15px 20px 0 245px;
}

#columnBNL {
 margin:  15px 245px 0 20px;
}

#columnBOnly {
 margin: 15px 20px 0 20px;
}

#columnC {
	position: absolute;
	top: 67px;
	left: 771px;

	width: 209px;  /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 179px;
	}
html>body #columnC {
	width: 179px; /* ie5win fudge ends */
	}

#columnD {

	margin-left:951px;
	margin-top:-13px;
	background-image: url(i/bg_main.gif);
  background-repeat: repeat-x;
  background-position: top left;
  height:620px;

	}




/* HEADER */

#logo {
margin:0 0 0 0;
}

#logo h1{
font-size:12px;
font-weight:normal;
padding:10px 10px 0 5px;
padding:10px10px 0 5px
}



#noktamenu {
position:absolute;
left:240px;
top:48px;
white-space: nowrap;
padding: 0 0 0 12px;
margin:0;
letter-spacing:1px;
color:#fc0;
z-index:22;
font-size:11px;
top:48px;

}

#noktamenu div{
float: left;
margin: 0;
width:83px;
height: 22px;
background-image:url(i/mbg.gif);
text-align:center;
padding: 0;
background-repeat:no-repeat;
cursor: pointer;

}



#noktamenu div.s{

background-image:url(i/mbg2.gif);
cursor: auto;
}
#noktamenu div.estore{

background-image:url(i/mbg2.gif);

}

#noktamenu a{
color:#fff;
}

#noktamenu a:hover{
color:#fc0;

}


#noktamenu a.estore{
color:#A7D3A1;

}
#noktamenu a.estore:hover{
color:#fc0;
}


#topmenu {
position:absolute;
left:640px;
top:10px;
width:300px;
text-align:right;
letter-spacing:1px;

}



#topmenu a{
color: #fff;

}
#topmenu a:hover{
color:#f90;

}



/* COLUMN A */
#columnA #estorelist {

font-family:"Palatino Linotype", "Book Antiqua3", "Palatino6", "Times New Roman", Times,  serif;

  color:#fc0;

font-size:15px;
  letter-spacing: normal;
line-height:150%;
font-weight:bold;
padding:0 10px 10px 10px;
height:490px;


}
#estorelist h2{
  color:#fc0;
  background-image: url(i/diagon_orange.gif);
  }

#columnA #estorelist ul {
padding: 0;
margin:0;

}

#columnA #estorelist ul li {

padding: 0 0 1px 0;
	text-align:right;

}

#columnA #estorelist a {
color:#FFF;


}
#columnA #estorelist a:hover {
color:#fc0;

}

#columnA #estorelist a.h2 {
font-weight:normal;
color: #fc0;
}
  #columnA #estorelist a.h2:hover {
font-weight:normal;
color: #fff;
}
#online {
background-color:#873434;
border-bottom:1px solid #450B0B;
  	background-image: url(i/bg_online.gif);
  background-repeat: repeat-x;
  background-position: top left;
  color:#fff;
  height:130px;
  min-height:130px;
  cursor: pointer;
}
#online h2{
  color:#fff;
  background-image: url(i/diagon_white.gif);
  }
#news {
background-color:#DDDDB3;

  	background-image: url(i/bg_member.gif);
  border-bottom:1px solid #8F8F5A;
  background-repeat: repeat-x;
  background-position: top left;
}
#login {
background-color:#E1E1C9;
  border-bottom:1px solid #8F8F5A;
  	background-image: url(i/bg_news.gif);
  background-repeat: repeat-x;
  background-position: top left;
}
#stop {
  	background-image: url(i/bg_left.gif);
  background-repeat: repeat-x;
  background-position: top left;
  height:20px;
}
#stop2 {
  	background-image: url(i/bg_right.gif);
  background-repeat: repeat-x;
  background-position: top left;
  height:20px;
}

#news ul li img {
  float:left;
  margin:5px 10px 0 0;
  border: 1px solid #fff;
	}
#news ul li {
  margin:0 0 10px 0;
  border-bottom:1px dashed #fff;
  padding: 0 0 5px 0;
	}
#columnA  {
	background-image: url(i/bg_paten.gif);
  background-repeat: repeat-x;
  background-position: top left;

	letter-spacing:1px;

	}
#columnA a {
	font-weight:bold;
	}
#columnA ul li ul li a {
	font-weight:normal;
	}


/* COLUMN A > news */



/* COLUMN A > LOGIN */


#login {
letter-spacing:0;
}
#login a{
font-weight:bold;
}
#login div.formrow {
margin: 0 0 2px 0;
}

#login div.formrow2 {
margin: 0 0 5px 0;
padding: 0 0 5px 0;
border-bottom: 1px dashed #666;
}

#login div.label {
width:60px;
float: left;
text-align:right;
margin:0 5px 0 0;
}

#login div.remember {
width:84px;
float: left;
margin:0 5px 0 0;
font-size:9px;
letter-spacing:0;
text-align:right;

}

#login input {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
vertical-align:middle;
}

#login input.txt {
background-color:#fff;
width:80px;
}

#login input.submit {
background-color:#882121;
padding:4px;
color: #fff;
border: none;
font-size: 9px;
width:82px;

}
/* COLUMN B */

#submenu {
text-align:right;
font-family:"Palatino Linotype", "Book Antiqua3", "Palatino6", "Times New Roman", Times, serif;
color:#fff;
border-bottom:1px solid #000;
	background-color: #606060;
	font-weight:bold;
	  	background-image: url(i/bg_submenu.gif);
  background-repeat: repeat-x;
  background-position: left top;
  padding:9px;

	}
#submenu div#cid {
float:left;
float:left;
font-size:16px;
line-height:100%;
}

#submenu a.title{
	color:#fff;
font-size:16px;
;
	}
	#submenu a.title:active{
	color:#fff;

	}
	#submenu a.title:visited{
	color:#fff;

	}

		#submenu a.title:hover{
	color:#fc0;
}
	#submenu a{
	color:#fc0;
font-size:12px;
	}
	#submenu a:active{
	color:#fc0;

	}
	#submenu a:visited{
	color:#fc0;

	}

		#submenu a:hover{
	color:#fff;
	}
#suggest {
	background-color: #739F6D;
  color:#fff;
  line-height:130%;
	}
#main {
padding:10px;
font-size:11px;
line-height:140%;
letter-spacing:0;
	  	background-image: url(i/bg_center.gif);
  background-repeat: repeat-x;
  background-position: left top;
	}
#footer {
  position: absolute;
  width:660px;
  text-align: center;
  bottom: 35px;
  left:0;
  color:#999;
  text-align: center;

	}

/* COLUMN B > SUMMARY */

#submenu form {
margin-bottom:5px;
}

#submenu select {
background-color:#fff;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
width:150px;
}

#main input.submit {
background-color:#882121;
color: #fff;
border: none;
font-size: 13px;
font-weight:bold;
width:240px;
}

/* COLUMN B > SUGGEST */

#suggest h2{
	margin:0 0 3px 0;
	color: #000;
	font-weight:bold;
	}
div#suggest div#terms{
  font-size:15px;
	line-height:140%;
	}
div#suggest div#terms a{
	color: #FC0;
	font-weight:bold;
	white-space: nowrap;
	}
div#suggest div#terms a.most{
	font-weight:bold;
	background-color: #195511;
  padding:0 5px 0 5px;
	}
div#suggest div#terms a:hover{
  padding:0 0 5px 0;
  color: #fff;
	background-color: #739F6D;
	background-image: url(i/diagon_white.gif);
  background-repeat: repeat-x;
  background-position: bottom left;
	}
div#suggest div#terms a.most:hover{
  padding:0 5px 5px 5px;
	}

/* COLUMN B > MAIN */
#main a {
font-weight: bold;

color:#515B76;
}
#main a:hover {
color:#000;
}

#main h2{
font-family : "Arial Black", Gadget, Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:normal;
letter-spacing:-1px;
	}

#main .spot{
padding:10px;
	}
#main .spot p{
font-weight:bold;
color:#333;
	}
#main .spot h2 img{
border: none;
	}



#main .spot img{
border: 2px solid #fff;
	}
#main .spot img.left{
float: left;
margin: 0 10px 0px 0;
	}
#main .spot img.right{
float: right;
margin: 0 0 0 10px;
	}

#main h3{
	color: #873434;
	background-image: url(i/diagon_maroon.gif);
  background-repeat: repeat-x;
  background-position: bottom left;
  padding: 0 0 8px 0;
  margin: 5px 0 10px 0;
	}
#main dl {
  margin:0;
}
#main dl dt {
  width: auto;
  font-size:15px;
  font-weight: bold;
	color: #195511;
	margin:8px 0 0 0;
}
#main dl dt span {
  font-size:11px;
  font-weight: normal;
  color: #666;
}

/* COLUMN C */



/* COLUMN C > whatsnew */
#whatsnew {
		  	background-image: url(i/bg_right.gif);
  background-repeat: repeat-x;
  background-position: left top;
  }
.newelement{
  padding:3px;
	}
.newelement a img{
  border:1px solid #fff;
	}
.newelement a:hover img{
  border:1px solid #fc0;
	}
.newelement h3{
  margin:0 0 1px 0;
	}
.newelement h3 a{
	color: #195511;
	text-decoration: underline;
	}
.newelement h3 a:hover{
	color: #000;
	text-decoration: underline;
	}

/* COLUMN C > HINT */

#hint {

}

#hint h3{
color:#195511;
}

/* COLUMN B > MAIN > FORM ELEMENTS */

#main img#CaptchaImage {
vertical-align: middle;
margin:0 10px 0 0;
}

#main .spacer {
background-color:#fff;

}

#main fieldset {
border: 1px dashed #666;
padding: 0 5px 10px 0;
}

#main legend {
font-size:13px;
background-color: #fff;
margin:0 0 10px 10px;
padding: 0 5px;
}

#main div.formrow {
margin: 0 0 10px 10px;
}

#main div.label {
width:90px;
float: left;
font-weight:bold;
letter-spacing:1px;
}

#main div.labellong {
font-weight:bold;
letter-spacing:1px;
margin:0 0 5px 0;
}

#main div.checkgroup {
margin:0 0 0 90px;
}

#main div.checkgroup2 {
margin:0;
}

#main div.checkelement {
width:150px;
float: left;
font-size:11px;
letter-spacing:1px;
}

#main div.checkelement2 {
font-size:12px;
}

#main div.notice {
margin: 0 0 0 0px;
font-size:11px;
color:#333;
letter-spacing:1px;
}

#main label {

}


#main label.radcheck {
}


#main input, textarea {
background-color:#fff;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#main input.superwide, textarea.superwide, select.superwide  {
width:230px;
}

#main input.wide, textarea.wide, select.wide  {
width:200px;
}

#main input.medium, textarea.medium, select.medium  {
width:150px;
}

#main input.small, textarea.small, select.small {
width:60px;
}



#main textbox.wide {
}

#main textbox.medium {
}

#main textbox.small {
}

#main input.checkbox {
}

#main div.selectgroup {
white-space: nowrap;
}

#main select {
background-color:#fff;
}

#main select.medium {
width:150px;
}

/* COLUMN B > MAIN > TABLE ELEMENTS > RAPOR 1 */

#main table.rapor1 thead tr.row1{
background-color:#739F6D;
color:#fff;
letter-spacing:1px;
}

#main table.rapor1 thead tr.row2{

}
#main table.rapor1 thead th{
border-bottom:1px dashed #666;
text-align: left;
}
#main table.rapor1 thead tr.row2 th{
font-weight:normal;
text-align: right;
}
#main table.rapor1 th, #main table.rapor1 td {
padding:2px;
}
#main table.rapor1 td {
text-align: right;
border-bottom:1px dashed #999;
}
#main table.rapor1 tfoot tr.row1{
color:#f00;
}

/* COLUMN B > MAIN > TABLE ELEMENTS > RAPOR 2 */


#main table.rapor tr td{
  vertical-align:top;
}

td.raporsol {
width:50%;
padding:0 20px 0 0;
vertical-align:top;
}
td.raporsag {
vertical-align:top;
}

#main table.rapor2{
margin-bottom:20px;
}

#main table.rapor2 thead tr.row1{
background-color:#739F6D;
color:#fff;
letter-spacing:1px;
}

#main table.rapor2 thead tr.row2{

}
#main table.rapor2 thead th{
border-bottom:1px dashed #666;
text-align: center;
}
#main table.rapor2 thead tr.row2 th{
font-weight:normal;
text-align: right;
}
#main table.rapor2 th, #main table.rapor2 td {
padding:2px;
}
#main table.rapor2 td {
text-align: right;
border-bottom:1px dashed #999;
}
#main table.rapor2 tfoot tr.row1{
color:#f00;
}


#languages {
position:absolute;
left:677px;
top:48px;
padding:1px 0 0 0;
text-align:right;
font-size:9px;
width:275px;
z-index:21;

}

#languages img {
vertical-align:middle;
}
#languages a{

border:1px solid #000;

}
#languages a:hover{
border:1px solid #fc0;

}

#goster {
float:left;
width:170px;
color:#fff;
text-align:right;
font-weight: bold;
}

#gosteric {
color:#f90;
}


#newsframe {
width:159px;
height:160px;
}


#breedtitle {
font-size:16px;
font-family : "Arial Black", Gadget, Arial, Helvetica, sans-serif;
	color: #882121;
	letter-spacing:0;
border-bottom:1px dashed #aaa;
padding-bottom:4px;
margin-bottom:4px;

}


#total, .navigation{
text-align:right;

padding-bottom:3px;
letter-spacing:0px;
}

#total{
padding-bottom:5px;

}
#total .order{
float:left;
font-size:9px;
color:#7D7F86;
}
#total .order .budur{
font-weight:bold;
color:#972424;

}

.navigation  .budur{
font-weight:bold;
color:#972424;
}

#total .order a{
font-weight:normal;

}

#total .order a:hover{
color:#000;

}

#total .order select{
font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
font-size:9px;
background-color:#7D7F86;
color:#fff;

}

.navigation{
color:#000;

border-top:1px solid #fff;
padding-top:3px;
}

#main .navigation table.navpage tr td a{
  border:none;
  color:#47475F;
  font-weight:normal;
}

#main .navigation table.navpage tr td a:hover{
  color:#000;
}
#main .navigation table.navpage tr td{

}

#main .navigation table.navpage tr td.first{
  text-align:left;
   width:10%;
}
#main .navigation table.navpage tr td.back{
  text-align:left;
  width:10%;
}
#main .navigation table.navpage tr td.gotopage{
  text-align:center;
  color:#666;

}
#main .navigation table.navpage tr td.gotopage select{
font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
font-size:9px;

}

#main .navigation table.navpage tr td.next{
  text-align:right;
  width:10%;
}
#main .navigation table.navpage tr td.last{
  text-align:right;
  width:10%;
}

.prorow {

margin: 5px 0 0 0;
height:145px;

}
.proelement {
float: left;
width:127px;
text-align:center;


}

.proelement img{
vertical-align:middle;
text-align:center;
margin: 0 0 2px 0;
}
#main .proelement a{
border: none;
}
#main .proelement a:hover{
border: none;
}
.proimg img{
width: 110px;
height:110px;

}
#main .proimg a img{
  border:2px solid #000;
  width: 110px;
  height: 110px;

	}
#main .proimg a:hover img{
  border:2px solid #9C2525;
	}
#main .proelementdet{
text-align:center;


}
#main .proelementdet a{
color:#223A57 ;
}
#main .proelementdet a:hover{
color:#000 ;
}
#main .proelementdet a.group{
font-size:9px;
font-weight: normal;
color: #AF8E8E;
}

#main .proelementdet a.group:hover{
color:#882D2D ;
}

#brief {
	font-family:Georgia, "Times New Roman", Times,  serif;
	font-size:14px;
	font-weight: bold;
line-height: 130%;
	margin-bottom:15px;
	color: #4F1D1D;

}
#longcontent {
	font-size:12px;
	letter-spacing:0;
line-height:140%}
 .longcontent {
	font-size:12px;
padding: 3px 0 3px 0;
border-bottom:1px solid #fff;
}

 .longcontentmini {
	font-size:11px;
padding: 3px 0 3px 0;
border-bottom:1px solid #fff;
}

 .longcontentmaroon{
	font-size:11px;
padding: 3px 0 3px 0;
color:#7E302E;
border-bottom:1px solid #fff;

}

.bigbasket {

	font-size:18px;
padding: 12px 0 10px 0;
border-bottom:1px solid #fff;

}

#main a.bigbasketa {

background-color:#7E302E;
color:#fff;
padding:3px;
  	background-image: url(i/bg_online.gif);
  background-repeat: repeat-x;
  background-position: top left;

}

#main a.bigbasketa:hover {
  	background-image: url(i/bg_online2.gif);
  background-repeat: repeat-x;
  background-position: top left;

background-color:#2D0500;
color:#fff;

}

#main a.bigbasketadis {

background-color:#ccc;
color:#fff;
padding:3px;
cursor:default;
}

#main a.bigbasketadis:hover {


background-color:#ccc;
color:#fff;
cursor:default;
}


#main table#usertable tr td.first
{
	font-weight:bold;
	text-align: right;
	padding-right:10px;
	width:150px;
	vertical-align:top;
}

#main table#usertable tr.r0
{
	background-color: #BFBFBF;
}

#main table#usertable tr.r1
{
	background-color: #CFCFCF;
}



#main table#usertable tr td
{
	font-size:13px;
	border-bottom:1px dashed #54666C;
	padding-bottom: 5px;
	padding-top: 5px;
}

#main table#usertable tr td input
{
	padding:2px;

}

#main table#usertable tr td textarea
{
	font-size:13px;



}

#main table#usertable tr td img
{
	vertical-align:middle;

}
#bottombasket {
position:absolute;
width:100%;
visibility: hidden;
z-index: 100;
height:20px;

}



#basket {
margin:0; padding:0;
height:30px;
width:100%;

}

.detayfirsttd {
vertical-align: top;
padding:0 10px 0 10px;
width:110px;
text-align:center;
font-size:9px;
}
#main .detayfirsttd a{
font-weight: normal;
}

table.logintable {
margin-bottom:2px;
width:100%;
}

table.logintable tr td {

padding-bottom:3px;
}

table.logintable tr td.loginfirst {

text-align:right;
padding-right:2px;;

}

#informatics {
	display: none;
	cursor: pointer;
	padding:10px;
	background-color: #DDDDB3;
	background-image: url(i/bg_close.gif);
	background-position: top right;
	background-repeat: no-repeat; 
	border: 5px solid #fff;
	color: #000;
	position: absolute;
	left:300px;
	z-index:100;
	text-align:center;
	line-height:150%;
	width:350px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 330px;	

}

html>body #informatics {
	width: 330px; /* ie5win fudge ends */
	}
	
.ordersay {
	
	width:300px;
	border: 1px solid #000;
	background-color:#DDDDB3;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	padding:5px;
	margin:10px 0 10px 0;
}

table.order {
width: 100%;	
border:none;

}	

table.order tr th{

text-align: right;
color: #873434;
padding:3px 8px;
border-bottom: 1px solid #873434;
}
table.order tr td{
text-align: right;
color: #000;
padding:3px 8px;
border-bottom: 1px solid #999;
}

tr.r0
{
	background-color: transparent;

}

tr.r1
{
	background-color: #fff;

}

tr.t0
{
	background-color: transparent;
	cursor: pointer;
}

tr.t1
{
	background-color: #fff;
	cursor: pointer;	
}

tr.t3
{
	background-color: #A7D3A1;
	cursor: pointer;	
}

tr.o0
{
	background-color: transparent;
	cursor: pointer;
}

tr.o1
{
	background-color: #cdcdcd;
}

.listdiv {
border-bottom: 1px solid #999;
padding-bottom:5px;
margin-bottom: 5px;
}

#author {
	position: absolute;
	left	:951px;
	top:64px;
	
}


.redbold {
	
	color: #882121;
	font-weight: bold;
}



td.hmpg1 {
	padding-right:20px;
	vertical-align: top;	
}

td.hmpg2 {
	width:300px;
	vertical-align: top;
}

td.hmpg2 div {
	margin-bottom: 10px;
}

td.hmpg2 div img {
	border: 1px solid #000;
}