#ajax_loader {
	background: top left no-repeat url('../images/ajax-loader.gif');
	position: fixed;
	top: 20%;
	left: 40%;
	z-index: 99999999;
	height: 32px;
	width: 32px;
}

.category_nav_container {
	width: 88%;
	height: auto;
	background-color: #FFFFFF;
	border: thin solid #0075FF;
	border-radius: 8px;
	padding: 8px 8px;
	margin: 8px 0 8px 8px;
	display: inline-block;
	vertical-align: top;
	float: left;
}

.center-white {
	width: 561px;
	display: inline-block;
	border: thin solid #0075FF;
	border-radius: 8px;
	background: #FFF;
	padding-left: 8px;
}

.subnav {
	margin-left: 8px;
}

.root_level {
	font-size: 12px;
	font-weight: bold;
	color: #264CA2;
	cursor: pointer;
}

.root_level:hover {
	font-size: 12px;
	font-weight: bold;
	color: #F27A00;
	cursor: pointer;
}

.croot_level {
	font-size: 12px;
	font-weight: bold;
	color: #264CA2;
	cursor: pointer;
}

.croot_level:hover {
	font-size: 12px;
	font-weight: bold;
	color: #F27A00;
	cursor: pointer;
}

.sub_level {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	cursor: pointer;
}

.sub_level:hover {
	font-size: 11px;
	font-weight: normal;
	color: #F27A00;
	cursor: pointer;
}

.mcolumn_container {
	width: 68%;
	min-width: 1035px;
	display: inline-block;
	margin: 8px;
	float: left;
}

.grid_container {
	list-style-type: none;
	width: 100%;
}

.grid_container li {
	width: 134px;
	height: 193px;
	border-radius: 4px;
	float: left;
	margin: 0 5px 10px 0;
	vertical-align: top;
	border: thin solid #3765D1;
	font-size: 11px;
}

.widget-head {
	width: 134px;
	height: 15px;
	cursor: move;
	background: top left repeat-x url(/assets/images/cell_highlight.png) scroll #3765D1;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: #000;
	margin-bottom: 2px;
	overflow: hidden;
}

.seq {
	display: inline-block;
	width: 15px;
	padding-left: 5px;
	color: #FFF;
	font-size: 10px;
}

.sku {
	display: inline-block;
	width: 60px;
	padding-left: 5px;
	color: #FFF;
	font-size: 10px;
}

.detail-img-grid {
	width: 250px;
	height: 156px;
	padding: 10px 4px;
	background: top left no-repeat url(/assets/images/smallsize_background.png) transparent;
	float: left;
}

.mcolumn-img {
	width: 134px;
	height: 130px;
}

.product_data {
	width: 134px;
	height: 100px;
}

.breadcrumb-container {
	margin-bottom: 8px;
}

.breadcrumb {
	font-size: 12px;
	font-weight: bold;
	color: #264CA2;
	margin-bottom: 8px;
}

.breadcrumb:last-child {
	font-size: 12px;
	font-weight: bold;
	color: #EB730C;
	margin-bottom: 8px;
}

.name_description {
	display: inline-block;
	float: left;
}

label {
	font-size: 10px;
	font-weight: bold;
	color: #264CA2;
	float: left;
	clear: left;
}

.label-text {
	font-size: 11px;
	font-weight: bold;
	color: #264CA2;
	float: left;
	clear: left;
	margin: 0 0 8px 40px;
}

