/****************************************************** 
	Title:    BiserOliva
	Author:   Румен Русанов
	Company:  Mag Studio
	Started:  25/02/2010
	Updated:  17/05/2010
	Style:    DEFAULT Stylesheet
******************************************************/

.right{
	float:right;
}
.left{
	float:left;
}
.hidden{
	overflow:hidden;
}
.clear{
	clear:both;
}

/*****************************************************/

a{
	text-decoration:none;
}
html, body{
	font-family:Tahoma,Geneva,Kalimati,sans-serif;
	font-size:12px;
	background:#FBB416;
	color:#333333;
	width:100%;
}
*{
	margin:0;
	padding:0;
}
div#page{
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:0;
	border-top:4px #9C121F solid;
	background:#FBB416 url(../images/bgr_page.png) repeat-x 0px 184px;
}
div#header{
	width:100%;
	height:141px;
	position:relative;
	margin:-4px 0 0 0;
	z-index:2;
	background:#F8CA4E url(../images/bgr_header.jpg) no-repeat center 0;
}
div#header_content{
	height:141px;
	width:953px;
	position:relative;
	margin:0 auto;
}
div#header_content .logo{
	display:block;
	width:200px;
	height:120px;
	margin:-15px auto 0 auto;
}
div.bubble{
	display:none;
	position:absolute;
	right:5px;
	top:40px;
	height:75px;
	width:280px;
	padding:10px 10px 10px 10px;
	background:#fff;
}
div.bubble .arrow{
	width:11px;
	height:5px;
	position:absolute;
	top:-5px;
	right:40px;
	background:url(../images/arrow.png) no-repeat left top;
}
div.bubble p.title{
	font-size:12px;
	color:#96121E;
	padding:0 0 5px 0;
	font-weight:bold;
}
div.bubble p.email{
	margin:5px 0 0 0;
	font-weight:bold;
	width:285px;
}
p.email label{
	vertical-align:middle;
}
p.email input{
	vertical-align:middle;
}
input.edit{
	width:146px;
	height:17px;
	margin:0 5px;
	padding:3px 0 3px 0;
	border:1px #999999 solid;
	background:#fff;
}
input.button{
	width:68px;
	height:25px;
	padding:3px 0 5px 0;
	background:url(../images/bgr_button.png) repeat-x 0 0;
	border:1px #999999 solid;
}
div.bubble a.close{
	outline:none;
	position:absolute;
	top:1px;
	right:1px;
}
div.bubble a.close img{
	border:none;
}
div#navigation{
	width:100%;
	height:37px;
	padding:5px 0 5px 0;
	background:#FEE466;
}
div#navigation ul.main_menu{
	height:37px;
	text-align:center;
	margin:0 auto;
	line-height:37px;
	list-style:none;
	background:url(../images/bgr_main-menu.png) repeat-x left top;
}
div#navigation ul.main_menu li{
	display:inline;
	margin:0 -3px 0 -2px;
	padding:10px 0 10px 0;
	height: 40px;
	border: 1px solid #FEE466;
	border-top: none;
	border-bottom: none;
	margin-bottom: 10px;
	font-family: Arial;
	font-size:16px;
	font-weight: bold;
	background: url(../images/bgr_menu.png) repeat-x 0 center;
}

