/*Browser Hacks*/
* {
margin:0px;
padding:0px;
}
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */





/*Sitewide Styles and Classes*/
body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding:0px;
margin:0px;
}

#progressUpdateWrapper
{
	position:relative;
	margin: 0 auto;
	width:100%;
}

/* applied to ajax progress update */
#progressUpdate {
	position: absolute;
	margin: 0 auto;
	width: 100px;
	height: 100px;
	color: #FFFFFF;
	border: 5px solid #C1C1C1;
	background: #FFFFFF url(/images/processing.gif) no-repeat 50%;
	top:0px;
	left:0px;
}

#centeredProgress
{
	width: 300px;
	height: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -200px;
	z-index: 199;
	color: #FFFFFF;
	border: 5px solid #C1C1C1;
	background: #FFFFFF url(/images/processing.gif) no-repeat 50%;
}

/* background style for the screen when an ajax progress update is displayed */
#ajaxProgressBg
{
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    position: absolute;
    background-color: #000000;
    opacity: 0.5;
    filter: Alpha(opacity:50);
    z-index: 101;
}

/* style for the ajax progress indicator */
#ajaxProgress
{
    border: 0px;
    padding: 0px;
    position: absolute;
    background-color: #FFFFFF;
	background: #FFFFFF url(/images/processing.gif) no-repeat 50%;
    z-index: 102;
    left:50%;
    margin-left:-150px;
    width:300px;
    height:200px;
}




a {text-decoration:none;color:#3f4c6b;}
.active a, a:hover, a:focus, a:active {color:#768ec3;}
a img {border:0px none;}
th, td {text-align:left;vertical-align:top;}
address {font-style:normal;}
h1 {
font-weight:bold;
display:block;
color: #3f4c6b;
font-size:24px;
}
	h1 .requiredfield {
	font-size:11px;	
	font-weight:normal;
	color:#ff0000;
	vertical-align:top;
	}
h2 {
font-weight:bold;
display:block;
font-size:18px;
}
	#main h2, #left h2.header, #right h2 {
	background:#2e60a8 url(/images/h2_bg.gif) repeat-x top;
	color:#fff;
	padding:5px 10px;
	font-size:16px;
	line-height:normal;
	}
	#left h2.header, #right h2 {
	font-size:14px;
	}
h3 {
font-weight:bold;
display:block;
}
ul.horizontal {
list-style:none;
}
	ul.horizontal li{
	float:left;
	}
.hidden {
overflow:hidden;
text-indent:-9999px;
display:block;
}
.float {
float:left;
}
.note {
font-size:10px;
}
.regular {
text-decoration:line-through;
font-weight:normal;
}
.red {
color:#FF0000;
}
.sale {
}
.inputForm th, .inputForm td {padding:0 6px 5px 0;}
.inputForm input, .inputForm textarea {
padding:3px;
width:208px;
border:1px solid #9fb6cb;
background-color:#ffffff;
}
option {
padding-right:5px;
}
.inputForm select {
width:216px;
border:1px solid #9fb6cb;
}
.inputForm input.orangebutton {
border:1px solid #d39c2d;
width:auto;
padding:1px 7px;
background-color:#e8ba5d;
}
.requiredfield {
color:#FF0000;
}
.errorMessages, .errorMessagesBlue {
color:#000000;
font-weight:bold;
font-size:16px;
padding:15px;
border:1px solid #FF0000;
background:#FFCACA;
display:block;
}
.errorMessagesBlue {
background:#E8F4FE;
border:1px solid #4278C7;
}
.validationsummary {
font-size:14px;
font-weight:bold;
}
.validationsummary ul {
padding:5px 15px 10px;
font-size:12px;
font-weight:normal;
}

.orangebutton, .graybutton {
background:#e8ba5d url(/images/button_orange.gif) repeat-x top;
border:1px solid #d39c2d;
font-size:11px;
line-height:12px;
padding:1px 7px;
color:#3d3d3d;
cursor:pointer;
font-family:Arial, Helvetica, sans-serif;
}
.graybutton {
background:#cbcbcb url(/images/button_gray.gif) repeat-x top;
border:1px solid #b6b6b6;
cursor:default;
}
a:hover.orangebutton, a:focus.orangebutton, a:active.orangebutton, a:hover.graybutton, a:focus.graybutton, a:active.graybutton {
color:#3d3d3d;
}

