html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

/* global
********************/
body{
	background: #eee;
	font-size: 16px;
	font-weight: normal;
	font-family: 'PT Sans', sans-serif;
	line-height: 18px;
	color: #2b2a2a;
	padding: 30px 15px;
	width: 1300px;
	margin: 0 auto;
}

h1{
	font-size: 28px;
	line-height: 30px;
}

a{
	color: #126fa7;
	text-decoration: underline;
}

a:hover,
a:active,
a:focus{
	color: #2b2a2a;
	text-decoration: none;
}


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

/* background
********************/
.grey,
.grey-not-hover{
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOGQ4ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #d8d8d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#d8d8d8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#d8d8d8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#d8d8d8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-8 */

}
.grey:hover,
.grey:active,
.grey:focus{
	background-color: #888;
	background: #ededed; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNmM2YzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ededed 0%, #c6c6c6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#c6c6c6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ededed 0%,#c6c6c6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ededed 0%,#c6c6c6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ededed 0%,#c6c6c6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ededed 0%,#c6c6c6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#c6c6c6',GradientType=0 ); /* IE6-8 */
}

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

/* add class
********************/

.green-border{
	border: 4px solid #009036 !important;
}
.blue-border{
	border: 4px solid #4e7981 !important;
}
.red-border{
	border: 4px solid #de4040 !important;
}

.fs-36{
	font-size: 36px !important;
}
.fs-22{
	font-size: 22px !important;
}
.fs-18{
	font-size: 18px !important;
}
.fs-16{
	font-size: 16px !important;
}
.fs-14{
	font-size: 14px !important;
}
.fs-12{
	font-size: 12px !important;
}

.color-grey{
	color: #747475;
}

.block{
	display: block;
}
.inline-block{
	display: inline-block;
}
.inline{
	display: inline;
}
.hidden{
	display: none;
}
.block-center{
	margin-left: auto;
	margin-right: auto;
}
.block-dashed{
	padding: 5px;
	border: 2px dashed #575555;
	border-radius: 10px;
}

.right{
	float: right !important;
}
.left{
	float: left !important;
}

.align-left{
	text-align: left;
}
.align-right{
	text-align: right;
}
.align-center{
	text-align: center;
}

.valign-t{
	vertical-align: top;
}
.valign-b{
	vertical-align: bottom;
}
.valign-m{
	vertical-align: middle;
}

.row{
	margin: 0 0 15px;
}

.title-form{
	width: 200px;
	text-align: left;
	margin-right: 10px;
	display: inline-block;
    
	line-height: 140%;
    
	font-size: 14px;
}

.title{
	font-weight: bold;
}
.desc{
	font-size: 12px;
	color: #747475;
	line-height: 100%;
}

.count{
	color: #747475;
}

.link-add{
	margin-left: 20px;
}

.close{
	color: #808080;
	text-decoration: underline;
	font-size: 14px;
	position: absolute;
	top: 2px;
	right: 8px;
}


.full-screen{
	width: 100%;
}

.mega-monster{
	width: 600px;
}
.mega-monster-monster{
	width: 550px;
}
.monster{
	width: 500px;
}
.monster-huge{
	width: 450px;
}
.huge{
	width: 400px;
}
.huge-long{
	width: 350px;
}
.long{
	width: 300px;
}
.long-medium{
	width: 250px;
}
.medium{
	width: 200px;
}
.medium-short{
	width: 150px;
}
.short{
	width: 100px;
}

.mega-monster-h{
	height: 600px;
}
.mega-monster-monster-h{
	height: 550px;
}
.monster-h{
	height: 500px;
}
.monster-huge-h{
	height: 450px;
}
.huge-h{
	height: 400px;
}
.huge-long-h{
	height: 350px;
}
.long-h{
	height: 300px;
}
.long-medium-h{
	height: 250px;
}
.medium-h{
	height: 200px;
}
.medium-short-h{
	height: 150px;
}
.short-h{
	height: 100px;
}

