﻿@-ms-viewport {width:auto!important;}
@-webkit-viewport{width:device-width}
@-moz-viewport{width:device-width}
@-o-viewport{width:device-width}
@viewport{width:device-width}

body {
	background-image: url('../Img/BackgroundPattern2.png');
	background-color: #dce0e1;
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', 'Lucida Sans', Arial;
	color: rgb(141, 144, 149);
	-webkit-font-smoothing: antialiased;
}

img {border: 0px;}

h1 {letter-spacing: .0em; font-weight: normal; font-size: 1.4em; text-align: left; color: #373a41; margin: 30px 0px;}
h2 {font-size: 1.1em; color: #334b61; font-weight: 400;}
h3 {font-size: .9em; color: #334b61; font-weight: 400; text-decoration: underline;}
h3 a { color: #334b61;}
a {color: #2a83ed; text-decoration: none;}
a:hover {color: #f57e82;}
p {
    display: inline-block; 
    max-width: 500px;
    width: 100%;
    margin: 0px;
    margin-bottom: 3px;
    border-radius: 3px;
}

/* Tables */
th {font-size: .9em; text-align: left; vertical-align: top;}
thead th {border-bottom: solid 1px #6b6b6b;}
td {font-size: .7em;}
td, th {padding: 2px;}
tr.Alt td {background-color: #e7ebee;}
table.Selectable tr:hover td, table.Selectable tr:active td {background-color: #0D3393; color: #ffffff; cursor: pointer;}

table.Grid th {text-align: right;}


/***************** MAIN LAYOUT *********************/

/** BODY **/
#MainBody {
	max-width: 1320px;
	background-color: #ffffff;
	margin: 20px auto;
	overflow: hidden;
	position: relative;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width:1340px) {
	#MainBody {margin: 0px auto;}
}

/** TOP BAR **/
#TopBar {
	height: 38px;
	border-bottom: solid 1px #e1e5e7;
	color: #B3B5BF;
	font-size: 13px;
	line-height: 300%;
	padding: 0px 60px;
}

#TopBar ul {
	list-style: none outside none;
	padding: 0px;
	margin: 0px;
}

#TopBar ul li {
	display: inline-block;
	position: relative;
	margin: 0px 15px 0px 0px;
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: 0px center;
	white-space: nowrap;
}

@media screen and (max-width:730px) {
	#TopBar {display: none;}
}

/** MAIN MENU **/
#Menu {
	position: relative;
	z-index: 10;
	min-height: 106px;

	background-color: transparent;
	border-bottom: medium none;
	box-shadow: 0px 1px 0px 0px rgba(5, 38, 57, 0.05);
}

#Menu .Table {
	padding-top: 21px;
}

#Menu #MainMenu {
	padding: 5px 0px 4px;
	margin: 0px;
	line-height: 0;
	list-style: none outside none;
	text-align: right;
}

#Menu #MainMenu li {
	font-size: 15px;
	display: inline-block;
	position: relative;
	z-index: auto;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	line-height: 0;
	list-style: none outside none;
}

#Menu #MainMenu li.HL {
	background-color: #2A83ED!important;
	color: #ffffff;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(0,0,0,0.1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.14) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%);

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}

#Menu #MainMenu li a > i {
	font-size: 20px;
	line-height: 21px;
}

#Menu #MainMenu li > a {
	padding: 4px 10.5px 6px;
	color: #474950;
	text-transform: none;
	display: block;
	border: 1px solid transparent;
	text-decoration: none;
	text-align: left;
}

#Menu #MainMenu li > a:hover {
	color: #2A83ED;
	background-color: transparent;
	border: 1px solid #2A83ED;
	padding: 4px 10.5px 6px;
	border-radius: 8px;
	outline: 0px none;
}

#Menu #MainMenu li.HL > a {
	color: #ffffff;
}

#MobileMenu {
	display: none;
	width: 100%;
	text-align: right;
}

#MobileMenu a {
	background-color: #2a83ed;
	display: inline-block;
	padding: 10px 15px;
	text-decoration: none;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}

#MobileMenu a:hover {
	background-color: #549bf0;
}

