/*
	Resets defualt browser settings
	reset.css
*/
:focus { outline:0; }
a:active { outline:none; }
/*
	common properties
*/
a { color:black; text-decoration:none; 	cursor:pointer;}
img { margin:0px; padding:0px; border:none; }
table { border-collapse:separate; border-spacing:0; border-collapse:collapse; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }
input:focus,textarea:focus {
    outline: none;
}
h1 { font-size: 24px; line-height: 29px; }
h2 { font-size: 18px; line-height: 22px; }
h3 { font-size: 14px; line-height: 17px; }
h4 { font-size: 12px; line-height: 14px; }
h5 { font-size: 8px; line-height: 12px; }
h6 { font-size: 8px; line-height: 12px; }
h1, h2, h3, h4, h5, h6 {
	/*color: #333;*/
	margin:0px;
	padding:0px;
}
input, textarea, keygen, select, button {
	margin:0px;
	padding:0px;
	font-family:'돋움',dotum,verdana,AppleGothic,arial,sans-serif;
}
ul {
	margin: 0px;
	padding-left: 20px;
}
body {
	text-align:center;
	direction:ltr;
	unicode-bidi:embed;
}
.ie body {
	font-family:'돋움',dotum,verdana,AppleGothic,arial,sans-serif;
}
.ie input { font-family:'돋움',dotum,verdana,AppleGothic,arial,sans-serif; }
.ie textarea { font-family:'돋움',dotum,verdana,AppleGothic,arial,sans-serif; }
.ie keygen { font-family:'돋움',dotum,verdana,AppleGothic,arial,sans-serif; }
.ie select { font-family:'돋움',dotum,verdana,AppleGothic,arial,sans-serif; }
.ie button { font-family:'돋움',dotum,verdana,AppleGothic,arial,sans-serif; }

.managerWrapper {
	width: 908px;
	margin: 20px auto;
	font-size: 12px;
	text-align: left;
}
.managerTab {
	height: 32px;
	overflow: hidden;
	border-bottom: 5px solid #4F4A46;
}
.managerTab .tabList {
	list-style: none;
	padding-left: 0px;
	height: 100%;
	margin: 0px;
	background-color: #AAA498;
}
.managerTab .tabList li.menu {
	float: left;
	display: block;
	padding: 9px;
	min-width: 40px;
	line-height: 15px;
	margin-left: 4px;
	text-align: center;
	color: black;
}
.managerTab .tabList li.menu:hover {
	background-color: #8B867C;
}
.managerTab .tabList li.menu.selected {
	background-color: #4F4A46;
	color: white;
	cursor: default;
}
.managerTab .tabList li.menu.selected:hover {
	background-color: #4F4A46;
}
.managerTab .tabList li.loginInfo {
	float: right;
	display: block;
	padding: 9px;
	color: #4F4A46;
	margin-right: 10px;
}
.managerTab .tabList li.loginInfo a {
	margin-left: 5px;
	background-color: white;
	font-size: 10px;
	padding: 3px;
}
.managerTab .tabList li.loginInfo a.viewer:hover {
	background-color: green;
}
.managerTab .tabList li.loginInfo a.logout:hover {
	background-color: red;
}
.managerContent {
	min-height: 796px;
	padding: 10px;
	padding-right: 5px;
}

.managerContent.fabric {
	min-height: 1285px;
}

