 /* CSS Document */
html, address, blockquote, body, dd, div, dl, dt, fieldset, form, frame, frameset, h1, h2, h3, h4, h5, h6, noframes, ol, p, ul, center, dir, hr, menu, pre { display: block }
html, body { margin:0; padding:0; height:100%; }
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
}
#container {
	/* height:100%; */
	min-height:100%;
	position:relative;
	background-color: #e4cfd0;
	}
#content-wrapper {
	background-color: #e4cfd0;
	background-image: url(/i/content-bgr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 165px;	 
	}
#header-wrapper {
	background:#fff;
	padding:0px;
	margin: 0px;
	}
#footer-wrapper {
	position:absolute;
	bottom:0px;
	width:100%;
	height:165px;
	background-color: #999;
	margin: 0px;
	padding: 0px;
	}
/* BEGIN: описание на HEADER  --------- --------- --------- --------- --------- --------- */
#header {
	background-image: url(/i/header-bgr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	background-color: #FFF;
}
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header #logo {
	float: left;
}
#header #mainnavigation { float: right; }
#header #mainnavigation ul {
	margin: 0px;
	padding: 0px;
}
#header #mainnavigation ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
/* END: описание на HEADER --------- --------- --------- --------- --------- --------- */    


/* BEGIN: описание на FOOTER  --------- --------- --------- --------- --------- --------- */
#footer {
	background-image: url(/i/footer-bgr-shaddow.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 165px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	background-color: #999;
	font-size: 12px;
	color: #5f5f5f;
	font-style: normal;
	line-height: normal;
}
#footer img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer #productnavigation {
	float: left;
	width: 490px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#footer #productnavigation #title {
	float: left;
	font-size: 12px;
	color: #FFF;
}
#footer #productnavigation #navigation {
	float: left;
	padding-left: 10px;
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7c7c7c;
	text-align: left;
	font-size: 11px;
	line-height: 13px;
}
#footer #productnavigation a {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}
#footer #productnavigation a:hover {
	color: #ed1c24;
	text-decoration: none;
}
#footer #footernavigation {
	float: right;
	width: 450px;
	background-image: url(/i/footer-bgr-logo.png);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 12px;
	color: #5f5f5f;
	padding-top: 15px;
	margin-left: 20px;
	padding-bottom: 15px;
	padding-right: 20px;
	height: 135px;
	text-align: left;
	line-height: 13px;
}
#footer #footernavigation a {
	color: #eee;
	text-decoration: none;
}
#footer #footernavigation a:hover {
	text-decoration: none;
	color: #770e12;
}
#footer #footernavigation p.copy {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #808080;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 11px;
	text-align: left;
	color: #333;
}
#footer #footernavigation p.dev {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	font-size: 10px;
	text-align: left;
}
#footer #footernavigation .dev a { color: #5f5f5f; }
#footer #footernavigation .dev a:hover {  color: #333; }
/* END: описание на FOOTER --------- --------- --------- --------- --------- --------- */
/* BEGIN: описание на CONTENT  --------- --------- --------- --------- --------- --------- */
#content {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	}
/* END: описание на CONTENT --------- --------- --------- --------- --------- --------- */
/* BEGIN: предефиниране на общи tag-ове  --------- --------- --------- --------- --------- --------- */
p {
	font-size: 11px;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
}
h1 {
	font-size: 12px;
	font-weight: bolder;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #770e12;
	padding-bottom: 5px;
	color: #ed1c24;
}
h2 {
	font-size: 12px;
	color: #ed1c24;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
a { color: #770E12; text-decoration: none; }
a:hover { color: #ED1C24; text-decoration: underline; }
b, strong { font-weight: bolder; font-style: normal; }
i, em { font-weight: normal; font-style: normal; }
ul, ol {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	font-size: 11px;
}
ol { list-style-type: decimal }
ol ul, ul ol, ul ul, ol ol { margin-top: 0; margin-bottom: 0 }
ol, ul { margin-left: 10px; margin-right: 10px; }
li {
	display: list-item;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
}
/* END: предефиниране на tag-ове  --------- --------- --------- --------- --------- --------- */
/* BEGIN: описание на общи класове --------- --------- --------- --------- --------- --------- */
.red { color: #ed1c24; }
.darkred { color: #770e12; }
.date { font-size: 10px; color: #999; }
/* END: описание на общи класове --------- --------- --------- --------- --------- --------- */
/* BEGIN: описание на кутии --------- --------- --------- --------- --------- --------- --------- */
.contentbox { /* широка кутия за съдържание */
	width: 652px;
	margin-bottom: 6px;
}
.rightbox { /* тясна лява и дясна кутия за съдържание */
	width: 322px;
	margin-bottom: 6px;
}
.dialogbox { /* кутия за popup диалог */
	width: 402px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* END: описание на кутии --------- --------- --------- --------- --------- --------- --------- */
/* BEGIN: описание на горна рамка на кутия --------- --------- -------- --------- --------- */
.boxtop {
	height: 6px;
}
.boxtop .leftcorner {
	float: left;
	height: 6px;
	width: 6px;
	background-image: url(/i/border-left.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.boxtop .topborder {
	background-image: url(/i/border-top.png);
	margin-right: 6px;
	margin-left: 6px;
	background-repeat: repeat-x;
	background-position: center top;
	height: 6px;
}
.boxtop .rightcorner {
	background-image: url(/i/border-right.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 6px;
	width: 6px;
	float: right;
}
/* END: описание на горна рамка на кутия --------- --------- --------- --------- --------- --------- */
/* BEGIN: описание на странична рамка на кутия --------- --------- --------- --------- --------- --------- */
.contentholderleft {
	background-image: url(/i/border-left.png);
	background-position: left -6px;
	background-repeat: no-repeat;
	padding-left: 6px;
	background-color: #FFF;
}
.contentholderright {
	background-image: url(/i/border-right.png);
	background-repeat: no-repeat;
	background-position: right -6px;
	margin-left: 6px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.contentholderright .description {
	float: left;	
}
/* END: описание на странична рамка на кутия --------- --------- --------- --------- --------- --------- */
/* BEGIN: описание на долна рамка на кутия --------- --------- --------- --------- --------- --------- */
.boxbottom {
	height: 6px;
}
.boxbottom .leftcorner {
	float: left;
	height: 6px;
	width: 6px;
	background-image: url(/i/border-bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.boxbottom .bottomborder {
	margin-right: 6px;
	margin-left: 6px;
	height: 6px;
	background-color: #FFF;
}
.boxbottom .rightcorner {
	background-image: url(/i/border-bottom.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 6px;
	width: 6px;
	float: right;
}
/* END: описание на долна рамка на кутия --------- --------- --------- --------- --------- --------- */
/* BEGIN: дефиниция на линквете в долния край на всяка кутийка --------- --------- --------- --------- --------- --------- */
.boxfooter {
	background-image: url(/i/pixel-red-dark.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 14px;
	background-color: #FFF;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-right: 10px;
	margin-left: 5px;
}
/* дефиниция на линквете за обратен път - breadcrumbs */
.breadcrumbs {
	display: inline;
	float: left;
	color: #770e12;
}
.breadcrumbs a {
	color: #666;
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: #ed1c24;
	text-decoration: underline;
}
/* дефиниция на линквете следващи опции */
.subnavigation-right {
	display: inline;
	float: right;
	color: #770e12;
}
.subnavigation-right a {
	color: #ed1c24;
	text-decoration: none;
}
.subnavigation-right a:hover {
	color: #770e12;
	text-decoration: underline;
}
/* дефиниция на линкoвете следващи опции */
.subnavigation-left {
	display: inline;
	float: left;
	color: #770e12;
}
.subnavigation-left a {
	color: #ed1c24;
	text-decoration: none;
}
.subnavigation-left a:hover {
	color: #770e12;
	text-decoration: underline;
}
/* END: дефиниция на линквете в долния край на всяка кутийка --------- --------- --------- --------- --------- --------- */
/* BEGIN: описание за секция ID#ABOUT class: contentbox --------- --------- --------- --------- --------- --------- --------- */
#about img {
	float: right;
	clear: right;
	margin-left: 20px;
	margin-bottom: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* END: описание на кутия за секция ABOUT --------- --------- --------- --------- --------- --------- --------- */
/* BEGIN: описание на кутия за кратко търсене секция ID#SEARCH-BOX class: rightbox --------- --------- --------- --------- --------- --------- */
#search-box table {
	padding: 2px;
	font-size: 11px;
}
#search-box select {
	background-color: #CCC;
	border: 1px solid #770e12;
	color: #770e12;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
	width: 95px;
	padding: 2px;
}
#search-box #search_button {
	height: 30px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	text-align: right;
}
#search-box .contentholderright {
	background-image: url(/i/border-right.png);
	background-repeat: no-repeat;
	background-position: right -6px;
	margin-left: 6px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
}
#search-box-bgr {
	background-image: url(/i/search-box-bgr.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
/* END: описание на кутия за кратко търсене секция ID#SEARCH-BOX class: rightbox --------- --------- --------- --------- --------- --------- */
/* BEGIN: описание на кутия за единична новина, секция ID#NEWS class: contentbox --------- --------- --------- --------- --------- --------- */
#news img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* END: описание на кутия за единична новина, секция ID#NEWS class: contentbox --------- --------- --------- --------- --------- --------- */
/* BEGIN: описание на кутия списък с новини за секция ID#NEWS-LIST class: contentbox --------- --------- --------- --------- --------- --------- --------- */
#news-list img {
	float: right;
	clear: right;
	margin-left: 50px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
}
#news-list .more { color: #ed1c24; }
#news-list .more a { color: #770e12; text-decoration: none; }
#news-list .more a:hover { color: #ed1c24; }
#news-list .devider {
	background-image: url(/i/pixel-red-dark.gif);
	background-repeat: repeat-x;
	background-position: center center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
/* END: описание на кутия списък с новини за секция ID#NEWS-LIST class: contentbox --------- --------- --------- --------- --------- --------- --------- */
/* BEGIN: описание на кутия за новина, секция ID#NEWS-BOX class: rightbox --------- --------- --------- --------- --------- --------- --------- */
#news-box img {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
/* END: описание на кутия за новина, за секция ID#news-box class: rightbox --------- --------- --------- --------- --------- --------- --------- */
/* BEGIN: описание на кутия за топ продукти за секция ID#topproducts-box class: rightbox --------- --------- --------- --------- --------- --------- */
#topproducts-box .contentholderright {
	background-image: url(/i/border-right.png);
	background-repeat: no-repeat;
	background-position: right -6px;
	margin-left: 6px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#topproducts-box #img-gallery{
	float: right;
	margin-left: 10px;
}
#topproducts-box #img-gallery img.main {
	background-image: url(/i/white-red-gradient.jpg);
	padding: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#topproducts-box #img-gallery img.secondary {
	background-image: url(/i/white-red-small-gradient.jpg);
	padding: 1px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#topproducts-box #topproducts-bgr {
	background-image: url(/i/search-box-bgr.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 196px;
}
#topproducts-box #topproducts-bgr p {
	padding-left: 10px;
}
/* END: описание на кутия за топ продукти за секция ID#topproducts-box class: rightbox --------- --------- --------- --------- --------- --------- */
/* BEGIN: описание на кутия за свързани  продукти за секция ID#conproducts-box class: rightbox --------- --------- --------- --------- --------- --------- */
#conproducts-box h1 {
	text-transform: lowercase;
	color: #770E12;
}
#conproducts-box #img-gallery{
	float: right;
	margin-left: 10px;
}
#conproducts-box #img-gallery img.main {
	background-image: url(/i/white-dark-red-gradient.jpg);
	padding: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#conproducts-box #img-gallery img.secondary {
	background-image: url(/i/white-dark-red-small-gradient.jpg);
	padding: 1px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* END: описание на кутия за свързани  продукти за секция ID#conproducts-box class: rightbox --------- --------- --------- --------- --------- --------- */
/* BEGIN: описание на кутия навигация по категории за секция ID#category-box class: rightbox --------- --------- --------- --------- --------- --------- */
#category-box h1 {
	font-size: 12px;
	font-weight: bolder;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #770e12;
	padding-bottom: 5px;
	color: #770E12;
}
#category-box .subcategory {
	color: #999;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#category-box .boxfooter {
	background-image: url(/i/pixel-red-dark.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 14px;
	background-color: #FFF;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-right: 10px;
	margin-left: 5px;
	text-align: center;
}
/* END: описание на кутия навигация по категории за секция ID#category-box class: rightbox --------- --------- --------- --------- --------- --------- */
/* BEGIN: описание на кутия за коментари за секция ID#interactive-box class: contentbox --------- --------- --------- --------- --------- --------- --------- */
#interactive-box   { color: #ED1C24; }
#interactive-box  h1 {
	color: #770E12;
	border-top-color: #ED1C24;
	border-right-color: #ED1C24;
	border-bottom-color: #ED1C24;
	border-left-color: #ED1C24;
}
#interactive-box p {
	margin: 0px;
	padding: 0px;
}
#interactive-box a {
	color: #770E12;
	text-decoration: none;
}
#interactive-box a:hover {
	color: #ED1C24;
	text-decoration: underline;
}

#interactive-box .subnavigation-right {
	display: inline;
	float: right;
	color: #770e12;
}
#interactive-box .subnavigation-right a {
	color: #999999;
	text-decoration: none;
}
#interactive-box .subnavigation-right a:hover {
	color: #770e12;
	text-decoration: underline;
}
#interactive-box .boxfooter {
	background-image: url(/i/pixel-red-light.gif);
}
#interactive-box .contentholderleft {
	background-image: url(/i/border-left-red.png);
	background-position: left -6px;
	background-repeat: no-repeat;
	padding-left: 6px;
	background-color: #FFF;
}
#interactive-box .contentholderright {
	background-image: url(/i/border-right-red.png);
	background-repeat: no-repeat;
	background-position: right -6px;
	margin-left: 6px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* описание на горна рамка на кутия #interactive-box */
