/** common **/
body {
	font-size: 10px;
	color: #6B6B6B;
	margin: 0; 
	padding: 0;
	line-height: 1.4;
	letter-spacing: 2.0px; 
}
img {
	border: 0px;
}
a:link {
	text-decoration: none;
	color: #0000FF;
} 
a:visited {
	text-decoration: none;
	color: #0000FF;
} 
a:hover {
	text-decoration: none;
	color: #FF00FF;
} 
a:active {
	text-decoration: none;
	color: #FF00FF;
}
strong {
	font-weight: lighter;
}
h1 {
	font-size: 10px;
	font-weight: lighter;
	margin-bottom: 0px;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4, h5, h6, LABEL, h4.optionName, legend, address, .sideBoxContent, .larger{
	font-size: 1.1em;
}
address {
	font-style: normal;
}
textarea {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
}
.biggerText {
	font-size: 1.2em;
	}

h2, h3, h4, h5, h6 {
	margin: 0.3em;
	}
form {
	margin: 0px;
}

/* 1st box */
#outline {
	width: 800px;
}
/* 2nd boxes */
#header_frame {
	height: 20px;
	width: 800px;
	background-color: #F5F5F5;
	text-align: right;
}
#header_frame a:link {
	color: #6B6B6B;
} 
#header_frame a:visited {
	color: #6B6B6B;
} 
#header_frame a:hover {
	color: #FF00FF;
} 
#header_frame a:active {
	color: #FF00FF;
}
#header {
	height: 60px;
	width: 800px;
	text-align: left;
}
#header_border {
	height: 3px;
	width: 800px;
	background-color: #8BE251;
}
#middle {
/*	height: 950px;*/
	width: 800px;
}
#footer {
	height: 50px;
	width: 800px;
	text-align: center;
	clear: both;
}
#footer a:link {
	color: #6B6B6B;
} 
#footer a:visited {
	color: #6B6B6B;
} 
#footer a:hover {
	color: #FF00FF;
	text-decoration: underline;
} 
#footer a:active {
	color: #FF00FF;
	text-decoration: underline;
} 
/* 3rd boxes */
#header_logo {
	height: 60px;
	width: 400px;
	float: left;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1.0px; 
	color: #6B6B6B;
	font-family: "Verdana","Arial","Helvetica","sans-serif";
}
#header_logo a{
	color: #8BE251;
} 
#header_right {
	height: 60px;
	width: 400px;
	float: right;
	text-align: right;
}
#menu {
	height: 920px;
	width: 155px;
	background-image:   url(images/menu/menu_bg.gif);
	background-repeat:  repeat-y;
/*	background-color: #8BE251;*/
	float: left;
/*	text-align: center;*/
}
#main {
	width: 645px;
	float: right;
	text-align: left;
}
#adjbox {
	width: 800px;
	height: 5px;
	clear: both;
}
#footer_border {
	height: 3px;
	width: 800px;
	background-color: #8BE251;
	margin-bottom: 5px;
}
/* 4th boxes */
.main_contents {
	width: 620px;
	margin: 5px 10px 5px 10px;
}
#header_right_searchbox {
	height: 40px;
	width: 300px;
	text-align: right;
	float: right;
}
#header_right_searchbutton {
	height: 40px;
	width: 85px;
	text-align: right;
	float: right;
}
#header_right_bottom {
	height: 20px;
	width: 400px;
	text-align: right;
}
/* other boxes */
.item {
	width: 134px;
	height: 152px;
	margin: 0px 8px 0px 8px;
	font-size: 10px;
	letter-spacing: 1px; 
	background-image:   url(images/item_frame.gif);
	background-repeat:  none;
	text-align: center;
	float: left;
	cursor: pointer;
}
.item_pic {
	width: 120px;
	height: 94px;
	margin: 7px;
}
.pickup_items {
	width: 620px;
	height: 155px;
}
.bn_mid {
	width: 620px;
	height: 60px;
	text-align: center;
}

/* line */
hr.dot {
	border-top:4px dotted #CCCC99;
	color:#EEEECC;
}
hr.dot_light {
	border-top:3px dotted #F5F5F5;
/*	color:#F5F5F5;*/
}
hr.popup_border {
	color:#ff8e00;
}

/* font */
.cap {
	width: 28px;
	color: #FFFFFF;
	font-size: 24px;
	margin: 0px 3px 0px 0px;
	background-color: #FF8E00;
}
.note {
	color: #CC0000;
	font-size: 11px;
	font-weight: bold;
}


/** other pages **/