#MobileMenu a span, #MobileMenu a i {
	color: #fff;
	padding: 0;
	margin: 0;
}

#MobileMenu a i {
	font-size: 17px;
}


@media screen and (max-width:750px) {
	#Menu #MainMenu {
		display: none;
		border: 0;
		position: absolute;
		background-color: rgba(255,255,255,0.97);
		padding: 5px 0;
		right: 10px;
		top: 75px;
		min-width: 230px;
		max-width: 280px;
		text-align: left;
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;

		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
		-o-border-radius: 8px;
		border-radius: 8px;

		-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
		-ms-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
		-o-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
		box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
	}

	#Menu #MainMenu li {
		position: relative;
		padding: 0;
		margin: 0;
		display: list-item;
		text-align: -webkit-match-parent;
		list-style: none;
	}

	#Menu #MainMenu li a {
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: rgba(55,58,65,0.1);

		display: block;
		position: relative;
		padding: 10px 0;
		margin: 0 20px;
		font-weight: normal;
		text-align: left;
		text-decoration: none;
		outline: none;
	}

	#Menu #MainMenu li > a:hover {
		color: #2A83ED;
		padding: 10px 0;
		margin: 0 20px;
		background-color: transparent;
		border: 1px solid transparent;
		border-bottom: solid 1px rgba(55,58,65,0.1);

		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		-ms-border-radius: 0px;
		-o-border-radius: 0px;
		border-radius: 0px;
	}

	#Menu #MainMenu li.HL {
		background-color: transparent!important;		
		background-image: none;
	}

	#Menu #MainMenu li.HL a {
		color: #2A83ED;
	}

	a.Last {
		border-bottom-width: 0px!important;
	}

	#MobileMenu {
		display: inline;
		text-align: right;
	}
}

/** LANGUAGE MENU **/
#LanguageMenu {
	display: none;
	border: 0;
	position: absolute;
	background-color: rgba(255,255,255,0.97);
	padding: 5px 0;
	right: 51px;
	top: 54px;
	min-width: 230px;
	max-width: 280px;
	text-align: left;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;

	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}

#LanguageMenu li {
	position: relative;
	padding: 0;
	margin: 0;
	display: list-item;
	text-align: -webkit-match-parent;
	list-style: none;
}

#LanguageMenu li > a {
	padding: 4px 10.5px 6px;
	color: #474950;
	text-transform: none;
	display: block;
	border: 1px solid transparent;
	text-decoration: none;
	text-align: left;
}

#LanguageMenu li a {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: rgba(55,58,65,0.1);

	display: block;
	position: relative;
	padding: 10px 0;
	margin: 0 20px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	outline: none;
}

#LanguageMenu li > a:hover {
	color: #2A83ED;
	padding: 10px 0;
	margin: 0 20px;
	background-color: transparent;
	border: 1px solid transparent;
	border-bottom: solid 1px rgba(55,58,65,0.1);

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}

#LanguageMenu li.HL {
	background-color: transparent!important;		
	background-image: none;
}

#LanguageMenu li.HL a {
	color: #2A83ED;
}

#LanguageMenu a.Last {
	border-bottom-width: 0px!important;
}

@media screen and (max-width:750px) {
	#LanguageMenu {
		right: 5px;
		top: 190px;
	}
}

/** GENERAL POPUP MENU **/
.PopupMenu {
	background-color: #ffffff;
	border: 0;
	position: absolute;
	padding: 5px;	
	min-width: 238px;
	max-width: 780px;
	text-align: left;
	overflow: hidden;

	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;

	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}

.PopupMenu div {
	border: solid 1px #ffffff;
	padding: 10px;
	display: block;
	float: left;
	text-align: center;
}

.PopupMenu div:hover {
	border-color: #e7ebee;
	cursor: pointer;
}

#imgProductProcessing {
	border: solid 1px #e1e4e6; 
	border-radius: 8px; 
	margin-bottom: 5px;
}

#imgProductProcessing:hover {
	border-color: #2a83ed;
}

@media screen and (max-width: 321px) {
	.PopupMenu {
		max-width: 248px;
	}
}


