html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	}
html {
	font-family: sans-serif, "Lucida Grande", "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 62.5%;
	}
body {
	font-size: 1.4em;
	line-height: 1.5em;
	text-align: center;
	background: #1b1813; /* #25221c;*/
	/*letter-spacing: -0.03em;*/
	color: #fff;
	text-shadow: 1px 1px 1px #191919;
	/*opacity: .99; Firefox */
	}
.page, .white { color:#000; text-shadow: none; }
.page a, .white a { color: #046776; }
.page a:visited, .white a:visited { color: #046776; }
.page a:hover, .white a:hover { color: #069fb6; }

h1 { font-size: 24px; font-weight:normal; line-height: 1.8em; text-shadow:1px 1px 4px #000; padding:0; }
.page h1 { text-shadow: 1px 1px 3px #ccc; }
h2 {
	margin: 5px 0;
	font-size: 18px;
	font-weight: normal;
	}
a { color: #50bce4; }
a:visited { color: #5ec9f0; }
a:hover { color: #93feff; }
a img { border: none; text-decoration: none; }

/*
.col_wrap a { color: #6dccdb; }
.col_wrap a:visited { color: #72afb9; }
.col_wrap a:hover { color: #96e7f4; }
*/
.contain { width: 100%; overflow: hidden; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.hide, .ui-tabs-hide { display: none; }
.inline { display: inline; }
.disabled { color: #bbb; }
.disabled a { color: #bbb; text-decoration:none; }
.menu, .menu li { margin: 0; padding: 0; list-style: none; }

.greybtn {
	background: #ddd url('../img/greybtn.gif') 0 0 repeat-x;
	border-color: #bbb #bbb #aaa;
	border-style: solid;
	border-width: 1px;
	color: #046776;
	font-weight: bold;
	cursor: pointer;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 4px 8px 5px;
	display: inline-block;
	text-shadow: 1px 1px 0 #fff;
	width: auto;
	overflow: visible;
	line-height: 14px;
	font-size: 11px;
	text-decoration: none;
	}
.greybtn:hover {
	background-color: #d5d5d5;
	background-position: 0 -6px;
	border-color: #888 #888 #777;
	color: #000;
	}
.greybtn:active, .greybtn:focus {
	background-color: #ccc;
	background-position: 0 -24px;
	color: #444;
	border-color: #777 #777 #666;
	outline: none;
	}
.greybtn.disabled, .greybtn[disabled='disabled'], .greybtn-disabled {
	background: #c3c3c3;
	cursor: default;
	color: #444;
	border-color: #bbb #bbb #aaa;
	border-style: solid;
	border-width: 1px;
	font-weight: bold;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 4px 8px 5px;
	display: inline-block;
	text-shadow: 1px 1px 0 #fff;
	width: auto;
	overflow: visible;
	line-height: 14px;
	font-size: 11px;
	text-decoration: none;
	}

a.bluebtn, .bluebtn {
	background: #165b76 url('../img/bluebtn.png') 0 -200px repeat-x;
	border-color: #24221D #24221D #181613;
	border-style: solid;
	border-width: 1px;
	color: #ededd8;
	font-weight: bold;
	cursor: pointer;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 6px 9px 7px;
	display: inline-block;
	text-shadow: 0px 1px 2px #223941;
	width: auto;
	overflow: visible;
	line-height: 14px;
	font-size: 12px;
	text-decoration: none;
	}
.bluebtn:hover {
	background-color: #124c62;
	background-position: 0 0;
	border-color: #111 #111 #000;
	color: #fff;
	/*text-decoration: underline;*/
	}
.bluebtn:active, .bluebtn:focus {
	background-color: #104356;
	background-position: 0 99%;
	border-color: #222 #222 #111;
	color: #c0bbb0;
	outline: none;
	}
	
.greytabs { border-bottom: 1px solid #ccc; padding: 0 6px; }
.greytabs li { display: inline; margin-left: 6px; }
.greytabs li.current a,
.greytabs li.ui-tabs-selected a {
	border: 1px solid #bbb;
	border-bottom: 0 none;
	background-color: #f9f9f9;
	color: #444;
	text-decoration: none;
	}
.greytabs a {
	display: inline-block;
	background-color: #f3f3f3;
	padding: 4px 8px;
	border: 1px solid #f3f3f3;
	border-bottom: 0 none;
	border-radius-topleft: 2px;
	border-radius-topright: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-radius-topleft: 2px;
	-webkit-border-radius-topright: 2px;
	}
.greytabs a:focus { outline: none; }


.bluetabs { border-bottom: 1px solid #3e382b; padding: 0 6px; }
.bluetabs li { display: inline; margin-left: 6px; }
.bluetabs li.current a,
.bluetabs li.ui-tabs-selected a {
	border: 1px solid #1d1b17;
	border-bottom: 0 none;
	background-color: #554d3e;
	color: #fff;
	text-decoration: none;
	}
.bluetabs a {
	display: inline-block;
	background-color: #363229;
	padding: 4px 8px;
	border: 1px solid #25221c;
	border-bottom: 0 none;
	border-radius-topleft: 2px;
	border-radius-topright: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-radius-topleft: 2px;
	-webkit-border-radius-topright: 2px;
	}
.bluetabs a:focus { outline: none; }


.biggreytabs {
	border-bottom: 1px solid #ccc;
	}
.biggreytabs li {
	display: inline;
	margin-left: 6px;
	}
.biggreytabs li.current a,
.biggreytabs li.ui-tabs-selected a {
	border: 1px solid #bbb;
	border-bottom: 0 none;
	background: #ddd url('../img/greybtn.gif') 0 0 repeat-x;
	color: #444;
	text-shadow: 1px 1px 0 #fff;
	text-decoration: none;
	border-color: #bbb #bbb #aaa;
	border-style: solid solid none;
	border-width: 1px;
	}
.biggreytabs a {
	background: #f3f3f3; 
	display: inline-block;
	font-weight: bold;
	padding: 4px 12px;
	border: 1px solid #f3f3f3;
	border-bottom: 0 none;
	
	border-radius-topleft: 2px;
	border-radius-topright: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-radius-topleft: 2px;
	-webkit-border-radius-topright: 2px;
	}
.biggreytabs a:focus {
	outline: none;
	}

.tipsy { opacity: 0.8; filter: alpha(opacity=80); position: absolute; } /*background-repeat: no-repeat;  background-image: url(../img/tipsy.gif); }*/
 .tipsy-arrow { border-style: solid; height: 0; width: 0; position: absolute; }
 .tipsy-n .tipsy-arrow { border-color: transparent transparent #111; border-width: 0 6px 6px; top: -6px; left: 50%; margin-left: -6px; }
 .tipsy-s .tipsy-arrow { border-color: #111 transparent transparent; border-width: 6px 6px 0; bottom: -6px; left: 50%; margin-left: -6px; }
 .tipsy-e .tipsy-arrow { border-color: transparent transparent transparent #111; border-width: 6px 0 6px 6px; top: 6px; left: -6px; }
 .tipsy-w .tipsy-arrow { border-color: transparent #111 transparent transparent; border-width: 6px 6px 6px 0; top: 6px; right: -6px; }
 
.tipsy-inner {
	background-color: #111;
	padding: 5px 8px 4px 8px;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	font-stretch: normal;
	font-size-adjust: none;
	font-style: normal;
	max-width: 240px;
	color: white;
	text-align: center;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}


.simplemodal-overlay {
	background: #000;
	}
.simplemodal-wrap {
	overflow: auto;
	text-align: left;
	}

.label-holder {
	position: relative;
	vertical-align: top;
	display: inline-block;
	margin-bottom: 10px;
	}
.label-holder label {
	color: #999;
	cursor: text;
	margin-left: 10px;
	position: absolute;
	z-index: 2;
	line-height: 20px;
	top: 3px;
	left: 0;
	}
.label-holder:hover label { color: #777; }

.label-holder input,
.label-holder textarea {
	padding: 4px 4px 4px 6px;
	width: 240px;
	margin: 0;
	background: transparent url('../img/field_bg.gif') top left repeat-x;
	border: 1px solid #bbb;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px; 
	}
.label-holder input:focus,
.label-holder textarea:focus {
	border-color: #b78b37;
	box-shadow: 0 0 3px #8f6719;
	-moz-box-shadow: 0 0 3px #8f6719;
	-webkit-box-shadow: 0 0 3px #8f6719;
	}
.label-holder .error {
	font-size: .7em;
	font-weight: bold;
	color: #550000;
	}

/* Dark Label */
.label-holder label { color: #a19e98; }
.label-holder:hover label { color: #bfbfbf; }
.label-holder input,
.label-holder textarea { color:#fff; background: #34312c url('../img/darkfield_bg.gif') top left repeat-x; border-color: #5290a7; 
	box-shadow: 0 0 3px #101c21; -moz-box-shadow: 0 0 3px #101c21; -webkit-box-shadow: 0 0 3px #101c21;}
.label-holder input:focus,
.label-holder textarea:focus { border-color: #edc91e; }
.label-holder .error,
form .error { color: #f11f1f; }

/* Light Label */
.page .label-holder label { color: #999; }
.page .label-holder:hover label { color: #777; }
.page .label-holder input,
.page .label-holder textarea { color:#000; background: url('../img/field_bg.gif') top left repeat-x; border-color: #bbb; 
	box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;}
.page .label-holder input:focus,
.page .label-holder textarea:focus { border-color: #b78b37; }
.page .label-holder .error { color: #550000; }

/* Animations */
.label-holder label {
	-moz-transition: opacity 0.3s ease-out;
	-webkit-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	}
.label-holder .label-holder-hide { display: none; }
.label-holder .label-holder-fade {
	opacity: .4;
	filter: alpha(opacity=80);
	-moz-transition: opacity 0.3s ease-out;
	-webkit-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	}
.nojs .label-holder:hover label span { display: none; }

#header {
	background: url('../img/header_map.png') top left no-repeat;
	width: 906px;
	height: 52px;
	position: absolute;
	top: 0;
	left: 50%;
	text-align: left;
	margin: 15px 0 0 -453px;
	color: #97978F;
	z-index: 100;
	font-size: 12px;
	}
#header a {
	color: #d7d7d7;
	text-decoration: none;
	border-bottom: 1px dotted #554834;
	}
#header a:hover {
	color: #fff;
	border-bottom: 1px solid #4c4c49; /*787876;*/
	text-decoration: none;
	}
#header a:focus {
	outline: none;
	color: #aaa;
	}
#header ul, #header li, #header p, #header h1, #header dl, #header dd, #header dt {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#header h1 {
	margin: 0; padding: 0;
	display: inline;
	font-size: 18px;
	}
#header h1 a, #header h1 a span {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 210px;
	height: 47px;
	left: 0;
	top: 0;
	border: none !important;
	}
#header h1 a {
	line-height: 44px;
	margin-left: 2px;
	margin-top: 2px;
	}
#header h1 a span {
	background: url('../img/header_map.png') -2px -2px no-repeat;
	}
#header h1 a:hover span {
	background: url('../img/header_map.png') -915px -2px no-repeat;
	}
#header #header_account {
	position: absolute;
	left: 528px;
	margin-top: 15px;
	color: #97978F;
	}
#header #header_account .name {
	float: left;
	}
#header #header_account #account_box_toggle {
	display: inline-block;
	max-width: 180px;
	float: left;
	border-bottom: none;
	margin: -19px 0 0 -20px;
	padding: 19px 4px 0 20px;
	height: 30px;
	}
#header #header_account .logout {
	font-size: 10px;
	float: left;
	}
#header #header_search {
	position: absolute;
	top: 13px;
	left: 784px;
	}
#header #header_search input {
	background: none;
	border: 0 none;
	padding: 4px 0 0 10px;
	width: 90px;
	color: #605e58;
	font-size: 12px;
	}
#header #header_search input:focus,
#header #header_search input:active {
	color: #c9c4b9;
	border: 0 none;
	}
#header #header_search button {
	display: none;
	}
#header .topmenu {
	position: absolute;
	left: 211px;
	top: 0;
	/*width: 360px; /* IE6 fix for right-justified LI elements */
	}
#header li {
	float: left;
	margin-left: 1px;
	position: relative;
	height:1px;
	width:90px;
	}
#header li.events { margin-left: 0; }

#header a.top, #header a.top span {
	display: block;
	background-repeat: no-repeat;
	height: 50px;
	width: 90px;
	text-align: center;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	border: none;
	line-height: 46px;
	}
#header a.top:hover { text-decoration: underline; }
#header a.top span.img {
	height: 40px;
	background-color: rgba(0,0,0,0.3);
	margin-top: 2px;
	}
#header .help a.top, #header .help a.top span {
	width: 78px;
	}
#header a.top span { background-image: url('../img/header_map.png'); }
#header .explore  a.top span.img { background-position: -212px -2px; }
#header .about 		a.top span.img { background-position: -303px -2px; }
#header .help 		a.top span.img { background-position: -394px -2px; }
#header .explore  a.top span.hover { background-position: -1138px 0; }
#header .about 		a.top span.hover { background-position: -1229px 0; }
#header .help 		a.top span.hover { background-position: -1320px 0; }

#header .topmenu dl {
	position: absolute;
	top: 41px;
	left: -4px;
	width: 250px;
	z-order: 100;
	font-size: 11px;
	color: #777;
	margin: 0;
	padding: 0;
	}
#header .topmenu .help dl {
	left: -11px;
	}


/* topmenu animations / rollovers */

#header .topmenu a.top span.hover,
#header .topmenu dl {
	display: none;
	}
#header .topmenu dl.topmenu-visible,
#header .topmenu a.top span.topmenu-visible {
	display: block;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	}
#header .topmenu dl.topmenu-fade,
#header .topmenu a.top span.topmenu-fade {
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	-o-transition: opacity 0.4s ease-out;
	}

.nojs #header .topmenu a.top span.hover,
.nojs #header .topmenu dl { display: none; }

/* duplicated for compatibility with older browsers */
.nojs #header .topmenu a.top:hover span.hover { display: block; opacity: 1; }
.nojs #header .topmenu li:hover a.top span.hover { display: block; opacity: 1; }
.nojs #header .topmenu li:hover dl { display: block; opacity: 1; }


#header dl dd, #header dl dt {
	background: url('../img/header_map.png') -1950px 0 repeat-y;
	padding: 2px 14px 6px;
	margin: 0;
	}
