/* CSS File ALL STORE FILES */

.bodymain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.SSPRO_Home_Page_Welcome_text {

}

.SSPro_Store_QuickCartText {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.SSPro_Main_Storefooter{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

/*Site News - Testimonials, and FAQs styles // added in version 2.1202 PHP version */

.SSPro_faqs_question {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #eeeeee;
	padding: 10px;
}

.SSPro_faqs_answer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333333;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
}

.SSPro_site_news_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #eeeeee;
	padding: 10px;
}

.SSPro_site_news_content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333333;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
}

.SSPro_Testimonial{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 5px;
}

.Testimonials_Submit_Header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #eeeeee;
	padding: 10px;
}

.Testimonial_Submit_Instructions{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333333;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
}

.Testimonials_Submit_Labels{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 35px;
	padding-left: 10px;
	color: #666666;
}

.Testimonials_Submit_Fields{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #eeeeee;
	padding: 5px;
	border: 1px solid #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
}

.Testimonials_Submit_Response{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #CC0000;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
}

.Testimonials_Submit_Button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

/* end new css */

.sspro_quick_search_bar {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}

.SSPro_Store_SearchBar_SearchLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #727272;
	font-weight: bold;
	text-transform: uppercase;
}

.SSPro_Store_SearchBar_AdvancedSearchLink {
	/* [disabled]font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-size: 0.7em;
	color: #FFFFFF;
	/* [disabled]font-weight: normal; */;
	text-align: center;
	padding-left: 10px;
}


.SSPro_Store_QuickCart_SearchField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #342302;
	background-color: #FFFFFF;
	border: 1px solid #342302;
	letter-spacing: normal;
	text-align: center;
	vertical-align: bottom;
	word-spacing: normal;
	height: 17px;
	width: 130px;
	font-weight: bold;
	padding: 3px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#SSPRo_Store_Footers {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	font-size: 10px;
	color: #7F7F7F;
}

/*menu specific link styles // added in version 2.1202 PHP version */

a.sspromenu:link {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
a.sspromenu:visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
a.sspromenu:hover  {
	color: #99CCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
 /* end new css class for menu links */
 
/*logon/logoff specific link styles // added in version 2.1202 PHP version */
 
 a.ssprologoff:link {
	/* [disabled]color: #003366; */
	/* [disabled]font-family: Arial, Helvetica, sans-serif; */
	/* [disabled]font-size: 12px; */
	/* [disabled]text-decoration: none; */
}
a.ssprologoff:visited {
	/* [disabled]color: #003366; */
	/* [disabled]font-family: Arial, Helvetica, sans-serif; */
	/* [disabled]font-size: 12px; */
	/* [disabled]text-decoration: none; */
	/* [disabled]padding-top: 10px; */
	/* [disabled]padding-right: 0px; */
	/* [disabled]padding-bottom: 10px; */
	/* [disabled]padding-left: 0px; */
	/* [disabled]margin: 15px; */
}
a.ssprologoff:hover  {
	/* [disabled]color: #999999; */
	/* [disabled]font-family: Arial, Helvetica, sans-serif; */
	/* [disabled]font-size: 12px; */
	/* [disabled]text-decoration: none; */
}
 /* end new css class for menu links */
 
.SSPro_PanelBorder {
	padding: 4px;
	border: 1px solid #eeeeee;
	background-color: #FFFFFF;
}

.SSPro_Store_MENU_CategoryTitle {
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F3FFFF;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.SSPro_Store_MENU_SubCatTitle {
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F3FFFF;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.SSPro_Store_MENU_BrandTitle {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F3FFFF;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.SSPro_Store_MENU_CollectionsTitle {
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F3FFFF;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.SSPro_Store_MENU_StylesTitle {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F3FFFF;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.SSPro_Store_MENU_OccasionsTitle {
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F3FFFF;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.SSPro_Store_MENU_PriceRangeTitle{
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F3FFFF;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.SSPro_Store_MENU_FeaturedItemsTitle{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F3FFFF;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.SSPro_Store_MENU_HOME_PAGE_ITEMS_TITLE{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9FE8FF;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 22px;
}
