@charset "utf-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: url(images/main-bg.jpg) center top no-repeat fixed #e2e2e4;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	color: #212121;
	font-size: 14px;
	line-height: 1.4;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	display: block;
	font-size: 0;
}
.hr {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: dotted 1px #e0e0e0;
}

ul {
	padding: 0;
	margin: 10px 0;
}

li {
	list-style: none;
	background: url("images/bullet.png") no-repeat scroll 1px 6px transparent;
    color: #444444;
    padding-left: 10px;
	font-weight: bold;
	font-size: 13px;
	margin: 2px 0;
}

h1 {
	border-bottom: 1px solid #e0e0e0;
	color: #212121;
	clear: both;
	font-size: 20px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
.title br {
	display: none; /* hide auto-generated br in content block containing title */
	}
h2 {
	border-bottom: 1px solid #e0e0e0;
	color: #212121;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
h3 {
	color: #2c7090;
	color: #212121;
	font-size: 15px;
	margin: 10px 0 5px;
}
h4 {
	font-size: 14px;
	margin: 10px 0 5px;
}

p {
	margin: 10px 0;
}
a {
	text-decoration: none;
	color: #457092;
	outline: none;
}
	a:hover {
		color: #333;
	}
	
.red {
	color: #c21f23;
}
	
img {
	border: none;
	max-width: 100%;
	height: auto;
}
.right-end {
	float: right;
	margin: 0;
}

/* *********** */
/* HEADER **** */
#header {
	margin: 0 auto 10px;
    padding-top: 5px;
	width: 900px;
}
	#header .sf_2cols_1_50 {
		margin-top: 0; /* overrides title fix on prod detail page */
		}
	#header .logo {
		margin-top: 3px;
		height: 100px;
		width: 348px;
		float: left;
		background: url(images/logo.png) no-repeat scroll 0 10px transparent;
		text-indent: -9999px;
		position: relative;
		/*z-index: 99999;*/
	}
	#header a {
		color: #434343;
		font-size: 14px;
	}
		#header a:hover {
			color: #000;
		}
	#header .account-links {
		text-align: right;	
		float: right;
	}	
		#header .account-links a {
			display: inline-block;
			margin: 35px 0 0 13px;
		}
		#header .account-links div {
			float: left;
		}	
	#header .accountNavigation {
		float: right !important;
		margin: 36px 0 0 0;
		padding: 0 0 0 10px;
	}

    #header .accountNavigation .loggedInLink, #header .accountNavigation .separator {
        display: none;
    }

    #header .accountNavigation .separator {
        margin-left: 5px;
    }

    #header .accountNavigation .separator:after {
        content: "|";
    }
	#header .freeShipping {
		float: right;
		margin: 36px 0 0 10px;
	}
		#header .freeShipping p {
			color: #333;
			margin: 0;
			display: block;
			font-size: 14px;
			font-weight: bold;
		}
		#header .freeShipping br {
			display: none;
		}
	#header .onelineCartSummary {
		background: url(images/icon-cart.png) left center transparent no-repeat;
		padding: 4px 4px 4px 26px;
		float: right;
	}
		#header .onelineCartSummary img {
			display: none;
		}
		
	/* custom cart widget */
	#cartsummary {
		position: absolute;
		right: 0;
		top: 71px;
		z-index: 99;
		width: 240px;
		font-size: 12px;
		background: #fff;
		box-shadow: 0 0 3px #ccc;
		border: solid 1px #e0e0e0;
	}
		#cartsummary .storeLoginStatus {
			padding: 0 5px 0 0;
		}
		#cartsummary a {
			color: #457092;
			font-size: 12px;
		}
		#cartsummary .button {
			float: right;
			margin-right: 4px;
		}
		#cartsummary .button a {
			float: right;
			background: url(images/button-green.png) repeat-x #c4d67a top !important;
			border: solid 1px #b2cd48 !important;
			border-radius: 2px 2px 2px 2px;
			color: #000000 !important;
			font-family: arial;
			font-size: 12px;
			font-weight: bold;
			text-shadow: 1px 1px 0 #F3F5F7;
			padding: 0px 4px !important;
			width: auto !important;
			display: inline-block;
			cursor: pointer;
		}
			#cartsummary .button a:hover {
				background-position: top !important;
				color: #333;
			}
		#cartsummary .cartsummary-caption {
			padding: 4px 0 6px 0;
			margin: 0 0 0 0;
			position: relative;
			/*z-index: 9999992;*/
			line-height: 20px;
			height: 20px;
			background: #f4f4f4;
			border: solid 1px #fff;
		}
			#cartsummary .cartsummary-caption a {
				float: left;
			}
			#cartsummary .links {
				float: right;
			}
			#cartsummary .links a {
				float: none;
			}
		#cartsummary #close {
			position: absolute;
			left: 4px;
			/* font-size: 19px;
			line-height: 20px;*/
			font-size: 12px;
			line-height: 20px;
			height: 20px;
			color: #666;
			/* font-family: times new roman, serif; */
			font-family: arial, Arial, Helvetica, sans-serif;
			width: 90px;
			background: url(images/icon-cart.png) 0px 0px transparent no-repeat;
			padding-left: 71px;
		}
		#cartsummary .cartsummary-small a {
			margin: 0;
		}	
		#cartsummary .cartsummary-footer {
			background: #f1f1f1;
			padding: 4px;
			border-top: solid 1px #d8d8d8;
			text-align: right;
		}
		#cartsummary .cartsummary-items {
			/* border-top: solid 30px #f1f1f1;
			margin-top: -29px; */
			background: #fff;
			position: relative;
			z-index: 9999991;
		}
		#cartsummary .lineitem {
			padding: 7px;
			border-top: solid 1px #d8d8d8;
			position: relative;
		}
		#cartsummary .lineimage {
			float: left;
			margin-right: 5px;
		}
		#cartsummary .lineitemrightcol {
			float: left;
			width: 140px;
			line-height: 1.3;
		}
		#cartsummary .description {
			font-weight: normal;
			padding-right: 11px;
			font-size: 11px;
			line-height: 1.2;
			margin-bottom: 2px;
		}
		#cartsummary .Remove {
			position: absolute;
			top: 5px;
			right: 5px;
			display: block;
			height: 13px;
			width: 13px;
			background: #f1f1f1;
			border: solid 1px #e0e0e0;
		}
		#cartsummary .Remove a {
			font-size: 10px;
			line-height: 13px;
			display: block;
			text-align: center;
		}		
		
