html {
	overflow-y: scroll;
	overflow-x: auto;
}
body{

	color:#767676;
	font-family: arial;
	font-size: 12px;
	margin:0px;
	padding:0px;
	outline: 0;
}
img {
	border: 0px;
}
hr{
	border: 1px solid #4F3333;
	border-bottom: 0px;
}
a{
	color:#cc3300;
	text-decoration: none;
	font-size:12px;
	font-weight: normal;
	outline: 0;
}
input, select , .inputFantom {
	color: #767676;
	font-size: 12px;
	padding: 2px;
	background: #fff;
	font-family: arial;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;

	background-color: #f7f7f7;
    border: 1px solid #bbbbbb;
    -webkit-box-shadow: inset 0px 0px 4px #bbbbbb;
       -moz-box-shadow: inset 0px 0px 4px #bbbbbb;
            box-shadow: inset 0px 0px 4px #bbbbbb; 
}
input[readonly]{
	background: #ffece6;
}
textarea{
	color: #767676;
	font-size: 12px;
	min-height: 50px;
	padding: 2px;
	font-family: arial;
	resize: none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;

	background-color: #f7f7f7;
    border: 1px solid #bbbbbb;
    -webkit-box-shadow: inset 0px 0px 4px #bbbbbb;
       -moz-box-shadow: inset 0px 0px 4px #bbbbbb;
            box-shadow: inset 0px 0px 4px #bbbbbb; 
}
button, button.main, button.green, input[type=button], input[type=button].main {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:10px;
	line-height: 12px;
	font-weight:bold;
	padding: 3px 5px;
	text-transform: uppercase;
	text-decoration:none;

	background-color: #f7f7f7;
    border: 1px solid #bbbbbb;
    -webkit-box-shadow: inset 0px 0px 4px #bbbbbb;
       -moz-box-shadow: inset 0px 0px 4px #bbbbbb;
            box-shadow: inset 0px 0px 4px #bbbbbb; 
}
.mce-tinymce button {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none; 
	text-transform: none;
}
label {
	display: inline-block;
	line-height: 22px;
	/*
	vertical-align: middle;
	height: 25px;
	*/
}
label input {
	float: left;
	padding-left: 10px;
}
button:hover {
	background-color:#dfdfdf;
}
button:active, button.main:active , button.green:active {
	position:relative;
	top:1px;
}
button.main {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background-color:#cc3300;
	border:1px solid #d83526;
	color:#ffffff;
	text-shadow:1px 1px 0px #b23e35;
}
button.green {
	-moz-box-shadow:inset 0px 1px 0px 0px #a0cf88;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a0cf88;
	box-shadow:inset 0px 1px 0px 0px #a0cf88;
	background-color:#82d758;
	border:1px solid #70bb4b;
	color:#ffffff;
	text-shadow:1px 1px 0px #a0cf88;
}

h1{
	font-size:18px;
	font-family: arial;
}

/****************************
* Page
*****************************/
#page{
	text-align: center;
	width: 100%;
}
#site{
	width: 1210px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}
#box{
	width: 100%;
	height: 100%;
	background-color:#ffffff;
	border-top: 6px solid #cc3300;
	border-bottom: 1px solid #cc3300;
}
#box .boxInner{
	padding: 10px;
}
#box .boxInner > div {
	position: relative;
}
#box .boxFoot {
	position: relative; 
	top: 25px; 
	padding: 5px 0px
}
#login h1{
	font-family: Ubuntu Condensed;
	font-size: 28px;
	margin: 5px 0px 20px 0px;
}
#login table {
	width: 100%;
}
#login table td {
	padding: 2px 0 6px 0;
}
#login ul {
	background-color: #fff;
	list-style: none;
	position: relative;
	display: block;
	float: right;
	top: 5px;
}
#login ul li a {
	color: #fff;
	display: block;
	padding-bottom: 10px;
	white-space: nowrap;
	text-decoration: none;
	line-height: 18px;
}
#login ul li a > img{
	margin-right: 5px;
	float: left;
}
#login ul li:hover > ul {
	display: block;
}
#login ul ul {
	display: none;
	position: absolute;
	top: 0px;
}
#login .label, #changePasswordHash label {
	height: 35px;
	font-size: 20px;
	font-family: Ubuntu Condensed;
}
#changePasswordHash label {
  padding-top:10px;
}
#login a {
	font-size: 20px;
	font-family: Ubuntu Condensed;
}
#login input[type=text], #login input[type=password], #changePasswordHash input[type=text], #changePasswordHash input[type=password], .inputFantom {
	height: 35px;
	font-size: 20px;
	padding: 2px 5px;
	width: 100%;
	font-family: Ubuntu Condensed;
}
#login .inputFantom {
	line-height: 35px;
	padding: 0 5px;
	background: #cdcdcd;
	position: relative;
}
#login .inputFantom .reset {
	position: absolute;
	right: 2px;
	top: 2px;
	height: 30px;
	width: 30px;
	padding: 0px;
}
#login button {
	height: 35px;
	font-size: 20px;
	padding: 2px 5px;
	width: 100%;
	font-family: Ubuntu Condensed;
}