.managerContent label.top {
	line-height: 20px;
}
.managerContent label.bold {
	font-size: 1.1em;
}
.managerContent .manager_button {
	display: inline-block;
	margin-right: 3px;
	text-align: center;
	cursor: pointer;
	height: 23px;
	line-height: 23px;
	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.managerContent .manager_button:hover {
	background-color: #F5F5F5;
}
.ie .managerContent .manager_button {
	margin-right: 2px;
}
.managerContent .manager_button.right_end {
	margin-right: 0px;
}

/*
	상품
*/
#product_page .top {
	height: 314px;
}
#product_page .top .categorySelector {
	float: left;
	width: 215px;
	margin-right: 10px;
}
#product_page .top .categorySelector .listBox {
	float: left;
	width: 171px;
	height: 240px;
}
#product_page .top .categorySelector .upDown {
	float: left;
	margin-left: 5px;
	margin-top: 80px;
}
#product_page .top .categorySelector .upDown .manager_button {
	display: block;
	width: 21px;
	background-position: center;
	background-repeat: no-repeat;
}
#product_page .top .categorySelector .upDown .manager_button.orderUp {
	background-image: url(/media/image/manager/arrow_up.png);
}
#product_page .top .categorySelector .upDown .manager_button.orderDown {
	background-image: url(/media/image/manager/arrow_down.png);
}
#product_page .top .categorySelector .categoryName {
	width: 167px;
	margin-top: 5px;
	line-height: 15px;
	height: 15px;
}
#product_page .top .categorySelector .category_functions {
	margin-top: 5px;
}
#product_page .top .categorySelector .category_functions .manager_button {
	width: 51px;
}
#product_page .bottom {
	height: 452px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#product_page .bottom .bottomLeft {
	float: left;
}
#product_page .bottom .bottomLeft #productGrid {
	border: 1px solid black;
	width: 535px;
	height: 410px;
	overflow-y: scroll;
}
#product_page .bottom .bottomLeft #productGrid .productItem {
	width: 115px;
	height: 115px;
	border: 1px solid black;
	margin: 10px 0px 0px 10px;
	float: left;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
}
#product_page .bottom .bottomLeft #productGrid .productItem.showing {
	border: 1px solid #75D975;
}
#product_page .bottom .bottomLeft #productGrid .productItem.null {
	border: 1px solid transparent;
	background: none;
	height: 125px;
}
#product_page .bottom .bottomLeft #productGrid .productItem.clone {
	margin: 0px;
	float: none;
	position: absolute;
	cursor: move;
	z-index: 10;
}
#product_page .bottom .bottomLeft #productGrid .productItem .caret {
	width: 2px;
	height: 115px;
	position: absolute;
	top: 0px;
	left: -7px;
	background-color: cyan;
}
#product_page .bottom .bottomLeft #productGrid .productItem input.checkbox {
	float: right;
	/*display: none;*/
}
#product_page .bottom .bottomLeft #productGrid .productItem .label {
	position: absolute;
	bottom: 0px;
	width: 100%;
	line-height: 17px;
	max-height: 34px;
	overflow: hidden;
	cursor: default;
}
#product_page .bottom .bottomLeft #productGrid .productItem .label.background {
	background-color: white;
}
#product_page .bottom .bottomLeft #productGrid .productItem .label.name {
	text-align: center;
	z-index: 1;
}
#product_page .bottom .bottomRight {
	float: left;
	margin-left: 15px;
}
#product_page .bottom .bottomRight .productInfo {
	padding: 10px;
	border: 1px solid black;
	width: 312px;
	height: 390px;
	overflow-y: auto;
}
#product_page .bottom .bottomRight .productInfo .info_upper {
	height: 154px;
}
#product_page .bottom .bottomRight .productInfo #productImageViewer {
	border: 1px solid black;
	width: 129px;
	height: 135px;
	float: left;
}
#product_page .bottom .bottomRight .productInfo #productImageViewer.available {
	border: 1px solid cyan;
}
#product_page .bottom .bottomRight .productInfo #productImageViewer.available.active {
	border: 1px solid pink;
}
#product_page .bottom .bottomRight .productInfo #productImageViewer .mainImage_element {
	width: 100%;
	height: 100%;
	text-align: center;
}
#product_page .bottom .bottomRight .productInfo #productImageViewer .mainImage_element img {
	display: block;
	margin: auto;
}
#product_page .bottom .bottomRight .productInfo .info_access {
	float: left;
	margin-left: 20px;
}
#product_page .bottom .bottomRight .productInfo .info_access .access_checks {
	border-top: 1px solid black;
	width: 120px;
	padding: 5px;
}
#product_page .bottom .bottomRight .productInfo .info_access .access_checks .div_allow_to {
}
#product_page .bottom .bottomRight .productInfo .info_access .access_checks .div_allow_to.to_all {
	margin-bottom: 8px;
}
#product_page .bottom .bottomRight .productInfo .info_access .access_checks .div_allow_to input {
	vertical-align: middle;
}
#product_page .bottom .bottomRight .productInfo .info_access .access_checks .box {
	/*border: 1px solid rgb(169, 169, 169);*/
	height: 90px;
	margin-top: 3px;
	margin-left: 10px;
	overflow-x: hidden;
	/*overflow-y: scroll;*/
}
#product_page .bottom .bottomRight .productInfo .info_access .access_checks .box .client_group {
	padding: 2px;
}
#product_page .bottom .bottomRight .productInfo .info_access .access_checks .box .client_group input {
	vertical-align: middle;
}
#product_page .bottom .bottomRight .productInfo .info_access .access_checks .box .client_group label {
	margin-left: 2px;
}
#product_page .bottom .bottomRight .productInfo .detail_input {
	width: 280px;
	margin: 0 auto;
}
#product_page .bottom .bottomRight .productInfo .detail_input .line {
	margin: 5px 0px;
	line-height: 19px;
	height: 19px;
}
#product_page .bottom .bottomRight .productInfo .detail_input .line.contains_textarea {
	height: 80px;
}
#product_page .bottom .bottomRight .productInfo .detail_input label.right {
	float: right;
	margin-right: 30px;
}
#product_page .bottom .bottomRight .productInfo .detail_input input.text {
	width: 178px;
	float: right;
	line-height: 15px;
	height: 15px;
}
#product_page .bottom .bottomRight .productInfo .detail_input textarea {
	resize: none;
	display: block;
	width: 180px;
	float: right;
	height: 80px;
}
#product_page .bottom .bottomRight .productInfo .detail_input #typeRadios {
	display: block;
	width: 182px;
	float: right;
}
#product_page .bottom .bottomRight .productInfo .detail_input #typeRadios input.radio {
	vertical-align: text-bottom;
	margin-left: 22px;
	margin-right: 3px;
}

