body {
	/*font-family: arial, tahoma;*/
	font: 10pt arial, tahoma;
}

ul {
	margin: 0;
	padding: 0;
}

.required {
	color: #EB340A;
	text-align: right;
}

/* ############################################################# */
	/* ## Buttons ################################################## */
	/* ############################################################# */
.btn-delete {
	cursor: pointer;
	float: right;
	width: 12px;
	height: 12px;
	margin: 2px;
	background: url(./../img/btn_delete.png) 0 0 no-repeat;
	background-color: red;
}


/* ############################################################# */
	/* ## Main Tab ################################################# */
	/* ############################################################# */
ul.tabs-main {
	list-style: none;
	color: red;
	height: 29px;
	margin-left: 155px;
}

ul.tabs-main li {
	float: left;
	height: 29px;
	margin-right: 6px;
	background: #D9D9D9;
	cursor: pointer;
}

ul.tabs-main li {
	background: url(./../img/tab_main_center.gif) 0 0 repeat-x;
}

ul.tabs-main li.active {
	background: #D9D9D9;
}

/* --- Main Tab Corners --- */
ul.tabs-main li a {
	cursor: pointer;
	float: left;
	text-decoration: none;
	color: white;
}

ul.tabs-main li a:hover .title {
	color: #ddd;
}

ul.tabs-main li.active a:hover .title {
	color: black;
}

ul.tabs-main li .left {
	cursor: pointer;
	margin: 0;
	width: 6px;
	height: 29px;
	float: left;
	background: url(./../img/tab_main_left.gif) 0 0 no-repeat;
}

ul.tabs-main li .right {
	cursor: pointer;
	width: 6px;
	height: 29px;
	float: left;
	background: url(./../img/tab_main_right.gif) 0 0 no-repeat;
}

ul.tabs-main li.active .left {
	cursor: pointer;
	margin: 0;
	width: 6px;
	height: 29px;
	float: left;
	background: url(./../img/tab_main_left_a.gif) 0 0 no-repeat;
}

ul.tabs-main li.active .right {
	cursor: pointer;
	width: 6px;
	height: 29px;
	float: left;
	background: url(./../img/tab_main_right_a.gif) 0 0 no-repeat;
}

/* --- Main Tab Spots --- */
ul.tabs-main li .spot {
	margin-left: 6px;
	margin-right: 8px;
	margin-top: 8px;
	width: 13px;
	height: 13px;
	float: left;
}

ul.tabs-main li .conflict {
	background: url(./../img/tab_main_spot.gif) 0 0 no-repeat;
}

ul.tabs-main li .normal {
	background: url(./../img/tab_main_spot.gif) 0 -13px no-repeat;
}

ul.tabs-main li .complete {
	background: url(./../img/tab_main_spot.gif) 0 -26px no-repeat;
}

ul.tabs-main li.active .conflict {
	background: url(./../img/tab_main_spot_a.gif) 0 1px no-repeat;
}

ul.tabs-main li.active .normal {
	background: url(./../img/tab_main_spot_a.gif) 0 -12px no-repeat;
}

ul.tabs-main li.active .complete {
	background: url(./../img/tab_main_spot_a.gif) 0 -25px no-repeat;
}

/* --- Main Tab Title --- */
ul.tabs-main li .title {
	font-size: 14px;;
	padding: 7px 10px 0 0;
	float: left;
	color: white
}

ul.tabs-main li.active .title {
	color: black;
}

/* ############################################################# */
	/* ## Main Area ################################################ */
	/* ############################################################# */
div.main-area {
	width: 920px;
}

/* --- Left Tabs --- */
ul.left-tabs {
	float: left;
	list-style: none;
	width: 155px;
}

ul.left-tabs li {
	height: 31px;
	border-bottom: 1px solid #D9D9D9;
	font-size: 12px;
	padding: 6px;
	cursor: pointer
}

ul.left-tabs li.top-border {
	border-top: 1px solid #D9D9D9;
	border-bottom: none;
}

ul.left-tabs li.no-border {
	border: none;
}

ul.left-tabs li.active {
	background: #D9D9D9 url(./../img/tab-left.gif) 0 0 no-repeat;
}

ul.left-tabs a {
	text-decoration: none;
}

ul.left-tabs a:hover {
	text-decoration: underline;
}

ul.left-tabs div.title {
	float: left;
	margin-left: 10px;
	width: 95px;
	cursor: pointer;
	color: #4F8100;
}

ul.left-tabs div.icon {
	float: left;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background-repeat: no-repeat;
}

ul.left-tabs div.normal {
	background-position: 0 -32px;
}

ul.left-tabs li.active div.normal {
	background-position: 0 0;
}

ul.left-tabs div.conflict {
	background-position: 0 -96px;
}

ul.left-tabs li.active div.conflict {
	background-position: 0 -64px;
}

/* --- Part Selector --- */
div.selector {
	background: #D9D9D9 url(./../img/panel-left-bottom.gif) 0 437px
		no-repeat;
	width: 494px;
	height: 408px;
	float: left;
	padding: 20px 10px 20px 20px;
}

div.selector-right {
	background: #D9D9D9 url(./../img/panel-right-top.gif) 0 0 no-repeat;
	width: 10px;
	height: 448px;
	float: left;
	margin-right: 5px;
}