/** HEADER **/
#Header {
	min-height: 348px;
	background: url('../Img/HeaderBackground.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: visible;
	margin-top: -46px;
	margin-bottom: -20px;
}

#Header h1 {
	font-size: 51px;
	font-weight: 300;
	color: #ffffff;
	letter-spacing: 0em;
	text-align: center;
	margin-bottom: 0px;
}

#Header h2 {
	font-size: 24px;
	color: #A3F7FF;
	text-align: center;
	margin: 0px;
}

#Header h3 {
	font-size: 18px;
	color: #c8d6f0;
	text-decoration: none;
	text-align: center;
	margin-top: 0px;
}

#Header div.Wrapper {
	padding-top: 76px;
}

@media screen and (max-width:750px) {
	#Header h1 {font-size: 38px;}
}

@media screen and (max-width: 321px) {
	#Header {margin-bottom: -40px;}
}

/** BOTTOM BAR **/
#BottomBar {
	font-size: 12px;
	height: 65px;
	padding-top: 10px;
	color: #8D9095;
	background: none repeat scroll center top #F7F7F8;
	border-top: 1px solid rgba(218, 222, 225, 0.85);
}

#BottomBar a {
	color: #8D9095;
	text-decoration: none;
}

#BottomBar a:hover {
	text-decoration: underline;
}


/** GENERAL LAYOUT CLASSES **/
.Background {
	height: 125px;
	text-align: center;
	background-color: #f6f6f6;
	border-bottom: solid 1px #dde1e3;
}

.DefaultBoxStyle {
    background-color: #ffffff;
	background-color: rgba(55, 58, 65, 0.04);
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 0px 1px rgba(218, 222, 225, 0.8) inset;
}

.Accent {
	border-left: solid 5px #2A83ED;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 6px;
}

@media screen and (max-width:321px) {
	.DefaultBoxStyle {padding: 2px;}
}

.DefaultBoxStyle h1 {
	margin-top: 0px;
}

.FormBox {
	max-width: 600px;
	margin: 30px auto;
	border: 1px solid transparent;
}

.InnerBox {margin: 10px;}

@media screen and (max-width:321px) {
	.InnerBox {margin: 4px;}
}

.Table {
	display: table;
	width: 100%;
}

.TableCell {
	display: table-cell;
	vertical-align: middle;	
}

.Wrap {padding: 0px 60px;}
@media screen and (max-width:750px) {.Wrap {padding: 0px 10px;}}

div.FullRow {
	display: table;
	width: 100%;
}

div.RowBlock {
	width: 49.8%;
	display: table-cell;
	vertical-align: top;
}

@media screen and (max-width:870px) {
	div.FullRow {display: block;}
	div.RowBlock {width: 100%; display: block;}
}

.DivTable .tbl {display: table;}
.DivTable div {display: table-cell;}

tr.Sep td { border-top: solid 1px #dfe5e9;}

div.GenericBox {
	max-width: 600px;
	margin: 0px auto;
}

a.Button {
	background-color: #2980e8;
	color: #d3e6fc;
	padding: 8px 20px;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.24);
	border: 0px;	
	box-shadow: 0 1px 0px rgba(0,0,0,0.2);
	cursor: pointer;
}

a.Button {
	/*display: inline-block;*/
    margin-top: 2px;
	border-radius: 3px;
	transition-duration: 0.2s;
}

a.Button.Disabled, a.Button.Disabled:hover, a.Button.Disabled:active {
	background-color: #edf1f5;
	color: #505E6C;
	padding: 8px 20px;
	box-sizing: border-box;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.24);
	transition-duration: 0.3s;
	cursor: default;
}

a.Button i.fa {margin-right: 5px;}

