﻿/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* STYLES */
body, html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;	
	border: none;
}

body {
	background: #facc96 url(/images/bg.png) repeat-x 0 0;
	font-family: Arial, Helvetica, Sans-Serif;
	z-index: 0;
	min-width: 980px;
	position: relative;
}
body.framed {
	min-width: 0;
}

a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a.clean, a.clean:hover {
	text-decoration: none;
	border-bottom: none;
}
img, table, a img, a:hover img, a img:hover {
	border-bottom: none;
}
hr {
	border: none;
	border-top: 1px solid #ccc;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin: 10px 0 10px 0;
}

h1 {
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 7px 0 10px 0;
	padding: 0;
}
h1 .delimiter {
	color: #91bbc9;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	letter-spacing: -1px;
	font-weight: normal;
	line-height: 24px;
	color: #000;
	padding-bottom: 5px;
}
h3 {
	color: #6e99a8;
	text-shadow: 0 0 1px #bababa;
	font-size: 16px;
	line-height: 20px;
	padding: 0 0 2px 0;
	margin: 0 0 3px 0;
	font-weight: normal;
}
h3.nobs {
	margin: 0;
	padding: 0;
}
h4 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	padding: 0;
	margin:0;
}
h4.b5 {
	padding-bottom: 5px;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
}
.container {
	position: relative;
	width: 980px;
	display: block;
	overflow: hidden;
	left: 50%;
	margin: 0 0 0 -480px;
}

#page {
	min-height: 100%;
}

#main {
	display: block;
	overflow: hidden;
}

#column_left {
	position: relative;
	float: left;
	width: 300px;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Trebuchet MS, Arial, sans-serif;
}
#column_left .boxed {
	background: #ffb970;
	display: block;
	border-radius: 5px;
	padding: 5px;
}
	
#logo {
	padding: 10px 5px 20px 0;
	display: block;
	overflow: hidden;
	text-align: right;
}



#social_share {
	display: block;
	overflow: hidden;
	margin: 0 8px 10px 0;
}
#social_share div {
	width: 48px;
	height: 48px;
	display: block;
	overflow: hidden;
	float: right;
	margin-left: 10px;
}
#social_share .facebook {
	background: url(/images/icons/social.png) no-repeat 0px 0px;
}
#social_share .facebook:hover {
	cursor: pointer;
	background: url(/images/icons/social.png) no-repeat 0px -50px;
}
#social_share .twitter {
	background: url(/images/icons/social.png) no-repeat -50px 0px;
}
#social_share .twitter:hover {
	cursor: pointer;
	background: url(/images/icons/social.png) no-repeat -50px -50px;
}
#social_share .myspace {
	background: url(/images/icons/social.png) no-repeat -100px 0px;
}
#social_share .myspace:hover {
	cursor: pointer;
	background: url(/images/icons/social.png) no-repeat -100px -50px;
}
#social_share .gplus {
	background: url(/images/icons/social.png) no-repeat -150px 0px;
}
#social_share .gplus:hover {
	cursor: pointer;
	background: url(/images/icons/social.png) no-repeat -150px -50px;
}
#social_share .rss {
	background: url(/images/icons/social.png) no-repeat -200px 0px;
}
#social_share .rss:hover {
	cursor: pointer;
	background: url(/images/icons/social.png) no-repeat -200px -50px;
}




ul#mainmenu {
	margin: 0 0 15px 0;
	padding: 5px 5px 8px 5px;
	background: #ffb970;
	display: block;
	border-radius: 5px;
}
ul#mainmenu li {
	margin: 0;
	padding: 0 5px 0 5px;
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
	text-align: right;
}
ul#mainmenu li a {
	color: #333;
}
ul#mainmenu li.sel {
	margin: 0 -5px 2px 0;
	padding: 2px 10px 0 0;
	line-height: 24px;
}
ul#mainmenu li.sel a {
	color: #000;
	border-bottom: 1px dashed #999;
}
ul#mainmenu li a:hover {
	color: #000;
}


.gplusone {
	display: block;
	overflow: hidden;
	margin-top: 10px;
}
.twit {
	display: block;
	overflow: hidden;
	margin: 10px 10px 0 0;
}

#searchbox {
	margin: 15px 0 10px 0;
	padding: 8px;
	background: #ffb970;
	display: block;
	border-radius: 5px;
}
#searchbox p {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	padding: 0 0 10px 0px;
}
#searchbox input#srch {
	border: none;
	background: #ffe4c3;
	color: #333;
	width: 230px;
	height: 24px;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
}
#searchbox input#srch:focus {
	background: #fff;
	color: #000;
}
#searchbox input#srchsubmit {
	background: #333;
	color: #ffe4c3;
	border: none;
	height: 24px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 50px;
}
#searchbox input#srchsubmit:hover {
	cursor: pointer;
	background: #000;
	color: #fff;
}


