@charset "utf-8";
/* CSS Document */
.white_copy{
	font-size: 11px;
	color: #ffffff;
}
.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;
}
.header_account, .category_header, .header_register, .header_basket{
	font-size: 14px;
	color: #669393;
	margin: 2px 0px 4px 0px;
}
.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 #2F5E5E;
	padding: 1px;
	font-size: 12px;
	color: #333333;
}
.search_form{
	border: 1px solid #2F5E5E;
	background-color: #E9F3F2;
	padding: 1px;
	font-size: 11px;
	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: 12px;
	font-weight: bold;
	padding: 0px 0px 2px 0px;
	width: 100%;
	border-bottom: 1px dotted #669393;
	text-align: left;
	color: #669393;
}

.link a{
	color: #2F5E5E;
	text-decoration: none;
}
.link a:hover{
	color: #2F5E5E;
	text-decoration: underline;
}