/*
	Theme Name: News Child Theme
	Theme URL: http://www.studiopress.com/themes/news
	Description: News is a 2 or 3-column Widget-ready child theme created for the Genesis Theme Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Version: 1.0
	
	Template: genesis

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #ffffff url(/images/back.png);
	background-repeat:repeat-x;
	background-position:top;
	color: #505050;
	font-size: 10px;
	font-family:  Verdana;
	margin: 0 auto 0;
	padding: 0;
	line-height: 20px;
	}
	
	


	
/***** Hyperlinks ********************/

a, a:visited {
	color: #0267ae;
	text-decoration: none;
	}
	
a:hover {
	color: #318cf3;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}

/***** Wrap ********************/

#wrap {
	
	width: 960px;
	margin: 10px auto 10px;
	padding: 10px;
	position: relative;


	}
	
/***** TopNav ********************/

#topnav {
	width: 940px;
	height:20px;
	margin: 0 auto 0;
	padding: 5px 0 5px 0;
	text-transform: uppercase;
	overflow: hidden;
	}

#topnav p {
	font-size: 11px;
	padding: 0;
	margin: 0;
	}
	
.topnav-left {
	width: 525px;
	float: left;
	margin: 0;
	padding: 5px 0 0 10px;
	}
	
.topnav-right {
	width: 400px;
	float: right;
	margin: 0;
	padding: 3px 0 0 0;
	}
	
/***** Header  ********************/

#header {
	width: 960px; 
	height: 48px;
	margin: 0;
	padding: 0;
	}
	
#header .wrap {
	}

#title-area {
	width: 460px;
	float: left;
	margin: 0; 
	padding: 10px 0 0 0;
	overflow: hidden;
	}
	
#title-area #title {
	color: #505050;;
	font-size: 36px;
	font-family: Verdana;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 20px;
	text-decoration: none;
	line-height: 42px;
	}
	
#title-area #title a {
	color: #505050;;
	margin: 0; 
	padding: 0;
	text-decoration: none;
	}
	
#title-area #title a:hover {
	color: #505050;;
	text-decoration: none;
	}
	
#title-area #description {
	color: #666666;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin: 0; 
	padding: 0 0 0 20px;
	}

#header .widget-area {
	width: 458px;
	float: right;
	margin: 0; 
	padding: 16px 30px 0 0;
	text-align:right;
	}
	
#header .widget-area p {
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#header .widget-area h4 {
	color: #505050;
	font-size: 12pt;
	font-weight: normal;
	margin: 10px 0 0 0; 
	padding: 0;
	text-decoration: none;
	}
	
#header .widget-area ul {
	margin: 0;
	padding: 0;
	}
	
#header .widget-area ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}
	
/***** Image Header - Partial Width ********************/

.header-image #header #title-area {
	background: url(images/logo.png) left top no-repeat;
	}

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
	display: block; 
	float: left;
	width: 420px;
	height: 48px;
	margin: 0; 
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	}
	
.header-image #title-area #description {
	display: block;
	width: 0; 
	height: 0;
	overflow: hidden;
	}

/***** Image Header - Full Width ********************/

.header-full-width #title-area, .header-full-width #title-area #title, .header-full-width #title-area #title a {
	width: 960px;
	}
	
/***** Header Right Navigation ********************/

#header ul.nav, #header ul.menu {
	width: auto;
	float: right;
	list-style: none;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	}
	
#header ul.nav li, #header ul.menu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#header ul.nav li a, #header ul.nav li a:visited, #header ul.menu li a, #header ul.menu li a:visited {
	background: #333333;
	color: #FFFFFF;
	display: block;
	font-size: 14pt;
    margin: 0;
	padding: 6px 10px 5px 10px;
	text-decoration: none;
	border-right: 1px solid #666666;
	position: relative;
	}

#header ul.nav li a:hover, #header ul.nav li a:active, #header ul.nav .current_page_item a, #header ul.nav .current-cat a, #header ul.nav .current-menu-item a, #header ul.menu li a:hover, #header ul.menu li a:active, #header ul.menu .current_page_item a, #header ul.menu .current-cat a, #header ul.menu .current-menu-item a {
	background: #000000;
	color: #FFFFFF;
	}
	
#header ul.nav li a.sf-with-ul, #header ul.menu li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#header ul.nav li a .sf-sub-indicator, #header ul.menu li a .sf-sub-indicator {
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 11px;
	right: 5px;
	}
	
#header ul.nav li li a, #header ul.nav li li a:link, #header ul.nav li li a:visited, #header ul.menu li li a, #header ul.menu li li a:link, #header ul.menu li li a:visited {
	background: #333333;
	color: #FFFFFF;
	width: 158px; 
	font-size: 14pt;
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	position: relative;
	}
	
#header ul.nav li li a:hover, #header ul.nav li li a:active, #header ul.menu li li a:hover, #header ul.menu li li a:active {
	background: #000000;
	}

#header ul.nav li li a .sf-sub-indicator, #header ul.menu li li a .sf-sub-indicator {
	top: 10px;
	}

#header ul.nav li ul, #header ul.menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	margin: 0;
	padding: 0;
	}

#header ul.nav li ul a, #header ul.menu li ul a { 
	width: 160px;
	}

#header ul.nav li ul ul, #header ul.menu li ul ul {
	margin: -33px 0 0 179px;
	}

#header ul.nav li:hover ul ul, #header ul.nav li:hover ul ul ul, #header ul.nav li.sfHover ul ul, #header ul.nav li.sfHover ul ul ul, #header ul.menu li:hover ul ul, #header ul.menu li:hover ul ul ul, #header ul.menu li.sfHover ul ul, #header ul.menu li.sfHover ul ul ul {
	left: -999em;
	}

