@charset "utf-8";
/* CSS Document */

/*  START all pages elements  */
*{
	margin:0;
	border:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}

body {}

.clr { clear:both;}

#wrapper {
	width:850px;
	margin:0 auto 0 auto;
}

#header {
	width:850px;
	height:220px;
}

#logo {
	float:left;
	width:251px;
	height:120px;
	margin-left:300px; 
	display:inline;
}

#content {
	width:850px;
}

/*  START menu zone  */
#menuh {
	float:left;
	width:542px;
	padding-left:308px
}

#menuh li {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	position:relative;
	padding-right:29px;
}

#menuh ul ul {
	position:absolute;
	top:23px;
	left:0;
}


#menuh li li { float:none; line-height:12px; padding-right:0;}

#menuh li a:link, #menuh li a:visited { font-size:13px; color:#000; text-decoration:none;} 
#menuh li li a:link, #menuh li li a:visited { font-size:11px; color:#666; text-decoration:none; line-height:12px;}

#menuh li a:hover, #menuh li li a:hover { color:#ffb933;}

#sub_1, #sub_2 { display:none;}
/*  END menu zone  */

.item_holder {
	float:left;
	width:250px;

	margin:15px;
	display:inline;
}

.checkout { width:780px; margin-top:15px; height:auto;}

.center { float:none; display:block; margin:0 auto 0 auto;}

.item_img {
	width:250px;
	text-align:center;
}

.info {
	font-size:11px;
	color:#000;
	line-height:14px;
	text-align: center;
	padding-bottom: 6px;
	padding-top: 12px;
}

.subinfo {
	font-size:11px;
	color:#000;
	line-height:14px;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 8px;
}

.sku_price {font-size:9px; color:#666; padding-left:20px; line-height:14px;}

.top { margin-top:10px;}
.bt {
	float:left;
	display:block;
	margin-top: 5px;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 12px;
	text-align: center;
	background-image: url(../images/bt_01.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.info_holder .bt { margin-top:25px;}

.bt a:link , .bt a:visited  {
	height:20px;
	line-height:20px;
	text-align:center;
	text-decoration:none;
	font-size:11px;
	color:#403c30;
	white-space:nowrap;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 5px;
}

.item_holder input {
	float:right;
	width:25px;
	height:19px;
	border:1px solid #b3b3b3;
	margin:-17px 10px 0 0;	
}

#checkout_ct {
	width:780px;
	margin:0 auto 0 auto;
}

#table_head {
	float:left;
	width:780px;
	height:36px;
	background-color:#fedd98;
}

#table_head p { float:left; line-height:35px; font-size:14px;}
.col_1 { width:430px;padding-left:40px;}
.col_2 { width:150px; text-align:center;}
.col_3 { width:100px; text-align:right;}
.pad_lt { padding-left:0; }

.float_lt { float:left;}
.float_rt { float:right;}

.info_holder { float:left; padding:40px 0 0 0; width:315px;}

.qt, .price { float:left; font-size:14px; padding-top:50px;}

hr {
	float:left;
	width:100%;
	color:#fedd98;
	background-color:#fedd98;
	height: 1px;
}	

#total_bar {
	float:left;
	width:720px;
	height:15px;
	background-color:#fedd98;
	line-height:15px; 
	font-size:14px;
	padding-right:65px;
	text-align:right;
	font-weight:bold;
}

.total {
	float:left;
	width:160px;
	font-size:14px;
	padding-left:620px;
	text-align:right;
	font-weight:bold;
}

.right_sp { margin-right:10px; margin-top:10px;}
.sp_top { padding-top:20px;}

.para {font-size:11px; color:#000;}
.header {font-size:14px; color:#000;}

.textbox {
  border : solid #FEE0A2;
  border-width : 1px;
  font-family : Verdana, Arial, serif;
  font-weight : normal;
  font-size : 10px;
  color : #666666;
  background-color : #efefef;
}

.smallRed {
  font-weight : normal; 
  font-size : 8pt; 
  font-family : Verdana, Arial, serif;
  color : red;
}

 .tbBorder {
    border: 1px solid #FEE0A2;
}

.topMenu {
  font-family : Verdana, Arial, serif;
  font-weight : normal;
  font-size : 10px;
  color : #666666;
  p
}
.order {
	text-align: center;
}
.order a:link, .order a:visited {
	height:14px;
	text-align:center;
	font-size:10px;
	color:#403c30;
	padding-bottom: 4px;
	display: block;
	padding-top: 4px;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E8E8E8;
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	border-left-color: #E8E8E8;
}

.order a:hover{
	text-align: center;
	color: #000;
	text-decoration: underline;
}
