*{
	margin: 0;
	padding: 0;
}
a img{
	border: 0;
}
.none{
	display: none;
}
.clear{
	clear: both;
}
hr{ display: none;}
a{
  color: #ed6d00;
}
a:hover{
	color: #444;
}
body{
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
	background: #ededed url('../layout/bodybg.gif') 0% 0% repeat-x;
}
#content{
	position: relative;
	margin: auto;
	width: 1013px;
  padding: 131px 0 0 0;
	text-align: left;
	background: url('../layout/contentbg.gif') 50% 0% repeat-y;
}
	#topbox{
		position: absolute;
		top: 0;
		left: 0;
		width: 1013px;
			
	}
	#top{
		width: 1013px;
		height: 91px;
		margin: auto;
		background: url('../layout/topbg.gif') 0% 0% no-repeat;
		position: relative;
	}
		#logo{
			position: absolute;
			left: 28px;
			top: 32px;
		}
		
		
	#topmenu{
		width: 985px;
		border-top: 1px solid #808080;
		border-bottom: 3px solid #ed6d00;
		margin: auto;
		background: url('../layout/topmenubg.gif') 0% 0% repeat-x;
		height: 35px;
	}
	
	
	div.srchform{
	  width: 190px;
	  height: 26px;
		padding: 7px 8px 0;
		margin: 0 0 0;
		
	}
	
	div.srchform input.text{
		width: 130px;
		border: 1px solid #ccc;
		padding: 4px 2px;
		color: #554b3a;
		font-size: 11px;
		float: left;
		margin: 0px 0 0px;
	}
	div.srchform input.submit{
		border: none;
		color: #444;
		background: none;
		font-weight: bold;
		width: 50px;
		height: 23px;
		float: left;
		cursor: pointer;
		font-size: 11px;
		font-family: tahoma;
		padding: 2px 0 3px 0;
		
	}
	
	
		#topmenu ul{
			float: right;
			list-style: none;
			padding: 0px 0px 0 0;
		}
		#topmenu ul li{
			display: block;
			float: left;
			height: 33px;
			padding: 1px 1px 1px 2px;
			background: url('../layout/topmenusep.gif') 0% 1px no-repeat;
		}
		#topmenu ul li a{
			font-size: 12px;
			color: #444;
			height: 23px;
			font-weight: bold;
			display: block;
			padding: 10px 15px 0 15px;
			float: left;
			text-decoration: none;
		}
		#topmenu ul li a:hover{
			color: #000;
			background: #eee;
			text-decoration: underline;
		}
		#topmenu ul li a.active{
		
		}
		
	#topmenu div{
		float: left;
	}

	
		
	#obsah{
		width: 985px;

		padding: 0 0px 15px 0;
		margin: auto;
	}
	
		#leftpanel{
			width: 190px;
			float: left;
			overflow: hidden;
		}


#leftmenubody{
	width: 190px;
	overflow: hidden;
  padding: 0px 0px 0;
  margin: 0 0 3px 0;
  background: #d9d59c;
}