.margin-top{
	margin-top: 20px;
}
.margin-bottom{
	margin-bottom: 20px;
}
.margin-left{
	margin-left: 20px;
}
.margin-right{
	margin-right: 20px;
}

.padding-top{
	padding-top: 20px;
}
.padding-bottom{
	padding-bottom: 20px;
}
.padding-left{
	padding-left: 20px;
}
.padding-right{
	padding-right: 20px;
}

.errorMessage,
.errorSummary,
.empty{
	color: #f00;
	font-size: 14px;
	line-height: 100%;
	margin: 5px 0 0;
}
.errorSummary{
	margin: 0 0 10px;

}
.errorSummary p{
	margin: 0 0 0.5em;
	font-weight: bold;
}
.errorSummary li{
	margin: 0 0 0.3em;
}

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

/**** Elements Form ****/

/** Submit button **/
.submit{
	cursor: pointer;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	color: #000;
	padding: 4px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid  #999;
	vertical-align: middle;
}

/** Input text **/
.text{
	border-width: 1px;
	border-style: solid;
	border-color: #8d8d8d  #8d8d8d  #a5a5a5 #8d8d8d;
	padding: 3px;
	font-size: 16px;
	vertical-align: middle;
}
.text:focus{
	-webkit-box-shadow: 0 0 4px -1px #000 inset;
	-moz-box-shadow: 0 0 4px -1px #000 inset;
	box-shadow: 0 0 4px -1px #000 inset;
}

/** Textarea **/
.textarea{
	border-width: 1px;
	border-style: solid;
	border-color: #8d8d8d  #8d8d8d  #a5a5a5 #8d8d8d;
	padding: 3px;
	font-size: 16px;
	vertical-align: middle;
}

.textarea:focus{
	-webkit-box-shadow: 0 0 4px -1px #000 inset;
	-moz-box-shadow: 0 0 4px -1px #000 inset;
	box-shadow: 0 0 4px -1px #000 inset;
}

/** Checkbox **/

/* if javascript true */
body.script-yes .checkbox input{
	display: none;
}
body.script-yes .checkbox{
	display: inline-block;
	width: 36px;
	height: 37px;
	vertical-align: middle;
	background: url("/images/admin_new/sprites.png") -416px -120px no-repeat;
}
/* if checkbox cheked */
body.script-yes .checkbox.checked{
	background: url("/images/admin_new/sprites.png") -380px -156px no-repeat;
}