input {
	float: left;
	clear: left;
	margin-bottom: 6px;
	margin-right: 8px;
    background: -moz-linear-gradient(center top , #FFFFFF, #EEEEEE 1px, #FFFFFF 13px) repeat scroll 0 0 transparent;
    border: 1px solid #CBC9D9;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    outline: 0 none;
    padding: 3px;
    font-family: Verdana;
    font-size: 10px;
}

select {
	margin-right: 8px;
	float: left;
}

textarea {
	float: left;
	clear: left;
    background: -moz-linear-gradient(center top , #FFFFFF, #EEEEEE 1px, #FFFFFF 13px) repeat scroll 0 0 transparent;
    border: 1px solid #CBC9D9;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    outline: 0 none;
    padding: 3px;
    resize: none;
    margin-bottom: 6px;
    font-family: Verdana;
    font-size: 10px;
    height: 56px;
}

.no-float {
	float: none;
	clear: both;
}

.mold_container {
	width: 726px;
	height: 800px;
	position: fixed;
	top: 10%;
	left: 20%;
	background: none repeat scroll 0 0 rgba(0,0,0,0.8);
	border: 16px solid rgba(255,255,255,0.1);
	border-radius: 16px;
	display: none;
	overflow-y: auto;
	padding: 8px;
	z-index: 300;
}

.mold_selection {
	border: 1px solid #A6A2BB;
	border-radius: 6px;
	float: left;
	margin: 8px;
	margin-left: 0px;
	width: 242px;
	height: 114px;
	padding: 4px;
}

.mold-img-wrapper {
	width: 132px;
	height: 108px;
	display: inline-block;
	float: left;
}

.mold-info-wrapper {
	width: 110px;
	height: 108px;
	display: inline-block;
	float: right;
	padding-top: 16px;
}

.mold_text {
	min-height: 40px;
	font-size: 10px;
	font-weight: bold;
	color: #000;
}

.sc-wrapper {
	width: 552px;
	height: 232px
	border: 1px solid #A6A2BB;
	border-radius: 6px;
	background: 0 0 no-repeat #D6D5E0;
	clear: both;
	margin-bottom: 8px;
	overflow: hidden;
}

.meta-trigger {
	float: left;
	clear: left;
	margin-bottom: 8px;
	cursor: pointer;
}

.meta-trigger-text {
	font-size: 10px;
	font-weight: bold;
	color: #264CA2;
	vertical-align: top;
	padding-left: 4px;
	position: relative;
	top: 1px;
}

.meta-wrapper {
	width: 552px;
	height: 0px; /* 208 */
	border: 1px solid #A6A2BB;
	border-radius: 6px;
	background: 0 0 no-repeat #D6D5E0;
	clear: both;
	margin-bottom: 8px;
	overflow: auto;
	opacity: 0;
}

.additions-trigger {
	float: left;
	clear: left;
	margin-bottom: 8px;
	cursor: pointer;
}

.additions-trigger-text {
	font-size: 10px;
	font-weight: bold;
	color: #264CA2;
	vertical-align: top;
	padding-left: 4px;
	position: relative;
	top: 1px;
}

.additions-wrapper {
	width: 552px;
	height: 0px; /* 208 */
	border: 1px solid #A6A2BB;
	border-radius: 6px;
	background: 0 0 no-repeat #D6D5E0;
	clear: both;
	margin-bottom: 8px;
	overflow: auto;
	opacity: 0;
}

.additions-wrapper fieldset {
	border-radius: 8px;
	border: thin solid #0075FF;
	width: 135px;
	float: left;
}

.additions-wrapper legend {
	color: #264CA2;
}


.additions-wrapper .onOff {
	margin: 0 auto;
	width: 80px;
}

.additions-wrapper .onOff .galleryActionGreen_btn{
	margin: 4px;
	font-size: 11px;
}

.additions-wrapper .onOff .cartbox_grey_btn {
	margin: 4px;
	font-size: 11px;
}


.additions-wrapper .addition_slider {
	margin-top: 6px;
	width: 100px;
	float: right;
}

.additions-wrapper .addition_qty {
	margin-top: 2px;
	width: 13px;
	float: left;
}


.additions-wrapper .button_box {
	padding-top: 8px;
}

.additions-wrapper .cartbox_grey_btn {
	float: left;
}

.additions-wrapper .cartbox_green_btn {
	float: right;
}


.meta-white {
	background: #FFF;
	border: 1px solid #A6A2BB;
	border-radius: 4px;
	width: 518px;
	padding: 6px;
	margin: 6px;
	overflow: auto;
}

.mitems_wrapper {
	width: 180px;
	height: 632px;
	margin: 0px 8px 8px 0;
	padding: 8px 0;
	float: right;
}

.multi_items {
	width: 180px;
	height: 632px;
	border: 1px solid #0075FF;
	border-radius: 8px;
	/*background-color: rgba(0,0,0,0.88);*/
	background: 8px 512px no-repeat url(/assets/images/gallery_controls_bg.png) rgba(0,0,0,1);
	/*float: right;*/
	/*margin: 8px 8px 8px 0;*/
	padding: 8px 0;
	position: fixed;
}

ul.multi_items_scroll {
	height: 504px;
	width: 151px;
	list-style-type: none;
	overflow-y: auto;
	padding: 0 8px;
	margin-left: 2px;
}

ul.multi_items_scroll li {
	width: 134px;
	height: 193px;
	border-radius: 4px;
	float: left;
	margin: 0 5px 10px 0;
	vertical-align: top;
	border: thin solid #3765D1;
	font-size: 11px;
	margin-bottom: 8px;
	background: top left repeat-y url(/assets/images/gallery_cellbkgnd.png) transparent;
}

#nav_menu {
	margin-bottom: 8px;
	width: 100%;
	height: 20px;
}

.dv_active {
	border: 1px solid #9B99AC;
	border-bottom: none;
	border-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	display: inline-block;
	background: -moz-linear-gradient(top, rgba(228,227,237,1) 0%, rgba(255,255,255,1) 100%);
	padding: 2px 9px;
	font-size: 12px;
	font-weight: bold;
	float: left;
	z-index: 2;
	position: relative;
	width: 34px;
	cursor: pointer;
	text-align: center;
}

.dv_inactive {
	border: none;
	border-bottom: 1px solid #9E99AC;
	display: inline-block;
	background-color: #DDDCE6;
	border-radius: none;
	border-top-left-radius: 4px;
	padding: 2px 9px;
	font-size: 12px;
	font-weight: bold;
	float: left;
	z-index: 1;
	position: relative;
	width: 34px;
	cursor: pointer;
	text-align: center;
	left: 2px;
}

.co_active {
	border: 1px solid #9B99AC;
	border-bottom: none;
	border-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	display: inline-block;
	background: -moz-linear-gradient(top, rgba(228,227,237,1) 0%, rgba(255,255,255,1) 100%);
	padding: 2px 9px;
	font-size: 12px;
	font-weight: bold;
	float: left;
	z-index: 2;
	position: relative;
	width: 90px;
	cursor: pointer;
	text-align: center;
}

.co_inactive {
	border: none;
	border-bottom: 1px solid #9E99AC;
	display: inline-block;
	background-color: #DDDCE6;
	border-radius: none;
	border-top-right-radius: 4px;
	padding: 2px 9px;
	font-size: 12px;
	font-weight: bold;
	float: left;
	z-index: 1;
	position: relative;
	left: -2px;
	width: 90px;
	cursor: pointer;
	text-align: center;
}

.detail_image_button {
	background: top left no-repeat url(/assets/images/power_offsmall.png) transparent;
	width: 11px;
	height: 11px;
	border: none;
	float: right;
	margin: 1px 3px 0 0;
	cursor: pointer;
}

.delete_product_button {
	background: top left no-repeat url(/assets/images/btn_remove.png) transparent;
	width: 12px;
	height: 12px;
	border: none;
	float: right;
	margin: 1px 6px 0 0;
	cursor: pointer;
}

div.manage_categories_container {
	height: 100%;
}

.manage_categories_container {
	width: 529px;
	height: 100%;
	border: 1px solid #A6A2BB;
	border-radius: 6px;
	padding: 8px;
	margin-top: 8px;
}

ul#category_resequencer {
	list-style-type: none;
	padding: 8px;
	height: 100%;
}