#product_page .bottom .bottomRight .productInfo .detail_input input.checkbox {
	width: 20px;
  margin-right: 160px;
	float: right;
	line-height: 15px;
	height: 15px;
}

#product_page .bottom .product_functions {
	margin-top: 5px;
	float: right;
}
#product_page .bottom .product_functions .manager_button {
	width: 51px;
}

/*
	사용자
*/
#user_page .userForm {
	height: 314px;
}
#user_page .userForm .userList {
	float: left;
	width: 215px;
	margin-right: 10px;
}
#user_page .userForm .userList .listBox {
	display: block;
	width: 171px;
	height: 264px;
}
#user_page .userForm .userInformation {
	float: left;
	width: 215px;
}
#user_page .userForm .userInformation .userInfoViewr {
	padding: 10px;
	border: 1px solid black;
	width: 179px;
	height: 242px;
}
#user_page .userForm .userInformation .userInfoViewr .line {
	margin: 8px 0px;
	line-height: 19px;
	height: 19px;
}
#user_page .userForm .userInformation .userInfoViewr .line.permission {
	height: 57px;
}
#user_page .userForm .userInformation .userInfoViewr input.text {
	float: right;
	width: 80px;
}
#user_page .userForm .userInformation .userInfoViewr input.num {
	float: right;
	width: 40px;
}
#user_page .userForm .userInformation .userInfoViewr #permRadios {
	float: right;
}
#user_page .userForm .userInformation .userInfoViewr #permRadios input.radio {
	vertical-align: text-bottom;
	margin-right: 2px;
}
#user_page .userForm .userInformation .userInfoViewr select {
	float: right;
	width: 80px;
}
#user_page .userForm .functions {
	margin-top: 5px;
}
#user_page .userForm .functions .manager_button {
	width: 105px;
}

/*
	사용자
*/
#client_group_page .clientGroupList {
	height: 314px;
}
#client_group_page .clientGroupList {
	float: left;
	width: 215px;
}
#client_group_page .clientGroupList .listBox {
	float: left;
	width: 171px;
	height: 240px;
}
#client_group_page .clientGroupList .clientGroupName {
	width: 167px;
	margin-top: 5px;
	line-height: 15px;
	height: 15px;
}
#client_group_page .clientGroupList .clientGroup_functions {
	margin-top: 5px;
}
#client_group_page .clientGroupList .clientGroup_functions .manager_button {
	width: 51px;
}

/*
	원단
*/
.selectors {
	height: 314px;
}
.selectors .categorySelector {
	float: left;
	width: 215px;
}

