/* Start of CMSMS style sheet 'Layout: Top menu + 2 columns' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #f4b180;
	margin: 0px;
	padding: 0px;
}

div#box1 {
	width: 300px;
	text-align: left;
	border: #ffffff 1px dashed;
	margin: 0px;
	padding: 0px;
}

div#box2 {
	width: 300px;
	text-align: left;
	border: #ffffff 1px dashed;
	margin: 0px;
	padding: 0px;
}

div#box3 {
	width: 300px;
	text-align: left;
	border: #ffffff 1px dashed;
	margin: 0px;
	padding: 0px;
}

div#box4 {
	width: 300px;	
        text-align: left;
	border: #ffffff 1px dashed;
	margin: 0px;
	padding: 0px;
}

div#promos td {
	background-color: #f9d1b4;
        padding: 2px;
}

/*div#main td {
	background-color: #f9d1b4;
}*/


.hhh, td.hhh a {
    font-size: 15px;
	font-weight: bold;
	color:#FFFFFF;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link, 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #eb6605; 
}
.zaglavie {
/* Същото като линковете да е */
   text-decoration: underline;
   background-color: inherit; 
   color: #eb6605; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #eb6605;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   background-color: inherit;
   color: #000000;
}

/*****************
basic layout 
*****************/
body {
        color: #000000;
	background-color: #f4b180;
	margin: 0px;
	padding: 0px;
}

table, tr, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}


/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;     /* this centers wrapper */
   max-width: 800px; /* IE wont understand these, so we will use javascript magick */
   min-width: 800px;
   
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   height: 68px; /* adjust according your image size */
   padding: 0px;
   margin: 0px;
            
}

div#menuto {
    width: 600px;
    height: 68px;
    padding: 0px;
    margin: 0px;
    vertical-align:top;
    z-index: 1;
}

div#search {
   float: right;
   width: 23em;     /* enough width for the search input box */
   text-align: right;
   padding: 5px;
}

input {font-size: 13px;}

div.breadcrumbs {
   padding: 0px; /* CSS short hand rule first value is top then right, bottom and left */
   margin: 0px;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
}

div#content {
   margin: 0px; /* some air above and under menu and content */
   padding: 0px;
   z-index: 2;
}

div#content .td-pad {
     padding: 3px;
}

.txt-menu {
	font-size: 12px;
	line-height: 14px;
	border-top: #a4988f dashed 1px;
}

div#main {
   margin: 5px;
   padding: 5px;
}

div#main .heading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #eb6605;
	margin-left: 15px;
	
}

div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 145px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin: 0;
   padding:0;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0;
   margin:0;
   width: 145px;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#footer {
   clear:both;       /* keep footer below content and menu */
   height: 16px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #ffffff;
   margin: 2px;
}

div#footer a:link {
	text-decoration: underline;
	color: #f9d1b4;
}
div#footer a:visited{
	text-decoration: underline;
	color: #f9d1b4;
}
div#footer a:hover {
	text-decoration: none;
	color: #ffffff;
}
div#footer a:active {
	text-decoration: underline;
	color: #f9d1b4;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}


/********************
CONTENT STYLING
*********************/
div#content {
     padding:0px;
     margin:0px;

}

/* HEADINGS */
div#content h1 {
        font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #eb6605;
	margin-left: 15px;
        margin-bottom: 5px;
}
div#content h2 {
        font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #eb6605;
}

/* END HEADINGS */

/* TEXT */

p {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 7px;
	margin-top: 7px;
}

strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}


/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 13px;
  margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */
/* End of 'Layout: Top menu + 2 columns' */