#leftpanel h2{
    font-size: 14px;
    padding: 0 0 5px 5px;
    margin: 0;
    font-weight: bold;
}
	
		#leftpanel ul{
			list-style: none;
			border-top: 1px solid #cacaca;
			
		}	
		#leftpanel ul li{
      padding: 0 0 0 0;
			font-size: 11px;
      border-bottom: 1px solid #cacaca;
      
		}
		#leftpanel ul li a{
			display: block;
			width: 180px;
			font-size: 11px;
			font-weight: bold;
			text-decoration: none;
			color: #666;
			padding: 6px 0 6px 10px;
			background: #f5f5f5;
		}
		#leftpanel ul li a:hover{
			text-decoration: underline;
			color: #000;
			background: #eee;
			
		}
		#leftpanel ul li a.active{
			background: #666;
			color: #fff;
		}
	
	
		
			#leftpanel ul li ul{
				background: none;
				border-top: 0;
        padding: 0;
        margin: 0;
			}
			#leftpanel ul li ul li{
				border-bottom: none;
				border-top: 1px solid #cacaca;
				background: #f0f0f0;
			}
			#leftpanel ul li ul li a{
			  font-size: 11px;
				font-weight: normal;
				color: #777;
				padding: 4px 0 4px 20px;
				width: 170px;

				background: none;
			}
			#leftpanel ul li ul li a:hover{
				color: #000;
				background: #e9e9e9;
			}
			#leftpanel ul li ul li a.active{
  			background: #999;
  			color: #fff;
  		}
		
		
				#leftpanel ul li ul li ul li{
					border-top: none;
					border-bottom: none;
				}
				#leftpanel ul li ul li ul li a{
					font-weight: normal;
					color: #000000;
					padding: 5px 0 5px 40px;
					width: 180px;
					background-position: 20px 50%;
				}
				
				#leftpanel ul li ul li ul li ul li a{
						font-weight: normal;
						color: #000000;
						padding: 5px 0 5px 50px;
						width: 170px;
						background-position: 35px 50%;
					}
					
						#leftpanel ul li ul li ul li ul li ul li a{
							font-weight: normal;
							color: #000000;
							padding: 5px 0 5px 60px;
							width: 160px;
							background-position: 50px 50%;
						}
						
							#leftpanel ul li ul li ul li ul li ul li ul li a{
								font-weight: normal;
								color: #000000;
								padding: 5px 0 5px 70px;
								width: 150px;
								background-position: 65px 50%;
							}	
	.imglink{
		display: block;
		margin: 0 0 0 0;
		height: 33px;
		float: left;
	}
	
	
	#contentpanel{
		float: right;
		background: #fff;
		width: 785px;
		padding: 0px;
	}

		#stred{
			float: left;
			font-size: 12px;
			width: 595px;
			color: #444;
		}
			.navigace{
				background: #797979;
				margin: 0 0 9px 0;
				padding: 5px 5px 5px;
				color: #fff;
			}
			.navigace h2{
			 font-family: tahoma;
				display: inline;
				font-size: 11px;
				font-weight: bold;
				color: #fff;
			}
			.navigace h2 a{
				color: #fff;
				margin: 0 2px;
				font-weight: normal;
				text-decoration: none;
			}
			.navigace h2 a:hover{
				color: #f0f0f0;
				text-decoration: underline;
			}
			
			
			h1{
				font-size: 24px;
				font-family: tahoma;
				color: #554b3a;
				font-weight: normal;
				margin: 5px 0 10px 0;
			}
			h2{
				font-size: 15px;
        font-family: tahoma;
				color: #444;
				font-weight: bold;
				margin: 10px 0 5px 0;
			}
			
			#stred ul{
        padding: 0 0 0 20px;
        list-style: square;
        
      }
      #stred ul li{
        padding: 2px 0;
       
      }
      
      #stred p{
        padding: 2px 0 5px;
        line-height: 130%;
        text-align: justify;
      }
      
      #stred p.popis{
        background: #f3eec3;
        padding: 8px;
      }
			