.selectors .categorySelector .listBox {
	float: left;
	width: 171px;
	height: 240px;
}
.selectors .categorySelector .upDown {
	float: left;
	margin-left: 5px;
	margin-top: 80px;
}
.selectors .categorySelector .upDown .manager_button {
	display: block;
	width: 21px;
	background-position: center;
	background-repeat: no-repeat;
}
.selectors .categorySelector .upDown .manager_button.orderUp {
	background-image: url(/media/image/manager/arrow_up.png);
}
.selectors .categorySelector .upDown .manager_button.orderDown {
	background-image: url(/media/image/manager/arrow_down.png);
}
.selectors .categorySelector .categoryName {
	width: 167px;
	margin-top: 5px;
	line-height: 15px;
	height: 15px;
}
.selectors .categorySelector .category_functions {
	margin-top: 5px;
}
.selectors .categorySelector .category_functions .manager_button {
	width: 51px;
}

.selectors .categorySelectorFabric {
	float: left;
	width: 215px;
	height: 300px;
}

.selectors .categorySelectorFabric .listBox {
	float: left;
	width: 171px;
	height: 240px;
}
.selectors .categorySelectorFabric .upDown {
	float: left;
	margin-left: 5px;
	margin-top: 80px;
}
.selectors .categorySelectorFabric .upDown .manager_button {
	display: block;
	width: 21px;
	background-position: center;
	background-repeat: no-repeat;
}
.selectors .categorySelectorFabric .upDown .manager_button.orderUp {
	background-image: url(/media/image/manager/arrow_up.png);
}
.selectors .categorySelectorFabric .upDown .manager_button.orderDown {
	background-image: url(/media/image/manager/arrow_down.png);
}
.selectors .categorySelectorFabric .categoryName {
	width: 167px;
	margin-top: 5px;
	line-height: 15px;
	height: 15px;
}
.selectors .categorySelectorFabric .category_functions {
	margin-top: 5px;
}
.selectors .categorySelectorFabric .category_functions .manager_button {
	width: 51px;
}


.fabricSelector {
	float: left;
}
.fabricSelector #fabricGrid {
	border: 1px solid black;
	width: 659px;
	height: 262px;
	overflow-y: scroll;
}

#fabricListForGrids {
	border: 1px solid black;
	width: 332px;
	height: 262px;
	overflow-y: scroll;
	margin-left: 15px;
}

.fabricSelector .fabricItem {
	width: 115px;
	height: 115px;
	border: 1px solid black;
	margin: 10px 0px 0px 10px;
	float: left;
	position: relative;
	background-position: center;
}
.fabricSelector  .fabricItem.showing {
	border: 1px solid #75D975;
}
.fabricSelector  .fabricItem.null {
	border: 1px solid transparent;
	background: none;
	height: 125px;
}
.fabricSelector  .fabricItem.clone {
	margin: 0px;
	float: none;
	position: absolute;
	cursor: move;
	z-index: 10;
}
.fabricSelector  .fabricItem .caret {
	width: 2px;
	height: 115px;
	position: absolute;
	top: 0px;
	left: -7px;
	background-color: cyan;
}
.fabricSelector  .fabricItem input.checkbox {
	float: right;
	/*display: none;*/
}
.fabricSelector  .fabricItem .label {
	position: absolute;
	bottom: 0px;
	width: 100%;
	line-height: 17px;
	max-height: 34px;
	overflow: hidden;
	cursor: default;
}
.fabricSelector  .fabricItem .label.background {
	background-color: white;
}
.fabricSelector  .fabricItem .label.name {
	text-align: center;
	z-index: 1;
}
.fabricSelector .fabric_functions {
	margin-top: 5px;
	float: right;
}
.fabricSelector .fabric_functions .manager_button {
	width: 51px;
}
.fabricInformation {
	float: left;
	margin-top: 20px;
	margin-bottom: 50px;
}
#fabricViewer {
	width: 869px;
	border: 1px solid black;
	padding: 10px;
	padding-right: 5px;
}
#fabricViewer.available {
	border: 1px solid cyan;
}
#fabricViewer.available.active {
	border: 1px solid pink;
}
#fabricViewer .fabricImages {
	height: 169px;
	padding: 6px 0px 5px 11px;
}
#fabricViewer .fabricImages .image_functions {
	margin-top: 5px;
	float: right;
}
#fabricViewer .fabricImages .image_functions .manager_button {
	padding: 0px 5px;
}
#fabricViewer .fabricImages .mainImage {
	float: left;
}
#fabricViewer .fabricImages .mainImage .mainImageViewer {
	width: 117px;
	height: 117px;
	border: 1px solid #BBB;
	background-color: #DDD;
	padding: 10px;
}