.inputForm select {
background:#fff;
/*width:178px;*/
}
.inputForm input.submitbutton {
width:auto;
background:none;
border:0px none;
}
.inputForm .radio input, .inputForm .checkbox input{
width:auto;
margin-right:5px;
border:0px none;
background:none;
background-color:transparent;
}

#topheader {
width:995px;
margin:0px auto;
padding-top:10px;
height:34px;
}
	#topheader_inner {
	float:right;
	padding:0 0 5px;
	width:100%;
	}
	#topheader p {
	display:inline;
	color:#8ca8b9;
	font-weight:bold;
	float:left;
	padding-right:15px;
	}
		#topheader p strong {
		font-size:14px;
		padding-right:5px;
		}
	#topheader ul {
	background:url(/images/header/header_ulbg.gif) repeat-x 0 8px;
	float:right;
	font-size:11px;
	}
	#topheader li {
	background:#fff;
	margin-left:4px;
	padding:0 3px;
	}
	#topheader a {
	text-decoration:underline;
	}
	#topheader li.log {
	margin-left:0;
	}
#nextopiaheader {
position:relative;
z-index:100;
margin:0 auto;
width:997px;
}
#header {
width:995px;
margin:0 auto;
clear:both;
border:1px solid #89d9f6;
border-bottom:0px none;
background:#e1f2fe url(/images/header/header_bg.gif) repeat-x 0 0;
position:relative;
z-index:100;
}
	#header #logo {
	float:left;
	margin:10px 0 0 12px;
	display:inline;
	}
	#headerbanner {
	overflow:hidden;
	text-align:center;
	width:425px;
	float:left;
	margin:18px 10px 0;
	display:inline;
	}
	#header_right {
	float:right;
	margin:16px 12px 0 0;
	display:inline;
	}
		#header_right div {
		display:inline;
		}
	a#cartwidget, a:hover#cartwidget {
	background:url(/images/header/header_cart.gif) no-repeat top left;
	width:109px;
	height:28px;
	float:left;
	padding:8px 10px 4px 38px;
	font-size:10px;
	text-align:center;
	color:#FFFFFF;
	line-height:11px;
	}
		#cartwidget .hidden {
		text-align:left;
		line-height:15px; 
		}
		#cartwidget .items {
		padding:0 2px 0 0;
		}
		#cartwidget .total {
		border-left: 1px solid #a1a8bb;
		padding:0 0 0 2px;
		}
	#security {
	float:left;
	margin:-14px 0 0 19px;
	}
#searchform {
float:right;
margin:0 12px 0 0;
display:inline;
}
	#searchform .searchPhrase {
	height:18px;
	border:1px solid #bdbcbd;
	background:#fff url(/images/input_text.gif) repeat-x bottom;
	width:200px;
	}
	#searchform .orangebutton, #newsletterform .orangebutton {
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	margin-left:5px;
	text-decoration:none;
	}
	#searchform a:hover.orangebutton, #newsletterform a:hover.orangebutton, #contactinfo a:hover.orangebutton {
	color:#FFFFFF;
	}
#sitenavigation{ /* Navigation bar and tab styles are on /css/navigation.css | Rotating banners are on /css/home.css */
clear:both;
padding-top:10px;
}