#interactive-box .boxtop .leftcorner {
	float: left;
	height: 6px;
	width: 6px;
	background-image: url(/i/border-left-red.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#interactive-box .boxtop .topborder {
	background-image: url(/i/border-top-red.png);
	margin-right: 6px;
	margin-left: 6px;
	background-repeat: repeat-x;
	background-position: center top;
	height: 6px;
}
#interactive-box .boxtop .rightcorner {
	background-image: url(/i/border-right-red.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 6px;
	width: 6px;
	float: right;
}
/* END: описание на кутия за коментари за секция ID#interactive-box class: contentbox --------- --------- --------- --------- --------- --------- --------- */
/* BEGIN: описание на кутия с менюто за категории ID#category-box class: rightbox --------- --------- --------- --------- --------- --------- --------- */
#category-box h1 {
	font-size: 12px;
	font-weight: bolder;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #770e12;
	padding-bottom: 5px;
	color: #770E12;
}
#category-box .subcategory {
	color: #999;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#category-box .boxfooter {
	background-image: url(/i/pixel-red-dark.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 14px;
	background-color: #FFF;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-right: 10px;
	margin-left: 5px;
	text-align: center;
}

/* дефиниция на линквете следващи опции */
#category-box .subnavigation-right {
	display: inline;
	color: #770e12;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#category-box .subnavigation-right a {
	color: #666;
	text-decoration: none;
}
#category-box .subnavigation-right a:hover {
	color: #ED1C24;
	text-decoration: none;
}
#category-box #categories_menue ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#category-box #categories_menue li {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin: 0px;
	text-decoration: none;
}
#category-box #categories_menue ul li a {
	color: #999;
	display: block;
	width: 275px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