#header ul.nav li:hover ul, #header ul.nav li li:hover ul, #header ul.nav li li li:hover ul, #header ul.nav li.sfHover ul, #header ul.nav li li.sfHover ul, #header ul.nav li li li.sfHover ul, #header ul.menu li:hover ul, #header ul.menu li li:hover ul, #header ul.menu li li li:hover ul, #header ul.menu li.sfHover ul, #header ul.menu li li.sfHover ul, #header ul.menu li li li.sfHover ul {
	left: auto;
	}

#header ul.nav li:hover, #header ul.nav li.sfHover, #header ul.menu li:hover, #header ul.menu li.sfHover { 
	position: static;
	}

/***** Nav Menu ********************/

#nav {
	width: 940px;
	font-family: "Arial" ,verdana;
	color: #404040;
	font-size:12pt;  
	margin: 0px auto 0;
	padding: 0px 0px 0px 0px;
	
	overflow: hidden;
	clear: both;
	
	}

#nav .wrap {
	}
	
/***** SubNav Menu ********************/

#subnav {
	width: 910px;
	font-family: "Arial" ,verdana;
	color: #505050;;
	margin: 0 auto 0;
	
	padding: 0px 15px 1px 15px;
	height:0px;
	overflow: hidden;
	clear: both;
	
	}

#subnav .wrap {
	}
	
/***** Navigation ********************/
	
#topnav ul {
	float: right;
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0;
	
	}
	
#nav ul, #subnav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#topnav li, #nav li, #subnav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#topnav li a, #nav li a {
	color: #404040;
	display: block;
	font-size: 8pt;
    margin: 0;
	height:22px;
	padding: 8px 10px 12px 10px;
	text-decoration: none;
	position: relative;	
	

	}
	
#subnav li a {
	color: #eeeeee;
	display: block;
	font-size: 8pt;
    margin: 0;
	padding: 5px 13px 5px 13px;
	text-decoration: none;
	position: relative;	
	border-right:1px solid #707070;

	}

#topnav li a:hover, #topnav li a:active, #nav li a:hover, #nav li a:active {
	
	color: #0070c0;
	-moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    -khtml-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
	}
	
#subnav li a:hover, #subnav li a:active {
	background: #ddd;
	color: #333;
	text-shadow:none;
	}
	
#topnav li a.sf-with-ul, #nav li a.sf-with-ul, #subnav li a.sf-with-ul {
	padding-right: 10px;
	}	
	
#topnav li a .sf-sub-indicator, #nav li a .sf-sub-indicator, #subnav li a .sf-sub-indicator {
	display: block;
	width: 0;
	height: 0;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	}
	
#topnav li li a, #topnav li li a:link, #topnav li li a:visited, #nav li li a, #nav li li a:link, #nav li li a:visited, #subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #ededed;
	color: #404040;
	width: 138px; 
	font-size: 8pt;
	margin: 0 0 0 0px;
	padding: 4px 10px 4px 10px;
	border-top: 0px solid #666;
	border-left: 0px solid #919190;
	border-right: 0px solid #919190;
	position: relative;
	  -moz-box-shadow: 3px 3px 3px #014e87;
  -webkit-box-shadow: 3px 3px 3px #014e87;
  box-shadow: 3px 3px 3px #014e87;
	}
	
#topnav li li a, #topnav li li a:link, #topnav li li a:visited {
	width: 158px; 
	}
	
#topnav li li a:hover, #topnav li li a:active, #nav li li a:hover, #nav li li a:active, #subnav li li a:hover, #subnav li li a:active {
	color: #0070c0;
	
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
	}

#topnav li li a .sf-sub-indicator, #nav li li a .sf-sub-indicator, #subnav li li a .sf-sub-indicator {
	top: 10px;
	}

#topnav li ul, #nav li ul, #subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 158px;
	margin: 0;
	padding: 0;
	}
	
#topnav li ul {
	width: 180px;
	}

#nav li ul a, #subnav li ul a { 
	width: 138px;
	}
	
#topnav li ul a { 
	width: 158px;
	}

#topnav li ul a:hover, #topnav li ul a:active, #nav li ul a:hover, #nav li ul a:active, #subnav li ul a:hover, #subnav li ul a:active { 
	}

#nav li ul ul, #subnav li ul ul {
	margin: -25px 0 0 159px;
	}
	
#topnav li ul ul {
	margin: -25px 0 0 179px;
	}

#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li.sfHover ul ul, #topnav li.sfHover ul ul ul, #nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul, #subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfHover ul ul, #subnav li.sfHover ul ul ul {
	left: -999em;
	}

#topnav li:hover ul, #topnav li li:hover ul, #topnav li li li:hover ul, #topnav li.sfHover ul, #topnav li li.sfHover ul, #topnav li li li.sfHover ul, #nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul, #subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfHover ul, #subnav li li.sfHover ul, #subnav li li li.sfHover ul {
	left: auto;
	}

#topnav li:hover, #topnav li.sfHover, #nav li:hover, #nav li.sfHover, #subnav li:hover, #subnav li.sfHover { 
	position: static;
	}
	
/***** Primary Navigation Extras ********************/
	
#nav li.right {
	float: right;
	margin: 0;
	padding: 7px 10px 2px 10px;
	}

#nav li.right a {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
	color: #505050;;
	font-weight: normal;
	text-decoration: none;
	}
	
#nav li.right a:hover {
	color: #505050;;
	text-decoration: underline;
	}
	
#nav li.date {
	}
	
#nav li.rss a {
	background: url(images/rss.png) no-repeat left center;
	margin: 0 0 0 10px;
	padding: 3px 0 3px 16px;
	}
	
#nav li.search {
	padding: 0 10px 0 10px;
	}
	
#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat left center;
	padding: 0px 0 1px 20px;
	color:919190;
	font-size:12px;
			}
	
#nav li.twitter a:hover {
	background: url(images/twitter-nav.png) no-repeat left center;
	padding: 0px 0 1px 20px;
	color:#0070c0;
	font-size:12px;
	text-decoration:none
	
	}