/****************************
* TopMenu
*****************************/
#topMenu{
	height:32px;
	background-color:#cc3300;
}

#topMenu div.fomenuelem {
	display:inline;
	float:left;
	height:32px;
}
#topMenu div.fomenuelem a{
	color:#ffffff;
	font-weight:normal;
	font-size:13px;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	margin:0px;
	padding:8px 10px 7px 10px;
}
#topMenu div.fomenuelem a:hover {
	background-color:#ffffff;
	color:#cc3300;
	margin-top:1px;
}
#topMenu div.fomenuelemOn {
	display:inline;
	float:left;
	height:32px;
}
#topMenu div.fomenuelemOn a{
	background-color:#922400;
	color:#ffffff;
	font-weight:bold;
	font-size:13px;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	margin:0px;
	margin-top:1px;
	padding:8px 10px 7px 10px;
}
#topMenu div.fomenuelemOn a:hover {
	background-color:#ffffff;
	color:#cc3300;
	margin-top:1px;
}
#subMenu{
	height:26px;
	background-color:#ffffff;
}
#subMenu .almenuelem {
	float:left;
}
#subMenu .almenuelem a{
	color:#cc3300;
	font-size:11px;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	padding:7px 5px 5px 5px;
}
#subMenu .almenuelem a:hover {
	color:#ffffff;
	background-color:#cc3300;
	margin-top:1px;
}
#subMenu .almenuelemOn {
	float:left;
}
#subMenu .almenuelemOn a{
	color:#cc3300;
	font-size:11px;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	background-color:#ffe1d7;
	padding:7px 5px 5px 5px;
	margin-top:1px;
}
#subMenu .almenuelemOn a:hover {
	color:#ffffff;
	background-color:#cc3300;
	margin-top:1px;
}
#subMenu .almenuTitlenormal {
	position:absolute;
	top:30px;
	left:0px;
	padding:15px;
	background:#fff6ac;
	border:1px solid #b7b7b7;
	width:250px;
	display:none;
}
#subMenu .almenuTitlesetup {
	position:absolute;
	top:30px;
	right:0px;
	padding:15px;
	background:#fff6ac;
	border:1px solid #b7b7b7;
	width:250px;
	display:none;
}
#subMenu .setup {
	background:#d9ddff;
	float:right;
}

/****************************
* tableList
*****************************/
.tableTitle {
	font-size: 18px;
	font-weight: bold;
	color: #2a2a2a;
	margin: 20px 0 5px 0;
	margin: 0 0 5px 0;
	line-height: 20px;
	text-align: left;
	padding: 5px;
	background-color: #eaeaea;
}
.tableTitle2 {
	font-size: 14px;
	font-weight: bold;
	color: #2a2a2a;
	margin: 20px 0 5px 0;
	margin: 8px 0 5px 0;
	line-height: 20px;
	text-align: left;
	padding: 5px;
	background-color: #FEFEEE;
	border-top: 1px solid #F3E3C2;
	border-bottom: 1px solid #F3E3C2;
}
.tableTitle a {
	margin-left: 10px;
	float: right;
	text-decoration: none;
}
.tableTitle button.left {
	margin-right: 10px;
}
.tableTitle button.right {
	margin-left: 10px;
}

.tableList {
	border-top: 1px solid #F3E3C2;
}
.tableList .rowdetail{
	background-color: #f4f4f4;
}
.tableList .label{
	border-bottom: 1px solid #F3E3C2;
	font-size: 12px;
	font-weight: bold;
	background-color: #fefeee;
	padding: 6px 4px;
}
.tableList > tr > td {
	border-bottom: 1px solid #F3E3C2;
	vertical-align: middle;
}

.tableList > thead > tr > td {
	border-bottom: 1px solid #F3E3C2;
	font-size: 12px;
	font-weight: bold;
	background-color: #fefeee;
	padding: 10px 4px;
	height: 16px;
}
.tableList > tbody > tr > td {
	border-bottom: 1px solid #F3E3C2;
	padding: 4px;
	height: 26px;
}
.tableList > tbody > tr:hover {
	background-color: #fefeee;
}
.tableList > tfoot > tr > td {
	border-bottom: 1px solid #F3E3C2;
	font-size: 12px;
	font-weight: bold;
	background-color: #fefeee;
	padding: 10px 4px;
}
.tableList .inactive {
	background-color: #f2f2f2;
}
.tableList .grey{
  font-style:italic;
  color:#a0a0a0;
}

