/* MODx Styles */

/* Code
------------------------------------------------------------------------- */    

code {
    background-color: #f4f4f4;
    border-bottom: 1px solid #ddd;
	padding: 10px;
	display: block;
}

/* EmailForm 
------------------------------------------------------------------------------- */
#EmailForm {
	width: 360px;
	text-align: left;
	padding-bottom: 20px;
	border: none;
}
#EmailForm.full { width: 100%; }


#EmailForm fieldset {
    border: none;
}

#EmailForm legend {
	display: none;
}
#EmailForm h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

#EmailForm label,
#EmailForm p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

#EmailForm input {
	display: block;
	margin-top: 3px;
}

#EmailForm select {
	float: left;
	display: block;
}

#EmailForm label.first,
#EmailForm label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

#EmailForm label.second,
#EmailForm label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
#EmailForm label.state { width: 60px; }

#EmailForm label.first input,
#EmailForm label.city input,
#EmailForm label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

#EmailForm label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

#EmailForm label.zip,
#EmailForm label.zip input {
	float: left;
	width: 80px;
}
#EmailForm label.zip { clear: none; }

#EmailForm label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 1.5em;
}

#EmailForm label input {
	float: left;
	width: 310px;
	padding: 0;
}

#EmailForm input.radio,
#EmailForm input#radiobutton_1,
#EmailForm input#radiobutton_2,
#EmailForm input#radiobutton_3,
#EmailForm input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.radio,
#EmailForm label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

#EmailForm input.checkbox,
#EmailForm input#checkbox_1,
#EmailForm input#checkbox_2,
#EmailForm input#checkbox_3,
#EmailForm input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* style the #EmailForm elements to look similar across browsers ... emulates Safari */
#EmailForm label input,
#EmailForm textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
#EmailForm input.checkbox,
#EmailForm select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
#EmailForm textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

#EmailForm label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
#EmailForm input.button {
    clear: left;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
	background-color: #EBE9ED;
}

#EmailForm label input {
	position: inherit;
	left: auto;
}


/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}

/* Ditto 2 Blog
------------------------------------------------------------------------------- */
.ditto_summaryPost h3 {
    margin: 0px !important;
    padding: 0px 5px 5px 0px !important;
    color: black;
	width: 610px;
}
.ditto_summaryPost .ditto_info {
    background-color: #FF1C14;
    padding: 5px !important;
    font-size: 0.8em;
    color: black;
}
.ditto_link {
    font-size: 76%;
    text-align: right;
}
.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px; 
    font-size: 86%;
    color: #FF1C14;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid #FF1C14;
    padding: 1px 5px 2px; 
    margin-right: 5px;
    background-color: #FF1C14; 
    color: #fff;
} 
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #FF1C14; 
    padding: 1px 5px 2px; 
    margin-right: 1px; 
    text-decoration: none !important; 
    color: #FF1C14;
} 
#ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}
#ditto_archivelist ul {
    list-style-type: none; 
    margin-left: 15px; 
    padding-left: 0;
}
#ditto_archivelist ul ul{
    list-style-type: square;
    margin-left: 35px;
} 
#ditto_archivelist .ditto_month {
    font-weight: bold;
}

/* MODx Icons
------------------------------------------------------------------------------- */

 #modxicon { 
height: 32px; 
width: 34px; 
margin: 0 auto; 
text-align: center; 
float: right; 
margin-top: -2em;

}

#modxicon a#modxicon32 {
    margin: 0 auto;
    width: 34px;
    height: 32px;
    display: block; 
text-indent: -2000px; 
text-align: center; 
overflow: hidden;
    background: transparent url(../../images/modx-icon.png) no-repeat 0 0;
	

}

 #modxicon a#modxicon32:hover {
    background: transparent url(../../images/modx-icon.png) no-repeat 0 -32px;
    color: #111;
}

#modxicon a, #modxicon a:visited, #modxicon a:hover { 
background: transparent; 
border: 0;

text-decoration: none; 
}