.maininfo{
	border-top: 1px solid #f0f0f0;
  background: #f9f9f9;
	padding: 10px 0;
	width: 595px;
}
  
  		
.produkt{
	position: relative;
	width: 583px;
	padding: 0 6px 10px;

	float: left;
	text-align: center;
	border-top: 1px solid #ccc;
  background: #f9f9f9;
	overflow: hidden;
	margin: 0 0 8px;
}	
.related .produkt{
	padding: 0 6px 0px;
}	
.first{
	
}		
.produkt strong.heading a{
	color: #008bcc;
	font-size: 19px;
	text-align: left;
	display: block;
	font-weight: normal;
	padding: 5px 0px 3px 0px;
	text-decoration: none;
}
.related .produkt strong.heading a{
	color: #008bcc;
	font-size: 14px;
	text-align: left;
	display: block;
	font-weight: bold;
	padding: 5px 0px 3px 0px;
	text-decoration: underline;
}			
.produkt strong a:hover{
	color: #444;
	text-decoration: underline;
}			
.produkt div.img{
	text-align: center;
	width: 175px;
	height: 137px;
	background: #fff;
float: left;
	overflow: hidden;
	text-align: center;
	padding: 4px;
	border: 1px solid #d1cfa7;
	
}
.related .produkt div.img{
	text-align: center;
	width: 90px;
	height: auto;
	background: #fff;
float: left;
	overflow: hidden;
	text-align: center;
	padding: 4px;
	margin: 5px 0 0 0;
	border: 1px solid #d1cfa7;
	
}
.produkt div.img a img{
	
	
}
.produkt div.img a:hover img{
  
}
.produkt div.ltext{
  text-align: left;
  width: 380px;
  padding: 0 0 0 10px;
  float: left;
}
.related .produkt div.ltext{
  text-align: left;
  width: 340px;
  padding: 0 0 0 10px;
  float: left;
}
.produkt div.fullltext{
  padding: 0 0 0 0;
  width: 585px;
}
.related .produkt div.fullltext{
  padding: 0 0 0 0;
  width: 450px;
}
.produkt div.stats{
	width: 300px;
	float: right;
	position: relative;
	line-height: 130%;
}

#stred .produkt div.ltext p{
	text-align: justify;
	padding: 5px;
	background: #e5e5e5;
	margin: 5px 0;
}	
.produkt div.ltext span.dostupnost, .produkt div.ltext span.katC{
  padding: 0 2px;
}
.produkt div.ltext span.katC{
  font-size: 10px;
}

.produkt span.c{
	color: #444;
	font-weight: normal;
	margin: 14px 0 0px 0;
	float: left;
}			
.produkt span.cena{
	font-size: 26px;
	color: #ed6d00;
	padding: 0;
	font-weight: normal;
	margin: 0 0 0px 0;
	display: block;
	float: left;
	width: 150px;
}
.related .produkt span.cena{
	font-size: 22px;
	color: #ed6d00;
	padding: 0;
	font-weight: normal;
	margin: 0 0 0px 0;
	display: block;
	float: left;
	width: 120px;
}
.produkt div.padded{
	padding: 0px 3px;
	text-align: right;
	position: absolute;
	bottom: 6px;
	right: 6px;
}
.related .produkt div.padded{
	padding: 0px 3px;
	text-align: right;
	position: absolute;
	bottom: 6px;
	right: 6px;
}
.produkt span.calt{
	font-weight: normal;
	color: #444;
	font-size: 0.9em;
}			
.produkt span.cenaalt{
	color: #444;
	font-weight: bold;
	text-decoration: line-through;
}	


.produkt div.flags{
	padding: 5px 0 50px;
}			
.produkt div.stats img{
	margin: 0 0 0 4px;
}			
			

						
		#rightpanel{
			float: right;
			width: 180px;
		}

#allfoot{
  width: 1013px;
  padding: 0 0 14px 0;
  background: url('../layout/allfootbg.gif') 0% 100% no-repeat;
}

		
	#footer{
		width: 985px;
		height: 56px;
		border-top: 3px solid #2b789c;
		background: #fff url('../layout/footerbg.gif') 0% 100% repeat-x;
		margin: 0 auto 0;
		color: #54543f;
		padding: 5px 0 0 0; 
	}
	#footer ul{
		list-style: none;
		padding: 3px 0;
	}
	#footer ul li{
		display: inline;
		border-right: 1px solid #797570;
		padding: 0 5px;
	}
		#footer p{
			padding: 3px 0;
			color: #54543f;
		}
		#footer a, #footer ul li a{
			color: #54543f;
			font-weight: bold;
			text-decoration: underline;
		}
		#footer a:hover, #footer ul li a:hover{
			color: #000;
		}

	#footer div.left{
		float: left;
		width: 400px;
		line-height: 130%;
		padding: 0px 0 0 10px;
		color: #54543f;
	}
	#footer div.right{
		float: right;
		color: #54543f;
		padding: 3px 10px 0 0;
	}	
		