li.category_seq_handle {
	display: inline-block;
	float: left;
	width: 160px;
	height: 20px;
	border: 1px solid #A6A2BB;
	border-radius: 4px;
	background: -moz-linear-gradient(top, rgba(228,227,237,1) 0%, rgba(255,255,255,1) 100%);
	margin: 4px 4px;
	cursor: move;
}

div#new_access_code {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #264CA2;
	cursor: pointer;
}

div#new_access_code img {
	vertical-align: sub;
	cursor: hand;
}

div.code_cell_left {
	display: inline-block;
	float: left;
	margin: 8px 0px;
	width: 35%;
}

div.code_cell_right {
	display: inline-block;
	float: right;
	margin: 8px 0px;
	width: 65%;
}

div.clear-floats {
	display: block;
	clear: both;
	float: none;
	width: 100%;
}

div.code_cell_bottom {
	display: block;
	text-align: center;
	margin-bottom: 8px;
	width: 100%;
	border-bottom: 1px solid #A6A2BB;
}

div.code_cell_bottom div {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #264CA2;
	float: none;
	display: inline-block;
}

div.drop_box {
	width: 176px;
	height: 88px;
	border-radius: 8px;
	border: thin solid #A6A2BB;
	margin-bottom: 8px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #264CA2;
	text-align: center;
	display: table;
	position: relative;
	overflow: hidden;
}