#category-box #categories_menue ul li a:hover {
	color: #ed1c24;
	background-image: url(/i/arrow-right.png);
	background-repeat: no-repeat;
	background-position: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#category-box #categories_menue ul li a.selected {
	color: #ed1c24;
	font-weight: bold;
	background-image: url(/i/arrow-right.png);
	background-repeat: no-repeat;
	background-position: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
/* END: описание на кутия с менюто за категории ID#category-box class: rightbox --------- --------- --------- --------- --------- --------- --------- */
/* BEGIN: описание на кутия с продуктови детайли за секция ID#details-box class: contentbox --------- --------- --------- --------- --------- --------- --------- */
#details-box img.details {
	float: left;
	clear: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#details-box #img-gallery{
	/*float: right;*/
	position: relative;
	/*margin-left: 10px;*/
	margin: 0 0 0 450px;
}
#details-box #img-gallery img.main {
	background-image: url(/i/white-dark-red-gradient.jpg);
	padding: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#details-box #img-gallery img.secondary {
	background-image: url(/i/white-dark-red-small-gradient.jpg);
	padding: 1px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#details-box #tabs {
	float: right;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
}
#details-box #tabs a {
	color: #999999;
	text-decoration: none;
}
#details-box #tabs a:hover {
	color: #770e12;
}
#details-box #tabs a.selected {
	color: #ed1c24;
}
#details-box table {
	font-size: 11px;
}
#details-box th {
	font-weight: bold;
	color: #770e12;
	text-align: left;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #770e12;
}
#details-box td {
	text-align: left;
	padding: 5px;
}
#details-box tr.odd {
	background-color: #CCC;
}
#details-box tr.even {

}





