@charset "utf-8";
/* CSS Document */

.content-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
body {
	background-color: #FFFFFF;
}

.feature-div{
	height: 380px;
	width: 246px;
	display: block;
	float: left;
	background-color: #006790;
	color: #FFFFFF;
	border-right-width: medium;
	border-bottom-width: medium;
	border-right-style: solid;
	border-bottom-style: none;
	border-right-color: #FFD800;
	border-bottom-color: #FFD800;
}

.item-div{
	width: 170px;
	height: 210px;
	float: none;
	margin: 5px;
	display:inline-block;
}

.special-price{
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bolder;
}
.special-store{
	font-size:16px;
	font-weight:bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.special-descr{
	font:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}

.white_link {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size: 16px;
}

.white_link a:link {
	text-decoration: none;
}
.white_link a:hover {
	text-decoration: underline;
}
.white_link a:visited {
	text-decoration: none;
}
.white_link a:active {
	color: #FFFFFF;
}


.white_link_12 {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size: 12px;
}

.white_link_12:link {
	text-decoration: none;
}
.white_link_12 a:hover {
	text-decoration: underline;
}
.white_link_12 a:visited {
	text-decoration: none;
}
.white_link_12 a:active {
	color: #FFFFFF;
}


.storeMenu-div{
	display: block; 
	float: middle; 
	width: 200px;
	height: 675px;
	background-color: #006790; 
	border-right: #FFD800 medium solid;
	border-bottom: #FFD800 medium solid;
}

.storeDoD-div{
	display: block;
	float: middle;
	width: 360px;
	background-color: #FFFFFF;
	margin:5px;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin-left: auto;
	margin-right: auto;
	
}

.storeBio-div{
	display: block; 
	float: right; 
	width: 360px;
	height: 675px;
	background-color: #006790; 
	color: #FFFFFF; 
	border-left: #FFD800 medium solid;
	border-bottom: #FFD800 medium solid;
	padding:5px;
}

.catalog-div{
	width: 105px; 
	float: none; 
	margin: 2px;
	display:inline-block;
}

.catalog_link {
	font-weight: bold; 
	font-family: Georgia, "Times New Roman", Times, serif;	
	color:#000;
}

.catalog_link a:link {
	text-decoration: none;
}
.catalog_link a:hover {
	text-decoration: underline;
}
.catalog_link a:visited {
	text-decoration: none;
}
.catalog_link a:active {
	color: #000;
}

.htt_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size:12px;
	color:#004891;
	text-decoration: none;
}
.htt_link a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	color:#004891;
	text-decoration: none;
}
.htt_link a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	color:#004891;
	text-decoration: underline;
}
.htt_link a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	color:#004891;
	text-decoration: underline;
}
.htt_link a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	color:#004891;
	text-decoration: none;
}

.page_header {
	font-size:24px;
	font-weight: bolder; 
	font-family: Georgia, "Times New Roman", Times, serif;	
	color:#CC9900;
}
