html {
	margin:0;
	padding:0;
	height:100%;
	border:none;
}
body {
	margin:0;
	padding:0;
	height:100%;
	border:none;
	background-color: #3488ba;
	background-image:url(../images/bg.gif);
	color: #000000;
	font-size : 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#myGallery
{
	width: 700px !important;
	height: 548px !important;
}
.jdGallery a.left
{
	left: 0;
	top: 0;
	background: url('../images/prev_btn.gif') no-repeat center left;
}

* html .jdGallery a.left { background: url('../images/prev_btn.gif') no-repeat center left; }

.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url('../images/next_btn.gif') no-repeat center right;
}

* html .jdGallery a.right { background: url('../images/next_btn.gif') no-repeat center right; }


.top_error {
	color:#FF1D1D;
}
.header_text {
	color: #e9193a;
	font-size:14px;
	font-weight:bold;
	font-family: Helvetica, Arial, sans-serif;
}
.detail_text {
	font-size:11px;
}

/* preorder.php */
.preorder_head {
	font-size: 14px;
	color: #94383b;
}
.preorder_labels {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.preorder_labels2 {
	font-size: 10px;
	color: #000000;
}
.preorder_text{
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}
.text_boxes {
	background-color: #ffffff;	
	border: 1pt solid #6F84A8;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #396999;
	padding: 2px;
	width: 210px;
	height: 15px;
	overflow:auto;
}
.text_areas {
	background-color: #ffffff;	
	border: 1pt solid #6F84A8;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #396999;
	padding: 2px;
	width: 300px;
	height: 50px;
	overflow:auto;
}
.country_box {
	background-color: #ffffff;	
	border: 1pt solid #6F84A8;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #396999;
	padding: 2px;
	width: 325px;
	height: 25px;
	overflow:auto;
}
.state_box {
	background-color: #ffffff;	
	border: 1pt solid #6F84A8;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #396999;
	padding: 2px;
	width: 50px;
	height: 15px;
	overflow:auto;
}

.nav_text {
	color: #1C61AA;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}
.nav_text A:link { text-decoration: none; color: #FFFFFF; }
.nav_text A:visited { text-decoration: none; color: #FFFFFF; }
.nav_text A:active { text-decoration: none; color: #FFFFFF; }
.nav_text A:hover { text-decoration: none; color: #1C61AA; }
