@charset "utf-8";
/* CSS Document */

body{
	background-image:url(images/BACK.GIF);

/*	background:#35481A; */
	margin:0px;
	font-family:Tahoma;
	font-size:10px;
}

.clear{
 	clear: both; 
	margin:0px; 
	padding:0px; 
	border:0px; 
	display:block; 
	height:0px; 
	font-size: 0px; 
	line-height: 0px; 
}

a{
	text-decoration:none;
}

.maindiv{
	width:800px;
	margin:0px auto;
	border-left:1px solid #35481A;
	border-right:1px solid #35481A;
}	

#header{
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height:200px;
	
}	

#message{
  width:90%;
  margin:0px auto;
  padding:5px;
  background:#FF0000;
  color:#FFFFFF;
  display:block;
  text-align:center;
  font-family:tahoma;
  font-size:12px;
  font-weight:bold;
  border:1px dotted #FFFFFF;
  margin-bottom:10px;
}

#footer{
	clear:both;
	background:#999900;
	height:20px;
	line-height:20px;
    text-align:center;
	color:#FFFFFF;
}	

#footer a{
	text-decoration:none;
	color:#FFFFFF;
}
#footer a:hover{
	text-decoration:underline;
	color:#FFFF00;
}


#warp {
	direction:rtl;
	padding-top:2px;
	background-color:#FFFFFF;
}

#warp .ColumnP{
 float:right;
 position:relative;
}

#warp #ColR,#warp #ColL{
	width:150px;
	background-color:#F1F8E9;
	display:block;
	overflow:hidden;
}

#warp #ColC{
	background-color:#FFFFFF;
	width:500px;
	display:block;
}

#warp #ColR .ItemMenu,#warp #ColL .ItemMenu{
	display:block;
	line-height:20px;
	margin:0px;
	height:20px;;
	background-color:#DFEDCB;
	font-weight:bold;
	font-size:10px;
	padding-right:6px;
}


#ColR a{
	display:block;
	height:20px;
	line-height:20px;
	font-weight:bold;
	font-size:10px;
	background-image:url(images/opr00TTN.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:15px;
	margin-right:15px;
	font-weight:normal;
	line-height:20px;
	color:#333333;
}

#ColR a:hover{
	color:#BBCD9D;
}


#showCD{
	display:block;
	margin:0px 5px 10px 5px;
	border:1px solid #94BE73;
}


#showCD .TitleCD{
	background-color:#DFEDCB;
	display:list-item;
	height:20px;
	line-height:20px;
	list-style-image:url(images/entry.gif);
	list-style-position:inside;
	padding-right:5px;
	font-weight:bold;
	border-bottom:inherit;
}

#showCD .LableCD{
	margin:0px auto;
	display:block;
	width:300px;
	height:300px;
	margin-top:10px;
	border:1px solid #FFFFFF;
}

#showCD .text{
	display:block;
	margin:10px;
	text-align:justify;
	font-size:11px;
	direction:rtl;
}
#showCD #text{
	display:block;
	margin:10px;
	text-align:justify;
	font-size:11px;
	line-height:18px;
	direction:rtl;
}

#showCD .price{
 display:block;
 background-image:url(images/money.gif);
 padding-right:20px;
 background-repeat:no-repeat;
 background-position:right;
 margin-top:15px;
}

#showCD .buypost{
	display:block;
}

#showCD .buypost img{
	border:0px;
}

#LastCD{
	margin:10px;
	padding:1px;
	display:block;
}

#LastCD .LableCD{
	margin:0px auto;
	display:block;
	width:70px;
	height:70px;
	margin-top:10px;
	border:1px solid #999999;
}

#LastCD span{
	display:block;
	text-align:center;
	font-size:10px;
	color:#333333;
	font-weight:normal;

}

#LastCDCat{
	width:200px;
	padding:1px;
	display:block;
	margin:20px;
	float:right;
	
}


#LastCDCat .LableCDCat{
	margin:0px auto;
	display:block;
	width:150px;
	height:150px;
	border:1px solid #999999;
}

.linkcatcd{
display:block;
}

#LastCDCat span{
	display:block;
	text-align:center;
	font-size:10px;
	color:#333333;
	font-weight:normal;
	margin-top:2px;
}

.CatShowList{
	float: right;
	
}

/**************************************************/
#email{
  border:1px solid #CCCCCC;
  display:block;
  padding:10px;
  height:200px;
}

#email span{
	display:block;
	width:150px;
	float:right;
	margin-bottom:2px;
	
}

#email input{
  display:inline;
  float:right;
  width:200px;
  border:1px solid #999999;
  	margin-bottom:2px;
	background:#EEEEEE;
  font-family:tahoma;
  font-size:12px;
}


#email textarea{
  display:inline;
  float:right;
  width:200px;
  height:100px;
  border:1px solid #999999;
  margin-bottom:2px;
	background:#EEEEEE;
  font-family:tahoma;
  font-size:12px;
}

#email .btt{
	clear:both;
	display:block;
	background-color:#CCCCCC;
	color:#333333;
	width:100px;
}


#order{
  border:1px solid #CCCCCC;
  display:block;
  padding:10px;
  height:410px;
}

#order span{
	display:block;
	width:150px;
	float:right;
	margin-bottom:2px;
	padding-left:10px;
}

#order input ,#order select{
  display:inline;
  float:right;
  width:200px;
  border:1px solid #999999;
  	margin-bottom:2px;
	background:#EEEEEE;
  font-family:tahoma;
  font-size:12px;
}


#order textarea{
  display:inline;
  float:right;
  width:200px;
  height:100px;
  border:1px solid #999999;
  margin-bottom:2px;
	background:#EEEEEE;
  font-family:tahoma;
  font-size:12px;
}

#order .btt{
	clear:both;
	display:block;
	background-color:#CCCCCC;
	color:#333333;
	width:100px;
}


/*****************************************************/
#ads{
  display:block;
  text-align:center;
	margin:5px;
  border:1px solid #999999;
}

#ads a{
  display:block;

}

#adsL{
	padding:0px;
	margin:0px;
	text-align:center;
	display:block;
	clear:both;
	position:relative;
	
}

#adsL a{
	display:block;
	padding-right:15px;
	background-image:none;
	padding:0px;
	margin:0px;
	font-weight:normal;
	height:240px;
	color:#333333;
}


#datetime{
	display:block;
	text-align:right;
	background-color:#BBCD9D;
	font-weight:bold;
	color:#FFFFFF;
}
