/* @override 
	http://localhost/st/assets/css/units.css
	http://gosse.se/st/assets/css/units.css
*/

.devbar {
	background-color: #404d5d;
	overflow: auto;
	padding: 10px;
	border-bottom: 1px solid #505f73;
	font-size: 12px;
	text-shadow: #1a212a 0 -1px 0;
}

.devbar li {
	float: left;
	margin-right: 10px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
}

.devbar li:before {
	content: "\00BB";
	color: #a9b7c8;
	margin-right: 3px;
}

.devbar a {
	color: #a9b7c8;
}

.splash_navigation li span {
	display: none;
}

.main_content_440 .column_half {
	float:left;
	margin-right:20px;
	width: 190px;
}

.splash_navigation li {
	position: relative;
	float: left;
}

.splash_navigation li a {
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0;
	-webkit-transition: .1s opacity linear;
}
.splash_navigation li a:hover {
	opacity: 1;
}

.splash_navigation {
	height: 244px;
	background-color: #282828;
}

.splash_navigation #sn1,
.splash_navigation #sn2 {
	width: 447px;
	height: 111px;
}

.splash_navigation #sn3,
.splash_navigation #sn4,
.splash_navigation #sn5,
.splash_navigation #sn6 {
	width: 223px;
	height: 65px;
}

.splash_navigation #sn7,
.splash_navigation #sn8,
.splash_navigation #sn9,
.splash_navigation #sn10 {
	width: 223px;
	height: 68px;
}

.splash_navigation #sn1{
	background-position: 0 0;
}
.splash_navigation #sn1:hover {
	background-position: 0 -244px;
}

.splash_navigation #sn2{
	background-position: -448px 0;
}

.splash_navigation #sn2:hover{
	background-position: -448px -244px;
}

.splash_navigation #sn3 {
	background-position: 0 -111px;
}

.splash_navigation #sn3:hover{
	background-position: 0 -355px;
}

.splash_navigation #sn4 {
	background-position: -224px -111px;
}

.splash_navigation #sn4:hover{
	background-position: -224px -355px;
}

.splash_navigation #sn5 {
	background-position: -446px -111px;
}

.splash_navigation #sn5:hover{
	background-position: -446px -355px;
}

.splash_navigation #sn6 {
	background-position: -670px -111px;
}

.splash_navigation #sn6:hover{
	background-position: -670px -355px;
}

.splash_navigation #sn7 {
	background-position: 0 -176px;
}

.splash_navigation #sn7:hover{
	background-position: 0 -420px;
}

.splash_navigation #sn8 {
	background-position: -224px -176px;
}

.splash_navigation #sn8:hover {
	background-position: -224px -420px;
}

.splash_navigation #sn9 {
	background-position: -445px -176px;
}

.splash_navigation #sn9:hover{
	background-position: -445px -420px;
}

.splash_navigation #sn10 {
	background-position: -670px -176px;
}

.splash_navigation #sn10:hover{
	background-position: -670px -420px;
}

#news .post {
	border-bottom:1px solid;
	margin-bottom:9px;
	padding-bottom:9px;
}

#news .post h3,#blogs .post h3, .post.excerpt h3 {
	margin-top: 0;
}

#news .post p,#blogs .post p {
	margin-bottom:0;
}

.aside {
	float: left;
}

.aside .aside_inner {
	margin:10px;
	padding:10px;
}

.aside .teasers {
	margin-bottom:10px;
}

.aside .teasers .teaser {
	border-bottom: 1px solid;
	padding-bottom:9px;
	margin-bottom: 10px;
}

.aside .teasers .teaser.last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.aside .teasers .teaser h3 {
	font-size:12px;
	margin:0;
}

.aside .tag_cloud {
	overflow: hidden;
	width: 100%;
	padding-bottom:3px;
}

.aside.aside_right {
	float:right;
}

.aside.aside_290 {
	width:290px;
}

.aside.aside_218 {
	width: 218px;
}