/* ********* */		
/* MAIN MENU */
#main-menu {
	background: #e4e7ea;
	margin: 0 auto;
	width: 900px;
}	
#main-menu ul li {
	line-height: 40px;
	text-align: center;
	float: left;
	border-right: 1px solid #fff;
	margin: 0;
	padding: 0;
	position: static !important; /* ie7 fix */
	background: none;
}
	#main-menu ul li.rmLast {
		border: none;
	}
	#main-menu ul li a {
		color: #000;
		font-size: 14px;
		font-weight: bold;
		display: block;
		margin: 0;
		padding: 0 17px;
		text-align: center;
		cursor: pointer;
		text-transform: uppercase;
		line-height: 40px;
		width: auto !important;
	}
	#main-menu ul li a:hover {
		background-color: #ced6df;
	}

#main-menu .RadMenu .rmHorizontal .rmText {
	padding: 0;
	float: none;
	}
	#main-menu li .rmSlide {
		left: auto !important;
		clear: both;
	}
	#main-menu li ul {
		border-top: solid 1px #fff;
		padding-bottom: 0;
		}
	#main-menu li li,
	#main-menu li li.rmLast {
		border: none;
		background: none;
		background-color: #f6f6f6;		
		float: none; 
		display: block;
		border: solid 1px #fff;
		border-top: none;
		clear: both;
		line-height: 18px;
	}
	#main-menu ul li li a {
		color: #333; 
		padding: 5px 8px;
		font-size: 13px;
		line-height: 18px;
		text-align: left;
		text-transform: none;
	}
	#main-menu li li a:hover,
	#main-menu li li a.rmExpanded {
		color: #000066;
		background-color: #efefef; 
	}	
		#main-menu li li .rmSlide {
			margin-top: -29px;
			margin-left: -1px;
			top: auto !important;
			left: 100% !important;
			}	
	
.ics-wordsearchpanel {
	float: right;
	margin-top: 4px;
	margin-right: 4px;
	width: auto;
	}	
#SearchWord {
	float: left;
    border: none;
	font-size: 15px;
    width: 175px;
	padding: 0 2px 0 6px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 0;
	background: #fff;
	height: 32px;
	line-height: 32px;
}
#go_btn {
	background: url(images/search-button-bg.png) repeat-x bottom #fff;
	border: solid 1px #fff;
	float: left;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	width: 79px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}
#go_btn:hover {
	background-position: top;
}
#pleaseWait,
#wordsearchLabel {
	display: none;
	}
	
/* ******** */	
/* wrappers */
#wrapper {
	margin: 0 auto;
	width: 900px;
	position: relative;
}
#content {
	background: #fff;
	padding: 1px 15px 15px;
	box-shadow: 0 0 3px #e3e3e4;
	margin: 15px 0 0 0;
}
	.homepage #content {
		margin: 15px 0;
		padding: 0;
		background: transparent;
		border: none;
		box-shadow: none;
	}

.contentWrapper {
	position: relative;
	}

/* ********** */
/* BOTTOM-NAV */

#bottom-nav {
	background: url(images/white-transparent-bg.png) repeat;
	display: block;
	height: auto;
	color: #2f2f2f;
	padding: 25px;
	margin-top: 17px;
	box-shadow: 0 0 3px #ccc;
}
#bottom-nav ul {
	float: left;
	font-weight: bold;
}
#bottom-nav ul li {
	background: url("images/bullet.png") no-repeat scroll 1px 9px transparent;
    color: #444444;
    display: block;
    list-style: none outside none;
    margin-top: 2px;
    padding-left: 2px;
}
#bottom-nav ul li a {
	text-align: left;
	font-weight: normal;
	padding: 0;
	line-height: 24px;
	font-size: 14px;
}
#bottom-nav h3 {
	text-transform: uppercase;
	color: #212121;
	font-weight: bold;
	font-size: 15px;
	margin: 0;
	padding: 0;
	}	
#bottom-nav br {
	display: none; /* hide auto-generated br in content blocks */
	}	
#bottom-nav .icons a {
	display: block;
	line-height: 24px;
	margin-top: 2px;
}	
#bottom-nav .icons img {
	float: left;
	margin-right: 5px;
}
#bottom-nav iframe /* facebook widget */ {
	position: relative;
	top: -5px;
	}	
	
/* ****** */	
/* FOOTER */

