/* GENERAL STYLES */
/* GENERAL STYLES */
html, body {
	background-color:#000000;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
}
img {
	border:0;
	display:block;
}
a:focus, a:active {
    outline: none;
}
.site {
	width:851px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
}
/*  PAGE HEAD STYLES */
.head {
	padding-top:10px;
}
.aboutSite {
	height:16px;
	font-style:italic;
	width:100%;
	overflow:hidden;
}
.aboutSite a {
	float:right;
	color:#ffffff;
	text-decoration:none;
	display:block;
	margin-right:4px;
}
.aboutSite a:hover {
	text-decoration:underline;
}
.menu { 
	width:100%;
	height:41px;
}
.menu .menuLeft { 
	float:left;
	width:4px;
	height:41px;
	background-image:url(../gfx/menuLeft.gif);
	background-repeat:no-repeat;
}
.menu .menuRight { 
	float:left;
	width:4px;
	height:41px;
	background-image:url(../gfx/menuRight.gif);
	background-repeat:no-repeat;
}
.menu .menuCenter { 
	float:left;
	height:41px;
	width:843px;
	background-color:#ffffff;
	background-image:url(../gfx/menuCenter.gif);
	background-repeat:repeat-x;
}
.menu .menuCenter .menuItem { 
	float:left;
	margin:10px 10px 0 30px;
}
.tools { 
	width:100%;
	height:46px;
	margin-bottom:7px;
}
.tools .toolsLeft { 
	float:left;
	width:4px;
	height:46px;
	background-image:url(../gfx/toolsLeft.gif);
	background-repeat:no-repeat;
}
.tools .toolsRight { 
	float:left;
	width:4px;
	height:46px;
	background-image:url(../gfx/toolsRight.gif);
	background-repeat:no-repeat;
}
.tools .toolsCenter { 
	float:left;
	height:46px;
	width:843px;
	background-color:#000000;
	background-image:url(../gfx/toolsCenter.gif);
	background-repeat:repeat-x;
}
.tools .toolsCenter .search { 
	float:left;
	height:46px;
	width:374px;
}
.tools .toolsCenter .search .searchFormHolder { 
	height:32px;
	margin-top:14px;
	margin-left:20px;
}
.tools .toolsCenter .search .searchFormHolder .searchForm { 
	float:left;
	width:293px;
	margin-left:5px;
}
.tools .toolsCenter .search .searchFormHolder .searchForm img{ 
	cursor:hand;
	cursor:pointer;
}
.tools .toolsCenter .newsletter { 
	float:left;
	height:46px;
	width:469px;
}
.tools .toolsCenter .newsletter .newsletterLeft { 
	float:left;
	height:46px;
	width:16px;
	background-image:url(../gfx/newsletterLeft.gif);
	background-repeat:no-repeat;
}
.tools .toolsCenter .newsletter .newsletterMain { 
	float:left;
	height:46px;
	width:453px;
	background-image:url(../gfx/newsletterMain.gif);
	background-repeat:repeat-x;
}
.tools .toolsCenter .newsletter .newsletterFormHolder { 
	height:32px;
	margin-top:14px;
	margin-left:20px;
}
/*  PAGE HEAD STYLES */

