/* @override 
	http://localhost/bxslider_v2_dev/css/styles.css
	http://localhost:8888/bxslider_dev/css/styles.css
	http://bxslider.com/css/styles.css
*/

* {
	padding: 0;
	margin: 0;
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

body {
	font-family: Arial, sans-serif;
	padding-bottom: 60px;
}

/*----------------------------------------------------------------------
 HEADER
----------------------------------------------------------------------*/

#header {
	width: 100%;
	height: 100px;
	background: url(../images/bg_header.jpg) top center no-repeat #e961b7;
}

#header_inner {
	width: 960px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	background: url(../images/logo.png) no-repeat;
	width: 313px;
	height: 75px;
	text-indent: -9999px;
	margin-top: 11px;
}

#header #plugins {
	float: right;
	padding-top: 15px;
}

#header h2#bxcarousel {
	background: url(../images/logo_bxcarousel.png) no-repeat;
	text-indent: -9999px;
	margin-bottom: 3px;
}

#header h2#bxcarousel a {
	display: block;
	/*border: solid #000 2px;*/
}

#header h2#bxgallery {
	background: url(../images/logo_bxgallery.png) no-repeat;
	text-indent: -9999px;
	margin-bottom: 3px;
}

#header h2#bxgallery a {
	display: block;
}

#header #plugins .item:first-child {
	width: 133px;
}

#header #plugins .item {
	width: 110px;
	float: left;
}

#header #plugins .item:first-child {
	background: url(../images/bg_header_separator.png) right no-repeat;
	margin-right: 14px;
}

#header #plugins p {
	font-size: 14px;
	color: #fff;
	line-height: 19px;
}

/*----------------------------------------------------------------------
 SIDEBAR RIGHT
----------------------------------------------------------------------*/

#sidebar_right {
	float: right;
}

#sidebar_right li {
	list-style: none;
	text-align: center;
	height: 16px;
	width: 243px;
}

#download_min {
	display: block;
	width: 243px;
	height: 65px;
	background: url(../images/btn_download.png) 0 -65px no-repeat;
	margin-bottom: 5px;
	outline: 0;
}

#download_min:hover {
	background-position: 0 0;
}

#download_full {
	color: #666;
	font-size: 11px;
	outline: 0;
}

#download_v1 {
	color: #666;
	font-size: 11px;
	outline: 0;
}

#install {
	display: block;
	width: 240px;
	height: 60px;
	background: url(../images/btn_install.png) 0 -60px no-repeat;
	text-indent: -9999px;
	margin-top: 6px;
	outline: 0;
}

#install:hover {
	background-position: 0 0;
}

#beer {
	height: 59px;
	overflow: hidden;
	margin-left: 28px;
	margin-top: 5px;
	margin-bottom: 23px;
	position: relative;
	outline: 0;
}

#beer:hover #submit {
	top: 0;
}

#submit {
	display: block;
	position: relative;
	top: -57px;
}

/*----------------------------------------------------------------------
 CONTENT
----------------------------------------------------------------------*/

#ads {
	height: 221px;
}

#ads a {
	margin: ;
	margin-right: 25px;
}

#ads a:last-child {
	margin-right: 0;
}

#content_inner {
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
}

#content #intro {
	border-bottom: dotted #ccc 1px;
	padding-bottom: 28px;
	margin-bottom: 10px;
}

#content #intro p {
	font-size: 14px;
	color: #8f8f8f;
	line-height: 22px;
	padding-bottom: 5px;
}

#content #intro a {
	color: #666;
	padding: 6px;
}

#content #intro a:hover {
	background: #eee;
	text-decoration: none;
	border-bottom: dotted #ccc 1px;
}

#content #intro ul {
	padding-bottom: 15px;
	padding-top: 3px;
}

#content #intro li {
	color: #8f8f8f;
	margin-left: 50px;
	padding-bottom: 4px;
	font-size: 14px;
}

#content p {
	font-size: 12px;
	color: #8f8f8f;
	padding-bottom: 10px;
}

#content p a {
	color: #e41996;
}

#content h2 {
	font-size: 26px;
	font-weight: normal;
	color: #666;
	padding-bottom: 17px;
	border-top: dotted #ccc 1px;
	padding-top: 20px;
	padding-bottom: 21px;
	margin-top: 13px;
}

#content h2 span {
	font-size: 20px;
}

.pre_wrap {
	background: #f9f9f9;
	padding: 5px 5px 5px 14px;
	margin-bottom: 33px;
	margin-top: 32px;
}

