
/*new content layout*/
#content li {
    line-height: 143%;
}
#borderbox{
		margin: 0;
		padding: 0;
		border-left: 1px solid #cbcbcb;
		border-right: 1px solid #cbcbcb;
		display: inline-block;
}

#borderbox .no-border-on-box {
	border: none;
}
#type-forside #borderbox #content {
    border: 0 none;
    padding: 0;
}

#type-forside .whitespace {
   display: none;
}

#type-forside #body{
   margin:0;
}


#slideshow {
	width: 670px;
	height: 310px;
}

#slideshow a {
	text-decoration: none;
}

#slideshow a:hover{
	text-decoration: none;
}

.title {
	background: url('/gfx/title_bg.png') no-repeat;
	position: absolute;
	height: 112px;
	width: 206px;
	padding: 20px;
	top: 110px;
	left: 370px;
	cursor: pointer;
	
}

.title p {
	overflow: hidden;
	height: 103px;
	width: 180px;
	color: #fff;
	font-size: 16px;
}

.price {
	position: absolute;
	top: 16px;
	color: #fff;
	top: 200px;
	left: 390px;
	font-size: 24px;
	font-weight: bold;
}

.button_text {
	background: url('/gfx/button_bg.png') no-repeat;
	position: relative;
	display: block;
	width: 140px;
	height: 48px;
	top: 210px;
	left: 490px;
	z-index: 10;
	cursor: pointer;
}


.button_text p {
	background: url('/gfx/button_icon.png') no-repeat;
	height: 20px;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	z-index: 10;
	position: relative;
	top: 15px;
	left: 10px;
	text-indent: 23px;
	line-height: 17px;
}


/* container for slides */
.images {
	position:relative;
	float: left;
	width: 679px;
	height: 320px;
	float:left;	
	cursor:pointer;
	z-index: 1;
}

/* single slide */
.images div {
	position:absolute;
	width: 679px;
	height: 320px;
	display: none;
}

.images img {
	width: 680px;
	height: 320px;
	position:absolute;
	border-right: 1px solid #cbcbcb;
}

/* header */
.images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}

/* tabs (those little circles below slides) */
.slidetabs {
	float: right;
	top: -35px;
	right: 10px;
	position: relative;
	z-index: 50;
}

/* single tab */
.slidetabs a {
	width:20px;
	height:17px;
	float:left;
	margin:3px;
	background:url('/gfx/navigator.png') 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
.slidetabs a:hover {
	background-position:0 -34px;      
}

/* active state (current page state) */
.slidetabs a.current {
	background-position:0 -34px;     
} 	


/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:140px;
	background:#fff url(/tools/img/scrollable/arrow/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}

/* next */
.forward 				{ background-position: 0 -30px; clear:right; }
.forward:hover 		{ background-position:-30px -30px; }
.forward:active 	 	{ background-position:-60px -30px; } 


/* prev */
.backward:hover  		{ background-position:-30px 0; }
.backward:active  	{ background-position:-60px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}










#content form {
	border: 1px silid black;
}


#content_right {
	background: url('/gfx/quick_links_bg.png') repeat-x;
	width: 277px;
	float:right;
}


#type-forside #content ul {
   margin: 0;
   font-size: 12px;
}

ul.quick_links li {
	list-style: none;
	border-bottom: 1px dashed #cbcbcb;
	background: url('/gfx/link_icon.png') no-repeat 20px center;
	padding: 11px 44px;
	width: 190px;
}

ul.quick_links li:last-child {
	border: none;
}

ul.quick_links li:hover {
	background: #e9e9e9 url('/gfx/link_icon.png') no-repeat 20px center;
	display: block;
} 


ul.quick_links li a{
	color: #7d7d7d;
	text-decoration: none;
	font-family: verdana;
	font-size: 12px;
	display: block-inline;
} 

#news {
	width: 280px;
	max-width: 320px;
	height: 220px;
	float: left;
	padding: 20px;
}

#news h1 {
	border-bottom: 1px dotted #cbcbcb;
	padding: 10px 0;
}

#news .newsdate, #news .newstext a{
	font-size: 11px;
	color: #606060;
	text-decoration: none;
}

#news .newstext {
 	padding-bottom: 20px;
}

#news .newslink a{
 	font-size: 11px;
 	text-decoration: none;
 	font-weight: bold;
}

#news a:hover{
 	text-decoration: underline;
}

.border_box {
	border-top: 1px solid #CBCBCB;
	height: 1px;
	width: 700px;
	position: relative;
	top: 270px;
	z-index: 0;
}

#custom_box {
	width: 330px;
	position: relative;
	max-width: 358px;
	height: 225px;
	float: left;
	padding: 0px 20px 0 0;
	margin: 10px 0 0 0;
	overflow: hidden;
}

#custom_box p img {
	float: left;
	width: 150px;
}

#custom_box img {
	padding: 5px;
}


#custom_box p {
	color: #606060;
	text-indent: none;
}

#custom_box a:hover {
	text-decoration: underline;
}

#custom_box h2 {
	
	color: #606060;
	font-size: 16px;
	font-weight: normal;
}

#calendar {
	background: #e6eaf6;
	width: 237px;
	height: 495px;
	float:right;
	padding: 20px;
	border-left: 1px solid #cbcbcb;
	margin-top: -23px; /*ie 7 demand this*/
	position: relative;
}

#calendar p img{
	position: relative;
	left: -20px;
	width: 277px;
}

#calendar p{
	line-height: 7px;
	color: #606060;
}

#calendar h2 {
	padding: 10px 0;
}
#calendar a {
	color: #606060;
	font-weight: normal;
	text-decoration: none;
}