/* END: описание на кутия с продуктови детайли за секция ID#details-box class: contentbox --------- --------- --------- --------- --------- --------- --------- */


/* BEGIN: описание на на диалог за коментари --------- --------- --------- --------- --------- --------- */
.commentbox {
	width: 602px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.commentbox h1 {
	font-size: 12px;
	font-weight: bolder;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #ed1c24;
	padding-bottom: 5px;
	color: #770e12;
}
.commentbox h2 {
	font-size: 11px;
	color: #666;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.commentbox table {
	font-size: 11px;
	color: #770e12;
	padding: 5px;
}
.commentbox p.date {
	padding: 0px;
	margin: 0px;
}
.commentbox p.required {
	color: #770e12;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 10px;
	text-align: right;
}

.commentbox .comment {
	background-image: url(/i/pixel-red-dark.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

.commentbox .boxfooter {
	padding-right: 12px;
	padding-left: 12px;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: none;
	height: 45px;
}
.commentbox .boxfooter p.grayinfo {
	background-image: url(/i/pixel-red-dark.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFF;
	color: #999;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.commentbox .inputbox {
	border: 1px solid #770e12;
	background-color: #ebebeb;
	width: 230px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 1px;
	margin-right: 0px;
	margin-left: 0px;
	color: #770e12;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
}
.commentbox #close {
	float: right;
	margin: 0px;
	height: 12px;
	width: 10px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.commentbox #close img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.commentbox #send {
	background-image: url(/i/button-submit.png);
	width: 112px;
	height: 22px;
	color: #FFF;
	font-size: 11px;
	background-repeat: no-repeat;
	background-position: center center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	background-color: #FFF;
	display: inline;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 40px;
	text-align: left;
}
.commentbox #reset {
	background-image: url(/i/button-cancel.png);
	width: 112px;
	height: 22px;
	color: #FFF;
	font-size: 11px;
	background-repeat: no-repeat;
	background-position: center center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	background-color: #FFF;
	display: inline;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 40px;
	text-align: left;
}
/* END: описание на диалог за коментари --------- --------- --------- --------- --------- --------- */
/* BEGIN: описание на на popup диалог --------- --------- --------- --------- --------- --------- */
.dialogbox {
	width: 402px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.dialogbox h1 {
	font-size: 12px;
	font-weight: bolder;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #ed1c24;
	padding-bottom: 5px;
	color: #770e12;
}
.dialogbox table {
	font-size: 11px;
	color: #770e12;
	padding: 5px;
}
.dialogbox .boxfooter {
	padding-right: 12px;
	padding-left: 12px;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 0px;
	width: 378px;
	margin-right: auto;
	margin-left: auto;
	height: 60px;
	background-image: none;
}
.dialogbox .boxfooter p.grayinfo {
	background-image: url(/i/pixel-red-light.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFF;
	color: #999;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.dialogbox p.required {
	color: #770e12;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 10px;
	text-align: right;
}
.dialogbox .inputbox {
	border: 1px solid #770e12;
	background-color: #ebebeb;
	width: 230px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 1px;
	margin-right: 0px;
	margin-left: 0px;
	color: #770e12;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
}
.dialogbox #close {
	float: right;
	margin: 0px;
	height: 12px;
	width: 10px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.dialogbox #close img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.dialogbox #send {
	background-image: url(/i/button-submit.png);
	width: 112px;
	height: 22px;
	color: #FFF;
	font-size: 11px;
	background-repeat: no-repeat;
	background-position: center center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	background-color: #FFF;
	display: inline;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 40px;
	text-align: left;
}
.dialogbox #reset {
	background-image: url(/i/button-cancel.png);
	width: 112px;
	height: 22px;
	color: #FFF;
	font-size: 11px;
	background-repeat: no-repeat;
	background-position: center center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	background-color: #FFF;
	display: inline;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 40px;
	text-align: left;
}

 #print {
	background-image: url(/i/button-print.png);
	width: 112px;
	height: 22px;
	color: #FFF;
	font-size: 11px;
	background-repeat: no-repeat;
	background-position: center center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	background-color: #FFF;
	display: inline;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 40px;
	text-align: left;
	float: left;
}
/* END: описание на popup диалог --------- --------- --------- --------- --------- --------- */


#container #content-wrapper #content #leftcolumn {
	float: left;
	margin-right: 3px;
}
#container #content-wrapper #content #rightcolumn {
	float: right;
	margin-left: 3px;
}