/** Select Form **/
.cusel{
	position: relative;
	cursor: pointer;
	font-size: 14px;
	z-index: 6;
	width: 220px !important;
	height: 25px;
	display: inline-block;
	border: 1px solid #9a9a9a;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	vertical-align: middle;
}
	.cuselFrameRight {
		background: url("/images/admin_new/select.png") 0 0 no-repeat;
		position: absolute;
		z-index: 2;
		top: 7px;
		right: 6px;
		height: 12px;
		width: 6px;
		}
	.cuselText {
		height: 20px;
		font-size: 16px;
		font-weight: bold;
		color: #555;
		padding: 4px 0 0 7px;
		cursor: pointer;
		overflow: hidden;
		position: relative;
		z-index: 1;
		position: absolute;
		top: 0;
		left: 0;
	}
	.cusel span {
		display: block;
		cursor: pointer;
		white-space: nowrap;
		padding: 2px 15px 2px 5px;
		zoom: 1;
	}
	/* activ option */
	.cusel span:hover,
	.cusel .cuselActive,
	.cusel .cuselOptHover {
		color: #fff;
		background: #3ba4fe; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNiYTRmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZDc5YWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #3ba4fe 0%, #0d79aa 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3ba4fe), color-stop(100%,#0d79aa)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #3ba4fe 0%,#0d79aa 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #3ba4fe 0%,#0d79aa 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #3ba4fe 0%,#0d79aa 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #3ba4fe 0%,#0d79aa 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ba4fe', endColorstr='#0d79aa',GradientType=0 ); /* IE6-8 */
	}
	.cusel .cuselActive {
		color: #fff;
		cursor: default;
	}
	.cuselOpen {
		z-index: 999;
	}
	.cusel .cusel-scroll-wrap {
		padding: 10px 0;
		display: block;
		visibility: hidden;
		position: absolute;
		left: 0;
		top: 100%;
		background: #fff;
		min-width: 100%;
		width: auto;
		-moz-border-radius: 0 0 10px 10px;
		-webkit-border-radius: 0 0 10px 10px;
		box-shadow: 0 3px 10px 0px black;
		-moz-box-shadow: 0 3px 10px 0px black;
		-webkit-box-shadow: 0 3px 10px 0px black;
	}
	.cusel .jScrollPaneContainer {
		position: relative;
		overflow: hidden;
		z-index: 5;
	}
	.cusel .jScrollPaneTrack {
		width: 8px !important;
		background: #AAA;
		position: absolute;
		top: 15px !important;
		right: 4px;
	}
	.cusel .jScrollPaneDrag {
		position: absolute;
		background: #555;
		cursor: pointer;
		width: 15px !important;
		height: 15px !important;
		right: -4px;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		
	}

	.cusel .jScrollPaneDragTop {
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
	}
	.cusel .jScrollPaneDragBottom {
		position: absolute;
		bottom: 0;
		left: 0;
		overflow: hidden;
	}
	.cusel .jScrollArrowUp {
		position: absolute;
		top: 0;
		right: 0px;
		width: 15px !important;
		height: 15px;
		cursor: pointer;
		overflow: hidden;
		background: url("/images/admin_new/select.png") -23px 0 no-repeat;
	}
	.cusel .jScrollArrowDown {
		position: absolute;
		width: 15px !important;
		height: 15px;
		bottom: 0;
		right: 0;
		cursor: pointer;
		background-position: -21px -26px;
		overflow: hidden;
		background: url("/images/admin_new/select.png") -7px 0 no-repeat;
	}

	/* if disabled select*/
	.classDisCusel,
	.classDisCusel .cuselFrameRight {
		background: #777 !important;
		cursor: default;
		color: #ccc;
	}
	.classDisCusel .cuselText {
		cursor: default;
	}
	
/**********************************************************/

/**** Search form ****/

.search-form{
	position:absolute;
	top: 15px;
	right: 0;
}

.search-form_value{
	width: 150px;
	padding: 4px 22px 5px 8px;
	border: 1px solid #8d8d8d;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	color: #777;
}
.search-form_submit{
	border: none;
	width: 17px;
	height: 19px;
	background: url("/images/admin_new/sprites.png") -452px -102px no-repeat;
	cursor: pointer;
}

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

/**** Div body ****/

.div-body-no-bg{
	padding: 10px 2%;
	margin: 15px 0;
	width: 96%;
	position: relative;
}

.div-body{
	background: #fff;
	padding: 10px 2%;
	margin: 15px 0;
	width: 96%;
	-webkit-box-shadow: 0 4px 20px 0 #000;
	-moz-box-shadow: 0 4px 20px 0 #000;
	box-shadow: 0 4px 20px 0 #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
}
	.div-body_header{
		margin-bottom: 15px;
	}
	.div-body_title{
		font-size: 20px;
		line-height: 24px;
	}
	
/**********************************************************/
	
/**** Div modal body ****/
.modal{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -280px;
	z-index: 100;
	border: 5px solid #9f9f9f;
	display: none;
	width: 560px;
}
.modal-bg{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 99;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}

/**********************************************************/
	
