/* ----------------------------------------------------------------------------------/Modules/Searchbox/Templates/Default/Index.css---------------------------------------------------------------------------------- *//* ----------------------------------------------------------------------------------/Modules/Orders_CartStatus/Templates/Default/Index.css---------------------------------------------------------------------------------- *//* ----------------------------------------------------------------------------------/Modules/Content_SingleLevelMenu/Templates/Default/Index.css---------------------------------------------------------------------------------- */.SingleLevelMenu {
  margin: 0;
  padding: 0;
}

.SingleLevelMenu li {
  list-style-type:none;
  margin: 0;
  padding: 0;
}

.SingleLevelMenu a {
  display: block;
  text-decoration: none;	
}

.SingleLevelMenu li {

}


.SingleLevelMenu li a {
}

.SingleLevelMenu li a:hover {

}/* ----------------------------------------------------------------------------------/Modules/Content_AccordionMenu/Templates/Default/Index.css---------------------------------------------------------------------------------- *//* ----------------------------------------------------------------------------------/Modules/Security_UserLogin/Templates/Default/Index.css---------------------------------------------------------------------------------- */.LinkAction
{
	clear:both;
}
/* ----------------------------------------------------------------------------------/Modules/Security_UserInfo/Templates/Default/Index.css---------------------------------------------------------------------------------- */.Field {
	visibility:visible;
}/* ----------------------------------------------------------------------------------/Modules/Banners_PlacementList/Templates/Default/Index.css---------------------------------------------------------------------------------- */.BannersList li
{
	list-style:none;
	margin-bottom:5px;
}

.Banners ul
{
	margin:0px;
}
/* ----------------------------------------------------------------------------------/Modules/Utilities_CycleSlideShow_View/Templates/Default/Index.css---------------------------------------------------------------------------------- */#CycleSlideShow 
{ 
	margin:auto;
	position:absolute; 
	left:0px; 
	top:0px; 
	width:550px; 
	height:367px; 
	z-index:1;	
}


.SlideShow img 
{ 
	border: 1px solid #ccc; 
	background-color: #eee; 
}


.SlideItem
{
	position:absolute; 
	left:0px; 
	top:0px;
	width:550px; 
	height:367px;
}

.ImageLayer
{
	position:absolute; 
	bottom:0px;
	left:0px; 
	width:550px; 
	height:367px; 
	z-index:1;

}

.DescriptionLayer
{
	position:absolute; 
	bottom:0px; 
	left:0px; 
	width:550px; 
	height:50px; 
	z-index:2;
}

.TextLayer
{
	font-family:TrebuchetMS;
	font-size:18px;
	color:#ffffff;	
	position:absolute; 
	left:5px; 
	bottom:7px; 
	z-index:3;
	width:480px;
}

.TextLayer a
{
	color:#ffffff;		
	text-decoration:none;
}

.TextLayer a:hover
{
	text-decoration:underline;
}

.BkgLayer img
{
	opacity:0.2; 
	filter:alpha(opacity=20);
}

#CycleSlideShowNav
{
	position:absolute; 
	border:1px #ff0000; 
	right:0px; 
	bottom:10px; 
	z-index:2;
}

#CycleSlideShowNav a 
{ 
	display:block; 
	float:left; 
	width:19px; 
	height:19px; 
	background-image:url('/Images/btn.jpg'); 
	background-repeat:no-repeat;  
	color:#ffffff; 
	text-indent:5px;
	font-size:12px; 
	text-decoration:none;
	font-weight:bold;
	margin:5px;
}

#CycleSlideShowNav a.activeSlide 
{  
	color:#65a704;
}


#CycleSlideShowNav a:focus 
{ 
	outline: none; 
}/* ----------------------------------------------------------------------------------/Modules/Tagging_ViewTagCloud/Templates/Default/Index.css---------------------------------------------------------------------------------- */.tag_cloud { padding: 3px; text-decoration: none; }
/*
.tag_cloud:link  { color: #81d601; }
.tag_cloud:visited { color: #019c05; }
.tag_cloud:hover { color: #ffffff; background: #69da03; }
.tag_cloud:active { color: #ffffff; background: #ACFC65; }
*/