/***** Inner ********************/

#inner {
	width: 940px;
	margin: 10px auto 10px;
	padding: 0;
	}
	
/***** Inner Backgrounds ********************/

.content-sidebar #inner {
    }
   
.sidebar-content #inner {
    }
   
.content-sidebar-sidebar #inner {
    }
   
.sidebar-sidebar-content #inner {
    }
    
.sidebar-content-sidebar #inner {
    }

.full-width-content #inner {
    }
    
/***** Tabs ********************/

.ui-tabs {
	clear: both;
	width: 610px;
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 9px;
	border: solid #DDDDDD;
	}
	
#content .ui-tabs .post {
	margin: 0;
	padding: 0;
	}

.ui-tabs .ui-tabs-hide { /* hide tabs */
     display: none;
	}

.ui-tabs .ui-tabs-panel {
	width: 610px;
	margin: 0; 
	padding: 0;
	}

.ui-tabs ul.ui-tabs-nav {
	list-style-type: none;
	margin: 5px 0 25px 0; 
	padding: 0;
	font-size: 12px;
	clear: both;
	}
	
.ui-tabs ul.ui-tabs-nav li {
	display: inline;
	text-align: center;
	margin: 0 0px 0 0; 
	padding: 0px;
	}
	
.ui-tabs ul.ui-tabs-nav li a {
	color: #404040;
	background: #dddddd;
	margin: 0 6px 0px 0px; 
	padding: 3px 9px 3px 9px;
	text-decoration: none;
		text-transform: capitalize;
	border:1px solid #cccccc;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px ;
    border-radius: 4px;
	font-size:8pt;
	
	}
	
.ui-tabs ul.ui-tabs-nav li a:hover {
	background: #0070c0;
	color: #ffffff;
	border:1px solid #074c89;
	}
	
.ui-tabs ul.ui-tabs-nav li.ui-tabs-selected a {
	background: #0070c0;
	color: #ffffff;
	border:1px solid #074c89;
	}
	
.ui-tabs .image {
	margin: 0 10px 0 0;
	padding: 0;
	}
	
.ui-tabs .more-link {
	background: #444444;
	color: #FFFFFF;
	float: right;
	margin: 35px 0 0 0; 
	padding: 2px 7px 2px 7px;
	text-decoration: none;
	text-transform: capitalize;
	border:1px solid #3c3c3c;
	text-shadow:1px 1px 1px #333;  
	}
	
.ui-tabs .more-link:hover {
	background: #0267ae;
	}

/***** Homepage ********************/
	
#featured-top {
	width: 630px;
	float: left;
	margin: 0;
	padding: 15px 0px 0px 0px;
	
	}
	
#featured-bottom {
	width: 630px;
	float: left;
	margin: 0;
	padding: 0;
	}
	
.featured-bottom-left {
	width: 310px;
	float: left;
	margin: 0;
	padding: 0;
	text-align:justify;
	}
	
.featured-bottom-left hr {
	color:eee;
	height:1px;
	}
	
.featured-bottom-right {
	width: 310px;
	float: right;
	margin: 0;
	padding: 0;
	background:#f1f1f1;
	border:1px solid #ddd;
	margin-bottom:20px;
	text-align:left;
	}
	
#content #featured-top h2, #content #featured-top h2 a, #content #featured-bottom h2, #content #featured-bottom h2 a {
	color: #505050;;
	font-size: 12pt;
	font-family: "Arial",Verdana;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
	}
	
#content #featured-top h2 a:hover, #content #featured-bottom h2 a:hover {
	color: #0267ae;
	text-decoration: none;
	}
	
#content #featured-top .ui-tabs h2,#content #featured-top .ui-tabs h2 a {
	font-size: 1.15em;

	margin: 0 0 5px 0;
	}
	
#content #featured-bottom h2, #content #featured-bottom h2 a {
	font-size: 14px;
	margin: 0 !important;
	}
	
#content #featured-top h4 {
	color: #505050;;
	font-size: 13pt;
	font-family: "Arial", Arial, Tahoma, Verdana;
	font-weight: normal;
		text-shadow:1px 1px 1px #ddd; 
	margin: 0 0 5px 0;
	padding: 0;
	padding-bottom:10px;
	}
	
#content .featured-bottom-left h4 {
	color: #505050;;
	font-size: 13pt;
	font-family: "Arial",Verdana;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
	padding-bottom:10px;
	}
	
#content .featured-bottom-right h4 {
	color: #505050;;
	font-size: 13pt;
	font-family: "Arial",Verdana;
	font-weight: normal;
		text-shadow:1px 1px 1px #ddd; 
	margin: 0 0 5px 0;
	padding: 0;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	}

#featured-top .wrap, #featured-bottom .wrap {
	margin: 0;
	padding: 0;
	}
	
#featured-top p, #featured-bottom p {
	margin: 0;
	padding: 0 0 5px 0;
	}

#featured-top .widget, {
	margin: 0 0 10px 0;
	padding: 9px !important;

	}

#featured-bottom .widget {
	margin: 0 0 10px 0;
	padding: 9px !important;
		
	}
	
#featured-top .widget-wrap, #featured-bottom .widget-wrap {
	margin: 0;
	padding: 0;
	}

#content #featured-top img, #content #featured-top p img, #content #featured-bottom img, #content #featured-bottom p img {
	background: none !important;
	max-width: none;
	}
	
#content #featured-bottom img, #content #featured-bottom p img {
	background: #fff !important;
	max-width: none;
	float:left;
	border:1px solid #ddd;
	padding:7px;
	}
	
#featured-bottom .user-profile {
	overflow: hidden;
	}
	
#featured-bottom .user-profile p {
	padding: 10px;
	}

#featured-bottom ul {
	list-style-type: square;
	margin: 0 0 0 10px;
	padding: 10px 0 0 0;
	}
	
#featured-bottom ul li {
	list-style-type: square;
	margin: 0 0 0 15px;
	padding: 0;
	}
	