/**** delete + edit field ****/
.b-dashed {
    border: 2px dashed transparent;
}
.b-dashed:hover {
    border: 2px dashed #000;
}
.ed-de-field{
	padding: 5px 65px 5px 5px;
	margin: 2px 16px 7px 2px;
	position: relative;
	display: inline-block;
}
.ed-de-field:hover,
.ed-de-field:active,
.ed-de-field:focus{
	background: #eef;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.ed-de-field.b-dashed:hover,
.ed-de-field.b-dashed:active,
.ed-de-field.b-dashed:focus{
    margin: 2px 16px 7px 2px;
	border: 2px dashed  #000;
}
	.edit{
		width: 17px;
		height: 18px;
		display: block;
		background: url("/images/admin_new/sprites.png") 0 -487px no-repeat;
		position: absolute;
		top: 5px;
		right: 35px;
	}
	.delete{
		width: 22px;
		height: 24px;
		display: block;
		background: url("/images/admin_new/sprites.png") -17px -463px no-repeat;
		position: absolute;
		top: 3px;
		right: 3px;
	}
	.edit:hover,
	.edit:active,
	.edit:focus,
	.delete:hover,
	.delete:active,
	.delete:focus{
		opacity: 0.7;
	}

/*if submenu*/
.ed-de-field .sub{
	margin-left: 10px;
	display: block;
}

/* if border dashed*/
.ed-de-field.b-dashed{
	margin: 2px 16px 7px 2px;
}

#top_menu .ui-sortable-placeholder{
    height: 2px !important;
}

#top_menu .root {
    position: relative;
}

#top_menu .root .pages {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #eee;
    z-index: 5;
}
#top_menu .root .pages .pages {
    display: none;
    top: 0;
    left: 100%;
}

#top_menu .ed-de-field:hover > .pages {
    display: block;
}

#side_menu .root {
    position: relative;
}

#side_menu .root .pages {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #eee;
    z-index: 5;
}

#side_menu .ed-de-field:hover > .pages {
    display: block;
}


/*if vertical menu*/
.vertical .ed-de-field{
	padding: 5px 60px 5px 0!important;
	margin: 2px 16px 8px 16px !important;
	position: relative;
	display: block  !important;
	clear: both;
}

.vertical ul.categories { padding-right: 10px; }
.vertical ul.categories ul.categories { padding-right: 0; }
.vertical ul.categories li.ed-de-field { margin: 2px 0 2px 10px!important; padding: 5px 0!important; }

.ed-de-field:hover,
.ed-de-field:active,
.ed-de-field:focus{
	background: none;
}
	.vertical .count{
		position: relative;
	}
	.vertical .ed-de-field .sub{
		margin: 3px 0 5px 14px !important;
	}
	
/**********************************************************/

/**** Product Grid ****/
.product-grid{
	display: inline-block;
	padding: 5px;
	margin: 0 3px 20px;
	color: #434444;
	cursor: default;
}
.product-grid:hover,
.product-grid:active,
.product-grid:focus,
.product-grid.select{
	color: #d9d9d9;
	background: #414242;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 6px 2px black inset;
	-moz-box-shadow: 0 3px 6px 2px black inset;
	box-shadow: 0 3px 6px 2px black inset;
}
	#prod-grid-table,
	#prod-grid-list{
		vertical-align: middle;
		display: inline-block;
		height: 35px;
		background: url("/images/admin_new/sprites.png") no-repeat;
		margin-right: 5px;
		position: relative;
		z-index: 1;
	}
	#prod-grid-table{
		margin-right: -70px;
		width: 140px;
		background-position: -207px -259px;
	}
	#prod-grid-list{
		margin-right: -67px;
		width: 108px;
		background-position: -139px -329px;
	}
	
	/* if select */
	
	.product-grid:hover #prod-grid-table,
	.product-grid:active #prod-grid-table,
	.product-grid:focus #prod-grid-table,
	.product-grid.select #prod-grid-table {
		background-position: -277px -224px;
	}
	.product-grid:hover #prod-grid-list,
	.product-grid:active #prod-grid-list,
	.product-grid:focus #prod-grid-list,
	.product-grid.select #prod-grid-list{
		background-position: -174px -294px;
	}

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