.pages {
 margin: 2%;
 padding: 4%;
 clear: both;
 
}

.pages li{
 float: left;
 height: 13px;
 width: 23px;
 color: #fff;
 text-decoration: none;
 margin: 0 1px 0 1px;
 font-size: 10px;
 line-height: 12px;
 font-family: Verdana;
 text-align: center;
 background-color: #E4CFD0;
 list-style: none; 
}

.num-selected{
 background: #8C1419!important;
 font-size: 12px;
 height: 18px;
 width: 23px;
}

.pages li a{
 float: left;
 height: 18px;
 width: 23px;
 color: #fff;
 margin: -5px 0 0 0;
 padding: 5px 0 0 0;
 text-decoration: none;
 font-size: 10px;
 line-height: 12px;
 font-family: Verdana;
 text-align: center;
 background-color: #E4CFD0;
}

.pages li a:hover{
 float: left;
 height: 18px;
 width: 23px;
 margin: -5px 0px 0 0px;
 background-color: #8C1419; 
 font-size: 10px;
 line-height: 12px;
}

.AccordionTitle, .AccordionContent, .AccordionContainer
{
  position:relative;
  width:100%;
}

.AccordionTitle
{
  height:20px;
  overflow:hidden;
  cursor:pointer;
  font-family:Arial;
  font-size:8pt;
  font-weight:bold;
  vertical-align:middle;
  text-align:center;
  background-repeat:repeat-x;
  display:table-cell;
  background-image:url('title_repeater.jpg');
  -moz-user-select:none;
}