#header dl dd a {
	text-decoration: none;
	display: block;
	font-size: 12px;
	padding: 6px 8px;
	border: none;
	}
#header dl dd a:hover {
	text-decoration: underline;
	border: none;
	}
#header dl dt a {
	color: #ccc;
	}
#header dl dt a:hover {
	border-bottom: 1px solid #4c4c4c;
	color: #D7D7D7;
	}
#header dl em a {
	border: none;
	font-size: 1.4em;
	padding: 10px 0 0;
	display: block;
	color: #fff;
	font-style: normal;
	}
#header dl em a:hover {
	text-decoration: underline;
	border: none;
	color: #fff;
	}
#header dl .border {
	border-bottom: 1px solid #212121;
	}
#header dl .first,
#header dl .last {
	height: 16px;
	background: url('../img/header_map.png') -1432px -25px;
	padding: 0;
	margin: 0 8px 0 -4px;
	}
#header dl .first .r,
#header dl .last .r {
	background: url('../img/header_map.png') -1938px -25px;
	height: 16px;
	width: 10px;
	margin-right: -10px;
	display: block;
	float:right;
	}
#header dl .last {
	background-position: -1432px -2px;
	}
#header dl .last .r {
	background-position: -1938px -2px;
	}
	
#header #header_login_box {
	position: absolute;
	top: 22px;
	left: 16px;
	display: none;
	width: 230px;
	}
