@charset "utf-8";
a:link {color:#CC3300} /* unvisited link */
a:visited {color:#FF3333} /* visited link */
a:hover {color:#FF9900} /* mouse over link */
a:active {color:#990066} /* selected link */
	.name{font-family:Arial, Helvetica, sans-serif; color:#352800; font-size:13px; font-weight:bold; text-align:center}
	.price{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	font-size:17px;	color:#003333; vertical-align:top;}
	.maintxt{font-family:Arial, Helvetica, sans-serif; font-size:14px; font-style:normal; color:#993300; font-weight:bold; padding-right:25px;}
	.field{BORDER-RIGHT:#CC0000 1px solid; BORDER-TOP:#990000 1px solid; BORDER-LEFT:#FF0000 1px solid; COLOR: #000000; BORDER-BOTTOM:#CC0033 1px solid; BACKGROUND-COLOR:#FFFFFF;}
	.order{color:#990033; font-size:20px; font-family: Arial,Tahoma,Verdana, sans-serif; vertical-align:top; text-align:center;}
	.coupon-phone{color:#000000; font-size:12px; font-family: Arial,Tahoma,Verdana, sans-serif; vertical-align:top; text-align:right; padding-right:5px; font-weight:bold;}
	.coupon{color:#000000; font-size:16px; font-family: "Times New Roman", "Times CY", "Nimbus Roman No9 L", serif; vertical-align:top; text-align:center;}
	.tokef{color:#000000; font-size:10px; font-family: Arial,Tahoma,Verdana, sans-serif; vertical-align:top; text-align:left; padding-right:5px; font-weight:bold;}
	.ordertop{color:#990000; font-size:12pt; font-family: Arial,Tahoma,Verdana, sans-serif; font-weight:inherit;}
	.field{BORDER-RIGHT: #3E9EBB 1px solid; BORDER-TOP: #2A69C9 1px solid; BORDER-LEFT: #2A69C9 1px solid; COLOR: #000000; BORDER-BOTTOM: #2A69C9 1px solid; BACKGROUND-COLOR:#FFFFFF;}
	.butt{background:#99FF99; border: 1pt solid #999999; cursor: hand; font-size: 10pt; font-family: Verdana,Tahoma, sans-serif; font-weight: bold; color:#333333;}
	.buttor{background: #F0F0F0; border: 1pt solid #999999; cursor: hand; font-size: 10pt; font-family: Verdana,Tahoma, sans-serif; font-weight: bold; color:#333333; margin-right:15px;}	
.error {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#990000;
	position:relative;
	width:auto;
	top:0px;
	margin:0px;
	text-align: left;
	margin-left:12px;
	padding:0px;
}
table.sample {
	border-width: 1px;
	border-spacing: 1px;
	border-style: dashed;
	border-color: black;
	border-collapse: separate;
	background:transparent;
}
table.sample th {
	border-width: 2px;
	padding: 1px;
	border-style: none;
	border-color: gray;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 2px;
	padding: 1px;
	border-style: none;
	border-color: gray;
	-moz-border-radius: ;
	background:transparent;
}
.order2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#990000;
	width:auto;
	top:0px;
	margin:0px;
	text-align: left;
	margin-left:15px;
	padding:0px;
}

.order2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#990000;
	width:auto;
	top:0px;
	margin:0px;
	text-align: right;
	margin-right:15px;
	padding:0px;
}
table.sample2 {
	border-width: 1px;
	text-align:right;
	table-layout:fixed;
	margin-right:40px;
	border-spacing: ;
	border-style: dotted;
	border-collapse: separate;
	background-color: rgb(255, 250, 250);
}
table.sample2 th {
	border-width: 1px;	
	padding: 1px;
	border-style: none;
	border-color: gray;
	background-color:white;
	-moz-border-radius: ;
}
table.sample2 td {
	border-width: 1px;
	padding: 1px;
	border-style: none;
	border-color: gray;
	background-color:white;
	-moz-border-radius: ;
}

.logowhy{
padding-left:9px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}
.content{
font: font-family:Arial, Helvetica, sans-serif;
font-size:14px; 
color:#951616;
}
.example {
  background-color:#6AF;
  text-align:center;
}
.example span {
  background-color:#FDCB2C;
}

.callus{
padding-right:9px;
font-family:"Times New Roman", Times, serif;
font-size:20px;
color:#333333;
text-shadow: 1px 1px 0px #e5e5ee;}

.goog{font-family: 'Metamorphous', cursive;text-shadow: 4px 4px 4px #aaa; font-size:13px}


.button, .button span {
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.button {
	white-space: nowrap;
	line-height:1em;
	position:relative;
	outline: none;
	overflow: visible; /* removes extra side padding in IE */
	cursor: pointer;
	border: 1px solid #999;/* IE */
	border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
	border-bottom:rgba(0, 0, 0, .4) 1px solid;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(0, 0, 0, .1)),
		to(rgba(255, 255, 255, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;
	margin-bottom:10px;
}
.button.full, .button.full span {
	display: block;
}
.button:hover, .button.hover {
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .2) 0%,
		rgba(255, 255, 255, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .1)),
		to(rgba(255, 255, 255, .2))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF')"; /* IE8 */
}
.button:active, .button.active {
	top:1px;
}
.button span {
	position: relative;
	color:#fff;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);
	border-top: rgba(255, 255, 255, .2) 1px solid;
	padding:0.6em 1.3em;
	line-height:1em;
	text-decoration:none;
	text-align:center;
	white-space: nowrap;
}
.button.small span {
	font-size:12px;
}
.button.medium span {
	font-size:14px;
}
.button.large span {
	font-size:18px;
}
.button.black {
	background-color: #333333;
}
.button.gray {
	background-color: #666666;
}
.button.white {
	background-color: #FFFFFF;
}
.button.white span{
	color: #666666;
}
.button.red {
	background-color: #e62727;
}
.button.orange {
	background-color: #ff5c00;
}
.button.magenta {
	background-color: #A9014B;
}
.button.yellow {
	background-color: #ffb515;
}
.button.blue {
	background-color: #00ADEE;
}
.button.pink {
	background-color: #e22092;
}
.button.green {
	background-color: #91bd09;
}
.button.rosy {
	background-color: #F16C7C;
}
.button.brown {
	background-color: #804000;
}
.button.purple {
	background-color: #800080;
}
.button.cyan {
	background-color: #46C7C7;
}
.button.gold {
	background-color: #D4A017;
}

a.SideMenu:link {font-family: 'Marck Script', cursive; font-size:26px; color:#003; margin-right:5px; text-decoration:none}
a.SideMenu:visited {font-family: 'Marck Script', cursive; font-size:26px; color:#003; margin-right:5px;}
a.SideMenu:hover {font-family: 'Marck Script', cursive; font-size:26px; color:#003; margin-right:5px;}
a.SideMenu:active {font-family: 'Marck Script', cursive; font-size:26px; color:#003; margin-right:5px;}