﻿/*
[r3.0.0]
*/


body.ec {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: center;
	background-color: #fff;
	height: auto;
	min-width: 770px;
	margin: 0;
}

a, a:visited {
	color: #c41230;
	text-decoration: underline;	
	}

a:hover, a:active {
	color: #c41230;
	text-decoration: none;	
	}


.ec-sectiontitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #c41230;
	font-weight: bold;
}

#ec-wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	height: auto;
}


#ec-wrapperhome {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	background-image: url(/Images/ECRefresh/bg_home.gif); 
	background-repeat: repeat-y;
	height: auto;
}

#ec-wrappersub {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	background-image: url(/Images/ECRefresh/bg_sub.gif); 
	background-repeat: repeat-y;
	height: auto;
}

#ec-wrappersub2 {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	background-image: url(/Images/ECRefresh/bg_sub_column.gif); 
	background-repeat: repeat-y;
	height: auto;
}


.ec-pagetitlebox {
	height: 73px;
	width: 770px;
	background-image:url(/Images/ECRefresh/ec_pagetitle.jpg);
	background-repeat: no-repeat;
	clear: both;	
	}	
	
.ec-pagetitlebox2 {
	height: 73px;
	width: 770px;
	background-image:url(/Images/ECRefresh/ec_pagetitle_column.jpg);
	background-repeat: no-repeat;
	clear: both;	
	}	


.ec-pagetitle {
	font-size: 20px;
	color: #7a6623;
	padding-top: 8px;
	padding-left: 20px;	
	}	
	

/* header styles */

.ec-header {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	height: auto;
}

.ec-loginstatus {
	background: url(/Images/ECRefresh/bg_message.gif);
	background-repeat: no-repeat;
	color: #e4ddbd;
	width: 460px;
	height: 23px;
	padding-left: 16px;
	padding-top: 5px;
	float: left;
	}
	
.ec-admin {
	background: url(/Images/ECRefresh/bg_admin.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #7a6623;
	width: 278px;
	height: 21px;
	padding-right: 16px;
	padding-top: 7px;
	float: right;
	text-align: right;
	}
	
a.ec-loginlink, a.ec-loginlink:visited {
	color: #e4ddbd;
	text-decoration: underline;	
	}

a.ec-loginlink:hover, a.ec-loginlink:active {
	color: #e4ddbd;
	text-decoration: none;	
	}
	
a.ec-adminlink, a.ec-adminlink:visited {
	color: #7a6623;
	text-decoration: underline;	
	font-size: 10px;
	font-weight: bold;
	}

a.ec-adminlink:hover, a.ec-adminlink:active {
	color: #7a6623;
	text-decoration: none;		
	font-size: 10px;
	font-weight: bold;
	}
	
div.ec-legacyheaderfooter 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #333; 
	background-color: #fff; 
	min-width: 770px; 
	margin: 0px; 
	width: 770px; 
	margin: 0 auto; 
	text-align: left; 
	height: auto;
}
	
/* homepage styles */	

.ec-homeflash {
	width: 469px;
	height: 229px;
	padding-left: 7px;
	float: left;
	}
	
.ec-homemenu {
	background-image: url(/Images/ECRefresh/bg_home_menu.gif);
	background-repeat:repeat-y;
	width: 294px;
	height: 229px;
	float: left;
	text-align: center;
	position: relative;
	}
	
.ec-btns {
	position:absolute;
	bottom:0;
	left:0;
}

.ec-homecontentleft {
	width: 416px;
	margin-top: 14px;
	margin-top: 20px;
	padding-left: 32px;
	color: #7a6623;
	float: left;
	}
	
.ec-homefeaturebox {
	width: 384px;
	padding: 50px 16px 20px 16px;
	margin-top: 22px;
	color: #7a6623;
	background-image: url(/Images/ECRefresh/bg_homefeature.jpg);
	background-repeat: no-repeat;
	background-position:top;
	position: relative;
	}		

.ec-homefeatureitem {
	width: 384px;
	height: auto;
	}	
	
ul.ec-news {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 0em;
	}
	
li.ec-news {
	background-image: url(/Images/ECRefresh/ex_bullet.gif);
	background-repeat: no-repeat;
	padding-left: 1em;
	margin: .5em 0;
}

a.ec-newslink, a.ec-newslink:visited {
	color: #7a6623;
	text-decoration: underline;	
	}

