body {
	text-align:left;
	margin:0px;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(/images/style/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
h3{
padding:0px;
margin:0px;
}
.header_phone, .phone {
	font-size:18px;
}
#mainTable{
	table-layout: fixed;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	height: 0px;
}

.wrap {
	margin: 0px auto;
	width: 980px;
}

a.buttonTab,a.buttonTab:visited ,a.buttonTab:link{
/* Sliding right image */
margin-right:20px;
background: transparent url('/images/tabimage.png') no-repeat top right;
float:left;
text-decoration: none;
color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
height:36px;
line-height:36px;
}

a.buttonTab span {
color: #fff;
/* Background left image */ 
margin: 0 10px 0 -10px;
background: transparent url('/images/tabimage.png') no-repeat top left; 
padding: 0px 8px 0px 18px;
position: relative; /*To fix IE6 problem (not displaying)*/
float:left;
height:36px;
} 

a.buttonTab:hover{
	color: #203c8e;
	background-position: bottom right; 
	text-decoration: none;
}

a.buttonTab:hover span{
	color: #203c8e;
	background-position:bottom left; 
	text-decoration: none;
}

/* header */
.header {
	height: 220px;
	background-image: url(/images/style/header_bg.jpg);
	background-repeat: no-repeat;
	text-align:left;
}
.header_left {
/*
	background-image: url(/images/style/header_left_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
*/
	float: left;
/*	height: 175px;
	width: 475px;
*/
}
.header_right {
	background-image: url(/images/style/headr_right_bg.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 175px;
	width: 505px;
	background: none;
}
.lang {
	text-align: right;
	height: 25px;
	line-height: 25px;
}
.lang img {
	margin-right: 7px;
	margin-top: 6px;
}
.v {
	float: left;
	margin-top: 14px;
	margin-left: 20px;
	height: 74px;
	
    font-family: cursive;
    font-size: x-large;
    font-weight: bolder;
    color: #6AA867;
    border: 1px solid gray;
    height: inherit;
    text-shadow: 2px 2px #696F69;
    border-radius: 25px;
    background: #EFEFEF;
    padding: 9px 9px 14px 9px!important;
    font-size: 28px!important;
    margin: 5px!important;
	

}
.header_hr {
	background-image: url(/images/style/header_hr.gif);
	background-repeat: repeat-x;
	height: 3px;
	display: none;
}
.phone {
	margin-top: 16px;
	margin-left: 20px;
	height: 43px;
}


/* tabs */
.left_tab {
	background-image: url(/images/style/tabs_bg.gif);
	background-repeat: repeat-x;
	height: 36px;
	margin-top: 9px;
}
.tab_active {
	line-height: 36px;
	background-image: url(/images/style/tab_active_bg.gif);
	background-repeat: repeat-x;
	height: 36px;
	width: 80px;
	text-align: center;
	float: left;
	font-weight: bold;
	font-size:12px;
}
.tab_active a {
	color: #203C8E;
	text-decoration: none;
}
.tab_active a:hover {
	color: #2C52C5;
}
.tab_home {
	width: 65px;
}
.tabs {
	background-image: url(/images/style/tabs_bg.gif);
	background-repeat: repeat-x;
	height: 36px;
	margin-top: 9px;
	width: 100%;
}
.tab_normal {
	padding:0px;
	line-height: 32px;
	background-image: url(/images/style/tab_normal_bg.gif);
	background-repeat: repeat-x;
	height: 36px;
	width: 80px;
	text-align: center;
	float: left;
	font-weight: bold;
	margin: 0px;
	font-size:12px;
}
.tab_normal a {
	color: #FFFFFF;
	text-decoration: none;
}
.tab_normal a:hover {
	color: #E1EDFF;
}
.tab_last {
	margin-right: 6px;
}


/* content */
.content {
	background-image: url(/images/style/content_bg.gif);
	background-repeat: repeat-x;
	background-color: #E7EFF7;
	padding: 6px 6px;
}

/* menu */
.menu {
	width: 185px;
	float: left;
	margin: 0px;
}
.menu_content {
	text-align:left;
	background-color: #FFFFFF;
	padding: 0px 8px 4px;
}
.menu_title {
	text-align:left;
	font-size: 1.1em;
	font-weight: bold;
	color: #466BDA;
}

.menu_title li {
	text-align:left;
	font-size: inherit;
	font-weight: normal;
	color: #466BDA;
	padding-left:3px;
}

.menu_title ul li {
	padding-left:6px;
}

.menu_content td {
	line-height: 2em;
	border-bottom: 1px solid #466BDA;
}

.menu_content h2 {
	line-height: 2em;
	border-bottom: 1px solid #466BDA;
	margin: 0px;
}

.menu_content li a {
    color: #328032;
    text-decoration: none;
    width: 169px;
    display: block;
}
.menu_content li a:hover {
	color: #325131;
}

.menu_content li {
    line-height: 2em;
    border-bottom: 1px solid #466BDA;
}

ul.menu_content{
    margin: 0px;
	padding:0px;
	 border: 1px solid white;
}


.menu_content td a {
	color: #328032;
	text-decoration: none;
	width: 169px;
	display:block;
}
.menu_content td a:hover {
	color: #325131;
}
.menu_last {
	border-bottom: 1px solid #466BDA;
}



/* right side */
.right_col {
	float: left;
	width: 174px;
}
.user_box {
	margin-bottom: 6px;
	text-align:left;
	padding:2px;
}
.white_box {
	background-color: #FFFFFF;
	text-align: center;
	width: 174px;
}
.white_box a {
	color: #328032;
	text-decoration: none;
}
.white_box a:hover {
	color: #325131;
}
.reg_box {
	margin-bottom: 6px;
}
.blue_box {
	background-color: #466BDA;
	text-align: center;
	color: #FFFFFF;
	width: 174px;
}
.blue_box a {
	color: #ffffff;
	text-decoration: none;
}
.blue_box a:hover {
	color: #E1EDFF;
}
.blue_box_title {
	font-size: 1.1em;
	font-weight: bold;
}
.blue_box input {
	border: 1px solid #23588E;
	width: 156px;
}

/* main */
.mmain {
	margin: 0px 12px;
	float: left;
	width: 573px;
}
.main_box {
	margin-bottom: 8px;
}
.box_title {
	font-size: 18px;
	line-height: 44px;
	font-weight: bold;
	color: #203C8E;
	width:100%;
	background-image: url(/images/style/box_title_bg.gif);
	height: 44px;
	background-repeat: repeat-x;
}
.main_box_content {
	background-color: #FFFFFF;
	padding: 8px;
}
.box_bottom {
	height: 6px;
}
.box_bottom_bg {
	float: left;
	height: 8px;
	font-size: 1px;
	background-color:#FFFFFF;
	width: 100%;
}
.order {
	width: 162px;
	margin:auto;
}
.order_bg {
	background-image: url(/images/style/order_bg.jpg);
	text-align: center;
	height: 100px;
	padding-top: 16px;
	font-size: 1.0em;
	color: #333333;
}
.order_title {
	font-size: 1.1em;
	font-weight: bold;
	color: #466BDA;
	margin-bottom: 10px;
}
.order_title img {
	vertical-align: middle;
}
.order_price {
	font-size: 1.2em;
	font-weight: bold;
	color: #DA5A5A;
}
.order_table {
	width: 100%;
	background-color:#FFFFFF;
}
.order_table td {
	text-align:center;
	vertical-align: middle;
	padding: 18px 0px;
}
.box_hr {
	background-image: url(/images/style/box_hr.gif);
	background-repeat: repeat-x;
	height: 5px;
}
.main_box_content a{
	color: #328032;
	text-decoration: none;
}
.main_box_content a:hover {
	color: #325131;
}
.main_box_content p {
	margin-bottom: 1em;
}
.main_box_content h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1em;
}
.table_title {
	background-image:url(/images/style/table_title_bg.gif);
	color: #203C8E;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 28px;
	width: 301px;
}
.products_table {
	width: 100%;
	border-collapse:separate;
	border-top: 1px solid #CBD2DA;
	border-left: 1px solid #CBD2DA;
}
.products_table th {
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #699ACC;
	border-right: 1px solid #4E7398;
	border-bottom: 1px solid #4E7398;
	border-left: 1px solid #B8CFE7;
	text-align:left;
	padding: 2px;
}
.products_table td {
	background-color: #F0F2F0;
	border-right: 1px solid #CBD2DA;
	border-bottom: 1px solid #CBD2DA;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	line-height: 21px;
	padding: 2px;
}
.products_table td.odd {
	background-color: #E6EEF7;
}


/* footer */
.footer {
	text-align:center;
	border-top: 5px solid #699ACC;
	background-color: #E6EEF7;
}
.footer_1st {
	background-color: #FFFFFF;
	padding: 3px;
	font-size: 0.8em;
}
.footer_logos td {
	vertical-align:middle;
}
.footer_2nd {
	background-color: #E6EEF7;
	font-size: 0.8em;
	line-height: 2.6em;
	height: 2.6em;
}
.footer_menu {
	font-size: 1.1em;
	float: left;
	color: #466BDA;
}
.footer_menu a {
	color: #328032;
	text-decoration: none;
}
.footer_menu a:hover {
	color: #325131;
}


.SimpleTip{
    position:relative;
    color:blue;
	cursor:pointer;
}
.SimpleTip div{
    /* hide tool tip box */
    display: none; 
}

/* -- Image Tip --*/    
    .imageTipHover{
        position:relative;
        color:#069; 
        z-index:5000;
    }
    /* style the tool tip */
    .imageTipHover div{ 
        /* you can change anything in the styling attributes below */
        font-size: 12px; 
        font-weight: normal;         
        padding:4px; 
        border:2px solid #555; 
        background-color:#333; 
        color:#fff;
        /* DON'T CHANGE ANYTHING BEYOND THIS LINE */
        /* making round corners for Moziall Firefox and Safari. IE dosen't support */
        -moz-border-radius: 3px; 
        -webkit-border-radius: 3px; 
        position:absolute; 
        display:block; 
        width:auto;
        left:0px; /* correct positioning*/
        top: auto; /* adjust positioning from top so that tool tip will come above the elemnt */
        text-align: left;  
        /* make it visible above the all elment, z-index decide the order of elements we show on page. 5000 is much higher value and tool tip will always come above of all elements */
        z-index:5000;
    } 

.sprite {display:inline-block; overflow:hidden; background-repeat: no-repeat;background-image:url(/images/mainSprite.png);}

.ach {width:40px; height:26px; background-position: -86px -96px}
.amex {width:43px; height:26px; background-position: -1px -96px}
.de {width:24px; height:15px; background-position: -84px -189px;margin:6px 2px;}
.de_new {width:32px; height:32px; background-position: -67px -123px}
.dieners_card {width:40px; height:26px; background-position: -45px -96px}
.elv {width:27px; height:26px; background-position: -98px -156px}
.ems_shipping {width:52px; height:19px; background-position: -56px -69px}
.en_uk {width:25px; height:15px; background-position: -58px -189px;margin:6px 2px;}
.en_us {width:24px; height:15px; background-position: -26px -209px;margin:6px 2px;}
.es {width:25px; height:15px; background-position: -32px -189px;margin:6px 2px;}
.fr {width:24px; height:15px; background-position: -1px -209px;margin:6px 2px;}
.fr_new {width:32px; height:32px; background-position: -1px -123px}
.logo_jcb {width:30px; height:26px; background-position: -67px -156px}
.psc_gif {width:124px; height:26px; background-position: -1px -42px}
.shipping_2 {width:30px; height:19px; background-position: -1px -189px}
.sp {width:32px; height:32px; background-position: -1px -156px}
.ssl {width:120px; height:40px; background-position: -1px -1px}
.uk {width:32px; height:32px; background-position: -34px -156px}
.us {width:32px; height:32px; background-position: -34px -123px}
.visa_gif {width:54px; height:26px; background-position: -1px -69px}
.trisep {    float: left;    /* width: 165px; */    width: 30%;    margin: 10px;}
.domname {margin-top: 24px; }

.product_title br {
	display:none;
}
.proddata img{
	/*display:none;*/
}
.proddata .itemimg {
	display:none;

}
.proddata h3{
	display:inline;
}
.proddata p{
	display:inline;
}

.maintbl {
	    background-image: url(/images/style/content_bg.gif);
		background-repeat: repeat-x;
    background-color: #E7EFF7;
    padding: 6px 6px;
}


.diactive .uline {
    display: none !important;
}
.menu_title.uline.is-child.diactive {
    display: none !important;
}
.clickebel {
	cursor: pointer;
}

.clickebel {
   /* border-bottom: 1px solid #6ea808 !important;*/
}


.side-menu li.is-child span {
	display: block;
}

.condomsshop .tooltipster-content img {
	max-width: 80px;
    float: left;
    padding: 5px;
}
.condomsshop .tooltipster-content span, .toysshop .tooltipster-content span {
	font-size:10px;
	display: -webkit-inline-box;
}

.toysshop .tooltipster-arrow-right span, .toysshop .tooltipster-arrow-right .tooltipster-arrow-border {
	top: 165px!important;
}
.condomsshop .tooltipster-arrow-right span, .condomsshop .tooltipster-arrow-right .tooltipster-arrow-border {
	top: 191px!important;
}

:lang(en) ul.menu_content {
	       padding-left: 10px!important;
		   padding-right: 10px!important;
}

		.order {
			    width: 184px;
				margin: auto;
				float: left;
				padding: 12px;
		}
		
.order:lang(ru) { 
    width: 162px;
    margin: auto;
    float: left;
    padding: 12px;
}
		
		
.order_bg:lang(ru) {
    background-image: url(/images/style/order_bg.jpg);
    text-align: center;
    height: 90px;
    padding-top: 16px;
    font-size: 1.0em;
    color: #333333;
}	
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
	border-radius: 5px; 
	border: 2px solid #000;
	background: #fff;
	color: #000;
	opacity: 0.5;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
	overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
	/* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}

.tooltipster-content img{
	margin-bottom: -2px;
}




/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible;
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0; 
	height: 0;
	position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
	right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-left: 9px solid;
	margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-right: 9px solid;
	margin-top: -8px;
}

		
/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 0.9;
}


.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0;
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.chkremove {
	cursor: pointer;
	color: #FF0000;
}


.page {
  padding: 15px 0 0;
}
/*
.bmd-modalButton {
  display: block;
  margin: 15px auto;
  padding: 5px 15px;
}
*/
.close-button {
  overflow: hidden;
}

.bmd-modalContent {
  box-shadow: none;
 /* background-color: transparent;*/
     background-color: #699ACC;
    border-right: 1px solid #4E7398;
    border-bottom: 1px solid #4E7398;
    border-left: 1px solid #B8CFE7;
  border: 0;
}
  
.bmd-modalContent .close {
  font-size: 30px;
  line-height: 30px;
  padding: 7px 4px 7px 13px;
  text-shadow: none;
  opacity: .7;
  color:#fff;
}

.bmd-modalContent .close span {
  display: block;
}

.bmd-modalContent .close:hover,
.bmd-modalContent .close:focus {
  opacity: 1;
  outline: none;
}

.bmd-modalContent iframe {
  display: block;
  margin: 0 auto;
}

.modal-body {
    padding: 0px!important;
}

.modal-body h5{
    position: fixed;
    padding: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #FFFFFF;
}
.embed-responsive-item {
	height:150px!important;
}

.bmd-modalButton {
	cursor:hand;
	cursor:pointer;
}
.onnextp {
	    line-height: 25px;
	padding:4px;
}
.onnextpb {
	line-height: 25px;
	padding:4px;
	text-align:left;
	width: 100%;
    float: left;
}
.textinbut {
	text-align:left;
	padding:4px;
}