#footer {
	margin: 0 auto;
	margin-top: 20px;
	font-size: 13px;
	color: #303030;
	text-align: center;
}

	#footer a {
		color: #303030;
	}
	
	#footer a:hover {
		color: #808080;
	}
	
/* ******* */	
/* sidebar */
.RadTabStrip_mobile {
	display: none; /* hide mobile menu */
	}
.menuTitle h2 {
	line-height: 28px;
}
.menuTitle a {
	color: #212121;
	}
	.menuTitle a:hover {
		color: #457092;
		}
.menuTitle br {
	display: none; /* hide auto generated br */
	}		
	
.RadTreeView div {
	padding: 0 !important; /* override default styling */
	position: relative;
	}
.RadTreeView .rtSp {
	display: none !important; /* override default styling */
	}	
.RadTreeView .rtMinus,
.RadTreeView .rtPlus {
	position: absolute;
	left: 0;
	top: 5px;
	background: #000;
	margin: 0;
	width: 5px;
	height: 5px;
	display: none; /* hide because plus/minus disabled */
	}	
.RadTreeView .rtPlus {
	background: #ccc;
	}	
#bottom-nav .RadTabStrip .rtsLink, 
#bottom-nav .RadTabStripVertical .rtsLink {
	white-space: normal !important;
}	
	
/* submenu with only one level */	
.sf_2cols_1_25 .single ul {
	margin-top: 4px;
}	
	.sf_2cols_1_25 .single li a {
		font-size: 13px;
	}
		
.RadTreeView li {
	padding: 0;
	background: none;
	line-height: 1.3;
	}
.RadTreeView a {
	background: url(images/bullet.png) left 6px no-repeat !important;
	border: none !important;
	font-size: 14px;
	font-weight: bold;
	color: #444444;
	padding: 0 0 0 8px !important;
	margin: 6px 0 0 0 !important;
	display: block;
	white-space: normal;
	line-height: 1.3;
}
.RadTreeView a:hover {
	color: #000;
}

.RadTreeView .rtUL .rtLI .rtUL {
	padding-left: 11px;
	}
.RadTreeView li ul li a {
	background: url(images/dash.png) left 6px no-repeat !important;
	font-size: 13px;
	font-weight: normal;
	margin: 2px 0 0 0 !important;
	}
			
	
/* -------- */	
/* homepage */
.homeImage img {
	width: 100%;
	}
.promos .promo {
	float: left;
	margin-top: 17px;
	margin-left: 17px;
	overflow: hidden;
	width: auto;
	border-radius: 1px;
	box-shadow: 0 0 3px #ccc;
	background: #fff;
}
	.promo.first {
		margin-left: 0;
	}
	.promo a,
	.promo a:hover {
		text-decoration: none;
		display: block;
		border: none;
		}
	.promo a img {
		border: none;
		display: block;
		width: 100%;
		height: auto;
		}	
	.promo br {
		display: none;
		}		

/* -------------- */
/* category pages */
.promos br {
	display: none;
	}
.promos img {
	width: 100%;
	}		
.promos .sfContentBlock {
	overflow: hidden;
	border-radius: 1px;
	}	
.promo.banner {
	margin: 15px 0;
	overflow: hidden;
	border-radius: 1px;
}
.itemList .availableStatus,
.itemList .itemNumber,
.itemList .detailLink {
	display: none;
}
.itemList .itemListing,
.accessories.wallets .itemList .itemListing {
	float: left;
	width: 147px;
	height: 245px;
	font-size: 13px;
	line-height: 1.3;
	padding: 0 27px 10px 0;
	margin-bottom: 20px;
	border-bottom: dotted 1px #e1e1e1;
	}
.accessories .itemList .itemListing {
	height: 210px;
}

.itemList .itemIdentification {
	border: none;
	margin: 0;
	padding: 0;
	/* max-height: 160px; */
	}
	
.itemList .itemPicture {
	margin: 0 0 10px 0;
	cursor: pointer !important;
	height: 100px;
	z-index: -1;
}
	.itemList .itemPicture img {
		max-height: 100px;
		max-width: 100%;
	}
	.itemList .itemPicture table {
		width: 100%;
	}
	.itemList .itemPicture td {
		padding: 0;
	}
	
.itemList .itemListing a {
	color: #457092;
}
	.itemList .itemListing a:hover {
		color: #333;
	}
	
.itemList .itemIdentification .itemPictureDescription {
	color: #457092;
	font-weight: normal;
	font-size: 12px;
	border: none;
	margin: 0;
	padding: 0;
	cursor: pointer !important;
	z-index:-1;
}
	.itemList .itemIdentification .itemPictureDescription:hover {
		color: #333;
	}	

.itemList .regularPrice,
.itemList .yourPrice {
	font-weight: bold;
	border: none; 
	font-size: 15px;
	margin: 0;
	width: auto;
	color: #585858;
}

.itemList .colorSwatches {
	margin: 5px 0;
}
.itemList .colorSwatches table {
	width: 100%;
	display: block;
}
.itemList .colorSwatches td {
	padding: 0 3px 3px 0;
	width: 20%;
	height: 18px;
}
.itemList .colorSwatches a {
	display: block;
	width: 100%;
	height: 18px;
	background: #f4f4f4;
	overflow: hidden;
}
.itemList .colorSwatches a img {
	display: block;
	width: 100%;
	height: 100%;
}
	