.aside.aside_free { /* Used only for 218 columns. Second class selector (limiting to .aside_218) removed to make ie6 play nice. */
	margin: 10px 10px 10px 0;
	width: 208px;
}

.aside.aside_free.aside_contact {
	width: 220px;
	margin: 0px 5px;
}

.aside.aside_free.aside_contact .isolate {
	border-top: 5px solid white;
}

.aside .aside_inner.isolate {
	margin: 0;
	padding: 15px;
	border-top: 10px solid white;
}

.aside .aside_inner.isolate p{
	margin: 0 0 5px 0;
	
}

.aside .aside_inner.isolate ul li{
	margin: 0 0 10px 0;
	
}

.aside .aside_inner.margin_down {
	border-bottom: 10px solid white;
}

.aside .aside_inner.isolate.first-child {
	border-top: 0;
}

.aside_inner h3 {
	font-size: 15px;
	margin-bottom: 10px;
}

.clear {
	clear:both;
}

.autoclear {
	overflow: auto;
	width: 100%;
	clear:both;
}

.main_content .column_half.last,.footer ul.last {
	margin-right:0;
}

.content {
	position:relative;
}

.footer {
	border-top:5px solid;
}

.footer .disclaimer {
	float:left;
	width:255px;
}

.footer .sitemap {
	float:right;
	width:600px;	
}

.footer ul {
	float:left;
	margin-right:10px;
	width:110px;	
}
.footer ul li{
	margin:0 0 3px 0
}
.footer ul li a.top{
	font-weight:bold
}

.footer_inner {
	overflow:auto;
	padding:20px;
}

.header {
	height:160px;
	position:relative;
}

.header #site_search,ul.site_links {
	float:right;
	margin-right:20px;
	width:200px;
}

ul.site_links 
{
	margin:10px 20px 0 0;
	}

.header form {
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}

.header #site_search input.search {
	margin: 0;
	float: left;
	padding: 3px 4px;
	width: 174px;
	border: 1px solid #b6c1aa;
	line-height: 13px;
	font-size: 11px;
	height: 15px;
}

.header #site_search .submit {
	position: absolute;
	right: 18px;
}

.header .additional_content {
	float:right;
	padding-top:20px;
	width: 390px;
}

.header .logo {
	left:20px;
	position:absolute;
	top:20px;
}

.header .main_menu {
	bottom:0;
	position:absolute;
	right:0;
}

.header .main_menu li,.main_content_left {
	float:left;
}

.header ul.quicklinks {
	float:left;
	margin-right:20px;
	width: 150px;
}

.link_foot a {
	display:block;
	float:left;
	margin-right:20px;
	padding:4px 0;
}

a.rss_link {
	padding-left:28px;
}

.main_content .meta p,.meta a {
	margin-bottom:0;
}

.main_content p,.main_content .meta {
	margin-bottom: 10px;
}

.post_content img.productHeading {
	padding: 5px 0 20px;
}

.post_content img.productHeadingSmall {
	padding: 25px 0 15px;
}

.main_content_605 {
	width:605px;
}

.main_content_660 {
	width:660px;
}

.main_content_690 {
	width:690px;
}

.main_content_contact {
	width:665px;
	overflow: hidden;
	margin: 0px 0 0px 0px;
}

.main_content_605 .column_half {
	width:272px;
	float: left;
	margin-right: 20px;
}

.main_content_605 .column_half .part_photo {
	float:left;
	margin-top:3px;
	width:50px;
}

.main_content_605 .column_half .part_text {
	float:right;
	width:205px;
}

.main_content_440 .part_photo {
	float:left;
	margin-top:3px;
	width:50px;
}

.main_content_440 .part_text {
	float:right;
	width:335px;
}

.main_content_440 {
	width:440px;
}

.main_content_inner {
	padding:20px;
	overflow: hidden;
}

.main_content .blog_post_link_foot {
	margin: 20px 0;
	float: right;
	display: block;
}

.main_content .blog_post_link_foot a {
	padding-top: 5px;
	padding-bottom: 5px;
}