div#navigation ul.main_menu li.active a{
	color:#770306;
}
div#navigation ul.main_menu li.active{
	background:#FEE466;
	color:#96121E;
}
div#navigation ul.main_menu li a{
	color:#fff;
	padding:10px 15px 10px 15px;
	position: relative;
	outline:none;
}
div#navigation ul.main_menu li a.last{
	margin-right: 0;
}
div#navigation ul.main_menu li a:hover{
	//color:#f7c549;
}
div#navigation_top{
	height:15px;
	padding:15px 0 0 0;
}
div#navigation_top ul li a{
	color:#333333;
}
div#navigation_top ul li a:hover{
	text-decoration:underline;
}
div#navigation_top ul.top_menu{
	list-style:none;
}
div#navigation_top ul.top_menu li{
	float:left;
	font-size: 13px;
	font-weight: bold;
	margin:0 0 0 13px;
}
div#navigation_top ul.top_menu li em, div#navigation_top ul.top_lang li em{
	display: block;
	float: left;
	width:14px;
	height:17px;
	background: url(../images/arrow_menu.png) no-repeat 0 center;
}
div#navigation_top ul.top_lang{
	list-style:none;
}
div#navigation_top ul.top_lang li{
	float:left;
	font-size: 13px;
	font-weight: bold;
	margin:0 13px 0 0;
}
div#sub_menu{
	font-family:Arial;
	font-weight: bold;
	font-size:13px;
	width:100%;
	height:40px;
	background:#FEE466;
}
div#sub_menu ul{
	list-style:none;
	overflow:hidden;
}
div#sub_menu ul li{
	padding: 10px 20px 0px 20px;
	float:left;
	height:30px;
	border-left:1px #fff solid;
}
div#sub_menu ul li:first-child{
	border:none;
}
div#sub_menu ul li a{
	color:#333333;
}
div#sub_menu ul li a:hover,div#sub_menu ul li a.active{
	color:#96121E;
}
div#container{
	position:relative;
	width:953px;
	margin:0 auto;
	overflow:hidden;
	background:#f7f7f7 url(../images/bgr_container.jpg) no-repeat 0 0;
}
div#container.home{
	background:none;
}
div.home_img{
	z-index:0;
	width:953px;
	margin:0 0 5px 0;
	position:relative;
	height:460px;
}
div.images{
	width:953px;
	height:460px;
	background:url(../images/img1.jpg) no-repeat center top;
}
div.images img{
	display:none;
	position:absolute;
	width:953px;
	height:460px;
}
div.images img.active{
	display:block;
	z-index:5;
}