#column_right {
	position: relative;
	float: right;
	width: 660px;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}




#content {
	display: block;
	overflow: hidden;
}

#content .content_detail, #content .content_list, #content .content_additional {
	display: block;
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
	padding: 10px 10px 5px 10px;
	font-family: Verdana, Geneva, sans-serif;
}
#content .content_detail, #content .content_list {
	min-height: 600px;
}
#content .column {
	width: 310px;
	display: block;
	overflow: hidden;
}

#content p {
	font-size: 12px;
	line-height: 17px;
	padding-bottom: 7px;
}
#content .bigger p {
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 5px;
}
#content .dark p {
	color: #000;
}
#content .doublespace p {
	line-height: 24px;
}
#content .quote {
	background: url(/images/icons/business_user_comment.png) no-repeat left 5px;
	font-size: 16px;
	line-height: 22px;
	padding: 0 0 5px 36px;
	color: #000;
	min-height: 36px
}
#content .source {
	background: #ededed url(/images/icons/pages.png) no-repeat 7px 5px;
	font-size: 13px;
	line-height: 18px;
	padding: 5px 5px 5px 44px;
	color: #000;
	min-height: 36px
}
#content .keywords {
	background: #ededed url(/images/icons/keyword.png) no-repeat 5px 5px;
	font-size: 13px;
	line-height: 18px;
	padding: 5px 5px 5px 44px;
	color: #000;
	min-height: 36px
}

.toolbar, p.toolbar, #content p.toolbar {
	display: block;
	overflow: hidden;
	font-size: 11px;
	line-height: 14px;
	color: #999;
	letter-spacing: -1px;
}
.topline, .toolbar.topline {
	border-top: 1px solid #ededed;
	padding-top: 3px;
	margin-top: 3px;
}
.toolbar a {
	color: #999;
}
.toolbar a:hover {
	color: #666;
}
.toolbar .delimiter {
	color: #ccc;
}

#content .categories {
	padding: 0 10px 0 10px;
	margin: -10px -10px 0 -10px;
	background: #96abb3;
	display: block;
	overflow: hidden;
	color: #333;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Trebuchet MS, Arial, sans-serif;
}
#content .categories a {
	color: #fff;
	display: block;
	float: left;
	padding: 0px 10px 0px 10px;
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
}
#content .categories a:hover {
	color: #d6ebe8;
}
#content .categories div {
	color: #000;
	display: block;
	float: left;
	padding: 0px 10px 0px 10px;
	font-size: 16px;
	line-height: 32px;
	background: #fff;
	font-weight: bold;
}

#content .breadcrumbs {
	padding: 0 0 8px 0;
	font-size: 11px;
	color: #999;
	line-height: 16px;
}
#content .breadcrumbs a {
	color: #999;
}
#content .breadcrumbs a:hover {
	color: #000;
}


#content ul {
	font-size: 12px;
	list-style-type: disc;
	margin: 0 20px 5px 20px;
	padding: 0;
}
#content ol {
	font-size: 12px;
	list-style-type: decimal;
	margin: 0 20px 5px 20px;
	padding: 0;
}
#content ul li, #content ol li {
	line-height: 18px;
	margin: 2px 0 5px 0;
}

#content .row {
	display: block;
	overflow: hidden;
}
#content .row h3 {
	border-bottom: 1px solid #ccc;
}
#content .row h3 a {
	color: #000;
}
#content .row:hover {
	cursor: pointer;
	color: #6e99a8;
}
#content .row:hover h3 a {
	color: #6e99a8;
}

#content .contentsplit {
	margin: 10px -10px 10px -10px; 
	display: block; 
	overflow: hidden; 
	height: 20px; 
	background: #facc96;
}
#content .contentsplit .top {
	margin: -5px 0 10px 0; 
	width: 100%; 
	background: #fff; 
	border-radius: 5px; 
	height: 10px; 
	display: block; 
	overflow: hidden;
}
#content .contentsplit .bottom {
	width: 100%; 
	background: #fff; 
	border-radius: 5px; 
	height: 10px; 
	display: block; 
	overflow: hidden;
}

#socialpointer {
	position: absolute;
	left: 300px;
	top: 170px;
	margin: 0;
}