/* ********** */	
/* pagination */
.pageNumberLinks {
	display: block;
	clear: both;
	text-align: center;
	font-size: 13px;
}
.pageNumberLinks li {
	display: inline-block;
	font-weight: bold;
	padding: 0;
	background: none;
}
.pageNumberLinks li.pagenumber a.pagenumber {
	display: block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	background: #E4E7EA;
	color: #333;
	}
.pageNumberLinks li.pagenumber.first {
	margin-left: 5px;
}
.pageNumberLinks li.pagenumber.selected a.pagenumber,
.pageNumberLinks li.pagenumber.selected a.pagenumber:hover {
	background: #333;
	color: #fff;
}	
.pageNumberLinks li.pagenumber a:hover {
	background: #ced6df;
	}
	
.pageNumberLinks .previousLink,
.pageNumberLinks .nextLink,
.pageNumberLinks .showallLink {
	color: #333;
	margin-left: 5px;
	}

/* -------------- */	
/* product detail */

/* title */
/* above both columns in template to allow for reponsive design */
.ProdDetailTitle { 
	width: 57%;
	float: right;
	}		
	.ProdDetailTitle .itemIdentification {
		margin-left: 25px;
		}
		
	/* fixes to correctly align title */
	.ProductDetail .sf_2cols_1_50 {
		margin-top: -30px;
		clear: both;
		}	


/* gallery */
.gallery .itemPicture table {
	display: block;
	overflow: hidden;
}
.gallery .itemPicture td {
	padding: 0;
	}		
.itemIdentification.DetailImage .availableStatus,
.itemIdentification.DetailImage .itemNumber {
	display: none; /* hide unwanted info in ItemPictureDetail widget */
	}
.showcolor {
	float: left;
	margin: 10px 0;
	}	
.showfullsizeimage {
	float: right;
	display: none;
	}	
.colorSwatches {
	clear: both;
	}	
	.colorSwatches table {
		width: 100%;
		display: block;
	}
	.colorSwatches td {
		height: 25px;
		width: 14.28%;
		padding: 0 5px 5px 0;
	}
	.colorSwatches td a {
		width: 100%;
		height: 100%;
		display: block;
		background: #f4f4f4;
		overflow: hidden;
	}
	.colorSwatches td a img {
		width: 100%;
		height: 100%;
		display: block;
		max-width: 100%;
	}
.itemImageViews {
	clear: both;
	margin: 10px 0;
	}	
	.itemImageViews table {
		width: 100%;
	}
	.itemImageViews td {
		width: 18%;
		padding: 1%;
		}	
.gallery .itemIdentification .itemPictureDescription {
	padding: 0;
	margin: 0;
	border: none;
}
		
/* title */
.itemIdentification .itemPictureDescription	{
	color: #212121;
	clear: both;
	font-size: 17px;
	font-weight: bold;
	margin-top: 15px;
	cursor: default !important;
	line-height: 1.2;
	padding-bottom: 7px;
	}	
	
/* variations */
.variationoption table {
	margin: 0 !important;
	}
.variationoption td {
	text-align: left;
	padding: 0;
	}	
.itemOptionSelections {
	padding: 0;
	display: block;
	border-bottom: 1px solid #E1E1E1;
	border-top: 1px solid #e1e1e1;
	}
	.itemOptionsSelections label {
		font-weight: bold;
		}
	.itemOptionSelections td {
		padding: 10px 8px 10px 0;
	}
.linkSizeChart {
    margin-top: 11px;
    position: absolute;
    right: 10px;
}
	.linkSizeChart a {
		margin: 0;
		display: block;
		font-weight: bold;
	}
	.linkSizeChart br {
		display: none;
	}
	.linkSizeChart p {
		margin: 0;
	}
	
/* add to cart */
.Quantity {
	padding: 10px 0 10px 232px;
	border-bottom: solid 1px #e1e1e1;
	}	
	.Quantity input {
		padding: 5px;
		font-size: 14px;
		}
input.addtocart {
	background-image: url(images/button-green.png) !important;
	background-position: top !important;
	border: solid 1px #b2cd48 !important;
	padding: 5px 6px 5px 6px !important;
	font-size: 14px !important;
	}		
	input.addtocart:hover {
		background-position: 0 -40px !important;
		}	
.info .yourPrice {
	font-size: 16px;
    font-weight: bold;
	border-right: solid 1px #e1e1e1;
	width: 200px;
	margin-bottom: 16px;
}
.info .regularPrice {
	color: #999999;
    font-size: 12px;
    font-style: italic;
    margin-top: 15px;
	margin-bottom: -2px;
}
	
/* ratings and reviews */	
.rateThisProduct {
	clear: both;
	background: #edf3f9;
	border: solid 1px #dbe5f1;
	padding: 5px;
	position: relative;
	top: 5px;
	border-radius: 1px;
	}
	.rateThisProduct label {
		margin-bottom: 0;
		}
	.rateThisProduct input {
		background: none;
		border: none;
	}
#PageTitle_C031_pnlSubmitComment {
	background: #edf3f9;
	border: solid 1px #dbe5f1;
	padding: 5px;
	margin: 5px 0 10px 0;
	border-radius: 1px;
	}		
	#PageTitle_C031_pnlSubmitComment input {
		background: #fff;
		}
	#PageTitle_C031_pnlSubmitComment textarea {
		width: 95%;
		height: 100px;
		}	
	#PageTitle_C031_pnlSubmitComment .LABEL {
		font-weight: bold;
		}	