div.panels{
	width:954px;
	height:118px;
	position:absolute;
	left:0;
	top:342px;
	z-index:20;
	overflow:hidden;
	color:#333333;
}
a.title{
	color:#990000;
	display:block;
	font-family:Arial;
	width:200px;
	font-size:18px;
	position:relative;
	padding:0 0 5px 0;
	margin:5px 0 0 0;
}
div.panels a.controler{
	outline:none;
	position:absolute;
	display:block;
	cursor:pointer;
	width:18px;
	height:18px;
	top:0px;
	left:299px;
	margin:0 0 -18px 0;
	z-index:101;
	background:#999999 url(../images/controlers.png) no-repeat;
	background-position:0px 0;
}
div.panels a.controler:hover{
	background-position:0px -18px;
}
div.panels .advice,div.panels .promo,div.panels .media{
	z-index:5;
	height:118px;
	width:317px;
	float:left;
	padding:0;
	display:inline;
	left:0;
	position:relative;
	margin:0 1px 0 0;
	top:0px;
	background-repeat:no-repeat;
}
div.panels .inactive_panel{
	background: url(../images/bgr_block.png);
}
div.panels .inactive_panel:hover{
	background: url(../images/bgr_blockhover.png);
}
div.panels .panels_content{
	width:297px;
	margin:0 auto;
}
p.quotes-l,p.quotes-r{
	display:block;
	position:relative;
	width:30px;
	height:24px;
	z-index:100;
	background:url(../images/quotes.png) no-repeat;
}
p.quotes-l{
	float:left;
	background-position:0 -38px;
}
p.quotes-r{
	float:right;
	background-position:0 0;
}
p.quotes, div.block .quotes{
	display:block;
	padding:5px 15px 10px 30px;
	margin:-20px 0 20px 0;
	font-size:14px;
	
}
div.text a{
	color:#000000;
}
div.text a:hover{
	color:#990000;
}
div.text{
	display:block;
	font-size:14px;
	overflow:hidden;
}
div.promo img,div.media img{
	border:3px #ffffff solid;
	padding:-10px 0 0 0;
}
.home a.video{
	display: block;
	width: 106px;
	float: right;
}
.name{
	color:#B71F2B;
	font-size: 14px;
	font-weight: bold;
}
.home a.video img.playIcon{
	border: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top:-20px;
	margin-left:-20px;
}
a.video img.playIcon{
	border: none;
	position: absolute;
	top: 20%;
	left: 85%;
	margin-top:-10px;
	margin-left:-14px;
}
a.video{
	display: block;
	width: auto;
	height: auto;
	float: left;
	position: relative;
}
p a.video{
	display:inline;
	float:none;
}
div#footer{
	padding:20px 25px 0 25px;
	width:903px;
	height:48px;
	text-align:center;
	background:#FBB416 url(../images/bgr_footer.png) repeat-x left bottom;
}
div#footer p.copyright{
	color:#D1763c;
	position:absolute;
	left:15px;
}
div#footer a.mag:hover{
	color:#8b6d28;
}
div#footer a{
	margin:0 5px 0 5px;
	color:#333333;
}
div#footer a:hover{
	text-decoration:underline;
}
div#footer a.mag{
	width:75px;
	padding:0 0 3px 0;
	color:#D1763c;
	display:inline;
	padding-right:60px;
	position:absolute;
	right:15px;
	background:url(../images/mag.png) no-repeat right top;
}
div.navigation-img{
	position:absolute;
	top:10px;
	left:890px;
	z-index:10;
}
div.navigation-img a{
	display:block;
	outline:none;
	width:12px;
	height:12px;
	float:left;
	margin:0 2px 0 2px;
	background:url(../images/img_buttons.png) no-repeat;
	background-position:0 0;
}
div.navigation-img a.active,div.navigation-img a:hover{
	background:url(../images/btn_img_active.png) no-repeat;
}
/* Light Box */
#overlay{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 90; 
	width: 100%; 
	background-color: #000; 
	opacity:0.8;
	filter:alpha(opacity="80");
}
#lightbox{
	position: absolute;	
	left: 0;
	top: 30px;
	width: 100%; 
	z-index: 100; 
	text-align: center; 
	line-height: 0;
}
#outerContainer{ 
	position: relative; 
	background-color: #fff;
	width: 0px; 
	height: 0px; 
	margin: 0 auto;
}
#DataContainer{
	position: relative; 
	width:440px;
	height:30px;
	color:#999999;
	text-align:left;
}
#DataContainer span#title{
	position:relative;
	top:15px;
	left:10px;
	font-weight:bold;
	font-size:14px;
	color:#B71F2B;
}
#lightboxContainer{
	width:430px;
	height:315px;
	margin:0 auto;
	background-color: #000;
	position:relative;
}
#lightboxContainer img.loader{
	position:absolute;
	top:-24px;
	left:-24px;
	margin-left:50%;
	margin-top:35%;
}
a#btnClose{
	display:block;
	width:0px;
	height:18px;
	position:absolute;
	left:440px;
	top:0;
}
a#btnClose img{
	border:none;
}
/***************/
div#main{
	width:745px;
	padding:0 0 20px 0;
	min-height:440px;
}
div#sidebar{
	margin-right:10px;
	padding:25px 0 0 0;
	width:183px;
}
div#breadcrumb{
	padding:15px 0 0 15px;
	font-family:Tahoma,Geneva,Kalimati,sans-serif;
	font-size:11px;
	width:100%;
	height:20px;
}
div#breadcrumb a{
	color:#9F131F;
}
div#breadcrumb span{
	color:#666666;
}
h2{
	font-size:18px;
	color:#b31221;
	font-weight:normal;
	padding:20px 0 10px 15px;
}
div.first{
	border:none;
}
div.block .text a,span.arrow{
	color:#b71f2b;
	font-weight:bold;
	font-family:Arial;
}
div.block a.link{
	font-size:12px;
	color:#98121F;
	font-family:Tahoma,Geneva,Kalimati,sans-serif;
}
span.date{
	display:block;
	font-size:11px;
	padding-bottom:5px;
}
div.block .text a:hover{
	text-decoration:underline;
}
div.block a.img{
	margin:5px 15px 0 0;
	float:left;
	border:1px #f4efeb solid;
}
div.block a.no_img {
	margin:5px 15px 0 0;
	float:left;
	border:none;
}

