@CHARSET "UTF-8";

#mtitle {
    float: left;
}

#main_wrapper {
    clear: both;
	float: left;
    height: 290px;
    margin-right: 10px;
    margin-bottom: 10px;
}

#pl_logo {
    float: left;
}

#main_player {
    float: left;
    left: 0px;
    top: 0px;
    width: 452px;
    height: 285px;
    border: 1px solid gray;
    background: white;
    margin-right: 10px;
}

#video_info_wrapper{
	float: left;
	border: 1px solid gray;
	height: 285px;
	width: 230px;
}

/*
#video_info {
    float: left;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 280px;
    border: 1px solid red;
    background: red;
    margin-right: 10px;
}
*/

/*
#yt_status {
    float: left;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 280px;
    border: 1px solid red;
    background: red;
    margin-right: 10px;
}
*/

#search_wrapper {
    clear: both;
    float: left;
    margin-bottom: 10px;
}

#input, #buttons {
    float: left;
    margin-right: 10px;
}

#playlist_wrapper {
    top: 160px;
    clear: both;
}
<-- list tab -->

#searchResultsListColumn{
	float: left;
}

#searchResultsVideoList{
	float: left;
	width: 350px;
	/*
border: red 1px solid;
*/
}
	
#searchResultsVideoList > ul {
	position: relative;
	left: -30px;
}
	
.videoList tr {
	border: grey 1px solid;
	background: grey;
}

#result_playlist_wrapper {
	float: right;
	width: 350px;
	height: 500px;
	/*
border: grey 1px solid;
*/
	overflow: auto;
}

#result_playlist{
	position: relative;
	left: -30px;
	top: 10px;
}

#botbar {
	clear: both;
}

.img_pointer {
	cursor: pointer;
}

.demo{
	width: 380px;
}
	
#sortable1, #sortable2 {
	list-style-type: none;
	
	}
li.ui-state-default {
	cursor: move;
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #E5E5E5;
	}

.place-highlight {
	background: grey;
	border: 3px dashed #E5E5E5;
	padding: 5px; 
	height: 40px;
	}

#save_wrapper {
	float: right;
	}
	
.xml_items {
	border: 1px solid #E5E5E5;
	margin: 5px;
	background: white;
	}
	
.xml_img {
	margin: 5px;
	float: left;
	}
	
.xml_title {

	}
	
.xml_author {

	}
	
.xml_descr {

	}
	