.main_content .blog_post_link_foot a.addthis_button {
	position: relative;
	top: 3px;
}

.main_content .blog_post_link_foot.pin_rc {
	position: absolute;
	top: 0px;
	left: 570px;
}

.main_content .post_comment {
	border-bottom: 1px solid;
	padding: 10px 0;
}

.main_content #post_comment_form label {
	margin: 10px 0;
	display: block;
}

.main_content #post_comment_form label input {
	margin-right: 8px;
}

.main_content #post_comment_form label input, .main_content #post_comment_form textarea {
	background-color: #ededed;
	border: 1px solid #aaaaaa;
	padding: 5px;
	color: #333;
}

.main_content #post_comment_form textarea {
	width: 386px;
	margin-bottom: 10px;
}

.sectionHeader {
	overflow: hidden;
	position: relative;
}

.sectionHeader .header_text {
	position: absolute;
	top: 93px;
	width: 450px;
	left: 24px;
	font-size: 15px;
	line-height: 21px;
}

.sectionHeader .aside {
	height: 168px;
	overflow: hidden; /*ie6*/
}

.sectionHeader img {
	float: left;
}

.main_menu a {
	color:#FFF;
	font-size:12px;
}

.main_menu li {
	background:#656565 url(../images/bgMainMenu.png) repeat-x;
	float:left;
	margin:0 0 1px 1px;
	padding:9px 6px;
}

.main_menu li.current {
	background:#a7b400 url(../images/bgMainMenuCurrent.png) repeat-x;
}

.page {
	margin:10px auto;
	width:895px;
}

.post {
	margin-bottom:20px;
	overflow:hidden;
	width: 100%;
}

.hidden {
	display: none !important;
}

.tag_cloud {
	font-size:1.2em;
	line-height:1.5em;
}

.tag_cloud li {
	display:inline;
	margin-right:10px;
}

a {
	text-decoration:none;
}
body {
	font:11px/15px Verdana, sans-serif;
	padding:1px;
}

.main_content h1 {
	font-size: 21px;
	line-height: 25px;
	margin-bottom: 5px;
}

.main_content.post_content h1.solid {
	padding-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 30px;
}

.main_content.post_content h1 {
	margin-bottom: 20px;
}

.main_content h2.alpha {
	margin-top: 5px !important;
	font-size:16px;
	line-height:20px;
	margin-bottom:20px;
}

.main_content.post_content h2 {
	font-size: 17px;
	line-height:20px;
	margin: 20px 0 10px;
}

.main_content h3 {
	font-size: 14px;
	line-height: 20px;
	margin:20px 0 5px;
}

ul.quicklinks li {
	font-size:13px;
	line-height:18px;
}

.main_content.post_content ul {
	margin: 15px 0 15px 15px;
}

.main_content.post_content ol {
	margin: 15px 0 15px 25px;
}

.main_content.post_content ul li {
	list-style-type: disc;
}

.main_content.post_content ol li {
	list-style-type: inherit;
}

h2.submenu_title {
	text-align: right;
	font-size: 14px;
	margin-bottom: 20px;
}

h2.submenu_title a
{
	color:#000;
}

.submenu li {
	text-align: right;
	font-size: 12px;
	line-height: 18px;
}

.submenu li ul{
	margin:3px 0;
}

.submenu a.current {
    padding-bottom: 3px;
}

.submenu li li a {
    color: #000 !important;
}

.submenu li li li a {
    font-size:11px;
    color: #555 !important;
}

.submenu li ul {
    margin-bottom: 20px;
}



.submenu_second {
	margin-top: 20px;
	padding-top: 19px;
	border-top: 1px solid;
}

.part_text h3 {
	margin-top: 0;	
}

.add_20 {
	height: 20px;
}

.tagfilter label {
	display: block;
	margin-bottom: 4px;
}

.tagfilter label input {
	margin-right: 7px;
}

.happeningfilter label {
	display: inline;
	margin-bottom: 4px;
}

