body {
	background-color: #DA254B;
	margin: 0.5em;
	padding: 0.5em;
}

/*
a:link, a:visited, a:active {
	color: #669c82;
}
*/

body, td, ul, ol, div, span, input, select, textarea, button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
	
form {
	padding: 0px;
	margin: 0px;
}
	
.input {
	border: solid #000000 1px;
}	

.header {
	font-weight: bold;
	color: #015534;
	font-size: 9pt;
	margin-bottom: 5px;
}	
	
.small_link:active, .small_link:visited, .small_link:link {
	color: #669c82;
	text-decoration: none;
}
	
	
.logo_div {
	background-image: url($settings[curl]images/$settings[theme]logo_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 50px;
	width: 770px;
	color: #ffffff;
}
	
.logo {
	font-family: Impact, "Arial Black";
	font-size: 20pt;
	float: left;
	margin-top: 7px;
	margin-left: 15px;
}
	
.logo_nav {
	float: right;
	margin-top: 15px;
	margin-right: 30px;
	_margin-right: 18px;
}
	
.logo_nav_link:link, .logo_nav_link:visited, .logo_nav_link:active  {
	color: #ffffff;
	text-decoration: none;
	margin-right: 3px;
}	
	
.top_nav {
	background-color: #fec70a;
	background-image: url($settings[curl]images/$settings[theme]top_nav_bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 41px;
	width: 770px;
	margin-bottom: 9px;
}
	
.top_nav_link:link, .top_nav_link:active, .top_nav_link:visited {
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
	color: #000000;
	margin-top: 12px;
	margin-left: 30px;
	margin-right: 30px;
}
	
.top_nav_div {
	float: left;
}	

.welcome_div {
	background-image: url($settings[curl]images/$settings[theme]welcome_bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #d3e2dd;
	height: 97px;
	width: 418px;
	float: left;
	margin-bottom: 5px;
	margin-right: 7px;
}
	
.welcome_image {
	float: left;
}
	
.welcome_sub_head {
	color: #679d85;
	font-size: 14pt;
	font-weight: bold;
	margin-top: 10px;
}
	
.welcome_head {
	font-family: Impact, "Arial Black";
	font-size: 20pt;
}	
	
.search_div {
	float: left;
	width: 173px;
	height: 97px;
	margin-bottom: 5px;
	margin-right: 6px;
	background-image: url($settings[curl]images/$settings[theme]search_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
	
.search_div_cont {
	margin-top: 10px;
	margin-left: 33px;
}
	
.search_go_button {
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	background-image: url($settings[curl]images/$settings[theme]button_go_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 38px;
	height: 19px;
	border-width: 0px;
	margin-top: 5px;
	padding-bottom: 2px;
	_padding-bottom: 0px;
}	
	
.shopping_cart_div {
	float: left;
	width: 167px;
	height: 97px;
	margin-bottom: 5px;
	background-image: url($settings[curl]images/$settings[theme]shopping_cart_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
	
.shopping_cart_div_cont {
	margin-top: 10px;
	margin-left: 17px;
}
	
.shopping_cart_view_button {
	text-align: center;
	font-weight: bold;
	font-size: 7pt;
	_font-size: 8pt;
	color: #ffffff;
	background-image: url($settings[curl]images/$settings[theme]button_view_cart.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 65px;
	height: 19px;
	border-width: 0px;
	margin-top: 5px;
	padding-bottom: 3px;
	_padding-bottom: 0px;
}
	
.shopping_cart_checkout_button {
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	_font-size: 8pt;
	color: #ffffff;
	background-image: url($settings[curl]images/$settings[theme]button_checkout.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 65px;
	height: 19px;
	border-width: 0px;
	margin-top: 5px;
	padding-bottom: 3px;
	_padding-bottom: 0px;
}	

.main_cont_div {
	border: dashed;
	border-color: magenta;
	background-image: url($settings[curl]images/$settings[theme]cont_bg.gif);
	background-repeat: repeat-y;
	clear: both;
	width: 770px;
	padding-left: 7px;
	margin-bottom: 5px;
}
	
.cont_bottom {
	clear: both;
	margin-top: 10px;
	_margin-top: -10px;
}
	
.cont_txt {
	color: #015534;
	margin-left: 18px;
	width: 545px;
	padding-bottom: 10px;
	padding-top: 10px;
}
	
.side_menu {
	width: 167px;
	float: right;
	margin-right: 5px;
	_margin-right: 2px;
}
	
.side_menu_link:link, .side_menu_link:active, .side_menu_link:visited {
	display: block;
	margin-bottom: 5px;
	color: #015534;
	padding-left: 8px;
	text-decoration: none;
	font-weight: bold;
}
	
.side_menu_category_header {
	background-image: url($settings[curl]images/$settings[theme]category_sub_menu_header.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 16px;
	height: 27px;
	padding-top: 7px;
}
	
.side_menu_category {
	background-color: #c0d5ce;
	margin-bottom: 5px;
}	

.side_menu_best_seller_header {
	background-image: url($settings[curl]images/$settings[theme]best_seller_sub_menu_header.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 16px;
	height: 27px;
	padding-top: 7px;
}
	
.side_menu_best_seller {
	background-color: #d3e2dd;
}
	
.products {
	width: 563px;
	margin-left: 33px;
}
	
.product_div {
	float: left;
	width: 167px;
	height: 220px;
	margin-right: 15px;
}
	
.product_info {
	background-color: #d3e2dd;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
	
.product_header {
	font-size: 12pt;
	color: #035232;
	text-align: center;
	font-weight: bold;
}
	
.product_button {
	width: 167px;
	height: 24px;
	color: #ffffff;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	display: block;
	text-decoration: none;
	background-image: url($settings[curl]images/$settings[theme]product_button.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 3px;
}
	
.offers_div {
	background-image: url($settings[curl]images/$settings[theme]offers_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 292px;
	height: 158px;
	margin-left: 7px;
	_margin-left: 4px;
	_margin-right: 2px;
	float: left;
}
	
.offer_div_cont {
	margin-left: 20px;
	margin-top: 30px;
}
	
.offer_header {
	color: #982e30;
	font-weight: bold;
	font-size: 18pt;
}
	
.offer_image {
	float: right;
	margin-right: 15px;
}
	
.offer_button {
	clear: both;
	background-image: url($settings[curl]images/$settings[theme]offers_button.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	padding-top: 2px;
	display: block;
	width: 85px;
	height: 19px;
	text-decoration: none;
}	
	
.special_div {
	background-image: url($settings[curl]images/$settings[theme]special_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 167px;
	height: 158px;
	float: left;
	margin-left: 7px;
	_margin-left: 6px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}
	
.special_header {
	margin-top: 9px;
	margin-left: 18px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	margin-bottom: 15px;
}
	
.special_prince {
	text-align: center;
	color: #fed363;
	font-weight: bold;
}
	
	
.footer {
	width: 772px;
	_width: 773px;
	height: 63px;
	text-align: center;
	background-image: url($settings[curl]images/$settings[theme]footer_bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #035232;
	color: #649c83;
	clear: both;
}
	
.footer_cont {
	padding-top: 15px;
	color: #d3e2dd;
	margin-bottom: 5px;
}
	
.footer_link:link, .footer_link:active, .footer_link:visited {
	color: #d3e2dd;
	text-decoration: none;
}

.CenterTable {
	background: $settings[centerbg];
	border-color: $settings[centercolor];
	border-style: solid;
	border-width: 1px;
}

.CenterTableItems {
	border-color: $settings[centercolor];
	border-style: solid;
	border-width: 1px;
}

.ErrorTable {
	background: $settings[centerbg];
	border-color: #FF0000;
	border-style: solid;
	border-width: 1px;
}

.Required {
	color: #FF0000;
}

.HeadingFont {
	color: $settings[headingfont];
	font-size: 14px;
	font-weight: bold;
}

.OurPrice {
	background: $settings[tablebg];
}

TD.ErrorMain {
	font-size: 10px;
	font-weight: bold;
}

TD.CenterTableHeading {
	font-size: 12px;
	font-weight: bold;
	background: $settings[centerheader];
	color: $settings[centerfont];
	padding: 0.5em;
}

.CartContents {
	font-size: 11px;
	text-decoration : none;
}

.CartContents:hover { 
	font-size : 11px; 
	text-decoration : underline; 
}

.PagesAlign {
	text-align: justify;
	line-height: 20px;
}

.HR1 {
	padding: 0px; 
	margin-top: 8px; 
	margin-bottom: 8px; 
	height: 1px; 
	border-style: none; 
	border-color: '$settings[centercolor]'; 
	color: '$settings[centercolor]'; 
}


/* added for FeetFirst store */

.top {
/*	background-image: url(../fflogo.gif);
	background-repeat: no-repeat;
    background-position: top left;
*/
	background-color: white;
	border-bottom: solid;
	border-width: 3px;
	border-color: #EF6C96;
	width: 1000px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

.top2 {
 
	background-color: white;
	border-bottom: solid;
	border-width: 3px;
	border-color: #EF6C96;
	width: 100%;
	 padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.search {
	clear: left;
    text-align: right;
    padding: 0.25em;
 }

.advsearch {
	text-decoration: none;
	color: #BEBEBE;
}

.advsearch:hover {
	text-decoration: underline;
}

.topnav {
	clear: left;
	background-image: url('http://www.feetfirststores.com/images/gradient.gif');
	background-repeat: repeat-x;
	text-align: right;
    padding: 0.25em;
    font-size: 12pt;
}
.topnav2 {
	clear: left;
	background-image: url(http://www.feetfirststores.com/images_landing/nav-bak.jpg);
	background-repeat: no-repeat;
	text-align: left;
	position:relative;
	bottom:-15px;
	padding: 0.25em;
	font-size: 12pt;
	width:99%;
}
.topnav3 {
	clear: left;
	background-image: url(http://www.feetfirststores.com/images_landing/nav-bak.jpg);
	background-repeat: no-repeat;
	text-align: left;
	position:relative;
	bottom:-15px;
	padding: 0.25em;
	font-size: 12pt;
	width:99%;
}


.toplink {
	text-decoration: none;
	color: black;
	 padding: 0 0.5em 0 0.5em;
	border: none;
}
.toplink2 {
	text-decoration: none;
	color: white;
position: relative;
bottom:14px; 
	padding: 0 0 0 0;
	border: none;
}

.navspace {position: relative; top: -4px;}


.toplink:hover {
	text-decoration: underline;
	background-color: white;
}

.main {
	padding: 0.75em;
	background-color: white;
}

.bottom {
	background-color: #BEBEBE;
	color: white;
	padding: .75em;
}

.maillist {
	float: left;
	text-align: left;
	margin: 0;
    font-size: 12pt;
}

.botnav {
	float: right;
	text-align: right;
    font-size: 11pt;
}

.botlink {
	text-decoration: none;
	color: black;
	padding: 0 0.5em 0 0.5em;
	margin: 0;
font-weight: bold;
}

.botlink:hover {
	text-decoration: underline;
	background-color: #EF6BA7;
}

.copyright {
	text-align: center;
	font-size: 8pt;
	padding: 0.1em;
}

.searchbox {
	background-color: white;
	width: 15em;
	color: black;
	margin: 0;
	padding: 0;
}

.emailbox {
	background-color: white;
	width: 22em;
	color: black;
	margin: 0;
	padding: 1;
}

.welcometext {
	text-align: left;
	padding: 0.75em;
	color: white;
	font-size: 12pt;
}

.special {
	font-size: 12pt;
	color: yellow;
}

.attrname{
	text-align: right;
	font-weight: bold;
	color: #BEBEBE;
	padding-right: 0.5em;
}

.attrvalue{
	text-align: left;
	color: #EF6BA7;
	padding-left: 0.5em;
}

.itemdetail {
	border-collapse: collapse;
	border: solid;
	border-color: #BEBEBE;
	border-width: 1px;
	padding: 0;
	margin: 0;

}

.wishlist {
	text-align: left;
	padding: 0.75em;
	background-color: #BEBEBE;
	color: white;
	font-size: 12pt;
	margin: 0.25em;
}

.cartbutton {
	margin: 0;
	padding: 0;
	width: 100px;
	height: 16px;
	background-color: #BEBEBE;
	color: red;
	border: solid;
	border-color: black;
	border-width: 1px;
}

.saleprice {
	padding: 0;
	margin: 0;
	color: white;
	background-color: #E61A23;
	font-size: 115%;
}

.nsprice {
	padding: 0;
	margin: 0;
	color: black;
	background-color: #EF6BA7;
	font-size: 115%;
}

.middle {
	text-align: center;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	/*width: 1000px;*/
	width: 750px;
}

.middle_under {
	text-align: center;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	/*width: 1000px;*/
 
}

.itemlink {
	text-decoration: none;
	color: #EF6BA7;	
	font-size: 125%;
}

.itemtitle {
	text-align: center;
	font-size: 150%;
	color: #EF6BA7;
}

.itemoverview {
	text-align: left;
	color: #EF6BA7;
	padding-left: 20%;
	padding-right: 20%;
}

.iteminfo {
	text-align: left;
	color: #BEBEBE;
	padding-left: 20%;
	padding-right: 20%;
}

#tdimage {background-image:url(http://feetfirststores.com/images/join.jpg);}

/* You will not need to change below */
.small, .small:hover { font-family: Arial, Verdana, Sans-Serif; color: #FFFFFF; font-size: 10px; }
.small:link, .small:visited { text-decoration: underline; color: #FFFFFF; }