.productRating {
	margin: 10px 0;
	clear: both;
	font-size: 13px;
	min-height: 16px;
	}	
	.productRating .label {
		font-weight: bold;
		float: left;
		}
	.productRating div {
		float: left;
		}	
	.productRating a {
		font-weight: bold;
		line-height: 16px;
		}	
	.productRating #PageTitle_C031_btnRateProduct {
		border-right: solid 1px #e1e1e1;
		padding-right: 7px;
		margin-right: 2px;
	}
	.productRating .rating {
		margin: 0 5px;
		}	
		.productRating .rating img {
			margin: 0 2px;
			}
	.productRating .reviewCount {
		float: left;
		font-style: italic;
		}		
	#PageTitle_C031_pnlReviewComments {
		float: none;
		}	
	.productRating table.reviewLayout {
		width: 100%;
		border: solid 1px #e1e1e1;
		border-bottom: none;
		margin: 10px 0;
		clear: both;
		background: #F3F5F7;
		}	
		.productRating div#PageTitle_C031_pnlReviewComments {
			clear: both;
			}
		.productRating td {
			padding: 8px;
			border-bottom: solid 1px #e1e1e1;
			}	
		.productRating table.reviewLayout div {
			float: none;
			}	
		.productRating table.reviewLayout .datePosted,
		.productRating table.reviewLayout .postersEmail {
			font-style: italic;
			font-weight: bold;
			font-size: 13px;
			float: right;
			margin: 4px 0 0 7px;
			}
		.productRating table.reviewLayout hr {
			display: none;
			}	
		.productRating #PageTitle_C031_pnlSubmitComment p {
			margin: 5px 0;
			}	

/* description */
.ExtendedDescription {
	margin-top: 10px;
	padding-top: 10px;
	border-top: solid 1px #e0e0e0;
}

/* tabs */
.relatedItemInfo {
	clear: both;
	}
.RadTabStrip {
	border-bottom: solid 5px #bdccdc;
	padding-left: 5px;
	margin-top: 20px;
	}
.RadTabStrip li {
	background: none;
}
.RadTabStrip a {
	padding: 0;
	display: block;
	color: #97a3ae !important;
	background: #e7edf5 !important;
	border-radius: 3px 3px 0 0;
	border: solid 1px #e0e9f2;
	border-bottom: none !important;
	padding: 0 12px;
	line-height: 30px !important;
	margin-left: 5px;
	font-size: 14px !important;
	font-weight: bold !important;
	}	
.RadTabStrip a.rtsSelected,
.RadTabStrip a.rtsSelected:hover {
	color: #333 !important;
	background: url(images/tab.png) repeat-x top #bdccdc !important;
	border: solid 1px #bdccdc;
	}	
.RadTabStrip a:hover {
	background: #d6e0eb !important;
	color: #666 !important;
	border: solid 1px #c7d4e2;
	}	
.RadTabStrip span {
	padding: 0 !important;
	background: none !important;
	}	
	
.relatedItemInfo .regularPrice,
.relatedItemInfo .buyButton {
	display: none;
}
.relatedItemInfo .itemList {
	padding-top: 20px;
}
.relatedItemInfo .itemListing {
	padding-right: 26px;
}
.relatedItemInfo h2 {
	margin-top: 10px;
}

	
/* -------------------------- */	
/* account and checkout pages */

/* buttons */
.CmsBut,
#Content_ctl00_btnSubmit,
.submitButton input,
.gobutton input,
.btn_narrow,
.saveButton a,
.submitButtons input,
input.submitButton,
#Content_ctl00_PromoCode1_btnSubmit,
.continueShoppingButton a,
.sfcommentsSubmitBtnWrp input {
	background: url(images/search-button-bg.png) repeat-x bottom #d1d7e3 !important;	
	border: none !important;
	border: 1px solid #C5CFD9 !important;
    border-radius: 2px 2px 2px 2px;
    color: #000000;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
	text-shadow: 1px 1px 0 #F3F5F7;
    padding: 2px 4px !important;
    width: auto !important;
	display: inline-block;
	cursor: pointer;
}
.CmsBut:hover,
#Content_ctl00_btnSubmit:hover,
.submitButton input:hover,
.gobutton input:hover,
.btn_narrow:hover,
.saveButton a:hover,
.submitButtons input:hover,
input.submitButton:hover,
#Content_ctl00_PromoCode1_btnSubmit:hover,
.continueShoppingButton a:hover,
.sfcommentsSubmitBtnWrp input:hover {
	background-position: top !important;
	background-color: #ced7e0 !important;
	color: #333;
	}

/* large buttons */
.cart-buttons input,
.continue input,
.sfcommentsSubmitBtnWrp input,
.submitButtons input {
	padding: 4px 7px !important;
	font-size: 15px;
	}	
	
/* green buttons */		
#Content_ctl00_btnCheckout_Button1,
#Content_ctl00_ThemeButton1_Button1,
#Content_ctl02_btnSubmit,
.sfcommentsSubmitBtnWrp input,
.submitButtons input,
#Content_ctl00_btnCheckout_Button1 {
	background: url(images/button-green.png) repeat-x #c4d67a top !important;
	border: none !important;
	border: solid 1px #b2cd48 !important;
	}	
	#Content_ctl00_btnCheckout_Button1:hover,
	#Content_ctl00_ThemeButton1_Button1:hover,
	#Content_ctl02_btnSubmit:hover,
	.sfcommentsSubmitBtnWrp input:hover,
	.submitButtons input:hover,
	#Content_ctl00_btnCheckout_Button1:hover {
		background-position: bottom !important;
		}	
	
