
/* RESET All Stlyes*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td
{
	border: 0;
	font-weight: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
}
:focus {outline: 0;}
body {line-height: 1; color: #000; background: #fff;}
table { border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q { quotes: "" "";}
/******************************************/
/*            COMMON ELEMENTS             */
/******************************************/
h1,h2,h3,h4,h5,h6{
 margin-bottom:0.5em;
 font-weight:bold;
}

h1{ font-size:1.5em;}
h2{ font-size:1.3em;}
h3{ font-size:1.1em;}
h4,h5,h6{
font-size:1em; color:#333;}

p {
	margin-bottom: 1em;
}

ul,ol{
	list-style:disc;
	padding-left:20px;
	line-height:1.5em;
}
ol{ list-style:decimal; padding-left:25px;}
dl{ margin-bottom:1em;}
dt{ font-weight:bold;margin-bottom:0.5em;}
dd{
padding-left:1em;
}


strong{font-weight:bold; }
em{font-style:italic;}

img{vertical-align:middle}
kbd{
	font-weight:bold;
	font-style:italic;
	color:#333;
	padding:0px 2px;
	background:#f8f8f8;
	border:1px solid #ddd;
	border-color:#ddd #333 #333 #ddd;
}

a,
a:visited{text-decoration:underline;color:#31649B;}
a:hover,
a:focus{color:#000}

blockquote{
	background:transparent url(../images/quote.gif) no-repeat scroll left top;
	margin-bottom:0.5em;
	padding:0.5em 48px;
	display:block;
}
ins {border-bottom: 1px solid green;text-decoration: none;color: green;}
del {color: red;text-decoration: line-through;}
cite {border-bottom: 1px dashed blue;}
acronym {border-bottom: 1px dotted #CCC;cursor: help;}
abbr, html\:abbr {border-bottom: 1px dashed #CCC;cursor: help;}
pre{
	background-color:#DEE7EC;
	border:1px solid #8CACBB;
	color:Black;
	font-family:Monaco,"Courier New",Courier,monospace;
	font-size:100%;
	overflow:auto;
	padding:1em;
}
q{
font-style: italic;
quotes: '�' '�'
}
/* Other Styles*/
p.description{
	font-weight:bold;
}
p.lastUpdated{
	color:#aaa;
	font-size:0.834em;
}

a.internal_link{background:url(../images/icons/internallink.gif) no-repeat right; padding-right:16px; margin-right:5px;}
a.external_link{background:url(../images/icons/externallink.gif) no-repeat right; padding-right:16px; margin-right:5px;}

.hidden{display:none !important;}


p.back,
p.up{
	background:url(../images/icons/arrow_left.gif) no-repeat left;
	padding:5px 0 5px 16px;
	border-top:1px solid #dfdfdf;
}
p.up{
background-image:url(../images/icons/arrow_up.gif)
}
/* ---- pull quote */
.pullquote {
	display: block;
	float:right;
	padding:0px 10px;
	border-left:5px solid #256444;
	width:40%;
	margin:5px 0 5px 10px;
	font-weight:bold;
}

.callout{
	color:#CC9933;
	font-weight:bold;
	padding:0px 1em;
}
.discreet {
	color:#76797C;
	font-size:85%;
	font-weight:normal;
}

.alignLeft{text-align:left;}
.alignCenter{text-align:center;}
.alignRight{text-align:right;}

img.alignCenter{margin:0 auto; display:block}
img.alignLeft{float:left; margin-right:10px;}
img.alignRight{float:right; margin-left:10px;}


/*Info Messages */
.success,
.msginfo,
.msgerror{
	background-position:10px 50%;
	background-repeat:no-repeat;
	padding: 5px 20px 5px 35px;
	border-width:2px 0px;
	border-style:solid;
	position:relative;
	height:1%;
	color:#000;
}
.msgerror{
	background-color:#fff6bf ;
	background-image:url(../images/icons/exclamation.gif);
	border-color:#ffd324;
}
.msginfo {
	background-color:#F8FAFC ;
	background-image:url(../images/icons/information.gif);
	border-color:#B5D4FE;
}
.success{
	background-color: #ebf4e6;
	background-image:url(../images/icons/accept.gif);
	border-color:#72B95B;
}
.msgerror h2{color:#E25F53; margin:0}
.msgerror ul{margin:0}

.success a,
.msginfo a,
.msgerror a{ color:#000;}


/* PAGINATION */
.page{
	border:1px solid #8CACBB;
	clear:both;
	margin:1em 0 0.5em 0;
	padding:0.7em;
}
.page a,
.page a:visited,
.page .this{
	border:1px solid #8CACBB;
	margin:2px;
	text-decoration:none;
	background-color:#EEF3F5;
	padding:1px 0.5em;
}
.page a:focus,
.page a:hover,
.page a.firstlast,
.page a.firstlast:visited{
	background-color:#DEE7EC;
}
.page .this{
	background-color:transparent;
	border-color:#eee;
}
.page a.firstlast:focus,
.page a.firstlast:hover{
	background-color:#8CACBB;color:#fff;
}


/* Folder View */
/* Summary VIEW*/
div.folder_summary .element
{
	margin-bottom:0.5em;
	clear:right;
	padding: 0.5em 0 ;
}
div.folder_summary p.image
{
	float:right;
	margin:-2em 0 0em 0;
	border:1px solid #dfdfdf;
	padding:2px;
}
div.folder_summary p.more
{
	background:url(../images/icons/arrow_right.gif) no-repeat left;
	padding:5px 0 5px 16px;
	margin-bottom:0;
	clear:right;
}
.element h2 img{ vertical-align: bottom;}

/* THUMBNAIL VIEW*/
div.folder_thumbnail .thumb
{
	float:left;
	margin:0 1em 1em 0;
	min-height:128px;
	text-align:center;
}
div.folder_thumbnail .thumb a{
border:1px solid #dfdfdf;
display:block;
width:178px;
}
div.folder_thumbnail .thumb a img {
width:178px;
}
div.folder_thumbnail .thumb a:hover,
div.folder_thumbnail .thumb a:hover:focus{ border-color:#333; background:#dfdfdf;}
div.folder_thumbnail .thumb p{
	background:#DAE9E2;
	border:1px solid #dfdfdf ;
	border-top:0;
	margin:0;
	padding:5px;
	text-align:left;
	font-weight:bold;
}

/* Article */
p.article-image{
float:right;
}
.article .back{clear:both}

.item_article .date{
	color:#aaa;
	font-size:0.834em;
}

/* Navigation */
#site_navigation li.current{
border:1px solid red;
}

// LiveSearch
#livesearch_box {
    width:250px;
    padding:4px 5px 3px 0;
    margin:0 0 0 0;
    text-align: right;
    float:right;
}
* html #livesearch_box{padding:3px 0px 2px 0;}
#livesearch_box input{
    vertical-align: middle;
    width:155px;
    border:1px solid #CCC;
    padding:3px 0 3px 3px;
    font-size:9pt;
    color:#aaa;
    margin:0 0 15px 0;
}

#livesearch_box noscript div{display:inline;}
#livesearch_box label {
    margin:0;
    display:inline;
}
#livesearch_results{
	position:relative;
	background:#fff;
	border:1px solid grey;
	padding-bottom:5px;
}
#results p.msgerror{margin:0.5em 0.5em 1em;} /*FOR No RESULT STYLE*/
#livesearch_results a{text-decoration:none;}

#search_title {
	background:#81ac9c  bottom left repeat-x;
	border-bottom:1px solid grey;
	color:#fff;
	padding:5px;
	margin:0;
	font-weight:bold;
}
#results dl{padding:0.5em 10px; margin:0;}
#results a:hover dl{background:#efefef}
#results a  + a {display:block; border-top:1px solid grey}

#close_tab{
	position:absolute;
	width:100%;
	height:9px;
	bottom:0;
	display:block;
	border-bottom:5px solid #81ac9c;
	text-decoration:none;
	background:transparent url(../images/livesearch_close.gif) no-repeat center top;
}
* html #close_tab{line-height:1px;}
/* html #livesearch_results{ padding:0px;}*/
#close_tab:hover{
	border-color:#CCC;
	background-position:center -10px;
}

