#profile_search {
	float: right;
}
.input_text input{
	padding: 5px;
	width: 300px;
}
.input_submit input{
	width: 40px;
	padding: 4px;
}

#video_area {
	float: left; 
	width: 540px;
}

#banner {
	color: #000;
	padding: 10px;
	margin-bottom: 20px;
	margin-top: 40px;
}

#profile_top_ten ol li {
	list-style-type: decimal;
	margin-left: 25px;
}

#sorting {
	float: right;
}

#views {
	float: left;
}

#bio {
	padding-bottom:10px;
}

#featured_products {
	clear:both;
}

#producer_products {
	padding-top:20px;
}

#producer_products_header {
	overflow:hidden;
}

#producer_products_header h3 {
	float:left;
}

#producer_featured_products .top_product {
	margin-left:4px;
	margin-right:4px;
	width:100px;
	height:75px;
}

#producer_products {
	clear:both;
}

#producer_products .top_product {
	margin-left:4px;
	margin-right:4px;
	width:100px;
	height:75px;
}

/*----------------Video Player--------------*/
#video_player {width:540px;height:300px;padding-top:10px;background-color:black;}
#video_buttons {display:none;min-height:100px;padding:10px;background-color:black;overflow:hidden;}
#video_buttons_left {float:right;width:400px;}
#video_buttons_right {float:left;width:100px;}
#video_buttons_title {color:#9EAFBC;font-size:14px;font-weight:bold;padding-bottom:5px;border-bottom:1px solid #929FAB;margin-bottom:5px;}
#video_buttons_description {color:#9EAFBC;}
#video_buttons_price {text-align:center;font-weight:bold;background-color:#D4DBE1;border:1px solid #9EAFBC;padding:3px;margin-top:3px;margin-bottom:3px;}
#video_buttons_cart {text-align:center;font-weight:bold;background-color:#D4DBE1;border:1px solid #9EAFBC;padding:3px;margin-top:3px;margin-bottom:3px;cursor:pointer;}
.button_add_to_cart {width:100px;text-align:center;font-weight:bold;background-color:#D4DBE1;border:1px solid #9EAFBC;padding:3px;margin-top:3px;margin-bottom:3px;cursor:pointer;}
.video_buttons_cart_down {background-color:#C93434;color:#FFFFFF;}
.product_thumbnail {width:100px;height:75px;}

