body,td,th {
	color: #000000;
}
body {
	background-color: #F5F3F4;
	background-image: url(../../images/default/bg.png);
	background-repeat: repeat-x;
	font-family: Tahoma, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

td.tableHeader {
	border: 1px solid #bebebe;
	border-top: none;
	border-bottom: none;
	font-size: 13px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(../../images/default/tableHeaderBg.jpg);
}
.header_title{
	margin-left: 4px;
	float: left;
}

/* Valign center */
.header_title_holder{
	margin-top:0.1em;
	display:block;
}

.header_arrow{
	margin-top: 4px;
	margin-right: 4px;
	float: right;
}

td.tableContent {
	background-color: #FFFFFF;
	border: 1px solid #bebebe;
	border-top: none;
	margin-bottom: 20px;
}

td.tableDevider {
	height: 20px;
}

td.copyTerms {
	background-color: #F5F3F4;
}

td.tableFlags {
	height: 130px;
	
	padding-right: 5px;	
}

td.tableHeaderMenu {
	padding-right: 5px;	
}


.header_button{
	background-color: #E8E8E8;
	text-align: center;
	font-weight: bold;
	border: 1px solid silver;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
} 

/* SIDEBAR - Search box */
.searchBoxTitle{
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 2px;
	font-weight: bold;
	color: #364041;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
}

.searchBtn{
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../../images/default/search_btn.jpg);
	background-repeat: no-repeat;
	background-color: white;
	border: none;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #364041;
	width: 60px;
	vertical-align: middle;
}
.searchField{
	font-size: 10px;
	width: 145px;
}
.searchAdvanced{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 2px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.searchAdvancedText{
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 2px;
}
.searchAdvancedText a:link{
	text-decoration: none;
	color: #1c5679;
}
.searchAdvancedText a:visited{
	text-decoration: none;
	color: #1c5679;
}
.searchAdvancedText a:active{
	text-decoration: none;
	color: #1c5679;
}

/* SIDEBAR - categories */
.categories_br {

	width: 160px;
	height: 10px;
	border-bottom: 1px solid #CCC;
}
.categories_br_finish {

	width: 160px;
	height: 10px;
}
.categories_list{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom: 1px solid #CCC;
	width: 160px;
	font-weight: bold;
}
.categories_list a:link{
	text-decoration: none;
	color: #1c5679;
	margin-left: 5px;
	font-weight: bold;
}
.categories_list a:visited{
	text-decoration: none;
	color: #1c5679;
	margin-left: 5px;
	font-weight: bold;
}
.categories_list a:active{
	text-decoration: none;
	color: #1c5679;
	margin-left: 5px;
	font-weight: bold;
}
.categories_list a:hover{
	text-decoration: none;
	color: blue;
	margin-left: 5px;
	font-weight: bold;
}

/* SIDEBAR - Subcategories */
.link_holder{
	padding-left: 10px;
	/*border-bottom: 1px solid #CCC;*/
}
.subcategories_list{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	border-bottom: 1px solid #CCC;
	width: 160px;
}
.subcategories_list a:link{
	text-decoration: none;
	color: #1c5679;
}
.subcategories_list a:visited{
	text-decoration: none;
	color: #1c5679;
}
.subcategories_list a:active{
	text-decoration: none;
	color: #1c5679;
}
.subcategories_list a:hover{
	text-decoration: none;
	color: blue;
}

/* Index page - login */
.login_holder{
	width: 145px;
	margin-left: 10px;
	margin-top: 13px;
	font-weight: bold;
	color: #364041;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	float: left;
}

.login_text_left{
	float: left;
}
.login_text_right{
	float: right;
}
.login_text_right a:link, a:visited, a:active{
	text-decoration: none;
	color: #1c5679;
	font-weight: normal;
}

.login_field{
	font-size: 10px;
	width: 145px;
}
.login_left{
	float: left;
}
.login_right{
	float: right;
}
.login_button{
	margin-top: 5px;
	margin-bottom: 10px;
	background-image: url(../../images/default/login_btn.jpg);
	background-repeat: no-repeat;
	background-color: white;
	border: none;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #364041;
	width: 55px;
}

/* Index page - shopping cart */
.cart_holder{
	float: center;
	width: 120px;
	margin-left: 50px;
	margin-top: 0px;
}

.cart_table{
	height: 57px;
}

.view_cart_btn{
	
	background-image: url(../../images/default/cart_btn.jpg);
	background-repeat: no-repeat;
	background-color: white;
	border: none;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #364041;
	width: 83px;
}

/* Catalog header title */
.products_header{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #364041;
}

.products_table_header{
	background-image: url(../../images/default/product_header.jpg); width: 502px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffb423;
}
.products_table_body{
	border: 1px solid silver;
	width: 502px;
} 
a.no_decoration:hover, a.no_decoration:active, a.no_decoration:link, a.no_decoration:visited{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: black;
}
.text{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}

.buy_button{

	background-image: url(../../images/default/buy_btn.jpg);
	background-repeat: no-repeat;
	background-color: white;
	border: none;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	width: 60px;
}
.product_info{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 14px;
}
.all_page_text{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}

/* paging */

.paging {
	padding:10px;
}

.paging a {
	color: #333;
	border:1px solid #777;
	padding: 1px 3px 1px 3px;
	text-decoration: none;
	background-color:#F5F5F5;
}

.paging a:hover {
	border: 1px solid #AAA;
}

.paging_disabled{
	color: #000;
	font-weight: bold;
	border:1px solid #000;
	padding: 1px 3px 1px 3px;
	text-decoration: none;
	background-color:#F5F5F5;
}

/* Detailed search */
.detailed_text{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #364041;
}


.bulgaria { width: 291px; height: 197px;  background: url('../../images/default/bulgaria.jpg') no-repeat; position: relative; }
.bulgaria .sofia { position: absolute; top: 80px; left: 33px; background: none; font-size: 10px; }
.bulgaria .plovdiv { position: absolute; top: 135px; left: 105px; background: none; font-size: 10px; }
.bulgaria .burgas{ position: absolute; top: 93px; left: 210px; background: none; font-size: 10px; }
.bulgaria .sliven{ position: absolute; top: 82px; left: 163px; background: none; font-size: 10px; }
.bulgaria .pazarjik{ position: absolute; top: 110px; left: 50px; background: none; font-size: 10px; }
.bulgaria .drakon{ position: absolute; top: 99px; left: 90px; background: none; font-size: 10px; }
.bulgaria .varna{ position: absolute; top: 58px; left: 230px; background: none; font-size: 10px; }
.bulgaria .velingrad { position: absolute; top: 145px; left: 55px; background: none; font-size: 10px; }

.bulgaria .ruse{ position: absolute; top: 13px; left: 158px; background: none; font-size: 10px; }




#send_email {
    border: 1px solid #333;
    padding: 3px;
    padding-top: 3px;
    text-decoration: none;
    font-weight: normal;
    border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
        margin-top:0px;
        color:#333;
        
        font-weight: normal;
        width: 145px;
}

#emailWaiting input[type=button]{
   border: 1px solid #666;
    padding: 2px;
    
    text-decoration: none;
    font-weight: normal;
    border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
        margin-top:0px;
        color:#333;
        background: #F0F0F0 ;
        font-weight: normal;
        margin-top: 1px;
}