div.drop_box div {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #264CA2;
	text-align: center;
	width: 100%;
}

.access_code {
	display: inline-block;
	margin-left: 8px;
	float: none;
}

div#clone_target_left {
	float: left;
	width: 200px;
	height: 100px;
	cursor: pointer;
	border: 8px solid rgba(63,63,64,0.96);
	border-radius: 8px;
	background-color: rgba(63,63,64,0.96);
	color: #FFF;
	text-align: center;
	line-height: 100px;
	font-size: 28px;
	font-weight: bold;
	position: absolute;
	left: 100px;
	top: 150px;
}
div#clone_target_right {
	float: right;
	width: 300px;
	height: 100px;
	cursor: pointer;
	border: 8px solid rgba(63,63,64,0.96);
	border-radius: 8px;
	background-color: rgba(63,63,64,0.96);
	color: #FFF;
	text-align: center;
	line-height: 100px;
	font-size: 28px;
	font-weight: bold;
	position: absolute;
	right: 100px;
	top: 150px;
}

.target_choice {
	display: inline-block;
	float: left;
	cursor: pointer;
	border: 8px solid rgba(63,63,64,0.96);
	border-radius: 8px;
	background-color: rgba(63,63,64,0.96);
	color: #FFF;
	margin: 4px;
}

.target_destination {
	float: left;
	width: 600px;
	height: 100px;
	cursor: pointer;
	border: 8px solid rgba(63,63,64,0.96);
	border-radius: 8px;
	background-color: rgba(63,63,64,0.96);
	text-align: center;
	line-height: 100px;
	font-size: 28px;
	font-weight: bold;
	position: absolute;
	left: 64px;
	top: 60px;
}

div#execute_clone_button {
	position: absolute;
	top: 200px;
	left: 64px;
	float: left;
	height: 100px;
	line-height: 100px;
	width: 600px;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	border-radius: 8px;
}

#background {
	background: url(/assets/images/background.png) repeat 5% 5%;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: -100;
}

#midground {
	background: url(/assets/images/midground.png) repeat 20% 20%;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: -90;
}

#foreground {
	background: url(/assets/images/foreground.png) repeat 90% 110%;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: -80;
}

.wobble_bobble {
  -webkit-animation-name: wobble;
  -webkit-animation-duration: 0.2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-name: wobb;
  -moz-animation-duration: 0.2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-out;

}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform:rotate(0deg);
  }
  33% {
    -webkit-transform:rotate(2deg);
  }
  66% {
    -webkit-transform:rotate(-2deg);
  }
  100% {
    -webkit-transform:rotate(0deg);
  }
}

@-moz-keyframes wobb {
  0% {
    -moz-transform:rotate(0deg);
  }
  33% {
    -moz-transform:rotate(2deg);
  }
  66% {
    -moz-transform:rotate(-2deg);
  }
  100% {
    -moz-transform:rotate(0deg);
  }
}

