/* CSS Document */

html { overflow-x: hidden}

body,td,th {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color: #514026;
}
body {
	background-image: url(../img/background.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	color: #333333;
	text-decoration:none
}

.dotLinks {
	border-bottom: 1px dotted #333333;
}

img { border:0px; }

#main_layout {
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	width:800px;
	background-color:#FFFFFF;
	margin-bottom:40px;
}

#hdr_layout {
	width:800px;
	height:130px;
	background:url(../img/layout_top.gif);
	background-repeat:no-repeat;
	background-position:top;
	position:relative;
}

#ftr_layout {
	width:800px;
	height:30px;
	background:url(../img/layout_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	color:#665741;
}

#content_main {
	width:800px;
	height:440px;
	background-color:#FFFFFF;
	background:url(../img/content_bg.jpg);
	background-repeat:no-repeat
	border-top:#9EA45E 1px solid;
	border-bottom:#9EA45E 1px solid;
	position:relative;
}

#main_logo {
	display:block;
	position:absolute;
	top:16px;
	left:37px;
}

#hdr_btns {
	position:absolute;
	top:10px;
	left:543px;
}

#main_nav {
	position:absolute;
	top:106px;
	left:37px;
}

#copyright {
	float:left;
	padding-left:27px;
	padding-top:10px;
}

#policies {
	float:right;
	padding-right:30px;
	padding-top:10px;
}

#about_title {
	position:absolute; 
	top:30px; 
	left:240px; 
	font-weight:bold; 
	text-transform:uppercase;
	font-size:12px
}

.about_btns {
	margin-top:5px
}

#service_title {
	position:absolute; 
	top:30px; 
	left:240px; 
	font-weight:bold; 
	text-transform:uppercase;
	font-size:12px
}

#about_content {
	width:430px;
}

.seenContainer {
	background:url(../img/about/magazine_bg.gif);
	background-repeat:no-repeat;
	width:132px;
	height:178px;
	float:left;
	margin-right:10px;
	margin-bottom:15px;
}

.seenContainer img {
	margin:8px;
	margin-bottom:0px;
}

.seen_txt {
	margin-left:8px;
	color:#FFFFFF
}

/* shop collection styles */

.collectionSubnavOn {
	position:relative;
	left:-5px;
	padding-bottom:4px;
	display:block
}

.collectionSubnavOff {
	position:relative;
	left:0px;
	padding-bottom:15px;
	display:block;
}

.collectionCategories {
	margin-bottom:20px;
}

.collectionCategories IMG {
	cursor:pointer;
}

#colorSwatchContainer {
	width:155px;
	overflow:hidden
}

#colorSwatchContainer A {
	display:block;
	float:left;
}

#jTypes {
	width:100%;
	overflow:auto;
	font-size:12px;
	text-transform:uppercase;
	margin-bottom:20px;
}

#jTypes A {
	margin-left:5px;
	margin-right:5px;
}

.productThumb {
	background-image:url(../img/collection/thumb_product_bg.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:160px;
	height:130px;
	margin-bottom:20px;
	margin-right:20px;
}

.productThumb IMG {
	padding-left:6px;
	padding-top:6px;
}

.productThumbLink {
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	margin-left:7px;
	margin-top:3px;
}

.pagination {
	width:99%;
	overflow:auto;
	text-align:center;
	font-size:14px;
}

.pagination A, STRONG {
	margin-right:2px;

}

#backNav {
	width:100%;
	display:block;
}

.productDetail {
	background-color:#6D5838;
	padding:8px;;
	width:300px;
	margin-top:10px;
	margin-right:15px;
	margin-bottom:10px;
}

.viewBig {
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
	margin-top:4px
}

.prodName {
	font-size:22px;
	width:100%;
	overflow:auto;
	margin-top:5px
}

#availableColors {
	font-weight:bold;
	width:180px;
	margin-top:5px
}

#availableColors IMG {
	cursor:pointer;
}

.cartLink {
	padding-top:10px;
	padding-bottom:5px;
	display:block;
}

.sendFriend {
	display:block;
	margin-left:5px;
	text-transform:uppercase;;
	margin-top:5px;
}

.sendFriend A {
	border-bottom:1px dotted
}

.relatedItems {
	font-size:11px;
	font-weight:bold;
}

.relatedItemsImages {
	background-image:url(../img/collection/related_product_bg.gif);
	background-repeat:no-repeat;
	background-position: top left;
	height:96px;
	width:112px;
	margin-top:5px;
	margin-right:10px;
	float:left;
	cursor:pointer
}

.relatedItemsImages IMG {
	padding-top:6px;
	padding-left:6px;
}

.relatedItemsImagesTxt {
	color:#FFFFFF;
	font-size:11px;
	display:block;
	margin-left:6px;
	margin-top:2px
}

#monogramLink {
	position:relative;
	cursor:pointer;
	margin-left:20px;
	text-decoration:underline
}

#monogramLinkWin {
	width:189px;
	height:266px;
	overflow:hidden;
	position:absolute;
	left:0px;
	top:-270px;
	background-image:url(../img/collection/monogram.png);
	background-repeat:no-repeat;	
}

/* shopping cart styles */

#cartContainer {
	position:absolute; 
	left:250px; 
	top:75px; 
	width: 475px; 
	overflow:auto; 
	height:300px;
	font-size:11px;
}