fieldset {
	border: none;
	padding: 0;
	margin: 0;
	}	
.failure,
.failure span,
.errorfeedback {
	color: #da4144 !important;
	margin-top: 0;
	}		
.validator,
.ALERT {
	color: #da4144 !important;
	margin-left: 5px;
	}	
label, 
input, 
.options, 
select {
	margin-bottom: 5px;
	display: inline-block;
	font-size: 13px;
	font-family: arial, helvetical, sans-serif;
	}	
input,
select {
	padding: 3px;
	background: #f3f5f7;
	border-radius: 2px;
	border: solid 1px #e1e5e8;
	}	
select {
	padding: 2px;
	}	
	
.captcha {
	margin: 10px 0;
	}
.captcha img {
	display: block;
	}	
.captcha span {
	display: block;
	}	
	
/* plain tables */	
table {
	border-collapse: collapse;
	}	
th,
td.LABEL {
	text-align: left;
	font-weight: bold;
	padding: 3px 8px;
	}	
td {
	padding: 5px 8px;
	}	
table label,
table input,
table .options,
table select {
	margin-bottom: 0;
	}	
	
/* white tables */

.cartDetails table,
.sizeChart table,
table.detailLayout {
	border: solid 1px #e0e0e0;
	}
.cartItems td,
.cartDetails table td,
.sizeChart table td,
table.detailLayout td {
	border-top: solid 1px #f4f4f4;
	}
.cartItems th,
.cartDetails table th,
.sizeChart table th,
table.detailLayout th {
	background: #f4f4f4;
	border-bottom: solid 1px #e0e0e0;
	}	

/* gray tables */
table#appliedpromotions,
table#appliedpromotions,
.savedCarts table,
.savedCarts table,
.orders,
table.orderHeaderLayout {
	border: solid 1px #e0e0e0;
	}
table#appliedpromotions th,
table#appliedpromotions td.LABEL,
.savedCarts table th,
.savedCarts table td.LABEL,
.orders th,
table.orderHeaderLayout th {
	background: #e0e0e0;
	}
table#appliedpromotions td,
.savedCarts table td,
.orders td,
table.orderHeaderLayout td {
	background: #f4f4f4;
	border-top: solid 1px #e0e0e0;
	}	
table#appliedpromotions input,
.savedCarts table input,
table.orderHeaderLayout input {
	background: #fff;
	}	

/* login */
#loginForm label {
	width: 80px;
	}
#loginForm .submit {
	margin: 10px 0;
	}	
#loginForm #Content_ctl00_Login1_forgotPassword {
	border-right: 1px solid #E0E0E0;
    margin-right: 5px;
    padding-right: 8px;
	}	
#loginForm .validator {
	font-size: 20px;
	font-weight: bold;
	}	
	
/* register */	
.registrationForm table td {
	padding: 0;
	}	
.registrationForm label {
	width: 125px;
	margin-bottom: 5px;
	}	
.registrationForm input,
.registrationForm select {
	margin-bottom: 5px;
	}	
.credentials span.formField {
	display: block;
	}	
.registrationForm br {
	display: none;
	}	
.options label {
	width: auto;
	}	

/* change password */
.changePasswordForm label {
	width: 135px;
	}
.changePasswordForm	 .field.email label {
	width: 175px;
	}
.changePasswordForm .errorfeedback {
	margin: 10px 0;
	}	
	
/* forgot password */
.forgotPasswordControl .errorfeedback {
	margin-bottom: 10px;
	}
.forgotPasswordControl .label {
	display: block;
	}	
	
/* orders */
.orderHistory .control .value {
	display: inline-block;
	}	
.orderHistory label {
	width: 100px;
	}
.orders {
	margin-top: 15px;
	}	
	
/* shopping cart */
.cartItems {
	width: 100%;
        border: solid 1px #e0e0e0;
	}
.couponNumber input {
	margin-bottom: 0;
	}	
.appliedPromos table td {
	padding: 0;
	}	
	.appliedPromos table table td {
		padding: 4px 5px;
		}
.appliedPromos {
	margin: 10px 0 0 0;
	}	
.appliedPromos .title {
	margin-bottom: 3px;
	}	
.cart-buttons {
	margin: 8px 0;
	}	
	.cart-buttons td {
		padding-left: 0;
		}
.saveThisCart {
	width: 265px;
	}
	.saveThisCart .saveButton {
		float: right;
		}
	.saveThisCart .cartTitle {
		float: left;
		}	
	.saveThisCart .checkBox {
		clear: both;
		}	
.savedCarts table {
	margin-top: 3px;
	}			
.couponNumber .email {
	margin: 10px 0 0 0;
}
	
/* billing and shipping address */	
.billToAddress,
.shipToAddress {
	width: 46%;
	float: left;
	}
.billToAddress td,
.shipToAddress td {
	vertical-align: top;
	}	
.billToAddress {
	margin-right: 15px;
	border-right: dotted 1px #e0e0e0;
	}	
tr.CAPTION {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	}	
.shipToBillingButton {
	font-weight: bold;
	margin: 10px 0;
	}			
	
/* checkout */	