#featured-bottom .widget_tag_cloud div {
	padding: 10px 10px 14px 10px;
	}
	
#featured-bottom .user-profile .avatar {
	background: #F4F4F4;
	float: left;
	margin: 0;
	padding: 4px;
	border: solid #DDDDDD;
	}
	
.more-from-category a {
	font-weight: normal;
	}
	
.more-from-category a:hover {
	text-decoration: underline;
	}
	
/***** Homepage Featured Post/Page ********************/

#featured-top .featuredpost, #featured-top .featuredpage, #featured-bottom .featuredpost, #featured-bottom .featuredpage {
	margin: 0 0 10px 0;
	padding: 0;
	}
	
#featured-top .featuredpost .post, #featured-top .featuredpage .page, #featured-bottom .featuredpost .post, #featured-bottom .featuredpage .page {
	margin: 0;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #DDDDDD;
	overflow: hidden;
	clear: both;
	}
	
#featured-top .featuredpost .avatar, #featured-top .featuredpage .avatar, #featured-bottom .featuredpost .avatar, #featured-bottom .featuredpage .avatar {
	margin: 0;
	padding: 4px;
	border: solid #DDDDDD;
	}
	
#featured-top .featuredpost img, #featured-top .featuredpage img, #featured-bottom .featuredpost img, #featured-bottom .featuredpage img {
	background: #FFFFFF;
	margin: 0 0 5px 0;
	padding: 4px;
	border: solid #DDDDDD;
	}
	
#featured-top .more-from-category, #featured-bottom .more-from-category {
	margin: 0;
	padding: 5px 0 0 0;
	}

/***** Breadcrumb ********************/

.breadcrumb {
	font-size: 11px;
	margin: 18px 0 20px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #DDDDDD;
	}
	
/***** Taxonomy Description ********************/

.taxonomy-description {
	background: #F7F7F7;
	margin: 0 0 30px 0;
	padding: 10px;
	border: solid #DDDDDD;
	}
	
#content .taxonomy-description p {
	margin: 0;
	padding: 0;
	}

/***** Content-Sidebar Wrapper ********************/

#content-sidebar-wrap {
	width: 790px;
	margin: 0;
	padding: 0;
	float: left;
	
	}

.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	width: 940px;
	}

.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
	float: right;
	}

/***** Content ********************/

#content {
	width: 480px;
	margin: 0;
	padding: 0;
	float: left;
	font-size:11px;
	line-height:150%;
	

	}

.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
	}
	
.sidebar-content #content, .content-sidebar #content {
	width: 630px;
	
	margin: 0;
	padding: 0;
	}
	
.full-width-content #content {
	width: 940px;
	margin: 0 10px 0;
	padding: 0;
	}

#content blockquote {
	background: #F4F4F4;
	margin: 0 15px 15px 15px;
	padding: 10px 20px 0 15px;
	border: solid #DDDDDD;
	}

#content .post {
	margin: 0 0 40px 0;
	padding: 10px;
	}
	
#content .page {
	margin: 0;
	padding: 10px;
	}
	
#content .entry-content {
	overflow: hidden;
	}
	
#content .entry-content .post-image {
	padding: 4px;
	border: solid #DDDDDD;
	}
	
#content .post p {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#content .post ul, #content .page ul {
	list-style-type: square;
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .post ul li, #content .page ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#content .post ul ul, #content .page ul ul {
	list-style-type: square;
	margin: 0;
	padding: 0;
	}
	
#content .post ol, #content .page ol {
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .post ol li, #content .page ol li {
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#content .post ol ol, #content .page ol ol {
	margin: 0;
	padding: 0;
	}
	
#content .sticky {
	background: #F4F4F4;
	margin: 0 0 40px 0;
	padding: 10px;
	border: solid #DDDDDD;
	}
	
#content .post-image {
	margin: 0 10px 10px 0;
	padding: 4px;
	border: solid #DDDDDD;
	}
	
#content .archive-page {
	float: left;
	width: 50%;
	margin: 0;
	padding: 20px 0;
	}

.clear {
	clear: both;
	}
	
/***** Post Info ********************/
	
.post-info {
	margin: 0 0 10px 0;
	padding: 0;
	}
	
.post-info p {
	margin: 0;
	padding: 0;
	}
	
/***** AdSense ********************/
	
.adsense {
	padding: 10px 0 10px 0;
	border-top: 1px solid #DDDDDD;
	}
	
/***** Post Meta ********************/
	
.post-meta {
	margin: 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #DDDDDD;
    clear: both;
	}
	
/***** Author Box ********************/
	
.author-box {
	background: #F4F4F4;
	margin: 0 0 40px 0;
	padding: 10px;
	border: solid #DDDDDD;
	overflow: hidden;
	}
	
.author-box p {
	margin: 0;
	padding: 0;
	}
	
.author-box img {
	background: #FFFFFF !important;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: solid #DDDDDD;
	}

/***** Headlines in Content ********************/

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #505050;
	font-family: "Arial", Arial, Tahoma, Verdana;
	text-decoration: none;
	margin: 0 0 5px 0;
	padding: 0;
	}

#content h1 {
	font-size: 14pt;
	font-weight:normal;

		line-height:120%;
		

	}
	
#content h2 {
	font-size: 13pt;
	font-weight:normal;
	}
	
#content h2 a, #content h2 a:visited {
	color: #505050;;
	text-decoration: none;
	font-weight:normal;
	}
	
#content h2 a:hover {
	color: #0267ae;
	text-decoration: none;
	}
	
#content h3 {
	margin:10px 0px 10px 0px;
	font-size: 14px;

	}
	
#content h4 {
	font-size: 16px;
	}
	
#content h5 {
	font-size: 14px;
	}
	
#content h6 {
	font-size: 12px;
	}
	
/***** Post Icons ********************/
	
