/* reset.css */
body { line-height: 1; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; }
table, td, th { vertical-align: middle; }
blockquote:before, blockquote:after, q:before, q:after {content: ""; }
blockquote, q {quotes: "" ""; }
a img { border: none; }
.clear { clear: both; }

/* forms.css */
form { margin: 0; padding: 0;}
label { font-weight: bold; }
fieldset { padding: 1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend { font-weight: bold; font-size: 1.2em; }

.error, .notice, .success { padding: .1em .3em .1em .3em; border: 1px solid #ddd; }
.error { background: #FBE3E4; color: #8a1f11; font-size: 100%; font-weight: inherit; border-color: #FBC2C4; }
.notice { background: #FFF6BF; color: #514721; font-size: 100%; font-weight: inherit; border-color: #FFD324; }
.success { background: #E6EFC2; color: #264409; font-size: 100%; font-weight: inherit; border-color: #C6D880; }
.error a { color: #8a1f11; }
.notice a { color: #514721; }
.success a { color: #264409; }

/* elements */
a:focus {
	outline: none;
}

h2 {
	margin: 0;
	padding: 0 0 4px 0;
}
 
/* structural divs */

#twocolcontent {
	background: #CEE2D8;
}

/* nav */
/* reset navigation for current page */
/* based on body id */
#about ul#navlist li a.about {
	background: url('../images/nav-about.gif') no-repeat 0 -20px; 		
}	
#care ul#navlist li a.care {
	background: url('../images/nav-care.gif') no-repeat 0 -20px; 		
}
#news ul#navlist li a.news {
	background: url('../images/nav-news.gif') no-repeat 0 -20px; 		
}
#contact ul#navlist li a.contact {
	background: url('../images/nav-contact.gif') no-repeat 0 -20px; 		
}
#couture_sweaters ul#navlist li a.sweaters {
	background: url('../images/nav-sweaters.gif') no-repeat 0 -20px; 		
}
#capes_stoles ul#navlist li a.stoles {
	background: url('../images/nav-stoles.gif') no-repeat 0 -20px; 		
}
#jackets ul#navlist li a.jackets {
	background: url('../images/nav-jackets.gif') no-repeat 0 -20px; 		
}
#classic_collection ul#navlist li a.classic {
	background: url('../images/nav-classic.gif') no-repeat 0 -20px; 		
}
#plus_sizes ul#navlist li a.plus {
	background: url('../images/nav-plus.gif') no-repeat 0 -20px; 		
}
#mens_sweaters ul#navlist li a.mens {
	background: url('../images/nav-mens.gif') no-repeat 0 -20px; 		
}
#gc ul#navlist li a.gc {
	background: url('../images/nav-gc.gif') no-repeat 0 -20px; 		
}

h2.swap {
	background-repeat: no-repeat;
}

h2.swap span, ul#navlist li a span {
	display: none;
}

h2.nav-title {
	height: 37px;
	background-image: url('../images/navigation.gif');
}

h2.navategories {
	height: 35px;
	background-image: url('../images/categories.gif');
}

#navcontainer {
	background: #cee2d8;
	width: 135px;
	padding: 10px 0 6px 4px;
}

#nav {
	padding: 0 0 0 4px;		
}

#navlist {
	margin: 0;
	padding: 2px 0 20px 0;
	list-style: none;

}

ul#navlist li {
	padding: 1px 0;
}
				
ul#navlist li a.about {
	background: url('../images/nav-about.gif') no-repeat 0 0;
	cursor: pointer;
	display: block;
	height: 20px;
	width: 118px;
}
ul#navlist li a.about:hover {
	background: url('../images/nav-about.gif') no-repeat 0 -60px; 
}
ul#navlist li a.about:active {
	background: url('../images/nav-about.gif') no-repeat 0 -40px; 
}

ul#navlist li a.care {
	background: url('../images/nav-care.gif') no-repeat 0 0;
	cursor: pointer;
	display: block;
	height: 20px;
	width: 118px;
}
ul#navlist li a.care:hover {
	background: url('../images/nav-care.gif') no-repeat 0 -60px; 
}
ul#navlist li a.care:active {
	background: url('../images/nav-care.gif') no-repeat 0 -40px; 
}