.pre_wrap span.label {
	color: #999;
	font-size: 12px;
	font-style: italic;
	display: block;
	padding-left: 5px;
	padding-top: 5px;
}

.syntaxhighlighter {
	font-size: 12px;
}

.slides1_wrap {
	position: relative;
	padding: 20px 0 37px 49px;
	width: 750px;
}

#slides1 {
	overflow: hidden;
	height: 212px;
}

#slides1 li {
	list-style: none;
	width: 589px;
}

#slides1 li img {
	float: left;
}

#slides1 .content {
	float: left;
	width: 350px;
	padding-left: 21px;
}

#slides1 li p {
	line-height: 22px;
}

#slides1 h3 {
	font-size: 36px;
	color: #8d8d8d;
	font-weight: normal;
	/*text-transform: lowercase;*/
}

#slides1 h4 {
	font-size: 18px;
	color: #000;
	font-style: italic;
	font-weight: normal;
	/*text-transform: lowercase;*/
	padding-bottom: 16px;
}

.slides1_wrap .prev {
	position: absolute;
	left: -6px;
	top: 100px;
	outline: 0;
}

.slides1_wrap .next {
	position: absolute;
	right: 90px;
	top: 100px;
  *right: 40px;
	outline: 0;
}

.slides1_wrap a:active {
	top: 102px;
}

.bx_pager {
	padding-left: 309px;
	padding-top: 15px;
}

.bx_pager a {
	float: left;
	background: url(/images/bg_pager.png) no-repeat 0 -21px;
	width: 14px;
	height: 17px;
	color: #fff;
	font-size: 11px;
	margin-right: 6px;
	padding: 4px 0 0 7px;
	*padding: 4px 7px;
}

.bx_pager a:hover, .bx_pager a.active {
	background-position: 0 0;
	text-decoration: none;
}

.auto_controls {
  display: none;
	position: absolute;
	bottom: -11px;
	left: 394px;
}

.auto_controls a {
	font-size: 16px;
	color: #a3a3a3;
	outline: 0;
	padding: 2px;
}

.auto_controls a:hover {
	text-decoration: none;	
	background: ;
	color: #e41996;
}

#content #notes li, #content #changes li {
	font-size: 12px;
	color: #8f8f8f;
	margin-left: 43px;
	padding-bottom: 6px;
}

#content #notes li a {
	color: #e41996;
}

#idc-container a {
	color: #e41996;	
}

#idc-container h3 {
	color: #666;
}


/*----------------------------------------------------------------------
 INSTALL
----------------------------------------------------------------------*/
.install h1 {
	font-size: 24px;
	color: #666;
	font-weight: normal;
	padding-top: 9px;
	padding-bottom: 13px;
}

.install #content h2 {
	border-top:0;
}

#install_frm input[type="text"] {
	padding: 5px 7px;
	font-size: 14px;
	color: #8f8f8f;
	width: 833px;
	margin-bottom: 17px;
	border: solid #ccc 1px;
	-webkit-box-shadow:1px 1px 3px #ccc;
	-moz-box-shadow:1px 1px 3px #ccc;
}

#install_frm label {
	display: block;
	color: #8f8f8f;
	font-size: 14px;
	padding-bottom: 3px;
}

#install_frm label.error {
	color: #f00;
	position: relative;
	top: -8px;
	margin-bottom: 7px;
}

#install_frm textarea {
	padding: 5px 7px;
	font-size: 14px;
	color: #8f8f8f;
	width: 833px;
	margin-bottom: 14px;
	border: solid #ccc 1px;
	-webkit-box-shadow:1px 1px 3px #ccc;
	-moz-box-shadow:1px 1px 3px #ccc;
	height: 152px;
	font-family: Arial, sans-serif;
}

#install_frm #install_submit {
	display: block;
	margin-top: 18px;
}

.install #success_msg, .install #robot_msg {
	display:none;
}

/*----------------------------------------------------------------------
 ADS
----------------------------------------------------------------------*/

#ads {
	position: absolute;
	top: 293px;
	right: 0;
	border-left: dotted #ccc 1px;
	padding-left: 24px;
	width: 203px;
}

#ads .yoggrttext {
	display: block;
	padding-bottom: 7px;
	padding-top: 10px;
	line-height: 16px;
}

#ads span a {
	font-size: 12px;
	color: #e41996;
}

#ads p a {
	font-size: 11px;
	color: #999;
}





















