/*
GUIDE to short styles
border:1px solid #000;	width style color
padding:10px 5px;	horizontal vertical
padding:5px 20px 0px 10px;	top right bottom left
font:10px arial,helvetica,sans-serif;	size family
font:10px/13px arial,helvetica,sans-serif;	size/height family
font:bold 10px/13px arial,helvetica,sans-serif;	weight size/height family
*/
/* ---------- HOMEPAGE ONLY ---------- */
/*Featured Article*/

.CurrentPage{
	font:11px verdana,tahoma,sans-serif;
	color:#000;
	padding:0;
	font-weight:bold;
}
.FeaturedCategoryHeader{
	background:#F7F4E7 url(/Templates/Malashock/Images/featuredCategoryHeader.gif) repeat-x;
	color:#944D4D;
	font-size:14px;
	font-weight:bold;
	font-family:times new roman,times,serif;
}
.FeaturedCategoryHeader a,
.FeaturedCategoryHeader a:hover{
	color:#944D4D;
	text-decoration:none;
}
.FeaturedCategoryDescription{
	color:#944D4D;
	font-size:9px;
	font-family:verdana,tahoma,sans-serif;	
}
.FeaturedCategoryDescription a{
	color:#323F00;
	font-size:9px;
	font-family:verdana,tahoma,sans-serif;	
	font-weight:bold;
	text-decoration:none;	/* Changed */
}
.FeaturedArticleButtonDiv{
	text-align:center;
	padding:3px 4px 3px 0px; /* was 0,4,10,0 */
}
.FeaturedArticle{
	width:277px;
	background-color:#D7C688;
}
.FeaturedArticleContent{
	font:10px/13px verdana,tahoma,sans-serif;
	color:#323F00;
	padding:18px;	/* was 30px */
}
.FeaturedArticleHeadline{
	font:20px Verdana,Tahoma,Arial,Sans-serif;
	color:#FFF;
	padding:5px 5px 5px 20px;
	background-color:#BEAF78;
}
.FeaturedArticleSubHeadline{
	font:16px times new roman,times,serif;
	color:#521330;
	font-weight:bold;
}
#imgReadFullArticle{
	width:136px;
	height:10px;
}
/* ---------- ENTIRE SITE ---------- */
/*Tags*/
a:hover{
	/*DO NOT put font or color here, as it will override other styles*/
	/* text-decoration:underline; */ /* Commented out */
	color:#000000;	/* Added */
}
body{
	border:0;
	color:#000;
	scrollbar-3dlight-color:#737373;
	scrollbar-highlight-color:#F9F9F9;
	scrollbar-face-color:#B2B2B2;
	scrollbar-shadow-color:#F9F9F9;
	scrollbar-darkshadow-color:#737373;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#F9F9F9;
	background-image:url(/Templates/Malashock/Images/background.gif);
	background-repeat:repeat-x;
}
p{
	font:11px verdana,tahoma,sans-serif;
}
ul,
li{
	list-style-type:none;
}
/*Featured Items*/
.FeaturedItemsContainer{
	font:9px tahoma,arial,sans-serif;
	line-height:10px;
	color:#3D4D67;
	float:left;
	width:230px;
	/*height:100px;*/
}
.titles1 {
	width:450px;
	font:26px Georgia,Times New Roman,Serif;
	color:#00029B;
	margin:0px auto;
	text-align:left;
	padding:15px;
} /* Used for displaying most titles */
.FeaturedItemsContainer a,
.FeaturedItemsContainer a:link,
.FeaturedItemsContainer a:visited,
.FeaturedItemsContainer a:active{
	font:9px tahoma,arial,sans-serif;
/*	color:#4B6387;	*/
}
.FeaturedItemsContainer a:hover{
	text-decoration:none;
}
.FeaturedItemsContainerImg{
	width:80px;
	height:90px;
	float:left;
	padding:0 5px 0 0;
}
.FeaturedItemsContainerSeparator{
	width:45px;
	height:90px;
	float:left;
}
.FeaturedItemsContainerContent{
	text-align:left;
	float:right;
	padding:10px 0 0 0;
	width:145px;
}
/*Footer*/
.footer{
	background:#FFF;
	font:10px tahoma,arial,sans-serif;
	color:#ABABAB;
}
.footer a,
.footer a:link,
.footer a:visited,
.footer a:active{
	color:#ABABAB;
	text-decoration:none;
}
.footer a:hover{
	/* text-decoration:underline; */ /* Commented out */
	color:#000000;	/* Added */
}
/*Main Menu*/
.MainMenu,
.MainMenu a,
.MainMenu a:link,
.MainMenu a:visited,
.MainMenu a:active{
	font:9px verdana,tahoma,sans-serif;
	color:#484848;
	text-decoration:none;
	text-align:center;
}
.MainMenu a:hover{
	color:#000000;	/* Changed */
}
.mainRed,
.mainRed a,
.mainRed a:link,
.mainRed a:visited,
.mainRed a:active{
	font:bold 9px verdana,tahoma,sans-serif;
	color:#430c0c;
	text-decoration:none;
	text-align:center;
}
.mainGreen,
.mainGreen a,
.mainGreen a:link,
.mainGreen a:visited,
.mainGreen a:active{
	font:bold 9px verdana,tahoma,sans-serif;
	color:#0c4320;
	text-decoration:none;
	text-align:center;
}
/*Side Menu*/
.CategoryList,
.CustomerServiceMenu,
.LearnMoreMenu,
.MyAccountMenu{
	width:175px;
	padding:0;
	text-decoration:none;	/* Added */
}
.CategoryListContent,
.CustomerServiceMenuContent,
.LearnMoreMenuContent,
.MyAccountMenuContent{
	font:10px/13px tahoma,arial,sans-serif;
	color:#666;
	text-align:left;
	text-decoration:none;	/* Added */
}