a.Button.Green {background-color: #2e8758;	color: #d3fcec;}

a.Button:hover {background-color: #4896f3; text-decoration: none;}
a.Button:active {background-color: #186bce;}

.SmallForm a.Button {padding: 0 4px;}
.SmallForm a.Button i.fa {font-size: 11px; margin: 0px;}

div.Shadow {
	box-shadow: 0 0 32px rgba(20,37,58,0.5);
}


/************** PAGE SPECIFIC LAYOUT **********************/
#LoginPadsHolder {
	max-width: 1000px;
	margin: 0px auto;
	margin-top: 60px;
	overflow: hidden;
}

@media screen and (max-width:1000px) {
	#LoginPadsHolder {max-width: 490px;}
	#LoginBox {margin-right: 0px;}
}

#LoginBox {
	float: left;
	width: 100%;
	max-width: 440px;
	min-height: 290px;
	margin-bottom: 30px;
	margin-right: 30px;
}

.LoginInnerBox, .Inner {margin: 10px 10px;}

@media screen and (max-width:321px) {
	#ForgotPassword {padding-right: 20px;}
}

#NewCustomerBox {
	float: left;
	max-width: 440px;
	min-height: 290px;
	width: 100%;
	cursor: pointer;
}

#NewCustomerBox p {font-size: .9em; /*margin: 20px;*/ line-height: 170%;}
#NewCustomerBox p.Buttons {margin: 0px 20px;}

#LoginBox .Background img {margin: 0px auto; margin-top: 23px;}


#ProductPicturePreview {
	width: 500px;
	height: 300px;
	background-color: #ffffff; 
	box-shadow: 0px 0px 45px rgba(0,0,0,0.5); 
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

@media screen and (max-width:321px) {
	#ProductPicturePreview { width: 280px;}
}

#ProductPicturePreview span {    
	display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#ProductPicturePreview img {vertical-align: middle;}

#ErrorDialog {
	max-width: 440px;
	min-height: 220px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 50px;
}

/************** MAIN PAGE ITEMS **********************/
#MainItemsHolder {text-align: center;}
.MainItem {
	cursor: pointer;	
	display: inline-block;
	min-width: 140px;
	margin-bottom: 20px;
	border-right: solid 1px rgba(200,200,200,0.86);

	color: #8f9294;
	font-family: 'Open Sans', 'Lucida Sans', Arial;
	font-weight: 300;	
	font-size: 1.05em;
	padding: 15px;
	padding-bottom: 25px;
	text-align: center;
}

