.fix1_niceText {
	height: 24px;
	width: 190px; 
	border-radius: 5px; 
	border: 1px solid #f2a0a2 !important; 
	padding: 5px 30px 5px 10px;  
	color: #c92f1b;
	margin: 0;
	z-index: 0;
}

.fix2_niceText {
	height: 24px;
	width: 80px; 
	border-radius: 5px 0 0 5px;
	border: 1px solid #f2a0a2!important; 
	padding: 5px 10px; 
	color: #c92f1b;
	margin: 0;
	z-index: 0;
}

div.enterButton {
	display: inline; 
	cursor: pointer; 
	background: #d22e19; 
	padding: 9px 10px 7px 10px; 
	height: 32px; 
	border: none; 
	color: #fff; 
	border-radius: 0 5px 5px 0; 
	margin-left: -5px;
}

div.topMenuLine {
	margin: 0 10px; 
	height: 36px; 
	background: linear-gradient(to bottom, #f97b36, #f44512); 
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#f97b36', endColorstr='#f44512');
	border-radius: 5px;
}

.topMenuLineItem {
	font-family: Seravek; 
	padding: 9px 30px 0 30px !important;
}

div.bottomMenuLine {
	margin: 10px; 
	height: 36px; 
	background: linear-gradient(to bottom, #f97b36, #f44512); 
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#f97b36', endColorstr='#f44512');
	border-radius: 5px;
}

.bottomMenuLineItem {
	font-family: Seravek; 
	padding: 9px 44px 0 44px !important;
}

td.leftColumn {
	width: 130px;
}

td.leftColumn a {
	text-decoration: none;
}

td.leftColumn .blockWrapper {
	width: 130px; 
	margin: 10px; 
	background: #fff; 
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); 
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); 
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); 
	border-radius: 5px; 
	border: 1px solid rgba(0, 0, 0, 0.1);
}

td.leftColumn .blockTitle {
	background: #f97b36; 
	text-align: center; 
	line-height: 36px; 
	font-size: 14px; 
	color: #fff; 
	font-weight: 600; 
	border-radius: 5px 5px 0 0; 
	border: 2px solid #f97b36;
}

td.leftColumn .blockBody {
	padding: 11px 0 11px 0;
}

td.leftColumn .blockBodyNoPad {
	padding: 0;
}

td.leftColumn .textLine {
	color: #658599; 
	text-align: center; 
	font-weight: 600; 
	line-height: 36px; 
	font-size: 14px; 
	font-family: 'MyriadPro-Regular';
}

td.leftColumn .imageLine {
	text-align: center;
}

td.leftColumn .includeLine {
	text-align:center;
	padding:0;
}

td.middleColumn {
	width: 715px;
}

td.middleColumn a {
	text-deocration: none;
}

td.middleColumn .blockWrapper {
	display: inline-block; 
	width: 224px; 
	margin: 5px; 
	background: #fff; 
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); 
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); 
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); 
	border-radius: 5px; 
	border: 1px solid rgba(0, 0, 0, 0.1);
}

td.middleColumn .blockWrapperWide {
	width:715px;
	margin:10px 0;
	background:#fff;
}

td.middleColumn .blockTitle {
	background: #eeecee; 
	text-align: center; 
	line-height: 36px; 
	font-size: 14px; 
	color: #000; 
	font-weight: 100; 
	border-radius: 5px 5px 0 0; 
	border: 2px solid #eeecee;
}

td.middleColumn .blockBody {
}

td.middleColumn .includeLine {
	text-align:center;
	padding-left:8px;
}

td.middleColumn .imageLine img {
	width: 224px;
	height: 207px;
}

td.rightColumn {
	width: 130px;
}

td.rightColum a {
	text-decoration: none;
}

td.rightColumn .blockWrapper {
	width: 130px; 
	margin: 10px; 
	background: #fff; 
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); 
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); 
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); 
	border-radius: 5px; 
	border: 1px solid rgba(0, 0, 0, 0.1);
}

td.rightColumn .blockTitle {
	background: #f97b36;
	text-align: center;
	line-height: 36px;
	font-size: 14px; 
	color: #fff; 
	font-weight: 600; 
	border-radius: 5px 5px 0 0; 
	border: 2px solid #f97b36;
}

td.rightColumn .blockBody {
	padding: 11px 0 11px 0;
}

td.rightColumn .manufLine a {
	display:block;
	margin-top:10px;
	width:100%;
	text-align: center;
}

td.rightColumn .textLine {
	text-align: center; 
	padding: 10px; 
	padding-bottom: 20px; 
	color: #658599; 
	font-size: 12px; 
	font-family: "MyriadPro-Regular";
}