#footer {
	margin-top: 10px;
	background: transparent url(/images/bg_footer.png) no-repeat right 20px;
	display: block;
	overflow: hidden;
	padding: 10px 0 10px 0;
	min-height: 280px;
	font-size: 11px;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Trebuchet MS, Arial, sans-serif;
}
#footer #footerfb {
	float: left;
	width: 320px;
	display: block;
	overflow: hidden;
}
#footer #copyright {
	display: block;
	overflow: hidden;
	margin-left: 320px;
}
#footer p {
	font-size: 10px;
	line-height: 15px;
	text-transform: uppercase;
	padding: 1px 0 1px 0;
	font-weight: bold;
	color: #333;
}
#footer p .normal {
	font-weight: normal;
	text-transform: none;
}
#footer p.pl {
	padding-left: 10px;
}
#footer a {
	color: #333;
}
#footer a:hover {
	color: #000;
}


a.comment {
	color: #6e99a8;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Trebuchet MS, Arial, sans-serif;
	background: url(/images/icons/comment.png) no-repeat left center;
	padding: 0 0 0 22px;
}
a.comment:hover {
	color: #000;
}

.boxrounded {
	overflow: hidden;
	border-radius: 5px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.centralizer {
	text-align: center;
}
.rightalizer {
	text-align: right;
}
.spacer {
	display: block;
	height: 10px;
	line-height: 10px;
}
.fixator {
	display: block;
	overflow: hidden;
}
.clear {
	clear: both;
	float: none;
}
.wider {
	letter-spacing: 1px;
}
.smaller {
	font-size: 90%;
}
.delimiter {
	padding: 0 10px 0 10px;
}
.bottom_spacer {
	margin-bottom: 10px;
}
.mt {
	margin-top: 5px;
}
.mb {
	margin-bottom: 5px;
}
.pb3 {
	padding-bottom: 3px;
}
.pb5 {
	padding-bottom: 5px;
}
.p5 {
	padding: 5px;
}
.p10 {
	padding: 10px;
}
.plr {
	padding-left: 3px;
	padding-right: 3px;
}
.dark {
	color: #000;
}
.lite {
	color: #999;
}
.hilite {
	background: #ededed;
	color: #000;
}
.blue {
	color: #6e99a8;
}
#content p.hilite {
	padding: 1px 3px 1px 3px;
}
.bottomline, p.bottomline, #content p.bottomline {
	padding-bottom: 2px;
	margin-bottom: 1px;
	border-bottom: 1px solid #ccc;
}
	
.uppercase {
	text-transform: uppercase;
}
.w160 {
	width: 160px;
}
.w150 {
	width: 150px;
}
.list {
	border-bottom: 1px solid #ededed;
	padding: 2px;
}
p.bigger, #content_wrapper p.bigger {
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 5px;
}
p .bigger {
	font-size: 14px;
	line-height: 18px;
}

.indicators, p .indicators {
	font-size: 16px;
}

.opac {
	opacity: 0.8;
}
.opac:hover {
	opacity: 1;
}

input.button {
	color: #fff;
	background:  #000;
	border: 1px solid #000;
	border-radius: 5px;
	padding: 2px 10px 2px 10px;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, Sans-Serif;
}
input.button:hover {
	background: #333;
	border: 1px solid #333;
	color: #fff;
	cursor: pointer;
}



#gallery {
	display: block;
	overflow: hidden;
	margin: -5px 0 0 0;
	padding: 0;
}
#gallery .icon {
	width: 90px;
	height: 90px;
	float: left;
	margin: 0 0 10px 10px;
	display: block;
	opacity: 0.9;
}
#gallery .icon.first {
	margin: 0 0 10px 0;
}
#gallery .icon img {
	max-width: 90px;
	max-height: 90px;
}
#gallery .icon:hover {
	opacity: 1;
}
#gallery_big {
	position: relative;
	width: 640px;
	margin: 0 0 10px 0;
}
#gallery_navigation {
	position: absolute;
	display: none;
	overflow: hidden;
	top: 160px;
	margin: 0;
	width: 640px;
	text-align: center;
}
#gallery_navigation div {
	padding: 10px;
}
#arrow_zoom {
	margin: 0 60px 0 60px;
}
#arrow_back {
	float: left;
}
#arrow_next {
	float: right;
}
#arrow_back_link, #arrow_next_link {
	display: none;
}
#gallery_navigation a {
	border: none;
}
#gallery_big #gallery_medium_img, #content img#gallery_medium_img {
	width: 640px;
	max-width: 640px;
	height: auto;
}
.gallery_row {
	display: block;
	overflow: hidden;
}
.gallery_item {
	width: 120px;
	height: 90px;
	float: left;
	margin: 0 0 10px 10px;
	display: block;
	opacity: 0.9;
}
.gallery_item.first {
	margin-left: 0;
}
.gallery_item:hover {
	opacity: 1;
}
.gallery_item .thumb {
	background-position: center center;
	background-repeat: no-repeat;
	width: 120px;
	height: 90px;
}
.gallery_item .thumb img, .gallery_item .thumb_high img {
	width: 100%;
	height: 100%;
}
.gallery_row .first {
}
.gallery_item p {
	font-size: 10px;
}
.gallery_item a {
	border: none;
}
.gallery_item:hover {
}
#gallery_big_list {
	display: none;
}

