﻿#content_category {
	display: block;
	float: left;
	width: 210px;
}
#content_body {
	display: block;
	float: right;
	width: 730px;
	overflow: hidden;
}
.home_banner {
	width: 200px;
	margin-right: 20px;
	height: 130px;
	overflow: hidden;
	background-color: #EEE;
	margin-top: 10px;
}
/*-------------------------------------------------- PRODUCT RANDOM */
.product_random {
	text-align: center;
	margin: 0px auto;
	padding: 10px 5px;
}
.product_random h4 {
	font-size: 110%;
}
.product_random a.thumb img {
	width: 100px;
	height: 100px;
}
.product_random span {
	font-size: 90%;
}
.product_random span.strike {
	color: Red;
	text-decoration: line-through;
}
.product_random span.bold {
	font-weight: bold;
}
/*-------------------------------------------------- STANDARD FORM */
.frmStandard {
	padding: 10px;
	border: 0px;
	color: #333;
}
.frmStandard h3 {
	padding: 5px;
	margin-bottom: 10px;
	padding-left: 160px;
	color: #4f6e9d;
}
.frmStandard h3 span.note {
	color: #333;
	font-weight: normal;
	font-size: 80%;
}
.frmStandard div {
	padding: 0px 0px 10px 0px;
}
.frmStandard div label {
	display: inline-block;
	width: 150px;
	text-align: right;
	padding-right: 10px;
}
.frmStandard div input[type="text"], .frmStandard div input[type="password"], .frmStandard div select {
	padding: 3px;
	color: #777;
	border: solid 1px #eee;
	border-right: solid 1px #ccc;
	border-bottom: solid 2px #ddd;
	font-size: 95%;
}
.frmStandard span.note {
	font-size: 90%;
	color: #999;
	padding-left: 5px;
}
.frmStandard div.button {
	padding-top: 0px;
	padding-left: 160px;
}
.frmStandard div.button input, div.button input {
	font-weight: bold;
	border: 0px;
	color: #555;
	background-image: url(../img/btn_general.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	text-align: center;
	width: 85px;
	height: 25px;
	padding: 0px;
	margin: 0px auto;
	cursor: pointer;
}
.frmStandard div.button input:hover, div.button input:hover {
	color: #ff7200;
}
/*-------------------------------------------------- DOUBLE-SIDE FORM */
.frmDouble {
	padding: 0px;
	border: 0px;
	color: #333;
}
.frmDouble h3 {
	padding: 5px;
	margin-bottom: 10px;
	padding-left: 90px;
	color: #4f6e9d;
}
.frmDouble h3 span.note {
	color: #333;
	font-weight: normal;
	font-size: 80%;
}
.frmDouble div {
	padding: 0px 0px 10px 0px;
}
.frmDouble div label {
	display: inline-block;
	width: 80px;
	text-align: right;
	padding-right: 10px;
}
.frmDouble div input[type="text"], .frmDouble div input[type="password"], .frmDouble div select {
	padding: 3px;
	color: #777;
	border: solid 1px #eee;
	border-right: solid 1px #ccc;
	border-bottom: solid 2px #ddd;
	font-size: 95%;
}
.frmDouble span.note {
	font-size: 90%;
	color: #999;
	padding-left: 5px;
}
.frmDouble div.button {
	clear: both;
	border-top: solid 1px #ddd;
	padding-top: 10px;
	text-align: center;
}
.frmDouble div.button input {
	font-weight: bold;
	border: 0px;
	color: #555;
	background-image: url(../img/btn_general.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	text-align: center;
	width: 85px;
	height: 25px;
	padding: 0px;
	margin: 0px auto;
	cursor: pointer;
}
/*-------------------------------------------------- CATEGORY */
/*#categories ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 200px;
	background-color: #ffedb9;
	background-image: url(/src/img/menu_container_bg.png);
	background-position: center top;
	background-repeat: repeat-y;
}
#categories ul li.basecategory {
	width: 200px;
	height: 26px;
	background-image: url(/src/img/menu_bg.png);
}
#categories ul li.basecategory a:link, #categories ul li.basecategory a:visited {
	display: block;
	color: #fff;
	font-weight: bold;
	padding-top: 6px;
	padding-left: 10px;
	width: 200px;
	height: 26px;
}
#categories ul li.basecategory a:hover, #categories ul li.basecategory a:active {
	display: block;
	color: #555;
}
#categories ul li.sepcategory {
	font-size: 6px;
	height: 10px;
	line-height: 10px;
	overflow: hidden;
}
#categories ul li.subcategory {
	padding: 0px 20px 3px 20px;
	color: #ff7200;
}
#categories ul li.subcategory a:link, #content_category ul li.subcategory a:visited {
	color: #ff7200;
}
#categories ul li.subcategory a:hover, #content_category ul li.subcategory a:active {
	color: #555;
	text-decoration: underline;
}
#categories ul li.close {
	background-image: url(/src/img/menu_container_bg_last.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #fff;
	height: 5px;
	max-height: 5px;
}*/
/*-------------------------------------------------- TRACKING (ORDER HISTORY) */
.tblTracking {
	padding: 0px;
	margin: 0px;
	width: 100%;
	background-color: #eee;
}
.tblTracking thead td {
	background-color: #555;
	color: #fff;
	font-weight: bold;
	font-size: 90%;
	padding: 3px;
}
.tblTracking tbody td {
	background-color: #fff;
	padding: 3px;
}
/*-------------------------------------------------- CART */
.tblOrder {
	padding: 0px;
	margin: 0px;
	width: 100%;
	background-color: #eee;
}
.tblOrder thead {
	font-weight: bold;
	font-size: 110%;
	background-color: #555;
	color: #fff;
}
.tblOrder tbody {
	background-color: #fff;
}
.tblOrder tbody {
	background-color: #fff;
}
.tblOrder td {
	padding: 5px 10px;
}
.tblOrder tfoot {
	text-align: right;
	background-color: #fff;
}
.tblOrder tfoot input {
	font-weight: bold;
	border: 0px;
	color: #555;
	background-image: url(../img/btn_general.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	text-align: center;
	width: 85px;
	height: 25px;
	padding: 0px;
	margin: 0px auto;
	cursor: pointer;
}
/*-------------------------------------------------- GENERAL PURPOSE COLUMN STYLE */
.totalSum {
	font-weight: bold;
	color: #4f6e9d;
	font-size: 150%;
	text-align: left;
}
.totalSumText {
	font-size: 100%;
	font-weight: normal;
}
.ta_left {
	text-align: left;
}
.ta_center {
	text-align: center;
}
.ta_right {
	text-align: right;
}
/*-------------------------------------------------- STANDARD LIST */
.standardList {
	padding: 0px;
	margin: 0px;
	padding-left: 40px;
}
.standardList li {
	list-style-image: url(../img/bullet.jpg);
}
#item_box h4 {
	background-image: url(../img/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 25px;
	padding: 7px 10px 0px 10px;
	color: #fff;
	font-size: 110%;
}
/*-------------------------------------------------- DELIVERY SELECTION PAGE */
#billingAddress {
	float: right;
	width: 320px;
}
#shippingAddress {
	float: left;
	width: 320px;
}
#shippingSummaryContainer {
	border: solid 1px #777;
	background-color: #D8DEFE;
	padding: 0px;
	text-align: left;
}
#shippingSummaryContainer .shippingSelection {
	margin: 10px;
	padding: 10px;
	background-color: #fff;
	border: solid 1px #ccc;
}
#shippingSummaryContainer .shippingSelection .shippingInfo {
	font-size: 110%;
}
#shippingSummaryContainer .shippingSelection .shippingInfo span {
	font-weight: bold;
	font-size: 110%;
}
#shippingSummaryContainer .shippingTotalAmount {
	margin: 10px;
	padding: 10px;
	text-align: right;
	font-size: 120%;
}
#shippingSummaryContainer .shippingTotalAmount span {
	font-weight: bold;
	font-size: 110%;
}
.infoBoxContainer {
	border: solid 1px #777;
	background-color: #D8DEFE;
	padding: 0px;
	margin-bottom: 20px;
	text-align: left;
}
.infoBox {
	margin: 10px;
	padding: 10px;
	background-color: #fff;
	border: solid 1px #ccc;
}
.totalAmountContainer {
	border: solid 1px #777;
	padding: 0px;
	margin-bottom: 20px;
	text-align: left;
	background-color: #ffff99;
}
.totalAmount {
	margin: 10px;
	padding: 10px;
	background-color: #fff;
	border: solid 1px #ccc;
	text-align: center;
}
.totalAmount .hilight {
	font-weight: bold;
	font-size: 130%;
}
.orderFormContainer {
	border: solid 1px #777;
	background-color: #D8DEFE;
	padding: 0px;
	margin-bottom: 20px;
	text-align: left;
}
.orderForm {
	margin: 10px;
	padding: 10px;
	background-color: #fff;
	border: solid 1px #ccc;
}
.orderForm .box {
	padding: 0px 0px 10px 0px;
}
.orderForm .hilight {
	font-weight: bold;
	font-size: 110%;
	color: #4f6e9d;
}
.tblOrder .hilight {
	font-weight: bold;
	font-size: 120%;
}
.paymentList {
	width: 80%;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	margin-left: 50px;
}
.paymentList li {
	display: block;
	padding: 10px;
	border-bottom: solid 1px #ccc;
}
.paymentList li .hilight {
	font-weight: bold;
	font-size: 110%;
	color: #4f6e9d;
}
.paymentList li .term {
	padding-left: 30px;
}
/*-------------------------------------------------- PROFILE PAGE */
.section {
	border-bottom: dotted 1px #ddd;
}
.section_button {
	padding: 10px 0px 0px 160px !important;
}


.tool {
	text-align: right;
	padding: 10px 10px 0px 10px;
}

