/* ------------------------------------------------------------------------------------ */
/* STYLES																	
/* ------------------------------------------------------------------------------------ */
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #505050;
}
form {
	margin: 0px;
	padding: 0px;
}
input {
	padding-left: 4px;
}
textarea {
   font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6d6f71;
	background-image: url(../images/form-fade.gif);
	background-repeat: repeat-x;
	border: 1px solid #b4b4b4;
	width: 250px;
	height: 150px;
}
input[type='text'], select {
	font-size: 11px;
	color: #6d6f71;
	background-image: url(../images/form-fade.gif);
	background-repeat: repeat-x;
	border: 1px solid #b4b4b4;
}
input[type='submit'] {
	font-size: 11px;
	color: #6d6f71;
	background-image: url(../images/form-fade.gif);
	background-repeat: repeat-x;
	border: 1px solid #b4b4b4;
}
input[type='password'] {
	font-size: 11px;
	color: #6d6f71;
	background-image: url(../images/form-fade.gif);
	background-repeat: repeat-x;
	border: 1px solid #b4b4b4;
}
.input[type='checkbox'] {
	border: 0px;
	background-image: none;
}
p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
ul {
	padding: 0px 0px 12px 0px;
	margin: 0px;
}
li {
	padding: 0px;
	margin: 0px;
}
hr {
	color: #d8d8d8; 
	background-color: #d8d8d8; 
	height: 1px; 
	border: 0px;
}


/* ------------------------------------------------------------------------------------ */
/* HEADING TAGS (SUBSTITUTES FOR FLASH TITLES IF UNAVAILABLE)																	
/* ------------------------------------------------------------------------------------ */
h1 {
	padding: 0px 0px 8px 0px;
	margin: 0px;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #505050;
	letter-spacing: .1em;
}
h2 {
	padding: 0px 0px 8px 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	letter-spacing: .1em;
}
h3 {
	padding: 0px 0px 8px 0px;
	font-size: 14px;
	color:#848484;
	margin:0;
}
h1 a:link { 
	color: #3a72c5;
	text-decoration: none;
}
h1 a:visited { 
	color: #47648f;
	text-decoration: none;
}
h1 a:hover { 
	color: #c6102a;
	text-decoration: none;
}
h1 a:active { 
	color: #3a72c5;
	text-decoration: none;
}
h2 a:link { 
	color: #3a72c5;
	text-decoration: none;
}
h2 a:visited { 
	color: #47648f;
	text-decoration: none;
}
h2 a:hover { 
	color: #c6102a;
	text-decoration: none;
}
h2 a:active { 
	color: #3a72c5;
	text-decoration: none;
}


/* ------------------------------------------------------------------------------------ */
/* MAIN CONTAINERS												
/* ------------------------------------------------------------------------------------ */
#pageContainer {
	width: 1000px;
	margin:0 auto;
}



/* ------------------------------------------------------------------------------------ */
/* HIDDEN FLASH SHOPPING CART																
/* ------------------------------------------------------------------------------------ */
#flashCart {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 57.5%; 
	width: 415px;
	height: 0px;
	z-index: 1;
	overflow: visible;
	visibility: visible;
}



/* ------------------------------------------------------------------------------------ */
/* BANNER										
/* ------------------------------------------------------------------------------------ */
.bannerContainer {
	width: 1000px;
	height: 137px;
	background: url(../images/banner-fade.jpg) no-repeat;	
	float:left;
}
.bannerItem {
	float: left;
}



/* ------------------------------------------------------------------------------------ */
/* NAVIGATION										
/* ------------------------------------------------------------------------------------ */
.navContainer {
	width: 1000px;
	height: 33px;
	background-color: #505050;
	float:left;
}
.navCenter {
	padding:0 0 0 225px;
}



/* ------------------------------------------------------------------------------------ */
/* MAIN CONTENT AREA										
/* ------------------------------------------------------------------------------------ */
.contentContainer {
	width: 1000px;
	min-height: 400px;
	background: url(../images/shop-bg.gif) repeat-y;
	overflow: hidden;
	float:left;
}