.tag_cloud { color: #990000; }
.tag_cloud:hover { color: #ffffff; background: #990000; }/* ----------------------------------------------------------------------------------/Styles/Default/Layout.Design.css---------------------------------------------------------------------------------- */body {
	margin: 0px auto;
	background:#000;
	font-family:"Trebuchet MS";
  	font-size:12px;
	background-color: #000000;
	background-image: url(/Images/Layout/images/line.jpg);
	background-repeat: repeat-x;
	color:#3c1207;
}

a{
	font-family:"Trebuchet MS";
	color:#ffeed2;
}

a:visited{
	font-family:"Trebuchet MS";
	color:#ffeed2;
}

.Layout-Page{
	background:url(/Images/Layout/images/main.jpg) center #000 no-repeat;
	min-height:850px;
	position:relative;
	width:1100px;
	background-color: #000000;
	margin:auto;
}

.Layout-FullRow.Header{
	background:url(/Images/Layout/images/header_background.jpg) center no-repeat;
	width:100%;
	height:105px;
	position:relative;
}


.ProductCategories{
	background:url(/Images/Layout/images/navigation.jpg) no-repeat;
	height:30px;
	z-index:80;
	position:relative;
}

.ProductCategories .SingleLevelMenu {
  	padding-top: 7px;
  	margin-left:280px;
}

.ProductCategories .SingleLevelMenu li {
  	list-style-type:none;
  	margin: 0;
	padding-right:10px;
  	display:inline;
}

.ProductCategories .SingleLevelMenu a {
  	display: inline;
  	text-decoration: none;
  	color:#ffeed2;
	padding: 3px 5px 3px 38px;
  	font-family:"Trebuchet MS";
  	font-size:12px;
}

.ProductCategories .SingleLevelMenu li a:hover {
  	color:#ebd4ad;
	background:url(/Images/Layout/images/top_menu_bullet.png) no-repeat left;
}

.ProductCategories .SingleLevelMenu .active a {
  	background:url(/Images/Layout/images/top_menu_bullet.png) no-repeat left;
}

.logo{
	background:url(/Images/Layout/images/logo.png) no-repeat center;
	height:105px;
	width:200px;
	margin:auto;
	cursor:pointer;
}

.kivotos{
	background:url(/Images/Layout/images/kivotos.png) no-repeat center;
	height:86px;
	width:125px;
	position:absolute;
	top:22px;
	left:650px;
	cursor:pointer;
}

.LanguageSwitches{
	position:absolute;
	top:5px;
	right:10px;
	color:#ffeed2;
}

.LanguageSwitches a{
	color:#ffeed2;
	padding:1px 5px;
	text-decoration:none;
}

.LanguageSwitches a:hover{
	color:#ebd4ad;
}

.LanguageSwitches a:visited{
	color:#ffeed2;
}

.SearchBox{
	position:absolute;
	top:70px;
	left:13px;
}


.SearchBox .Control{
	float:left;
	color:#ffeed2;
}

.SearchBox .Action{
	float:left;
	margin-left:5px;
}

.SearchBox .Action a{
	display:block;
	background:url(/Images/Layout/images/search_button.png) center no-repeat;
	padding-top:2px;
	width:19px;
	height:19px;
}

#NewsletterSignupForm{
	position:absolute;
	top:70px;
	right:13px;
}

#NewsletterSignupForm .PanelTitle{
	color:#ffeed2;
	float:left;
	padding-top:2px;
}

#NewsletterSignupForm .PanelContent{
	float:left;
	padding-left:5px;
}

#NewsletterSignupForm .PanelActions{
	float:left;
	padding-left:5px;
}

#NewsletterSignupForm .PanelActions a{
	display:block;
	background:url(/Images/Layout/images/search_button.png) center no-repeat;
	padding-top:2px;
	width:19px;
	height:19px;
}

.left_menu{
	position:absolute;
	top:385px;
	left:65px;
	z-index:100;
}

.left_menu ul{
	list-style:none;
	padding:0;
	margin:0;
}

.left_menu li{
	list-style:none;
	padding:0;
	margin:0;
	padding:5px auto;
}

.left_menu li a{
	display:block;
	padding:5px 35px;
	text-transform:uppercase;
	color:#f4c918;
	font-size:11px;
	text-decoration:none;
	font-weight:900;
	font-family:Arial;
	letter-spacing:0px;
}

.left_menu .SingleLevelMenu li a:hover{
	color:#441a18;
	background:url(/Images/Layout/images/menu_bullet.png) no-repeat left;
}

.left_menu .SingleLevelMenu .active a{
	color:#441a18;	
	background:url(/Images/Layout/images/menu_bullet.png) no-repeat left;
}


.body_main{
	background:url(/Images/Layout/images/post_background.png) transparent no-repeat center;
	width:678px;
	height:534px;
	position:absolute;
	top:220px;
	left:360px;
	display:none;
}

.bbody{
	margin:35px auto 5px auto;
	width:100%;
	}



#scroll_text{
	position:relative;
	padding:15px;
	height:420px;
}

#pagetext{
	font-family:"Trebuchet MS";
}


#easyscroll{
	margin:10px 0;
}	


#easyscrollnav, #easyscrollnav li{
	height:29px;
	line-height:29px;
	margin:0;	
	padding:0;
}
	
#easyscrollnav{
	margin:0;
	position:absolute;
	bottom:1px;
	right:10px;
}	
		
