/* @override http://localhost:8888/bb3/css/bb3.css */

body{
	margin: 0;
	font-family: "Courier New", Courier, monospace;
	line-height: 19px;
	font-size: 12px;
	color: #fff;
	background: #1f1d21 url(../image/bb_bg_logo.gif) no-repeat;
}

a:link, a:visited {
	color: #888b8e;
	text-decoration: none;
}
a:hover{
	color: #FFF200;
	text-decoration: none;
}

a:link.invert, a:visited.invert { color: #FFF200; }
a:hover.invert { color: #6d6f71; }

img { border: 0; }

.clear{ clear: both; }
.divider{
	border-bottom: 1px #555 dotted;
	height: 10px;
	clear: both;

}


h1#logo{
	background: url(../userfiles/logo/bluebottle_shop_logo.gif) no-repeat;
	text-indent: -9000em;
	width: 100px;
	height: 231px;
}

h2{
	font-weight: normal;
	margin-bottom: 0px;
}

h3{
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 0px;
	color: #fff200;
}


h4{
	font-weight: normal;
	margin-bottom: 5px;
}


#content_1, #content_2, #content_3{
	position: absolute;	
	margin-top: 10px;
}

#content_1{
	left:35px;
	width: 200px;
}

#content_2{
	left:180px;
	width: 260px;
}

#content_3{
	left:500px;
	width: 350px;
}


.block_text{
	line-height: 12px;
	font-size: 11px;
}
.block_image{
	margin-top: 20px;
	margin-bottom: 20px;
}

.link_block_text p{
	font-size: 18px;
	line-height: 20px;
	margin-top: 0px;
	color: #6d6f71;
}




/* -------------------   CMS */


#cms #sidebar{
	position: absolute;
	margin-top: 100px;
	left: 30px;
	width: 200px;
	font-size: 11px;
	/*font-family: arial;*/
	color: #ccc;
}

#cms #content_1, #cms #content_2, #cms #content_3{
	position: absolute;	
	margin-top: 50px;
}

#cms #content_1{
	left:230px;
	width: 250px;
}

#cms #content_2{
	left:500px;
	width: 250px;
}

#cms #content_3{
	left:770px;
	width: 250px;
}

#cms #block_content{
	position: absolute;	
	margin-top: 50px;
	left:230px;
	/*width: 300px;*/
}

#cms #block_content2{
	position: absolute;	
	margin-top: 80px;
	padding-bottom: 80px;
	left:560px;

}

#cms #help{
	display: none;
	margin-right: 40px;
}
#cms #help ul {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
#cms #help li{
	margin-top: 10px;
	list-style: none;
	font-family: arial;
	color: #999;
}

#cms .block{
	margin-bottom: 20px;
}



#cms .actions{
	font-size: 11px;
	font-family: arial;
}


#cms a:link.sort_handle, #cms a:visited.sort_handle {
	background-color: #444;
	height: 10px;
	color: #aaa;
	padding-left: 5px;
	padding-right: 5px;
}

#cms a:hover.sort_handle {
	color: #FFF200;
	background-color: #555;
}


.input_descr{
	color: #aaa;
	padding: 2px;
	font-size: 11px;
	
}

.input_large, .input_xlarge, .input_med,.input_small{
	height: 18px;
	padding: 2px;
	margin: 2px 0;
	border: 0px;
	background-color: #56585a;
	color: #fff;
	font-family: "Courier New", Courier, monospace;
	font-size:13px;
}
.input_xlarge{
	width: 400px;
}
.input_large{
	width: 250px;
}
.input_med{
	width: 200px;
}
.input_small{
	width: 100px;
}
.input_title{
	color: #777;
}
input#upload{
	color: #666;
}

#cms textarea{
	width: 350px;
	border: 1px #444 solid;
	
	line-height: 17px;
	font-size: 12px;
	color: #fff;
	padding: 2px;
	background-color: #444;
	font-family: "Courier New", Courier, monospace;
}

.grey_sm{
	font-size: 11px;
	color: #999;
	font-family: Arial;
}

#cms .highlight2{
	background-color: #efefef;
	color: #888;
	font-size: 11px;
}

#cms #block_image_choose{
	margin-top: 20px;
}

#cms .image_list_container{
	float: left;
	width: 170px;
	min-height: 180px;
}

#cms .block_preview{
	color: #666;
	font-style: italic;
}

