/* CSS Document */
.white_copy{
	font-size: 11px;
	color: #ffffff
}
.grey_copy{
	font-size: 11px;
	color: #666666
}
.small_copy{
	font-size: 10px;
	color: #333333;
}
.large_copy{
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}
.price_small{
	font-size: 10px;
	color: #2F5E5E;
}
.white_link a{
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}
.right_button{
	background-color: #B4A595;
	width: 120px;
	padding: 5px 15px 5px 15px;
	margin: 10px 0px 0px 0px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	float: right;
}
.right_button a{
	color: #fff;
}
.header_account, .category_header, .header_register, .header_basket{
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 4px 0px;
	width: 100%;
	text-align: left;
	color: #8E7B64;
}
.breadcrumbs, .breadcrumbs a{
	font-size: 10px;
	color: #669393;
	text-decoration: none;
}
.header_text{
	width: 100%;
	margin: 0px 0px 5px 0px;
	float: left;
}
.breadcrumbs a:hover{
	text-decoration: underline;
}
.cssform{
	border: 1px solid #999999;
	padding: 1px;
	font-size: 12px;
	color: #333333;
}
.search_form{
	border: 1px solid #B4A595;
	background-color: #fff;
	padding: 2px;
	font-size: 10px;
	color: #333333;
}
.search_button{
	background-color: #E9F3F2;
	padding: 0px;
	font-size: 11px;
	color: #333333;
}	
.tblregister{
	width: 100%;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.header{
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 4px 0px;
	width: 100%;
	text-align: left;
	color: #8E7B64;
}

.link a{
	color: #333333;
	text-decoration: none;
}
.link a:hover{
	color: #8E7B64;
	text-decoration: underline;
}

.oldprice{
	font-size: 10px;
	color: #666666;
	text-decoration: line-through
}
.saleprice{
	color: #CC3300;
	font-size: 16px;
	font-weight: bold
}