#cartContainer TD {
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #EEEEEE
}


	
#cartActions {
	position:absolute;
	width:55px;
	left:230px;
	top: 400px;
}

/* custom tool styles */

#toolBtns IMG {
	display:block;
	margin-top:13px;
	cursor:pointer;
	position:relative;
}

.toolContent {
	position:absolute;
	left:235px;
	top:30px;
	width:550px;
	overflow:hidden
}

.toolTitles {
	font-weight:bold; 
	text-transform:uppercase;
	font-size:12px
}	

#necklines TD {
	padding-top:15px;
}

#necklines IMG {
	cursor:pointer;
}

.bgToolTop {
	background-image:url(../img/custom/bg_browse_top.png);
	background-repeat:no-repeat;
	width:161px;
	height:10px;
	overflow:hidden;
}

.bgTool {
	background-image:url(../img/custom/bg_browse.png);
	background-repeat:repeat-y;
	width:131px;
	padding-left:15px;
	padding-right:15px
}

.bgToolBtm {
	background-image:url(../img/custom/bg_browse_btm.png);
	background-repeat:no-repeat;
	width:161px;
	height:8px;
	overflow:hidden;
}

#toolColorName {
	padding-top:5px;
}

#toolProducts  {
	width:100px;
}

#toolProducts TD {
	padding-bottom:5px;
}

.toolSteps IMG {
	margin-top:10px;
	cursor:pointer;
}

#toolLook {
	position:absolute; 
	left:175px; 
	top:35px; 
	width:335px; 
	height:330px;
	background-image:url(../img/custom/bg_look.png);
	background-repeat:no-repeat;	
	
}

#toolLookTitle {
	color:#FFFFFF;
	font-size:14px;
	padding:10px;
	padding-top:7px;
	padding-bottom:6px;
	cursor:pointer
}

#toolNeckline {
	padding:10px;
	padding-top:0px
}

#toolContents {
	width:314px;
	float:left;
}

#toolContentsTop {
	background-image:url(../img/custom/bg_order_top.png);
	background-repeat:no-repeat;
	width:314px;
	height:9px;
	margin-top:15px;
	overflow:hidden
}

#toolContentsMiddle {
	background-image:url(../img/custom/bg_order.png);
	background-repeat:repeat-y;
	width:314px;
	height:3px;
	height:300px;
	padding-left:15px;
	padding-right:15px;
	overflow:hidden
}

#toolContentsBtm {
	background-image:url(../img/custom/bg_order_btm.png);
	background-repeat:no-repeat;
	width:314px;
	height:10px;
	overflow:hidden
}

.toolLookTitle {
	font-size:16px;
	padding-bottom:5px
}

#toolOptions IMG {
	cursor:pointer;
}

.toolItemsImages {
	background-image:url(../img/custom/bg_order_items.png);
	background-repeat:no-repeat;
	background-position: top left;
	height:91px;
	width:116px;
	margin-top:5px;
	margin-right:10px;
	margin-bottom:10px;
	float:left
}

.toolItemsImages IMG {
	padding-left:7px;
	padding-top:7px;
}

.toolOrderColor {
	position:relative;
	top:-4px;
}

#toolOrderProducts TD {
	border-bottom:1px solid #CCCCCC;
}


.toolSaveLook {
	background-image:url(../img/custom/bg_order_window.png);
	background-repeat:no-repeat;
	height:264px;
	width:187px;
	padding:15px;
	position:absolute;
	top:85px;
	left:330px
}

.toolSaveLook INPUT {
	margin-bottom:3px;
}

#closeWin {
	position:absolute;
	left:150px;
	top:0px;
	width:30px;
	height:30px;
	cursor:pointer;
}

#toolNecklace {
	position:absolute;
	top:32px;
	left:10px
}

#toolEarrings {
	position:absolute;
	top:27px;
	left:10px;
	z-index:500;
}

#toolAccessory {
	position:absolute;
	top:140px;
	left:220px;
	/*background-image:url(../img/custom/accessory-hand.png); */
	background-repeat:no-repeat;	
	width:140px;
	height:140px;
}

#toolAccessoryBG {
	position:absolute;
	top:140px;
	left:220px;
	width:140px;
	height:140px;
}


#chosenProducts {
	color:#FFFFFF;
	position:absolute;
	top:40px;
	left:20px;
	width:80px;
}

#chosenProducts DIV {
	border-bottom:1px solid #999999;
	margin-bottom:4px;
	padding-bottom:4px;
}

/* inline editing styles */

form.inplaceeditor-form { /* The form */
	padding:0px;
	margin:0px;
	overflow:hidden;
}

form.inplaceeditor-form input[type="text"] { /* Input box */
	margin-left:15px;
	margin-bottom:2px;
	margin-top:2px;
	width:200px;
	color:#FFFFFF
}

form.inplaceeditor-form input[type="submit"] { /* The submit button */
  margin-left:5px;
  background-color:#6D5838;
  color:#FFFFFF;
}

form.inplaceeditor-form a { /* The cancel link */
  margin-left:5px;
  color:#FFFFFF;
  font-weight:bold;
}

/* IE CSS fixes */

.checkBoxNoBorder INPUT { border:0px }

.imgTrans { behavior: url("../inc/pngbehavior.htc"); }

.bgTrans { behavior: url(../inc/iepngfix.htc) }