.MainItemLast {border: 0px;}
.MainItem:hover, .MainItem:active {background-color: #e7ebee;}
.MainItem a {color: #373a41; text-decoration: none;}
.Highlight {
	color: #ffffff;

	background-color: #2679db;
	background: -moz-linear-gradient(top,  #2a82eb 0%, #2679db 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a82eb), color-stop(100%,#2679db));
	background: -webkit-linear-gradient(top,  #2a82eb 0%,#2679db 100%);
	background: -o-linear-gradient(top,  #2a82eb 0%,#2679db 100%);
	background: -ms-linear-gradient(top,  #2a82eb 0%,#2679db 100%);
	background: linear-gradient(to bottom,  #2a82eb 0%,#2679db 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a82eb', endColorstr='#2679db',GradientType=0 );
}
.Highlight:hover, .Highlight:active {background-color: #4b61c2!important; color: #8698df;}
.MainItem.Highlight a {color: #ffffff; text-decoration: none;}
.Highlight:hover .IconBig, .Highlight:hover a {color: #bdd1f2;}
.IconBig {
	background-color: #2679db;
	padding: 12px 10px;	
	border-radius: 8px;
	width: 40px;
	font-size: 2.0em;
	color: #ffffff;
	display: block;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 10px;
}
.Highlight .IconBig {color: #ffffff;} 
.MainItem br {margin-bottom: 50px;}

@media screen and (max-width:1185px) {
	#MainItemsHolder {padding-right: 40px; text-align: left;}

	.MainItem {
		margin: 0px;
		padding: 0px;
		margin-left: 0px;
		width: 100%;		
		min-width: 175px;
		text-align: left;
		border: 0px;
		line-height: 400%;
	}

	.MainItem .IconBig {
		float: left; 
		text-align: center; 
		margin: 5px;
	}
}

.NewsBlock {
	text-align: left; 
	padding-right: 40px;
}

.NewsBlock h1 {margin-top: 0px;}
.NewsBlock h2 {margin: 0px;}
.NewsBlock p {margin-bottom: 30px;}

#ActualOrder {
	min-width: 250px;
}

/* Actual orders table */
[id^=tblActualOrder] tr td{
    background-color: rgba(255, 255, 255, 0.35);
}
[id^=tblActualOrder] tr.Alt td{
    background-color: rgba(255, 255, 255, 0.10);
}

[id^=tblActualOrder]{
    border: solid #e8ebec; /*solid #dfe3e5;*/
    border-width: 2px 3px 2px 3px;
    border-radius: 4px;
    background-color: transparent;
    color: rgb(141, 144, 149);
    cursor: default;
    font-size:1.2em;

}

[id^=tblActualOrder].Selected{
    border: solid rgba(38, 121, 219, 0.5);
    border-width: 2px 3px 2px 3px;
    border-radius: 4px;
}

[id^=tblActualOrder]:hover{
    border: solid rgba(38, 121, 219, 1);
    border-width: 2px 3px 2px 3px;
    border-radius: 4px;
}

[id^=tblActualOrder] tr.Selectable:hover{
    cursor: pointer;
}

[id^=tblActualOrder] table tr td, [id^=tblActualOrder] table tr th{
    font-size:.8em;
}

/*
.PictureThumbs { text-align: left;}
.PictureThumbs p { text-align: left;}
.PictureThumbs div {vertical-align: top; border: solid 0px red; display: inline-block; text-align: center; font-size: 0.75em; margin-bottom: 10px; cursor: pointer;}
.PictureThumbs img {max-width: 100px; max-height: 100px; border: solid 3px #dfe3e5; border-radius: 8px; display: block;}
#SelectedProductPicHolder img {max-width: 100px; max-height: 100px; border: solid 3px #dbdbdb;}
.PictureThumbs div:hover img, .PictureThumbs div:active img {border-color: #2679db;}

*/


/*************** NEW ORDER ********************/
#NewOrderBox {text-align: center;}
#NewOrderBox .Left, #NewOrderBox .Right {
	display: inline-block;
	width: 49%;
	min-width: 280px;
	text-align: center;
	vertical-align: top;
}
#NewOrderBox .Right {border-left: solid 1px #b4b4b4;}
#NewOrderBox p {margin: 0px 10px; margin-top: 5px;}
#NewOrderBox .Right p {margin-bottom: 43px;}
#NewOrderBox .Left p {margin-bottom: 43px;}

@media screen and (max-width:586px) {
	#NewOrderBox .Right, #NewOrderBox .Left { text-align: left; width: auto; min-width: auto;}
	#NewOrderBox .Right {border: 0px; border-top: solid 1px #b4b4b4; margin-top: 10px; padding-top: 15px; }
	#NewOrderBox .Right p {line-height: 140%;}
	#NewOrderBox input {margin-top: 10px;}
	#NewOrderBox .Left span { margin-bottom: 15px;}
	#NewOrderBox .IconBig {
		display: inline; 
		margin: 0px;
		margin-right: 15px;
		float: left;		
	}
	#NewOrderBox p {margin: 0px; display: inline; text-align: left!important;}
}

.PictureThumbs { text-align: left;}
.PictureThumbs p { text-align: left;}
.PictureThumbs div {vertical-align: top; border: solid 0px red; display: inline-block; text-align: center; font-size: 0.75em; margin-bottom: 10px; cursor: pointer;}
.PictureThumbs img {max-width: 100px; max-height: 100px; border: solid 3px #dfe3e5; border-radius: 8px; display: block;}
#SelectedProductPicHolder img {max-width: 100px; max-height: 100px; border: solid 3px #dbdbdb;}
.PictureThumbs div:hover img, .PictureThumbs div:active img {border-color: #2679db;}

#ThreadSearchResultsBox {
    background-color: #ffffff;
    display: block;
    position: absolute;
    left: 105px;
    font-size: 10pt;
    border: solid 1px #2980E8;
}

#ThreadSearchResultsBox {
	border: none;
}

#ThreadSearchResultsBox img{
	width: 72px; 
	height: 72px; 
	background-color: #3e4651; 
	border: solid 0px #ffffff;
}

#ThreadSearchResultsTable tr td:hover{
    background-color: #0D3393;
    cursor: pointer;
}

#ThreadSearchResultsTable tr td.Disabled{
    cursor: default;
    opacity: 0.55;
    background-color: transparent;
}

#ThreadSearchResultsTable tr td{
    position: relative;
    padding: 1px;
}

#ThreadSearchResultsTable tr td div{
    color: #334b61;
    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: white;
    white-space: nowrap;
    opacity: 0.46;
    transition: opacity 0.1s linear;
    overflow: hidden;
}

#ThreadSearchResultsTable tr td:hover div{
    background-color: white;
    opacity: 0.8;
    transition: opacity 0.1s linear;
}

#ThreadSearchResultsTable tr td.Disabled div{
    opacity: 0.8;
}

table.ThreadList{
    background-color: #ffffff;
    border: solid 1px #e1e4e6;
    border-radius: 8px;
    padding-top: 0px;
    padding-right: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    border-spacing: 0px 0px;
}

table.ThreadList.Error{
    background-color: #ffd1d3;
}

table.ThreadList tr.Alt, table.ThreadList tr.Alt td{
    background-color: #f7f7f7;
}

table.ThreadList tr td img{
    width: 32px;
    height: 32px;
}
table.ThreadList tr td a .fa{
    font-size: 16px;
}

div.AddProductBox {
	display: none;
	background-color: #ffffff;
	border: solid 1px #dddddd;
	box-shadow: 0px 3px 8px rgba(0,0,0,0.3);
	border-radius: 5px;
	width: 190px;
	position: fixed;
    z-index: 20;
}

div.AddProductBox div.Head {
	padding: 8px;
	background-image: linear-gradient(#fafafa, #eee);
	background-repeat: repeat-x;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
}

div.AddProductBox span a img {
	opacity:0.4;
	filter:alpha(opacity=40)
}


div.AddProductBoxContent{
	padding: 10px;
	/*padding-left: 18px;*/
}

div.AddProductBoxContent div {
	padding: 3px;
	/*padding-left: 18px;*/
}

#tableOrderProducts {
    border-spacing: 0px;
	width: 100%;
}

#tableOrderProducts td.PictureThumbs {
	height: 110px;
	width: 110px;
	vertical-align:middle;
}

