#convert_header.page_header {
	background: url( ../images/convert/convert_header.jpg ) no-repeat;
}

.convert_box {
	/*width: 278px;*/
	height: 123px;
	padding: 15px;
	/*background: url( ../images/convert/convert_box_bg.png ) no-repeat;*/
	/*float: left;*/
	
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1)));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 15px;
	position: relative;
	border: 1px solid #ebebeb;
}

	.convert_box .button {
		background: #474747;
		color: #fff;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		margin: 0 auto;
		display: block;
		position: absolute;
		bottom: 15px;
		text-indent: 0;
		padding: 5px 25px;
		font-size: 13px;
	}
	
		.convert_box .button:hover {
			background: #980e5f;
		}
		
.reason .number {
	float: left;
	width: 44px;
	height: 44px;
	background: url( ../images/convert/convert_item.png ) no-repeat;
	color: #fff;
	font-size: 20px;
	line-height: 42px;
	text-align: center;
	text-shadow: #6c0c44 0 -1px 0;
}
	
	.reason {
		line-height: 140%;
		font-size: 12px;
		margin-bottom: 20px;
	}
	
	.reason p, .reason h3 {
		margin-left: 50px;
	}
	
	.reason h3 {
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 3px;
	}

#convert_guide {
	margin-top: 15px;
	background: #f9f9f9;
	border: 1px solid #e9e9e9;
	padding: 5px;
	overflow: hidden;
}

#convert_guide #software {
	width: 200px;
	font-size: 11px;
	float: left;
	margin-right: 10px;
}

	#convert_guide #software li {
		background: #eeeeee;
		padding: 5px 10px;
		margin-bottom: 2px;
		cursor: pointer;
	}
		
		#convert_guide #software li:hover {
			background: #e6e6e6;
		}
		
		#convert_guide #software li.active {
			background: #980e5f;
			color: #fff;
		}
	
#convert_guide #convert_guide_inner {
	width: 675px;
	float: left;
	padding: 10px;
}

#convert_guide #pane_default {
	font-size: 28px;
	color: #dcdcdc;
	padding-top: 150px;
	text-shadow: #fff 0 1px 0;
	margin: 0 auto;
	text-align: center;
}

	#convert_guide .pane li {
		list-style-image: url( ../images/icons/accept.png );
		margin: 3px 0;
	}
	
	#convert_guide .pane li.no {
		list-style-image: url( ../images/icons/cross.png );
	}
	
	#convert_guide .pane li.maybe {
		list-style-image: url( ../images/icons/error.png );
	}
	
.convert_bullets {
	margin-left: 25px;
	margin-top: 7px;
	font-size: 13px;
}

.sub {
	font-size: 12px;
	color: #acacac;
}

#convert_main {
	width: 636px;
	z-index: 2000;
	position: relative;
	padding-top: 30px;
}

#convert_sidebar {
	float: right;
	width: 267px;
	background: url( ../images/addons/addon_sidebar_bg.png ) repeat-y left;
	border-top: 0px;
	padding: 20px 0 0px 45px;
	margin-right: -30px;
	margin-top: -30px;
	position: relative;
}

	#convert_sidebar p {
		margin-right: 20px;
	}
	
	#convert_sidebar .bottom {
		background: url( ../images/addons/addon_sidebar_bg_bottom.png ) no-repeat;
		height: 58px;
		margin: 0px 0 30px -45px;
		position: relative;
		top: 58px;
	}
