



.breadcrumb {
	font-weight: bold;
}
.breadcrumb dd {
	display: inline;
	background: transparent url("../images/arrow_right.gif") no-repeat right center;
	padding-right: 15px;
}
.breadcrumb dd a {
	color: #1d261b;
	text-decoration: none;
}
.breadcrumb dd.last {
	background: none;
	color: #969696;
}


.button {
	width: 86px;
	height: 32px;
	left: 285px;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	color: #FFFFFF;
	font-weight: 600;
	font-size: 11px;
	
	border: none;
	background: transparent url("../images/shop_green_button.gif") no-repeat center top;
	
	cursor: pointer;
}




.category_item {
	width: 140px;
	height: 140px;
	
	float: left;
	
	margin: 5px;
	padding: 5px;
	
	background: transparent url("../images/category_bg.gif") no-repeat center bottom;
	text-align: center;
}

.product {
	width: 190px;
	height: 190px;
	
	float: left;
	
	margin: 5px 5px;
	padding: 5px;
	
	background: transparent url("../images/product_bg.gif") no-repeat center top;
	text-align: center;
}
.product dt {
	padding: 2px 0px;
	width: 190px;
	height: 16px;
	overflow: hidden;
}
.product .product_thumbnail {
	height: 125px;
}
.product img {
	height: 120px;
}




.product_detail {
	margin: 10px 0px;
}
.product_detail dd, .product_detail dt {
	margin-left: 340px;
}
.product_detail .product_image {
	width: 302px;
	height: 351px;
	float: left;
	padding: 10px;
	margin: 0px;
	background: transparent url("../images/product_detail_bg.gif") no-repeat left top;
	text-align: center;
}
.product_detail .product_thumbnails {
	width: 302px;
	float: left;
	clear: left;
	padding: 10px;
	margin: 0px;
	text-align: center;
}
.product_detail dt {
	font-size: 14px;
	font-weight: bold;
}
.product_detail dd.description {
	padding: 10px 0px;
}
.product_detail dd.option {
	padding: 5px 0px;
	font-weight: bold;
}
.product_detail dd.option select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;

	display: block;
}
.product_detail dd.option select > option {
	padding: 0px 2px;
}

.product_detail dd.price {
	padding: 10px 0px;
	font-size: 16px;
	font-weight: bold;
}




.category_list, .trolley_contents {
	background: #243d27 url("../images/green_box_top.gif") no-repeat center top;
	width: 207px;
	margin: 10px 0px;
	clear: left;
}
.category_list dt, .trolley_contents dt {
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 8px;
	border-bottom: 1px solid #ffffff;
}
.category_list dd, .trolley_contents dd {
	color: #FFFFFF;
	padding: 0px 8px;
	line-height: 30px;
	border-bottom: 1px solid #3a513d;
}

.category_list dd a, .trolley_contents dd a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}
.category_list dd.last, .trolley_contents dd.last {
	background: transparent url("../images/green_box_bottom.gif") no-repeat center bottom;
	border: none;
}






.featured {	
	background: #243d27 url("../images/green_box_top.gif") no-repeat center top;
	width: 207px;
	margin: 10px 0px;
	color: #FFFFFF;
}
.featured dt {
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 8px;
	border-bottom: 1px solid #ffffff;
}
.featured dt a {
	color: #FFFFFF;
	text-decoration: none;
}
.featured dd {
	text-align: center;
}
.featured dd a {
	color: #FFFFFF;
}
.featured dd img {
	margin-top: 10px;
}
.featured dd.last {
	background: transparent url("../images/green_box_bottom.gif") no-repeat center bottom;
	border: none;
	padding: 5px 0px;
}






.store {
	background: #243d27 url("../images/green_box_top.gif") no-repeat center top;
	width: 227px;
	margin: 10px 0px;
}
.store dt {
	padding: 0px 8px;
	color: #FFFFFF;
	line-height: 35px;
	height: 27px;
}
.store dd.last {
	background: transparent url("../images/green_box_bottom.gif") no-repeat center bottom;
	border: none;
	height: 6px;
	font-size: 0px;
}






.account {
	background: #243d27 url("../images/green_box_top.gif") no-repeat center top;
	width: 207px;
	margin: 10px 0px;
	padding: 0px;
}
.account li {
	list-style-type: none;
	color: #FFFFFF;
	padding: 0px 8px;
	line-height: 30px;
	border-bottom: 1px solid #3a513d;
}
.account li a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}
.account li.last {
	background: transparent url("../images/green_box_bottom.gif") no-repeat center bottom;
	border: none;
}







.buy_item dt {
	font-size: 16px;
	font-weight: bold;
}
.buy_item dd img {
	margin: 10px;
}
.buy_item dd.price {
	padding: 2px 0px;
	font-size: 14px;
	font-weight: bold;
}
.buy_item dd.options {
	padding: 10px 0px;
}





.view_trolley li {
	list-style-type: none;
	margin: 5px 0px;
}
.view_trolley li.trolley_header {
	font-weight: bold;
	background: #243d27;
	color: #FFFFFF;
	line-height: 28px;
}
.view_trolley li dl {
	height: 28px;
}
.view_trolley li dl dt, .view_trolley li dl dd {
	float: left;
}

.view_trolley li dl dt {
	width: 280px;
	height: 25px;
	overflow: hidden;
	padding: 0px 6px;
}


.view_trolley li dl dd.remove {
	width: 80px;
	text-align: center;
}
.view_trolley li dl dd.qty {
	width: 80px;
	text-align: center;
}
.view_trolley li dl dd.net_price {
	width: 80px;
	text-align: center;
}
.view_trolley li dl dd.net_total {
	width: 80px;
	text-align: center;
}




.view_trolley li.trolley_details dl {
	height: auto;
}
.view_trolley li.trolley_details dl dt, .view_trolley li.trolley_details dl dd {
	float: none;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 5px;
}









.register {
	margin: 10px 0px;
}
.register dt {
	font-weight: bold;
}
.register dt, .register dd {
	position: relative;
	height: 26px;
	line-height: 22px;
}
.register dd input, .register dd select {
	position: absolute;
	top: 0px;
	left: 140px;
}





.auth {
	margin: 10px 0px;
}
.auth dt {
	font-weight: bold;
}
.auth dt, .auth dd {
	padding: 5px 0px;
}







.orderhistory {
	margin: 10px 0px;
}
.orderhistory dt {
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0px;
}