div.more{padding:5px 5px 10px; background:#f8f8f8; border-top:1px solid #eaeaea}

body {
	font-size: 9pt;
	font-family: Helvetica, sans-serif;
	color: #707070;
	background:#e7f0ec;
	margin:0;
	line-height:1.2em;
}

body#maincontent{
    font-size:12px;
    margin:5px;
    background:#fff;
}

#maincontent {
    /*margin:13px 0 0 0;*/
}

#global{
	width:960px;
	margin:0 auto;
}

#inner {
    float:left;
	width:930px;
	background:#fff;
	padding:15px;
	padding-top:0;
}

#header {
    float:left;
    width:930px;
    background:url('../images/header.gif') top right no-repeat;
    height:155px;
}

#logo {
    float:left;
    margin:15px 0 0 0;
}

#content {
    float:left;
    margin-bottom:15px;
}

#center{
	margin-bottom:1em;
	float:left;
	width:580px;
	margin: 0 13px 0 14px;
	display:inline;
}

#left {
    float:left;
	width: 160px;
}

#right {
    float:right;
	width: 160px;
}

ul.site_navigation {
    margin:0;
    padding:0;
}

ul.site_navigation li {
    list-style:none;
}

ul.site_navigation li a {
    display:block;
    padding:7px 0 5px 10px;
    background:#81ac9c;
    color:#fff;
    margin-bottom:1px;
    font-size:10pt;
    font-weight:bold;
    text-decoration:none;
}

