* {
	font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	margin: 0;
	padding: 0;
	color: #333333;
}
html { overflow-y: scroll; }
body {
	background-color: white;
	padding: 0;
	margin: 0;
	color: black;
	font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	font-size: 9pt;
}
a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #D00707;
	text-decoration: underline;
}
a:focus { outline: none; }
p { margin: 0 0 10px 0; }
p a, p a:hover { text-decoration: underline; color: #D00707; }
img {
	border: 0 none transparent;
	margin: 0;
	padding: 0;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
h1 { font-weight: normal; font-size: 19px; margin-bottom: 15px; }
h2 { font-weight: bold; font-size: 15px; margin-bottom: 10px; clear: both; }
h3 { font-weight: bold; font-size: 12px; margin-bottom: 5px; }












/** popover related **/

/** popover type 1 /**/
.popoverElement { position: absolute; display: block; }
div.popoverType1 {
	background-color: #EEEEEE;
	border: 2px solid #808080;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
/**	background-image: url('/images/logos/small_popover.png');
	background-position: right bottom;
	background-repeat: no-repeat; /**/
	color: #333333;
}
div.popoverType1 div.padding { padding: 15px 20px 25px 20px; }
div.popoverType1 div.titleBlock { padding: 5px; margin: 0; height: 20px; background-color: #666666; }
div.popoverType1 div.contentBlock { padding: 10px 0 5px 0; margin: 2px 0 0 0; }
div.popoverType1 h2 { display: block; float: left; margin: 0; color: white; font-size: 18px !important; text-transform: none !important; }
div.popoverType1 div.close { width: 20px; height: 20px; display: block; background-image: url('/images/icons/cancel.png'); background-repeat: no-repeat; cursor: pointer; float: right; margin: 1px 2px 0 0; }
div.popoverType1 div.close:hover { background-position-y: -20px; }

/** popover type 2 /**/
div.popoverTypeSimple2 {
	background-color: #EEEEEE;
	border: 2px solid #808080;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
/**	background-image: url('/images/logos/small_popover.png');
	background-position: right bottom;
	background-repeat: no-repeat; /**/
	color: #333333;
}
div.popoverTypeSimple2 div.padding { padding: 15px 20px 10px 20px; }
div.popoverTypeSimple2 div.titleBlock { padding: 5px; margin: 0; height: 20px; background-color: #666666; }
div.popoverTypeSimple2 div.contentBlock { padding: 0 0 5px 0; margin: 2px 0 0 0; }
div.popoverTypeSimple2 h2 { display: block; float: left; margin: 0; color: white; font-size: 18px !important; text-transform: none !important; }
div.popoverTypeSimple2 div.close { width: 20px; height: 20px; display: block; background-image: url('/images/icons/cancel.png'); background-repeat: no-repeat; cursor: pointer; float: right; margin: 1px 2px 0 0; }
div.popoverTypeSimple2 div.close:hover { background-position-y: -20px; }

/** popover type simple /**/
div.popoverTypeSimple {
	background-color: #FFFFFF;
	border: 2px solid #D93939;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
/**	background-image: url('/images/logos/small_popover.png');
	background-position: right bottom;
	background-repeat: no-repeat; /**/
	color: #333333;
}
div.popoverTypeSimple div.padding { padding: 5px 10px 5px 10px; }
div.popoverTypeSimple div.titleBlock { padding: 5px; margin: 0; height: 20px; background-color: #666666; }
div.popoverTypeSimple div.contentBlock { margin: 2px 0 0 0; }
div.popoverTypeSimple h2 { display: block; float: left; margin: 0; color: white; font-size: 18px !important; text-transform: none !important; }
div.popoverTypeSimple div.close { width: 20px; height: 20px; display: block; background-image: url('/images/icons/cancel.png'); background-repeat: no-repeat; cursor: pointer; float: right; margin: 1px 2px 0 0; }
div.popoverTypeSimple div.close:hover { background-position-y: -20px; }















/** pagination **/
ul.pagination { text-align: center; margin: 0; padding: 10px; }
ul.paginationLeft { text-align: left; }
ul.paginationRight { text-align: right; }
ul.pagination li { margin: 0px 3px; }
ul.pagination a { margin: 0px; }
ul.pagination a:hover { color: red; background-color: #F8F8F8; font-size: 10px; }
ul.pagination li, ul.pagination a {
	font-size: 10px;
	text-decoration: none;
	display: inline;
	background-color: white;
	border: 1px solid #CCCCCC;
	padding: 3px 4px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
ul.pagination li.link {
	padding: 0px;
	border: 0px none transparent;
}
ul.pagination li.currentPage {
	background-color: #E0E0E0;
}















/** form related **/
.successMessage { font-weight: bold; color: green; }
.errorMessage { font-weight: bold; color: red; }

form.formBlock {
	border: 1px solid #CCCCCC;
	margin: auto 0;
	padding: 10px;
}
div.formBlock {
	padding: 15px;
	background-color: #F7F7F7;
	margin: 0;
}
div.formBlock input { 	width: 200px; }
div.formBlock input.long { 	width: 400px; }

div.formBlock p.first {
	margin-top: 4px;
	background-color: red;
}

label { cursor: pointer; }
label.nonClickable { cursor: auto; }
label.fieldTitle {
	font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: left;
	width: 150px;
	padding: 3px 5px;
	margin: 0 0 5px 0;
	text-align: right;
}
label.medium1 {	width: 215px;	}
label.auto {	width: auto;	}
div.field {
	clear: left;
	display: block;
	height: expression('1%');
	margin: 0 0 6px 0;
	padding: 1px 0;
}
input, textarea, select {
	background-color: #fff;
	border: 1px solid #ccd;
	color: #333;
	font-size: 12px;
	font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	padding: 2px;
}
textarea {
	overflow: auto;
	width: 350px;
	height: 110px;
}
textarea.small {
	overflow: auto;
	width: 350px;
	height: 60px;
}
textarea.thin {
	overflow: auto;
	width: 300px;
	height: 110px;
}
input.checkbox, input.radio { width: auto !important; background-color: transparent; border: 0px none transparent; }

fieldset { border: 0px none transparent; }

fieldset input { background-color: white; }
fieldset input.max { width: 300px; }
fieldset input.long { width: 300px; }
fieldset input.medium { width: 200px; }
fieldset input.small { width: 50px; }
fieldset input.streetNumber { width: 50px; }
fieldset input.streetName { width: 241px; }
input.calendarInput { float: left; cursor: pointer; }

fieldset div.submitBlock { margin: 10px 0 0 0; padding: 0; float: right; }

fieldset legend {
	font-size: 12px;
	color: #999;
	margin: 0 0 0 0;
	padding: 0 5px 10px 5px;
	line-height: 150%;
}

div.formMessage { display: none; font-weight: bold; color: red; margin: 0; padding: 10px 0 4px 0; text-align: center; }
div.pleaseWaitBlock { display: block; height: 20px; background-image: url('/images/ajax_loading.gif'); background-repeat: no-repeat; margin: 2px 10px 0 0; padding: 5px 10px 0 33px; }
fieldset div.pleaseWaitBlock { float: left; margin: 2px 0px 0 0; }

.button {
	background-color: #DBDBDB;
	border: 1px solid #999;
	color: black;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	margin: 5px 0 1px 15px;
	height: 21px;
	padding: 0;
	text-align: center;
}
.button:hover { color: red; background-color: #E6E6E6; border: 1px solid #999; }


.popoverLeftSide { float: left; width: 450px; }
.popoverRightSide { float: right; }
.addCommentThumb {
	margin: 5px;
}

img.captcha { width: 175px; height: 45px; }

form input.addToCart { display: block; float: left; border: 0px none transparent; padding: 0px; }

span.required { font-weight: bold; color: #D00707; font-size: 15px; }

ul.stepList { display: block; margin: 0 0 20px 0; height: 22px; }
ul.stepList li { display: block; float: left; padding: 0 20px; height: 22px; line-height: 22px; margin: 0 5px; background-color: transparent; border: 1px solid #E0E0E0; cursor: pointer; }
ul.stepList li.current { background-color: #FFF0F0; cursor: inherit; }
ul.stepList li.disabled { background-color: #C0C0C0; cursor: inherit; }

a.formLinkNoLabel { text-align: center; display: block; margin: 0 auto; }

label.plainTextPadded { margin-top: 5px; }
div.plainTextPadded { float: left; margin-top: 5px; }























/** utility **/
.clickable { cursor: pointer; }
.draggable { cursor: move; }
.dull { opacity: 0.25; filter: alpha (opacity=25); }
.hover { cursor: pointer; background-color: #F2F2F2; }

div.template { display: none; }

div.contentEnd {
	clear: both;
	overflow: hidden;
	text-indent: -1000em;
	height: 0;
	margin: 0;
}
.developmentNoticeBlock { background-color: red; color: black; padding: 2px; text-align: center; font-weight: bold; }
.developmentNoticeBlock em { color: white; }

















/** page structure **/
div.container { width: 982px; margin: 0 auto; }
div.header { background-color: white; }
div.contentBody { min-height: 300px; }
div.nonHomeContentBody { padding: 10px 0 0 0; }
div.footer { margin: 30px 0 10px 0; }

div.logo { float: left; }
div.logo a { display: block; width: 257px; height: 161px; background-image: url('/images/logos/en/logo3.gif'); text-indent: -1000em; margin-top: 32px; background-repeat:no-repeat;}
div.top1 { float: right; background-image: url('/images/site_design/en/top2.gif'); width: 711px; height: 193px; }
div.cgcLink{text-align: right; padding: 75px 10px 0 0}
div.copyrightBlock { float: left; background-image: url('/images/site_design/copyright_block.gif'); width: 257px; height: 80px; }
div.copyrightBlock p { height: 80px; line-height: 80px; color: white; margin: 0 13px; }
div.infoBlock { float: right; background-image: url('/images/site_design/info_block.gif'); width: 711px; height: 80px; }
div.infoBlock p { line-height: 20px; color: white; margin: 10px 20px 0 0; text-align: right; }
div.infoBlock p a, div.infoBlock p a:hover { color: white; }


div.userNav1 { background-color: yellow; }
div.userNav1 ul { display: inline; float: right; }
div.userNav1 ul li { display: block; float: left; height: 32px; }
div.userNav1 ul li a { display: block; float: left; line-height: 32px; padding: 0 0 0 20px; text-decoration: none; font-size: 12px; font-weight: normal; }
div.userNav1 ul li a.login { background-image: url('/images/icons/login.gif'); background-repeat: no-repeat; background-position: 10px 10px; padding-left: 25px; padding-right: 10px; }
div.userNav1 ul li a.logout { background-image: url('/images/icons/login.gif'); background-repeat: no-repeat; background-position: 10px 10px; padding-left: 25px; padding-right: 10px; }
div.userNav1 ul li a.shoppingCart { background-image: url('/images/icons/shopping_cart.gif'); background-repeat: no-repeat; background-position: 10px 9px; padding-left: 31px; }
div.userNav1 ul li a:hover { text-decoration: none; }
div.userNav1 ul li span.cartNumber { color: #D00707; }

/**	div.charityBlock div.thumb { margin: 0 0 10px 0; }	/**/
div.charityBlock { float: left; width: 750px; min-height: 125px; border: 1px solid #D0D0D0; background-color: #F0F0F0; padding: 15px; margin: 20px 0 10px 0; }
/**	div.charityBlock div.leftColumn { float: left; width: 300px; margin: 0 20px 0 0; }	/**/
/**	div.charityBlock div.rightColumn { float: left; }	/**/
div.charityBlock div.thumbnailColumn { float: left; margin: 0 20px 0 0; }
div.charityBlock div.infoColumn { float: left; margin: 0 20px 0 0; width: 350px; }
div.charityBlock div.infoColumn2 { float: left; margin: 0; width: 630px; text-align: justify; }
div.charityBlock div.infoColumn2 p { text-align: justify; }
div.charityBlock div.descriptionColumn { float: left; margin: 0; text-align: justify; }
div.charityBlock h1 { font-size: 14px; color: #D00707; font-weight: bold; margin: 0 0 2px 0; }
div.charityBlock p.p1 { margin: 0 0 10px 0; }
div.charityBlock dl { clear: left; height: 17px; }
div.charityBlock dl dt { float: left; font-weight: bold; color: #D00707; margin: 0 5px 0 0; }
div.charityBlock dl dd { float: left; margin: 0 5px 0 0; }

div.charityBlockSmall div.thumb { margin: 0; }
div.charityBlockSmall {  width: 750px; border: 1px solid #D0D0D0; background-color: #F0F0F0; padding: 10px 15px; margin: 0 0 15px 0; }
div.charityBlockSmall div.leftColumn { float: left; width: 260px; margin: 0 20px 0 0; }
div.charityBlockSmall h1 { display: block; margin: 36px 0 0 0; font-size: 14px; color: #D00707; font-weight: bold; text-decoration: none; }
div.charityBlockSmall a { text-decoration: none; }

















/** navs **/
div.nav1 { margin: 12px 0 0 0; background-image: url('/images/nav/nav1.gif'); width: 962px; height: 36px; padding-right: 20px; }
div.nav1 ul { float: left; display: inline; }
div.nav1 ul li { display: block; float: left; height: 36px; }
div.nav1 ul li a { display: block; float: left; line-height: 36px; padding: 0 23px; color: white; text-decoration: none; font-size: 14px; font-weight: bold; background-image: url('/images/nav/nav1_divider.gif'); background-repeat: no-repeat; background-position: right center; }
div.nav1 ul li a:hover { color: white; text-decoration: none; }

div.footerNav { }
div.footerNav ul { text-align: center; margin: 5px 0; }
div.footerNav ul li { display: inline; font-size: 11px; }
div.footerNav ul li a { padding: 5px; line-height: auto; font-size: 11px; }
div.footerNav ul li a:hover { padding: 5px; color: #333333; text-decoration: none; }









/** carousel scroller **/
div.stepCarouselBox {
	width: 912px; /*Width of Carousel Viewer itself*/
	height: 62px;
	padding: 14px 35px 13px 35px;
	margin: 60px 0 0 0;
	background-image: url('/images/site_design/carousel_background.gif');
	background-repeat: no-repeat;
}
div.stepCarousel {
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 912px;
	height: 62px;
	margin: 0px;
}
div.stepCarousel .belt {
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
div.stepCarousel .panel {
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0 10px 0 0; /*margin around each panel*/
	width: auto; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	border: 1px solid white;
	height: 60px;
}











/** other **/
.smallText { font-size: 9px; }