#kosik{
	width: 180px;

	color: #4e4e4e;
	background: #f0f0f0;
	margin: 0 0 7px 0;
}

#kosik div{
	line-height: 180%;
	padding: 5px 10px 5px;
	font-weight: normal;
	font-size: 11px;
	color: #444;
}
#kosik div span.label{
  width: 70px;
  float: left;
  display: block;
}
#kosik strong.polozky{ font-weight: bold; }
#kosik strong.cena{ color: #ed6d00; font-size: 16px; font-weight: bold;}

#kosik .botkoslink{
  display: block;
  padding: 7px;
  background: #666;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
#kosik .botkoslink:hover{
  color: #fff;
  background: #ed6d00;
}



#loginbox{
  position: absolute;
  right: 17px;
  top: 5px;
	margin: 0 0 0 0;
	width: 380px;
	padding: 0 0 0 0;
  
}
#loginbox label{
	color: #fff;
	font-weight: normal;
	padding: 5px 5px 0 10px;
	display: block;
	float: left;
	text-align: right;
}
#loginbox input{
	float: left;
	background: #ffffff;
	border: 1px solid #c7c7c7;
	color: #444444;
	font-size: 11px;
	padding: 4px;
	margin: 0 0 2px 0;
}
#loginbox input.text{
	width: 95px;
}
#loginbox input.submit{
	border: 1px solid #c7c7c7;
		background: #989898;
		color: #ffffff;
		font-family: tahoma;
		height: 23px;
		width: 60px;
		font-size: 11px;
		font-weight: bold;
		cursor: pointer;
	float: left;
	margin: 0 0 0 5px;
}
.logoutabs{
  position: absolute;
  right: 3px;
  top: 0px;
}
.loggedin{
  color: #fff;
  padding: 5px 0 0 0px;
}

#newreg{
  display: block;
  padding: 6px;
  font-weight: bold;
  font-size: 12px;
  background: #444;
  color: #fff;
}
#newreg:hover{
  background: #ed6d00;
}
#loginbox .loginsign{
  overflow: hidden;
  display: block;
  
}
.loginsign span{
  display: none;
}
#loginlogin{

  height: 18px;
  width: 106px;
}

/*karta*/

#mainimg{
	float: right;
	width: 210px;
	height: 202px;
	padding: 5px;
	margin: 0 10px 0 0;
	text-align: center;
	overflow: hidden;
	border: 1px solid #d1cfa7;
	background: #fff;
}
#mainimg img{
	
}

#params{
	float: left;
	width: 360px;
}
#vals{
	
	padding: 10px 10px 0 10px;
}
	span.par{
		display: block;
		float: left;
		height: 20px;
		border-bottom: 1px solid #d1cfa7;
		width: 120px;
		padding: 10px 0 0 0;
	}
	span.value{
		display: block;
		float: left;
		height: 20px;
		border-bottom: 1px solid #d1cfa7;
		width: 220px;
		padding: 10px 0 0 0;
	}
	span.cena{
		font-weight: normal;
		font-size: 19px;
		color: #8c4822;
		padding: 5px 0 5px 0;
		vertical-align: top;
	}
	span.skladem{
		font-weight: bold;
		color: #1e9f10;
	}
	div#flags{
		
		padding: 3px 0 10px;
	}
		div#flags img{
		margin: 0px 1px 0 0;
		}

		
.box{
  border-top: 1px solid #f0f0f0;
	background: #fff;
	padding: 5px 0px;
	margin: 8px 0;
	width: 595px;
}
#stred p.shortdesc{
  margin: 8px 0 0;
  background: #f0f0f0;
  padding: 10px;
}