div.block a.no_img img {
	border:none;
}

div.block a.img img{
	border:4px #fff solid;
}
div.block p,div.block div{
	margin:5px 0 0 0;
	font-size:12px;
	font-family:Tahoma,Geneva,Kalimati,sans-serif;
}
div.block{
	width:720px;
	margin:0 0 0 15px;
	padding:0 0 5px 0;
	overflow:hidden;
	position:relative;
}
div.first{
	border:none;
}
div.kolba{
	position:absolute;
	bottom:55px;
	right:0;
	width:202px;
	height:113px;
	background:url(../images/kolba.png) no-repeat top left;
}
a.catalog{
	color:#B2121F;
	float:left;
	width:95px;
	font-family:Arial;
	padding:15px 0 10px 40px;
	background:url(../images/pdf.gif) no-repeat -5px 0;
}
a.catalog:hover{
	text-decoration:underline;
}
div.catalog{
	position:relative;
	z-index:10;
	overflow:hidden;
	height:40px;
}
span.size{
	font-size:11px;
	float:right;
	color:#333333;
	padding:15px 0 0 0;
}
div.savet{
	position:relative;
	z-index:10;
	overflow:hidden;
	margin:30px 0 0 0;
	width:190px;
}
div.promotion{
	position:relative;
	z-index:10;
	width:175px;
	font-size:14px;
}

div.sidebar_recipes{
	position:relative;
	z-index:10;
	width:175px;
	font-size:14px;
}

div.sidebar_recipes a.recipe_title{
#	color:#B71F2B;
	color:#333333;
	text-decoration: none;
#	font-weight: bold;
}

div.sidebar_recipes a.recipe_title:hover{

	text-decoration: underline;
}



