in/* logo */

#UserProfileCountry {
}

.wrapper {
	margin-top: 0px;
}

div#header {
	height: 53px;
}

div#header div.logo {
	float: left;
	width: 320px;
	padding: 10px;
}

div#logo-container {
	margin-top: 0px;
	text-align: center;
	width: 706px;
	margin: auto;
}

div#christmas-calendar-logo {
	height: 106px;
	width: 100%;
	float: left;
}

div.logo p.slogan {
	margin: 5px 0px;
}
/* end logo */

/* menu */
div#header div.actions{
	float: left;
	width: 500px;
}

div#header div.actions ul  {
	float: left;
}

div#header div.actions ul li {
	float: left;
	width: auto;
	min-width: 100px;
	margin: 0px 5px;
}

div#header div.actions ul.user-actions {
	float: right;
	width; auto;
}
/* end menu */

/* login widget */

div.login-widget span.user-greeting {
	float: right;
	width: auto;
	margin-top: 5px;
	margin-right: 15px;
	font-weight: bold;
}

div.login-widget a.login-button {
	float: right;
	width: 100px;
	height: 13px;
	/*top  left bottom right*/ 
	padding: 3px 10px 30px 3px;
	text-align: center;
	font-size: 11px;
	color: #3A3A3A;
	font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;
	background: url(../img/login-bg.png) no-repeat;
}

div.login-widget a.edit-password {
	float: right;
	width: 103px;
	height: 13px;
	padding: 3px 10px 30px 9px;
	text-align: center;
	font-size: 11px;
	color: #3A3A3A;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../img/edit_password.png) no-repeat;
}

/* end login widget */

select#UserProfileCountry.input-select:focus {
	outline:none;
}
select#UserProfileCountry.input-select:hover{
}

#ClientMessageMessage {
	width:360px;
	color: #aaa;
	padding: 5px;
	border-radius: 4px;
	border: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
}

div.input {
	float: left;
	width: 100%;
	height: 45px;
}

div.input.textarea {
	float: left;
	width: 100%;
	height: 100%;
}

div.registration input[type=text], div.registration input[type=password], 
div.home-content input, div.required input[type=text], div.required input[type=password],
div.users-edit-form input[type=text], div.users-edit-form input[type=password] {
	float:left;
	width: 174px;
	height: 30px;
	padding: 7px 12px;
	vertical-align: middle;
	color: #2A2A2A;
	font-size: 17px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border: 0;
	background-color: transparent;
	z-index: -1;
}

form#ResetPassword {
	text-align: center;
}


div.input.text.required {
	background: url(../img/input.png) no-repeat;
	background-position: -10px 0px;
}

div.password {
	background: url(../img/input.png) no-repeat;
	background-position: -10px 0px;
}

div.input.text.required:focus{
	background-position: -10px -151px;
	text-decoration:none;
}

select#UserProfileCountry.input-select {
	height: 40px;
	padding: 10px 0px 10px 0px;
	font-size: 16px;
	color: #aaa;
	border: solid 1px;
	border-radius: 5px;
	font-weight: bold;
	margin-top:2px;
	margin-bottom:5px;
}

div.input input:focus {
	outline:none;
}

div.form-button {
	float: left;
	width: 100%;
}

div.submit input{
	border: 0;
	width: 121px;
	height: 46px;
	padding: 4px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding:  11px 10px 10px 10px;
	background: url(../img/submit.png) no-repeat;
	background-position: 0px 0px;
	color: #2A2A2A;
	font-size: 14px;
}

div.submit input:hover, div.submit input:focus { 
	background-position: 0px -45px;
	text-decoration:none;
	cursor:pointer;
} 

div.user-account {
	float: left;
	width: 229px;
	padding: 10px;
}

div.user-profile {
	float: left;
	width: 50%;
}

div.user-profile div.input{
	float:left;
	width:200px;
}

div#login {
	margin-top: 80px;
}


div.social {
	float: right;
	margin-top: 15px;
}

div.fb {
	float:left;
	width: 100px;
}

div.twitter {
	float:left;
	width: 110px;
}

div.google {
	float: left;
	width: 45px;
}