#easyscrollnav li{
	list-style:none;
	float:left;
	margin-right:3px;		
	padding:0 5px;
	color:#333;
	cursor:pointer;
}	
				
#easyscrollnav li.over{
	color:#999;
	text-decoration:underline;
}							


.title_main{
	position:absolute;
	top:-12px;
	left:70px;
	/*text-transform:lowercase;*/
	color:#ffeed2;
	font-size:14px;
}

/*
.title_main:first-letter {
	text-transform:uppercase;
}
*/

#photo1{
	background:url(/Images/Layout/images/image_back.png) no-repeat center bottom;
	text-align:center;
	margin-top:30px;
	padding-bottom:25px;
}

#photo1 img{
		border:3px #a67851 solid;
}


#btnUp{
	display:block;
	background:url(/Images/Layout/images/up_button.png) no-repeat center;
	width:19px;
	height:19px;
}

#btnDown{
	display:block;
	background:url(/Images/Layout/images/down_button.png) no-repeat center;
	width:19px;
	height:19px;
	float:left;
}

.search_results{
	margin-top:20px;
	padding:20px;
}

.search_results a{
	color:#441a18;
	text-decoration:none;
}

.ResultsList ul li{
	list-style:none;
	padding-bottom:4px;
}

.ResultsList ul li a{
	list-style:none;
	padding-left:38px;
}

.ResultsList ul li a:hover{
	background:url(/Images/Layout/images/menu_bullet.png) no-repeat left;
	list-style:none;
	color:#663c3a;
}

.formError .formErrorContent {
	-moz-border-radius:6px 6px 6px 6px;
	-moz-box-shadow:0 0 6px #000000;
	background:none repeat scroll 0 0 #441a18;
	color:#ffeed2;
	font-family:tahoma;
	font-size:10px;
	padding:4px 10px;
	width:100%;
}

.formError .formErrorArrow div {
	-moz-box-shadow:0 0 6px #000000;
	font-size:0;
}
.formError .formErrorArrow .line10 {
	background:none repeat scroll 0 0 #441a18;
	display:block;
	font-size:0;
	height:1px;
	margin:0 auto;
	width:15px;
}
.formError .formErrorArrow .line9 {
	background:none repeat scroll 0 0 #441a18;
	display:block;
	height:1px;
	margin:0 auto;
	width:13px;
}
.formError .formErrorArrow .line8 {
	background:none repeat scroll 0 0 #441a18;
	display:block;
	height:1px;
	margin:0 auto;
	width:11px;
}
.formError .formErrorArrow .line7 {
	background:none repeat scroll 0 0 #441a18;
	display:block;
	height:1px;
	margin:0 auto;
	width:9px;
}
.formError .formErrorArrow .line6 {
	background:none repeat scroll 0 0 #441a18;
	display:block;
	height:1px;
	margin:0 auto;
	width:7px;
}
.formError .formErrorArrow .line5 {
	background:none repeat scroll 0 0 #441a18;
	display:block;
	height:1px;
	margin:0 auto;
	width:5px;
}
.formError .formErrorArrow .line4 {
	background:none repeat scroll 0 0 #441a18;
	display:block;
	height:1px;
	margin:0 auto;
	width:3px;
}

.formError .formErrorArrow .line3 {
	background:none repeat scroll 0 0 #441a18;
	display:block;
	height:1px;
	margin:0 auto;
	width:1px;
}


.contact_page{
	padding:30px;
}

.contact_info{
	position:absolute;
	top:40px;
	right:60px;
	background:url(/Images/Layout/images/ktima_ladidi.png) no-repeat center top;
	padding:40px 10px 10px 10px;
	color:#441a18;
	border-radius:10px;-moz-border-radius:10px;
}


.ContactAction a{
	color:#441a18;
}

.title_contact{
	color:#441a18;
	font-size:13px;
	text-transform:capitalize;
	color:#441a18;
	padding:0px;
}

.contact_table{
	border:0px;
}

.contact_table td{
	padding:2px 1px;
}

.contact_form input{
	color:#fff;
	}
	
	
.contact_form textarea{
	color:#fff;
	}

.contact_form .FirstNameField input{
	height:25px;
	width:224px;
	background:url(/Images/Layout/images/input.jpg) no-repeat center;
	border:0px;
}

.contact_form .FirstNameCaption{
	font-weight:bold;
	font-size:12px;
}

.contact_form .LastNameField input{
	height:25px;
	width:224px;
	background:url(/Images/Layout/images/input.jpg) no-repeat center;
	border:0px;
}

.contact_form .LastNameCaption{
	font-weight:bold;
	font-size:12px;
}

.contact_form .EmailField input{
	height:25px;
	width:224px;
	background:url(/Images/Layout/images/input.jpg) no-repeat center;
	border:0px;
}

.contact_form .EmailCaption{
	font-weight:bold;
	font-size:12px;
}

