html {
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	font-family: "Arial", arial, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0 0 0 230px;
	height: 100%;
	color: #656565;
}

.CVbtn:active {
	background-position: right top !important;
}

#coviewsContainer a:focus {
	outline: none;
}

#coviewsContainer {
	position: absolute;
	width: 230px;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	background: #939393 url(images/container-bg.png) repeat-y right top;
	z-index: 999999991;
}

#coviewsContainer .CVlogo h1 {
	float: left;
	margin: 0;
	padding: 0;
}

#coviewsContainer .CVlogo h1 a {
	display: block;
	height: 40px;
	width: 105px;
	margin-bottom: 10px;
	text-indent: -99999px;
	background: transparent url(images/logo.png) no-repeat left top;
}

#coviewsContainer .CVhelp {
	float: right;
	width: 94px;
	margin: 7px 4px 0 0;
}

#coviewsContainer .CVhelp a.CVhelpbtn {
	float: right;
	height: 20px;
	width: 20px;
	margin: 4px 10px 0 0;
	text-indent: -99999px;
	background: transparent url(images/help.png) no-repeat left top;
}

#coviewsContainer .CVhelp a.CVhelpbtn:hover {
	background-position: -20px top;
}

#CVhelpVideo, #CVhelpFlag {
	display: none;
}

#coviewsContainer .CVhelp a.CVflag {
	float: right;
	height: 28px;
	width: 28px;
	text-indent: -99999px;
	background: transparent url(images/flag.png) no-repeat left top;
}

#coviewsContainer .CVhelp a.CVflag:hover {
	background-position: -28px top;
}

#CVloading {
	display: none;
	float: right;
	width: 16px;
	height: 16px;
	overflow: hidden;
	margin: 5px 10px 0 0;
	background: transparent url(images/loader.gif) no-repeat center center;
}

#coviewsContainer .mainControls {
	padding: 10px 8px 0 8px;
	color: #fff;
	text-shadow: #414141 0 1px 2px;
	background: transparent url(images/top-bg.png) repeat-x left top;
}

#coviewsContainer .mainControls .info {
	clear: left;
	width: 188px;
	height: 56px;
	margin: 0 auto 4px auto;
	padding: 10px;
	text-shadow: #000 0 1px 2px;
	overflow: hidden;
	background: transparent url(images/info-bg.png) no-repeat left top;
}

#coviewsContainer .mainControls .info h4 {
	font-size: 10px;
	font-style: italic;
	text-transform: uppercase;
	margin: 0 0 2px 0;
	padding: 0;
	color: #aaa;
}

#coviewsContainer .mainControls .info h4 b {
	font-style: normal;
	color: #fff;
}

#coviewsContainer .mainControls .info span a {
	display: block;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 12px;
	-webkit-transition: color .25s ease-out;
}

#coviewsContainer .mainControls .info span a:hover {
	color: #aaa;
}

#coviewsContainer .mainControls .total {
	float: left;
	margin-left: 4px;
	margin-bottom: 7px;
}

#coviewsContainer .mainControls .refresh a {
	float: right;
	height: 16px;
	text-transform: uppercase;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 20px 0 0;
	margin: -1px 8px 7px 0;
	background: transparent url(images/refresh.png) no-repeat right top;
	-webkit-transition: color .25s ease-out;
}

#coviewsContainer .mainControls .refresh a:hover {
	color: #ddd;
}

#coviewsContainer .mainControls .refresh a:active {
	background-position: right bottom;
}

#coviewsContainer .mainControls #coviewsAddCom {
	clear: left;
	text-align: center;
}

#coviewsContainer .mainControls #coviewsAddCom a {
	display: block;
	width: 181px;
	height: 59px;
	text-indent: -99999px;
	margin: 0 auto;
	background: transparent url(images/addcomment.png) no-repeat top left;	
}

#coviewsContainer .mainControls #coviewsAddCom a:hover {
	background-position: -181px top;	
}

#coviewsContainer .mainControls #coviewsAddCom a:active {
	background-position: -362px top;	
}

#coviewsContainer .mainControls #coviewsAddCom a.cancel {
	background-position: left bottom;	
}

#coviewsContainer .mainControls #coviewsAddCom a.cancel:hover {
	background-position: -181px bottom;	
}

#coviewsContainer .mainControls #coviewsAddCom a.cancel:active {
	background-position: -362px bottom;	
}

/* Comment Styles */

#coviewsContainer #CVresults {
	height: 100%;
	margin-top: 7px;
	overflow-x: hidden;
	overflow-y: auto;
}

