/***********************************************************
*********************** GENERAL ****************************
************************************************************/
* {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}

.links {
	color: #999999;
	text-decoration:none;
	font-size: 11px;
}
.links:hover,active {
	color: #E36B00;
	text-decoration: none;
	border-bottom:dotted 1px #E36B00;
	font-size: 11px;
}

.formInput {
	font-family: Arial;
	border: 0px;
	color: #66645F;
	padding-top: 5px;
}
.formInputTextbox {
	background: url("../images/formInputTextboxBkg.png");
	background-repeat: no-repeat;
	width: 212px;
	height: 24px;
	font-size: 12px;
	padding-left: 3px;
}
.formInputTextboxSmall{
	background-image: url("../images/formInputTextboxSmallBkg.png");
	width: 160px;
}
.formInputTextboxExtraSmall {
	background-image: url("../images/formInputTextboxExtraSmallBkg.gif");
	background-repeat: no-repeat;
	width: 70px;
}
.formInputTextarea {
	background: transparent;
	min-height: 120px;
	width: 348px;
	font-size: 12px;
}
.formInputTextareaContainer {
	background-image: url("../images/formInputTextareaBkg.gif");
	background-repeat: no-repeat;
	padding: 2px;
}
.pageSubtitle {
	color: #E36B00;
	font-weight: bold;
	font-size: 11px;
}
.pageText {
	color: #66645F;
	font-size: 11px;
}
.pageTextSmall {
	font-size: 10px;
	color: #999999;
}
.contentGeneral {
	width: 961px;
	vertical-align: top;
}
.headerLeft {
	background-image: url("../images/headerLeft.gif");
	background-repeat: no-repeat;
	background-position: top right;
	text-align: right;
}
.headerRight {
	background-image: url("../images/headerRight.gif");
	background-repeat: no-repeat;
	background-position: top left;
	text-align: left;
}
.headerTop {
	background-image: url('../images/headerTop.png');
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: top;
}
.headerTopTextIntro {
	font-size: 8px;
	font-weight: bold;
	color: #E0DED1;
	text-decoration: none;
	border-bottom:dotted 1px #66645F;
}
.headerTopTextInfo {
	color: #A19F93;
	font-size: 9px;
	font-weight: bold;
}
.headerBottom {
	background-image: url("../images/headerBottom.gif");
	background-repeat: repeat-x;
	background-position: top;
	font-size: 1px;
}
.underHeaderMainContainer {
	height: 30px;
}
.underHeaderLeft {
	background-image: url("../images/underHeaderLeft.gif");
	background-repeat: no-repeat;
	background-position: top right;
}
.underHeaderMiddle {
	background-image: url("../images/underHeader.gif");
	background-repeat: no-repeat;
	background-position: top center;
	vertical-align: top;
}
.underHeaderRight {
	background-image: url("../images/underHeaderRight.gif");
	background-repeat: no-repeat;
	background-position: top left;
}
.underHeaderPageTitle {
	color: #E36B00;
	font-weight: bold;
	font-size: 13px;
	padding-left: 10px;
}
.underHeaderPageTitleExtraInfo {
	color: #A19F93;
	font-size: 11px;
	font-weight: normal;
}
.underHeaderSubPageTitle {
	background-image: url("../images/underHeaderSubPageTitle.png");
	background-repeat: no-repeat;
	background-position: center left;
	width: 275px;
}
.footerMainContainer {

}
.footerContent {
	background-image: url('../images/footerTop.gif');
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	vertical-align: top;
	padding-top: 20px;
	height: 31px;
}
.footerLeft {
	background-image: url("../images/footerLeft.gif");
	background-repeat: no-repeat;
	background-position: top right;
	text-align: right;
}
.footerRight {
	background-image: url("../images/footerRight.gif");
	background-repeat: no-repeat;
	background-position: top left;
	text-align: left;
}
.footerLinkContainer {
	text-align: center;
	white-space: nowrap;
	padding-left: 12px;
	padding-right: 12px;
}
.footerLinkContainerPipe {
	border-right: 1px solid #999999;
}
.footerLink {
	color: #999999;
	text-decoration:none;
	font-size: 11px;
}
.footerLink:hover,active {
	color: #E36B00;
	text-decoration: none;
	border-bottom: dotted 1px #E36B00;
}