.time {
	background: url(images/icon-time.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
	}
	
.post-comments {
	background: url(images/icon-comments.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
	}
	
.categories {
	background: url(images/icon-categories.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 20px;
	}
	
.tags {
	background: url(images/icon-tags.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
	}

/***** Images ********************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
	}
	
img.alignnone {
	padding: 0;
	margin: 0 0 10px 0;
	display: inline;
	}
	
img.alignleft {
	padding: 10px;
	margin: 0 20px 10px 0;
	display: inline;
	border: 1px solid #ddd;
	}
	
img.alignleftf {
	float:left;
	padding:5px;
	}
	
img.alignleftside {
	padding: 10px;
	margin: 0 20px opx 0;
	display: inline;
	border: 1px solid #ddd;
	}

img.alignright {
	padding: 0;
	margin: 0 0 10px 10px;
	display: inline;
	
	}
	
.aligncenter {
	display: block;
	margin: 0 auto 10px;
	}
	
.alignleft {
	float: left;
	margin: 0 20px 0 0;
	solid #ddd;
	}

.alignright {
	float: right;
	margin: 0 0 0 10px;

	}

.wp-caption {
	background: #F4F4F4;
	text-align: center;
	padding: 5px 0 0px 1px;
	margin-bottom:10px;
	border: solid #DDDDDD;
	}

.wp-caption img {
	margin: 0;
	padding: 0px 0px 10px 0px;
	border: 0;
	}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 5px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	
	}
	
img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
	margin: 0;
	padding: 0;
	}

/***** Post Navigation ********************/

.navigation {
	width: 100%;
	margin: 0;
	padding: 20px 0 20px 0;
	overflow: hidden;
	}
	
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.navigation li {
	display: inline;
	}

.navigation li a {
	color: #0267ae;
	padding: 5px 8px 5px 8px;
	border: solid #DDDDDD;
	}

.navigation li a:hover {
	background: #F4F4F4;
	color: #0267ae;
	border: solid #DDDDDD;
	text-decoration: none;
	}

.navigation li.disabled {
	margin: 0;
	padding: 5px 8px 5px 8px;
	border: solid #DDDDDD;
	}

.navigation li.active a {
	background: #F4F4F4;
	color: #0267ae;
	font-weight: bold;
	border: solid #DDDDDD;
	}

/***** Primary & Secondary Sidebars ********************/

#sidebar {
	width: 290px;
	float: right;
	margin: 15px 0px 0px 0px;
	padding: 0;
	display: inline;
		font-size:11px;
	line-height:150%;
	}
	
#sidebar-alt {
	width: 140px;
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	}
	
#sidebar-bottom-left {
	width: 145px;
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	}
	
#sidebar-bottom-right {
	width: 145px;
	float: right;
	margin: 0;
	padding: 0;
	display: inline;
	}

.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
	float: left;
	}
	
.content-sidebar-sidebar #sidebar-alt {
	float: right;
	}

#sidebar .widget, #sidebar-alt .widget {
	margin: 0 0 10px 0;
	padding: 0;
	}
	
#sidebar h2, #sidebar h2 a, #sidebar-alt h2, #sidebar-alt h2 a {
	color: #0267ae;
	font-size: 10pt;
	font-family: "Arial", Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}
	
#sidebar h2 a:hover, #sidebar-alt h2 a:hover {
	color: #0267ae;
	text-decoration: underline;
	}

#sidebar h4, #sidebar-alt h4 {
	color: #0070c0;
	font-size: 11pt;
	font-family: "Arial", Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform:capitalize;
	text-align:right;
	margin: 0 0 5px 0;
	padding: 5px 0 8px 0px;
	border-top: 4px solid #0070c0;
	
	}
	
#sidebar .widget p, #sidebar-alt .widget p, #sidebar .textwidget p, #sidebar-alt .textwidget p {
	margin: 0;
	padding: 0;
	}

#sidebar img, #sidebar a img, #sidebar-alt img, #sidebar-alt a img {
	border: none;
	margin: 0;
	padding: 0;
	margin-bottom:20px;
	}

#sidebar ul, #sidebar ol, #sidebar-alt ul, #sidebar-alt ol {
	list-style-type: none;
	margin: 5px 0 5px 0;
	padding: 0;
	}

#sidebar ul ul, #sidebar ol ol, #sidebar-alt ul ul, #sidebar-alt ol ol {
	margin: 0;
	padding: 0 0 0 15px;
	}

#sidebar li, #sidebar-alt li {
	background: url(images/sidebar-list.png) no-repeat top left;
	margin: 0 0 3px 0;
	padding: 0 0 0 13px;
 	word-wrap: break-word;
	}
	
#sidebar embed, #sidebar object, #sidebar-alt embed, #sidebar-alt object {
	width: 300px; 
	height: 225px;
	margin: 10px 0 0 0; 
	padding: 0;
	}

/***** Sidebar(s) Tag Cloud ********************/

#sidebar .widget_tag_cloud div div, #sidebar-alt .widget_tag_cloud div div {
	padding: 10px 5px 5px 5px;
	}
	
/***** Sidebar(s) Category Dropdown ********************/
	
#cat {
	background: #F4F4F4;
	color: #0267ae;
	font-family: Arial, Tahoma, Verdana;	
	font-size: 11px;
	margin: 10px 0 5px 0;
	padding: 3px;
	display: inline;
	border: solid #DDDDDD;
	}
	
#sidebar #cat {
	width: 298px;
	}
	
#sidebar-alt #cat {
	width: 128px;
	}

/***** Sidebar(s) Featured Post/Page ********************/

#sidebar .featuredpost, #sidebar .featuredpage, #sidebar-alt .featuredpost, #sidebar-alt .featuredpage {
	margin: 0 0 15px 0;
	padding: 0px;
	
	}
	
#sidebar .featuredpost .post, #sidebar .featuredpage .page, #sidebar-alt .featuredpost .post, #sidebar-alt .featuredpage .page {
	margin: 0;
	padding: 15px 0 10px 0;
	border-bottom: 1px solid #DDDDDD;
	clear: both;
	min-height:80px;

	}
	
