.borderRadius {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	border: 1px solid #d4d4d4;
	border:0;
}
.borderRadiusTp {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	border: 1px solid #d4d4d4;
	border:0;
}
.borderRadiusBtm {
	-moz-border-radius:0;
	border-radius:0;
}
.ddcommon {
	position:relative;
	display:-moz-inline-stack;
	zoom:1;
	display:inline-block;
 	*display:inline;
	cursor:default;
}
.ddcommon ul {
	padding:0;
	margin:0;
	/*max-height:263px;*/
	overflow:auto;
}
.ddcommon ul li {
	list-style-type:none;
}
.borderRadiusTp ul li:last-child {
	-moz-border-radius:0;
	border-radius:0;
	border-bottom:0 none #c3c3c3;
	border:0;
}
.borderRadiusBtm ul li:first-child {
	-moz-border-radius:0;
	border-radius:0;
	border-bottom:0 solid #c3c3c3;
	border:0;
}
.ddcommon .disabled img, .ddcommon .disabled span, .ddcommon.disabledAll {
	opacity: .5; /* standard: ff gt 1.5, opera, safari */
	-ms-filter:"alpha(opacity=50)"; /* ie 8 */
	filter:alpha(opacity=50); /* ie lt 7 */
	-khtml-opacity:.5; /* safari 1.x */
	-moz-opacity:.5; /* ff lt 1.5, netscape */
	color:#999999;
}
.ddcommon .disabled span {
	opacity: 1; /* standard: ff gt 1.5, opera, safari */
	-ms-filter:"alpha(opacity=100)"; /* ie 8 */
	filter:alpha(opacity=100); /* ie lt 7 */
	-khtml-opacity:1; /* safari 1.x */
	-moz-opacity:1; /* ff lt 1.5, netscape */
}
.ddcommon .clear {
	clear:both
}
.ddcommon .shadow {
}
.ddcommon input.text {
	color: #8d8d8d;
	font-size: 11px;
	font-weight:400;
	text-transform:uppercase;
	padding:0 0 0 0;
	position:absolute; /*background:#fafbfb;*/
	display:block;
	width:200px;
	height:32px;
	resize:none;
	/*padding:4px 11px;*/ top:10px;
	left:18px;
	border: 0;
	outline:none;
}
.ddOutOfVision {
	position:relative;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
*display:inline;
}
.borderRadius .shadow {
	-moz-box-shadow:5px 5px 5px -5px #888888;
	-webkit-box-shadow:5px 5px 5px -5px #888888;
	box-shadow: 5px 5px 5px -5px #888888;
}
.borderRadiusBtm .shadow {
	-moz-box-shadow:-5px -5px 5px -5px #888888;
	-webkit-box-shadow:-5px -5px 5px -5px #888888;
	box-shadow: -5px -5px 5px -5px #888888
}
.borderRadiusTp .border, .borderRadius .border {
	-moz-border-radius:0;
	border-radius:0;
	border:0;
}
.borderRadiusBtm .border {
	-moz-border-radius:0;
	border-radius:0;
	border:0;
}
img.fnone {
	float:none !important
}
.ddcommon .divider {
	width:0;
	height:100%;
	position:absolute;
}
.ddcommon .arrow {
	display:inline-block;
	position:absolute;
	top:0;
	right:22px;
}
.ddcommon .arrow:hover {
	background-position:0 100%;
}
.ddcommon .ddTitle {
	padding:0;
	position:relative;
	display:inline-block;
	width:100%
}
.ddcommon .ddTitle .ddTitleText {
	display:block;
}
.ddcommon .ddTitle .ddTitleText .ddTitleText {
	padding:0;
}
.ddcommon .ddTitle .description {
	display:block;
}
.ddcommon .ddTitle .ddTitleText img {
	position:relative;
	vertical-align:middle;
	float:left;
	height:35px;
}
.ddcommon .ddChild {
	position:absolute;
	display:none;
	width:100%;
	overflow-y:auto;
	overflow-x:hidden;
	zoom:1;
	z-index:250;
}
.ddcommon .ddChild li {
	clear:both;
}
.ddcommon .ddChild li .description {
	display:block;
}
.ddcommon .ddChild li img {
	border:0 none;
	position:relative;
	vertical-align:middle;
	float:left;
	height:35px;
}
.ddcommon .ddChild li.optgroup {
	padding:0;
}
.ddcommon .ddChild li.optgroup .optgroupTitle {
	padding:0 5px;
	font-weight:bold;
	font-style:normal
}
.ddcommon .ddChild li.optgroup ul li {
	padding:5px 5px 5px 15px
}
.ddcommon .noBorderTop {
	border-top:none 0 !important;
	padding:0;
	margin:0;
}
/*************** default theme **********************/
.dd {
	border:1px solid #d4d4d4;
	cursor:pointer;
	-moz-transition: border 0.2s linear;
	-o-transition: border 0.2s linear;
	-ms-transition: border 0.2s linear;
	-webkit-transition: border 0.2s linear;
	transition: border 0.2s linear;
}
.dd:hover {
/*border:1px solid #454545;*/
}
.dd .divider {/*border-left:1px solid #dad4cb; border-right:1px solid #fff; right:26px;*/
}
.dd .arrow {
	width:25px;
	height:43px;
	background:url(dd_arrow.gif) no-repeat center top;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
.dd .arrow:hover, .dd:hover .arrow {
	background:url(dd_arrow_.gif) no-repeat;
}
.dd .ddTitle {
	color:#7c7c7c;
	font-family: 'Open Sans', sans-serif;
	font-style:normal;
	font-size:12px;
	font-weight:600;
	text-align:left; /*background:#e2e2e4 url(title-bg.gif) repeat-x left top;*/
	background-color:#ffffff;
	letter-spacing:0.2em;
	line-height:22px;
	text-transform:uppercase;
}
.dd .ddTitle .ddTitleText {/*padding:6px 0px 6px 0px;*/
	padding:9px;
	white-space:nowrap;
	overflow:hidden;
	padding-left:18px; /*margin:0px 28px 0px 10px*/
}
.dd .ddTitle .ddTitleText .ddTitleText {
	padding:0;
}
.dd .ddTitle .description {
	font-size:14px;
	color:#666
}
.dd .ddTitle .ddTitleText img {
	padding-right:5px;
}
.dd .ddChild {
	border:1px solid #d4d4d4;
	background-color:#fff;
	left:-1px;
	width:383px;
}
.dd .ddChild li {
	/*padding:5px;*/
	background-color:#fff;
	border-bottom:1px solid #d4d4d4;
	text-align:left;
	padding-left:18px;
	line-height:45px;
}
.dd .ddChild li .description {
	color:#666;
}
.dd .ddChild li .ddlabel {
	color:#7c7c7c;
	font-family: 'Open Sans', sans-serif;
	font-style:normal;
	font-size:12px;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:0.2em;
}
.dd .ddChild li.hover {
	background-color:#e8e8e8;
}
.dd .ddChild li img {
	padding:0 6px 0 0;
}
.dd .ddChild li.optgroup {
	padding:0;
}
.dd .ddChild li.optgroup .optgroupTitle {
	padding:0 5px;
	font-weight:bold;
	font-style:normal
}
.dd .ddChild li.optgroup ul li {
	padding:5px 5px 5px 15px
}
.dd .ddChild li.selected {
	background-color:#e8e8e8;
	color:#7c7c7c;
}



/* país */
.drop_pais {
	cursor:pointer;
	outline:none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	box-sizing:border-box;
	border:1px solid #d3d3d3;
	width:100% !important;
	max-width:700px !important;
	height:45px !important;
}
.drop_pais:hover {
	/*border:1px solid #454545;*/
}
.drop_pais .divider { /*border-left:1px solid #d3d3d3;*/
}
.drop_pais .arrow {
	right:19px !important;
	width:19px;
	height:45px;
	background:url(dd_arrow.png) no-repeat center top;
	border-left:0px solid #d7d7d7;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
.drop_pais .arrow:hover, .drop_pais:hover .arrow {
	background:url(dd_arrow_.png) no-repeat center top;
}
.drop_pais .ddTitle {
	font-family: 'Open Sans', sans-serif;
	color: #252525;
	font-size: 14px;
	line-height:normal;
	font-weight:400;
	text-shadow:none;
	text-align:left;
	/*background:#e5e5e5 url(dd_bg.gif) repeat-x left top;*/
	line-height:45px;
	padding-left:10px;
	box-sizing:border-box;
}
.drop_pais .ddTitle .ddTitleText {
	white-space:nowrap;
	overflow:hidden;
}
.drop_pais .ddTitle .ddTitleText .ddlabel {
	font-family: 'Open Sans', sans-serif;
}
.drop_pais .ddTitle .description {
	font-size: 12px;
	color:#666
}
.drop_pais .ddTitle .ddTitleText img {
	padding-right:5px;
}
.drop_pais .ddChild {
	border: 1px solid #d3d3d3;
	background-color:#ffffff;
	left:-1px;
	width:100.4%;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}
.drop_pais .ddChild li {
	/*padding:5px;*/
	background-color:#ffffff;
	border-bottom:1px solid #d3d3d3;
	text-align:left;
	padding:0px 10px;
	height:45px !important;
	line-height:45px;
}
.drop_pais .ddChild li .description {
	color:#666;
}
.drop_pais .ddChild li .ddlabel {
	font-family: 'Open Sans', sans-serif;
	color: #252525;
	font-size: 14px;
	line-height:normal;
	font-weight:400;
}
.drop_pais .ddChild li.hover {
	background-color:#bdc610;
}
.drop_pais .ddChild li.hover .ddlabel {
	color:#ffffff;
	text-shadow:none;
}
.drop_pais .ddChild li img {
	padding:0 6px 0 0;
}
.drop_pais .ddChild li.optgroup {
	padding:0;
}
.drop_pais .ddChild li.optgroup .optgroupTitle {
	padding:0 5px;
	font-weight:bold;
	font-style:normal
}
.drop_pais .ddChild li.optgroup ul li {
	padding:5px 5px 5px 15px
}
.drop_pais .ddChild li.selected {
	background-color:#bdc610;
}
.drop_pais .ddChild li.selected .ddlabel {
	color:#ffffff;
	text-shadow:none;
}
.drop_pais input.text {
	font-family: 'Open Sans', sans-serif;
	color: #252525;
	font-size: 14px;
	line-height:normal;
	font-weight:400;
	padding:0 0 0 0;
	margin:0;
	position:absolute; 
	display:block;
	resize:none;
	top:0;
	left:10px;
	border: 0;
	outline:none;
	text-transform:none;
	width:100px;
	height:45px;
	box-shadow:none;
}

.drop_pais input.text:focus {
	background-color: #efefef !important;
}

@media only screen and (max-width: 1100px) {
	.drop_pais .ddTitle {
		font-size: 13px;
	}
	.drop_pais .ddChild li .ddlabel {
		font-size: 13px;
	}
	.drop_pais input.text {
		font-size: 13px;
	}
}

@media only screen and (max-width: 960px) {
	.drop_pais .ddTitle {
		font-size: 12px;
	}
	.drop_pais .ddChild li .ddlabel {
		font-size: 12px;
	}
	.drop_pais input.text {
		font-size: 12px;
	}
}