.wiki_standard_equipment, .wiki_optional_equipment{
	margin-right:10px;
}

.wiki_standard_equipment .line, .wiki_optional_equipment .line{
	padding:3px;
	background-color:#f3f3f3;
	font: 11px Helvetica;
	margin-bottom:1px;
}

.wiki_standard_equipment a, .wiki_optional_equipment a{
	text-decoration:none;
	color:#09c;
	font:bold 12px Helvetica;
}
.checkbox_container{
	
}
.checkbox {
	height: 13px;
	width: 13px;
	clear:left;
	float:left;
	margin: 0 0 3px;
	padding: 0 0 0 16px;
	background: url("eq_checkbox_sprites.png") no-repeat;
	cursor: default;
	text-align:left;
}
.checkbox input,.radio input {
	display: none;
}
.checkbox input.show,.radio input.show {
	display: inline;
}
.selected {
	background-position: 0 -39px;
}
.block {
	width: 50%;
	float: left;
}
label {
	padding-left:0px;
	float:left;
	text-align:left;
	font: 12px Helvetica;
}

/*EQUIPMENT*/
.equipment .left_list{
	float:left
}

.equipment .filters{
	background-color:#efefef;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px; /*safari and chrome*/
	-khtml-border-radius:3px; /*linux browsers*/
	border-radius:3px; /*CSS3*/
}

.equipment .filters .label{
	font:bold 14px Helvetica;
	padding: 3px;
	margin-left: 5px;
}

.equipment .filters .arrow{
	background: url("eq_filter_arrow.png") no-repeat;
	height: 22px;
	width: 11px;
}

.equipment h2{
	font: bold 18px Helvetica;
	margin-top: 20px;
	border-bottom: 1px solid #D7D8D8;
	padding-bottom: 5px;
}

.equipment .left_list .line{
	border-bottom: 1px solid #D7D8D8;
	padding-bottom: 5px;
	padding-top: 6px;
	padding-right: 10px;
}

.equipment .left_list .line_selectable{
	cursor:pointer;
}

.equipment .left_list .line_selectable:hover{
	background-color: #F1F1F1;
}

.equipment .left_list .value{
	font:12px Helvetica;
}

.equipment .right_box{
	border:1px solid #ccc;
	width:210px;
	min-height:20px;
	position:fixed;
	background-color:#fff;
}

.equipment .right_box .top_box{
	border-bottom:1px solid #ccc;
	padding:10px;
	position:relative;
}

.equipment .right_box .top_box .price_title{
	font:11px Helvetica;
	margin-bottom: 5px;
}

.equipment .right_box .top_box .price{
	float:right;
	bottom: 0px;
	position: absolute;
	right: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	font:bold 18px Helvetica;
}

.equipment .right_box .bottom_box{
	position:relative;
	padding-bottom:2px;
}

.equipment .right_box .bottom_box .price_title{
	font:11px Helvetica;
	margin-bottom: 5px;
	padding: 10px;
}

.equipment .right_box .bottom_box .price{
	float:right;
	top: 30px;
	position: absolute;
	right: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	font:bold 18px Helvetica;
}

.equipment .right_box .bottom_box .bottom .item{
	padding: 5px;
	font: 11px Helvetica;
	margin: 0px 3px 1px 3px;
	background: url("eq_remove_list_normal.png") no-repeat;
	background-position: 190px center;
	background-color: #F1F9FC;
	padding-right: 20px;
	cursor:pointer;
}

.equipment .right_box .bottom_box .bottom .item:hover{
	background: url("eq_remove_list_hover.png") no-repeat;
	background-position: 190px center;
	background-color: #e4f4fa;
}

.equipment .right_box .bottom_box .bottom .item .name{
	float:left;
}

.equipment .right_box .bottom_box .bottom .item .value{
	float:right;
}

.selected_country{
	width:auto;
	border:1px solid #ccc;
	background-color:#dcdcdc;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#dcdcdc');
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fefefe,  #dcdcdc);
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
	float:left;
	padding:2px 5px;
}

.selected_country .country{
	float:left;
}

.selected_country .arrow{
	background-image: url("5c_arrow_btm_ncp_gray.png");
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
    height: 5px;
    margin-left: 5px;
    margin-top: 5px;
    width: 10px;
    z-index: 1000;
}

.country_select{
	background-color: #F3F3F3;
    display: none;
    height: 83px;
    line-height: 20px;
    overflow-y: scroll;
    padding: 4px 10px 0;
    position: absolute;
    width: 158px;
    z-index: 1000;
}

.country_select .toselect{
	display:none;
}

.country_select a{
	text-decoration:none;
	color:#333;
}

.country_select a:hover{
	color:#09c;
}