img{ border:0 }

body
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin: 0;
	padding: 0;
	font-family: verdana;
min-width: 1200px;
}

#butt
{
	color: white;
	font-size: 14px;
	text-align: center;
	padding-top: 2px;
}

form button
  { padding:0;border:none;background:transparent; }
form button img
  { display:block; }


H1{ color: #000000; font-size: 16px; vertical-align: middle; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-weight:bold}

H2{
	color: Black; font-size: 14px; vertical-align: middle; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; padding:2px}

input.but{font-family:Verdana; font-size:11px; background-color:#F8ECEB; border-color:#000000; color:#000000}

}

H4 {
	FONT-SIZE: 14pt
}

h3 {
	font-family: Verdana; font-size: 14px; font-weight: bold; color: #323B45; margin-top: 0px; padding-right: 20px;
}

TD {
	FONT-SIZE: 12px; FONT-FAMILY: verdana, helvetica, sans serif; TEXT-DECORATION: none
}


p{width:100%}

hr
{ 
	width:100%; 
	height: 1px; 
	color: #47B3FD;
}


.count_prod_box{
        width: 29px;
        height: 18px;
        color: #424242;
        font-size: 10px;
        text-align: center;
        vertical-align: middle;
}

a.button {
	background-color: #F8ECEB;
	border: 1px solid green;
	height: 20px;
	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:bold;
	color: #000000;
	text-align:center;
	text-decoration:none;
	padding: 3px 3px 3px 3px;
	
}
select {
	background-color: white;
	border: 1px solid #000000;
	height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:bold;
	color: #234200;
}
textarea {
	background-color: #D5EAFF;
	border: 1px solid #000000;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:bold;
	color: #234200;
}

a:link 
{
	COLOR: black; TEXT-DECORATION: none
}

a:visited 
{
	COLOR: black; TEXT-DECORATION: none
}

a:hover 
{
	COLOR: #47B3FD; TEXT-DECORATION: none
}

#menu a:link 
{
	COLOR: white; TEXT-DECORATION: none
}

#menu a:visited 
{
	COLOR: white; TEXT-DECORATION: none
}

#menu a:hover 
{
	COLOR: #47B3FD; TEXT-DECORATION: none
}

#footer a:link 
{
	COLOR: white; TEXT-DECORATION: none
}

#footer a:visited 
{
	COLOR: white; TEXT-DECORATION: none
}

#footer a:hover 
{
	COLOR: #47B3FD; TEXT-DECORATION: none
}

#footer
{
	text-color: white;
}

#gmenu a:link 
{
	COLOR: #0C0C0C; TEXT-DECORATION: none
}

#gmenu a:visited 
{
	COLOR: #0C0C0C; TEXT-DECORATION: none
}

#gmenu a:hover 
{
	COLOR: white; TEXT-DECORATION: none
}

/* DIALOG */
#recall {
	cursor: pointer;
	background: url('/_img/recall_buttons.png') no-repeat scroll 0px 0px;
	display: block;
	height: 29px;
	margin: 35px 0 0 27px;
	width: 204px;
}
	#recall.succeed {
cursor: default !important;
		background: url('/_img/recall_buttons.png') no-repeat scroll 0px -29px;
	}

	#recall.failed {
cursor: default !important;
		background: url('/_img/recall_buttons.png') no-repeat scroll 0px -58px;
	}

.ui-dialog {
	font: 16px arial;
	background-color: #e5ebfa;

	-webkit-box-shadow: 0 1px 15px #a5a5a5;
	   -moz-box-shadow: 0 1px 15px #a5a5a5;
	        box-shadow: 0 1px 15px #a5a5a5;

	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
			border-radius: 15px;

	overflow: hidden;
	width: 500px !important;
}
	#recall_dialog {
		background: url('/_img/recall_bg.png') repeat-x scroll 0 0 #e5ebfa;
		height: 245px;
		margin: 0;
		padding: 15px 50px;

		-webkit-border-radius: 0 0 15px 15px;
	}

	#recall_dialog label {
		color: #3a3129;
		display: block;
		margin: 5px 0;
	}
	#recall_dialog input {
		border: 0 none;
		height: 34px;
		line-height: 34px;
		padding: 0 5px;
		width: 100%;
	}
		#recall_dialog input.error {
		}
	#recall_dialog p {
		margin: 0.2em 0 0.5em;
		padding: 0;
	}
		#recall_dialog p.error {
			color: #915555;
		}

	.recall_dialog__button_place {
		margin: 1em 0 0;
	}
		.recall_dialog__button_place__text {
			color: #4e5442;
			display: inline-block;
			float: left;
			margin: 15px 16px !important;
		}
	#recall_dialog button {
		cursor: pointer;
		color: transparent;
		background: url('/_img/recall_dialog_button.png') no-repeat scroll 0 0 transparent;
		border: 0;
		font-size: 15px;
		height: 43px;
		width: 237px;
	}
		#recall_dialog button.loading {
			cursor: default;
			color: transparent;
			background: transparent url('/_img/recall_loading.gif') no-repeat scroll center center;
			border: 0;
			outline: none;
		}
			#recall_dialog button.loading p {
				color: transparent;
			}

	.ui-dialog .ui-dialog-titlebar {
		background-color: #e1e9f4;
		font-size: 22px;
		padding: 15px 5px 15px 35px;
		height: 1em;
		-webkit-border-radius: 15px 15px 0 0;
	}
		.ui-dialog-titlebar-close {
			background: url("/_img/recall_close.gif") no-repeat scroll 0 0 transparent;
			color: transparent;
			display: inline-block;
			height: 15px;
			margin: 0 0 0 190px;
			vertical-align: middle;
			width: 15px;
		}
			.ui-dialog-titlebar-close span {
				color: transparent;
			}

.ui-widget-overlay {
	background-color: #A09FB3;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.3;
	filter: alpha(opacity = 30);
}
