
li.admonition a {  /* ADDED BY YESAUL */
	color: #FF743d; /* main red */
	}
	
.tagSelected {
    color: #ff743d; 
    }

	
/* ширина всех(!) полей для формы авторизации на сайте */
form#loginForm fieldset input,

/* ширина всех(!) полей для формы смены пароля */
div#accountPassword form fieldset input,
/* ширина всех(!) полей для формы смены контактной информации (см исключения ниже) */
div#accountEditDefault form fieldset input,

/* ширина полей для формы регистрации нового клиента (см исключения ниже) */
form#createAccountForm fieldset input,

/* ширина всех(!) полей для формы contact us и ask_a_question */
fieldset#contactUsForm input,

/* ширина всех(!) полей в форме изменения адреса */
div#addressBookProcessDefault form fieldset input  /* comma */
    {
	width: 500px;
    }
	
/* исключения для чекбоксов и радио (должно идте после основного определения) */
div#accountEditDefault form fieldset input#email-format-html,
div#accountEditDefault form fieldset input#email-format-text,
form#createAccountForm fieldset input#privacy,
form#createAccountForm fieldset input#newsletter-checkbox,
form#createAccountForm fieldset input#email-format-html,
form#createAccountForm fieldset input#email-format-text /* comma */
    {
	width: unset;
    }
	
/* ширина drop-down меню для выбора страны */	
form#createAccountForm select#country, 
div#addressBookProcessDefault select#country /* comma */	
    {
	width: 300px;
    }

	
	
.centerBoxContentsFeatured   > div,
.centerBoxContentsSpecials   > div,
.centerBoxContentsNew        > div,
.centerBoxContentsMostViewed > div,
.specialsListBoxContents   > div,
.featuredListBoxContents   > div,
.mostViewedListBoxContents > div,
.categoriesAllListBoxContents    > div, 
.manufacturersAllListBoxContents > div  {
    margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 6px;     /* should be as padding-left for #NewsOnMainPage */ 
	margin-right: 6px;    /* should be as padding-right for #NewsOnMainPage */ 
    border: 1px solid #B6D5EC;
    padding: 3px;
    text-align: center;
}	

.centerBoxContentsFeatured   > div,
.centerBoxContentsSpecials   > div,
.centerBoxContentsNew        > div,
.centerBoxContentsMostViewed > div,
.specialsListBoxContents   > div,
.featuredListBoxContents   > div,
.mostViewedListBoxContents > div,
.centerBoxContentsAlsoPurch > div  {
	height: 180px;
}	

.categoriesAllListBoxContents    > div, 
.manufacturersAllListBoxContents > div  {
	height: 100px;
}	

#NewsOnMainPage {
	margin-top: 7px; 
	margin-bottom: 7px; 
    padding-left: 6px;  /* should be as margin-left for .centerBoxContentsFeatured */ 
    padding-right: 6px;	/* should be as margin-right for .centerBoxContentsFeatured */ 
}

#NewsOnMainPage table { /* special for news on main page */
	border-top: 1px solid #B6D5EC;  /* very light blue */
    width: 100%;
}

#messageStack_main_content, #messageStack_upload {
    padding: 8px; 
	border-left: 1px solid #9F8C54;   /* must be similar to .centerColumn */
	border-right: 1px solid #9F8C54;  /* must be similar to .centerColumn */
}


/* template_default/css/stylesheet.css legacy */

#quantityDiscountsDetails td {border: 1px solid black;}
.alignCenter {text-align: center}

div#cartAdd div.show-more a {
	color: #ff743d;
}