#sidebar .featuredpost .avatar, #sidebar .featuredpage .avatar, #sidebar-alt .featuredpost .avatar, #sidebar-alt .featuredpage .avatar {
	margin: 0;
	padding: 4px;
	border: solid #DDDDDD;
	}
	
#sidebar .featuredpost img, #sidebar .featuredpage img, #sidebar-alt .featuredpost img, #sidebar-alt .featuredpage img {
	margin: 0 0 5px 0;
	padding: 4px;
	border: 2px solid #ededed;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	border-radius: 4px; /* CSS3 */
	height:60px;
	width:60px;
	}

/***** Sidebar(s) User Profile ********************/

#sidebar .user-profile, #sidebar-alt .user-profile {
	overflow: hidden;
	}

#sidebar .user-profile .avatar, #sidebar-alt .user-profile .avatar {
	background: #F4F4F4;
	float: left;
	margin: 0;
	padding: 4px;
	border: solid #DDDDDD;
	}
	
#sidebar .user-profile p, #sidebar-alt .user-profile p {
	margin: 0;
	padding: 10px 10px 0 10px;
	}

#sidebar .user-profile .posts_link, #sidebar-alt .user-profile .posts_link {
	margin: 0;
	padding: 0 0 10px 10px;
	}
	
/***** Search Form(s) ********************/

.searchform {
	margin: 0;
	}

#header .searchform {
	float: right;
	padding: 40px 0  0;
	}
	
#sidebar .searchform {
	padding: 0;
	}
	
#nav .searchform {
	float: right;
	padding: 0;
	}
	
.s {
	background: #F4F4F4 !important;
	color: #222222;
	font-family: Arial, Tahoma, Verdana;	
	font-size: 12px;
	margin: 0 5px 0 0;
	padding: 4px 0 4px 5px;
	border: solid #DDDDDD;
	}
	
#header .s, #nav .s, #sidebar .s {
	width: 215px;
	}
	
#sidebar-alt .s {
	width: 80px;
	}

.searchsubmit {
	background: #444444;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 2px 5px 2px 5px;
	 solid #444444;
	}

.searchsubmit:hover {
	background: #0267ae;
	 solid #0267ae;
	}
	
/***** eNews & Updates Widget ********************/

.enews {
	background: url(images/enews.png) no-repeat top left;
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#sidebar .enews p {
	margin: 0;
	padding: 0 0 0 40px;
	}

.enews #subscribe {
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
	
#sidebar .enews #subscribe {
	padding: 0;
	}
	
.enews #subbox {
	background: #F4F4F4 !important;
	width: 240px;
	color: #222222;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 4px 0 4px 5px;
	margin: 5px 8px 0 0;
	border: solid #DDDDDD;
	}
	
.enews #subbutton {
	background: #444444;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 2px 5px 2px 5px;
	 solid #444444;
	}
	
.enews #subbutton:hover {
	background: #0267ae;
	 solid #0267ae;
	}

/***** Latest Tweets Widget ********************/

.latest-tweets {
	background: url(images/twitter.png) top right no-repeat;
	margin: 10px 0 0 0;
	padding: 0;
	}

/***** Calendar ********************/

#wp-calendar {
	margin: 0;
	padding: 0;
	width: 100%;
	}

#wp-calendar caption {
	color: #505050;;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 2px 5px 0 0;
	text-align: right;
	}

#wp-calendar th {
	color: #505050;;
	}

#wp-calendar thead {
	margin: 10px 0 0 0;
	font-weight: bold;
	background: #F4F4F4 !important;
	color: #F4F4F4 !important;
	}

#wp-calendar td {
	background: #F4F4F4;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 2px;
	}

#wp-calendar tfoot td {
	background: none;
	margin: 0;
	padding: 0;
	}
	
/***** Contact Form ********************/
	
.gform_footer .button {
	background: #2C343F;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 1px 5px 1px 5px;
	 solid #2C343F;
	}
	
.gform_footer .button:hover {
	background: #0267ae;
	 solid #0267ae;
	}
	
.gform_footer input.button {
	color: #FFFFFF !important;
	}
	
.gform_wrapper .gform_footer {
	border: none!important;
	}

/***** Footer ********************/

#footer {
	width: 940px;
	height: 20px;
	color: #505050;;
	font-size: 11px;
	margin: 0 auto 0;
	padding: 10px 0 10px 0;
	text-transform: uppercase;
	border-top: 1px solid #DDDDDD;
	clear: both; 
	}

#footer .wrap {
	}
	
#footer a, #footer a:visited {
	color: #505050;;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #505050;;
	text-decoration: underline;
	}
	
#footer p {
	margin: 0;
	padding: 0;
	}

#footer .gototop {
	width: 200px;
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
	}
	
#footer .gototop a {
	margin: 0;
	padding: 0;
	}
	
#footer .creds {
	width: 720px;
	float: right;
	margin: 0;
	padding: 0 5px 0 0;
	text-align: right;
	}

/***** Comments ********************/

.comments {
	font-size: 12px;
	margin: 0;
	padding: 0;
	}
	
#respond {
	margin: 0 0 15px 0;
	padding: 0;
	}

#author, #email, #url {
	background: #F4F4F4 !important;
	width: 250px;
	color: #0267ae;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 5px 0 0;
	border: solid #DDDDDD;
	}
	
#comment {
	background: #F4F4F4 !important;
	width: 98%;
	height: 150px;
	color: #0267ae;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 0 5px 0;
	border: solid #DDDDDD;
	}
	
#submit {
	background: #2C343F;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 2px 5px 2px 5px;
	 solid #2C343F;
	}
	
#submit:hover {
	background: #0267ae;
	 solid #0267ae;
	}
	
.comment-list {
	margin: 0;
	padding: 0;
	}
	