#coviewsContainer ul.comments {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#coviewsContainer ul.comments li {
	width: 212px;
	margin: 0 auto;
}

#coviewsContainer ul.comments li.aComment {
	cursor: pointer;
}

#coviewsContainer ul.comments li.aComment.open {
	cursor: default;
}

#coviewsContainer ul.comments li .top {
	height: 6px;
	width: 212px;
	background: transparent url(images/comment-bg.png) no-repeat right top;
}

#coviewsContainer ul.comments li .bottom {
	height: 26px;
	width: 212px;
	background: transparent url(images/comment-bg.png) no-repeat right bottom;
}

#coviewsContainer ul.comments li .inner {
	width: 212px;
	background: transparent url(images/comment-bg.png) repeat-y left top;
}

#coviewsContainer ul.comments li .inner h2 {
	font-size: 13px;
	color: #000;
	font-weight: normal;
	margin: 0 0 0 3px;
	padding: 1px 0 0 7px;
	background: transparent url(images/comment-title-bg.png) no-repeat left top;
}

#coviewsContainer ul.comments li .inner .CVdelete {
	float: right;
	width: 23px;
	height: 18px;
	padding-left: 2px;
	margin-right: 4px;
	background: transparent url(images/comment-title-bg.png) no-repeat -1px top;
}

#coviewsContainer ul.comments li .inner .CVdelete a {
	display: block;
	width: 18px;
	height: 18px;
	background: transparent url(images/deletex.png) no-repeat left top;
}

#coviewsContainer ul.comments li .inner .CVdelete a:hover {
	background-position: -18px top;
}

#coviewsContainer ul.comments li .inner .CVdelete a:active {
	background-position: right top;
}

#coviewsContainer ul.comments li .inner .CVedit {
	clear: left;
}

#coviewsContainer ul.comments li .inner .CVedit .editComArea {
	margin-top: 0;
}

#coviewsContainer ul.comments li .inner .CVedit .editComArea a {
	float: left !important;
	margin-left: 9px;
}

#coviewsContainer ul.comments li .inner hr {
	height: 2px;
	border: none;
	margin: 5px 3px 4px 3px;
	background: transparent url(images/comment-hr.png) repeat-x left top;
}

#coviewsContainer ul.comments li .inner p {
	font-size: 11px;
	color: #7d7e39;
	margin: 0 14px;
	padding: 4px 0 6px 0;
}

#coviewsContainer ul.comments li .inner p a {
	color: #000;
	-webkit-transition: color .25s ease-out;
}

#coviewsContainer ul.comments li .inner p a:hover {
	color: #7d7e39;
}

#coviewsContainer ul.comments li .inner .date {
	font-size: 10px;
	color: #7d7e39;
	font-weight: bold;
	font-style: italic;
	margin: 4px 14px 0 14px;
}

#coviewsContainer ul.comments li .inner .CVcaptcha {
	float: left;
	width: 96px;
	height: 32px;
	margin: 10px 0 10px 10px;
	border: 1px solid #c3c47d;
}

#coviewsContainer ul.comments li .inner .CVcaptcha-input input {
	float: right;
	margin: 15px 11px 0 0;
	width: 80px;
	height: 17px;
	font-size: 9px !important;
}

#coviewsContainer ul.comments li .inner .replyCount {
	float: left;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #7d7e39;
	margin: 5px 0 0 14px;
}

#coviewsContainer .CVgen-btn, #CValignment .CVgen-btn-dark {
	overflow: hidden;
	height: 19px;
	margin: 10px 14px 0 0;
	cursor: pointer;
}

#coviewsContainer .commentForm .CVgen-btn, #coviewsContainer .replyForm .CVgen-btn, #CValignment .commentForm .CVgen-btn-dark, #CValignment .replyForm .CVgen-btn-dark {
	clear: left;
}

#coviewsContainer .CVgen-btn a, #CValignment .CVgen-btn-dark a {
	float: right;
	height: 19px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #373737;
	text-shadow: #fff 0 0 2px;
	padding-left: 5px;
	cursor: pointer;
	background: transparent url(images/gen-btn.png) no-repeat left -19px;
	-webkit-transition: color .25s ease-out;
}

#CValignment .CVgen-btn-dark a {
	color: #fff;
	text-shadow: #000 0 0 2px;
	background-image: url(images/gen-btn-dark.png);
}

#coviewsContainer .CVgen-btn a span, #CValignment .CVgen-btn-dark a span {
	display: block;
	height: 11px;
	padding: 4px 5px 5px 0;
	cursor: pointer;
	background: transparent url(images/gen-btn.png) no-repeat right top;
}