/* ------------------------------------------------------------------------------------ */
/* CONTENT LEFT COLUMN										
/* ------------------------------------------------------------------------------------ */
.contentLeft {
	width: 205px;
	float: left;
	line-height: 1.2em;
	font-size: 11px;
}
.contentLeft ul { 
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	width: 184px;
}
.contentLeft ul ul { 
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	width: 180px;
}
.contentLeft li { 
	margin: 0px;
	padding: 0px 0px 0px 4px;
	border: 1px solid #FFFFFF;
}
.contentLeft li li { 
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #FFFFFF;
}
.contentLeft a:link { 
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 0px 1px 6px;
	display: block;
	width: 156px;
}
.contentLeft a:visited { 
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 0px 1px 6px;
	display: block;
	width: 156px;
}
.contentLeft a:hover { 
	color: #505050;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 0px 1px 6px;
	display: block;
	background-color: #eeeeee;
	width: 156px;
}
.contentLeft a:active { 
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 0px 1px 6px;
	display: block;
	width: 156px;
	background-color: #eeeeee;
}

.contentLeft li li a:link { 
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	padding: 1px 0px 1px 24px;
	display: block;
	width: 156px;
}
.contentLeft li li a:visited { 
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	padding: 1px 0px 1px 24px;
	display: block;
	width: 156px;
}
.contentLeft li li a:hover { 
	color: #505050;
	font-weight: normal;
	text-decoration: none;
	padding: 1px 0px 1px 24px;
	display: block;
	background-color: #eeeeee;
	width: 156px;
}
.contentLeft li li a:active { 
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	padding: 1px 0px 1px 24px;
	display: block;
	width: 156px;
	background-color: #eeeeee;
}



/* ------------------------------------------------------------------------------------ */
/* CONTENT RIGHT COLUMN										
/* ------------------------------------------------------------------------------------ */
.contentRight {
	width: 795px;
	float: right;
	background: url(../images/content-fade-top.gif) repeat-x;
}

/* plain second level large content area */
.contentPlainLeft {
	padding: 20px 0px 0px 20px;
	width: 455px;
	float: left;
}
.contentPlainRight {
	padding: 20px 20px 0px 20px;
	width: 280px;
	float: left;
}
/* ------------------------------------------------------------------------------------ */
/* DETAILED VIEW								
/* ------------------------------------------------------------------------------------ */
.contentDetailed {
	width: 795px;
	float: left;
	background: url(../images/detailed-bg.jpg) no-repeat;
}
.contentDetailedRP {
	width: 795px;
	float: left;
	background: url(../images/detailed-gbrp.jpg) repeat-y;
}
.detailPhoto {
	width:344px;
	float:left;
}
.detailPhoto .frame {
	border:5px solid white;
	margin:19px;
}
.detailPhoto input {
   padding:0;
}