#header #header_login_box .label-holder input {
	width: 188px;
	}
#header #header_account_box {
	position: absolute;
	top: 22px;
	left: -64px;
	display: none;
	width: 200px;
	}
#header #header_cart {
	position: absolute;
	top: 15px;
	left:717px;
	}


#footer {
	background: #1b1813 url('../img/footer_map.png') 0 -337px repeat-x;
	/*margin-top: 3em;*/
	border-top: 1px solid #14120f;
	font-size: 12px;
	text-align: center;
	padding-bottom: 1.6em;
	color: #867b64;
	clear:both;
	z-index: -1;
	}
#footer a { color: #867b64; text-decoration: none;}
#footer a:hover { color: #b5a687; text-decoration: underline; }
#footer ul, #footer li, #footer dl, #footer dd, #footer dt, #footer p {
	padding: 0;
	margin: 0;
	list-style: none;
	}
#footer .linkmenu { margin: 1em auto 0; }
#footer .linkmenu ul {
	width: 860px;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 10px;
	text-align: left;
	}
#footer .linkmenu li {
	float: left;
	width: 21%;
	}
#footer .linkmenu dt {
	font-weight: normal;
	font-size: 14px;
	height: 36px;
	line-height: 38px;
	border-bottom: 1px solid #273132;
	padding-left: 16px;
	}