ul#navlist li a.news {
	background: url('../images/nav-news.gif') no-repeat 0 0;
	cursor: pointer;
	display: block;
	height: 20px;
	width: 118px;
}
ul#navlist li a.news:hover {
	background: url('../images/nav-news.gif') no-repeat 0 -60px; 
}
ul#navlist li a.news:active {
	background: url('../images/nav-news.gif') no-repeat 0 -40px; 
}

ul#navlist li a.contact {
	background: url('../images/nav-contact.gif') no-repeat 0 0;
	cursor: pointer;
	display: block;
	height: 20px;
	width: 118px;
}
ul#navlist li a.contact:hover {
	background: url('../images/nav-contact.gif') no-repeat 0 -60px; 
}
ul#navlist li a.contact:active {
	background: url('../images/nav-contact.gif') no-repeat 0 -40px; 
}
ul#navlist li a.sweaters {
	background: url('../images/nav-sweaters.gif') no-repeat 0 0;
	cursor: pointer;
	display: block;
	height: 20px;
	width: 118px;
}
ul#navlist li a.sweaters:hover {
	background: url('../images/nav-sweaters.gif') no-repeat 0 -60px; 
}
ul#navlist li a.sweaters:active {
	background: url('../images/nav-sweaters.gif') no-repeat 0 -40px; 
}
ul#navlist li a.stoles {
	background: url('../images/nav-stoles.gif') no-repeat 0 0;
	cursor: pointer;
	display: block;
	height: 20px;
	width: 118px;
}
ul#navlist li a.stoles:hover {
	background: url('../images/nav-stoles.gif') no-repeat 0 -60px; 
}
ul#navlist li a.stoles:active {
	background: url('../images/nav-stoles.gif') no-repeat 0 -40px; 
}
ul#navlist li a.jackets {
	background: url('../images/nav-jackets.gif') no-repeat 0 0;
	cursor: pointer;
	display: block;
	height: 20px;
	width: 118px;
}
ul#navlist li a.jackets:hover {
	background: url('../images/nav-jackets.gif') no-repeat 0 -60px; 
}
ul#navlist li a.jackets:active {
	background: url('../images/nav-jackets.gif') no-repeat 0 -40px; 
}
ul#navlist li a.classic {
	background: url('../images/nav-classic.gif') no-repeat 0 0;
	cursor: pointer;
	display: block;
	height: 20px;
	width: 118px;
}
ul#navlist li a.classic:hover {
	background: url('../images/nav-classic.gif') no-repeat 0 -60px; 
}
ul#navlist li a.classic:active {
	background: url('../images/nav-classic.gif') no-repeat 0 -40px; 
}

ul#navlist li a.plus {
	background: url('../images/nav-plus.gif') no-repeat 0 0;
	cursor: pointer;
	display: block;
	height: 20px;
	width: 118px;
}
ul#navlist li a.plus:hover {
	background: url('../images/nav-plus.gif') no-repeat 0 -60px; 
}
ul#navlist li a.plus:active {
	background: url('../images/nav-plus.gif') no-repeat 0 -40px; 
}
ul#navlist li a.mens {
	background: url('../images/nav-mens.gif') no-repeat 0 0;
	cursor: pointer;
	display: block;
	height: 20px;
	width: 118px;
}
ul#navlist li a.mens:hover {
	background: url('../images/nav-mens.gif') no-repeat 0 -60px; 
}
ul#navlist li a.mens:active {
	background: url('../images/nav-mens.gif') no-repeat 0 -40px; 
}
ul#navlist li a.gc {
	background: url('../images/nav-gc.gif') no-repeat 0 0;
	cursor: pointer;
	display: block;
	height: 20px;
	width: 118px;
}
ul#navlist li a.gc:hover {
	background: url('../images/nav-gc.gif') no-repeat 0 -60px; 
}
ul#navlist li a.gc:active {
	background: url('../images/nav-gc.gif') no-repeat 0 -40px; 
}