.shippingOptions {
	padding-left: 32px;
}
.shippingOptions h2 {
	margin-top: 25px;
	margin-left: -35px;
	padding-left: 35px;
	background: url(images/icon-steps.png) 0 0 no-repeat;
	line-height: 28px;
	border: none;
	padding-bottom: 0;
}
.shippingOptions table {
	margin-top: 10px;
	border: none;
	background: none;
}
.shippingOptions td {
	border: none;
	padding: 0;
}
.shippingOptions input {
	background: none;
	border: none;
}
.shippingInfo {
	padding-left: 32px;
}
.shippingInfo p {
	font-size: 13px;
	margin: 8px 0;
	line-height: 1.3;
}


.instructions {
	margin: 15px 0;
	}	
.instructions label {
	width: 135px;
	font-weight: bold;
	float: left;
	margin-top: 5px;
	}	
.instructions input {
	float: left;
}
.instructions .poNumber,
.instructions #specialInstruction {
	clear: both;
	height: 30px;
}

.reviewOrder {
	padding-left: 32px;
}
.reviewOrder h2 {
	margin-top: 25px;
	margin-left: -35px;
	padding-left: 35px;
	background: url(images/icon-steps.png) 0 -28px no-repeat;
	line-height: 28px;
	border: none;
	padding-bottom: 0;
}

.reviewOrder table label {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 5px;
	}
.reviewOrder .instructions {
	display: none;
}
	
.orderItems {
	margin-top: 15px;
}

#Content_ctl00_BillTo_Panel2 {
	margin-right: 15px;
	}	

.coupon-number {
	margin-top: 15px;
	}	
.appliedPromos {
	margin-bottom: 15px;
	}		
.appliedPromos table,
.appliedPromos table td {
	width: auto !important;
	border: none !important;
	}	
#appliedpromotions {
	border: solid 1px #e0e0e0 !important;
	}	
	#appliedpromotions td {
		border-top: solid 1px #e0e0e0 !important;
		}
.cartDetails table {
	width: 100%;
	}	
	
.paymentOptions {
	padding-left: 32px;
}
.paymentOptions h2 {
	margin-top: 25px;
	margin-left: -35px;
	padding-left: 35px;
	background: url(images/icon-steps.png) 0 -56px no-repeat;
	line-height: 28px;
	font-size: 17px;
	border: none;
	padding-bottom: 0;
}
.paymentOptions {
	margin: -10px 0 15px 0;
	}		
.paymentOptions input {
	border: none;
	background: none;
}

.submitButtons {
	padding-left: 32px;
}

/*
.reviewOrder table label {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 5px;
	}
#Content_ctl00_BillTo_Panel2 {
	margin-right: 15px;
	}	
	
.instructions {
	margin: 15px 0;
	}	
.instructions label {
	width: 130px;
	font-weight: bold;
	}	
	
.coupon-number {
	margin-top: 15px;
	}	
.appliedPromos {
	margin-bottom: 15px;
	}		
.appliedPromos table,
.appliedPromos table td {
	width: auto !important;
	border: none !important;
	}	
#appliedpromotions {
	border: solid 1px #e0e0e0 !important;
	}	
	#appliedprmotions td {
		border-top: solid 1px #e0e0e0 !important;
		}
		
.cartDetails table {
	width: 100%;
	}	
	
.paymentOptions {
	margin: 0 0 15px 0;
	}	
	.paymentOptions input {
		background: none;
		border: none;
	}
	
.shippingOptions table#Content_ctl01_RadioButtonList1 td {
	padding: 0;
}
*/

/* thank you page */
#specialInstructions span {
	margin: 15px 0 5px 0;
	font-weight: bold;
	display: block;
	font-size: 15px;
}
table.orderHeaderLayout td {
	border: none;
	vertical-align: top;
}
table.detailLayout {
	margin: 15px 0;
}
	
/* ************** */	
/* news main page */
.sfnewsList {
	margin: -10px 0 0 0;
	padding: 0;
}
.sfnewsList li.sfnewsListItem {
	padding: 15px 0;
	border-bottom: solid 1px #e0e0e0;
	list-style: none;
	background: none;
	position: relative;
	min-height: 150px;
}
.sfnewsList .sfnewsTitle {
	padding-left: 240px;
	border: none;
	font-size: 15px;
	padding-bottom: 0;
	margin-bottom: 7px;
}
.sfnewsList .sfnewsContent {
	padding-left: 240px;
	font-weight: normal;
}
.sfnewsList .sfnewsContent p {
	margin: 7px 0;
}
.sfnewsList .sfnewsAuthorAndDate,
.sfnewsList .sfnewsCommentsCount {
	padding-left: 240px;
	margin: 7px 0;
}
.sfnewsList .sfnewsContent img {
	max-width: 225px;
	max-height: 150px;
	float: left;
	margin: 0 15px 0 0;
	position: absolute;
	left: 0;
	top: 15px;
}

/* news articles */
.sfnewsDetails .sfnewsContent {
	margin: 15px 0;
}
.sfnewsDetails h1.sfnewsTitle {
	border: none;
	padding: 0;
	margin-bottom: 0;
	font-size: 17px;
}
.sfnewsDetails .sfnewsContent img {
	margin: 0;
}

/* ******** */
/* comments */
h2.sfcommentsTitle {
	margin-top: 20px;
	margin-bottom: 0;
}

/* comment form */
.sfcommentsFormWrp {
	clear: both;
}		
.sfcommentsFormWrp ol {
	padding: 0;
	}
.sfcommentsFormWrp li {
	background: none;
	padding: 0;
	margin: 0;
	}
.sfcommentsFormWrp label {
	margin: 0;
}
.sfcommentsFormWrp a {
	border: none;
	}	