.AccordionContent
{
  height:0px;
  overflow: none;
  display:none;
}

.AccordionContainer
{
  /*border-top: solid 1px #C1C1C1;
  border-bottom: solid 1px #C1C1C1;
  border-left: solid 2px #C1C1C1;
  border-right: solid 2px #C1C1C1;*/
}


/* BEGIN: РѕРїРёСЃР°РЅРёРµ РЅР° РєСѓС‚РёСЏ Р·Р° РЅР°С‡Р°Р»РЅР° СЃС‚СЂР°РЅРёС†Р°  ID#index-box class: contentbox --------- --------- --------- --------- --------- --------- --------- */
#index-box {}
#index-box #img-gallery{
	float: right;
	margin-left: 10px;
}
#index-box #leftsection {
	float: left;
	height: 513px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#index-box #rightsection {
	float: right;
	height: 513px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#index-box #rightsection ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#index-box #rightsection ul li {
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}
/* END: РѕРїРёСЃР°РЅРёРµ РЅР° РєСѓС‚РёСЏ Р·Р° РЅР°С‡Р°Р»РЅР° СЃС‚СЂР°РЅРёС†Р°  ID#index-box class: contentbox --------- --------- --------- --------- --------- --------- --------- */
/* BEGIN: РѕРїРёСЃР°РЅРёРµ РЅР° РєСѓС‚РёСЏ Р·Р° РЅР°С‡Р°Р»РЅР° СЃС‚СЂР°РЅРёС†Р°  ID#product-list class: contentbox --------- --------- --------- --------- --------- --------- */
#product-list {
}
#product-list img {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#product-list div.list-item {
	height: 110px;
	width: 315px;
	float: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#product-list p {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#product-list h2 {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
#product-list p.more {
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #770E12;
}
#product-list p.more a {
	color: #ED1C24;
}
#product-list p.more a:hover {
	color: #770E12;
}
/* END: РѕРїРёСЃР°РЅРёРµ РЅР° РєСѓС‚РёСЏ Р·Р° РЅР°С‡Р°Р»РЅР° СЃС‚СЂР°РЅРёС†Р°  ID#product-list class: contentbox --------- --------- --------- --------- --------- --------- */