.ping-list {
	margin: 0 0 40px 0;
	padding: 0;
	}
	
.comment-list ol, .ping-list ol {
	margin: 0;
	padding: 10px;
	}

.comment-list li, .ping-list li {
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 10px 5px 10px 10px;
	list-style: none;
	}
	
.comment-list li ul li { 
	margin-right: -6px;
	margin-left: 10px;
	}

.comment-list p, .ping-list p {
	font-weight: normal;
	text-transform: none;
	margin: 10px 5px 10px 0;
	padding: 0;
	}

.comment-list li .avatar { 
	background: #FFFFFF !important;
	float: right;
	border: solid #DDDDDD;
	margin: 0 5px 0 10px;
	padding: 4px;
	}

.comment-list cite, .comment-list cite a, .ping-list cite, .ping-list cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentmetadata {
	font-size: 11px;
	font-weight: normal;
	}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
.alt {
	margin: 0;
	padding: 10px;
	}
	
.children { 
	margin: 0;
	padding: 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
.reply a, .reply a:visited {
	background: #2C343F;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0;
	padding: 2px 5px 3px 5px;
	 solid #2C343F;
	}
	
.reply a:hover {
	background: #0267ae;
	text-decoration: none;
	 solid #0267ae;
	}

#comments .navigation {
	display: block;
	margin: 10px 0 0 0;
	}

.thread-alt, .thread-even {
	background: #F4F4F4;
	margin: 0;
	padding: 0;
	}

.depth-1, .even, .alt  {
	border: 1px solid #DDDDDD;
	margin: 0;
	padding: 0;
	}
	
#productbox {

	float:left;
	width:578px;
	height:90px;
	padding:15px;
	border: 1px solid #b2b2b2;
	margin:10px 0px 0px 0px;
	clear:both;
	}

#price {
	position:absolute;
	left:575px;
	width:50px;
	height:80px;
	text-align:right;
	padding-top:3%;
	}
	
.redprice {
	font:Arial, Helvetica, sans-serif;
	color:#CC0000;
	font-size:12px;
	font-weight:normal;
	}
	
#small {
	font-size:10px;
	font-weight:normal;
	}

img.float-left-listing {
	float:left;
	max-height:70px;
	margin: 0px 10px 5px 0px;
	}
	
img.float-left-desc {
	float:left;
	margin: 0px 10px 10px 0px;
	padding:16px;
	border:1px solid #ddd;
	
	}
	
img.bannerfoot {
	margin-bottom:20px;
	}
	
img.floatleft-side {
	float:left;
	margin: 0px 10px 10px 0px;
	border:1px solid #ddd;
	}
	
img.float-right-listing {
	float:right;
	margin: 0px 10px 5px 0px;
	}

.linespace {
line-height:150%;
font-size:9pt;
webkit-text-size-adjust:none ;
}

.linespace1 {
line-height:120%;
font-size:10pt;
webkit-text-size-adjust:none ;
}
	
#footer a {
	color:#333;
	}
	
#footer a:hover {
	color:#333;
	} 
	
#pad5 {
	padding-top:5px;
	}
	
  img.float-right {
	float:right;
	margin: 0px 0px 15px 15px;
	border:2px solid #ddd;
	padding:10px;
	}
	
img.float-left {
	float:left;
	margin: 0px 20px 5px 0px;
	}


	#products h2 {
	font-size:12px;
	font-weight:normal;
	}
	
#products h3 {
	font-size:12px;
	font-weight:normal;
	padding-bottom:0px;
	}
	
	#blurb h1 {
	font-size: 13pt;
	font-family: "Arial",Verdana;
	font-weight:normal;
	}
	
#h h1 {
	font-size: 13pt;
	font-family: "Arial",Verdana;
	font-weight:normal;
	margin:0px 0px 10px 15px;
	}
	
#blurb {
	padding:10px;
	text-align:justify;
	}
	

	
.button {
	left:30px;
	}
	
#border20 {
	margin-top:20px;
	padding-top:20px;
	}
	
img.sep {	
	border:none;
		}
	



	
.line {
	position:relative;
	width:610px;
	padding: 0px 0px 0px 12px;
		
	}
	
hr {
	border-bottom: 1px solid #DDDDDD; 
	border-top: none;
	border-left: none;
	border-right: none;
	margin: 0px 0px 10px 0px; 
	padding: 0px 0px 10px 0px; 
	clear: both;
	}

.voucherheader {
	font-size:10px;
	color:#356aa0;
	font-weight:bold;
		}
		
#side {
	background-image:url(http://www.usedmac.org.uk/images/top-tips.png);
	background-repeat:no-repeat;
	border:1px solid #ddd;
	margin-bottom:20px;
	padding: 40px 10px 10px 10px;
	}
	
#side h3 {
	padding: 5px 0px 20px 35px;
	margin:0px;
	font-size:12px;
	font-weight:bold;
	}
	
#side img {
	float:left;
	margin: 3px 10px 10px 0px;
	border:1px solid #ddd;
	}
	
.red {
	color:#CC0000;
	}
	
#catdesc {
	background-image:url(http://www.usedmac.org.uk/images/cat-head.png);
	background-repeat:no-repeat;
	border:3px solid #ddd;
	min-height:320px;
	margin-bottom:20px;
	margin-top:10px;
	padding: 7px 15px 10px 15px;
	}
	
#verdict {
	background:#eee;
	border:2px solid #ccc;
	padding:10px;
	min-height:100px;
	
}

#bestbuy {
	background:#2f5d96;
	float:right;
	border:2px solid #193559;
	padding:10px;
	min-height:20px;
	margin:10px 0px 10px 20px;
	color:white;
	width:200px;
}

#bestbuy h3 {
	font-family:"Arial";
	font-weight:normal;
	font-size:12pt;
	color:white;
	padding:0px;
}