#tableOrderProducts td.ProductInfo img{
    width: 16px;
    height: 16px;
	vertical-align: middle;
	padding-left: 1px;
}
/*
#tableOrderProducts a {
	color: #474950;
}

#tableOrderProducts a:hover {
	color: #2A83ED;
}*/

#tableOrderProducts td i {
    font-size: 22px;
}


/**************** FORMS ***********************/
div.Form {max-width: 440px;/*450*/ margin: 0px auto;}
div.Form p {margin: 8px 0px;}
div.Form p label {
	width: 120px;
	font-size: 0.95em;
	line-height: 2.5em;
	
	display: block;
	float: left;
	/*text-align: right;*/
	padding-right: 10px;
	padding-top: 3px;
	
}
div.Form p label span {
	color: #2a83ed;
	font-weight: bold;
}
div.Form p span.Data {
	display: block;
	width: 100%;
	max-width: 318px;	/*280*/
	padding-top: 3px;

	font-size: 0.95em;
	font-weight: bold;
	line-height: 2.5em;
}
/*	ForReading Form Inputs	*/
div.Form p span.Value {
	display: inline-block;
	width: 100%;
	max-width: 280px;
	min-height: 38px;

	font-size: 0.75em;
	font-weight: bold;
	line-height: 2.5em;
	padding-top: 10px;

	/*background-color: #ededed;*/
	border-bottom: solid 1px #dbdbdb;
}
div.Form input, div.Form select, div.Form textarea {
	width: 100%;
	max-width: 280px;	/*280, 318*/	
	/*height: 45px;*/

	padding-top: 7px;
	padding-bottom: 7px;
	/*padding-left: 10px;
	padding-right: 10px;*/

	vertical-align: middle;
	text-indent: 7px;
	color: #6b6b6b;
	font-size: 1.3em;
	font-family: 'Open Sans', Arial;

	border: solid 0px #e9ebec;
	border-radius: 8px;
	background-color: #e1e4e6;	/*dbdbdb*/
}
div.Form select {padding-right: 0px;}
div.Form textarea {max-width: 276px;}