#CValignment .CVgen-btn-dark a span {
	background-image: url(images/gen-btn-dark.png);
}

#coviewsContainer .CVgen-btn a:hover {
	color: #000 !important;
}

#CValignment .CVgen-btn-dark a:hover {
	color: #aaa !important;
}

#coviewsContainer ul.comments li.commentForm input, #coviewsContainer ul.comments li.commentForm textarea {
	border: 1px solid #b8b974;
	outline: 0;
	background-color: #c3c47d;
	color: #111;
	font-size: 11px;
	margin-left: 10px;
	margin-top: 0;
	padding: 2px 0 0 4px;
	height: 18px;
	width: 185px;
}

#coviewsContainer ul.comments li.commentForm textarea {
	font-family: "Arial", arial, sans-serif;
	padding: 4px 0 0 4px;
	height: auto;
	min-height: 32px;
	line-height: 13px;
	resize: none;
}

#coviewsContainer ul.comments li .inner ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#coviewsContainer ul.comments li .inner ul li {
	width: 200px;
}

#coviewsContainer ul.comments li .inner ul li .top {
	height: 34px;
	width: 200px;
	background-image: url(images/reply-bg.png);
}

#coviewsContainer ul.comments li .inner ul li .bottom {
	height: 23px;
	width: 200px;
	background-image: url(images/reply-bg.png);
}

#coviewsContainer ul.comments li .inner ul li .inner {
	width: 200px;
	background-image: url(images/reply-bg.png);
}

#coviewsContainer ul.comments li .inner ul li .top h3 {
	font-size: 11px;
	color: #000;
	width: 120px;
	font-weight: normal;
	margin: 0 0 0 50px;
	padding: 13px 0 0 0;
}

#coviewsContainer ul.comments li .inner ul li .inner p, #coviewsContainer ul.comments li .inner ul li .inner .date {
	color: #3b634d;
}

#coviewsContainer ul.comments li .inner ul li .inner p {
	padding-top: 2px;
}

#coviewsContainer ul.comments li .inner ul li .inner p a:hover {
	color: #3b634d;
}

#coviewsContainer ul.comments li .inner ul li .inner .CVcaptcha {
	border-color: #426853;
}

#coviewsContainer ul.comments li .inner ul li .inner .CVcaptcha-input input {
	width: 70px;
	margin-left: 0;
	margin-right: 11px;
}

#coviewsContainer ul.comments li .inner ul li.replyForm {
	display: none;
	margin-top: 10px;
}

#coviewsContainer ul.comments li .inner ul li.replyForm .inner {
	padding-top: 10px;
}

#coviewsContainer ul.comments li .inner ul li.replyForm input, #coviewsContainer ul.comments li .inner ul li.replyForm textarea {
	border: 1px solid #a4e5c1;
	outline: 0;
	background-color: #426853;
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 50px;
	padding: 2px 0 0 4px;
	height: 18px;
	width: 111px;
}

#coviewsContainer ul.comments li .inner ul li.replyForm textarea {
	font-family: "Arial", arial, sans-serif;
	width: 173px;
	margin-left: 10px;
	margin-top: 0;
	padding: 4px 0 0 4px;
	height: auto;
	min-height: 32px;
	line-height: 13px;
	resize: none;
}

#coviewsContainer ul.comments li .inner ul li.replyForm .CVgen-btn a {
	color: #1b2b22;
}

/* Share Styles */

#coviewsShare {	
	position: fixed;
	bottom: 0;
	left: 0;
	width: 230px;
	height: 33px;
	padding-top: 13px;
	overflow: hidden;
	text-indent: -99999px;
	background: transparent url(images/share-bg.png) no-repeat left top;
}

#coviewsShare .CVleft {
	float: left;
	width: 97px;
}

#coviewsShare .CVleft a {
	float: left;
	height: 28px;
	width: 28px;
	margin-left: 4px;
	background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;
}

#coviewsShare .CVleft a.CVfacebook {
	background-image: url(images/facebook.png);
}

#coviewsShare .CVleft a.CVtwitter {
	background-image: url(images/twitter.png);
}

#coviewsShare .CVleft a.CVemail {
	background-image: url(images/email.png);
}

#coviewsShare .CVright {
	float: right;
	width: 108px;
	margin-right: 4px;
	margin-top: 4px;
}

#coviewsShare .CVright .CValways {
	float: left;
	height: 22px;
	width: 67px;
	background: transparent url(images/alwaysstay.png) no-repeat left top;
}

#coviewsShare .CVright .CVswitch {
	float: right;
	height: 18px;
	width: 40px;
	margin-top: 1px;
	background: transparent url(images/switch.png) no-repeat left top;
}