/* header
********************/
#header{
	width:100%;
	position: relative;
}
.header-site-title{
	width: 400px;
	overflow: hidden;
	height: 28px;
	margin: 10px 0 30px;
}
.header_panel{
	margin-left: 15px;
}
.header_logout {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 245px;
	height: 26px;
	background: url("/images/admin_new/sprites.png") -73px -409px no-repeat;
	text-align: right;
	padding-top: 8px;
}
.header_link-site {
	position: absolute;
	top: 34px;
	left: 425px;
	display: block;
	width: 165px;
	height: 18px;
	background: url("/images/admin_new/sprites.png") -39px -442px no-repeat;
	text-align: right;
	padding-top: 2px;
}

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

/* nav
********************/
#nav{
	width: 100%;
	height: 40px;
}

.nav_link {
	display: block;
	height: 30px;
	padding: 10px 25px 0 37px;
}
.nav_link:hover ,
.nav_link:active ,
.nav_link:focus {
	opacity: 0.85;
}
	.nav_link.pages{
		background: url("/images/admin_new/sprites.png") -469px -68px no-repeat;
	}
	.nav_link.products{
		background: url("/images/admin_new/sprites.png") -523px 3px no-repeat;
	}
	.nav_link.news{
		background: url("/images/admin_new/sprites.png") -346px -190px no-repeat;
	}
	.nav_link.help {
		background: url("/images/admin_new/sprites.png") -106px -388px no-repeat;
		padding: 3px 15px 0 20px;
		margin-top: 7px;
	}
	.nav_link.config {
		background: url("/images/admin_new/sprites.png") -116px -363px no-repeat;
		padding: 3px 22px 0 32px;
		margin-top: 7px;
	}
	.nav_link.security{
		background: url("/images/admin_new/sprites.png") -504px -32px no-repeat;
		padding: 10px 0 0 25px;
	}
	
/**********************************************************/

/* sidebar
********************/

.sidebar{
	width: 300px;
	margin: 15px 10px 15px 0;
	display: inline-block;
	vertical-align: top;
}
.sidebar.right { float: right; }

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

/* main
********************/

#main{
	width: 660px;
	margin: 15px 0 15px 0px;
	display: inline-block;
	vertical-align: top;
}

#main.full{
	width: 100%;
	margin: 15px 0;
	display: block;
}

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

/* footer
********************/

#footer{
	clear: both;
	width: 100%;
	padding: 20px 0 10px;
	text-align: center;
}


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

/* pages
********************/

/* GRID TABLE OR LIST
********************/

.grid{
	width: 100%;
}

.grid-row {
	margin-top: 15px;
	position: relative;
	border: 1px dashed transparent;
}

.grid-row:hover,
.grid-row:active,
.grid-row:focus{
	background: #e8e8e8;
	border-color: #000;
}

.grid-img{
	display: inline-block;
	width: 110px;
	max-height: 110px;
	overflow: hidden;
	vertical-align: top;
}

.grid-content-title{
	display: block;
}

.grid-content {
	display: inline-block;
}

.grid-info{
	display: inline-block;
}
.grid-info.hf{
	margin-top: 0 !important;
}

.grid-info .quantity{
	display: inline-block;
	width: 70px;
	margin: 0 10px 0 0;
	text-align: center;
}

.grid-info .quantity.prod{
	font-size: 20px;
	color: #555;
}

.grid-info .price{
	display: inline-block;
}

.grid-info .price.prod{
	font-size: 20px;
	color: #555;
}


/** if grid list **/

.grid.list .grid-row{
	width: 100%;
}

.grid.list .grid-content {
	width: 250px;
	vertical-align: top;
}

.grid.list .grid-content-title{
	margin-bottom: 10px;
}

