@charset "utf-8";
/* CSS Document */

/*------------------------------global styles-----------------------*/
body {
	background-color:  				#300;
	background-image:				url(../images/stripes-background.gif); 
	background-repeat:				repeat;
	background-attachment: 		fixed;
	color: 									#000000;
/*	font-family: 							Georgia, "Times New Roman", Times, serif; */
	font-family: 							Arial;
	font-size: 							12px;
	margin: 								0px auto auto auto;
	padding: 								0;
}
#wrap {
	background-color: 				#fff;
	border-color: 						#600;
	border-style: 						solid;
	border-width: 						thin;
	height: 									auto;
	margin: 								auto;
	width: 									900px;
}
.clear, br {
	clear: 									both;
}
.right {
	text-align:							right;
	float:										right;
	padding-right: 						10px;
}
.left {
	text-align:							left;
	float:										left;
	padding-right: 						10px;
}
.center_content {
	padding:	 							0px 0 0 0;
	width: 									900px;
}
.left_content {
	background-attachment: 		right;
	float: 									left;
	padding: 								20px 0 20px 20px;
	width: 									620px; /* plus 20px left padding */

}
.right_content {
	float: 									left;
	padding: 								0px 0 20px 20px;
	width: 									240px; /* plus 20px left padding */
}


/*------------------------------text styles-----------------------*/
h1 {
	font-size: 							24px;	
	font-weight: 						normal;
	float: 									left;
	margin: 								0;
	padding: 								0;
	color: 									#990000;		
}
h2 {
	font-size: 							18px;
	padding: 								0;
	margin: 								0;
	font-weight: 						normal;
	color: 									#990000;	
	float:  									left;
}
h3 {
	font-size: 							16px;
	padding: 								0;
	margin: 								0;
	font-weight: 						normal;
	color: 									#990000;
	float: 									left;
	}
p {
	line-height: 							18px;
	font-size: 							14px;
	margin: 								0px;
	padding: 								5px 0 5px 0;
	text-align: 							justify;
}
p.details {
	font-size: 							11px;
	padding: 								5px 15px 5px 15px;
}
p.more_details {
	font-size: 							11px;
	padding: 								25px 20px 0px 20px;
}
.title
{
	color: 									#a81f22;
	float: 									left;
	font-size: 							19px;
	margin: 								10px 0 0px 0;
	padding: 								0px;
}
.crumb_nav {
	padding: 								5px 0 10px 0px;
}


/*------------------------------link styles-----------------------*/
a:link, a:visited {
	color: 									#990000;
	text-decoration: 					underline;
}
a:hover, a:active {
	text-decoration: 					none;
}


/*------------------------------header styles-----------------------*/
.header {
	background: 						url(/images/header.jpg) no-repeat center;
	background-color: 				#c00;
	height: 									149px;
	width: 									900px;
}



/*------------------------------Navigation-----------------------*/
#navigation
{
	background-color: 	#660000;
	height: 			30px;
}
#navigation ul
{
	list-style: 		none;
	margin: 			0px;
	padding: 			7px 0 0 0px;
}
#navigation ul li
{
	display: 			inline;
	margin:				0px;
	padding: 0px;
}
#navigation ul li a
{
	color:				#FFF;
	height: 			30px;
	padding: 			7px 20px 6px 20px;
	text-decoration:	none;
	font-size:			14px;
	font-family:		Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight:		bold;
}
#navigation ul li a:hover
{
	background-color: 	#CC0000;
	height: 			30px;
	padding: 			7px 20px 6px 20px;

}
#navigation ul li.selected a
{
	background-color: 	#CC0000;
	height: 			30px;
	padding: 			7px 20px 6px 20px;
}