.mainImage_element {
	width: 115px;
	height: 115px;
	text-align: center;
	border: 1px solid #DDD;
}
.mainImage_element:hover {
	border: 1px solid #AAA;
}
.mainImage_element img {
	display: block;
	margin: auto;
}

.mainImage_element {
	width: 115px;
	height: 115px;
	text-align: center;
	border: 1px solid #DDD;
}
.mainImage_element:hover {
	border: 1px solid #AAA;
}
.mainImage_element img {
	display: block;
	margin: auto;
}

.mainImage_element_fabric {
	width: 115px;
	height: 115px;
	text-align: center;
	border: 1px solid #DDD;
}
.mainImage_element_fabric:hover {
	border: 1px solid #AAA;
}
.mainImage_element_fabric img {
	display: block;
	margin: auto;
}



#fabricViewer .fabricImages .mappingImage {
	float: left;
}

#fabricViewer .fabricImages .mappingImage .mappingImageViewer {
	width: 117px;
	height: 117px;
	border: 1px solid #BBB;
	background-color: #DDD;
	padding: 10px;
}
#fabricViewer .fabricImages .mappingImage .mappingImageViewer .mappingImage_element {
	width: 115px;
	height: 115px;
	text-align: center;
	border: 1px solid #DDD;
}
#fabricViewer .fabricImages .mappingImage .mappingImageViewer .mappingImage_element:hover {
	border: 1px solid #AAA;
}
#fabricViewer .fabricImages .mappingImage .mappingImageViewer .mappingImage_element img {
	display: block;
	margin: auto;
}