div#navigator-container {
	width: 564px;
	border: 2px solid #70707B;
	border-radius: 8px;
	background-color: black;
	padding: 3px;
	z-index: 100;
	position: absolute;
	top: -200px;
	left: 236px;
	box-shadow: 0px 8px 10px -2px #000000;
}

div#navigator-innerbox {
	width: 100%;
	border: none;
	border-radius: 4px;
	background-color: #424B5B;
}

ul#navigator-list {
	list-style-type: none;
	width: 100%;
}

li.navigator-item {
	width: 178px;
	height: 40px;
	background-image: -moz-linear-gradient(#424852 8%, #000000 76%);
	background-image: -webkit-linear-gradient(#424852 8%, #000000 76%);
	border: 1px solid #888F99;
	border-radius: 4px;
	color: white;
	font-size: 11px;
	font-weight: bold;
	line-height: 42px;
	float: left;
	margin: 4px;
	text-align: center;
	cursor: pointer;
}

li.navigator-item:hover {
	width: 178px;
	height: 40px;
	background-image: -moz-linear-gradient(#888F99 8%, #424852 76%);
	background-image: -webkit-linear-gradient(#888F99 8%, #424852 76%);
	border: 1px solid #888F99;
	border-radius: 4px;
	color: #FFC242;
	font-size: 11px;
	font-weight: bold;
	line-height: 42px;
	float: left;
	margin: 4px;
	text-align: center;
	cursor: pointer;
}

.show_navigator {
	-moz-animation: animate_down 1s;
	-webkit-animation: animate_down 1s;
	-moz-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

@-moz-keyframes animate_down {
	from { top: -250px; -moz-transform: rotateX(30deg); }
	to { top: 45px; -moz-transform: rotateX(0deg); }
}

@-webkit-keyframes animate_down {
	from { top: -250px; -webkit-transform: rotateX(30deg); }
	to { top: 45px; -webkit-transform: rotateX(0deg); }
}


.hide_navigator {
	-moz-animation: animate_up 1s;
	-webkit-animation: animate_up 1s;
	/*-moz-animation-fill-mode: forwards;*/
}

@-moz-keyframes animate_up {
	from { top: 45px; -moz-transform: rotateX(0deg); }
	to { top: -250px; -moz-transform: rotateX(30deg); }
}

@-webkit-keyframes animate_up {
	from { top: 45px; -webkit-transform: rotateX(0deg); }
	to { top: -250px; -webkit-transform: rotateX(30deg); }
}

div#category_assignment {
	border: 1px solid #A6A2BB;
	border-radius: 8px 8px 8px 8px;
	float: right;
	margin: 8px 8px 0 0;
	padding: 4px;
	width: 282px;
	height: 114px;
	overflow: auto;
}

div#inner_assignment {
	border: 1px solid #DDDCE6;
	border-radius: 4px;
	width: 100%;
}

div#inner_assignment ul {
	height: 100%;
}

ul#ca_ia_ul li {
	border-bottom: 1px solid #DDDCE6;
	padding-left: 8px;
}

ul#ca_ia_ul li {

}

ul#ca_ia_ul li.ca_ia_header {
	background-color: #DDDCE6;
	border-bottom: none;
	padding-left: 6px;
}

ul#ca_ia_ul li.ca_ia_footer {
	border-bottom: none;
	cursor: pointer;
}

ul#ca_ia_ul li.ca_ia_footer:hover span {
	color: #F27A00;
}


li.ca_ia_header span.ca_ia_header_label {
	font-size: 11px;
	font-weight: bold;
	color: #264CA2;
	vertical-align: top;
}

span.ca_ia_label {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	vertical-align: top:
}

span.ca_ia_data {
	margin-right: 72px;
	color: #264CA2;
	font-size: 11px;
	cursor: pointer;
}

span.ca_ia_data:hover {
	color: #F27A00;
}

li.ca_ia_alternate span.ca_ia_data {
	color: #264CA2;
}