.contact_form .PhoneField input{
	height:25px;
	width:109px;
	background:url(/Images/Layout/images/input_small.jpg) no-repeat center;
	border:0px;
}

.contact_form .PhoneCaption{
	font-weight:bold;
	font-size:12px;
}

.contact_form .AddressField input{
	height:25px;
	width:109px;
	background:url(/Images/Layout/images/input_small.jpg) no-repeat center;
	border:0px;
}

.contact_form .AddressCaption{
	font-weight:bold;
	font-size:12px;
}

.contact_form .CityField input{
	height:25px;
	width:109px;
	background:url(/Images/Layout/images/input_small.jpg) no-repeat center;
	border:0px;
}

.contact_form .CityCaption{
	font-weight:bold;
	font-size:12px;
}

.contact_form .CountryField input{
	height:25px;
	width:109px;
	background:url(/Images/Layout/images/input_small.jpg) no-repeat center;
	border:0px;
}

.contact_form .CountryCaption{
	font-weight:bold;
	font-size:12px;
}

.contact_form .CommentField textarea{
	height:75px;
	width:224px;
	background:url(/Images/Layout/images/comment_textarea.jpg) no-repeat center;
	border:0px;
}

.contact_form .CommentCaption{
	font-weight:bold;
	font-size:12px;
}

.contact_form .form_back1{
	background:url(/Images/Layout/images/comment_back.png) no-repeat center bottom;
	padding-bottom:13px;
}

.contact_form .form_back2{
	background:url(/Images/Layout/images/form_back2.png) no-repeat center bottom;
	padding-bottom:11px;
}

.contact_form .form_comment{
	background:url(/Images/Layout/images/comment_back.png) no-repeat center bottom;
	padding-bottom:13px;
}

.contact_form .ContactAction{
	background:url(/Images/Layout/images/form_action.png) no-repeat center bottom;
	text-align:center;
	padding-bottom:3px;
}

.contact_form .ContactAction a{
	text-decoration:none;
	font-weight:bold;
}

.contact_form .ContactAction a:hover{
	color:#774f5a;
}

.login_page{
	padding:30px;
}

.login_page a{
	color:#441a18;
}

.signup_page{
	padding:30px;
}

.signup_page a{
	color:#441a18;
}

.sitemap_page{
	padding:10px;
	background:url(/Images/Layout/images/sitemap_back.png) no-repeat 85% 45%;
}

#sitemap_ul ul li{
	list-style:none;

}

#sitemap li a{
	text-decoration:none;
	color:#441a18;
}

#sitemap_ul ul li span{
	list-style:none;
	background:url(/Images/Layout/images/menu_bullet.png) no-repeat left;
	padding-left:40px;
	font-weight:bold;
}

#sitemap_ul ul li a{
	cursor:default;
	color:#441a18;
}

#sitemap_ul ul li a:hover{
	color:#441a18;
}

#sitemap_ul ul li li span{
	list-style:none;
	background:none;
	font-weight:bold;
}

#sitemap_ul ul li li a{
	cursor:pointer;
}

#sitemap_ul ul li a:hover{
	color:#774f5a;
}




.passwordreminder_page{
	padding:30px;
	margin-top:20px;
}

.passwordreminder_page a{
	color:#441a18;
}

.footer_background{
	position:relative;
	bottom:0px;
	left:0px;
	background: url(/Images/Layout/images/line.jpg) repeat-x;
	width:100%;
	height:29px;
}

.footer1{
	background:url(/Images/Layout/images/footer.jpg) #000 no-repeat center;
	height:29px;
	position:relative;
	color:#ffeed2;
	width:1100px;
	margin:auto;
	z-index:100;
}

.footer1 a{
	color:#ffeed2;
	text-decoration:none;
}

.footer1 a:visited{
	color:#ffeed2;
	text-decoration:none;
}

.footer_menu{
	position:absolute;
	top:8px;
	right:75px;
	border:none;
	font-weight:normal;
	color:#ffeed2;
}


.footer_menu .SingleLevelMenu li {
  	list-style-type:none;
  	margin: 0;
  	padding: 0px 5px;
  	display:inline;
}

.footer_menu .SingleLevelMenu a {
  	display: inline;
  	text-decoration: none;
  	color:#ffeed2;
  	font-family:"Trebuchet MS";
  	font-size:12px;
}

.footer_menu .SingleLevelMenu a:hover {
  	color:#ebd4ad;
}
/* ----------------------------------------------------------------------------------/Styles/Default/Panels.css---------------------------------------------------------------------------------- *//* ----------------------------------------------------------------------------------/Styles/Default/Index.css---------------------------------------------------------------------------------- *//* ----------------------------------------------------------------------------------/Styles/Default/Layout.css---------------------------------------------------------------------------------- */