.detailPhotoPosition {
	position:absolute;
	top: 720px;
	left:232px;
}
.detailPhotoPicker{
	height:40px;
	width:292px;
	background: url(../images/photoPickerBG-trans.png);
	padding:12px 0 0 14px;
	line-height:50px;
	background-repeat:no-repeat;
}
*html .detailPhotoPicker{background-image:none;}
.detailPhotoPicker div{height:40px;width:292px;position:absolute;top:0;left:0;z-index:-1;}
*html .detailPhotoPicker div{background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/photoPickerBG-trans.png',sizingMethod='scale'); margin:-4px 0 0 0}
/*.detailPhotoPicker {
	position:absolute;
	width:292px;
	padding:12px 0 0 16px;
	text-align:center;
	top: 720px;
	height:40px;
	line-height:50px;
	left:232px;
	background-image:url(../images/photoPickerBG-trans.png);
	background-repeat:no-repeat;
}*/
.detailInfo {
	width:451px;
	float:left;
}
.detailInfo .content {
	padding:14px 0 0 34px;
}
.swatchBox {
	font-size:11px;
}
.swatchBox img {
	float:left;
	padding:0 6px 0 0;
}
.detailThumbnail {
	width:66px;
	background-image:url(../images/thumb-bg.gif);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	padding:5px 3px 10px 0;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:10px;
	height:117px;
}
.detailThumbnailGrey {
	width:66px;
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	padding:0 3px 8px 0;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:10px;
	height:146px;
}

.detailMedGrey {
	width:132px;
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	padding:0 3px 8px 0;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:10px;
	height:240px;
}
.detailMedGrey input {
	background-color:#FFFFFF;
	padding:4px;
}

.detailThumbnailGrey input {
	background-color:#FFFFFF;
	padding:4px;
}
.detailThumbnailGreyLarge {
	width:101px;
	background-image:url(../images/thumbgrey-med-bg.gif);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	padding:0 3px 10px 0;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:10px;
	height:225px;
}
.detailThumbnail img {
	padding:7px;
}
.imagePadding {
	padding:7px;
}
.saleImagePadding{
	padding:1px 2px 5px 5px;
}
.detailTitle {
	background-image:url(../images/title-large-bg.jpg);
	width:451px;
	height:91px;
}
.dividerArrow {
	background-image:url(../images/divider-arrow.gif);
	background-repeat:no-repeat;
	height:15px;
}
.clear {
	clear:both;
}
.imageResultsColumn 
{
	width:70px;
	float:left;
}
.imageResultsColumnLarge
{
	width:105px;
	float:left;
}


/* ------------------------------------------------------------------------------------ */
/* CATEGORY RESULTS						
/* ------------------------------------------------------------------------------------ */
.catTitleBg {
	background-image:url(../images/title-wide-bg.jpg);
	width: 795px;
	height: 91px;
	overflow: hidden;
}
.catTitle {
	width: 615px;
	float: left;
}
.viewOptions {
	height: 37px;
	padding: 54px 23px 0px 0px;
	width: 157px;
	float: left;
}
.catBackground {
	width: 795px;
	background: url(../images/results-bg.jpg) repeat-y;
	height: 550px;
	overflow: hidden;
	color: #FFFFFF;
}
.catNames {
	width: 138px;
	float: left;
	overflow: hidden;
	font-size: 11px;
}
.catNames ul { 
	padding: 0px;
	margin: 12px 0px 0px 0px;
	list-style-type: none;
	width: 138px;
}
.catNames li { 
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
	border: 1px dashed #505050;
}
.catNames a:link { 
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px 12px 6px 10px;
	display: block;
	width: 126px;
}
.catNames a:visited { 
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px 12px 6px 10px;
	display: block;
	width: 126px;
}
.catNames a:hover { 
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/cat-list-bg-trans.png) repeat;
	padding: 4px 12px 6px 10px;
	display: block;
	width: 126px;
}
.catNamesSelected 
{
	color: #FFFFFF;
	text-decoration: none;	
	background: url(../images/cat-list-bg-trans.png) repeat;
	padding: 4px 12px 6px 10px;
	display: block;
	width: 126px;
}
.catNames a:active { 
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px 12px 6px 10px;
	display: block;
	width: 126px;
}
.catFrames {
	width: 657px;
	float: left;
	overflow: hidden;
	height: 550px;
}
.catFadeLeft {
	width: 32px;
	float: left;
	height: 0px;
	z-index: 9;
	position: absolute;
	clear: both;
	overflow: visible;
	z-index:1;
}
.catFadeRight {
	width: 80px;
	float: right;
	height: 0px;
	z-index: 10;
	position: relative;
	clear: both;
	overflow: visible;
	z-index:1;
}
#catProductGroup {
	overflow: auto;
	float: left;
	height: 480px;
	padding: 15px 30px 0px 20px;
	width: 607px;
	z-index: 1;
	position: absolute;
	top: 261px;
}
.catProductRestrict {
	height: 517px;
	padding-top: 15px;
	overflow:auto;
	/* width:850px; */
}


.catProduct {
	
}



