.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:170px;
	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 .clear {
	clear:both
}
.ddcommon .shadow {
}
.ddcommon input.text {
	color: #ffffff;
	font-size: 16px;
	font-weight:100;
	padding:0 0 0 0;
	position:absolute; /*background:#fafbfb;*/
	display:block;
	width: 85%;

	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;
	top: 42px !important;
	width:100%;
	overflow-y:auto;
	overflow-x:hidden;
	zoom:1;
	z-index:9999;
}
.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: 'Raleway', 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;
	
}
.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-style:normal;
	font-size:12px;
	font-weight:600;
	
	letter-spacing:0.2em;
}
.dd .ddChild li.hover {
	background-color:#ececec;
}
.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:#ececec;
	color:#7c7c7c;
}
/* registo: país */
.drop_marca {
	/*border:1px solid #c5c5c5;*/
	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;
	outline:none;
	padding: 10px 0px;
    text-align: center;
    /*border: 2px solid #b5b5b5;*/
    position: relative;
    width: 100% !important;
}
.drop_marca:hover {
/*border:1px solid #454545;*/
}
.drop_marca .divider {/*border-left:1px solid #dad4cb; border-right:1px solid #fff; right:26px;*/
}
.drop_marca .ddArrow {
	
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 0px;
    width: 20px;
    height: 100%;
	background:url(dd_arrow.png) no-repeat center;
	-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_marca .arrow:hover, .drop_marca:hover .arrow {
	background:url(dd_arrow_pais_.gif) no-repeat center;
}*/
.drop_marca .arrow:hover, .drop_marca:hover .arrow {
	background:url(dd_arrow.png) no-repeat center;
}
/*#marca_msdd.drop_marca .arrow {
	background:url(marq.svg) no-repeat left center;
}*/
.drop_marca .ddTitle {
	display: block;
    width: 100%;
   	font-size: 14px;
    line-height: 23px;
    font-weight: 300;
    color: #3b637d;
    
}
/*.drop_marca .ddTitle .ddTitleText {
	padding-top:6px;
	white-space:nowrap;
	overflow:hidden;
	padding-left:11px;
	padding-bottom:5px;
}*/
.drop_marca .ddTitle .ddTitleText .ddTitleText {
	padding:0;
}
.drop_marca .ddTitle .description {
	font-size:14px;
	color:#666
}
.drop_marca .ddTitle .ddTitleText img {
	padding-right:5px;
}
.drop_marca .ddChild {
	border:2px solid #b5b5b5;
	background-color:#fff;
	/*width:350px;*/
	width:100%;
	max-height:170px !important;
	overflow:hidden !important;
}
.drop_marca .ddChild li {
	/*padding:5px;*/
	background-color:#ececec;
	border-bottom:1px solid #b5b5b5;
	text-align:left;
	padding-left:60px;
	line-height:40px;
}
.drop_marca .ddChild li .description {
	color:#666;
}
.drop_marca .ddChild li .ddlabel {
	color: #b5b5b5;
	font-size: 12px;
	font-weight:400;
	
}
.drop_marca .ddChild li.hover {
	background-color:#b5b5b5;
}
.drop_marca .ddChild li.hover .ddlabel {
	color:#ffffff;
}
.drop_marca .ddChild li img {
	padding:0 6px 0 0;
}
.drop_marca .ddChild li.optgroup {
	padding:0;
}
.drop_marca .ddChild li.optgroup .optgroupTitle {
	padding:0 5px;
	font-weight:bold;
	font-style:normal
}
.drop_marca .ddChild li.optgroup ul li {
	padding:5px 5px 5px 15px
}
.drop_marca .ddChild li.selected {
	background-color: #b5b5b5;
    color: #fff;
}
.drop_marca .ddChild li.selected .ddlabel {
	color: #ffffff;
}
.drop_marca input.text {
	top: 0px;
    left: 15%;
    height: 42px;
    display: block;
    width: 85%;
    font-weight: 100;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    /*padding: 20px 10px;*/
    text-align: left;
    background-color: #d7d8da;


    display: none !important;
}
@media only screen and (max-width: 450px) {
	.drop_marca {
		width: 100% !important;
	}
}