﻿#mall_category {
	display: block;
	float: left;
	width: 210px;
}
#mall_body {
	display: block;
	float: left;
	width: 550px;
	overflow: hidden;
}
#mall_sky {
	display: block;
	float: right;
	width: 170px;
	padding: 0px;
}
/*-------------------------------------------------- MALL BODY */
#mall_body h2 {
	background-image: url(/src/img/bar_header_short.png);
	background-repeat: no-repeat;
	background-position: top right;
	height: 40px;
	padding: 7px 10px 0px 30px;
	color: #fff;
	font-size: 120%;
}
/*-------------------------------------------------- MALL SKY */
#mall_sky .box {
	text-align: center;
	padding: 10px 10px 0px 10px;
	margin-bottom: 10px;
	background-image: url(/src/img/sky_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	border-bottom: solid #eee 2px; /*b2d3eb*/
}
#mall_sky .box2 {
	text-align: center;
	padding: 10px 10px 0px 10px;
	margin-bottom: 10px;
	background-image: url(/src/img/sky_bg_2.png);
	background-repeat: no-repeat;
	background-position: top center;
	border-bottom: solid #eee 2px; /*b2d3eb*/
}
#mall_sky .box p, #mall_sky .box2 p {
	text-align: left;
}
/*-------------------------------------------------- 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;
}
/*-------------------------------------------------- PRODUCT LIST */
.productlist h3 {
	background-image: url(/src/img/bar_header_short.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 40px;
	padding: 7px 10px 0px 30px;
	color: #fff;
	font-size: 120%;
}
.productlist h4 {
	font-size: 110%;
}
.productlist .baseCategory {
	padding: 0px;
	margin: 0px;
	font-size: 90%;
	padding-left: 30px;
	text-align: right;
	margin-bottom: 10px;
}
.productlist .subCategory {
	padding: 0px 10px 10px 10px;
	margin: 0px 20px 20px 20px;
}
.productlist .subCategory h4 {
}
.productlist .subCategory ul {
	padding: 10px;
	margin: 0px;
	border: solid 1px #ccc;
	background-color: #eee;
	color: #ccc;
	list-style-image: url(/src/img/bullet.jpg);
}
.productlist .subCategory ul li {
	margin-left: 20px;
	padding: 3px 0px;
}
.productlist ul.product {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.productlist ul.product li {
	display: block;
	float: left;
	width: 170px;
	padding: 0px 10px 10px 0px;
	height: 180px;
	overflow: hidden;
}
.productlist ul.product li div {
	width: 180px;
	text-align: center;
}
.producylist ul.product li a.thumb:link, .producylist ul.product li a.thumb:visited {
	border: solid 1px #eee;
	padding: 1px;
	margin-right: 10px;
	height: 100px;
	width: 100px;
}
.producylist ul.product li a.thumb:hover, .producylist ul.product li a.thumb:active {
	border: solid 1px #ccc;
}
.productlist ul.product li a.thumb img {
	height: 100px;
	width: 100px;
}
.productlist ul.product li span {
	font-size: 90%;
}
.productlist ul.product li span.strike {
	color: Red;
	text-decoration: line-through;
}
.productlist ul.product li span.bold {
	font-weight: bold;
}
.productlist_pager {
	text-align: right;
	padding: 0px 20px;
	margin-bottom: 20px;
}
.productlist_pager span {
}
.productlist_pager .active {
	background-color: #eee;
	border: solid 1px #ccc;
	width: 30px;
	margin: 1px;
	padding: 5px;
	line-height: 30px;
}
.productlist_pager .inactive {
	background-color: #eee;
	border: solid 1px #ccc;
	width: 30px;
	margin: 1px;
	padding: 5px;
	line-height: 30px;
}
/*-------------------------------------------------- PRODUCT ITEM */
#item_box {
	padding: 10px 0px;
}
#item_categories {
	font-size: 110%;
	font-weight: bold;
	color: #999;
	width: 100%;
	padding: 10px;
}
#item_detail {
	padding: 10px;
}
#item_thumbnail {
	float: left;
	width: 200px;
}
#item_thumbnail img {
	width: 180px;
	height: 180px;
	padding: 1px;
	border: solid 1px #ccc;
	margin-right: 18px;
}
#item_info {
	float: left;
	width: 330px;
}
#item_info span.strike {
	text-decoration: line-through;
	color: Red;
}
span.price {
	font-size: 110%;
	font-weight: bold;
}
#item_description {
	/*width: 480px;*/
	padding: 10px;
}
#item_shipping {
	padding: 10px;
}
#item_attribute {
	padding: 10px;
}
#item_attribute table {
	width: 100%;
}
#item_attribute table td {
	vertical-align: top;
}
#item_attribute table td.name {
	padding: 5px;
	text-align: left;
}
#item_attribute table td.value {
	padding: 5px;
	text-align: left;
}
#item_installment {
	padding: 10px;
}
#item_gallery {
	margin: 0px 20px 20px 20px;
	padding: 20px;
}
#imageModal {
	display: none;
	width: 800px;
	height: 500px;
	overflow: auto;
}
#item_gallery ul.galleryList {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#item_gallery ul.galleryList li {
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
#item_gallery ul.galleryList li img {
	width: 100px;
	height: 100px;
	padding: 1px;
	border: solid 1px #ccc;
}
/*-------------------------------------------------- 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;
}
.frmStandard div.button input.buy, div.button input.buy {
	font-weight: bold;
	border: 0px;
	color: #fff;
	background-image: url(../img/btn_cart.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	text-align: center;
	width: 100px;
	height: 25px;
	padding: 0px;
	margin: 0px auto;
}
/*-------------------------------------------------- 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;
	line-height: 30px;
	border: 0px;
	color: #fff;
	background-image: url(../img/button_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	text-align: center;
	width: 80px;
	padding: 0px;
	margin: 0px auto;
}
/*-------------------------------------------------- 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 td {
	background-color: #fff;
}
.tblOrder td {
	padding: 5px 10px;
}
.tblOrder tfoot {
	text-align: right;
	background-color: #fff;
}
.tblOrder tfoot input {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	line-height: 30px;
	border: 0px;
	color: #fff;
	background-image: url(../img/button_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	text-align: center;
	width: 80px;
}
/*-------------------------------------------------- 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;
}