.happeningfilter input {
	margin-right: 7px;
}

.happeningfilter a {
	color: #fff !important;
}

.aside select {
	width: 100%;
}

hr {
	height: 1px;
	padding: 0;
	border: none;
	margin: 10px 0 30px;
}

.pad_both {
	margin: 20px 0 20px;
}

.pad_top {
	margin-top: 20px;
}

.content .main_content ul.pagination {
	padding: 0;
	margin: 0;
	overflow: auto;
}

.content .main_content ul.pagination li {
	list-style-type: none;
	margin: 0 7px 0 0;
	padding: 0;
	float: left;
}

.content .main_content ul.pagination li.current a {
	font-weight: 900;
}

.product_boxes {
	overflow: hidden;
	margin: 20px 0 0;
}

.product_boxes .box {
	width: 210px;
	height: 133px;
	float: left;
	margin: 0 10px 10px 0;
	background-image: url(../images/bgProductBox.png);
}

.product_boxes h3 {
	margin: 0 0 10px;
}

.product_boxes ul li {
	margin-bottom: 5px;
}

.product_boxes .box_inner {
	padding: 15px;
}

.product_boxes .box_inner h3 a{
	color:#222;
}

.product_boxes .box.last_in_row {
	float: right;
	margin: 0;
}

div.sim_filter {
	display: block;
	overflow: auto;
	margin: 20px 0;
}

div.sim_filter .clause {
	float: left;
	width: 25%;
}

div.sim_filter label {
	width: 60px;
	display: block;
	float: left;
	color: #333;
}

div.sim_filter select {
	float: right;
	width: 70px;
	margin-right: 10px;
	margin-top: 3px;
}

table.certified_sim {
	width: 100%;
	margin: 20px 0 0;
}

table.certified_sim td, table.certified_sim th {
	padding: 7px;
	background-color: #ededed;
	border-right: 4px solid white;
}

table.certified_sim tr.odd td {
	background-color: #ddddde;
}

table.certified_sim th {
	color: white;
	font-weight: bold;
	background: #2f2f2f url(../images/bgSimTableTh.png) repeat-x;
}

.table_bubble {
	width: 168px;
	position: absolute;
	z-index: 100;
	top: 154px;
	margin-top: 90px;
	margin-left: -45px;
	background-image: url(../images/bgTableBubbleRepeat.png);
}

.table_bubble .top {
	height: 15px;
	position: relative;
	margin-top: -15px;
	background: url(../images/bgTableBubble.png) no-repeat;
}

.table_bubble .content {
	padding: 0 10px;
}

.table_bubble .content .title {
	font-weight: bold;
	color: white;
}

.table_bubble .bottom {
	height: 15px;
	position: relative;
	margin-bottom: -15px;
	background: url(../images/bgTableBubble.png) no-repeat 0 -117px;
}

.post_content .contact_map {
	height: 305px;
	margin-top: -15px;
}

.spost_content .contact_map img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}


.post_content .contact_map ul {
	position: absolute;
	z-index: 10000;
	top: 0;
	left: 0;
}

.post_content.main_content .contact_map li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.contact_map li a {
	color: #bbc800;
}

.contact_map li.current a {
	color: white;
	font-weight: bold;
}

.localinfo {
	background-color: #b9c42e;
	padding: 20px;
}

.localinfo h2 {
	margin-top: 0 !important;
	color: white;
}

.localinfo address p{
	color:#000;
}

.white_light {
	position: absolute;
	top: 0;
	left: 50%;
	width: 640px;
	margin-left: -320px;
	padding: 20px;
	margin-top: 60px;
	background-color: #f6f6f6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow:rgba(0,0,0,.3) 0 0 60px ;
	-moz-box-shadow:rgba(0,0,0,.3) 0 0 60px ;
}

.white_light iframe {
	width: 100%;
}

.white_light .close {
	position: absolute;
	height: 36px;
	top: -18px;
	right: -18px;
	width: 36px;
	background-image: url(../images/close.png);
}