/* ------------------------------------------------------------------------------------ */
/* CART						
/* ------------------------------------------------------------------------------------ */
.contentFull {
	width: 795px;
	float: left;
}
.fullTitle {
	background-image:url(../images/title-wide-bg.jpg);
	width: 795px;
	height: 91px;
}
.checkoutSteps {
	float:right;
	width:350px;
	text-align:right;
	padding:64px 0 0 80px;
	font-size:11px;
	color:#666666;
}
.checkoutStepBox { 
	float:left;
	width:60px;
}
.checkoutSteps a {
	padding:0 0 0 0;
}
.checkoutSteps a:link { 
	color: #666666;
	text-decoration: none;
}
.checkoutSteps a:visited { 
	color: #666666;
	text-decoration: none;
}
.checkoutSteps a:hover { 
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
.checkoutSteps a:active { 
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
.cartContainer {
	padding:22px 22px 10px 22px;
	clear: left;
}
.loggedInAs {
	width:620px;
	height:28px;
	line-height:28px;
}
.viewWishList {
	float:right;
	width:150px;
	height:28px;
	line-height:28px;
	text-align:right;
}
.wishListError {
	height:28px;
	font-size:11px;
}
.cartTable {
	font-size:11px;
	padding:6px;
}
.cartTable th {
	text-align:left;
	background-image:url(../images/dottedDivider.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:0 0 6px 0;
}
.cartTable td {
	padding:6px 0 6px 0;
} 
.cartTable a:link { 
	color: #c35483;
	text-decoration: underline;
}
.cartTable a:visited { 
	color: #d15a8c;
	text-decoration: underline;
}
.cartTable a:hover { 
	color: #aa4972;
	font-weight: bold;
	text-decoration: none;
}
.cartTable a:active { 
	color: #c35483;
	font-weight: bold;
	text-decoration: underline;
}
.smallType {
	font-size:10px;
}
.shippingEst {
	float:left;
	width:468px;
	font-size:11px;
}
.subTotal {
	float:left;
	width:262px;
	border-left:1px dotted #000000;
	padding:0 0 0 20px;
	font-size:11px;
}
.shoppingBag {
	float:left;
}

/* ------------------------------------------------------------------------------------ */
/* FOOTER								
/* ------------------------------------------------------------------------------------ */
.footerContainer {
	width: 1000px;
	color: #8e8e8e;
	padding-top: 8px;
	font-size: 11px;
	float:left;
	clear:both
}
.footerContainer a:link { 
	color: #8e8e8e;
	text-decoration: none;
	padding: 5px;
}
.footerContainer a:visited { 
	color: #8e8e8e;
	text-decoration: none;
	padding: 5px;
}
.footerContainer a:hover { 
	color: #000000;
	text-decoration: none;
	background-color: #eeeeee;
	padding: 5px;
}
.footerContainer a:active { 
	color: #8e8e8e;
	text-decoration: none;
	padding: 5px;
}
.footLeft {
	float: left;
	width: 280px;
}
.footCenter {
	float: left;
	width: 420px;
	text-align: center;
}
.footRight {
	float: left;
	width: 300px;
	text-align: right;
}
.footFBT {
	width: 1000px;
	text-align: center;
	padding: 40px 0px 20px 0px;
	color: #cccccc;
}
.footFBT a:link { 
	color: #cccccc;
	text-decoration: none;
}
.footFBT a:visited { 
	color: #cccccc;
	text-decoration: none;
}
.footFBT a:hover { 
	color: #000000;
	text-decoration: none;
}
.footFBT a:active { 
	color: #cccccc;
	text-decoration: none;
	
}



/* ------------------------------------------------------------------------------------ */
/* LINKS																
/* ------------------------------------------------------------------------------------ */
a:link {
	color: #3a72c5;
}
a:visited {
	color: #47648f;
}
a:hover {
	color: #c6102a;
}
a:active {
	color: #3a72c5;
}



/* ------------------------------------------------------------------------------------ */
/* FORM FIELDS AND BUTTONS																
/* ------------------------------------------------------------------------------------ */
.formSearch {
	width: 90px;  
	background-image: url(../images/form-fade.jpg);
	background-repeat: repeat-x;
	border: 1px solid #505050;
	padding: 4px;
	color: #505050;
	font-size: 10px;
}


/* ------------------------------------------------------------------------------------ */
/* Cart - POPUP
/* ------------------------------------------------------------------------------------ */
.cartPopup 
{
	background: #000000;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	padding: 8px;
	filter: alpha (opacity=75); opacity: 0.75;
	width:130px;
	z-index:9999;
}
  
.cartPopup2 
{
	z-index:999;
	border:5px solid white;
	background: #FFFFFF;
	color: #FFFFFF;
	overflow:hidden;
	position:relative;
}

.shoppingBagPopup
{
	width:147px;
	overflow:hidden;	
}



 
 