#extranet {
	z-index: 2;
}

.extranet-login-button {
	display: block;
	padding: 0 6px;
	width: 65px;
	height: 25px;
	font-weight: bold;
	line-height: 25px;
	background: url(../images/btn-extranet-sprite.png) 0 0 no-repeat;
}

.extranet-login-button:hover {
	background-position: 0 -25px;
}

.extranet-login-button:active {
	background-position: 0 -50px;
}

#extranet-login {
	display: none;
	position: absolute;
	right: 0;
	top: 25px;
	color: #ffffff;
	background: #666666;
	z-index: 1;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#extranet-login-form {
	padding: 10px 5px;
	width: 215px;
}

#extranet-login-form label {
	line-height: 1.5em;
}

#extranet-login-form input.text {
	margin-bottom: 5px;
	padding: 5px;
	width: 205px;
	height: 17px;
	line-height: 17px;
	border: none;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#extranet-login-form input.submit {
	margin-top: 5px;
	width: 55px;
	height: 22px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#extranet-login-buttons {
	padding: 5px;
	width: 140px;
}

#extranet-login-buttons a.ext-button {
	display: inline-block;
	width: 65px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border: 1px solid #dedede;
	background: #ffffff;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}


#provinces {
	width: 150px;
	height: 26px;
	background: url(../images/bg-provinces-select.gif) 0 0 no-repeat;
}

#provinces-title {
	padding: 0 7px;
	line-height: 26px;
	color: #fae7d3;
	cursor: pointer;
}

#provinces ul {
	display: none;
	position: absolute;
	top: 22px;
	padding-top: 10px;
	width: 148px;
	line-height: 1.5em;
	border: 1px solid #f2c691;
	border-top: none;
	background: #dc731b;
	list-style: none;
	z-index: 2;
}

#provinces li {
	border-top: 1px dotted #f2c691;
}

#provinces a {
	display: block;
	padding: 3px 7px;
	color: #fae7d3;
}

#provinces li:hover {
	background: #e19352;
}

#provinces li.first {
	border-top: none;
}


#header-search-form div.text {
	width: 230px;
	height: 26px;
	background: url(../images/bg-header-search-form-input.gif) 0 0 no-repeat;
}

#header-search-form input.text {
	float: left;
	margin-left: 15px;
	padding: 5px 0;
	width: 170px;
	height: 16px;
	line-height: 16px;
	color: #ffffff;
	border: none;
	background: none;
}

#header-search-form input.submit {
	float: right;
	width: 44px;
	height: 26px;
	border: none;
	background: url(../images/bg-header-search-form-loop.gif) 50% 50% no-repeat;
}

#banners {
	margin-top: -1.7em;
	text-align: center;
}

#banners .banner {
	padding-top: 1.7em;
}

#banners .banner p {
	margin: 0;
}


.msg{
	padding:10px;
	margin:0 0 20px 0;
	background:#ffffcc;
	border:1px solid #cbcba2;
	font-size:11px;
	_height:1%;
}


.box {
	border: 1px solid #dedede;
}

.box-title {
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	background: url(../images/bg-box-title.gif) 0 0 repeat-x;
}

.box-content {
	padding: 10px;
}

.box .bg {
	position: absolute;
	width: 5px;
	height: 5px;
	font-size: 0;
	background: url(../images/bg-box-title-corners.gif) no-repeat;
	z-index: 1;
}

.box .bg-tl {
	left: -1px;
	top: -1px;
	background-position: 0 0;
}

.box .bg-tr {
	right: -1px;
	top: -1px;
	background-position: -5px 0;
}


.list ul {
	margin: 0 !important;
	list-style: none;
}

.list ul ul {
	margin: 0 20px 10px 20px !important;
}

.list li {
	border-top: 1px dotted #cccccc;
}

.list li:first-child {
	border-top: none;
}

.list li a {
	display: block;
	padding: 5px 5px 5px 30px;
	color: #454545 !important;
	text-decoration: none !important;
	background: url(../images/btn-arrow.gif) 3px 9px no-repeat;
}

.list li.active a {
	font-weight: bold;
}


.button-small, .button-large {
	display: block;
	width: 100px;
	height: 25px;
	font-size: 0.9em;
	line-height: 25px;
	color: #ffffff !important; /* overwrite: #content-wrapper a */
	border: none !important; /* overwrite: input.submit */
	text-decoration: none !important; /* overwrite: #content-wrapper a */
	background: url(../images/btn-small-sprite.png) 0 0 no-repeat !important; /* overwrite: input.submit */
}

.button-large{
	width: 150px;
	/* background: url(../images/btn-large-sprite.png) 0 0 no-repeat !important; /* overwrite: input.submit */
	background: url(../images/btn-arrow.png) no-repeat scroll left center transparent !important;
	color:#000000 !important;
	padding:0 0 0 25px !important;
	}

.button-small:hover ,
.button-large:hover {
	background-position: 0 -25px !important; /* overwrite above [0 0] */
}

.button-small:active,
.button-large:active {
	background-position: 0 -50px !important; /* overwrite above [0 0] */
}

a.button-large {
	padding-left: 14px;
	width: 136px;
}
a.button-small{
	padding-left: 14px;
	width: 86px;
}

input.button-small {
	padding-left: 3px;
}


.row {
	margin-top: 20px;
}


/* popup / layover */
#popupWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5001;
	padding-top: 100px;
}
#popupWrapper #popup {		
	position: relative;
	margin: 0 auto;
	width: 980px;
	background: #fff;
	text-align: left;
	color: #756b5d;
}

#popupWrapper .closeOverlay {
	positon: relative;
	background: #fff;
	margin: 0 auto;
	padding: 5px 0px;
	display: block;
	width: 980px;
	text-align: right;
}