.CategoryListContent a,
.CategoryListContent a:visited,
.CustomerServiceMenuContent a,
.CustomerServiceMenuContent a:visited,
.LearnMoreMenuContent a,
.LearnMoreMenuContent a:visited,
.MyAccountMenuContent a,
.MyAccountMenuContent a:visited{
	color:#666;
	text-decoration:none;
}
.CategoryListContent ul,
.CustomerServiceMenuContent ul,
.LearnMoreMenuContent ul,
.MyAccountMenuContent ul{
	padding:0;
	margin:0 15px 0 0;
	list-style-type:none;
	text-decoration:none;
}

/* Added 4 lines below */
/* Hover Effects for bottom left menu */
.CustomerServiceMenuContent a:hover{
	color:#000000;
}
/* Added 4 lines above */


/* SHOP BY CATEGORY */
.OtherCategory a,
.OtherCategory a:visited,
.OtherCategory a:active{
	font:10px tahoma,arial,sans-serif;
/*	color:#323F00; */ /*Commented out-color for shop by categories*/
	text-decoration:none;


}
.CurrentCategory a,
.CurrentCategory a:visited,
.CurrentCategory a:active{
	font:bold 10px tahoma,arial,sans-serif;
	color:#666;
	text-decoration:none;
}
.SubCategory a,
.SubCategory a:visited,
.SubCategory a:active{
	font:10px tahoma,arial,sans-serif;
	color:#666;
	text-decoration:none;
}
.OtherCategory a:hover,
.CurrentCategory a:hover,
.SubCategory a:hover{
	color:#000000;	/* Added */
	/* text-decoration:underline; */ /* Commented out */
}

.LearnMoreMenuContent a:hover{
	color:#000000;
	text-decoration:none;
}

.SearchBoxForm{
	text-align:center;
	color:#666;
}
#btnGoSearch{
	vertical-align:middle;
}
/*Page Content*/
.content{
	font:11px/14px verdana, tahoma, sans-serif;
	text-decoration: none;
}
.content-home{
	font:11px/14px verdana,tahoma,sans-serif;
	padding:0 10px 0 0;
}
.content-inside{
	font:11px/14px verdana,tahoma,sans-serif;
	padding:0 30px 0 0;
	color:#000;
	text-decoration:none;
}			/*Used for Article teasers & maybe text*/
.content-inside a,
.content-inside a:visited,
.content-inside a:active{
	font:11px/14px verdana,tahoma,sans-serif;
	color:#00029b;
	text-decoration:none;
}			/*Added 12/7/06*/
.content-text,
.content-text-htmleditor,
.form-text{
	font:11px verdana,tahoma,sans-serif;
}
.heading{
	font:20px times new roman,times,serif;
	color:#7f0032;
}		/* Changed */
.subheading{
	font:14px times new roman,times,serif;
	font-weight:bold;
	color:#521330;
}
.frontBanner,
.frontBanner a,
.frontBanner a:link,
.frontBanner a:visited{
	font:bold 12px verdana, tahoma, sans-serif;
	text-decoration:none;
	color:#0c4320;
}
.frontBanner a:hover{
	color:#000;
}
.readmore,
.readmore a{
	font:10px verdana,tahoma,sans-serif;
}
/*This can be removed when spacing in privacy policy is fixed*/
#dgPolicy td{
	font:11px verdana,tahoma,sans-serif;
	padding-bottom:16px;
}
/*Forms*/
.form{
	background:#F9F9F9;
	border:1px solid #999;
}
.formBut,
.form-submit{
	font:bold 11px tahoma,arial,sans-serif;
	color:#FFF;
	background-color:#999;
	background:url(/Images/btn_bg.gif);
	border:2px outset #999;
}
select{
	font-size:11px;
	background:#F9F9F9;
}
textarea{
	font:11px courier new,courier,fixed;
	background:#F9F9F9;
	border:1px solid #999;
}