#footer .linkmenu dd {
	padding-left: 16px;
	}
#footer .linkmenu dt+dd {
	padding-top: 10px;
	}
	
#footer .linkmenu li.last {
	width: 36%;
	}
#footer .linkmenu li.last dt,
#footer .linkmenu li.last dd {
	padding-right: 16px;
	}

#footer .linkmenu a.facebook,
#footer .linkmenu a.twitter {
	background: url('../img/footer_map.png') 50% -17px no-repeat;
	width: 92px;
	height: 26px;
	display: block;
	float: right;
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}
#footer .linkmenu a.twitter {
	background-position: 50% 5px;
	width: 84px;
	margin-right: 2px;
	}
#footer .linkmenu a.facebook:hover,
#footer .linkmenu a.twitter:hover {
	background-color: #14120f;
	}
	
#footer .copyright {
	width: 860px;
	margin: 1.6em auto 0;
	text-align: left;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	overflow: hidden;
	}
#footer .copyright .left {
	background: url('../img/footer_map.png') 0 -48px;
	float: left;
	width: 50px;
	height: 40px;
	display: block;
	}
#footer .copyright .right {
	float: right;
	}
#footer .copyright p {
	margin-left: 50px;
	line-height: 36px;
	padding-right: 20px;
	height: 35px;
	}