.prod_title
{
	color: #a81f22;
	font-size: 13px;
	padding: 5px 0 0 15px;
}
a:link.more,
a:visited.more
{
	color: #a81f22;
	float: right;
	font-size: 11px;
	font-style: italic;
	padding: 0px 15px 0 0;
	text-decoration: none;
}
a:hover.more,
a:active.more
{
	color: #ff0000;
	text-decoration: underline;
}
.about
{
	background: url(/images/border.gif) no-repeat bottom center;
	clear: both;
	padding-bottom: 20px;
	width: 337px;
}
.newsletter
{
	background: url(/images/border.gif) no-repeat bottom center;
	clear: both;
	padding-bottom: 20px;
	width: 220px;
}
img.right
{
	float: right;
	padding: 0 0 0 10px;
}
.right_box
{
	float: left;
	padding: 10px 0 10px 0;
	width: 170px;
}
.feat_prod_box
{
	border-bottom: 1px #b2b2b2 dashed;
	clear: both;
	margin: 0 20px 20px 0;
	padding: 10px 0 10px 0;
}
.feat_prod_box_details
{
	clear: both;
	margin: 0 20px 10px 0;
	padding: 0px 0 10px 0;
}
.prod_img
{
	float: left;
	padding: 0 5px 0 0;
	text-align: center;
}
.prod_det_box
{
	float: left;
	padding: 0 0 0 15px;
	position: relative;
	width: 395px;
}
.box_top
{
	/* background: url(/images/box_top.gif) no-repeat center bottom; */
	height: 9px;
}
.box_center
{
	/* background: url(/images/box_center.gif) repeat-y center; */
	height: auto;
}
.box_bottom
{
	/* background: url(/images/box_bottom.gif) no-repeat center top; */
	height: 9px;
}
.new_prod_box
{
	float: left;
	padding: 10px;
	text-align: center;
}
.new_prod_box a
{
	color: #CC0000;
	display: block;
	padding: 10px 0 5px 0;
	text-decoration: none;
	font-size: 14px;
}
.new_prod_bg
{
	background: url(/images/new_prod_box.gif) no-repeat center;
	height: 119px;
	position: relative;
	text-align: center;
	width: 132px;
}
.new_icon
{
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 200;
}
.special_icon
{
	_top: 6px;
	position: absolute;
	right: 2px;
	top: 0px;
	z-index: 250;
}
img.thumb
{
	padding-top: 5px;
	width: 90px;
	height: 90px;
}
.new_products
{
	clear: both;
	padding: 0px;
}
ul.list
{
	clear: both;
	margin: 0px;
	padding: 10px 0 0 20px;
}
ul.list li
{
	list-style: none;
	padding: 2px 0 2px 0;
}
ul.list li a
{
	background: url(/images/left_menu_bullet.gif) no-repeat left;
	color: #000000;
	list-style: none;
	padding: 0 0 0 17px;
	text-decoration: none;
}
ul.list li a:hover
{
	color:#990000;
	text-decoration: underline;
}
.divider
{
	background: url(/images/border.gif) no-repeat bottom left;
	float: left;
	height: 15px;
	width: 337px;
}

div.pagination
{
	clear: both;
	float: left;
	font-size: 10px;
	margin: 5px;
	padding: 5px;
	text-align: center;
	width: 420px;
}
div.pagination a
{
	border: 1px solid #ddd;
	color: #990000;
	margin-right: 2px;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
}
div.pagination a:hover, div.pagination a:active
{
	background-color: #990000;
	border: 1px solid #990000;
	color: #fff;
}
div.pagination span.current
{
	background-color: #990000;
	border: 1px solid #990000;
	color: #FFF;
	font-weight: bold;
	margin-right: 2px;
	padding: 2px 5px 2px 5px;
}
div.pagination span.disabled
{
	border: 1px solid #f3f3f3;
	color: #ccc;
	margin-right: 2px;
	padding: 2px 5px 2px 5px;
}

/*------------------------------Footer-----------------------*/
.footer
{
	/* background: url(/images/footer_bg.gif) no-repeat bottom; */
	border-top: 1px #b2b2b2 dashed;
	height: 50px;
}
.left_footer
{
	float: left;
	padding: 10px 0 0 10px;
}
.right_footer
{
	float: right;
	padding: 10px 10px 0 0;
}
.footer a
{
	color: #afaeaf;
	padding: 0 5px 0 5px;
	text-decoration: none;
}
.footer a:hover
{
	color: #000000;
}
#top-small-links {
	text-align: right;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 15px;
	padding-top: 10px;
}
#top-small-links a:link, #top-small-links a:visited {
	color: #FFF;
	text-decoration: underline;
}
#top-small-links a:hover, #top-small-links a:active {
	color: #FFF;
	text-decoration: none;
}
#search-box {
	height: 30px;
	padding-top: 85px;
	text-align: right;
	padding-right: 15px;
	font-weight: bold;
}
.search-text {
	font-size: 18px;
	font-weight: normal;
	color:  #333;
	padding-right: 5px;
}
#search-box input {
	font-size: 18px;
	color: #c33;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#ShoeSizes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
}
.tableTitle {
	color:  #fff;
	font-size: 18px;
}

/*------------------------------jQuery Validation Styles-----------------------*/
#newsletterForm .error {
	color: 				red;
	display: 			block;
	clear: 				both;
}
#newsletterForm input.error,
#newsletterForm textarea.error {
	border:				solid thin;
	border-color:		#990000;
}
#newsletterForm input,
#newsletterForm textarea {
	border:				solid thin;
	border-color:		#000;
}
#newsletterForm input:focus,
#newsletterForm textarea:focus {
	border:				solid thin;
	border-color:		#6F6;
}
#newsletterForm input.error:focus,
#newsletterForm textarea.error:focus {
	border:				solid thin;
	border-color:		red;
}