#movie_player {
	margin: 20px 0 10px 0;
}
.movie_row {
	display: block;
	overflow: hidden;
}
.movie_item {
	float: left;
	margin: 0 0 10px 10px;
	width: 120px;
	font-size: 11px;
	line-height: 18px;
}
.movie_item img {
	width: 120px;
	height: auto;
}
.movie_row .first {
	margin: 0 0 10px 0;
}
.movie_item a {
	border: none;
	opacity: 0.9;
}
.movie_item a:hover {
	opacity: 1;
}

ul.attachments {
	margin: 5px 0 0 0;
	list-style-type: none;
	padding: 0;
}
ul.attachments li {
	padding: 5px 0 5px 36px;
	font-size: 12px;
	line-height: 32px;
	background: no-repeat left center;
}
ul.attachments li span {
	color: #999;
	font-size: 10px;
	margin-left: 10px;
}

#content .attachments {
	background: #ededed url(/images/bg_attachments.png) no-repeat 8px 8px;
	padding: 5px 5px 5px 70px;
}
#content .attachments h4 {
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
#content .attachments a {
	display: block;
	float: left;
	line-height: 32px;
	font-size: 13px;
	padding: 0 0 0 36px;
	margin: 3px 0 3px 0;
	background: no-repeat left center;
	color: #000;
	opacity: 0.7;
}
#content .attachments a:hover {
	opacity: 1;
}
#content .attachments .size {
	float: left;
	color: #999;
	font-size: 10px;
	line-height: 32px;
	margin-left: 10px;
}





.paginator {
	display: block; 
	overflow: hidden; 
	padding: 5px;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Trebuchet MS, Arial, sans-serif;
	color: #999;
	border-top: 1px solid #ededed;
	text-align: right;
	line-height: 20px;
}
.paginator span {
	font-weight: bold;
	padding: 0 5px 0 5px;
	font-size: 16px;
	color: #fff;
	background: #6e99a8;
	margin: 0 1px 0 1px;
	border-radius: 3px;
}
.paginator a {
	color: #333;
	padding: 0 5px 0 5px;
	font-size: 16px;
	background: #ccc;
	margin: 0 1px 0 1px;
	border-radius: 3px;
	font-weight: bold;
}
.paginator a:hover {
	background: #facc96;
	color: #000;
}
.paginator span.left {
	background: #fff;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	padding: 0 30px 0 0;
}

#frmcomment table {
	border: none;
	margin: 0;
	padding: 0;
}
#frmcomment table td {
	padding: 2px 10px 2px 10px;
	margin: 2px 0 2px 0;
	font-size: 12px;
	line-height: 24px;
	vertical-align:top;
}
#frmcomment table td input {
	font-family: Arial, Helvetica, Sans-Serif;
	border: 1px solid #ccc;
	background: #ededed;
	height: 24px;
	width: 300px;
	color: #333;
}
#frmcomment table td input.captcha {
	font-size: 18px;
	width: 200px;
}
#frmcomment table td textarea {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	border: 1px solid #ccc;
	background: #ededed;
	height: 200px;
	width: 300px;
	color: #333;
}
#frmcomment table td input:focus, #frmcomment table td textarea:focus {
	border: 1px solid #666;
	background: #fff;
	color: #000;
}
#frmcomment table td input#button_comment_submit {
	border: 5px solid #6e99a8;
	background: #6e99a8;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	width: auto;
	height: auto;
	margin-top: 10px;
}
#frmcomment table td input#button_comment_submit:hover {
	cursor: pointer;
	border: 5px solid #333;
	background: #333;
}
#errorbox {
	font-family: Arial,Helvetica,Sans-Serif;
	display: none;
	position: fixed;
	z-index: 200;
	top: 160px;
	left: 50%;
	min-width: 300px;
	max-width: 480px;
	border: 10px solid #6e99a8;
	border-radius: 10px;
	box-shadow: 0px 0px 15px #000;
	color: #333;
	font-size: 12px;
	padding: 15px 20px 20px 20px;
	background: #fff;
}
#errorbox_title {
	color: #6e99a8;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	padding: 0;
	margin-right: 24px;
}
#errorbox_close {
	color: #6e99a8;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	padding: 0;
	float: right;
}
#errorbox_msg {
	margin: 10px 0px 0px 0px;
	color: #333;
	font-size: 12px;
	overflow: hidden;
	line-height: 16px;
}