#calendar a:hover {
	text-decoration: underline;
}

#custom_box a {
	font-size: 11px;
 	text-decoration: none;
 	font-weight: bold;
}

#calendar .calendarlink a{
	margin: 30px 0 0 0;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #B60C1C;
    position: absolute;
}

#calendar .calendarlink a:hover{
	color: #8D9999;
	text-decoration: underline;
}


#icon_links {
	padding: 0 0 0 20px;
}

#icon_links h1 {
	text-align: left;
	position: relative;
	padding: 20px 0 0 0;
	clear: left;
	color: #606060;
	width: 200px;
}


/*end new content layout*/

.pixie-box {
	border-right: 1px solid #CBCBCB;
	min-height: 150px;
	padding: 10px;
}

.pixie-box ul li {
	margin-left: 10px;
}



/*
#bc {
	background: #884E2B;
}

#footer {
	background-image: url('/gfx/ca/bg-footer.gif');
}

*/
/* BAD IDEA */

#related .box {
	background: #fff;
	padding: 0px 10px 0px 0px;
}

#related .quicklinks {
	height: auto;
}

#related .width {
    font-size: 14px;
}

/* LINKS */
a:link {
	color: #b60c1c;
	text-decoration: none;
}
a:hover {
	color: #8d9999;
	text-decoration: underline;
}

#body.forside #content #home tr td {
	border: 0px;
}

#home .content, #home #smallbanner, #home #sidebar {
	border: 0px;
}

#home #smallbanner, #home #sidebar {
	width: 194px;
	padding-left: 10px;
}

#main #content table#home td.content div.box, #main #content table#home td #sidebar .padding, #main #content table#home tr#boxes td {
	margin: 0px;
	padding: 0px;
}

#home .content .box, #main #content table#home td #sidebar .padding {
	width: 100%;
	margin: 0px;
	padding: 10px;
}

#home .content .box {
	height: 239px;
}

#home #sidebar .padding {
	height: 239px;
	border: none;
}

.forside #content table tr#boxes td div.box {
	height: 115px;	
}

.forside #content {
    border: 0 none;
    padding: 0 0 0 0;
}

/* NYT LAYOUT */

.corner_left {
	position: absolute;
}

.corner_right {
	position: absolute;
	margin-left: 952px;
}

* html #borderbox {
	width: 100%;
}

body {
	background: #e5e5e5;
}

#main {
	background: #fff none;
	border: 0px;
	width: 960px;
	margin: 5px auto 0;
}

#top, #logobg, #logo {
	background: #e5e5e5 no-repeat;
}

#logo {
	padding: 0px;
	height: 124px;
}

#logo img {
	margin: 0px;
}

#nav {
	background: none;
	text-transform: none;
	margin: 30px 0 0 845px;
	width: 160px;
}

#nav a {
	color: #8d9999;
}

#nav a.home, #bc {
	display: none;
}

#nav a.contact {
	background: none;
	font-size: 12px;
	width:70px;
	position: relative;
}

#nav img {
	float: left;
}

#nav a.print {
	background: none;
	font-size: 12px;
}

#quicksearch {
	width: 355px;
	margin: 53px 0px 0px 605px;
}

#quicksearch .text {
	background: url('/gfx/search_bg.png') no-repeat;
	height: 35px;
	width: 240px;
	border: none;
	margin: 0 0 0 74px;
	padding: 0 0 0 10px;
	float: left;
	line-height: 35px;
}

#quicksearch .submit {
	background: url('/gfx/search_submit.png') no-repeat;
	height: 40px;
	width: 31px;
	float: right;
	display: inline;
}

#menu {
	background: url('/gfx/menu_bg.png') repeat-x;
	color: #fff;
	height: 38px;
	font-size: 13px;
	font-family: verdana;
	font-weight: normal;
	padding: 15px 0 0 30px;
	width: 930px;
}

#menu a {
    border-right: 1px dashed #C35763;
    display: block;
    float: left;
   	padding-right: 10px;
   	margin-right: 10px;
   	
}

#menu a:link, #menu a:visited {
	color: #fff;
	text-decoration: none;
}

#menu a.act:link, #menu a.act:visited, #menu a:hover {
	color: #000;
}

#footer {
	background: #fff;
	font-size: 13px;
	font-family: verdana;
	width: 944px;
	height: 55px;
	overflow: hidden;
	color: #7d7d7d;
	border-top: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
}

#footer_corners_wrap{
	margin: -2px auto;
	width:960px;
	height: 65px;
	position: relative;
}

.corner_left_footer {
   position: absolute;
   left:0;
}

.corner_right_footer {
	 position: absolute;
	 left: 952px;
}

#footer a:link, #footer a:visited {
	color: #8d9999;
	text-decoration: none;
}

#footer span {
	display: block;
    float: left;
    padding: 17px 0 0 20px;
}

#submenu {
	background: #f5f5f5;
}

#submenu .submenu a:link, #submenu .submenu a:visited {
	color: #b60c1c;
}

#submenu .act a:link, #submenu .act a:visited {
	color: #b60c1c;
	font-weight: bold;
}

.whatsnew {
	background: #b60c1c;
}

#whatsnew {
	height: 75px;
	overflow: hidden;
	padding: 5px;
}

.whatsnew h2 {
	margin-bottom: 5px;
	border-bottom: 1px solid #fff;
	padding: 3px 5px;
}

.whatsnew h2, .whatsnew a:link, .whatsnew a:visited {
	color: #fff;
	text-decoration: none;
}

#whatsnew div {
	height: 35px;
}

.addthis {
	float: right;
	margin-top: 18px;
}