.prodtocart{
	
	color: #84815f;
	
	text-align: left;
	
}
.kattocart{
  padding: 5px 6px 6px;
  position: absolute;
	left: 0;
	bottom: 0;
}
.related .produkt .kattocart{
  padding: 5px 6px 6px;
  position: absolute;
	right: 0;
	bottom: 0;
	left: auto;
}
.prodtocart input.count{
	background: #ffffff;
	border: 1px solid #84815f;
	color: #a6a277;
	width: 20px;
	margin: 0 5px 0 0; 
	text-align: right;
	float: left;
	padding: 1px;	
}
.prodtocart input.add{
	border: 1px solid #84815f;
	font-weight: bold;
	margin: 0 0 0 0px; 
	font-size: 11px;
	color: #ffffff;
	text-align: left;
	padding: 0 0 0 25px;
	height: 20px;
	width: 138px;
	background: #444;
	cursor: pointer;
}
.related .prodtocart input.add{
	width: 70px;
	padding: 0;
	
}
.prodtocart input._add{
	float: left;
	margin: 0 0 0 3px;
	height: 20px;
	cursor: pointer;
}




/*regform*/
fieldset{
	padding: 0px 10px 5px 10px;
	line-height: 100%;
	border: 1px solid #ddd;
	margin: 0 0 10px 0;
	background: #fafafa;
}
legend{
	font-weight: bold;
	color: #5e5340;
	padding: 0 5px 10px 5px;
}
.block{
	display: block;
	float: left;
	padding: 4px 0 0 10px;
}
.odsad{
	margin: 0 10px 0 10px;
}
.req, fieldset strong{
	color: #c50000;
}
fieldset strong{
	margin: 0 0 0 10px;
}
.s{
	width: 30px;
}
.m{
	width: 75px;
}
.l{
	width: 130px;
}
.xl{
	width: 150px;
}
.xxl{
	width: 228px;
}

.text{
	border: 1px solid #ccc;
	margin: 0 0 2px 0 ;
	color: #444444;
	font-size: 11px;
	padding: 3px;
}
div.subm{
	padding: 0 0px;
}
.register{
	border: 1px solid #aaa;
	background: #999;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	padding: 5px 10px;
	float: right;
	width: 145px;
	font-family: tahoma;
	cursor: pointer;
}



table.kosik{
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-collapse: collapse;
}
table.kosik th{
		border: 1px solid #aaa;
	background: #444;
	padding: 5px;
	color: #fff;
	font-size: 10px;
}
table.kosik td{
	border: 1px solid #aaa;
	padding: 5px;
}

table.kosik tr.l td{
	background: #f0f0f0;
}
table.kosik tr.s td{
	background: #f9f9f9;
}
table.kosik .check{
	text-align: center;
}
table.kosik .nahled{
	text-align: center;
	width: 76px;
}
table.kosik .nahled img{
	border: 1px solid #cccccc;
}
table.kosik .nazev{
	vertical-align: top;
	width: 300px;
}
table.kosik .nazev em{
  font-size: 11px;
}
table.kosik .ks{
	text-align: center;
	width: 15px;
}
table.kosik .ks input{
	border: 1px solid #cccccc;
	background: #ffffff;
	font-size: 11px;
	width: 15px;
	text-align: right;
}
table.kosik .cenaks{
	text-align: right;
	width: 45px;
}
table.kosik .kod{
	width: 100px;
}
table.kosik .celkem{
	text-align: right;
	width: 85px;
}

table.covered{
  border: 1px solid #d0d0d0;
  margin-bottom: 10px;
  width: 100%;
}



