html, body {
	font-size: 14px;
	font-family: "Anton";    
	padding: 0;
	background-color: white;     
	margin: 0;
	background-image: url(../img/background1.jpg);
}

mark {
	background-color: transparent;
	color: inherit;
	text-decoration: inherit;	
}

img {
	border: 0;    
}

.xdebugmain {
	color: black;	
}

.advborder {
	border: 1px solid #7D7D7D;
	border-radius: 0;    
}

.advheight {
	height: 16px;
	line-height: 16px;    
}

.advcontrol {
	font-family: "Arial";
	color: black !important;
}

.advbutton {
	text-transform: uppercase;
	color: #ec0000;
	font-size: 24px;
	margin: 0;
	border: 0;
	padding: 0;
	background: 0;    
	font-family: "Anton";
}

.advselect_list {
	-moz-box-shadow: 3px 3px 4px black; 
	-webkit-box-shadow: 3px 3px 4px black; 
	box-shadow: 3px 3px 4px black; 
}

.form .advheight, .order_form .advheight {
	height: 25px;
	line-height: 25px;    
}

.vcenter > * {
	display: inline-block;         
	vertical-align: middle;
}

.vcenter > .vspan {
	width: 0px; 
}

a {
	color: #ec0000;
}

.red {
	color: #ec0000;    
}

.white {
	color: white;	
}

.black {
	color: black;    
}

.gray {
	color: #cccccc;
}

.arial {
	font-family: "Arial";    
}

a.link {
	text-decoration: none;
}

a.link:hover {
	text-decoration: underline;	
}

.page_container {
	width: 800px;
	margin: auto;	
	padding-left: 50px;
	padding-right: 50px;
}

.page_container > div {	
	-webkit-box-shadow: 0px 0px 30px black;
	-moz-box-shadow:    0px 0px 30px black;
	box-shadow:         0px 0px 30px black;    
}

.page_header {
	background-image: url(/img/back-white1.jpg);
	height: 150px;	
	position: relative;
}

.page_footer {
	background-image: url(/img/back-footer1.png);
	background-repeat: no-repeat;
	padding-top: 55px;
	line-height: 32px;
	color: #696969;
}

.page_footer > div {
	background-image: url(/img/footer-back1.png); 
	padding-bottom: 20px;  	
	padding-left: 10px;
	padding-right: 10px;
}

.user_reg_field {
	margin-bottom: 10px;    
	text-transform: capitalize;
}

.cart_field_head {
	padding: 5px 0;
	text-transform: capitalize;     

}

/* HEADER */

.header_lang {
	position: absolute;
	top: 20px;
	right: 10px;
	width: 110px;
}

.header_lang .advborder {
	border: 0;   
	background: 0; 
}

.header_lang .advselect_value {
	text-align: right;    
}

.header_cart {
	z-index: 20;
	position: absolute;
	right: 10px;
	top: 80px;    
}

.header_user {
	position: absolute;
	top: 20px;
	left: 10px;
}

.header_logo {
	position: absolute;
	width: 100%;
	top: 45px;
	text-align: center;
	z-index: 10;
}

.header_logo img {
	padding: 5px;
	background-image: url(/img/back-white1.jpg); 
}

.header_line {
	position: absolute;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	top: 72px;
	height: 1px;
	background-color: black;	
	z-index: 1;
}

.header_menu {
	position: absolute;
	width: 290px;
	top: 60px;
	font-size: 15px;
	z-index: 10;
}

.header_menu.left {
	left: 0;
}

.header_menu.right {
	right: 0;
}    

.header_menu_item {
	background-image: url(/img/back-white1.jpg);
	padding: 0 5px;   
	text-transform: uppercase;
	position: relative;
}   

.header_menu_item a {
	text-decoration: none;
	color: #333333;
} 

.header_menu_item a:hover {
	color: #ec0000;    
}

.header_submenu {
	position: absolute;
	width: 150px;
	top: 20px;
	display: none;
}