div.block .text{
	padding:5px 0 0 0;
}
div.products_images{
	width:365px;
	margin:-30px 10px 10px 10px;
}
div.video_predstavqne{
	width:427px;
	margin:0 10px 10px 10px;
	z-index:100;
	border:5px #fff solid;
}
div.img_container{
	border:5px #f8c74b solid;
	width:354px;
	height:265px;
}
div.img_container img {
	position: relative;
	z-index: 1;
}
div.img_container img.active {
	z-index: 3;
}
div.img_container img.prev {
	z-index: 2;
}
div.images_proizvodstvo .proizvodstvo,div.images_proizvodstvo .proizvodstvo img{
	width:703px;
	border-color:#fff;
	height:469px;
}
div.img_navigation{
	height:82px;
}
div.pruduct_text{
	padding:0 0 0 15px;
	width:330px;
}
div.video_text{
	padding:0 0 0 15px;
	width:265px;
}
p.video_text{
	padding:5px 0 5px 0;
	font-size:12px;
	line-height:18px;
}
div.image_list,div.image_list_proizvodstvo{
	overflow:hidden;
	width:324px;
	height:88px;
	position:relative;
}
div.image_list_proizvodstvo {
	width: 648px;
	margin:0 5px 0 5px;
}
div.img_navigation div.image_list_proizvodstvo ul li{
	margin:1px;
}
div.img_navigation ul{
	list-style:none;
	margin:5px 0 0 0;
	overflow:hidden;
	left:0;
	position:absolute;
}
div.img_navigation ul li.active{
	border:3px #f8c74b solid;
}
div.img_navigation ul li{
	float:left;
	height:73px;
	margin:1px;
	width:100px;
	border:3px #ffffff solid;
	cursor:pointer;
}
div.img_navigation  #prev, div.img_navigation  #next{
	display:block;
	outline:none;
	float:left;
	width:18px;
	height:18px;
	margin:37px 1px 0 1px;
	background:url(../images/controlers.png) no-repeat 0 -36px;
}
div.img_navigation  #next{
	background:url(../images/controlers.png) no-repeat -18px -36px;
}
div.img_navigation  #prev:hover{
	background:url(../images/controlers.png) no-repeat 0 -54px;
}
div.img_navigation  #next:hover{
	background:url(../images/controlers.png) no-repeat -18px -54px;
}
div.pager{
	width:500px;
	height:20px;
	padding:2px 0 0 100px;
	margin:15px auto 0;
	text-align:center;
	font-size:11px;
	font-family:Tahoma,Geneva,Kalimati,sans-serif;
}
div.pager *{
	display:inline;
	vertical-align:middle;
}
div.pager a,div.news_navigation a{
	color:#97121E;
	font-size:12px;
	line-height:17px;
}
div.pager a:hover ,div.news_navigation a:hover{
	text-decoration:underline;
}
div.pages{
	overflow: hidden;
	position:relative;
	top:0;
	margin:0 5px 0 5px;
	border-left:1px #cccccc solid;
	border-right:1px #cccccc solid;
}
div.pages span{
	padding:2px 0 0 0;
}
a.prev{
	display:block;
	width:18px;
	height:18px;
	margin:0 5px 0 5px;
	background:url(../images/controlers.png) no-repeat 0 -36px;
}
a.prev:hover{
	background:url(../images/controlers.png) no-repeat 0 -54px;
}
a.next:hover{
	background:url(../images/controlers.png) no-repeat -18px -54px;
}
a.next{
	display:block;
	width:18px;
	height:18px;
	margin:0 5px 0 5px;
	background:url(../images/controlers.png) no-repeat -18px -36px;
}
div.eco p{
	margin-bottom:10px;
}
div.pager input.edit_page{
	width:28px;
	padding:0 0 1px 0;
	font-size:11px;
	position:relative;
}
div.pager input.bnt_goto{
	width:18px;
	cursor:pointer;
	height:18px;
	position:relative;
	border:none;
	background:url(../images/controlers.png) no-repeat -18px -36px ;
}
div.pager div.goto{
	overflow: hidden;
	height:20px;
	position:relative;
	top:-1px;
	display:block;
}
div.pager form{
	height:20px;
	display:inline-block;
}
div.goto span{
	display:inline-block;
	line-height:17px;
	margin-left:-10px;
	border-left:1px #cccccc solid;
	padding-left:5px;
	height:20px;
	position:relative;
}
div.text p{
	line-height:18px;
}
div.news_navigation{
	width:725px;
	padding:0 10px 1px 10px;
	margin:10px 0 50px 0;
	height:20px;
}
img.quote-l{
	margin:0 5px 0 0;
}
img.quote-r{
	position:relative;
	margin:0 5px -10px 0;
	top:8px;
}
div.articles{
	width:735px;
	margin:0 0 0 15px;
	overflow:hidden;
}
div.articles div.article{
	float:left;
	margin:0 15px 20px 0;
	width:229px;
	height:94px;
	overflow:hidden;
}
div.article img{
	float:left;
	border:4px #fff solid;
}
div.article p.video{
	float:right;
	width:94px;
	height:94px;
}
div.article p.radio{
	float:right;
	width:229px;
	height:65px;
}
div.article div.radio{
	width:229px;
	height:19px;
}
div.article div.radio img{
	border:none;
}
div.article p span{
	font-size:11px;
}
div.article p a{
	font-size:14px;
	color:#B71F2B;
	line-height:18px;
	font-weight:bold;
}
div.articles div.article_wallpaper{
	float:left;
	margin:0 15px 20px 0;
	width:225px;
	height:134px;
	overflow:hidden;
}
div.article_wallpaper a img{
	border:4px #fff solid;
}
div.article_wallpaper p.resolution{
	float:right;
	width:94px;
	height:94px;
}
div.article_wallpaper p.resolution a{
	display:block;
	color:#97121E;
	font-size:11px;
	margin:5px 0 5px 0;
	line-height:16.5px;
}
a.picture{
	float:left;
}
div.article_wallpaper a.name{
	display:block;
	width:160px;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	color:#B71F2B;
}
h3{
	font-size:12px;
	color:#97121E;
}
div.text img.info{
	border:4px #fff solid;
	margin:10px 20px 0 0;
}
div.articles div.certificates{
	height:125px;
	width:363px;
	float:left;
	margin:15px 0 15px 0;
}
div.articles div.certificates p{
	float:right;
	line-height:17px;
	width:255px;
}
div.certificates img{
	margin:5px 10px 0 0;
}
div.certificates a{
	font-size:14px;
	font-weight:bold;
	display:block;
	margin:5px 0 5px 0;
	font-family:Arial,sans-serif;
	color:#B71F2B;
}
div.certificates a.download{
	font-size:12px;
}
div.certificates a span{
	color:#000;
}
div.text ul {
	padding:5px 0 0 16px;
	color:#B71F2B;
	font-size:12px;
}
div.text ul li{
	padding:2px 0 2px 0;
}
div.text ul li span{
	color:#333333;
}
div.text p.list{
	padding:10px 0 0 0; 
}
div.images_proizvodstvo{
	width:713px;
}
div.text_proizvodstvo{
	width:200px;
	margin:0 0 0 15px;
}
div.text_proizvodstvo p{
	line-height:18px;
	font-size:12px;
	padding:10px 0 0 0;
}
h1{
	margin:10px 0 0 0;
	line-height:28px;
	font-size:28px;
	font-weight:normal;
	color:#990000;
	font-family:Arial,sans-serif;
}
.light{
	background:#fff;
	position: relative;
}
div.block div.contact{
	position:relative;
	margin-right:50px;
	font-size:12px;
	line-height:18px;
}
a.see_map{
	position:absolute;
	bottom:0;
	font-weight:bold;
	color:#99121F;
}
hr{
	width:707px;
	height:1px;
	border:none;
	margin:20px 15px 0 15px;
	border-top:1px #F4B73D solid;
}
span.required{
	font-size:11px;
	line-height:28px;
}
.conect{
	line-height:28px;
}
div.edit{
	width:340px;
}
div.block p.edit{
	margin-top:3px;
	overflow:hidden;
	font-weight:bold;
	font-family:Arial,sans-serif;
	line-height:25px;

}
p.edit input.edit{
	width:268px;
	font-family:Arial,sans-serif;
	margin-left:auto;
}
div.textarea{
	width:365px;
	position:relative;
}
div.textarea label{
	font-family:Arial,sans-serif;
	vertical-align:top;
	font-weight:bold;
}
div.textarea textarea{
	padding:3px 0;
	width:308px;
	min-width:308px;
	max-width:308px;
	height:75px;
	border:1px #999999 solid;
	background:#fff;
}
div.button{
	padding:5px 15px 0 0;
	text-align:right;
	height:30px;
}
div.button input,div.button label,div.button img{
	vertical-align:middle;
}
div.button label{
	font-weight:bold;
}
div.button input.edit{
	width:78px;
}
div.button input.button{
	font-size:12px;
}