/*  CONTENT STYLES */
.content {
	width:100%;
	overflow:hidden;
}
.content .left {
	overflow:hidden;
	float:left;
	width:232px;
}
.content .left .loginBox,
.content .left .genericBox,
.content .left .pressBox {
	background-color:#333333;
	margin-bottom:7px;
}
.content .left .genericBox .content,
.content .left .loginBox .content {
	background-color:#333333;
	padding:10px;
	width:212px;
}
.content .left .loginBox .content a {
	color:#ffffff;
	text-decoration:underline;
	font-style:italic;
	font-weight:bold;
}
.content .left .loginBox .content a:hover {
	text-decoration:none;
}
.content .left .genericBox .bottom,
.content .left .loginBox .bottom {
	background-color:#000000;
	background-image:url(../gfx/leftItemBottom.gif);
	background-repeat:no-repeat;
	height:4px;
}
.content .left .itemCollection {
	background-color:#333333;
	margin-bottom:7px;
}
.content .left .genericBox .header,
.content .left .pressBox .header,
.content .left .loginBox .header,
.content .left .itemCollection .header {
	border-bottom:1px solid #757575;
	height:31px;
}
.content .left .itemCollection .item {
	width:205px;
	overflow:hidden;
	margin-left:12px;
	height:120px;
	background-image:url(../gfx/itemRule.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-top:10px;
	display:block;
	clear:both;
	text-decoration:none;
}
.content .left .pressBox .item {
	width:205px;
	overflow:hidden;
	margin-left:12px;
	background-image:url(../gfx/itemRule.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding:10px 0;
	display:block;
	clear:both;
	text-decoration:none;
}
.content .left .itemCollection .item .itemImage {
	margin-bottom:5px;
	display:block;
	clear:both;
}
.content .left .pressBox .item .itemIcon {
	float:left;
	width:12px;
	height:12px;
	background-color:#229696;
	margin-top:4px;
	margin-right:4px;
}
.content .left .pressBox .item .itemDate {
	color:#c7c7c7;
	font-style:italic;
	clear:both;
	display:block;
}
.content .left .pressBox .item .itemText {
	color:#ffffff;
}
.content .left .itemCollection .item .itemIcon {
	float:left;
	width:21px;
	height:21px;
	background-image:url(../gfx/itemIcon.gif);
	background-repeat:no-repeat;
	display:block;
}
.content .left .itemCollection .item .itemHeader {
	display:block;
	margin-top:7px;
	height:20px;
	width:180px;
	overflow:hidden;
	margin-left:4px;
}
.content .left .pressBox .pager,
.content .left .itemCollection .pager,
.content .left .itemCollection .footer {
	height:38px;
	overflow:hidden;
}
.content .left .pressBox .pager .pagerTop,
.content .left .itemCollection .pager .pagerTop,
.content .left .itemCollection .footer .footerTop {
	background-image:url(../gfx/pagerTop.gif);
	background-repeat:no-repeat;
	height:6px;
	clear:both;
}
.content .left .pressBox .pager .pagerCounter,
.content .left .itemCollection .pager .pagerCounter {
	float:left;
	background-color:#000000;
	height:25px;
	padding-top:7px;
	width:63px;
}
.content .left .itemCollection .footer .footerLeft {
	float:left;
	background-color:#000000;
	height:25px;
	padding-top:7px;
	width:143px;
}
.content .left .pressBox .pager .pagerCenter,
.content .left .itemCollection .pager .pagerCenter {
	float:left;
	background-image:url(../gfx/pagerCenter.gif);
	background-repeat:no-repeat;
	height:32px;
	width:15px;
}
.content .left .itemCollection .footer .footerCenter {
	float:left;
	background-image:url(../gfx/pagerCenter.gif);
	background-repeat:no-repeat;
	height:32px;
	width:15px;
}
.content .left .pressBox .pager .pagerControls,
.content .left .itemCollection .pager .pagerControls {
	float:left;
	height:32px;
	width:150px;
}
.content .left .itemCollection .footer .footerControls {
	float:left;
	height:32px;
	width:70px;
}
.content .left .pressBox .pager .pagerControls a,
.content .left .itemCollection .pager .pagerControls a,
.content .left .itemCollection.footer .footerControls a {
	float:left;
	display:block;
	margin-left:5px;
}
.content .left .pressBox .pager .pagerRight,
.content .left .itemCollection .pager .pagerRight,
.content .left .itemCollection .footer .footerRight {
	float:left;
	background-image:url(../gfx/pagerRight.gif);
	background-repeat:no-repeat;
	height:32px;
	width:4px;
}
.content .main {
	overflow:hidden;
	float:left;
	width:619px;
}
.fullBox h1 {
	font-size:18px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:7px;
}
#presentationSchool h1 {
	font-size:14px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:7px;
}
.content .main .fullBox {
	width:612px;
	clear:both;
	margin-left:7px;
	margin-bottom:7px;
	overflow:hidden;
}
.content .main .fullBox .boxHeader {
	border-bottom:1px solid #757575;
	height:31px;
}
.content .main .fullBox .boxContent {
	background-color:#fafaf3;
	padding:18px;
}
.content .main .fullBox .boxContent .row {
	background-color:#edede4;
	width:576px;
}
.content .main .fullBox .boxContent .altrow {
	background-color:#fafaf3;
	width:576px;
}
.content .main .fullBox .boxContent .row .content table .label,
.content .main .fullBox .boxContent .altrow .content table .label {
	font-weight:bold;
	width:75px;
	vertical-align:top;
}
.content .main .fullBox .boxContent .row .content table .text,
.content .main .fullBox .boxContent .altrow .content table .text {
	font-style:italic;
	width:334px;
}
.content .main .fullBox .boxContent .row .content,
.content .main .fullBox .boxContent .altrow .content {
	padding:10px;
}
.content .main .fullBox .boxContent .row .top,
.content .main .fullBox .boxContent .row .bottom {
	background-color:#fafaf3;
	width:576px;
	height:3px;
	background-image:url(../gfx/asRowTop.gif);
	background-repeat:no-repeat;
}
.content .main .fullBox .boxContent .row .bottom {
	background-image:url(../gfx/asRowBottom.gif);
}
.content .main .fullBox .boxContent .altrow .top,
.content .main .fullBox .boxContent .altrow .bottom {
	background-color:#fafaf3;
	width:576px;
	height:3px;
}
.content .main .fullBox .fullBoxTop{
	height:4px;
	background-color:#000000;
	background-image:url(../gfx/fullBoxTop.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}
.content .main .fullBox .fullBoxBottom {
	height:4px;
	background-color:#000000;
	background-image:url(../gfx/fullBoxBottom.gif);
	background-repeat:no-repeat;
}
.content .main .fullBox .pager {
	height:38px;
	overflow:hidden;
}
.content .main .fullBox .pager .pagerTop {
	background-image:url(../gfx/fullBoxPagerTop.gif);
	background-repeat:no-repeat;
	height:6px;
	clear:both;
}
.content .main .fullBox .pager .pagerCounter {
	float:left;
	background-color:#000000;
	height:25px;
	padding-top:7px;
	width:443px;
}
.content .main .fullBox .pager .pagerCounter img {
	float:right;
}
.content .main .fullBox .pager .pagerCenter {
	float:left;
	background-image:url(../gfx/fullBoxPagerCenter.gif);
	background-repeat:no-repeat;
	height:32px;
	width:15px;
}
.content .main .fullBox .pager .pagerControls {
	background-color:#fafaf3;
	float:left;
	height:32px;
	width:150px;
}
.content .main .fullBox .pager .pagerControls a {
	float:left;
	display:block;
	margin-left:5px;
}
.content .main .fullBox .pager .pagerRight {
	float:left;
	background-image:url(../gfx/fullBoxPagerRight.gif);
	background-repeat:no-repeat;
	height:32px;
	width:4px;
}
.content .main .halfBox {
	width:302px;
	height:169px;
	overflow:hidden;
	float:left;
	background-color:#333333;
	margin-left:7px;
}
.content .main .halfBox .boxHeader {
	border-bottom:1px solid #757575;
	height:31px;
}
.content .main .halfBox .boxContent {
	height:132px;
}
.content .main .halfBox .halfBoxBottom {
	height:5px;
	background-color:#000000;
	background-image:url(../gfx/halfBoxBottom.gif);
	background-repeat:no-repeat;
}
.content .main .wideBox {
	width:403px;
	overflow:hidden;
	margin-left:7px;
	float:left;
}
.content .main .narrowBox {
	width:202px;
	overflow:hidden;
	margin-left:7px;
	float:left;
}
.content .main .wideBox .boxContent p, 
.content .main .narrowBox .boxContent p {
	margin-top:0;
}
.lightBoxBox {
	background-color:#fafaf3;
}
.lightBoxBox .boxContent {
	padding:10px 10px 0 10px;
}
.lightBoxBox .boxContent .label {
	font-weight:bold;
	display:block;
	margin-bottom:2px;
	padding-left:2px;
}
.lightBoxBox .boxContent .buttonHolder {
	margin-bottom:10px;
}
.lightBoxBox .boxContent .buttonHolder a {
	float:left;
	display:block;
}
.lightBoxBox .boxHeader,
.content .main .wideBox .boxHeader,
.content .main .narrowBox .boxHeader {
	border-bottom:1px solid #2c6464;
	height:30px;
}
.lightBoxContent .lightBoxBoxBottom {
	height:4px;
	background-color:#000000;
	background-image:url(../gfx/lightBoxBoxBottom.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}
.content .main .wideBox .boxContent {
	background-color:#fafaf3;
	padding:14px;
}
.content .main .narrowBox .boxContent {
	background-color:#fafaf3;
	padding:10px;
}
.content .main .wideBox .wideBoxBottom {
	height:4px;
	background-color:#000000;
	background-image:url(../gfx/wideBoxBottom.gif);
	background-repeat:no-repeat;
}
.content .main .narrowBox .narrowBoxBottom {
	height:4px;
	background-color:#000000;
	background-image:url(../gfx/narrowBoxBottom.gif);
	background-repeat:no-repeat;
}
.faqListing {
	overflow-y: scroll;
	width:372px;
	padding-left:5px;
	height:342px;
}
.faqListing .item {
	padding-bottom:12px;
	margin-bottom:9px;
	background-image:url(../gfx/faqLine.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}
.faqListing .item .q {
	margin-bottom:5px;
}
.faqListing .item .q .question {
	font-style:italic;
	font-weight:bold;
}
.faqListing .item .a .answer {
	font-weight:normal;
	padding-left:1px;
}
.faqListing .item .q .header,
.faqListing .item .a .header {
	margin-bottom:4px;
}
.faqListing .item .q .quoteIcon {
	width:14px;
	height:13px;
	display:inline;
	padding:1px 3px;
}
.opinionSubmit {
	background-color:#fafaf3;
}
.opinionSubmit .content .holder {
	clear:both;
}
.opinionSubmit .content .holder .label {
	clear:both;
	margin-bottom:2px;
	font-weight:bold;
}
.opinionSubmit .content .holder .inputSingleline {
	float:left;
}
.opinionSubmit .content .holder .checkHolder {
	float:left;
}
.opinionSubmit .content .holder .checkLabel {
	float:left;
}
.questionSubmit {
	margin-top:20px;
}
.questionSubmit .content {
	background-image:url(../gfx/dotLine.gif);
	background-repeat:repeat-x;
	background-position:top left;
}
.questionSubmit .content .label {
	margin-top:14px;
	margin-bottom:4px;
	font-weight:bold;
}
.questionSubmit .content .header {
	margin-top:10px;
}
.content .main .narrowBox .boxContent .iconHolder {
}
.content .main .narrowBox .boxContent .iconHolder .icon {
	float:left;
	margin-left:2px;
	margin-bottom:4px;
}
.content .main .fullBox .boxContent .separator {
	background-image:url(../gfx/dotLine.gif);
	background-repeat:repeat-x;
	background-position:left top;
	margin:10px 0;
	height:2px;
}
.content .main .narrowBox .boxContent .separator {
	background-image:url(../gfx/dotLine.gif);
	background-repeat:repeat-x;
	background-position:top left;
	margin:8px 0;
	height:2px;
}
.content .main .narrowBox .boxContent .buttonHolder {
}
.content .main .narrowBox .boxContent .buttonHolder img {
	margin-bottom:4px;
	cursor:hand;
	cursor:pointer;
}
.content .main .narrowBox .boxContent .buttonHolder .tellAFriend {
	
}
.content .main .narrowBox .boxContent .textBox .headerHolder .square {
	float:left;
	width:12px;
	height:12px;
	background-color:#229696;
	margin-top:3px;
}
.content .main .narrowBox .boxContent .textBox {
	margin-top:5px;
	margin-bottom:15px;
}
.content .main .narrowBox .boxContent .textBox .headerHolder img {
	margin-left:3px;
	float:left;
}
.content .main .narrowBox .boxContent .textBox .body {
	margin-top:5px;
}
.content .main .narrowBox .boxContent .textBox .body a {
	color:#229696;
	font-weight:bold;
}
.pressMailLink {
	text-decoration:none;
	color:#229696;
	font-weight:bold;
}
.pressMailLink:hover {
	text-decoration:underline;
}
/*  CONTENT STYLES */

/*  GENERIC STYLES */
.input {
	float:left;
	margin-left:8px;
}
.left .loginBox .content td .input {
	float:left;
	margin:0;
}
.input .inputLeft,
.input .inputCenter,
.input .inputRight {
	height:21px;
	background-color:transparent;
	float:left;
}
.input .inputLeft,
.input .inputRight {
	width:3px;
}
.input .inputLeft {
	background-image:url(../gfx/inputLeft.gif);
	background-repeat:no-repeat;
}
.input .inputCenter {
	background-image:url(../gfx/inputCenter.gif);
	background-repeat:repeat-x;
}
.input .inputRight {
	background-image:url(../gfx/inputRight.gif);
	background-repeat:no-repeat;
}
.inputText {
	border:0;
	color:#333332;
	background: url(../gfx/transparent.gif) repeat top left;
	font-size:11px;
	padding-top:3px;
	padding-left:4px;
	margin:0;
}
.inputMultiline {
	height:44px;
	width:375px;
}
.inputMultiline .inputLeft,
.inputMultiline .inputCenter,
.inputMultiline .inputRight {
	height:44px;
	background-color:transparent;
	float:left;
}
.inputMultiline .inputLeft,
.inputMultiline .inputRight {
	width:4px;
}
.inputMultiline .inputLeft {
	background-image:url(../gfx/inputMultilineLeft.gif);
	background-repeat:no-repeat;
}
.inputMultiline .inputCenter {
	background-image:url(../gfx/inputMultilineCenter.gif);
	background-repeat:repeat-x;
	width:367px;
}
.inputMultiline .inputRight {
	background-image:url(../gfx/inputMultilineRight.gif);
	background-repeat:no-repeat;
}
.inputMultiline .inputText {
	border:0;
	width:362px;
	font-style:normal;
	font-family:Arial;
	color:#333332;
	background: url(../gfx/transparent.gif) repeat top left;
	font-size:11px;
	padding-top:3px;
	padding-left:4px;
	height:35px;
	overflow-x: hidden; 
	overflow-y: scroll;
}
.inputSingleline {
	height:44px;
	width:375px;
}
.inputSingleline .inputLeft,
.inputSingleline .inputCenter,
.inputSingleline .inputRight {
	height:23px;
	background-color:transparent;
	float:left;
}
.inputSingleline .inputLeft,
.inputSingleline .inputRight {
	width:4px;
}
.inputSingleline .inputLeft {
	background-image:url(../gfx/inputSinglelineLeft.gif);
	background-repeat:no-repeat;
}
.inputSingleline .inputCenter {
	background-image:url(../gfx/inputSinglelineCenter.gif);
	background-repeat:repeat-x;
	width:367px;
}
.inputSingleline .inputRight {
	background-image:url(../gfx/inputSinglelineRight.gif);
	background-repeat:no-repeat;
}
.inputSingleline .inputText {
	border:0;
	font-style:normal;
	width:362px;
	color:#333332;
	background: url(../gfx/transparent.gif) repeat top left;
	font-size:11px;
	padding-top:3px;
	padding-left:4px;
	height:20px;
}
.checkHolder {
	float:left;
	width:23px;
	height:23px;
	margin-top:2px;
}
.checkLabel {
	float:left;
	margin-left:10px;
	margin-top:6px;
	font-weight:bold;
}
/*  GENERIC STYLES */
/*  LIGHTBOX STYLES */
.lightBox {
	top:155px;
	position:absolute;
	width:851px;
}
.lightBoxBackground {
	width:100%;
	height:100%;
	z-index:90;
	background-color:#000000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
.lightBoxContent {
	width:304px;
	background-color:#fafaf3;
	position:absolute;
	z-index:99;
	top:30px;
	left:275px;
}
.trans {
	background-color: transparent;
}
/*  LIGHTBOX STYLES */
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
/* HOLLY HACK \*/
* html .clearfix { height:1%; }
.clearfix { display:block; } 
/* HOLLY HACK */

/* EDITOR PROPERTIES */

/*RANE TILLÄGG*/
.content .left-small { 
	width:167px!important;
}

.content .left-small .genericBox .bottom {
	background-image:url(../gfx/leftItemBottomSmall.gif)!important;
}

.content .left-small .genericBox .content {
	width:147px!important;
}
.content .left-small .genericBox .content .separator {
	background-image:url(../gfx/dotLine.gif);
	background-repeat:repeat-x;
	background-position:top left;
	margin:10px 0;
	height:2px;
}

.center {
	text-align:center; margin:auto;
}

.movie-clip-small { width:124px; margin:auto; }
.movie-clip-small img { border:4px solid #c9c9c9; float:left; }
.movie-name { clear:both; padding-top:5px; }
.movie-name a { font:normal 13px Verdana, Arial, Helvetica, sans-serif; color:#ffffff; text-decoration:none; }
.dark-font, .dark-font a { color:#262626!important}
.movie-name img { border:none; padding-right:5px; margin-top:-2px; float:left; }

.movie-clip { width:205px; float:left; padding-right:20px; padding-bottom:5px; }
.movie-clip img { border:4px solid #c9c9c9; float:left; }
.movie-clip .movie-name { clear:both; padding-top:5px; }
.movie-clip .movie-name a { font:normal 13px Verdana, Arial, Helvetica, sans-serif; color:#ffffff; text-decoration:none; }
.movie-clip .movie-name img { border:none; padding:0 5px; margin-top:-2px; }


.no-bm { margin-bottom:0!important; }
.no-tm { margin-top:0!important; }

.no-p { padding:0!important; }
.no-m { margin:0!important; }
.clear { clear:both; }
.clear-tag { height:0; padding:0; margin:0; clear:both; overflow:hidden; }

.content .main-large { width:684px!important; }


.main-large .fullbox-large { width:678px!important; }
.main-large .darkgrey .boxContent { background:#333333!important; padding:14px 11px!important; }
.main-large .darkgrey .fullBoxBottom { background-image:url(../gfx/fullBoxLargeBottomGrey.gif)!important; }

.main-large .whiteshadow .boxContent {
	background:url(../gfx/fullBoxLargeWhiteshadow.jpg) repeat-x bottom!important;
	height:335px!important;
	width:678px!important;
	padding:0!important;
	margin:0!important;
} 

.main-large .whiteshadow .fullBoxBottom {
	background-image:url(../gfx/fullBoxLargeBottomWhiteshadow.gif)!important;
}
.main-large .whiteshadow .colLeft { width:310px; float:left; height:335px; overflow:hidden; }
.main-large .whiteshadow .colRight { width:330px; padding:16px 19px; float:left; height:303px; background:url(../gfx/bgColRight.gif) no-repeat left top; }
.main-large .whiteshadow .colRight .user-profile { height:303px; overflow:hidden; }
.main-large .whiteshadow .colRight .user-profile h1 { margin:0; padding:0; padding-bottom:10px;}
.main-large .whiteshadow .colRight .user-profile .image { width:205px; height:85px; float:left; margin-bottom:5px; }
.main-large .whiteshadow .colRight .user-profile .image img { border:4px solid #c9c9c9; float:left; }
.main-large .whiteshadow .colRight .user-profile .facts { width:108px; float:left; padding-left:15px; padding-bottom:5px; }
.main-large .whiteshadow .colRight .user-profile .facts h2 { padding:0; margin:0; font-size:11px; font-weight:bold; }
.main-large .whiteshadow .colRight .user-profile .facts p { padding-bottom:5px; margin:0; }

.main-large .fullbox-large .boxHeaderGeneric { height:30px; background:url(../gfx/headers/678.jpg) no-repeat 0 0; }
.main-large .fullbox-large .boxHeaderGeneric h1 { padding:7px 12px; margin:0; font:normal 13px Verdana, Arial, Helvetica, sans-serif; color:#ffffff; text-transform:uppercase; }
.main-large .fullbox-large .movie-clip-small { margin:0; float:left; padding-right:45px; }
.main-large .fullbox-large .small-clips { padding:15px 23px!important; }
.separator-new { overflow:hidden; margin:0; padding:0; background: url(../gfx/dotLine.gif) repeat-x 0 11px; height:26px; }


.content .main .fullbox-large .darkgrey .pagerTop {
	background-image:url(../gfx/fullBoxPagerDarkgreyTop.gif)!important;
	background-color:#333333!important;
}
.content .main .fullbox-large .pager .pagerCounter { width:508px!important; }

.content .main .fullbox-large .darkgrey .pagerCenter {
	background-image:url(../gfx/fullBoxPagerDarkgreyCenter.gif)!important;
}
.content .main .fullbox-large .darkgrey .pagerRight {
	background-image:url(../gfx/fullBoxPagerDarkgreyRight.gif);
}


.optionlist { height:14px; background:url(../gfx/icon-or.gif) no-repeat center center; margin-bottom:7px; overflow:hidden; }
.opt-left { width:50%; text-align:left; float:left; }
.opt-left img { float:none; display:inline; padding-right:5px; vertical-align:middle; }
.opt-right { width:50%; text-align:right; float:left; }
.opt-right img { float:none; display:inline; padding-left:5px; vertical-align:middle; }



/* EDITOR PROPERTIES */