div.Form p.Buttons, p.Buttons {
	text-align: center; 
	/*border-top: solid 3px #dbdbdb; */
	margin: 0px; 
	padding: 0px; 
	padding-top: 10px;
	padding: 10px 0px;
}
div.Form input.Button, input.Button {
	width: auto;
	height: 45px;
	padding: 0 1.9em;
	margin-bottom: 10px;
	
	text-transform: uppercase;
	font-family: "Open Sans", Arial;
	font-weight: bold;
	font-size: 1.1em;
	color: #ffffff;
	text-shadow: -1px -1px 0px rgba(0,0,0,0.26);
	cursor: pointer;

	border: 0px;
	-webkit-border-radius: 3px; 
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px -1px 0px 0px inset;
	background: #2a83ed; /* Old browsers */
	background: -moz-linear-gradient(top,  #2a83ed 0%, #2777d7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a83ed), color-stop(100%,#2777d7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2a83ed 0%,#2777d7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2a83ed 0%,#2777d7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2a83ed 0%,#2777d7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2a83ed 0%,#2777d7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a83ed', endColorstr='#2777d7',GradientType=0 ); /* IE6-9 */
}
div.Form input.Button:active, input.Button:active {background: #2a83ed;}
div.Form input[type="checkbox"] {width: auto; background-color: transparent;}
div.Form p.Float {
	display: block;
	background-color: #dfe3e5;
	position: fixed;
	padding-bottom: 0px;
	bottom: 10px;
	width: 100%;
	max-width: 440px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}

p.Error {
	background-color: #ffd1d3;
	padding: 0px;
	margin: 0px;
}

p.Error input {
	background-color: #e18a8d;	
}

p span.Error, span.Help {
	display: block;
	color: Red;
	margin-left: 130px;
	font-size: .7em;
}

div.Error {
	background-color: #ffd1d3;
}

td span.Error {
	color: Red;
}

div span.Error {
	color: Red;
}

td span.Warning {
    color: Red;
}

div span.Warning {
    color: Red;
}

span.Help {color: #b4b4b4; font-size: .7em;}

div.Form h2 {border-bottom: solid 1px #334b61; padding-bottom: 5px;}

/* Custom MAD Radio Button */
input.RadioButton {
	background: url('../Img/RadioButton.png');
	background-repeat: no-repeat;
	width: 17px!important;
	height: 17px!important;
	padding: 0px;
	margin: 0px;
	border: 0px;
	cursor: pointer;
}

input.On {background-position: -17px 0px;}
input.Off {background-position: 0px 0px;}
a.RadioButtonLabel {color: #8d9095;	text-decoration: none; margin-right: 15px;}
a.RadioButtonLabel:hover {color: #2a83ed;}

/**************** GENERIC ***********************/

.small {font-size: 0.80em;}
.red {color: #ed1c24;}
.blue {color: #2a83ed;}
.Note {font-size: 0.8em; margin-left: 20px; }
.emp {font-weight: bold; color: #2A83ED;}
.Light { font-size: 0.8em;}

div.Ann { 
	border: solid 1px #ffffff;
	-webkit-border-radius: 4px; 
	border-radius: 4px;
	padding: 5px;
}

div.Err { 
	color: #d15459;
	background-color: #fed9da;
	border-color: #eba4a7;
}

div.Warr { 
	color: #bfa54e;
	background-color: #fcffc1;
	border-color: #f7e577;
}

@media screen and (max-width:321px) {
	span.IconLabel { display: none;}
}



/**************** MOBILE ************************/
@media screen and (max-width:321px) {
	#LoginPadsHolder, #RegistrationBox {margin-top: 0px;}
	span.Help, p.Error span.Error {margin-left: 0px;}
}