div.header div.header-wrapper div.social div#twitter{
	float:right;
	width:50%;
	text-align:right;
}

	
	ol {
		margin-left: 15px;
		font-size: 11px;
	}
	
	/* jQuery lightBox plugin - Gallery style */
	#gallery {
		background-color: #444;
		padding: 10px;
		width: 520px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }
	
	/* tooltip styling. by default the element to be styled is .tooltip  */
	.tooltip {
		border-radius: 5px;
		display:none;
		background:transparent url(../img/tooltip/tooltip-bg.png) repeat;
		font-size:10px;
		font-family: Arial;
		left: 100px;
		height: auto;
		width:170px;
		padding: 10px;
		color:#fff;	
	}
	
	 
	/* style the trigger elements */
	#demo img {
		border:0;
		cursor:pointer;
		margin:0 8px;
	}
	
	.right-panel {
		border-radius: 5px;
		display:none;
		background:transparent url(../img/tooltip/tooltip-bg.png) repeat;
		font-size:10px;
		font-family: Arial, sans-serif;
		line-height: 11px;
		left: 100px;
		height:auto;
		width:160px;
		padding:10px;
		color:#fff;
	}
	
	.left-panel {
		border-radius: 5px;
		display:none;
		background:transparent url(../img/tooltip/tooltip-bg.png) repeat;
		font-size:11px;
		font-family: Arial, sans-serif;
		left: 100px;
		height:autopx;
		line-height: 12px;
		width:160px;
		padding:10px;
		color:#fff;
	}
	
	.arrow-right {
		position: absolute;
		background: url(../img/tooltip/tooltip-arrow-right.png) no-repeat;
		height: 20px;
		width: 10px;
		margin: -65px 0px 0px 170px;
	}
	
	.upper-right {
		border-radius: 5px;
		display:none;
		background:transparent url(../img/tooltip/tooltip-bg.png) repeat;
		font-size:11px;
		font-family: Arial, sans-serif;
		line-height: 12px;
		left: 100px;
		height: auto;
		width: 200px;
		padding: 10px;
		color:#fff;
	}
	
	.arrow-left {
		position: absolute;
		background: url(../img/tooltip/tooltip-arrow-left.png) no-repeat;
		height: 20px;
		width: 10px;
		margin: 25px 0px 0px -20px;
	}
	
	.upper-center {
		border-radius: 5px;
		display:none;
		background:transparent url(../img/tooltip/tooltip-bg.png) repeat;
		font-size:11px;
		line-height: 12px;
		padding: 10px;
		font-family: Arial;
		left: 100px;
		width:340px;
		heigth: auto;
		color:#fff;
	}
	
	.upper-center-narrow {
		border-radius: 5px;
		display:none;
		background:transparent url(../img/tooltip/tooltip-bg.png) repeat;
		font-size:11px;
		line-height: 12px;
		padding: 10px;
		font-family: Arial, sans-serif;
		left: 100px;
		width:150px;
		heigth: auto;
		color:#fff;
	}
	
	.arrow-down {
		position: absolute;
		background: url(../img/tooltip/tooltip-arrow-down.png) no-repeat;
		height: 10px;
		width: 20px;
		margin: 10px 0px 0px 165px;
	}
	
	.arrow-up {
		position: absolute;
		background: url(../img/tooltip/tooltip-arrow-up.png) no-repeat;
		height: 10px;
		width: 20px;
		margin: -20px 0px 0px 70px;
	}
	
	.upper-right .arrow-up {
		position: absolute;
		background: url(../img/tooltip/tooltip-arrow-up.png) no-repeat;
		height: 10px;
		width: 20px;
		margin: -56px 0px 0px 155px;
	}
	
	/*right banner*/
	
#rightbanner {
	float: right;
	position: absolute;
	right: 0;
	top: 125px;
	font-size: 11px;
	background: #a8090e;
	cursor: pointer;
	text-align: right;
	box-shadow: 2px 2px 10px #630006;
	-moz-box-shadow: 2px 2px 10px #630006;
}

div.right-banner-content{
	float: left;
	position: absolute;
	text-align: right;
	width: 220px;
	margin: 0px;
}

h3{
	font-weight: bold;
	font-size: 13px;
}

h2{
	font-weight: bold;
	font-syle: italic;
	font-size: 14px;
}

#rightbanner-opened {
	display: none;
	float: right;
	position: absolute;
	top: 125px;
	right: 0;
	display: none;
	
	border-top: 3px solid #a43d3f;
	border-bottom: 3px solid #4a0000;
	border-left: 3px solid #a43d3f;

	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;

	font-size: 13px;
	padding: 15px 15px 10px 10px;
}

#right-switch-open {
	float: left;
	margin-top: 4px;
	margin-left: -31px;
}

img#right-switch-img {
    float: left;
    margin-left: -10px;
}

.right-banner-closed {
	float: right;
	width: 43px;
	height: 405px;
	border-top: 3px solid #a43d3f;
	border-bottom: 3px solid #4a0000;
	border-left: 3px solid #a43d3f;
	
		border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

img#right-switch-img {
	margin-top: 20px;
	float: left;
	margin-left: -27px;
}

.right-banner-opened {
	float: right;
	width: 250px;
	height: 380px;
	background: #a8090e;
	cursor: pointer;
}

div.right-banner-content {
	float: left;
	text-align: right;
	margin-top:5px;
	margin-left: 38px;
	width: 212px;
}


#leftbanner {
	float: left;
	position: absolute;
	top: 125px;
	left: 0;
	font-size: 11px;
	background: #a8090e;
	cursor: pointer;
	box-shadow: 2px 2px 10px #630006;
	-moz-box-shadow: 2px 2px 10px #630006;
}

h3#banner{
	font-weight:bold;
}

h3{
	font-weight: bold;
	font-size: 12px;
}

h2{
	font-weight: bold;
	font-syle: italic;
	font-size: 16px;
}


#leftbanner-opened {
	display: none;
	float: left;
	position: absolute;
	top: 125px;
	left: 0;
	border-top: 3px solid #a43d3f;
	border-bottom: 3px solid #4a0000;
	border-right: 3px solid #a43d3f;

	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	
	font-size: 13px;
	padding: 15px 15px 10px 10px;
}

#left-switch-open {
	float: right;
	margin-right: -37px;
	margin-top: 5px;
}

#left-switch img{
	float: right;
	margin-right: -25px;
	margin-top: 20px;
}

.left-banner-closed {
	float: left;
	width: 43px;
	height: 405px;
	border-top: 3px solid #a43d3f;
	border-bottom: 3px solid #4a0000;
	border-right: 3px solid #a43d3f;

	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	
}

.left-banner-opened {
	float: left;
	width: 250px;
	height: 380px;
	background: #a8090e;
	cursor: pointer;
}

div.left-banner-content {
	z-index: 1;
	float: left;
	width: 230px;
	text-align: left;
	margin-top: -104px;
	margin-left: 2px;
}

select#language-select {
	float: right;
	margin-right: 77px;
}