.red{
	color:#FF0000;
}
form.biuletin_form{
	position:absolute;
	bottom:8px;
}
#main table.site_map td{
	padding:10px 25px 0 0;
	vertical-align:top;
	border: none;
}
div.block dl{
	line-height:18px;
}
div.block dl dt a{
	color:#92121E;
	font-weight:bold;
}
div.block dl dd a{
	color:#92121E;
}
*+html div.pager form{
	height:21px;
	display:inline;
}
div.pic_info{
	width: 703px;
	position: absolute;
	bottom: 4px;
	left: 5px;
	z-index:10;
	height: 60px;
	background: #fff;
	opacity: 0.85;
	filter: alpha(opacity='80');
}
h2.pic_info{
	z-index:11;
	display: block;
	position: absolute;
	bottom: 15px;
	left: 5px;
}
div.images_proizvodstvo .proizvodstvo img{
	width:703px;
	position:absolute;
	height:469px;

}
div.images_proizvodstvo .proizvodstvo img.active{
	display:block;
	z-index:5;
}


/*
 * ERROR MESSAGES
 */
.warning, .err, .succes {
	width: 100%;
	margin-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.warning {
	border: 1px solid #a97822;
	background: #fff5ca;
}

.err {
	background: #e28b65;
	border: 1px solid #a5260f;
}

.succes {
	background: #b9e57b; 
	border: 1px solid #41a808; 
}

.warning .warning_icon {
	float: left;
	width: 48px;
	height: 48px;
	margin: 14px;
	background: url('/data/admin/assets/warn.png') no-repeat 0 0;
	behavior: url(/data/admin/js/iepngfix.htc) !important; 
}

.err .err_icon {
	float: left;
	width: 48px;
	height: 48px;
	margin: 14px;
	background: url('/data/admin/assets/fail.png') no-repeat 0 0;
	behavior: url(/data/admin/js/iepngfix.htc) !important; 
}

.succes .succes_icon {
	float: left;
	width: 48px;
	height: 48px;
	margin: 14px;
	background: url('/data/admin/assets/success.png') no-repeat 0 0;
	behavior: url(/data/admin/js/iepngfix.htc) !important; 
}

.warning .desc,
.err .desc,
.succes .desc {
	float:left;
	width:80%;
}

.warning .desc p,
.err .desc p,
.succes .desc p {
	float:left;
	color:#000 !important;
}

.warning .desc span,
.err .desc span,
.succes .desc span {
	float:left;
	width:100%;
	font-weight : bold; 
	font-size : 1.2em; 
	padding-bottom : 2px; 
	margin-top:15px;
}

.warning .desc span {
	color : #dc9c00; 
}

.err .desc span {
	color : #981d05; 
}

.succes .desc span {
	color : #3a9805;
}
.imageStyle {
	border:5px #f8c74b solid;
	width:354px;
	height:265px;
	float: left;
	margin: 0px 10px 10px 0px;
}
#main table{
	border:none;
	border-collapse: collapse;
}
#main table td,#main table th{
	margin:0;
	padding:3px 0 3px 0;
	border:1px #FBB416 solid;
}
#main table th{
	background: #FEE466;
	font-weight:normal;
	text-align:left;
}
#main table tr td:first-child,#main table tr th:first-child{
	padding-left: 10px;
}
.main_content p a{
	color: #B31221;
	text-decoration: underline;
}
.main_content p a:hover{
	text-decoration: none;
}
.no_img img{
	border: 4px solid #fff;
}
.width700 {
	width: 700px;
	margin: 0 auto !important;
}
.imageIndexs {
	text-align: center;
}
	.imageIndexs a {
		text-decoration: none !important;
		color: #000000 !important;
		margin: 0 10px 0 10px;
	}
	.imageIndexs a.active {
		font-size: 14px;
		color: #B31221 !important;
		font-weight: bold;
	}
.light .prevShow, .light .nextShow {
	display: block;
	z-index: 100000;
	width: 28px;
	height: 32px;
	position: absolute;
	top: 50%;
	margin-top:-56px;
}
.light .prevShow {
	left: 5px;
	background: url(../images/s1.png) 0 0 no-repeat;
}
.light .nextShow {
	right: 5px;
	background: url(../images/s2.png) 0 0 no-repeat;
}
