@charset "UTF-8";
/* CSS Document */


/* FREQUENTLY ASKED QUESTIONS */
.Question {
	font-weight:bold;
	color:#666;
	padding-top:30px;
}
.BackToTop {
	text-align:right;
	font-size:0.8em;
}
.BackToTop a{
	color:#ff4100;
}
ul.faq {padding:0px 0px 20px 40px;}

/*COUPON*/
.Coupon {
	background:#9abcc8;
	padding:15px;
	border:5px dashed #000;
	margin:15px 0px 15px 0px;
}
.Coupon h1 {
	color:#094070;
	padding-bottom:7px;
}
.Coupon p {
	color:#000;
}
.Coupon h5 {
	padding-top:10px;
	color:#3f83be;
}


/*Store Form Area*/
#StoreFormArea {
	position:relative;
	width:750px;
	margin:10px auto;
	background:url(../images/store/formBG.jpg) repeat-x #a4ddf0;
}
#StoreFormArea h2{
	padding-left:10px;

}
#StoreFormArea .FormItem {
	position:relative;
	padding:0px 0px;
	margin-bottom:2px;
	clear:both;
	font-size:0.8em;
	border-top:1px solid #fff;
	border-bottom:1px solid #79c2d9;
}
#StoreFormArea .FormLabel {
	position:relative;
	float:left;
	font-weight:bold;
	width:300px;
	padding:5px;
}
#StoreFormArea .FormInput {
	position:relative;
	float:left;
	width:350px;
	padding:5px;
}
#StoreFormArea .FormInput input, #StoreFormArea textarea, 
#StoreFormArea select {
	width:400px;
}
#StoreFormArea option {
}
#StoreFormArea .submit {
	clear:both;
	text-align:right;
	border-bottom:1px solid #79c2d9;
}

/* StoreTable SubMenu */

/* #StoreTable {
	position:relative;
	top:-30px;
	text-align:center;
	font-weight:bold;
	margin:0px auto 0px auto;
	z-index:2;
	color:#f03c12;
} */

#StoreFormArea ul {
	padding:0px;
	margin:25px 0px 10px 0px;
	border:1px solid #ccc;
	font-weight:bold;
	background:#fff;
}
#StoreFormArea ul li {
	margin:5px;
	padding:3px 3px 3px 3px;
	list-style: none;
	background:url(../images/store/radio_notselected.gif) no-repeat 5px 5px;
}
#StoreFormArea ul li a {
	margin:0px;
	padding:0px 0px 0px 25px;
	list-style: none;
	display: inline;
	text-decoration:none;
	background:none;
}
#StoreFormArea ul li a img{
	float:none;
}
#StoreFormArea li:hover {
	text-decoration:none;
	background:#e0f6ff url(../images/store/radio_hoverselected.gif) no-repeat 5px 5px;
}
#StoreFormArea .selected, #StoreTable .selected:hover {
	color:#000;
	background:#9ee8ff url(../images/store/radio_selected.gif) no-repeat 5px 5px;
}
.StorePrice {
	position:relative;
	float:right;
	text-align:right;
}
.recommended {
}
.recommended img {
	top:-3px;
	left:1px;
}
/* Checked */
#StoreFormArea ul li.check {
	background:url(../images/store/check_notselected.gif) no-repeat 5px 4px;
}
#StoreFormArea ul li.check:hover {
	background:#e0f6ff url(../images/store/check_hoverselected.gif) no-repeat 5px 4px;
}
#StoreFormArea ul .checkselected, #StoreTable ul .checkselected:hover {
	background:#9ee8ff url(../images/store/check_selected.gif) no-repeat 5px 4px;
}

/*Store Confirmation */


.ConfirmItem {
	position:relative;
	padding:5px 0px;
	margin:5px;
	margin-left:100px;
	clear:both;
	border-left:5px solid #eee;
	border-top:1px solid #eee;
	width:460px;
}
.ConfirmLabel {
	position:relative;
	float:left;
	width:150px;
	padding:0px 5px;
	font-size:1em;
	font-weight:bold;
}
.ConfirmInput {
	position:relative;
	float:left;
	width:300px;
	font-weight:normal;
	color:#333;
}



/*Store Fixed Subtotal*/
#FixedSubtotal {
	position:fixed;
	bottom:25px;
	right:10px;
	padding:2px;
	z-index:99;
	width:100px;
	text-align:center;
	background:#fff;
	border:5px solid #0978bb;
}
#FixedSubtotal .one{
	color:#0978bb;
	text-align:left;
	font-size:0.8em;
}
#FixedSubtotal .two{
	font-size:1.2em;
	font-weight:bold;
}
#FixedSubtotal .three{
	color:#0978bb;
	text-align:left;
	font-size:0.8em;
}
#FixedSubtotal .four{
	font-size:1em;
	font-weight:bold;
}


/* Online Consult */
.ConsultItem {
	position:relative;
	padding:10px 0px;
	clear:left;
	width:250px;
}
.ConsultLabel {
	position:relative;
	float:left;
	width:30px;
	padding:5px;
	border-left:5px solid #eee;
	border-top:1px solid #eee;
}
.ConsultInput {
	position:relative;
	float:left;
	width:150px;
	padding:5px;
}

/* Page 6 */
#PayMethod {
	position:relative;
	margin:0px auto;
	width:604px;
}
#PayMethod .type {
	position:relative;
	float:left;
	text-align:center;
	width:200px;
	border-right:2px solid red;
}
#PayMethod img{
	float:none;
}
#PayMethod a {
	text-decoration:none;
}

/* Testimonies */
.tcomments {
	font-size:0.8em;
	padding-top:15px;
	padding-left:40px;
}
.tname {
	text-align:right;
	font-style:italic;
	color:#f03c12;
}
.tequipment {
	text-align:right;
	font-size:0.8em;
}
/* Cart */
#cart {
	position:relative;
	margin-bottom:30px;
	border-bottom:1px solid #eee;
}
#cart img {
	position:relative;
	float:left;
}
#cart .info {
	position:relative;
	margin-left:210px;
	padding:10px 0px;
}
#cart .item {
	position:relative;
	clear:both;
	border-top:1px solid #eee;
	padding:10px;
	margin-top:10px;	
}
#cart .before {
	font-size:.6em;
	text-align:right;
	text-decoration:line-through;
	color:#999;
}
#cart .after {
	font-size:1.4em;
	text-align:right;
	float:right;
}
#cart .right {
	position:relative;
	text-align:right;
	float:right;
	z-index:10;
}
#cart form {
	position:relative;
	float:right;
	clear:both;
}
#viewcart {
	margin:20px auto 50px auto;
	border:1px solid #eee;
	padding:10px;
	width:75%;
}
#viewcart tr:hover {
	background:#eee;
}
#viewcart td {
	padding:3px;
	border-bottom:1px solid #eee;
}
#viewcart td.update {
	text-align:right;
	border:none;
	padding:5px 0px;
}
#viewcart .error {
	border:1px solid red;
	background:#ead4d4;
}
/* ! IMPORTANT STUFF */

#BodyArea #SubMenu ul {
	padding:6px;
	margin:0px;
}