@charset "UTF-8";
/* CSS Document */

*,html{
	margin:0;
	padding:0;
}
.color_picker_wrapper {
    height: 390px;
	width:180px;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 80px;
}
.block_color_picker {
    background-color: #FFFFFF;
    border-bottom: 1px solid #DBDDDD;
    border-left: 1px solid #DBDDDD;
    -webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
    border-top: 1px solid #DBDDDD;
    position: absolute;
    right: 0;
    top: 0;
    width:130px;
    z-index: 1000;
}
.block_color_picker .title {
    background-color: #f2f2f2;
    position: relative;
}
.block_color_picker p {
    border-bottom: 1px solid #DBDDDD;
    border-top: 1px solid #DBDDDD;
    color: #212121;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 32px;
    padding: 0;
	margin:0;
    text-align: center;
}
.block_color_picker .picker_pics {
    overflow: hidden;
}
.block_color_picker #picker_close {
    background: url("../images/icon_settings.jpg") no-repeat scroll 7px 7px #FFFFFF;
    border-bottom: 1px solid #DBDDDD;
    border-left: 1px solid #DBDDDD;
    border-radius: 2px 0 0 2px;
    border-top: 1px solid #DBDDDD;
    display: block;
    height: 32px;
    left: -34px;
    position: absolute;
    top: 39px;
    width: 32px;
}
#theme_color  a {
    float: left;
    margin: 10px 0px 10px 10px ;
}
.blue{
	width:50px;
	height:50px;
	display:block;
	background-color:#0DBFDC;
}
.brown{
	width:50px;
	height:50px;
	display:block;
	background-color:#B24E03;
}
.golden{
	width:50px;
	height:50px;
	display:block;
	background-color:#BE9D2C;
}
.green{
	width:50px;
	height:50px;
	display:block;
	background-color:#3AA03A;
}
.lime-green{
	width:50px;
	height:50px;
	display:block;
	background-color:#B0C005;
}
.orange{
	width:50px;
	height:50px;
	display:block;
	background-color:#FF6501;
}
.pink{
	width:50px;
	height:50px;
	display:block;
	background-color:#F22792;
}
.red{
	width:50px;
	height:50px;
	display:block;
	background-color:#CC3300;
}
.silver{
	width:50px;
	height:50px;
	display:block;
	background-color:#BCBCBC;
}
.yello{
	width:50px;
	height:50px;
	display:block;
	background-color:#FFD200;
}

/* Facebook Frame
====================================*/

.fb_header{
	background: url(../images/fb_top_bg.png) repeat-x ;
    display: block;
    text-align: center;
    width: 100%;
	}
.fb_inner_header{
	background: url(../images/fb_header.png) no-repeat scroll 0 0 transparent;
    display: block;
    height: 86px;
    margin: 0 auto;
    width: 972px;
	}
.fb_wrapper{
	display: block;
    margin: 0 auto;
    width: 972px;
	}
.fb_content{
	border: 1px solid #C6CBE1;
    height: auto;
    margin-top: 9px;
    padding: 20px;
    width: 809px;
	}