/****************************
* formTable
*****************************/
.formTable td {
	padding: 4px;
}
.formTable .title {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	padding-top: 15px;
	padding-bottom: 5px;
}
.formTable .border {
	border: 1px solid #dadada;
}
.formTable .label {
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}
.formTable .text {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.formTable.maxInput .input input, .formTable.maxInput .input select, .formTable.maxInput .input textarea {
	width: 100%;
}
.formTable .input input, .formTable .input select, .formTable .input textarea {
	width: 300px;
}
.formTable .input input[type=checkbox]{
	margin-left: 0px;
	width: 15px;
	height: 15px;
}
.formTable .input input[type=radio]{
	margin-left: 0px;
	width: 15px;
	height: 15px;
}
.formTable > tbody > tr.hover:hover {
	background-color: #fefeee;
}

.popupWindow .formTable .input input {
	width: 200px;
}
.popupWindow .formTable .input input[type=checkbox] {
	margin-left: 0px;
	width: 15px;
	height: 15px;
}
.popupWindow .formTable .input input[type=radio] {
	margin-left: 0px;
	width: 15px;
	height: 15px;
}
.popupWindow .formTable .input select{
	width: 200px;
}
.popupWindow .formTable .input textarea {
	width: 200px;
}

/****************************
* individuals
*****************************/
div.desingSettingBox {
	float:left;
	width:20%;
}
div.desingSettingImage {
	background:#fefef0;
	padding:10px;
	border:1px solid #aaa;
	margin: 5px;
}
div.desingSettingImage#Active {
	background: #fefed4;
	border: 1px solid #cc3300;
}
div.desingSettingImage:hover, div.desingSettingImage#Active:hover {
	background:#fefeaa;
	border-color:#cc3300;
}
div.desingSettingImage img {
	width: 100%;
}
div.desingSettingImage p {
	text-align:center;
	line-height:20px;
}
div.desingSettingImage input {
	height:25px;
	width:77px;
	margin:5px;
}
div.desingSettingHolder {
  height:150px;
  overflow: hidden;
}
/****************************/
.messages .message {
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 5px;
    line-height: 17px;
}
/****************************/
.adminuserHelper .title {
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	border-bottom: 1px solid #eeeeee;
    /*
	display: list-item;
	list-style-position: inside;
	list-style-type: square;
    */
	padding-left: 5px;
	margin-top: 10px;
}
.adminuserHelper .body {
	margin-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
	padding: 5px 10px 5px 20px;
}
.adminuserHelper .body h3 {
  font-size: 14px;
  font-weight:bold;
}
.adminuserHelper .body h2 {
  font-size: 16px;
  font-weight:bold;
}
.adminuserHelper .body * {
  line-height: 140%;
}
.adminuserHelper .body ol, .adminuserHelper .body ul {
  list-style: square inside none;
}


/****************************/
#order_user_comment,
#order_admin_comment {
	background-color: #fff;
	border:1px solid #767676;
	padding:5px;
}
#order_admin_comment .first {
	overflow: hidden;
}
.basketForm .name{
  font-weight:bold;
  margin-bottom: 5px;
}
.basketForm label{
	height: 20px;
}

/****************************/
.pathShower {
    color: #2A2A2A;
    text-align: right;
	padding: 2px 5px;
	margin: 0 0 3px 0;
}
.pathShower, .pathShower a{
	font-size: 11px;
	text-decoration:none;
	color: #767676;
}
.pathShower a:hover {
	text-decoration: underline;
}

/****************************/
.bold {
	font-weight: bold;
}
.placeholderTr > td {
	border-top: 1px dashed #ff0000;
	border-bottom: 1px dashed #ff0000;
}

.fa {
	color: #bbbbbb;
}
.fa:hover {
	color: #cc3300;
}
.fa.active {
	color: #cc3300;
}
.fa.active:hover {
	color: #cc3300;
}