div.selector-right .bottom {
	background: url(./../img/panel-right-bottom.gif) 0 437px no-repeat;
	width: 10px;
	height: 448px;
	float: left;
}

div.selector .c-header {
	background: #CCCBCB;
	color: white;
	font-size: 11px;
	height: 16px;
	padding-top: 2px;
}

div.selector .c-header .category {
	width: 112px;
	margin-left: 10px;
}

div.selector .c-header .model {
	width: 230px;
	margin-left: 10px;
}

div.selector .c-header .price {
	width: 55px;
	margin-left: 10px;
}

div.selector ul li {
	list-style: none;
	float: left;
}

div.selector .c-content {
	color: black;
	background: white;
	height: 317px;
	clear: both;
}

.c-content ul div {
	float: left;
}

.c-content ul.category {
	float: left;
	width: 122px;
	height: 312px;
	padding-top: 5px;
	overflow: auto;
	border-right: 2px solid #D9D9D9;
}

.c-content ul.category li {
	clear: both;
	margin-left: 10px;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

.c-content ul.category li.child {
	clear: both;
	width: 102px;
	padding-left: 20px;
	margin: 0;
	font-weight: normal;
}

.c-content ul.category li.active {
	background: #59595A;
	color: white;
}

.c-content ul.parts {
	float: left;
	width: 370px;
	height: 312px;
	padding-top: 5px;
	overflow-y: scroll;
	font-size: 11px;
}

.c-content ul.parts li {
	clear: both;
	padding-left: 5px;
	overflow: hidden;
	cursor: pointer;
}

.c-content ul.parts li.active {
	color: green;
	font-weight: bold;
}

.c-content ul.parts li.hover {
	background: #ECECEC;
}

.c-content ul.parts li .model {
	width: 230px;
	font-size: 10px;
	/*overflow: hidden;*/
	/*height: 18px;*/
}

.c-content ul.parts li .price {
	width: 54px;
	overflow: hidden;
	height: 18px;
	text-align: right;
	font-size: 10px;
}

.c-content ul.parts li .spot {
	width: 20px;
	overflow: hidden;
	height: 18px;
	background: url(./../img/parts-spot.gif) 8px 3px no-repeat;
}

.c-content ul.parts li.active .spot {
	background: url(./../img/parts-spot.gif) 8px -20px no-repeat;
}

.c-content ul.parts li .current {
	width: 25px;
	overflow: hidden;
	height: 18px;
}

.c-content div.empty-set {
	text-align: center;
	padding: 20px;
}

/* --- Part Selector Status Bar --- */
div.status {
	width: 494px;
	float: left;
	padding-top: 5px;
}

div.status .bar {
	width: 377px;
	float: left;
}

div.status .bar .top {
	height: 5px;
	width: 377px;
	background: url(./../img/panel-status-top.gif) 0 0 no-repeat;
	margin: 0;
	border:none;
}

div.status .bar .body {
	width: 361px;
	background: url(./../img/panel-status-body.gif) 0 0 repeat-y;
	padding: 0 8px;
	height: 60px;
	overflow: hidden;
}

div.status .bar .bottom {
	height: 5px;
	width: 377px;
	background: url(./../img/panel-status-bottom.gif) 0 0 no-repeat;
}

div.status .button {
	width: 106px;
	height: 39px;
	background: url(./../img/panel-status-next.gif) 0 0 no-repeat;
	float: right;
	cursor: pointer;
}

/* --- Summury Configuration --- */
div.sum {
	background: #52AE35;
	width: 270px;
	height: 420px;
	float: left;
	border-radius: 15px 0 0 0;
}

div.sum h2 {
	color: white;
	font-size: 14px;
	margin: 10px;
	padding: 0;
	height: 20px;
}

div.sum .r-content {
	background: white;
	width: 252px;
	height: 341px;
	margin: 0 0 15px 4px;
	padding: 5px 5px;
	overflow-y: scroll;
	overflow: auto;
	font-size: 10px;
}

div.sum .price {
	height: 42px;
	margin: 0;
	background: #52AE35;
	border-radius: 0 0 15px 15px;
}


div.sum .price .center {
	background: #fff;
	height: 20px;
	width: 240px;
	float: left;
	padding-top: 3px;
	margin-left: 13px;
	border-radius: 15px 15px 15px 15px;
	margin-top: 2px;
}


div.sum .price .center .title {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 11px;
}

div.sum .price .center .number {
	margin: 0;
	padding: 0;
	float: right;
	font-size: 11px;
}

.op_but, .message {
	font-size: 11px;
}

/* ############################################################# */
	/* ## Order Area ############################################### */
	/* ############################################################# */
#order_form input[type="text"], #order_form textarea, #order_form select {
	border: 1px solid #B6B6B6;
	padding: 1px;
	margin: 2px;
	background-color: white;
}

#order_form input[type="text"] {
	width: 280px;
}

#order_form table {
	padding: 10px;
	margin: 30px auto;
	border: 1px solid #DEDEDE;
	background-color: #EFEFEF;
}

#order_form table td {
	padding: 1px 6px;
}

#mess {
    /*background: none repeat scroll 0 0 white;
    border: 1px solid red;*/
    font-size: 14px;
    padding: 5px;
	margin-top: 100px;
	text-align: center;
}

.sku_product {
	width: 40px;
	font-size: 9px;
}

.main-container {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    margin: 0;
    background: #fff;
    position: relative;
    min-height: 800px;
}