.stylebox {background-color: #F7F7F7; border: 1px solid #A0A0A0; padding: 5px;}
.hide {display: none;}

/* Search Terms Highlighting
------------------------------------------------------------------------------- */
.AS_ajax_highlight {
    background-color: #ffb;
    padding: 2px;
    margin: -3px;
    border: 1px solid #dd3;
    color: #000;
}

.searchTerms { color: #eee; }
.searchTerms .AS_ajax_highlight { margin: 0 0 0 3px;}
a.ajaxSearch_removeHighlight, a.ajaxSearch_removeHighlight:visited { display: block; float: left; margin: 6px 0 0; padding: 1px 2px 2px; color: #888; }
a.ajaxSearch_removeHighlight:hover { background-color: #888; color: #222; }

.B_crumbBox, .B_crumbBox a {font-size:11px;}
.B_crumbBox a {color: #FF1C14;}
.B_crumbBox a:hover {color: #ffffff; background-color:#FF1C14;}

.shop_wrap { width:240px; height:220px; float: left;}
.shop_wrap a.shop_logo img{ text-align:center; border:1px solid #ddd; margin-left:auto; margin-right:auto; width:auto;}
.shop_wrap .shop_title{ text-align:center; text-transform:uppercase; color:#505050; width:222px; padding-top:10px; line-height: 1.3em; text-decoration:none;}
.shop_wrap .shop_title a{ text-decoration:none; color:#505050;}

.entertainment_wrap { width:350px; height:250px; float: left;}
.entertainment_wrap a.shop_logo img{ text-align:center; border:1px solid #ddd; margin-left:auto; margin-right:auto; width:auto;}
.entertainment_wrap .shop_title{ text-align:center; text-transform:uppercase; color:#505050; width:320px; padding-top:10px; line-height: 1.3em; text-decoration:none;}
.entertainment_wrap .shop_title a{ text-decoration:none; color:#505050;}

#content .gallery-box { margin-right:17px; line-height: 3.1em;}

.justifyleft  {float:left; margin-right:15px;margin-bottom:5px;}
.justifyright {float:right; margin-left:15px;margin-bottom:5px;}

h1, h2, h3, h4, h5, h6, legend, .sliderheading {
letter-spacing:0.4px;
line-height:1.4em;
padding-bottom:5px;
position:relative;
color: #000;
font-weight: normal; 
}

#sidebar h2 { 
	border-bottom:1px solid #FF1C14;
	padding-left: 40px;	
	padding-bottom: 10px;		
 }
#content h1 {font-size: 18px;}
#content img {}
#content table.vip-tab { border:1px solid #FF1C14; margin-bottom: 15px;}
#content table.vip-tab td {line-height: 120%;}
#content table.vip-tab p {line-height: 120%;}
#content table.vip-tab p strong{color:#FF1C14;}

.menu {
	font-family: Arial, Helevtica, Verdana, san-serif;
	font-weight: bold;	
    width:1000px; 
    z-index:100;
	height:40px;
	position:absolute;
	bottom:0px;
	margin-left: auto;
	color: #333;
}

#sidebar a.all-cat {text-decoration:none; color:#505050;}
#sidebar a:hover.all-cat {text-decoration:underline;}

/*FOOTER*/
.social_bookmarks .rss a{background: transparent url(images/skin1/rss.png) 0 0  no-repeat;}
.social_bookmarks .facebook a{background: transparent url(images/facebook.jpg) 0 0  no-repeat;}
.social_bookmarks .twitter a{background: transparent url(images/twitter.jpg) 0 0  no-repeat;}

#footer{
background: #F2F4F5;
border-top: 2px solid #FF1C14;
padding: 0 0 20px 0;
clear:both;
width:100%;
font-size:12px;
height:120px;
line-height: 1.6em	
}

#footer ul a {
color:#777;
float: left;
padding-left: 15px;
background: transparent url(images/globaldi.gif) 2px 3px  no-repeat;}
}

.custom_button{
border: 1px solid #FF1C14;
color: #666;
background: #fff url("images/email.png") no-repeat scroll 10px center;
}

.custom_button:hover{
color: #333;
text-decoration: none;
}

#footer .arrow-down{
}

#footer .container{
padding-top: 10px;
text-align: center;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6
{
text-decoration: none;
font-size: 16px;
font-weight: normal;
margin-bottom: 0;
color:#333; 
border-bottom: 1px solid #FF1C14;
}
#footer h4 {padding:0; margin-top:0px; margin-bottom:6px;}
#footer h4 a {color:#333;}

#footer ul, #footer ul li{
list-style-type: none;
margin:0; padding:0;
background: none;
} 

#footer ul li a{
}

#footer .custom_button {
text-align: center;
}

.menu-bottom-left {
float: left;
width: 700px;
margin-top: 10px;
}

.bottom-right {
float: right;
width: 300px;
text-align: left;
font-size:11px;
margin-top: 10px;
}

.bottom-right strong{
color: #FF1C14;
}

.bottom-right strong span{
color: #0066A7;
}

.custom_button strong {
display: block;
font-size: 16px;
font-weight: normal;
line-height: 16px;
}

.custom_button span {
display: block;
font-size: 11px;
font-weight: normal;
line-height: 11px;
}

/*columns for better content separation*/

.widget{
clear:both;
float:left;
width:100%;
}

#footer .widget{
padding:0;
}

#footer.container_wrap .container .textwidget ul a {
	padding-left: 0;
}

/*SOCKET*/

.container{
width: 1000px;
margin: 0 auto;
position:relative;
padding-top:8px;
}

#socket{
background: #626A74;
color:#fff;
width:100%;
height:50px;
font-size:10px;
}

#socket a{
color:#fff;
}

#search-txt a {
height:17px;
width:18px;
display:block;
border:medium none;
padding:0;
text-indent:-9999px;
outline:none;
float: left;
margin-top: 3px;
margin-left: 2px;
}

#search-txt a.rss-ico {
    background: url("images/rss.gif") top left no-repeat;
	margin-top: 5px;	
}
#search-txt a.home-ico{
    background: url("images/h.jpg") top left no-repeat;
	margin-top: 5px;
}

#search-txt a.mail-ico{
    background: url("images/c.jpg") top left no-repeat;
	margin-top: 5px;	
}
#search-txt a.map-ico{
    background: url("images/m.jpg") top left no-repeat;
	margin-top: 5px;	
}
#search-txt a.languk {
    background: url("images/lang-uk.jpg") top left no-repeat;
	padding-right: 30px;
}
#search-txt a:hover.languk {
    background: url("images/lang-uk.jpg") bottom left no-repeat;
	padding-right: 30px;
}
#search a.langru {
    background: url("images/lang-ru.jpg") top left no-repeat;
	padding-right: 30px;
}
#search a:hover.langru {
    background: url("images/lang-ru.jpg") bottom left no-repeat;
	padding-right: 30px;
}

.ditto_date {
    color: #ffffff; 
	font-size: 10px;
	background: #14A6DF; 
	float: left;
	padding: 0px 3px;	
	text-align: left;
	display: block;
	line-height: 1.4em;
	margin-bottom: 5px;
}

#links_box {font-size:10px; text-align:center; color:#66C7E7; line-height:100%; width:1024px;}
#links_box a.mylinks {color:#66C7E7;}

#sap_box {font-size:11px; text-align:center; color:#66C7E7; line-height:100%; width:1024px;}
#sap_box a {color:#66C7E7;}