a.ec-newslink:hover, a.ec-newslink:active {
	color: #7a6623;
	text-decoration: none;	
	}
		
	
.ec-homecontentright {
	width: 230px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 28px;
	color: #333;
	float: right;
	}

ul.ec-homelist {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 0em;
	}
	
li.ec-homelist {
	background-image: url(/Images/ECRefresh/ex_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 1.7em;
	margin: 1em 0;
}

a.ec-homelistlink, a.ec-homelistlink:visited {
	color: #333;
	text-decoration: underline;	
	}

a.ec-homelistlink:hover, a.ec-homelistlink:active {
	color: #333;
	text-decoration: none;	
	}
	
ul.ec-go {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 0em;
	}
	
li.ec-go {
	background-image: url(/Images/ECRefresh/ex_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 1.7em;
	margin: .4em 0;
}

a.ec-golink, a.ec-golink:visited {
	color: #c41230;
	text-decoration: underline;	
	}

a.ec-golink:hover, a.ec-golink:active {
	color: #c41230;
	text-decoration: none;	
	}
		
.ec-hr {
	height: 1px;
	border-top: #999999 solid 1px;
	}
	
.ec-footer {
	height: 81px;
	width: 770px;
	background-image:url(/Images/ECRefresh/bg_footer.gif);
	background-repeat: no-repeat;	
	}	
	

.ec-footermenu {
	color: #fff;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 460px;
	padding-left: 16px;
	padding-top: 8px;
	float: left;
	/* [r3.0.0] Added to fix footer. 
	text-align: left;*/
	}
	
.ec-copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #beb285;
	width: 278px;
	padding-right: 16px;
	padding-top: 8px;
	float: right;
	text-align: right;
	}
	
a.ec-footerlink, a.ec-footerlink:visited {
	color: #fff;
	text-decoration: underline;	
	}

a.ec-footerlink:hover, a.ec-footerlink:active {
	color: #fff;
	text-decoration: none;	
	}

/* subpage styles */

.ec-subcontentleft {
	width: 523px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-left: 27px;
	color: #7a6623;
	float: left;
	}
	
.ec-subcontentright {
	width: 169px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-right: 20px;
	color: #000;
	float: right;
	}

.ec-subsectiontitle {	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;	
	font-weight: bold;
	}	
	
ul.ec-arrowlist {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 0em;
	}
	
li.ec-arrowlist {
	background-image: url(/Images/ECRefresh/ec_arrowred.gif);
	background-repeat: no-repeat;
	padding-left: .8em;
	margin: 0 0;
}

.ec-arrowlistpad {
	margin-right: 15px;
}


.ec-categorysection {
	width: 252px;
	background-image: url(/Images/ECRefresh/bg_shoponline_hdr.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	margin-bottom: 18px;
	margin-right: 15px;
	}
	
.ec-categorysectiontitle {
	padding: 4px 0px 16px 22px;
	font-size: 12px;
	font-weight: bold;
	}
	
ul.ec-bulletlist {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 0em;
	width: 148px;
	}
	
li.ec-bulletlist {
	background-image: url(/Images/ECRefresh/ex_bullet.gif);
	background-repeat: no-repeat;
	padding-left: 1em;
	margin: 0 0;
}

a.ec-bulletlink, a.ec-bulletlink:visited {
	color: #7a6623;
	text-decoration: underline;	
	}

a.ec-bulletlink:hover, a.ec-bulletlink:active {
	color: #7a6623;
	text-decoration: none;	
	}
	
.ec-hrpad {
	height: 1px;
	border-top: #d5ceb0 solid 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	}
			
.ec-smallfont {
	font-size: 11px;
	}

.ec-highlightfont {
	color: #c41230;
	}
	
.ec-altfont {
	color: #7a6623;
	}
	

.ec-quote {
	color: #7a6623;
	background-color: #e3d6b2;
	font-size: 11px;
	width: 137px;
	padding: 0px 15px 0px 15px;
	margin:0;
	}

.ec-highlightbox_v {
	width: 151px;
	border: 1px solid #cea66d;
	padding: 8px;
	color: #7a6623;
	background-image: url(/Images/ECRefresh/bg_subhl1.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	}
	
.ec-sockfinder select	{
	color: #666;
	background: #fff;
	border: 1px solid #666;
	width: 169px;
	height: 17px;
	font-size: 10px;
	margin-top: 5px;
}

.ec-highlightbox_h {
	width: 376px;
	border: 1px solid #cea66d;
	padding: 8px;
	color: #7a6623;
	background-image: url(/Images/ECRefresh//bg_subhl2.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	}
	
.ec-highlightboxcontent_h {
	width: 240px;
	border-left: 1px dashed #c9c9c9;
	padding-left: 15px;
	font-size: 11px;
	float:right;
	margin-top: 5px;
	}
	
#breadcrumb {
	width: 716px;
	height: 14px;
	padding:4px 4px 4px 0px;
	margin-left: 24px;
	color: #000;
	font-size: 11px;
	background-color: #FFFFFF;
	}

#breadcrumb a {
	color: #000;
	}

#topbar {
	width: 708px;
	height: 22px;
	padding: 4px 6px 4px 6px;
	margin-left: 24px;
	color: #7a6623;
	font-size: 11px;
	background-color: #e4ddbd;
	}

.ec-categorytitle {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	}

.ec-topbartext {
	float: right;
	margin-top: 4px;
	margin-right: 4px;
	}
	
	
/* category page styles */

.ec-wrappercat {
	background-image: url(/Images/ECRefresh//bg_catdiv.gif);
	width: 770px;
	}
	

.ec-catcontentleft {
	width: 394px;
	margin-top: 17px;
	margin-bottom: 20px;
	padding-left: 24px;
	color: #000;
	float: left;
	}
	
.ec-catcontentright {
	width: 293px;
	margin-top: 17px;
	margin-bottom: 20px;
	padding-right: 20px;
	color: #000;
	float: right;
	}
	
.ec-categorydescription {
	width: 374px;
	background-image: url(/Images/ECRefresh//bg_fade.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
	margin-top: 15px;
	padding: 10px;
	}
	
.ec-catselection {
	width: 132px;
	margin-left:7px;
	margin-right:7px;
	margin-bottom: 20px;
	float: left;
	color: #999;
	}
	
#ec-viewall {
	width: 274px;
	height: 13px;
	padding: 7px;
	background-image: url(/Images/ECRefresh/btn_viewall.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;	
	border: 0px;
	cursor: pointer;
	}

/* list page styles */

.resultsbar {
	width: 708px;
	height: 16px;
	padding: 4px 6px 4px 6px;
	margin-left: 24px;
	margin-top:1px;
	color: #999999;
	font-size: 11px;
	background-color: #e6e2d6;
	}
	
.resultsbar a {
	color: #999999;
	}

.sortbar {
	width: 708px;
	height: 16px;
	padding: 4px 6px 4px 0px;
	margin-left: 24px;
	color: #999999;
	font-size: 11px;
	}
	
.sortbar select	{
	color: #666;
	background: #fff;
	border: 1px solid #666;
	width: 169px;
	height: 17px;
	font-size: 10px;
	margin-top: 5px;
}

.listitem {
	width: 720px;
	margin-left: 24px;
	padding-bottom: 10px;
	border-bottom: #d5ceb0 solid 1px;
	margin-bottom: 10px;
	}
	
.listitem a {
	color: #000;
	}
	
.listdescription {
	width: 285px;
	padding-left: 15px;
	border-left: #c9c9c9 1px dashed;
	float: left;
	margin-right: 15px;
	vertical-align: middle;
	}

.listdetails {
	width: 150px;
	padding-left: 15px;
	border-left: #c9c9c9 1px dashed;
	float: left;
	margin-right: 15px;
	line-height: 1.5em;
	}
	
.listbutton {
	width: 105px;
	padding-left: 15px;
	border-left: #c9c9c9 1px dashed;
	float: left;
	}
	
/* sock finder styles */

#ec-pagecontent {
	width: 720px;
	margin-left: 24px;
	margin-bottom: 10px;
	padding-bottom: 10px;
			
	}
	
.ec-optiontitle {
	border-top: #d5ceb0 dashed 1px;
	margin-top: 15px;
	background-image:url(/Images/ECRefresh/bg_fade_section.jpg);
	background-repeat: repeat-y;
	padding: 5px;
	}
		
.ec-optionaction {
	border-top: #d5ceb0 dashed 1px;
	margin-top: 15px;
	background-repeat: repeat-y;
	padding: 10px 5px 5px 0px;
	margin-bottom: 15px;
	}
		
/* login styles */

.ec-titlebar {
	padding: 7px;
	background-color: #e6e2d6;
	font-size: 14px;
	}
	
/* details page styles */

.ec-wrapperdetails {
	background-image: url(/Images/ECRefresh/bg_detailsdiv.gif);
	width: 770px;
	}
	
.ec-dcontentleft {
	width: 269px;
	margin-top: 17px;
	margin-bottom: 20px;
	padding-left: 24px;
	color: #000;
	float: left;
	}
	
.ec-dcontentright {
	width: 410px;
	margin-top: 17px;
	margin-bottom: 20px;
	padding-right: 24px;
	color: #000;
	float: right;
	}
		
.spacebar {
	width: 708px;
	height: 12px;
	padding: 4px 6px 4px 6px;
	margin-left: 24px;
	margin-top:1px;
	color: #999999;
	font-size: 11px;
	background-color: #ffffff;
	}

.hrline {
	height: 1px;
	border-top: #999999 dashed 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

.ec-available {
	color: #339933;
	font-style: italic;
	}
	
.ec-unavailable {
	color: #CC0000;
	font-style: italic;	
	}
	
.ec-disabled {
	color: #999999;
	}
	
.ec-alt {
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	}
	
/* for minimum cell height CSS hack */
	
.ec-prop {
    float:right;
    width:1px;
  }

.ec-clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }

.ec-min100px {
    height:100px;
  }

.ec-min200px {
    height:200px;
  }

.ec-min113px {
    height:113px;
  }

/* tabs styles */
.ecColors {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 410px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.ecColors .TabbedPanelsTab {
	font-size: 11px;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color: #999999;
	margin: 0;
	padding: 0;
	background-image:none;
	text-align: center;
}
.ecColors .TabbedPanelsTab img {
	background-image: none;
	padding: 0;
	margin: 0;
	-moz-user-select: none;
	-khtml-user-select: none;
	outline: none;
	border: solid 2px #ffffff;
}
.ecColors .TabbedPanelsContentGroup {
	clear: both;
	border: none;
	background-color: #FFFFFF;
	width: 410px;
	/*height: 150px;*/
}
.ecColors .TabbedPanelsContent {
	padding: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 12px;
	width: 410px;
}
.ecColors .TabbedPanelsTabSelected {
	font-size: 11px;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color: #999999;
	margin: 0;
	padding: 0;
	background-image:none;
}
.ecColors .TabbedPanelsTabSelected img {
	background-image: none;
	padding: 0;
	margin: 0;
	-moz-user-select: none;
	-khtml-user-select: none;
	outline: none;
	border: solid 2px #cc0000;
}
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 269px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	margin: 0 2px 0 0;
	padding: 0;
	background-position: right;
	background-image: url(/Images/ECRefresh/tab_right.gif);
	background-repeat: no-repeat;
}
.TabbedPanelsTab span {
	font-family: sans-serif;
	font-weight: bold;
	color: #999999;
	margin: 0px;
	padding: 4px 6px 4px 6px;
	background-image: url(/Images/ECRefresh/tab_left.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
}
.TabbedPanelsTabHover {
	background-color: #FFFFFF;
	outline: none;
}

.TabbedPanelsTabSelected {
	background-color: #FFFFFF;
	background-image: url(/Images/ECRefresh/tab_right_on.gif);
	background-repeat: no-repeat;
	color: #999999;
	padding: 0;
	margin: 0 2px -2px 0;
	background-position: right;
	-moz-user-select: none;
	-khtml-user-select: none;
	outline: none;
}
.TabbedPanelsTabSelected span {
	font-family: sans-serif;
	font-weight: bold;
	color: #999999;
	padding: 4px 6px 5px 6px;
	margin: 0;
	background-image: url(/Images/ECRefresh/tab_left_on.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	border: solid 2px #E6E2D6;
	background-color: #FFFFFF;
	width: 265px;
}


.TabbedPanelsContent {
	
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 12px;
	width: 245px;
	height: 200px;
	overflow:auto;
	padding: 10px;
}

#TabbedPanels1 .TabbedPanelsContent {
	
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 12px;
	width: 350px;
	height: 200px;
	overflow:auto;
	padding: 20px 0px 0px 0px;
}

/* Other common */
.ec-errorbox
{
	border: 1px solid red; 
	font-weight: bold;
}