#fabricViewer .fabricImages .detailImages {
	float: left;
	margin-left: 21px;
}
#fabricViewer .fabricImages .detailImages .detailImageViewer {
	width: 680px;
	height: 117px;
	border: 1px solid #BBB;
	background-color: #DDD;
	overflow: hidden;
	padding: 10px 0px;
}
#fabricViewer .fabricImages .detailImages .detailImageViewer .detailImageWrapper {
	width: 100%;
}
#fabricViewer .fabricImages .detailImages .detailImageViewer .detailImage_element {
	width: 115px;
	height: 115px;
	border: 1px solid #DDD;
	float: left;
	margin-left: 16px;
	position: relative;
	text-align: center;
}
#fabricViewer .fabricImages .detailImages .detailImageViewer .detailImage_element:hover {
	border: 1px solid #AAA;
}
#fabricViewer .fabricImages .detailImages .detailImageViewer .detailImage_element img {
	display: block;
	margin: auto;
}
#fabricViewer .fabricImages .detailImages .detailImageViewer .detailImage_element .close_btn {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: red;
	color: white;
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
	display: none;
}
#fabricViewer .bottomLeft {
	height: 200px;
	margin-top: 10px;
}
#fabricViewer .bottomLeft .info_detail {
	float: left;
}
#fabricViewer .bottomLeft .info_detail .detail_input {
	width: 178px;
	border-top: 1px solid black;
	padding: 10px;
}
#fabricViewer .bottomLeft .info_detail .detail_input .line {
	margin: 3px 0px;
	line-height: 19px;
	height: 19px;
}
#fabricViewer .bottomLeft .info_detail .detail_input input {
	width: 96px;
	float: right;
	line-height: 15px;
	height: 15px;
}
#fabricViewer .bottomLeft .info_memo {
	float: left;
	margin-left: 20px;
}
#fabricViewer .bottomLeft .info_memo .memo_input {
	border-top: 1px solid black;
	padding: 10px;
}
#fabricViewer .bottomLeft .info_memo .memo_input #inp_fabricMemo {
	resize: none;
	display: block;
	width: 175px;
	margin: 3px 0px;
	height: 149px;
}
#fabricViewer .bottomLeft .info_laundrytags {
	float: left;
	margin-left: 20px;
}
#fabricViewer .bottomLeft .info_laundrytags .laundryTag {
	border-top: 1px solid black;
	width: 241px;
	height: 144px;
	padding: 10px 6px;
}
#fabricViewer .bottomLeft .info_laundrytags .laundryTag .tagDiv {
	width: 50px;
	height: 60px;
	border: 1px solid transparent;
	margin: 4px;
	float: left;
	position: relative;
	background-repeat: no-repeat;
	background-position: center 5px;
	cursor: pointer;
}
#fabricViewer .bottomLeft .info_laundrytags .laundryTag .tagDiv:hover {
	border: 1px solid #CCC;
}
#fabricViewer .bottomLeft .info_laundrytags .laundryTag .tagDiv.tag1 {
	background-image: url(/media/image/manager/tag1.png);
}
#fabricViewer .bottomLeft .info_laundrytags .laundryTag .tagDiv.tag2 {
	background-image: url(/media/image/manager/tag2.png);
}
#fabricViewer .bottomLeft .info_laundrytags .laundryTag .tagDiv.tag3 {
	background-image: url(/media/image/manager/tag3.png);
}
#fabricViewer .bottomLeft .info_laundrytags .laundryTag .tagDiv.tag4 {
	background-image: url(/media/image/manager/tag4.png);
}
#fabricViewer .bottomLeft .info_laundrytags .laundryTag .tagDiv.tag5 {
	background-image: url(/media/image/manager/tag5.png);
}
#fabricViewer .bottomLeft .info_laundrytags .laundryTag .tagDiv.tag6 {
	background-image: url(/media/image/manager/tag6.png);
}
#fabricViewer .bottomLeft .info_laundrytags .laundryTag .tagDiv.tag7 {
	background-image: url(/media/image/manager/tag7.png);
}
#fabricViewer .bottomLeft .info_laundrytags .laundryTag .tagDiv input.checkbox {
	float: right;
}
#fabricViewer .bottomLeft .info_laundrytags .laundryTag .tagDiv .taglabel {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	line-height: 15px;
}
#fabricViewer .bottomLeft .info_access {
	float: left;
	margin-left: 20px;
}
#fabricViewer .bottomLeft .info_access .access_checks {
	border-top: 1px solid black;
	width: 136px;
	padding: 10px;
}
#fabricViewer .bottomLeft .info_access .access_checks .div_allow_to {
}
#fabricViewer .bottomLeft .info_access .access_checks .div_allow_to.to_all {
	margin-bottom: 8px;
}
#fabricViewer .bottomLeft .info_access .access_checks .div_allow_to input {
	vertical-align: middle;
}
#fabricViewer .bottomLeft .info_access .access_checks .box {
	/*border: 1px solid rgb(169, 169, 169);*/
	height: 116px;
	margin-top: 3px;
	margin-left: 10px;
	overflow-x: hidden;
	/*overflow-y: scroll;*/
}
#fabricViewer .bottomLeft .info_access .access_checks .box .head {
	padding-bottom: 2px;
	border-bottom: 1px solid rgb(169, 169, 169);
	margin-bottom: 2px;
}
#fabricViewer .bottomLeft .info_access .access_checks .box .client_group {
	padding: 4px;
}
#fabricViewer .bottomLeft .info_access .access_checks .box .client_group input {
	vertical-align: middle;
}
#fabricViewer .bottomLeft .info_access .access_checks .box .client_group label {
	margin-left: 3px;
}
.fabric_functions {
	margin-top: 5px;
	float: right;
}
.fabric_functions .manager_button {
	min-width: 41px;
	padding: 0px 5px;
}

#imageFullViewer_mask {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
}
#imageFullViewer_wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#imageFullViewer_outline {
	width: 906px;
	height: 814px;
	margin: 58px auto 0px;
	padding: 1px;
}
#imageFullViewer_outline img {
	display: block;
	margin: auto;
	border: 2px solid white;
}

.gridsGroupTitle {
	margin-top: 10px;
}

.gridsGroup {
	padding: 10px;
}

.gridsGroup input{
	margin-left: 10px;
}
#fabricTitleForGrids,
#fabricTitleForGridsEdit {
	margin-left: 15px;
}

.gridsName {
	width: 68px;
	display: inline-block;
	overflow: hidden;
}

#fabricTitleForGridToEdit {
	width: 200px;
}

#fabricTitleForGridEditButton {
	margin-left: 64px;
}