/* form elements */
.formSubmit {
	padding: 10px 0 0 0;
}
textarea {
	padding-left: 1px;
}
input[type=submit], input[type=button] {
	color: #234644;
	font-weight: bold;
	padding: 1px 6px 1px 6px;
	cursor: pointer;
}
input[type=submit]:hover, input[type=button]:hover {
	color: #000;
}

/* content modification */
.newsArticle {
	margin-bottom: 10px;
}
.newsArticle a {
	font-weight: bold;
}
.newsArticle a[href$=".pdf"] {
	background: url('../images/icon-pdf.png') left center no-repeat; margin: -2px 0; padding: 2px 0 2px 20px;
}  

.newsName {
	color: #234644;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}
.newsDate {
	color: #709493;
	font-size: 10px;
	font-weight: normal;
	padding: 0 0 0 20px;
}

#contactForm fieldset {
	background: #cee2d8;
	border: 0;
	margin-top: -7px;
	padding: 5px 1.4em 5px 1.4em;
}
#contactForm label {
	display: block;
	margin: 5px 0 3px 0;
}
#contactForm input[type=text] {
	width: 200px;
	font-size: 12px;
	font-family: inherit;
}
#contactForm textarea { 
	width: 200px;
	height: 80px;
	font-size: 12px;
	font-family: inherit;
}
#contactTable { width: 100%; }
#contactTable th { vertical-align: top; padding: 2px 8px 2px 0; }
#contactTable td { vertical-align: top; padding: 2px 0 2px 0; }

#gcTable th {
	vertical-align: middle;
	font-size: 120%;
	padding: 0 0 0 50px;
}
#gcTable .giftAmount {
	height: 40px;
	background: url('../images/gift_icon.png') left center no-repeat;
}
#gcTable label {
	cursor: pointer;
}
#gcTable input[type=radio] {
	margin-right: 10px;
	cursor: pointer;
}

h1.alt { 
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
  font-size: 28px;
	font-style: italic;
  font-weight: normal;
	letter-spacing: .05em;
}
h2.alt { 
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
  font-size: 24px;
	font-style: italic;
  font-weight: normal;
}
.imgBorder { background: #fff; padding: 4px; border: 2px solid #9dc5b1; }
.photoLeft { float: left; margin: 0 10px 5px 0; }
.photoRight { float: right; margin: 0 0 5px 10px; }
.specialText { color: #234644; font-size: 14px; line-height: 20px; letter-spacing: .01em; }
.noteText { color: #333; font-size: 80%; font-style: italic; }
.siteCredits { background: #cee2d8; color: #234644; font-size: 11px; font-style: italic; line-height: 13px; margin-top: 20px; padding: 5px 10px 5px 10px; }
.siteCredits span { display: block; margin: 4px 0 !important; }

/* product Images */
.coutureSweaters { width: 530px; height: 392px; background: url('../images/product_couture_bg.jpg') top center no-repeat }
.capesStoles { width: 530px; height: 392px; background: url('../images/product_capes_bg.jpg') top center no-repeat }
.jackets { width: 530px; height: 392px; background: url('../images/product_jackets_bg.jpg') top center no-repeat }
.classicCollection { width: 530px; height: 392px; background: url('../images/product_classic_bg.jpg') top center no-repeat }
.plusSizes { width: 530px; height: 392px; background: url('../images/product_plus_bg.jpg') top center no-repeat }
.mensSweaters { width: 530px; height: 392px; background: url('../images/product_mens_bg.jpg') top center no-repeat }


/* #rtcol div for detail page */
div.detail {
	background: #fff;
}

.transl {
	position: absolute;
	top: 430px;
	left: 172px;
	background: #000;
	color: #FFF;
	font-family: helvetica, arial, serif;
	font-size: 1.4em;
	line-height: 2em;
	padding: 10px 20px;
	height: 150px;
	width: 726px;
	filter:alpha(opacity=40);   /* Internet Explorer       */
	-moz-opacity:0.4;           /* Mozilla 1.6 and below   */
	opacity: 0.4;               /* newer Mozilla and CSS-3 */

}