.fb_activity_wrapper {
	width: 640px;
	display: block;
	overflow: hidden;
}
.column .fb_activity_wrapper {
	width: 310px;
}
	
.fb_activity_wrapper div {
	margin: -1px;
}

div.stars {
	position: relative;
	height: 12px;
	width: 50px;
	display: block;
	overflow: hidden;
	background: url(/images/icons/stars.png) no-repeat 0 0;
}
div.stars.with_count {
	width: 70px;
}
div.stars div {
	float: left;
	height: 12px;
	display: block;
	overflow: hidden;
	background: url(/images/icons/stars.png) no-repeat 0 -15px;
}
div.stars span {
	font-size: 10px;
	line-height: 10px;
	color: #999;
	float: right;
}

table.listed {
	width: 100%;
	border-left: 1px solid #ededed;
}
table.listed th {
	background: #ccc;
	color: #333;
	font-size: 11px;
	text-align: center;
	margin: 0;
	padding: 3px 5px 3px 5px;
}
table.listed td {
	color: #333;
	font-size: 12px;
	margin: 0;
	padding: 3px 5px 3px 5px;
	border-bottom: 1px solid #ededed;
	border-right: 1px solid #ededed;
}

#cookieinfo {
	font-family: Arial, helvetica, Sans-Serif;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	padding: 0 0 0 30px;
	line-height: 130px;
	font-size: 12px;
	color: #fff;
	background: transparent url(/images/bg_cookie.png) repeat left top;
}	
#cookieinfo a {
	color: #999;
	font-size: 11px;
	font-weight: normal;
}
#cookieinfo a:hover {
	color: #fff;
}
#cookieinfo input#cookieok {
	border: none;
	border-radius: 3px;
	background: #390;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	width: auto;
	margin: 0 15px 0 15px;
}
#cookieinfo input#cookieok:hover {
	cursor: pointer;
	background: #6c0;
	color: #fff;
}
#cookieinfo a#closecookieinfo {
	position: absolute;
	top: 10px;
	right: 40px;
	color: #fff;
	opacity: 0.5;
}
#cookieinfo a#closecookieinfo:hover {
	opacity: 1;
}



/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000;}

#colorbox{}
#cboxContent{margin-top:20px; font-size: 12px;}
#cboxLoadedContent{background:#000; padding:5px;}
#cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
#cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
#cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
#cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(/images/controls.png) top left no-repeat; width:28px; height:65px; text-indent:-9999px;}
#cboxPrevious.hover{background-position:bottom left;}
#cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(/images/controls.png) top right no-repeat; width:28px; height:65px; text-indent:-9999px;}
#cboxNext.hover{background-position:bottom right;}
#cboxLoadingOverlay{background:#000;}
#cboxLoadingGraphic{background:url(/images/loading.gif) center center no-repeat;}
#cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(/images/controls.png) top center no-repeat; width:38px; height:19px; text-indent:-9999px;}
#cboxClose.hover{background-position:bottom center;}


/* autocomplete */
.ac_results {
	padding: 0;	margin: -5px 0px 0px -30px;	background-color: #333;	overflow: hidden;	z-index: 99999;	color: #ccc;	box-shadow: 0px 10px 10px #000;	border-radius: 5px;
}
.ac_results ul {
	width: 100%;	list-style-position: outside;	list-style: none;	padding: 0;	margin: 0;
}
.ac_results li {
	margin: 0px; padding: 3px 10px 3px 10px;	cursor: default;	display: block; font-size: 14px; line-height: 18px; overflow: hidden;
}
.ac_results li span span {
	font-size: 12px;
}
.ac_results li:hover {
	cursor: pointer;	
}
.ac_loading {
	background: #333 url(/images/loading_search_small.gif) no-repeat 245px center;
}
.ac_odd {
}
.ac_over {
	color: #fff; background-color: #000;
}
