.ordrTble{

	background:#99CCFF;

	font-size:11px;}

.ordrTble td.left{
	padding:5px 5px 2px 2px;
	background:#ffffff;}

.ordrTble td.right{
	padding:5px 5px 2px 2px;
	background:#ffffff;}

.ordrTble td.left span.redTxt{

	color:#FF0000;

	font-size:10px;}

.ordrTble td.right span{

	color:#8269C4;

	font-size:10px;}

.ordrTble td a{

	color:#1B2ABA;

	text-decoration:none;}

.ordrTble td a:hover{

	text-decoration:underline;}

.ordrFor {

	color:#352F7D; display:block; margin:-4px;

	background:#D5E5F0; font-size:13px;

	padding:5px 0; font-family:Arial, Helvetica, sans-serif;}



.yogaTble{

	background:#929292;

	font-size:11px;}

.yogaTble td.left{

	background:#EEEEEE;}

.yogaTble td.right{

	background:#ffffff; height:30px;}

.yogaTble td a{

	color:#1B2ABA;

	text-decoration:none;}

.yogaTble td a:hover{

	text-decoration:underline;}



input[type=text].big {

	border:1px solid #D8D8D8;

	padding:2px; font-size:11px;

	color:#666666;

	width:150px;}

input[type=text].middle {

	border:1px solid #D8D8D8;

	padding:2px; font-size:11px;

	color:#666666;

	width:120px;}

input[type=text].small {

	border:1px solid #D8D8D8;

	padding:2px; font-size:11px;

	color:#666666;

	width:80px;}

input[type=text].tiny {

	border:1px solid #D8D8D8;

	padding:2px; font-size:11px;

	color:#666666;

	width:50px;}

select.big {

	border:1px solid #D8D8D8;

	font-size:11px;	color:#666666;

	background:#fff;

	width:150px;}

select.middle {

	border:1px solid #D8D8D8;

	font-size:11px;	color:#666666;

	background:#fff;

	width:120px;}

select.small {

	border:1px solid #D8D8D8;

	font-size:11px;	color:#666666;

	background:#fff;

	width:80px;}

select.tiny {

	border:1px solid #D8D8D8;

	font-size:11px;	color:#666666;

	background:#fff;

	width:50px;}



#slideshow{
	background-color:#F5F5F5;
	border:1px solid #FFFFFF;
	height:260px;
	margin:0 auto 0;
	position:relative;
	width:640px;
	
	-moz-box-shadow:0 0 22px #111;
	-webkit-box-shadow:0 0 22px #111;
	box-shadow:0 0 22px #111;
}

#slideshow ul{
	height:320px;
	left:10px;
	list-style:none outside none;
	overflow:hidden;
	position:absolute;
	top:10px;
	width:620px;
}

#slideshow li{
	position:absolute;
	display:none;
	z-index:10;
}

#slideshow li:first-child{
	display:block;
	z-index:1000;
}

#slideshow .slideActive{
	z-index:1000;
}

#slideshow canvas{
	display:none;
	position:absolute;
	z-index:100;
}

#slideshow .arrow{
	height:43px;
	width:30px;
	position:absolute;
	background:url('../image/arrows.png') no-repeat;
	top:50%;
	margin-top:-43px;
	cursor:pointer;
	z-index:5000;
}

#slideshow .previous{ background-position:left top;left:0;}
#slideshow .previous:hover{ background-position:left bottom;}

#slideshow .next{ background-position:right top;right:0;}
#slideshow .next:hover{ background-position:right bottom;}