#coviewsShare .CVright .CVswitch.on {
	background-position: left bottom;
}

/* Overlay Styles */

#coviewsOverlay, #coviewsOverlayPre {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	top: 0;
	left: 230px;
	overflow: hidden;
}

#coviewsSelector, #coviewsPreSelected {
	display: none;
	overflow: hidden;
	position: absolute;
	height: 100%;
}

#coviewsOverlayInst .CV-background {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: #000;
	opacity: 0.75;
	-moz-opacity: 0.75;
}

#coviewsOverlayInst .CV-inst {
	position: absolute;
	width: 100%;
	top: 45%;
}

#coviewsOverlayInst .CV-inst div {
	position: relative;
	width: 50%;
	margin: 0 auto;
	padding: 22px 15px;
	text-align: center;
	color: #818181;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: #000 0 0 2px;
	border: 3px solid #fff;
	background-color: #000;
	-webkit-box-shadow: 0 2px 16px #000; 
	box-shadow: 0 2px 16px #000;
}

#coviewsOverlayInst .CV-inst b {
	color: #fff;
}

.imgareaselect-handle {
	opacity: 0.7 !important;
}

/* IFRAME Styles */

#coviewsFrameHolder {
	height: 100%;
}

iframe#coviewsFrame {
	padding: 0;
	margin: 0;
	border: 0;
	height: 100%;
	width: 100%;
	resize: no;
}

/* Alignment Box Styles */

#CValignment {
	display: none;
	position: absolute;
	left: 5px;
	top: 210px;
	width: 220px;
	z-index: 999999991;
}

#CValignment .top {
	width: 220px;
	height: 20px;
	background: transparent url(images/dialog-bg.png) no-repeat right top;
}

#CValignment .bottom {
	width: 220px;
	height: 20px;
	background: transparent url(images/dialog-bg.png) no-repeat right bottom;
}

#CValignment .inner {
	width: 220px;
	background: transparent url(images/dialog-bg.png) repeat-y left top;
}

#CValignment .inner p {
	padding: 0 20px;
	margin: 0;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-shadow: #000 0 0 2px;
}

#CValignment .inner input {
	padding: 0;
	margin: 0 5px 0 20px;
}

#CValignment .inner div {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-shadow: #000 0 0 2px;
	padding: 15px 0 0 0;
	margin-top: 10px;
	height: 22px;
	width: 155px;
	background-color: transparent;
	background-image: url(images/alignments.png);
	background-repeat: no-repeat;
}

#CValignment .inner .alLeft {
	background-position: right top;
}

#CValignment .inner .alCenter {
	background-position: right -37px;
}

#CValignment .inner .alRight {
	background-position: right bottom;
}

#CValignment .inner .alSubmit {
	background: none;
	margin: 0 auto;
}

/* MOZILLA HACKS */

@-moz-document url-prefix() {
	#coviewsContainer ul.comments li .inner .CVgen-btn a span {
		padding-top: 3px;
	}
	#coviewsContainer .mainControls .info h4 {
		margin-bottom: 0;
	}
	#coviewsContainer .mainControls .info span a {
		margin-bottom: 8px;
	}
}

/* FancyBox Styles */
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	display: none;
	z-index: 999999997;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 999999999;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(images/fancy_progress.png) no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 999999997;
}

div#fancy_loading_icon {
	position: absolute;
	background: url(images/fancy_loading.gif) no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 999999998;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
	-webkit-box-shadow: 0 2px 20px #000;
	box-shadow: 0 2px 20px #000;
}

div#fancy_content {
	margin: 0;
	z-index: 999999999;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 999999999;
	text-shadow: #000 0 0 2px;
	overflow: hidden;
}

div#fancy_div p {
	margin: 0;
	padding: 28px;
	font-size: 13px;
	font-weight: bold;
}

div#fancy_div p b {
	display: block;
	text-transform: uppercase;
	color: #aaa;
	font-size: 16px;
	margin-bottom: 6px;
}

div#fancy_div a.btn {
	text-transform: uppercase;
	color: #d53535;
	font-size: 15px;
	margin-left: 30px;
	font-weight: bold;
	-webkit-transition: color .25s ease-out;
}

div#fancy_div a.btn.cancel {
	color: #aaa;
	font-size: 13px;
}

div#fancy_div a:hover.btn {
	color: #555;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 999999999;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url(images/fancy_closebox.png) top left no-repeat;
	cursor: pointer;
	z-index: 9999999998;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

div#fancy_title {
	display: none !important;
}