input.kosiksubmit{
	margin: 3px 0;
	border: 1px solid #aaa;
	background: #444;
	color: #fff;
	padding: 4px 5px;
	width: 120px;
	text-align: center;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	float:left;
}
.k_allprice{
	float: right;
	border: 1px solid #aaa;
	border-top: none;
	background: #f0f0f0;
	width: 325px;
	margin: 0 0 15px 0;
}
.k_allprice span{
	display: block;
	float: left;
	text-align: right;
	padding: 7px 5px 0 5px;
	width: 125px;
	font-weight: bold;
}
.k_allprice strong{

	float: right;
	padding: 5px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	border-left: 1px solid #aaa;
	width: 150px;
	color: #ed6d00;
	
}
.k_allprice .finpricebox{
	float: right;
	padding: 5px;
	text-align: right;
	border-left: 1px solid #aaa;
	width: 150px;
	color: #ed6d00;
}
.k_allprice .finpricebox strong{
  padding: 0;
  font-weight: bold;
  font-size: 0.9em;
	display: inline;
	float: none;
border: none;
	
}
.k_allprice .finpricebox span{
  padding: 0;
  font-weight: normal;
  font-size: 11px;
	display: inline;
	float: none;
  color: #444;
  
	
}
.k_allprice strong span{
  padding: 0;
  font-size: 11px;
text-align: right;
	width: auto;
	display: inline;
	float: right;
 color: #444;
	
}
.k_allprice strong span.light{
  font-size: 14px;
  font-weight: bold;
  color: #ed6d00;
}
.k_allprice strong span.small{
  font-weight: normal;
  color: #444;
  font-size: 11px;
}
.platbaform{
	padding: 5px 10px;
	border: 1px solid #aaa;
	background: #f0f0f0;
	margin: 0 0 5px 0;	
	line-height: 140%;
}
.platbaform em{
	color: #999999;
}
.platbaform select{
	width: 200px;
}
.platbaform input{
	border: 1px solid #666;
	background: #999;
	color: #fff;
	width: 50px;
	text-align: center;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 3px;
}
.red{
	color: #c50000;
}
.big{
	font-size: 13px;
}
.extrabig{
	font-size: 16px !important;
}

.prevstep{
	display: block;
	float: left;
	width: 170px;
	border: 1px solid #ed6d00;
	background: #ed6d00;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0;
	text-decoration: none;
}

.prevstep span, .nextstep span{
  font-size: 10px;
  font-weight: normal;
  font-style: italic;
}
.nextstep:hover, .prevstep:hover{
	background: #444;
	border: 1px solid #444;
	color: #fff;
}
.nextstep{
	display: block;
	float: right;
	width: 260px;
	border: 1px solid #ed6d00;
	background: #ed6d00;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0;
	text-decoration: none;
}
.leftinfo{
	float: left;
	padding: 5px;
	border: 1px solid #d0d0d0;
	background: #ffffff;
	width: 200px;
	line-height: 140%;
}

table.summary{
	border: 1px solid #d0d0d0;
	border-collapse: collapse;
	margin-bottom: 5px;
	background: #ffffff;
	float: right;
}
table.summary td{
	border: 1px solid #d0d0d0;
	padding: 5px;
}
table.summary td.item{
	width: 100px;
}
table.summary td.price{
	width: 100px;
	text-align: right;
}

.confirmblock{
	width: 230px;
	padding: 5px;
	float: left;
	line-height: 130%;
}
.confirmblock strong{
	line-height: 150%;
}

textarea.pozn{
	border: 1px solid #d0d0d0;
	width: 100%;
	height: 80px;
	margin: 3px 0 10px 0;
}

.whitebox{
	border: 1px solid #d0d0d0;
	background: #ffffff;
	line-height: 150%;
	padding: 10px;
	margin: 10px;
}
.whitebox strong{
	line-height: 200%;
}

blockquote{
	border: 1px solid #999;
	background: #f0f0f0;
	padding: 10px;
	margin: 10px 0;
	font-weight: bold;
}
blockquote.err{
  color: #d62222;
  background: #fdefe7;
  border: 1px solid #b70000;
}