#container {
	padding-top: 75px;
	padding-bottom: 3em;
	background: #25221c url('../img/body_top.png') top left repeat-x;
	}
	
#container_inner, .container_inner {
	width: 880px;
	margin: 0 auto;
	text-align: left;
	}

div.page {
	box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#000000, offX=1, offY=1, positive=true);
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	position: relative;
	background: #fff;
	width: 100%;
	overflow: hidden;
	}
.no-boxshadow div.page {
	border: #28241d 2px solid;
	}

div.page .page_pad {
	}
div.page .page_pad {
	padding: 5px 0;
	}

div.plain_white {
	padding: 0 20px;
	}

#bookmarks {
	font-size: 0.8em;
	color: #555;
	}


a.media_thumb { position:relative; display:inline-block; text-decoration:none; line-height:14px; }
a.media_thumb .play {
	position: absolute; left:50%; top:50%;
	margin:-12px 0 0 -11px;
	background: url('../img/media_play.png') 50% 50% no-repeat;
	width:22px; height:24px;
	display:none;
	}
a.media_thumb:hover .play { 
	display:block;
	 }
a.media_thumb .time {
	position:absolute; bottom:2px; right:0;
	border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px;
	background:#25221c; background:rgba(20,10,5,.5);
	color:#fff; font-size:10px; padding:0 4px;
	-moz-transition: opacity 0.3s ease-out;
	-webkit-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	display:block;
	}