/****************************
* fFinder
*****************************/
#ff-Finder .ff-finder-head {
	background-color: #fefeee;
	color: #2a2a2a;
    height: 28px;
    line-height: 28px;
    margin: 0 0 10px;
    padding: 5px;
}
/* menu*/
#ff-Finder .ff-finder-head .ff-cont-1 {
	float: left;
}
#ff-Finder .ff-finder-head .ff-cont-1 .fa {
	margin: 3px 10px 0 10px;
	cursor: pointer;
}
#ff-Finder .ff-finder-head .ff-cont-2 {
	float: right;
}
#ff-Finder .ff-finder-head .ff-cont-2 button {
	cursor: pointer;
	font-size: 16px;
	text-transform: uppercase;
}
/* info */
#ff-Finder .ff-finder-info {
	padding: 5px;
	line-height: 20px;
	height: 20px;
	border: 1px solid #cdcdcd;
	color: #2a2a2a;
	margin: 0 0 10px 0;
}
#ff-Finder .ff-finder-info .ff-cont-1 {
	float: left;
}
#ff-Finder .ff-finder-info .ff-cont-2 {
	float: right;
}
/* body */
#ff-Finder .ff-finder-body {
	border: 1px solid #cdcdcd;
    -webkit-user-select: none;
    -moz-user-select: none;
	overflow-y: auto;
    -khtml-user-select: none;
    -ms-user-select: none;
}
/* item */
#ff-Finder .ff-dirs-item {
	float: left;
	padding: 10px;
	width: 20%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
     overflow: hidden;
}
#ff-Finder .ff-dirs-item .ff-item {
	padding: 10px;
	text-align: center;
	background-color: #e4e4e4;
    overflow: hidden;
}
#ff-Finder .ff-dirs-item .ff-item img {
	margin: 0 0 10px 0;
	height: 60px;
}
#ff-Finder .ff-dirs-item .ff-item .fa {
	margin: 0 0 10px 0;
	height: 60px;
}
#ff-Finder .ff-dirs-item .ff-item:hover {
	cursor: pointer;
	color: #cc3300;
	background-color: #cdcdcd;
}
#ff-Finder .ff-dirs-item .ff-item:hover .fa {
	color: #cc3300;
}
#ff-Finder .ff-dirs-item .ff-item.selected {
	color: #cc3300;
	background-color: #cdcdcd;
	outline: 1px solid #cc3300;
	outline-offset: -1px;
}
#ff-Finder .ff-dirs-item .ff-item.selected .fa {
	color: #cc3300;
}
#ff-Finder .ff-dirs-item .ff-item .ff-name {
	text-align: center;
	margin: 0 15px;
	height: 28px;
	line-height: 14px;
	overflow: hidden;
}
#ff-Finder .ff-dirs-item .ff-item .ff-info {
	text-align: center;
	margin: 0 15px;
	height: 12px;
	line-height: 10px;
	overflow: hidden;
	margin-top: 5px;
	font-size: 10px;
}
@media (min-width: 740px) and (max-width: 1024px)
{
	div.header {
		width: 100% !important;
	}
	#site {
		width: 100%;
	}
	#box {
		border: 0px;
	}
}
@media (max-width: 740px)
{
	div.header {
		width: 100% !important;
	}
	div.header .icons .icon01, div.header .icons .icon02, div.header .icons .icon03 {
		display: none;
	}
	#site {
		width: 100%;
	}
	#box {
		border: 0px;
	}
	#subMenu {
		height: auto;
		display: none;
		border-bottom: 1px solid #cc3300;
	}
	#topMenu a span {
		display: none;
	}
	#topMenu a i {
		display: block;
	}
	#topMenu div.fomenuelemOn a, #topMenu div.fomenuelem a {
		padding: 4px 15px;
	}
	#subMenu .almenuelem , #subMenu .almenuelemOn {
		float: none;
	}
	.mSubmIcon {
		display: block;
		float: right;
		padding: 4px 12px;
		cursor: pointer;
	}
	.tableList thead {
		display: none;
	}
	.tableList td {
		min-height: 18px;
	}
	.tableList tbody tr:nth-child(odd) {
		background-color: #ffffff;
	}
	.tableList tbody tr:nth-child(even) {
		background-color: #fefeee;
	}
	.tableList tbody td, .tableList tfoot td {
		display: block;
		padding: 5px 5px 5px 50% !important;
		position: relative !important;
		height: auto !important;
		text-align: right;
	}
	.tableList tbody td::before, .tableList tfoot td::before {
		left: 6px;
		padding-right: 10px;
		position: absolute;
		top: 6px;
		white-space: nowrap;
		width: 45%;
		text-align: left;
	}
	.tableList tbody td.specTd1 {
		padding: 5px !important;
		display: table-cell;
	}
	.tableList tbody td.specTd1::before {
		content: '' !important;
		position: static;
		padding: 0px !important;
	}
	.tableList tbody td.specTd2 {
		padding: 5px !important;
	}
	.tableList tbody td.specTd2::before {
		content: '' !important;
		position: static;
		padding: 0px !important;
	}
	.tableList .stepper {
		display: block;
	}

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

	#orderForm .formTable {
		width: 100% !important;
	}

	.specFormTable.formTable, .specFormTable.formTable
	{
		width: 100% !important;
	}
	
	.specFormTable.formTable input, .specFormTable.formTable select, .specFormTable.formTable textarea {
		width: 100% !important;
	}

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

	.popupWindow {
		height: 100%;
		width: 100%;
		top: 0;
	}
	#adminUser .adminUser {
		font-size: 18px !important;
		width: 200px !important;
	}
	#adminUser .adminUser a {
		font-size: 16px !important;
	}
}