#content {
width:995px;
margin:0 auto;
border:1px solid #89d9f6;
border-top:0px none;
clear:both;
position:relative;
z-index:1;
padding:0 0 12px 0;
}
	.BreadCrumbMaster {
	padding:10px 12px 10px;
	}
	#left {
	width:215px;
	float:left;
	margin-right:12px;
	display:inline;
	font-size:11px;
	line-height:12px;
	}	

	/* Left Navigation */
	#left .content li {
	font-size: 12px;
	list-style-type:none;
	}
		#left .content li a {
		font-weight: bold;
		font-size: 14px;
		color:#2E60A8;
		
		}
	
		#left .content li li {
		font-weight: normal;
		list-style-type:none;
		font-size: 12px;
		padding-left: 5px;
		padding-bottom:3px;
		color:#3F4C6B;
		}
		#left .content li li a {
		font-weight: normal;
		font-size: 12px;
		color:#3F4C6B;
		}
		#left .content li a:hover, a:focus, a:active {
		color:#768EC3;
		
		}
		.second {
		padding:10px;
		}
		 #left ul.first {
		
		margin-bottom:20px
		}
		#left ul.first li {
		background:#E3F2FE url(/images/category/leftlink_bg.gif) repeat-x scroll 0 0;
		padding:6px 10px;
		border:1px solid #ffffff;
		border-bottom:none;
		}

		#left ul.second li {
		background:#E3F2FE;
		padding:2px;
		border:none;
		font-size:11px;
		}
			#left ul.second li.active {
			background:transparent url(/images/category/selectedli.gif) repeat-y;
			padding:1px;
			border:none;
			font-size:12px;
			color:#333333;
			font-weight:bold;
			}
			#left ul.second li.active a, #left ul.second li.active .sliSelect  {
			background:transparent url(/images/category/selected.gif) no-repeat right center;
			display:block;
			padding:1px;
			color:#333333;
			font-weight:bold;
			}

	#left .asset {
	clear:both;
	background:#e2f3fe url(/images/left_bg.gif) repeat-x top;
	border-top:1px solid #3d3d3d;
	float:left;
	padding:10px;
	width:195px;
	}
		#left .asset h2 {
		padding-bottom:5px;
		}
			#left .asset h2, #left .asset h2 a, #left .asset h2 a:hover {
			font-size:14px;
			color:#3d3d3d;
			}
		#left .asset a {
		display:block;
		clear:both;
		}
		#left .asset a.more, #left .asset .more a {
		padding-top:10px;
		text-decoration:underline;
		}
		#left .asset ul {
		float:left;
		}
		#left .asset li {
		list-style:none;
		float:left;
		width:93px;
		padding:0 4px 5px 0;
		}
			#left .asset li a {
			text-decoration:underline;
			clear:none;
			}
		#left #newsletterform, .promoCodeCart {
		background:#F2F2F2 url(/images/left_newsletter.gif) repeat-x scroll center top;
		border:1px solid #BFBFBF;
		clear:both;
		color:#666666;
		float:left;
		font-size:10px;
		margin:10px 7px 13px;
		padding:6px 5px 1px;
		width:189px;
		display:inline;
		}
		.promoCodeCart {
		margin:12px 0px 0px;
		padding-top:3px;
		padding-bottom:4px;
		background-position: center -12px;	
		display:block;
		float:none;
		}
		#main .promoCodeCart h2 {
			font-size:11px;
			font-weight:bold;
			color:#666666;
			background:none;
			padding:0px;
			margin:0px;
		}
		.inputPromoCode {
		width:125px;	
		}
		
		.promoCodeError {
			font-weight:bold;
			display:block;
			color:#ff0000;
			font-size:11px;
			line-height:13px;
			margin-top:5px;
			
		}
		
		td.promoPanelCell {
		padding:0px 10px;	
		width:189px;
		}
		#newsletterform h2 {
		color:#919191;
		font-size:14px;
		}
		#newsletterform p {
		line-height:11px;
		margin-bottom:3px;
		}
		#newsletterform a {
		text-decoration:underline;
		}
		#newsletterform .textfield {
		width:120px;
		border:1px solid #c0d5fd;
		font-size:10px;
		padding:2px;
		}
		#newsletterform .orangebutton {
		padding:1px 4px;
		margin-left:4px;
		}
		#newsletterform .errorMessages {
		padding: 5px; 
		font-size: 10px; 
		width: 175px; 
		margin-top: 5px; 
		float: left;
		}
	#main {
	width:585px;
	float:left;
	display:inline;
	}
		.twocolumnmainleft #main {
		padding:0 0 15px 12px;
		width:789px;
		}
		.twocolumnmainright #main {
		width:756px
		}
		.onecolumn #main {
		width:970px;
		padding:0 12px 15px;
		}
	#right {
	width:170px;
	float:left;
	margin-left:12px;
	display:inline;
	}

/* Pagination */
.paging {
padding-bottom:20px;
padding-top:20px;
clear:left;
}
.paging a {
font-weight:bold;
}
.paging a:focus, .paging a:active {
color:#3F4C6B;
text-decoration:none;
}
	.paging a:hover {
	color:#768EC3;
	text-decoration:underline;
	}
	