* html ul.site_navigation li a,
* html ul.site_navigation li a:link,
* html ul.site_navigation li a:visited {
    height:19px;
    color:#fff;
    text-decoration:none;
}

* html ul.site_navigation li a:hover,
ul.site_navigation li a:hover {
    color:#c9eddf;
}

ul.site_navigation ul {
    margin:0;
    padding:0;
}

ul.site_navigation li.current a {
    color:#c9eddf;
}

ul.site_navigation li.current ul li.current a,
ul.site_navigation li ul li.current a {
    color:#666;
}

ul.site_navigation li ul li a,
ul.site_navigation li.current ul li a {
    background:#AED0C2;
    font-size:8pt;
    font-weight:normal;
    color:#fff;
}


#footer {
	clear:both;
	font-size:8pt;
	color:#81ac9c;
}

#footer a {
	color:#81ac9c;
	text-decoration:none;
}

#calm {
    float:left;
    width:auto;
}

#copyright {
    float:right;
    width:auto;
    text-align:right;

}

ul#top-nav {
    background:#bbb;
    margin:0;
}

ul#top-nav li {
    list-style:none;
    display:inline;
    line-height:3em;
}

ul#top-nav li a {
    font-weight:bold;
    font-size:10pt;
    text-decoration:none;
    padding:0 10px;
}

#bottom-nav {
	list-style: none;
	background:#81ac9c;
	padding:6px 0 4px 7px;
	color:#fff;
	margin-bottom:10px;
}

#bottom-nav li{
    display: inline;
    padding:0 4px;
}

#bottom-nav li a {
    color:#fff;
    text-decoration:none;
    font-size:9pt;
}


h1, h2, h3, h4, h5 {
    color:#81ac9c;
    margin:10px 0;
}

h1.block {
    background:#81ac9c;
    padding:12px;
    margin-top:0;
    color:#fff;
    font-size:15pt;
    margin-bottom:15px;
}


/** Generic Classes **/

.stroke {
    border:1px solid #ccc;
}

img.cta-medium {
    margin-right:14px;
    float:left;
}

img.cta-small {
    margin-bottom:15px;
    float:left;
}

/* News in side bar */

h2.side-news-heading {
    background:#828282;
    padding:8px 10px;
    color:white;
    margin:15px 0 10px 0;
    font-weight:normal;
}

.side-news {
    border-bottom:1px solid #ccc;
    margin:0 10px 10px 10px;
    padding:0 0px 10px 0px;
}
.side-news h3 {}

.side-news-date {
    font-weight:bold;
    font-size:8pt;
}

.side-news-story {}

.side-news-story a {
    font-weight:bold;
    color:#636363;
    text-decoration:none;
}

.side-news-all a {
    display:block;
    background:#b0b1b1;
    padding:5px 10px;
    color:#fff;
    text-decoration:none;
    margin:10px 0 15px 0;
}

/** product gallery */

.product-gallery {
    margin:0 0 15px 0;
}

.product-gallery img {
    margin:10px 10px 0 0;
}

.product-gallery img.product-large {
    margin:0;
}

a.product-button {
    background:#818181;
    color:#fff;
    width:auto;
    padding:6px 10px 5px 10px;
    margin-right:10px;
    text-decoration:none;
}

a:hover.product-button {
    color:#aed0c2;
}

#get_this_look {
    float:left;
    margin:10px 0 15px 0;
    width:100%;
    background:#f3f3f3;
    color:#81ac9c;
}

#get_this_look h2 {
    background:#b1b1b1;
    color:white;
    padding:10px;
    margin:0;
    font-size:15pt;
    font-weight:normal;
}

#get_this_look .gtl-content {
    padding:10px;
    font-size:10.5pt;
    color:#707070;
    line-height:150%;
}

#get_this_look .gtl-content a {
    color:#707070;
}