/* ------------------------------------------------------------ РґРѕР±Р°РІРµРЅРѕ 07.08.2009 --------------------------------------------------------------------------------------------------- */


/* BEGIN: РѕРїРёСЃР°РЅРёРµ РЅР° РєСѓС‚РёСЏ Р·Р° СЂР°Р·С€РёСЂРµРЅРѕ С‚СЉСЂСЃРµРЅРµ ID#detailed-search class: contentbox --------- --------- --------- --------- --------- --------- */
#detailed-search table {
	padding: 2px;
	font-size: 11px;
	margin: 0px;
}
#detailed-search td {
	margin: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#detailed-search h5 {
	font-size: 11px;
	font-weight: bold;
	color: #770E12;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#detailed-search select {
	background-color: #CCC;
	border: 1px solid #770e12;
	color: #770e12;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
	width: 95px;
	padding: 2px;
	margin: 0px;
}
#detailed-search p.instr {
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 11px;
	color: #333;
}

#detailed-search #search_button {
	height: 30px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	text-align: right;
}
#detailed-search #detailed-search-bgr {
	background-image: url(images/detaied-search-bgr.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#detailed-search .contentholderright {
	background-image: url(images/border-right.png);
	background-repeat: no-repeat;
	background-position: right -6px;
	margin-left: 6px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
}
/* END: РѕРїРёСЃР°РЅРёРµ РЅР° РєСѓС‚РёСЏ Р·Р° РєСЂР°С‚РєРѕ С‚СЉСЂСЃРµРЅРµ СЃРµРєС†РёСЏ ID#detailed-search class: rightbox --------- --------- --------- --------- --------- --------- */
/* BEGIN: РѕРїРёСЃР°РЅРёРµ РЅР° РєСѓС‚РёСЏ-СЃР»Р°Р№РґРµСЂ Р·Р° РЅР°С‡Р°Р»РЅР° СЃС‚СЂР°РЅРёС†Р°  ID#slider --------- --------- --------- --------- --------- --------- --------- */
#slider {
	background-image: url(/i/slider-bgr.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #770E12;
	height: 161px;
	margin: 0px;
	padding: 0px;
	width: 1024px;
}

#slider img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#slider h1 {
	font-size: 12px;
	line-height: 9px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #ED1C24;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#slider p {
	font-size: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#slider ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#slider ul li {
	list-style-type: none;
	display: inline;
	width: 280px;
	height: 130px;
	background-image: url(/i/slider-item-bgr.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	margin-top: 0px;
	margin-right: 17px;
	margin-bottom: 0px;
	margin-left: 9px;
	padding: 0px;
}
#slider div.left {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 130px;
	width: 130px;
	text-align: center;
}
#slider div.right {
	float: right;
	margin: 0px;
	width: 150px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#slider .more {
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #770E12;
}
#slider .more a {
	color: #ED1C24;
}
#slider .more a:hover {
	color: #770E12;
}
#slider #leftarrow {
	float: left;
	width: 30px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 22px;
}
#slider #list {
	width: 920px;
	float: left;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#slider #list img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#slider #rightarrow {
	float: right;
	width: 30px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 22px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#promo h3 {
	font-size: 15px;
	color: #770E12;
	font-weight: bold;
	font-style: normal;
	line-height: 120%;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
/* END: РѕРїРёСЃР°РЅРёРµ РЅР° РєСѓС‚РёСЏ-СЃР»Р°Р№РґРµСЂ Р·Р° РЅР°С‡Р°Р»РЅР° СЃС‚СЂР°РЅРёС†Р°  ID#slider --------- --------- --------- --------- --------- --------- --------- */

#promo img.coupon {
	float: right;
	clear: right;
	margin-left: 20px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
#promo img.promo {
	margin-left: 20px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: none;
	clear: both;
	margin-right: 20px;
	margin-top: 20px;
}

:-moz-any-link:focus, a:active img, a:active img, a:visited img, a img { outline-color:-moz-use-text-color; outline-style:none; outline-width:medium; }

#warning {
	height: 30px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	background-color: #ed1c24;
	color: #FFF;
	font-size: 11px;
	text-align: center;
	display: none;
}
#warning p {
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