.paging .numbering .current, .paging td span {
background:#E9BC62 url(/images/pagcurrbg.gif) repeat-x 0 0;
font-weight: bold;
padding:3px;
}
.paging .numbering {
/* border-left:1px solid #3D3D3D;*/
border-right:1px solid #3D3D3D;
padding: 0px 3px;
margin-right:5px;
}
.paging .numbering a {
font-weight:normal;
}
.paging .viewAll {
font-size:10px;
margin-left:10px;
}

		
#footer {
width:975px;
margin:15px auto 30px;
border:1px solid #89d9f6;
clear:both;
padding:10px;
background:#eaf6fe url(/images/footer_bg.gif) repeat-x 0 0;
font-size:11px;
line-height:18px;
position:relative;
z-index:1;
}
	#footer h2 {
	color:#549ac6;
	font-size:11px;
	}
		#footer h2 a, #footer h2 a:hover, #footer h2 a:active, #footer h2 a:focus{
		color:#549ac6;
		}
	#footer ul {
	list-style:none;
	}
	#footer ul a{
	text-decoration:underline;
	}
#contactinfo {
float:left;
width:176px;
margin-right:10px;
display:inline;
}
	#contactinfo h2 {
	font-size:14px;
	}
	#contactinfo h3 {
	color:#549ac6;
	font-size:12px;
	margin-top:25px;
	}	
	#contactinfo .orangebutton {
	color:#FFFFFF;
	font-weight:bold;
	padding:6px 40px;
	font-size:12px;
	}
	#contactinfo p {
	padding-bottom:15px;
	}
	#footer p.copyright {
	padding:35px 0 0 0;
	}
#staticpages {
float:left;
display:inline;
}
	#staticpages .section {
	float: left;
	width: 131px;
	margin-right: 25px;
	display:inline;
	}
	#staticpages .social li {
	display: inline;
	}
	#staticpages .social img {
		margin-top: 5px;
		margin-right: 7px;
	}

#topsellers {
float:right;	
background:url(/images/footer_topseller_top.gif) no-repeat left top;
padding:10px 15px;
width:287px;
display:inline;
}
	#topsellers ul{
	float:left;	
	background:url(/images/footer_topseller_bott.gif) no-repeat left bottom;
	margin:-10px -15px;
	padding:15px 15px 10px 10px;
	display:block;
	width:292px;
	display:inline;
	}
		#topsellers li{
		margin-left:5px;
		padding-bottom:3px;
		}
		#topsellers .twocol li{
		float:left;	
		width:141px;
		display:inline;
		}
#paymentlogos {
clear:right;
padding-top:15px;
text-align:right;
width: 100%;
}

#paymentlogos .securitylogo 
{
    display: inline;
    margin-bottom: 20px;
    position: relative;
    top: -12px;
    margin-right: 12px;
}

#paymentlogos .image
{
    display: inline;
}

a.retrieveAccount {
border:1px solid red;
color:red;
display:block;
font-weight:bold;
margin:0 0 20px;
padding:10px;
text-decoration:underline;
}

/*Popular Searches Page*/
		.nxt_popular_searches .letterlist {
		font-size:0px; /*Fixes issue with &nbsp; (non-breaking spaces) */
		}
		.nxt_popular_searches .letterlist a {
		font-weight:bold;
		font-size:14px;
		margin:10px 3px;
		float:left;
		display:inline;
		padding:5px;
		background:#F0F6FC;
		border:1px solid #EEEEEE;
		}
			.nxt_popular_searches .letterlist a:hover {
			background:#E9BC62 url(/images/pagcurrbg.gif) repeat-x scroll 0 0
			}
		.nxt_popular_searches ul.popterms {
		clear:both;
		}
		.nxt_popular_searches ul.popterms li{
		float:left;
		list-style:disc inside;
		padding:5px 0 5px 1%;
		width:32%;
		}
		.nxt_popular_searches .viewlinks {
		text-align:right;
		}
		.nxt_popular_searches:after {
		content: " ";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		}
		.nxt_popular_searches {display: inline-block;font-size:14px;}
		
#catalogCount 
{
    width: 100%;
}

#catalogCount td.header
{
    border-bottom: 1px solid #cccccc;
    text-align: center;
}

#catalogCount td.header h1
{
    font-size: 14px;
    margin-bottom: 0px;
}

#catalogCount td
{
    text-align: right;
}

.inputForm td.submit 
{
    padding-right: 30px;
    text-align: right;
}
/*Cherokee Hidden Prices*/
.hiddenprice{
	padding:0px 4px;
	color:#000000;
	}
.hiddenpriceProduct{color:#000000; font-weight:bold;font-size:12px;}
.hiddenpricePanel{
	width:200px;
	padding-top:45px;
	*padding-top:5px;
	
	}
.hiddenpricePanel a{font-size:12px;font-weight:bold;text-decoration: underline;}

form#aspnetForm {
position:relative;
z-index:1;	
}