.katbody{
	width: 575px;
	overflow: hidden;
	padding: 2px 10px 10px;
  margin: 0 0 10px 0;	
  background: #f9f9f9;
  border-top: 1px solid #ed6d00;
}
.katbody h2 a{
  color: #008bcc;
  text-decoration: none;
}
.katbody h2 a:hover{
  color: #ed6d00;
}

div.paging{
	padding: 5px 5px 10px 0;
}

div.boxed{
	color: #554b3a;
	padding: 5px 0;
}
div.paging div.boxed a{
	display: block;
	float: left;
	border: 1px solid #eee;
	background: #eee;
	color: #444;
	margin: 2px 4px 2px 0;
	text-decoration: none;
	width: 16px;
	text-align: center;
}
div.paging div.boxed a.predchozi{
	width: 60px;
}
div.paging div.boxed a.dalsi{
	width: 60px;
}

div.paging div.boxed a:hover{
	border: 1px solid #333;
	background: #333;
	color: #fff;
}

div.paging div.boxed a.active{
	color: #fff;
	background: #666;
	font-weight: bold;
	border: 1px solid #666;
}

div.sorting{
	margin: 0 0 0 0;
	padding: 8px 0 0 0;
	width: 595px;
	height: 30px;
	text-align: center;
	background: #f0f0f0;
}

div.maincat div.img{
	float: left;
	width: 150px;
	padding: 5px 5px;
	text-align: center;
	margin: 0 15px 5px 0;
	background: #fff;
	border: 1px solid #ccc;
}

.texts{
	text-align: justify;
}


.rpboxbody{
	width: 154px;
	padding: 3px 5px;
	text-align: center;
	margin: 0 0 5px 0;
	border: 1px solid #dfdfdf;
}
.rpboxbody h3{
	font-size: 14px;
	text-align: left;
	margin: 0 0 5px 5px;
}

.rpboxbody p{
	padding: 5px 5px;
	text-align: left;
}

.defbox input.submit{
	border: 1px solid #c4c4c8;
	background: #f4f4f4;
	color: #444444;
	font-weight: bold;
	font-size: 10px;
	padding: 1px 2px;
	float: right;
	width: 60px;
	cursor: pointer;
}


.lsign{
  width: 100%;
  height: 33px;
  display: block;
}
.rsign{
  width: 100%;
  height: 27px;
  
}
.lsign span, .rsign span{
  display: none;
}





.rbox{
  text-align: center;
  margin: 10px 0;
  padding: 10px 0 0;
  background: #f0f0f0;
  width: 100%; 
}
.rimgbox{
  text-align: center;
  width: 150px;
  padding: 10px;
  background: #fff;
  margin: auto;
  border: 1px solid #ccc;
}
.rimgbox a.rimglink{
  margin: 0 auto 0;
  display: block;
  height: 154px;
  width: 154px;
}
.rimgbox a.rimglink img{
  border: 1px solid #d1cfa7;
  margin: auto;
}
.rbox p{
  padding: 5px 0;
}
.rbox a.blink{
  display: block;
  padding: 4px 10px;
  color: #fff;
  text-decoration: none;
  background: #ed6d00;
  font-weight: bold;
  text-align: left;
  font-size: 12px;
}
.rbox a.blink:hover{
  color: #fff;
  background: #444;
}

.galerie .galBox{
  width: 90px;
  height: 60px;
  margin: 5px;
  float: left;
  background: #e8e3be;
  padding: 7px;
  text-align: center;
}

/* ADDED STYLES */

.ralign{
  float: right;
  margin: 0 0 0 10px;
}

.small{
  font-size: 0.9em;
  font-weight: normal;
}

#vop{
  font-family: tahoma;
  font-size: 11px;
}

.lp{
  float: right;
  display: block;
  margin: 5px 0 0;
  color: #999;
  font-size: 10px;
}