a.media_thumb:hover .time {
	opacity:0;
	-moz-transition: opacity 0.3s ease-out;
	-webkit-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	}
.ie a.media_thumb:hover .time { display:none; }

.icon_dvd, .icon_play { display:inline-block; height:22px; padding-left:26px; background-repeat:no-repeat; background-position:0 50%; margin-right:10px; }
.icon_dvd { background-image:url('../img/icon_dvd.png') }
.icon_play { background-image:url('../img/icon_play.png'); padding-left:30px; }

.pagination { color:#8c8679; }
.pagination a { display:inline-block; padding:2px 6px; background: #2c2821; background:rgba(255,230,200,.04); text-decoration:none; font-weight:bold; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; }
.pagination a:hover { background:rgba(255,230,200,.1); text-decoration:underline; }

.darktxt { color: #888377; }

.darkpage-hr {
	border:0 none; 
	height: 0px;
	color: #fff;
	background-color: transparent;
	border-top: 1px solid #5c5444;
	border-bottom: 1px solid #201e19;
	box-shadow: 0 0 2px #1e1c17;
	-moz-box-shadow: 0 0 2px #1e1c17;
	-webkit-box-shadow: 0 0 2px #1e1c17;
	}
*:first-child+html .darkpage-hr {
	height: 1px;
	border-bottom: 0 none;
	}
.darkpage-pad { padding: 0 12px; }

#darkpage-header { margin:0 0 10px; width:100%; overflow:hidden; }
#darkpage-header .left { float:left; margin: 20px 0 10px 12px; }
#darkpage-header h1 { margin:0; padding: 20px 0 10px 12px; float: left; }
#darkpage-header ul,
#darkpage-header p { float: right; margin: 32px 12px 0 0; list-style:none; }
#darkpage-header li { display: inline; margin-left: 20px; font-size: 14px; list-style:none; }
#darkpage-header li a { color: #f4f4f4; text-decoration:none; }
#darkpage-header li a:hover { color: #fff; text-decoration:underline; }
#darkpage-header .current,
#darkpage-header .current a { color: #958e7f; }
#darkpage-header ul+ul { margin: 6px 12px 0 0; clear:right; }

@media print
{
	body {
		margin:0; padding:0; line-height: 1.4em; height: auto;
		word-spacing:1px; letter-spacing:0.2px; 
		font: 13px "Lucida Grande", Tahoma, Helvetica, Arial, sans-serif; 
		color: #000; background: transparent none !important;
		text-shadow: none !important;
		}
	
	/* Links */
	a:link, a:visited {background: transparent; color:#333; text-decoration:none;}
	a:link[href^="http://"]:after, a[href^="http://"]:visited:after {content: " (" attr(href) ") "; font-size: 11px;}
	a[href^="http://"] {color:#000;} 
	
	/*Image*/
	img, img a, .more-link a {border:none;}
	
	/*Remove Element*/
	#header, 
	#footer .linkmenu,
	#footer .left,
	#footer .right { display: none !important; }
	#footer p { margin-left: 0; text-align: center; }
	
	/*Fixes*/
	#container, .pad_pad, .contain, { overflow-y: visible; }
	#container { padding-top: 0 !important; }
	
	div.page { 
		width: auto; overflow: visible; 
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		filter: none;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		}
}