.mainContentContainerLeftTop {
	background-image: url("../images/mainContentLeftTop.png");
	background-repeat: no-repeat;
	background-position: top right;
	text-align: right;
	height: 375px;
}
.mainContentContainerRightTop {
	background-image: url("../images/mainContentRightTop.png");
	background-repeat: no-repeat;
	background-position: top left;
	text-align: left;
	height: 375px;
}
.mainContentContainerLeftMiddle {
	background-image: url("../images/mainContentLeftMiddle.gif");
	background-repeat: repeat-y;
	background-position: top right;
	vertical-align: top;
}
.mainContentContainerRightMiddle {
	background-image: url("../images/mainContentRightMiddle.gif");
	background-repeat: repeat-y;
	background-position: top left;
	vertical-align: top;
}
.firstContent {
	background-image: url("../images/firstContentTopSeparator.png");
	background-position: top right;
	background-repeat: no-repeat;
	width: 665px;
	vertical-align: top;
	padding: 10px;
	padding-top: 15px;
	border-right: 1px solid #C4BEA8;
}
.secondContent {
	background-image: url("../images/firstContentRightBorder.png");
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #DDDACE;
	vertical-align: top;
	padding: 0px;
	font-size: 11px;
	color: #66645F;
	height: 385px;
}
.secondContentDefaultContainer {
	padding: 10px;
}
.secondContentSpecialSection {
	background-color: #EAE9E2;
}
.servicesRowSeparator {
	background-image: url("../images/secondContentRowSeparatorServices.gif");
	background-repeat: no-repeat;
}
.messageError {
	color: #CC0000;
	border: 1px solid #CC0000;
	font-size: 13px;
	font-weight: bold;
	padding-left:10px;
	padding-right:10px;
	padding-top:15px;
	padding-bottom:15px;
}
.messageOK {
	color: #009900;
	border: 1px solid #009900;
	font-size: 13px;
	font-weight: bold;
	padding-left:10px;
	padding-right:10px;
	padding-top:15px;

	padding-bottom:15px;
}
/* tooltip */
.tooltip {position: absolute!important;overflow:hidden;font-size: 10px;z-index: 10000!important;}
.tooltip .xtop, .tooltip .xbottom {display:block;background:transparent;font-size:1px;}
.tooltip .xb1, .tooltip .xb2, .tooltip .xb3, .tooltip .xb4 {display: block; overflow:hidden;}
.tooltip .xb1, .tooltip .xb2, .tooltip .xb3 {height: 1px;}
.tooltip .xb2, .tooltip .xb3, .tooltip .xb4 {background-color:#E36B00;}
.tooltip .xbottom .xb2, .tooltip .xbottom .xb3, .tooltip .xbottom .xb4 {background-color:#E36B00;}
.tooltip .xb1 {margin: 0 5px;}
.tooltip .xb2 {margin: 0 3px;}
.tooltip .xb3 {margin: 0 2px;}
.tooltip .xb4 {height: 2px;margin: 0 1px;}
.tooltip .xboxcontent {padding: 0 .5em;margin: 0;color: #FFFFFF;border-width: 0px 1px 0 1px;background-color: #E36B00;}
/***********************************************************
************************ INDEX *****************************
************************************************************/
.indexCardsContainers {
	background-image: url('../images/indexCardBkg.gif');
	background-repeat: no-repeat;
	height: 251px;
	width: 360px;
	text-align: center;
	padding-top: 20px;
}
.indexCardToBuySlide {
	width: 360px;
	float: left;
	text-align: center;
}
.indexNewsletterContainer {
	background-image: url("../images/indexNewsletterContainerBkg.gif");
	background-repeat: no-repeat;
	padding-top: 10px;
	height: 168px;
}
/***********************************************************
************************ TERMS *****************************
************************************************************/
.termsTitle {
	color: #E36B00;
	font-weight: bold;
}
.termsSectionTitle {
	font-weight: bold;
}
/***********************************************************
************************ SHOP ******************************
************************************************************/
.secondContentShoppingCartContainer {
	padding: 5px;
	border: 1px solid #EAE9E2;
}
.secondContentShoppingCartContainerHover {
	border: 1px solid #E36B00;
	filter: alpha(Opacity=60);
	opacity: .6;
}
.secondContentRowSeparatorShopingCart {
	background-image: url("../images/secondContentRowSeparatorShopingCart.gif");
	background-repeat: no-repeat;
}
.cardToBuyContainer {
	text-align: center;
	width: 50%;
	background-image: url("../images/shoppingCartCardBkg.gif");
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
}
.shopCardPrice {
	/*width: 100px;*/
	color: #66645F;
	font-weight: bold;
	font-size:16px;
}
.shopCardViewDetail {
	background-image: url('../images/shopCardDetailView.png');
	background-repeat: no-repeat;
	height: 20px;
	vertical-align: middle;
	padding-left: 25px;
}
.shopCardAddToCart {
	background-image: url('../images/shopCardAddToCart.png');
	background-repeat: no-repeat;
	height: 20px;
	vertical-align: middle;
	padding-left: 25px;
}
.shoppingCartItemsInCart {
	color: #66665E;
	font-size: 12px;
	font-weight: bold;
}
.shoppingCartItemsInCartItemsNr {

	color: #E36B00;
	font-size: 16px;
	font-weight: bold;
}
.shoppingCartItemsTotalPrice {
	color: #E36B00;
	font-size: 16px;
	font-weight: bold;
}
.cardEditMessageOK {
	color: #4CAA49;
}
.cardEditMessageNotOK {
	color: #DC0F0E;
}
.cardConfiguratorSectionTitle {
	color: #66645F;
	font-weight: bold;
}
.checkoutStepsStepNumber {
	color:#D2D2D2;
	font-size:32px;
	font-weight:bold;
}
.checkoutStepsStepNumberSelected {
	color:#E36B00;
	font-size:32px;
	font-weight:bold;
}
.checkoutStepsStepText {
	color:#D2D2D2;
	font-size:11px;
	font-weight:bold;
}
.checkoutStepsStepTextSelected {
	color:#E36B00;
	font-size:11px;
	font-weight:bold;
}
.checkoutStepFormSlide {
	width: 700px;
	float: left;
}
/***********************************************************
********************* ADVERTISING **************************
************************************************************/
.bannerCodeTextarea {
	border: 1px solid #999999;
	font-size: 11px;
	color: #66645F;
}
/***********************************************************
************************ HELP ******************************
************************************************************/
ul.helpSectionQuestions {
	color: #777777;
	list-style: disc;
	padding-left: 20px;
}