.grid.list .grid-info{
	width: 250px;
	vertical-align: top;
	margin: 40px 0 0;
}

.grid.list .grid-info .price{
	width: 120px;
	text-align: center;
}

.grid.list .edit{
	top: 40px;
}

.grid.list .delete{
	top: 38px;
}

/** if grid table **/

.grid.table .grid-row {
	width: 300px;
	height: 110px;
	display: inline-block;
	margin: 15px 8px 0 0;
	overflow: hidden;
}

.grid.table .grid-row.grid-header{
	display: none;
}

.grid.table .grid-content {
	width: 185px;
}

.grid.table .grid-content-title {
	margin-bottom: 25px;
	display: block;
	width: 100%;
	height: 32px;
	overflow: hidden;
	line-height: 15px;
}

.grid.table .grid-info {
	width: 165px;
	vertical-align: top;
	position: absolute;
	top: 36px;
	right: 15px;
}

.grid.table .grid-info .quantity{
	display: none;
}

.grid.table .grid-info .price{
	width: 120px;
}

.grid.table .edit{
	top: 0px;
}

.grid.table .delete {
	top: -2px;
}

/* HELP PAGES
********************/		

.help-block{
	width: 860px;
}
.radius-shadow-left:before{
	content: '';
	width: 37px;
	height: 272px;
	position: absolute;
	top: 50%;
	margin-top: -136px;
	margin-left: -63px;
	background: url("/images/admin_new/left-shadow.png") no-repeat 0 0;
}

.fieldset {
	width: 800px;
	margin: 60px auto 0;
}

.dop-uslugi {
	margin: 20px 20px 20px 290px;
	list-style-image: url("/images/admin_new/list-img.jpg");
}

.dop-uslugi li{
	margin-top: 10px;
}

.bottom-shadow{
	box-shadow: 0 20px 20px -10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 20px 20px -10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 20px 20px -10px rgba(0, 0, 0, 0.5);
}

/* RECOVER-PASSWORD and LOGIN
********************/	

.margin-top-100{
	margin-top: 100px;
}

.login-form-block,
.login-form-block:before,
.login-form{
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	width: 585px;
}

.login-form-block{
	height: 375px;
	position: relative;
	z-index: 10;
	box-shadow: 0 23px 35px 10px rgba(78, 121, 129, 0.6);
	-moz-box-shadow: 0 23px 35px 10px rgba(78, 121, 129, 0.6);
	-webkit-box-shadow: 0 23px 35px 10px rgba(78, 121, 129, 0.6);
}

.login-form-block:before{
	content: '';
	height: 60px;
	background: #4E7981;
	position: absolute;
	bottom: -10px;
	left: 0;
	z-index: 0;
}

.login-form{
	width: 585px;
	height: 305px;
	padding: 40px 0 30px;
	margin: 0;
	background: #d5f3f8; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q1ZjNmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4YmM3ZDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #d5f3f8 0%, #8bc7d1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5f3f8), color-stop(100%,#8bc7d1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d5f3f8 0%,#8bc7d1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d5f3f8 0%,#8bc7d1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d5f3f8 0%,#8bc7d1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d5f3f8 0%,#8bc7d1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5f3f8', endColorstr='#8bc7d1',GradientType=0 ); /* IE6-8 */
	position: relative;
	z-index: 10;
}

.login-form .row{
	width: 415px;
	margin: 20px auto;
}

.login-form label.short { white-space: nowrap; }

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

/* pagination
********************/

.pagination{
	margin: 20px 0 0;
	color: #777;
}
	.yiiPager{
		display: inline-block;
	}
		.yiiPager .page,
		.yiiPager .previous,
		.yiiPager .next{
			display: inline-block;
			padding: 0 5px;
		}
		.first,
		.last{
			display: none;
		}


.color_div {
    width: 372px;
}
.color_div > div {
    display: inline;
    position: relative;
}
.colorPicker {
    float: right;
    width: 128px;
}