#verdict h3 {
	font-family:"Arial";
	font-weight:bold;
	font-size:13pt;
	padding:0px;
	color:#333;
}

#guide {
	width:610px;
	height:140px;
	margin:10px 0px 10px 0px;


}

#guide img{
	border:0px;
	padding:0px;


}

#guide p {
	padding-bottom:2px;
}

#guide-button {

}






#productnav {
	width:938px;
	height:160px;
	
	margin:-11px 0px 0px 0px;
	padding:55px 0px 35px 0px;
	
	font-size:8pt;
	font-family:"Arial";
	background:url(/images/blue-bg.png);
	background-repeat:no-repeat;
}

.productnavbox {
	float:left;
	width:102px;
	height:70px;
	border:1px solid #fff;
	margin-right:0px;
	text-align:center;
	margin-bottom:25px;
	
}

.productnavbox img {
	margin-bottom:2px;
}

.productnavbox a, a:hover, a:visited {
	text-decoration:none;
	color:#404040;
	
	
}



.productnavbox:hover {
	border:1px solid #dedede;
	background:#fafafa;
	text-decoration:none;

}


.productnavbox1 {
	float:left;
	width:103px;
	height:70px;
	border:1px solid #fff;
	margin-right:0px;
	text-align:center;
}

.productnavbox1:hover {

	background:#eee;
	text-decoration:none;

}

.productnavbox2 {
	float:left;
	width:102px;
	height:55px;
	border:1px solid #fff;
	margin-right:0px;
	text-align:center;
	margin-bottom:25px;
	padding-top:15px;
	
}

#option1 {
	background:url(/images/1.png);
	height:34px;
	width:575px;
	line-height:34px;
	padding:0px 0px 0px 35px;
	margin:0px 0px 5px 0px;
}

#option2 {
	background:url(/images/2.png);
	height:34px;
	width:575px;
	line-height:34px;
	padding:0px 0px 0px 35px;
	margin:0px 0px 5px 0px;
}
#option3 {
	background:url(/images/3.png);
	height:34px;
	width:575px;
	line-height:34px;
	padding:0px 0px 0px 35px;
	margin:0px 0px 5px 0px;
}

#head1 {
	height:10px;
	padding:10px 0px -10px 0px;
	background:url(/images/head1.png);
	background-repeat:repeat-x;
	margin:0px 0px 0px 0px;

}

#head1 h1 {
	margin:0px;
	padding:5px 0px 5px 10px;
	font-size:10pt;
	font-family:Arial;
	font-weight:normal;
	color:#404040;
}

#share {
	text-align:right;
	width:370px;
	padding:0px 0px 9px 260px;
	background:url(/images/share.png);
	margin-top:-9px;
	margin-bottom:15px;
	border-bottom:1px solid #ddd;
}

#sidebar a:visited {
	color: #0267ae;
}



.pricetable {
	width:600px;
	line-height:100%;
	}
	
.pricetablelogo {
	text-align:center;
	float:left;
	width:120px;
	height:40px;
	border-bottom: 1px solid #eee;
	padding:3px 0px 15px 0px;
	font-size:10px;
	color:#999999;
	margin-left:5px;
	}
	
.pricetableprice {
	text-align:center;
	float:left;
	width:120px;
	height:16px;
	border-bottom: 1px solid #eee;
	padding:17px 0px 25px 0px;

	}
	
.pricetabledelivery {
	text-align:center;
	float:left;
	width:120px;
	height:16px;
	border-bottom: 1px solid #eee;
	padding:17px 0px 25px 0px;
	}
	
.pricetabletotal {
	text-align:center;
	float:left;
	width:120px;
	height:16px;
	font-weight:bold;
	border-bottom: 1px solid #eee;
	padding:17px 0px 25px 0px;
	}
	
.pricetablebutton {
	text-align:center;
	float:left;
	width:120px;
	height:25px;
	border-bottom: 1px solid #eee;
	padding:13px 0px 20px 0px;
	}
.grey {
	border: 1px solid #ddd;
	}	
	
	
.pricetablelogo1 {
	color:#333;
	background: #eee;
	text-align:center;
	float:left;
	width:120px;
	height:10px;
	border-bottom: 1px solid #ddd;
	padding:10px 0px 10px 0px;
	font-size:10px;
	margin: 0px 0px 10px 5px;
	}
	
.pricetableprice1 {
	color:#333;
	background: #eee;
	text-align:center;
	float:left;
	width:120px;
	height:10px;
	border-bottom: 1px solid #ddd;
	padding:10px 0px 10px 0px;
	font-size:10px;
	margin: 0px 0px 10px 0px;
	}
	
.pricetabledelivery1 {
	color:#333;
	background: #eee;
	text-align:center;
	float:left;
	width:120px;
	height:10px;
	border-bottom: 1px solid #ddd;
	padding:10px 0px 10px 0px;
	font-size:10px;
	margin: 0px 0px 10px 0px;
	}
	
.pricetabletotal1 {
	color:#333;
	background: #eee;
	text-align:center;
	float:left;
	width:120px;
	height:10px;
	border-bottom: 1px solid #ddd;
	padding:10px 0px 10px 0px;
	font-size:10px;
	margin: 0px 0px 10px 0px;
	}
	
.pricetablebutton1 {
	color:#333;
	background: #eee;
	text-align:center;
	float:left;
	width:120px;
	height:10px;
	border-bottom: 1px solid #ddd;
	padding:10px 0px 10px 0px;
	font-size:10px;
	margin: 0px 0px 10px 0px;
	}
	
#prices {
  	margin: 15px 0px 15px -5px;
	padding:0px 0px 15px 0px;
	line-height:100%;
	height:auto;

}

.vouchers
{
	line-height:150%;
	padding: 3px 30px 0px 20px;
	font-size:9px;
	text-align:right;
	}
	
.line {
	width:610px;
	padding: 0px 0px 0px 12px;
		
	}

#specs {
	margin:10px 0px 10px 10px;
}
