@charset "UTF-8";  
/* common */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,input,button,textarea,p,blockquote,th,td{
	margin: 0;
	padding: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display: block;
}
table{
	border-spacing: 0;
}
img{
	border: none;
}
ul li{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
sup,sub{
	vertical-align: baseline;
}
input,button,textarea,select,optgroup,option{
 	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input:focus,
textarea:focus,
select:focus{
	outline: none;
}
input[type='checkbox'],
input[type='submit'],
input[type='reset'],
input[type='radio'],
input[type='image'],
input[type='file']{
	cursor: pointer;
}
label{
	cursor: pointer;
	color: inherit;
}
html{
	height: 100%;
}
body{
	height: 100%;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	line-height: 150%;
	text-align: left;
	color: #4c4c4c;
	background: #fff;
}
hr{
	border: 0 none;
	border-top: solid 1px #d2dbe0;
	height: 0;
	color: #d2dbe0;
	background: none;
	margin: 10px 0;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.4);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.4);
	box-shadow: 0 1px 0 rgba(255,255,255,0.4);
}
a{
	text-decoration: underline;
	outline: none;
	color: inherit;
}
a:hover{
	text-decoration: none;
}
.link a{
	color: #4d9cb9;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	float: none !important;
	display: block;
	clear: both;
	height: 0;
}
.clear-left{
	float: none !important;
	display: block;
	clear: left;
	height: 0;
}
.clear-right{
	float: none !important;
	display: block;
	clear: right;
	height: 0;
}
input[type='text'],
input[type='email'],
input[type='password'],
textarea,
select{
	border: solid 1px #d8d8d8;
	background: #fff;
	width: 200px;
	height: 22px;
	padding: 0 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
select{
	width: 117px;
	height: 24px !important;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
textarea:focus,
select{
	color: #615b61;
}
.button{
	cursor: pointer;
	display: inline-block; *display: inline; zoom: 1;
	white-space: nowrap;
	text-decoration: none;
	border: solid 1px #728d32;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	width: 172px;
	text-align: center;
	height: 40px;
	padding: 2px 0 0;
	line-height: 40px;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.22);
	background: #9cbd48;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzljYmQ0OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4N2FkMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #9cbd48 0%, #87ad33 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9cbd48), color-stop(100%,#87ad33));
	background: -webkit-linear-gradient(top,  #9cbd48 0%,#87ad33 100%);
	background: -o-linear-gradient(top,  #9cbd48 0%,#87ad33 100%);
	background: -ms-linear-gradient(top,  #9cbd48 0%,#87ad33 100%);
	background: linear-gradient(to bottom,  #9cbd48 0%,#87ad33 100%);
	*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cbd48', endColorstr='#87ad33',GradientType=0 );
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.gray-button{
	border: solid 1px #686868;
	background: #808576;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgwODU3NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YTZmNWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #808576 0%, #6a6f5f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#808576), color-stop(100%,#6a6f5f));
	background: -webkit-linear-gradient(top,  #808576 0%,#6a6f5f 100%);
	background: -o-linear-gradient(top,  #808576 0%,#6a6f5f 100%);
	background: -ms-linear-gradient(top,  #808576 0%,#6a6f5f 100%);
	background: linear-gradient(to bottom,  #808576 0%,#6a6f5f 100%);
	*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808576', endColorstr='#6a6f5f',GradientType=0 );
}
@media \0screen {
	.button{filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cbd48', endColorstr='#87ad33',GradientType=0 );}
}
@media \0screen {
	.gray-button{filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808576', endColorstr='#6a6f5f',GradientType=0 );}
}
.button:hover{
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), inset 0 0 1000px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), inset 0 0 1000px rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), inset 0 0 1000px rgba(0,0,0,0.2);
}
.button.small{
	width: 100px;
	height: 24px;
	line-height: 24px;
}
.button.big{
	height: 50px;
	line-height: 50px;
}
/* text */
h1{
	text-transform: uppercase;
}
h1,h2{
	font-size: 15px;
	line-height: 120%;
	margin: 0 0 12px;
}
h3{
	font-size: 15px;
	line-height: 120%;
	margin: 0 0 12px;
}
h3{
	font-size: 14px;
	line-height: 120%;
	margin: 0 0 12px;
}
p{
	margin: 0 0 12px;
}
/* text off */
/* off */
.wrap{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0;
	background: rgb(1,1,1) url('../img/bg.jpg') repeat-x fixed center bottom;
}
/* header */
.header{
	width: 1004px;
	padding: 32px 0 0;
	margin: 0 auto;
}
.logo .name{
	font-size: 36px;
	font-weight: bold;	
	line-height: 100%;
	color: #fff;
	text-transform: uppercase;
}
.logo .name span{
	color: #4d9cb9;
}
.logo .desc{
	color: #8dd4ef;
	text-transform: uppercase;
}
.phone{
	margin: 0 0 0 24px;
	color: #fff;
	text-transform: uppercase;
}
.phone .regular{
	margin: 7px 0 0;
	font-size: 25px;
	line-height: 100%;
}
.phone .regular span{
	font-size: 12px;
	margin: 0 0 0 8px;
}
.phone .mobile{
	font-size: 13px;
}
.phone .mobile li{
	float: left;
	margin: 0 0 0 12px;
}
.phone .mobile li:first-child{
	margin: 0;
}
.phone img{
	position: relative;
	top: -2px;
	vertical-align: middle;
	margin: 0 4px 0 0;
}
.signin{
	color: #fff;
	font-size: 12px;
	padding: 4px 0 0;
}
.signin img{
	position: relative;
	top: -2px;
	vertical-align: bottom;
	margin: 0 4px 0 0;
}
.signin span{
	margin: 0 4px 0 8px;
}
/* header off */

/* content */
.content{
	width: 1004px;
	margin: 0 auto;
	padding: 32px 0 94px;
}
.sidebar{
	width: 190px;
}
.text .sidebar{
	width: 224px;
}
.nav{
	margin: 0 0 12px;
}
.nav .active > a,
.nav a:hover{
	color: #fff;
	text-decoration: none;
}
.nav li{
	margin: 4px 0 0;
	text-transform: uppercase;
}
.nav li:first-child{
	margin: 0;
}
.nav .sub{
	display: none;
	font-size: 15px;
	padding: 0 0 4px 20px;
	line-height: 120%;
}
.nav .active .sub{
	display: block;
}
.nav .sub li{
	margin: 0;
	text-transform: none;
}
.mainbar{
	margin: 0 0 0 190px;
}
.text .mainbar{
	border: solid 5px #fff;
	margin: 0 0 0 256px;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkM2UzZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #d3e3ef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d3e3ef));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#d3e3ef 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#d3e3ef 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#d3e3ef 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#d3e3ef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3e3ef',GradientType=0 );
}
.camera{
	margin: -44px 0 0 -140px;
}
.mainbar h1{
	color: #fff;
}
.mainbar .buttons-block{
	margin: 0 0 0 80px;
}
.sidebar .buttons-block{
	margin-top: 192px;
}
.buttons-block a{
	display: block;
	text-decoration: none;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.button-green a,
.button-blue a{
	color: #fff;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
.buttons-block a:hover{
	text-shadow: 0 0 10px #fff;
}
.button-green{
	width: 221px;
	height: 92px;
	background: url('../img/button-green.png') no-repeat center center;
}
.button-green a{
	padding: 22px 60px 0 12px;
	height: 65px;
}
.button-blue{
	width: 221px;
	height: 92px;
	background: url('../img/button-blue.png') no-repeat center center;
}
.button-blue a{
	padding: 22px 32px 0 58px;
	height: 65px;
}
.button-gray{
	margin: -16px 0 0;
	width: 227px;
	height: 159px;
	background: url('../img/button-gray.png') no-repeat center center;
}
.button-gray .comment{
	display: block;
	text-decoration: none;
	padding: 34px 16px 0 16px;
	height: 125px;
}
.comment-title{
	font-size: 20px;
	font-weight: bold;
	color: #6c6c6c;
	color: rgba(81,81,81,0.8);
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #fff, 2px 2px 2px #e6e6e6, 0 0 0 #000, 2px 2px 2px #e6e6e6;
}
.comment-text{
	margin: 2px 0 0;
	padding: 3px 0 5px;
	height: 52px;
	overflow: auto;
	color: #010212;
	font-size: 12px;
	line-height: 120%;
}
.comment-text a:hover{
	text-decoration: underline;
}
.comment-author{
	font-size: 12px;
	color: #898a90;
}
.price-td{
	position: relative;
	margin: 0 -5px 0 0;
	color: #fff;
	width: 246px;
	height: 412px;
	padding: 5px;
	background: #fff;
}
.price-td h2{
	display: table-cell;
	padding: 0 16px;
	width: 214px;
	height: 84px;
	font-size: 18px;
	font-weight: bold;
	line-height: 133%;
	text-shadow: 0 2px 2px rgba(0,0,0,0.2);
	text-align: center;
	vertical-align: middle;
}
.price-td ul{
	height: 328px;
	padding: 0 16px;
	color: #4c4c4c;
	font-weight: bold;
	background: #f8fbfc;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZmJmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkM2UzZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f8fbfc 0%, #d3e3ef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8fbfc), color-stop(100%,#d3e3ef));
	background: -webkit-linear-gradient(top,  #f8fbfc 0%,#d3e3ef 100%);
	background: -o-linear-gradient(top,  #f8fbfc 0%,#d3e3ef 100%);
	background: -ms-linear-gradient(top,  #f8fbfc 0%,#d3e3ef 100%);
	background: linear-gradient(to bottom,  #f8fbfc 0%,#d3e3ef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fbfc', endColorstr='#d3e3ef',GradientType=0 );
}
.price-td ul li{
	padding: 6px 0;
	line-height: 110%;
	border-bottom: solid 1px #dde2e4;
	text-shadow: 1px 1px 0 #fff;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.4);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.4);
	box-shadow: 0 1px 0 rgba(255,255,255,0.4);
}
.price-td ul li.no-border{
	border-bottom: 0 none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.price-td ul li:first-child{
	padding-top: 16px;
}
.price-td ul h3{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #fff;
}
.violet-title{
	background: #571874;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU3MTg3NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNTBhNTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #571874 0%, #350a50 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#571874), color-stop(100%,#350a50));
	background: -webkit-linear-gradient(top,  #571874 0%,#350a50 100%);
	background: -o-linear-gradient(top,  #571874 0%,#350a50 100%);
	background: -ms-linear-gradient(top,  #571874 0%,#350a50 100%);
	background: linear-gradient(to bottom,  #571874 0%,#350a50 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#571874', endColorstr='#350a50',GradientType=0 );
}
.orange-title{
	background: #e57030;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1NzAzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYTUyMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e57030 0%, #ea5219 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e57030), color-stop(100%,#ea5219));
	background: -webkit-linear-gradient(top,  #e57030 0%,#ea5219 100%);
	background: -o-linear-gradient(top,  #e57030 0%,#ea5219 100%);
	background: -ms-linear-gradient(top,  #e57030 0%,#ea5219 100%);
	background: linear-gradient(to bottom,  #e57030 0%,#ea5219 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e57030', endColorstr='#ea5219',GradientType=0 );
}
.blue-title{
	background: #2cb3f1;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJjYjNmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNDk3ZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #2cb3f1 0%, #1497ea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2cb3f1), color-stop(100%,#1497ea));
	background: -webkit-linear-gradient(top,  #2cb3f1 0%,#1497ea 100%);
	background: -o-linear-gradient(top,  #2cb3f1 0%,#1497ea 100%);
	background: -ms-linear-gradient(top,  #2cb3f1 0%,#1497ea 100%);
	background: linear-gradient(to bottom,  #2cb3f1 0%,#1497ea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cb3f1', endColorstr='#1497ea',GradientType=0 );
}
.yellow-title{
	background: #f4bf33;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0YmYzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWE1MTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f4bf33 0%, #eea519 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4bf33), color-stop(100%,#eea519));
	background: -webkit-linear-gradient(top,  #f4bf33 0%,#eea519 100%);
	background: -o-linear-gradient(top,  #f4bf33 0%,#eea519 100%);
	background: -ms-linear-gradient(top,  #f4bf33 0%,#eea519 100%);
	background: linear-gradient(to bottom,  #f4bf33 0%,#eea519 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4bf33', endColorstr='#eea519',GradientType=0 );
}
.best{
	position: absolute;
	left: 0;
	top: 0;
}
.bottom-button{
	position: absolute;
	left: 5px;
	bottom: 32px;
	width: 246px;
	text-align: center;
}
.price-td.active{
	z-index: 1;
	margin-top: -10px;
	margin-bottom: -10px;
	height: 432px;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.3);
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.price-td.active ul{
	height: 348px;
}
.price-td.active h2{
	text-align: left;
	padding-left: 76px;
	width: 154px;
	line-height: 133%;
}
.price-td.active .bottom-button{
	bottom: 38px;
}
.price-td h2 b{
	font-size: 24px;
}
.price-td h2 sup{
	position: relative;
	top: -10px;
	font-size: 12px;
}
.text-title{
	border-top: solid 1px #b4c0c4;
	border-bottom: solid 1px #c2cbce;
	padding: 16px;
	background: #8ea1a6;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhlYTFhNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YjgxODciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #8ea1a6 0%, #6b8187 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ea1a6), color-stop(100%,#6b8187));
	background: -webkit-linear-gradient(top,  #8ea1a6 0%,#6b8187 100%);
	background: -o-linear-gradient(top,  #8ea1a6 0%,#6b8187 100%);
	background: -ms-linear-gradient(top,  #8ea1a6 0%,#6b8187 100%);
	background: linear-gradient(to bottom,  #8ea1a6 0%,#6b8187 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ea1a6', endColorstr='#6b8187',GradientType=0 );
}
.text-title h1{
	margin: 0 0 4px;
	font-size: 18px;
	font-weight: bold;
	line-height: 120%;
	text-transform: none;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.22);
}
.text-title h2{
	color: #fff;
	margin: 0;
	font-size: 24px;
	font-weight: bold;
	line-height: 120%;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.22);
}
.text .mainbar .inside{
	padding: 16px;
}
.text-prices{
	padding: 32px 0 16px;
}
.text-prices .price-td{
	width: 212px;
	height: 280px;
	margin: 0 0 0 35px;
	padding: 0; 
	background: none;
}
.text-prices .price-td:first-child{
	margin: 0; 
}
.text-prices .price-td ul{
	height: auto;
	padding: 0;
	background: none;
}
.text-prices .price-td ul li{
	padding: 8px;
}
.text-prices .price-td .bottom-button{
	left: 0;
	bottom: 0;
	width: 212px;
}
/* content off */

/* footer */
.footer{
	margin: -94px auto 0;
	padding: 12px 0 0;
	width: 1004px;
	height: 82px;
}
.copy{
	padding: 28px 0 0;
	font-size: 15px;
	color: #99b4c7;
	float:left;
}
/* footer off */

/* popup */
.fancybox-skin{
	background: #353535;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.fancybox-close{
	right: 10px;
	top: 10px;
	width: 22px;
	height: 21px;
	background: url('../img/fancybox/close.png') no-repeat center center;
}
.popup-form{
	display: none;
}
.popup-form label{
	color: #b5b5b5;
	font-size: 16px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
}
.popup-form input[type='text'],
.popup-form input[type='password']{
}
.popup-form .input{
	width: 303px;
	padding: 5px 0 0 8px;
	height: 37px;
	background: url('../img/input.png') no-repeat center center;
}

.popup-form .input.useremail{
	display: inline-block; *display: inline; zoom: 1;
	background-image: url('../img/useremail.png');
}
.popup-form .input.userpassword{
	display: inline-block; *display: inline; zoom: 1;
	background-image: url('../img/userpassword.png');
}
.popup-form .input input{
	width: 284px;
	height: 32px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
	border: 0 none;
	background: none;
}
.popup-form#login-form .input input{
	width: 266px;
}
.popup-form input[type='submit']{
	-webkit-transition: 0.1s ease all;
	-moz-transition: 0.1s ease all;
	-o-transition: 0.1s ease all;
	transition: 0.1s ease all;
}
.popup-form input[type='submit']:hover{
	opacity: 0.8;
}
#login-form{
	position: relative;
	margin: 0 16px;
	padding: 32px 4px 16px;
	width: 412px;
}
.login-row{
	white-space: nowrap;
	padding: 0 0 8px;
}
.login-row label{
	display: inline-block; *display: inline; zoom: 1;
	width: 76px;
	margin-right: 4px;
	text-align: right;
}
#login-form input[type='submit']{
	position: absolute;
	right: 0;
	top: 53px;
	width: 52px;
	height: 51px;
	border: 0 none;
	background: url('../img/submit.png') no-repeat center center;
}
#reg-form{
	width: 440px;
	margin: 0;
	padding: 32px 0 12px;
}
#reg-form table{
	margin: 0 auto;
	width: 388px;
}
#reg-form table td{
	padding-bottom: 6px;
}
#reg-form table td:first-child{
	width: 0;
	white-space: normal;
	text-align: left;
	padding-right: 8px;
}
#reg-form table td[colspan='2']{
	padding-right: 0;
}
.forgot-field{
	padding: 24px 0 0;
}
.userforgotsubmit{
	padding-top: 8px;
	text-align: right;
}
.plain-text input[type='submit'],
#reg-form input[type='submit'],
#forgot-form input[type='submit']{
	text-align: left;
	width: 196px;
	height: 51px;
	border: 0 none;
	color: #6296b4;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
	text-decoration: underline;
	background: url('../img/submit.png') no-repeat right center;

}
.plain-text input[type='submit']{
	color:#333333;
}
#forgot-form input[type='submit']{
	width: 176px;
}
#reg-form input[type='submit']:hover,
#forgot-form input[type='submit']:hover{
	text-decoration: none;
}
.userlinks{
	padding: 0 22px 0 82px;
}
.userlinks a{
	color: #6296b4;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
}
/* popup off*/





















#ho_adv{
	display: none !important;
}
/* END */

/* .nav.link LI:HOVER UL.sub {
	display: block;
} */
.dev{
	float: right;
	padding: 28px 0 0;
}
.Design {
    background: url("../images/design.png") no-repeat scroll left center transparent;
    color: #FFFFFF;
    float: right;
    font-size: 11px;
    padding: 5px 15px 5px 36px;
}



.error .error_msg{
	visibility: visible;
}
.error .forgot .text-field,
.error-ico{
	
	background:  url('../img/error.png') no-repeat 95% 50% !important;
	
}
.reginfo P{
	text-align: left;
	color:#999;
	
}
.userforgotsubmit p{
color:#999;
	text-align: justify;
}
.popup-form,
.validation-form{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.error_msg{
	white-space: nowrap;
	color: #ff2626;
	font-size: 12px;
	font-style: italic;
	
	padding: 2px 0 0;
	visibility: hidden;
}


.main-left-box H2{
	font-size: 18px;
	text-shadow: 1px 1px 0 #fff, 2px 2px 2px #e6e6e6, 0 0 0 #000, 2px 2px 2px #e6e6e6;
}


/* USER ACCOUN */

.text-box .menu{
	/*margin-bottom: 35px;*/
}
.text-box .menu li{

background: #047090;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#047090), to(#0c7897));
background: -webkit-linear-gradient(#047090, #0c7897);
background: -moz-linear-gradient(#047090, #0c7897);
background: -ms-linear-gradient(#047090, #0c7897);
background: -o-linear-gradient(#047090, #0c7897);
background: linear-gradient(#047090, #0c7897);
-pie-background: linear-gradient(#047090, #0c7897);
behavior: url(/public/htc/PIE.htc);
	
    display: inline-block;
    *display: block;
    zoom:1;
    margin-right: 10px;
    padding: 8px 0px;
-webkit-border-radius:  10px;
-moz-border-radius:  10px;
border-radius:  10px;

}
.text-box .menu li:hover{
	opacity: 0.8;
}
.text-box .menu li.active{
	padding: 8px 10px;
	background: #00a2d3;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#00a2d3), to(#00a2d3));
background: -webkit-linear-gradient(#00a2d3, #00a2d3);
background: -moz-linear-gradient(#00a2d3, #00a2d3);
background: -ms-linear-gradient(#00a2d3, #00a2d3);
background: -o-linear-gradient(#00a2d3, #00a2d3);
background: linear-gradient(#00a2d3, #00a2d3);
-pie-background: linear-gradient(#00a2d3, #00a2d3);
}
.photo-load-form{
background: #e1e6e8;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e1e6e8), to(#7edaf6));
background: -webkit-linear-gradient(#e1e6e8, #7edaf6);
background: -moz-linear-gradient(#e1e6e8, #7edaf6);
background: -ms-linear-gradient(#e1e6e8, #7edaf6);
background: -o-linear-gradient(#e1e6e8, #7edaf6);
background: linear-gradient(#e1e6e8, #7edaf6);
-pie-background: linear-gradient(#e1e6e8, #7edaf6);
behavior: url(/public/htc/PIE.htc);
-webkit-border-radius:  10px;
-moz-border-radius:  10px;
border-radius:  10px;

padding: 10px;
}
.text-box .menu li a{
	color: #bbbbbb;
	padding: 9px 10px;
}
.text-box .menu li:hover a{
	color: #ffffff;
}
.plain-text{
	font-size: 12px;
	line-height: 18px;
	
}
.plain-text.user-account{
	
}
.plain-text h1{
	font-size: 30px;
	line-height: 30px;
	padding: 20px 0;
}
.breadcrumb{color:#333;font-size: 11px;padding: 0 0 10px 0}
.plain-text h2{
	font-size: 18px;
	line-height: 20px;
	padding: 16px 0;
}
.plain-text h3{
	font-size: 14px;
	line-height: 18px;
	padding: 8px 0;
}
.plain-text .view-order{
	margin-left: 5px;
}

.ProducList td,
.ProducList th{
	text-align: center;
	border-left: 1px solid #095b74;
	border-top: 1px solid #095b74;
}
.ProducList tr th:first-child,
.ProducList tr td:first-child{
	border-left: none;
	padding: 10px;
	width: 180px;
}
.ProducList tr th{
	border-top: none;
	background: #bfd3d9;
}
.ProducList tr{
	/*height: 50px;*/
	height: 30px;
}
.ProducList tr.odd{
	background-color: rgba(202,212,215,0.15);
}
.plain-text textarea{
	height: 60px;
}
.ProducList {
	overflow: hidden;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #095b74;

}
.ProducList table{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	
}
.ProducList form label{
	/*display: block;*/
	cursor: pointer;
	line-height: 22px;
}
.ProducList .qq-order-button{
	margin-top: 15px;
}

.qq-upload-success span.ph-quality,
.qq-upload-success span.ph-price,
.qq-upload-success span.count,
.qq-upload-success span.ph-ph-sum-price{
	margin-right: 20px;
}

.del-order{
	background-image: url('/public/images/delete.png');
	background-position: 0px 0px;
	display: block;
	float: left;
    width: 44px;
    height: 34px;
}
.del-order:hover{
	background-position: 0px -34px;
}

.edit-order{
	background-image: url('/public/images/edit.png');
	background-position: 0px 0px;
	display: block;
	float: left;
    width: 37px;
    height: 34px;
}
.edit-order:hover{
	background-position: 0px -34px;
}

.pay-order{
	background-image: url('/public/images/pay.png');
	background-position: 0px 0px;
	display: block;
	float: left;
    width: 39px;
    height: 34px;
}
.pay-order:hover{
	background-position: 0px -34px;
}

.view-order{
	background-image: url('/public/images/view.png');
	background-position: 0px 0px;
	display: block;
	float: left;
    width: 51px;
    height: 34px;
}
.view-order:hover{
	background-position: 0px -34px;
}
.qq-upload-remove a{
	color:#AC0000;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.22);
}
.qq-order-button{
	margin-left: 15px;
}
.carttotal{
	padding: 15px;
}
.plain-text select,
.plain-text textarea,
.plain-text input[type=pawwsord],
.plain-text input[type=text]{
	padding: 4px;
}
#ik_payment textarea{
	width: 400px;
	height: 80px;
}
#ik_payment{
	padding: 15px;
}
#sum-prices{
	font-size: 18px;
}
.plain-text {
	line-height: 150%;
}
.plain-text label{
	margin-right: 5px;
}
.plain-text input[type=text].ph-count{
	width: 75px;
	text-align: center;
	font-size: 18px;
}
.input-form TD{
	padding:  0 0 5px 0;
}

.border-bottom{
	border-bottom:1px solid #095B74
}
.order-info tr td{
	font-size: 16px;
	padding: 5px;
}
.order-info tr td:first-child {
	padding-right: 5px;
		font-style: italic;
}
.order-info tr:first-child td{
	border-top: none;
}

#ik_payment .qq-order-button {
    margin-left: 0px;
}



.bg{
	display: none;
	position: fixed;
	z-index: 9998;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background:url("../img/fancybox/fancybox_overlay.png") repeat scroll 0 0 transparent;
/*	background: rgba(0,0,0,0.75);*/
}
.form-box{
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	width: 100%;
	height: 0;
	text-align: center;
}
.form{
	display: inline-block; *display: inline; zoom: 1;
	position: relative;
	top: -1140px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0 0 20px #00c4ff;
	-moz-box-shadow: 0 0 20px #00c4ff;
	-o-box-shadow: 0 0 20px #00c4ff;
	box-shadow: 0 0 20px #00c4ff;
}
.form h2{
	color: #bbb;
	font-size: 22px;
	width: 604px;
	height: 41px;
	line-height: 40px;
	border: solid 1px #222;
	margin: 0px;
	border-bottom: none;
	background: #353535 repeat-x left top;
	-webkit-border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	-o-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
}	
.form-body{
	overflow: hidden;
	position: relative;
	width: 604px;
	height: 230px;	
	border: solid 1px #222;
	background: #353535;
	-webkit-border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	-o-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
}
.form-box.progress {
    width: 1004px;
}
.progress {
    padding: 40px;
}
.form-box {
    display: none;
    height: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.form-box.progress div.progress{
	background: url("../images/progress.gif") no-repeat  50% 32%;
}
.progress{
	padding: 40px;
}
.progress .info{
	font-size: 22px;
	color:#999;
	margin-left: 0px;
	padding: 100px 0 0 0;
	text-align: center;
}
.plain-text .form-box.progress  h2{
	padding: 0px;
}
.form-box.progress{
	width: 1004px;
}



#ContactForm textarea,
#ik_payment textarea{
	height: 150px;
	padding: 5px 6px;
    margin: 10px 0;
    width: 418px;
	resize: none;
}
.contacts-info{
	float: left;
	margin-left: 15px;
	width: 200px;
}

#ContactForm .error-ico{
	
	background-color:#FFF !important;
	
}
/* ---- Add-- */
.pagenumbers {
    display: inline-block;
}

.pagenumbers ul li {
    float: left;
    margin: 5px;
}
/*fix*/
.mainbar .editable-page *{
	font-family: 'Droid Sans', sans-serif !important;
	font-size: 14px !important;
	line-height: 150% !important;
	font-style: normal !important;
/*	color: #4c4c4c !important;*/
}
.mainbar .editable-page .breadcrumb *{
	font-size: 13px !important;
}
.mainbar .editable-page ol,
.mainbar .editable-page ul{
	margin: 4px 0 12px;
}
.mainbar .editable-page li{
	margin: 0 0 0 20px;
}
.mainbar .editable-page ul li{
	list-style: square;
}
.mainbar .editable-page table{
	text-align: center;
	margin: 12px auto;
	border-collapse: collapse;
}
.mainbar .editable-page td{
	padding: 4px;
	border: solid 1px #ccc;
}
.mainbar .editable-page table tr:first-child td{
	font-weight: bold;
	white-space: nowrap;
}

.Page_nav .active a{
	text-decoration: none;
	font-weight: bold;
}
.no-orders{
	text-align: center;
	padding: 15px;
	font-size: 16px;
}
.table_link {
    text-decoration: none;
}

/* A.S. */

.photo-load-form {overflow:hidden;}
h2 span {font-size:16px; float:right;}
.qq-upload-img img {max-width:100%;}
.textsm {padding:4px !important; width:109px !important; height:16px !important; text-align:center;}
#g_plus {position:absolute; top:7px; right:0px;}
.header {position:relative;}
.mainbar .editable-page table{
	border-collapse: collapse;
}
.mainbar .editable-page tr td,
.mainbar .editable-page tr th{
	padding: 2px 8px;
	border: solid 2px #fff;
}
.mainbar .editable-page tr:nth-child(odd) td{
	background: rgba(255,255,255,0.5);
}
.mainbar .editable-page tr:first-child td,
.mainbar .editable-page tr th{
	font-size: 13px !important;
	line-height: 110% !important;
color: #fff;
text-shadow: 0 2px 2px rgba(0,0,0,0.2);
background: #2cb3f1;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #2cb3f1 0%, #1497ea 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2cb3f1), color-stop(100%,#1497ea));
background: -webkit-linear-gradient(top, #2cb3f1 0%,#1497ea 100%);
background: -o-linear-gradient(top, #2cb3f1 0%,#1497ea 100%);
background: -ms-linear-gradient(top, #2cb3f1 0%,#1497ea 100%);
background: linear-gradient(to bottom, #2cb3f1 0%,#1497ea 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cb3f1', endColorstr='#1497ea',GradientType=0 );
}
.mainbar .editable-page tr:first-child td *,
.mainbar .editable-page tr th *{
	font-size: 13px !important;
	line-height: 110% !important;
}
#count-load-photo, #count-order-photo{
	display: block;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.spanmenu{
    border-bottom: 1px dashed;
    color: #4d9cb9;
    cursor: pointer;
    text-decoration: none;
}
.spanmenu:hover{
     color:#FFFFFF;
	 text-decoration: none;
	  border-bottom: none;
}
#fancyorderinfo {
    color: #ffffff;
}
#fancyorderinfo h2{
    color: #ffffff;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
	padding-bottom:10px;
}
#fancyorderinfo table td {
   border-left: 1px solid #095b74;
    border-top: 1px solid #095b74;
	text-align:center;
}
#fancyorderinfo tr td:first-child {
border-left: medium none;
}
#fancyorderinfo tr:first-child td {
    border-top: medium none;
}
.news_inmain{
    margin-bottom:50px;
	padding-left:20px;
	color: #FFFFFF
}
.explanation {
    color: #047090;
    font-size: 16px;
    padding: 10px 0 0;
}


/* fast load */
.table_fast_load {
    width: 100%;
}

/* end  fast load */
#load_gif {
    background: url("../images/progress.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 500px;
    width: 100%;
}
#load_gif p {
    font-size: 20px;
    text-align: center;
}
.fast_load {
    /* background: linear-gradient(#e1e6e8, #7edaf6) repeat scroll 0 0 rgba(0, 0, 0, 0); */
    border-radius: 10px;
    margin-top: 10px;
    padding: 10px 10px 10px 0;

}
.slow_load {
  /*   background: linear-gradient(#e1e6e8, #5eafaf) repeat scroll 0 0 rgba(0, 0, 0, 0); */
    border-radius: 10px;
    margin-top: 10px;
    padding: 10px 10px 10px 0;
}
.table_slow_load {
    width: 100%;
}
.table_slow_load thead {
    /* text-align: center; */
}

.slow_td {
    /* border-top: 1px solid #fafafa; */
    padding-bottom: 12px;
    padding-top: 12px;
}
.button_load {
    background: linear-gradient(to bottom, #047090 0%, #047090 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #047090 ;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    line-height: 25px;
    padding: 2px 0 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.22);
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
    white-space: nowrap;
    width: 172px;
}
.button_load:hover{
	background: linear-gradient(#00a2d3, #00a2d3) repeat scroll 0 0 rgba(0, 0, 0, 0)  ;
}
.load_overlay {
    background-color: #444444;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.5;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.form-box2.progress2 {
    width: 1004px;
}
.progress2 {
    padding: 40px;
}
.form-box2 {
    display: none;
    height: 0;
    /* margin-left: 170px; */
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 9999;
	
}
.form2 {
    border-radius: 20px;
    box-shadow: 0 0 20px #00c4ff;
    display: inline-block;
    position: relative;
    border: 1px solid #353535;
    border-radius: 20px;
    height: 230px;
    overflow: hidden;
    position: relative;
    width: 604px;
	background: none repeat scroll 0 0 #353535;
	
}
.form2 h2 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    /* background: none repeat-x scroll left top #1796ee; */
    border-color: #353535 ;
    border-image: none;
    border-radius: 20px 20px 0 0;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    color: #f2f2f2;
    font-size: 22px;
    height: 41px;
    line-height: 40px;
    margin: 0;
    width: 604px;
}
.form2 .form-body2{
    background: url("../images/progress.gif") no-repeat scroll 50% 32% rgba(0, 0, 0, 0);
    height: 100px;
    padding-top: 120px;
    width: 100%;
}
.fast_tesxt, .slow_tesxt {
    padding-bottom: 8px;
}
.txtaligncrnter{
    text-align:center;
}
.package_product_deleteform{
    float:right;
	padding:10px;
}
.package_product_delete{
    float: right;
    padding: 64px 10px 10px;
    text-align: center;
}
#submit_button_fast,#submit_button_slow{
   float:right;
}
.payimg{
	display: inline-block;
    margin-left: 120px;
    margin-top:18px;
}
.inside.editable-page .c_table td:first-child, .inside.editable-page .c_table th:first-child {
    text-align: left;
}
.inside.editable-page  td:first-child, .inside.editable-page  th:first-child {
    text-align: left;
}
.imghov{
    display: inline-block;
    height: 100%;
    /* position: absolute; */
    text-align: center;
    vertical-align: middle;
    width: 100%;
    z-index: 105;
	background: black none repeat scroll 0 0;
}
.testimga{
	/* position:absolute; */
	width: 100%;
    z-index: 100;
	opacity:0.5;
}
.imghov_in{
	display: inline-block;
    height: 91px;
    
    text-align: center;
    vertical-align: middle;
    width: 150px;
}
.imghov table td:not(.img-my) {
  background: rgba(0,0,0,0.5);
}
.imghov table{
   font-size:0;
   margin:-1px;
}
.qq-upload-list.com_ul_list li {
    margin-top: 10px;
    overflow: hidden;
}
.imghov.polk_class{
    background: white none repeat scroll 0 0;
}
.imghov.polk_class table td:not(.img-my) {
    background: rgba(0, 0, 0, 0.21) none repeat scroll 0 0;
}