.item_list_title {
	height: 20px;
	width: 620px;
	font-weight: bold;
	margin: 0px;
	padding-top: 3px;
	text-align: center;
	border: 2px solid #dfdfdf;
	background-color: #DCDCDC;
}
.item_list_item {
	height: 100px;
	width: 620px;
	margin: 0px;
	padding-top: 5px;
	text-align: center;
	border: 2px solid #dfdfdf;
}
.item_list_pic {
	width: 150px;
	float: left;
}
.item_list_txt {
	width: 350px;
	margin: 0px 5px 0px 5px;
	float: left;
	text-align: left;
}
.item_list_prc {
	width: 100px;
	float: left;
}
.item_name {
	width: 350px;
	margin-top: 5px;
	font-size: 11px;
	font-weight: bold;
}
.list_evn_bg {
	background-color: #F5F5F5;
}
.item_list_header {
	height: 20px;
	width: 620px;
}
.item_list_header_left {
	width: 320px;
	text-align: left;
	float: left;
}
.item_list_header_right {
	width: 300px;
	text-align: right;
	float: right;
}

.item_detail {
	width: 620px;
	height: 250px;
}
.item_detail_pic {
	width: 330px;
	float: left;
	text-align: center;
}
.item_detail_info {
	width: 280px;
	float: right;
}
.contents_title_s {
	width: 600px;
	height: 16px;
	border: 2px solid #dfdfdf;
	font-size: 12px;
	line-height: 140%;
	margin: 0px 0px 5px 0px;
	padding: 7px 9px 5px 9px;
}

/* font */
.fw_bold {
	font-weight: bold;
}
.item_name_lg {
	font-size: 20px;
	font-weight: bold;
	color: #999;
}
.newproducts_date {
	color: #FF4500;
	font-size: 10px;
	font-weight: normal;
}

/* Login */
SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
}
input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
}
FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
}
LEGEND {
	font-weight: bold;
	padding: 0.3em;
}

LABEL, h4.optionName {
	line-height: 1.25em;
	padding: 0.1em;
}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
/*	font-size: 0.95em;*/
	margin: 0.2em 0.5em;
}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
}

LABEL.inputLabel {
/*	font-size: 0.95em;*/
	width: 15em;
	float: left;
}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
}
.alert {
	color: #FF0000;
	margin-left: 0.1em;
/*	font-size: 0.9em;*/
}

.tableHeading TH {
	border-bottom: 1px solid #cccccc;
}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
}
.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
}

.amount {
	width: 5.5em;
}

.back {
	float: left;
}
.forward {
	float: right;
}
.full {
	width: 100%;
}
.align_r {
	text-align: right;
}
.myaccount_addressinfo_box {
	width: 45%;
	margin-left: 5px;
}
.mgl_space {
	margin-left: 10px;
}
.regulation_title {
	width: 100px;
	padding-bottom: 5px;
	text-align: right;
	float: left;
}
.regulation_text {
	width: 500px;
	padding-bottom: 5px;
	float: right;
}
/* Size */
.w80 {
	width: 80px;
}
#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	margin: 20px;
}
td.link_dtl {
	text-align : left;
	width: 430px;
}
td.link_dtl a:link {
	color: #6B6B6B;
} 
td.link_dtl a:visited {
	color: #6B6B6B;
} 
td.link_dtl a:hover {
	color: #FF00FF;
} 
td.link_dtl a:active {
	color: #FF00FF;
} 
.top_bnrtxt {
	width: 260px;
	height: 70px;
	margin-left: 10px;
}
.item_detail_sub {
	width: 620px;
}
.item_detail_pic_sub {
	width: 330px;
	float: left;
	text-align: center;
}
.item_detail_info_sub {
	width: 280px;
	float: right;
}
.item_detail_sub_margin_top {
	margin-top: 80px;
}
.cd_frame {
	margin:0px;
	padding:0px;
	background-image: url(images/cd/cdbg.jpg);
	width:130px;
	height:100px;
/*	position:relative;
	left:5px; */
	text-align:left;
	text-valign:top;
	cursor: pointer;
}
.cd_frame a:link {
	color: #666;
}
.cd_frame a:visited {
	color: #666;
}
.cd_frame a:hover {
	color: #666;
}
.cd_frame a:active {
	color: #666;
}
.cd_title {
	width:100px;
	height:10px;
	text-align:center;
	color:#666;
	font-size:11px;
	position:relative;
	top:6px;
	left:5px;
}
.cd_days {
	width:70px;
	height:40px;
	text-align:right;
	position:relative;
	top:23px;
	left:10px;
}
.cd_date {
	position:relative;
	top:32px;
	text-align:center;
	color:#666;
	font-size:9px;
	font-family:"Verdana","Arial","Helvetica","sans-serif";
}
.clear_both {
	clear: both;
}
.top_mid_area {
	width: 620px;
}
.top_mid_area_left {
	width: 340px;
	float : left;
}
.top_mid_area_right {
	width: 280px;
	float : right;
}