.sfcommentsSubmitBtnWrp {
	margin-top: 5px;
}
.rcInvalid,
.sfError {
	color: #da2328;
	margin: 0 0 5px 0;
}
.sfcommentsFormWrp .sfcommentCaptcha {
	margin-top: 10px;
}

/* WYSIWYG toolbar */
td.reToolCell {
	background: #f4f4f4;
	border: solid 1px #e0e0e0 !important;
}
td.reToolCell .reToolbarWrapper {
	width: 100%;
	height: 27px;
}
td.reToolCell .reToolbarWrapper a {
	line-height: 27px;
	display: block;
}
td.reToolCell li {
	line-height: 26px;
	float: left;
	display: block !important;
}
td.reToolCell ul.reToolbar {
	float: left;
	width: 145px !important;
}
td.reContentCell {
	border: solid 1px #e0e0e0 !important;
	padding: 5px !important;
	background: #f9f9f9 !important;
}


/* list of comments */
.sfcommentsList {
	padding: 0;
	margin: 0;
}
.sfcommentsList li {
	font-weight: normal;
	margin: 0;
	padding: 15px 0;
	border-bottom: dotted 1px #e0e0e0;
	list-style: none;
	background: none;
}
.sfcommentsList .sfcommentText {
	margin: 5px 0 0 0;
	font-size: 14px;
}

/* share tools */
.RadSocialShare {
	padding: 5px 5px 2px 5px;
}
.RadSocialShare_Default {
	background: #f4f4f4;
	border: solid 1px #e0e0e0;
}
.RadSocialShare_Default .sshListItem {
	display: block;
	float: left;
	margin: 0;
	padding: 0 1px;
}
.RadSocialShare_Default .sshLinkItem {
	display: block;
}
	
/* ************ */
/* static pages */
.sf_cols.warranty {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: solid 1px #e0e0e0;
}
.sf_cols.warranty img {
	width: 98%;
	border: solid 1px #f4f4f4;
	padding: 1%;
}
.sf_cols.warranty .sfContentBlock br {
	display: none;
}
.sfdownloadFileWrp.warranty {
	float: right;
	position: relative;
	top: -45px;
}
.sf_cols.warranty h3 {
	margin-top: 5px;
	font-size: 16px;
}
.sizeChart h3 {
	margin-top: 0;
}

.size-chart-link {
    font-size: 12px;
    font-weight: bold;
}

/* snapengage tab */
body .SnapABug_Button {
	cursor: default !important;
	width: 900px !important;
	height: 35px !important;
	margin: 0 0 0 -450px !important;
	left: 50% !important;
	z-index: 999 !important;
}
body .SnapABug_Button img {
	position: absolute !important;
	right: 0 !important;
	cursor: pointer;
}

.RadTreeView .rtLines .rtTop,
.RadTreeView .rtLines .rtBot,
.RadTreeView .rtLines .rtMid,
.RadTreeView .rtLines .rtLI,
.RadTreeView .rtLines .rtTop, .RadTreeView .rtLines .rtMid, .RadTreeView .rtLines .rtBot {
  background-image: none !important; 
}

.appliedpromotions th {
	background-color: #f4f4f4 !important;
	border: 1px solid #e0e0e0 !important;
}

.appliedpromotions tr td {
	background-color: white !important;
	border: 1px solid #e0e0e0 !important;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive::before {
    display: block;
    content: '';
    padding-top: 56.25%;
}

.embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.sf_pagerNumeric a {
    padding-right: 20px;
}

.cartDetail {
	width: 100%;
	border: 1px solid #e0e0e0;
}

.cart-item {
	border-bottom: 1px solid #f4f4f4;
}
.view-cart-header {
    background-color: #f4f4f4;
    font-weight: 600;
    font-size: 14px;
    border-bottom: 1px solid #e0e0e0;
}
.view-cart-title {
    display: inline-block;
    padding-bottom: 4px;
    padding-top: 4px;
    text-align: left;
}
.view-cart-content {
	font-size: 14px;
}
.view-cart-item {
    display: inline-block;
    padding: 5px 8px;
    text-align: left;
    vertical-align: middle;
}
.removeBtn {
    position: relative;
}
.mobile-cart-header {
	display: none;
}
.sm-mobile-cart-header {
	display: none;
}
.mobile-co-header {
	display: none;
}
.sm-mobile-co-header {
	display: none;
}
.co-summary {
	display: none;
}
.co-header {
    background-color: #f4f4f4;
    font-weight: 600;
    font-size: 15px;
    border-bottom: 1px solid #e0e0e0;
}
.co-title {
    display: inline-block;
    padding-bottom: 4px;
    padding-top: 4px;
    padding-left: 10px;
    text-align: left;
}
.co-item {
    display: inline-block;
    text-align: left;
    font-size: 12px;
    padding: 8px;
    position: relative;
    right: 2px;
    vertical-align: top;
}
.co-item-alt {
    display: inline-block;
    text-align: left;
    width: 0;
    font-size: 12px;
    padding: 9px;
    position: relative;
    right: 5px;
}
.co-wrapper {
	border-bottom: 1px solid #f4f4f4;
}
.co-total {
	display: inline-block;
	font-size: 12px;
        padding: 10px;
}
.co-total-label {
	display: inline-block;
	font-weight: 600;
	font-size: 12px;
        padding: 10px;
}
.co-total-wrapper {
	text-align: right;
	padding-right: 40px;
        border-bottom: 1px solid #f4f4f4;
}
.description-mobile {
	padding-left: 12px;
}