.header_submenu_arrow {
	background-image: url(../img/arrow-top-red.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 14px;	
}

.header_submenu_main {
	background-color: #ec0000;
	border-radius: 5px;
	padding: 10px;    
   -webkit-box-shadow: 4px 4px 4px rgba(50, 50, 50, 0.75);
   -moz-box-shadow:    4px 4px 4px rgba(50, 50, 50, 0.75);
   box-shadow:         4px 4px 4px rgba(50, 50, 50, 0.75);
}

.header_submenu_main a {
	color: white;
	display: block;
	padding: 0 5px;
	font-size: 14px;
	line-height: 22px;
}

.header_submenu_main a:hover {
	color: black;
}

.header_submenu_main span {
	display: block;
	height: 1px;
	border-top: 1px dotted white;	
}

.header_menu.left .header_menu_item {
	float: left;
	margin-left: 15px;
}

.header_menu.right .header_menu_item {
	float: right;
	margin-right: 15px;	
}

.content {
	background-image: url(/img/back-white1.jpg);
	padding: 10px 20px;
	font-family: "Arial";
}

/* CATEGORIES */

.categories {
	background-image: url(/img/back-white1.jpg);
	width: 801px;
	text-align: center;
}

.categories_item {
	float: left;
	width: 265px;	
	height: 650px;
	cursor: pointer;
}

.categories_item.col1 {
	margin-left: 3px;
}

.categories_item.col2 {
	margin-left: 3px;
}

.categories_item_image {
	height: 350px;	
}

.categories_item_link {
	display: block;
	text-align: center;
	padding: 25px;
	background-color: black;
	text-decoration: none;
	color: white;
	text-transform: uppercase;
}

.categories_item_linkb {
	background-image: url(../img/deco1.png);
	height: 5px;
}

.categories_item_desc {
	padding: 10px 20px;	
	padding-top: 0;
	font-size: 13px;
	color: black;
	font-family: "Arial";
	height: 140px;
	overflow: hidden;
	text-align: left;
}

.categories_item:hover .categories_item_title {
	color: #ec0000;      	
}

.categories_item:hover .categories_item_desc {
	color: #ec0000;          
}

.categories_item:hover .categories_item_link {
	background-color: #ec0000;          
}

.categories_item:hover .categories_item_linkb {
	background-image: url(../img/deco1-red.png);
}

.categories_item_title {
	padding: 10px 20px;    
	font-size: 30px;
	color: black;	
}

/* CATEGORY */
.category_image {
	height: 590px;
	position: relative;    
}

.category_notification {
	bottom: 0;
	position: absolute;
}

.category_notification_c {
	padding: 20px 130px 25px 130px;
	background-image: url(../img/back-black.png);
	text-align: center;
	margin: 0;
}

.category_items {
	background-image: url(../img/back-content.jpg); 
	min-height: 300px;	
}

.category_item {
	width: 240px;
	height: 450px;
	float: left;
	margin: 13px;
	color: white;
	background-image: url(../img/back-black.png);
}

.category_items > .bla {
	padding: 20px;    
	color: white;
}
				 
.category_item_buy {
	position: absolute;
	z-index: 10;
	right: 0;    
}

.category_item_desc {
	margin-bottom: 10px;  
	height: 125px;    
	overflow: hidden;
	font-family: "Arial";
	font-size: 13px;
}

.category_item_desc h1 {
	color: white;
	font-size: 15px;
	font-weight: normal;
}

.category_item_price {
	font-size: 22px;
	color: white;        
}

/* NOTIFICATION */
.notification-error {
	background: red;
	color: white;
	font-size: 20px;
	padding: 5px;
}

.notification-success {
	background: #6A943F;
	color: white;
	font-size: 20px;
	padding: 5px;
}

/* PRODUCT */
.product {
	background-image: url(../img/back-content.jpg);     
}

.product_cat_logo {
	height: 500px;
}

.product_main {
	background-image: url(../img/back-black.png);        
	padding: 20px;
}

.product_image {
	border: 3px solid #363233;
	float: left;
}

.product_info {
	color: white;
	margin-left: 520px;    
}

.product_title {
	margin-bottom: 10px;   
	font-size: 16px; 
}

.product_desc {
	font-family: "Arial";
	font-size: 13px;    
	min-height: 140px;
}

.product_price {
	font-size: 22px;
	color: white;        
}

.product_options .advcontrol {
	color: black;   
	font-family: "Arial"; 
}

.product_option {
	margin: 5px;    
}

.button {
	display: inline-block;
	width: 80px;
	text-align: center;
	background-color: #ec0000;
	border-radius: 10px;
	color: white;
	font-size: 16px;
	padding: 5px 10px;   
	text-decoration: none;   
}

.ticket_button {
	position: absolute;
	display: inline-block;
	width: 80px;
	text-align: center;
	background-color: #ec0000;
	border-radius: 10px;
	color: white;
	font-size: 16px;
	padding: 5px 10px;   
	text-decoration: none;   
}

.ticket_menu {
	width: 100%;
	position: relative;	
}

.ticket_menu .ticket_button:first-child {
	left: 0;	
}

.ticket_menu .ticket_button:last-child {
	right: 0;    
}

.product_error {
	margin-top: 10px;
	font-size: 16px;
	color: #EC0000;	
}

.translator_tooltip {
	position: fixed;
	top: 5px;
	right: 5px; 	
	font-family: "Arial";
	background-color: white;
	border: 1px solid silver;
	z-index: 20000;
	cursor: pointer;
	color: black;
	padding: 3px 10px;
}

.cc-cookies {
	font-family: "Arial";	
}

/*
.page_container {
	width: 1000px;
	margin: auto;    
}

.page_header {
	padding-top: 80px;  
	height: 110px;
	position: relative;  
}

.page_navigation {
	margin-top: 10px;
	border-top: 2px solid black;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 10px;
	background-color: #E0E3E2;    
}

.page_navigation a {
	padding: 0 4px;    
}

.page_main {
	border: 2px solid black;   
	padding: 20px; 
}

.page_user {
	font-size: 16px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.page_lang {
	float: right;    
}

.page_lang > span {
	float: left;  
	line-height: 20px;
	margin-right: 5px;  
}

.page_lang > .advcontrol {
	width: 120px;
	float: left;    
}

.page_lang .advheight {
	height: 16px;
	line-height: 16px;
}

.page_user a {
	color: black;
}

.page_footer {
	font-size: 18px;
	text-align: right;
	margin-bottom: 20px;
	color: black;
}

.page_footer a {
	color: black;
	text-decoration: none;
}

.page_footer a:hover {
	text-decoration: underline;
}

.form {
	font-size: 16px;
	margin: auto;
}

.form_message {
	font-size: 16px;
	color: darkred;
	margin-bottom: 10px;    
}
 
.form_body {
	padding: 0 10px;    
}

.form_req {
	padding-top: 3px;
	color: darkred;    
	vertical-align: top;  
}

.form_head {
	padding-top: 3px;
	width: 150px;  
	vertical-align: top;  
}

.form_body {
	width: 300px;    
}

.advgrid_field_error {
	font-size: 12px;
	color: darkred; 
	padding-bottom: 5px;   
}

.shop_list_item {
	width: 300px;
	padding: 10px;
	height: 120px;
	float: left;
	background-color: #E0E3E2;    
	margin-right: 20px; 
	margin-bottom: 10px; 
}

.shop_list_cat {
	width: 256px;
	height: 150px;
	margin-right: 50px; 
	margin-bottom: 10px; 
	vertical-align: top;
	display: inline-block;
	overflow: hidden;
}

.shop_item_thumb {
	float: left;
}

.shop_item_image {
	float: left;    
}

.shop_list_item .shop_item_main {
	margin-left: 130px;
	height: 120px;
	position: relative;
}

.shop_item_menu {
	position: absolute;
	bottom: 0px;    
	right: 0px;
	width: 170px;
}

.shop_item_title {
	font-size: 16px;
}

.shop_item .shop_item_main {
	margin-left: 410px;
}

.shop_item .shop_menu_head {
	width: 150px;
}

.shop_item .shop_menu_body {
	width: 300px;
}

.shop_menu {
	background-color: #E0E3E2;
	float: left;
	width: 240px;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 50px;  
}

.shop_menu a {
	display: block;
	margin-bottom: 10px;
	color: black;
	font-size: 18px;
	text-decoration: none;    
}

.shop_menu a:hover {
	text-decoration: underline;    
}

.shop_main {
	margin-left: 260px;    
}

.order_form_head {
	width: 150px;
	vertical-align: top;
	padding-top: 4px;
}
	
.shop_info {
	font-size: 17px;
	padding: 5px;
	color: #0066CB;
	margin-bottom: 20px;
}

.ticket_info {
	width: 640px;     
	padding: 10px; 
	float:right; 
	margin: 0 35px 15px 0; 
	font-weight: bold;
	background-color:#e0e3e2; 
}           */
