html,body{
	margin:0px;
	padding:0px;
	background:#ccc;
	color:#fff;
	font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size: 13px;
	width: 100%;
}

ul, li, p, img, div {
	margin: 0;
	padding:0;
}

#body {
	width: 100%;
	text-align: center;
}

#container {
	width: 960px;
	text-align: left;
	margin:0 auto;
	position: relative;
	/*border: 1px solid #b2b2b2;*/
	padding-left: 12px;
	padding-right: 12px;
	background: #fff;
}

#top {
	height: 89px;
}

#top .logo{
	float: left;
	margin-top: 10px;
}

.logo img {
	border: 0px;
}

#topmenu {
	float: right;
	display:none;
	width: 286;
}

#topmenu img {
	cursor: pointer;
	vertical-align:middle;
}

#topmenu, #topmenu a{
	color: #6F6F6F;
	font-size: 8pt;
	text-decoration: none;
}

#menu {
	width: 100%;
	height: 39px;
}

#menu li {
	list-style-type: none;
	float: left;
}

#menu a {
	color: transparent;
}

#menu .events {
	height: 42px;
	width: 126px;
	background: transparent url(/images/buttons/events.png) no-repeat;
}

#menu .events:hover {
	background: transparent url(/images/buttons/events_hover.png) no-repeat;
}

#menu .events.selected {
	background: transparent url(/images/buttons/events_hover.png) no-repeat !important;
}

#menu .training {
	height: 42px;
	width: 120px;
	background: transparent url(/images/buttons/training.png) no-repeat;
}

#menu .training:hover {
	background: transparent url(/images/buttons/training_hover.png) no-repeat;
}

.training.selected {
	background: transparent url(/images/buttons/training_hover.png) no-repeat !important;
}

#menu .store {
	height: 42px;
	width: 118px;
	background: transparent url(/images/buttons/store.png) no-repeat;
}

#menu .store:hover {
	background: transparent url(/images/buttons/store_hover.png) no-repeat;
}

.store.selected {
	background: transparent url(/images/buttons/store_hover.png) no-repeat !important;
}

.selectedStoreTopMenu{
	background: transparent url(/images/buttons/store_hover.png) no-repeat !important;
}

.selectedBlogTopMenu{
	background: transparent url(/images/buttons/blog_hover.png) no-repeat !important;
}



#menu .mentoring {
	height: 42px;
	width: 118px;
	background: transparent url(/images/buttons/mentoring.png) no-repeat;
}

#menu .mentoring:hover {
	background: transparent url(/images/buttons/mentoring_hover.png) no-repeat;
}

.mentoring.selected{
	background: transparent url(/images/buttons/mentoring_hover.png) no-repeat !important;
}

#menu .consulting {
	height: 42px;
	width: 120px;
	background: transparent url(/images/buttons/consulting.png) no-repeat;
}

#menu .consulting:hover {
	background: transparent url(/images/buttons/consulting_hover.png) no-repeat;
}

.consulting.selected {
	background: transparent url(/images/buttons/consulting_hover.png) no-repeat !important;
}


#menu .blog {
	height: 42px;
	width: 120px;
	background: transparent url(/images/buttons/blog.png) no-repeat;
}

#menu .blog:hover {
	background: transparent url(/images/buttons/blog_hover.png) no-repeat;
}

.blog.selected{
	background: transparent url(/images/buttons/blog_hover.png) no-repeat !important;
}


#menu .members {
	height: 42px;
	width: 119px;
	background: transparent url(/images/buttons/members.png) no-repeat;
}

#menu .members:hover {
	background: transparent url(/images/buttons/members_hover.png) no-repeat;
}

.members.selected {
	background: transparent url(/images/buttons/members_hover.png) no-repeat !important;
}

#menu .aboutus {
	height: 42px;
	width: 119px;
	background: transparent url(/images/buttons/aboutus.png) no-repeat;
}

#menu .aboutus:hover {
	background: transparent url(/images/buttons/aboutus_hover.png) no-repeat;
}

.aboutus.selected{
	background: transparent url(/images/buttons/aboutus_hover.png) no-repeat !important;
}
#submenu {
	width: 960px;
	height: 21px;
	background: transparent url(/images/submenubg.png) repeat-x;
	font-family: Helvetica, Arial, Verdana, Sans-serif;
	font-size: 13px;
	display: block;
	overflow: hidden;
	position: absolute;
	left:0px;
	top: 128px;
}

.submenu {
	width: 960px;
	height: 21px;
	background: transparent url(/images/submenubg.png) repeat-x;
	font-family: Helvetica, Arial, Verdana, Sans-serif;
	font-size: 13px;
	display: none;
	overflow: hidden;
	color:#FFFFFF;
	position: absolute;
}

.submenu a {
	margin-top: 3px;
	/**margin-left: 15px;**/
	float: left;
	color: #fff;
	text-decoration: none;
}

.submenu a:hover {
	text-decoration: underline;
}

#content {
	margin-top: 8px;
}

#slideshow {
	position: relative;
}

#intcontent {
	border: 1px solid #e5e5e5;
	margin-top: 8px;
	background: #fff;
	float: left;
	padding-top:20px;
}

#mainslide {
	float:left;
	width: 660px;
	height: 350px;
	
}

#mainslideimg {
	position:absolute;
	z-index:3;
	border: 0px;
	display:none;
}

#secondslideimg {
	position:absolute;
	z-index:2;
	opacity: 0;
	border: 0px;
}

#thumbs {
	float:left;
	width: 300px;
	height: 350px;
	overflow: hidden !important;
	display: none;
	position: relative;
}

#arrowdown {
	display: none;
	margin-left:150px;
	margin-top:-150px;
	position:absolute;
	cursor: pointer;
}

#arrowup {
	display: none;
	margin-left:270px;
	margin-top:10px;
	position:absolute;
	cursor: pointer;
	z-index:3;
	
}

#canvas {
	position: relative;
	top: 0px;
}

#thumbs .thumb {
	border-bottom: 1px solid #cecece;
	height:116px;
	width:300px;
}

#thumbs .last{
	border-bottom: 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}

#ads {
	float: left;
	height: 252px;
	width: 320px;
	background: #fff;
	margin-top: 15px;
}

.ad {
	height: 123px;
	width: 157px;
	float: left;
}

.ad img {
	border: 0px;
}

.ad img {
	color: transparent;
}

#ads .top {
	margin-bottom:  6px;
}

#ads .left {
	margin-right: 6px;
}

#recent {
	float: left;
	background: #999999;
	width: 640px;
	height: 252px;
	margin-top: 15px;
	position: relative;
}

#recent .top {
	color: #fff;
	width: 320px;
	background: transparent url(/images/h3bg.png) repeat-x;
	height: 30px;
	position:relative;
	z-index: 2;
}

.top a {
	color: #fff;
	text-decoration: none;
}

.top a:hover{
	text-decoration: underline;
}

.top img {
	border: 0px;
}

#recent .column {
	float: left;
	color: #fff;
	width: 320px;
	height: 252px;
	border-right: 1px solid #666;
	overflow: hidden;
	position: relative;
}

.column .arrows {
	position:absolute;
	margin-top: -35px;
	width: 12px;
	margin-left: 300px;
	display: none;
}

.column .arrows img {
	clear:both;
	cursor: pointer;
}

#recent .sec{
	width: 319px;
	border-right: 0px;
}

#recent .left {
	float: left;
	margin-left: 7px;
}

#recent .right {
	float:right;
	margin-right: 7px;
}

#recent .tweetrecord {
	border-top: 1px solid #666;
	padding: 8px;
	padding-bottom: 3px;
	font-family: Arial;
}

.tweetrecord a.twitter-hashtag {
	color:#D21242;
	font-size:8pt;
	text-decoration:none;
}

#recent .blogrecord {
	border-top: 1px solid #666;
	padding: 8px;
	padding-bottom: 3px;
	height: 132px;
	font-family: Arial;
}

.tweetrecord .title,.blogrecord .title{
font-family:Helvetica Neue, Helvetica, Arial, San-Serif;
	font-size: 9pt;
	font-weight: bold;
}

.tweetrecord .body, .blogrecord .body {
	font-size: 9pt;
	margin-top: 7px;
	padding-bottom: 5px;
}

.tweetrecord .readmore, .blogrecord .readmore {
	color: #d21242;
	padding-right: 15px;
	background: none;
	text-decoration: none;
	clear: both;
	font-size: 8pt;
}

.tweetrecord .author,.blogrecord .author {
	margin-top: 15px;
	font-size: 8pt;
	color: #cccccc;
}

.tweetrecord .author {
	margin-top: 10px;
}

#footer {
	width: 960px;
	/*border: 1px dotted #555;*/
	border-left:0;
	border-right:0;
	padding:6px 0 0; 
	color: #999;
	font-family: Arial, Sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-top: 16px;
	/*margin-bottom: 25px;*/
	/*height:15px;*/
}

#footer .firstdiv {
	margin-left: 6px;
}

#footer a, #footer span{ 
	margin-left: 5px;
	padding-left: 0px;
	color: #999999;
	font-weight:normal;
	font-size: 11px;
	font-family:Arial;
	text-decoration: none;
}
#footer span{ 
	margin-left: 0px !important;
}

#footer a:hover
{
	text-decoration: underline;
}
#footer img{ 
	border: 0px;
}

#toprollover {
	position: absolute;
	width: 100%;
	background: transparent url(/images/black.png) repeat;
	height: 220px;
	*height: 250px;
	border-bottom: 0px solid #8c8c8c;
	color: #cccccc;
	text-align: left;
	padding-top: 15px;
	z-index:101;
	display: none;
	font-family: Arial,Sans-Serif;
	left: 0px;
}

#toprollover a{
	color: #cccccc;
	text-decoration: none;
}

#firstcolumn {
	float: left;
	width: 49%;
}

#secondcolumn {
	float: left;
	width: 49%;
}

#toprollover #separator {
	width:2%;
	text-align: center;
	float: left;
}

#loginform {
	float: right;
	width: 265px;
	margin-right:50px;
}

#logintext {
	margin-left: 50px;
	float: left;
	width: 415px;
}

#loginclose {
	margin-top: -2px;
}

#logintext img{
	cursor: pointer;
}

.underline {
	text-decoration: underline !important;
}

#loginform p {
	text-transform: uppercase;
	padding-left: 3px;
}

#loginform input {
	height: 25px;
	width: 200px;
	margin-bottom: 10px;
	font-size:18px;
}

#loginform .forgot {
	margin-top: -10px;
	clear:both;
	margin-left: 57px;
}

#loginform .forgot a{
	color: #cccccc;
}

.submitbuttons {
	margin-top: 15px;
}

.submitbuttons img {
	margin-right: 6px;
	cursor:pointer;
}

.red{
	color: #ff0000 !important;
}

#contact {
	position: absolute;
	width:320px;
	height: 190px;
	color: #cccccc;
	font-weight: bold;
	z-index:5;
	display: none;
	font-family: Arial;
	font-size: 11pt;
	top: 25px;
	margin-left: -35px;
	margin-left /*\**/: -195px;
	*margin-left: -315px;
}

#contact .close {
	margin-right: 24px;
	margin-top: -10px;
}

#contact .top {
	float:right;
	background: transparent url(/images/top_contact.png) no-repeat scroll 278px 0px;
}

#contact .container {
	background: transparent url(/images/black.png) repeat scroll;
	width: 320px;
	height: 190px;
	margin-top:18px;
}

#contact .body {
	width: 300px;
	height: 160px;
	margin-top: 10px;
	/*padding-left: 24px;*/
	padding-top: 5px;
	text-align: left;
	float: left;
}

#contact .small {
	font-size: 13px;
	font-weight: normal;
}

.col1 {
	padding-right: 10px;
}

.col2 {
	padding-left: 10px;
	line-height: 1.5;
}

.viewmore {
	clear: both;
	float: right;
	margin-top: 10px;
	margin-right: 30px;
}

.viewmore img {
	border:0px;
}

.viewmore a {
	font-weight: normal;
	font-size: 10pt;
}

#container .sep {
	float: left; 
	width: 20px;
}

#blogs {
	height:223px;
	position: relative;
	top: 0px;
}

#tweets {
	height:223px;
	position: relative;
	top: 0px;
}

#blogtoparrow {
	visibility: hidden;
}

#blogbottomarrow {
	visibility: hidden;
}

#leftmenu {
	float: left;
	width: 200px;
	height: 100%;
	padding-top:10px;
	margin-right: 15px;
}

#intcontainer {
	float: left;
	width: 722px;
	background: #fff;
	padding: 10px;
	padding-left: 10px;
	padding-right: 10px;	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
	border-left: 1px dotted #d4d4d4;
}

#intcontainer a {
	color: #F23D2F;
	text-decoration: none;
}

#intcontainer a:hover {
	color: #F23D2F;
	text-decoration: underline;
}

#leftmenu .search {
	margin-top: 20px;
	text-align: center;
	margin-left: 8px;
}

#leftmenu .search img {
	float: left;
	cursor: pointer;
}

#leftmenu .search input {
	background: #c9c9c9;
	border: 1px solid #909090;
	border-right: 0px;
	width: 154px;
	height: 22px;
	font-size: 15px;
	float:left;
}

#leftmenu .newsletter img {
	cursor: pointer;
}

.newsletter {
	margin-top: 20px;
	width: 222px;
	height: 240px;
	font-family: Arial,Sans-Serif;
	position:absolute;
	top:360px;
	left:-202px;
	z-index: 106;
}

#newsletter {
	background-color: #cccccc;
	border: 1px solid #a7a7a7;
	height: 230px;
	width: 200px;
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
	
}

#newsletterform {
	padding: 12px;
	color: #666666;
	font-size: 11px;
	padding-left: 28px;
}

#newsletterform a{
	color: #666666;
}

#newsletterform .row{
	overflow:hidden;
	width:160px;
}

#newsletterform input {
	width: 130px;
	height: 18px;
	border: 1px solid #a6a6a6;
	background: #E3E3E3;
	color: #666666;
	padding-top: 2px;
	padding-left: 5px;
	float: left;
}

#newsletterform select {
	width: 137px;
	height: 25px;
	border: 1px solid #a6a6a6;
	background: #E3E3E3;
	color: #666666;
	padding-left: 5px;
	float: left;
}

#newsletterform .row img {
	float: left;
	margin-left: 5px;
	vertical-align: middle;
	margin-top: 5px;
}

#newsletterform .row.submit {
	text-align: center;
}

#newsletterform .row.submit img{
	margin: 0px; 
}

#newsletterform .row.submit img.submit{
	margin-right: 5px; 
}

#newslettertrigger {
	border: 1px solid #a7a7a7;
	border-left: 0px;
	float: left;
}

#leftmenu .ads {
	margin-top: 20px;
	text-align: center;
	position: relative;
}

#leftmenu .ads img {
	border: 1px solid #A9A9A9;
	position: absolute;
	left: 9px;
}

#mainad {
	z-index: 5;
}

#secondad {
	z-index: 4;
}

.clear {
	clear: both;
}

#loggedin {
	padding-top: 6px;
}

.h5 {
	height: 5px;
	clear: both;
}

.article_top {
	text-align: right;
}

.article_top img {
	margin-left: 5px;
}

#cover {
	display: block;
	width: 960px;
	height: 365px;
	*height: 390px;
	text-align: center;
	position:absolute;
	z-index: 100;
	background: #fff;
	left: 0px;
}

#progress-bar {
	width: 220px;
	margin:0 auto;
	margin-top: 165px;
}

#register {
	padding-top:20px;
	color: #333;
	background: #F5F5F5;
	/*border: 1px solid #cbcbcb;*/
	width: 440px;
}

#register h3 {
	margin:0 auto;
	padding:0px;
	font-family: Arial;
	font-size: 12px;
	width: 96%;
	border-bottom: 1px solid #cbcbcb;
	color: #666;
}

#register table td {
	color: #666;
	font-size: 11px;
	font-family: Arial;
}

#register table td input {
	height: 25px;
	border: 1px solid #d3d3d3;
	width: 250px;
}

.h15 {
	height: 15px;
	clear: both
}

.dotted {
	border-bottom: 1px dotted #b9b9b9;
	width: 100%;
}

#register table td input.checkbox {
	height: auto;
	width: auto;
}

#register span.newsl {
	font-family: Arial;
	font-size: 11px;
	color: #636363;
}

.required {
	color: #ff1d25 !important;
}

#success h3 {
	border-bottom:1px solid #CBCBCB;
	color:#666666;
	font-family:Arial;
	font-size:12px;
	margin:0 auto;
	padding:0;
	width:96%;
}

#success p {
	/*color:#666666;*/
	font-family: Arial;
	color: #666666;
	line-height: 2.3;
	margin-left: 2%;
}

#success p a {
	color: #666666;
}

.error {
	color: #434343;
	height: 25px;
	background: #FFE7E7 url(/images/att.png) no-repeat 10px 10px;
	padding-left: 25px;
	padding-top: 7px;
}

.bold {
	font-weight: bold !important;
}

#search .title {
	font-family: Arial; font-size: 20px; color: #666;font-weight: bold;
}

#search {

}

#search .sep {
	height: 1px;
	font-size: 1px;
	border-top: 1px dotted #d8d8d8;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

#search .sep2 {
	height: 1px;
	font-size: 1px;
	border:0px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

#search a {
	font-family: Arial;
	font-size: 16px;
	color: #666;font-weight: bold;
}

#search a:hover {
	font-family: Arial;
	font-size: 16px;
	color: #666;font-weight: bold;
}

#search .desc {
	margin-top: 15px;
}

#search .hl {
	background-color: #ED4436;
	color: #fff;
}


span.page{
	font-size: 11px !important;
	font-family:Arial !important;
	font-weight:bold;
	text-decoration:underline;
}

a.page{
	font-size: 11px !important;
	font-family:Arial !important;
}

a.page:hover {
	font-size: 11px !important;
	font-family:Arial !important;
	color: #ed4436 !important;
	text-decoration: none !important;
}

#banda {
	width: 940px;
	border: 1px dotted #B2B2B2;
	border-left:0;
	border-right:0;
	padding:5px; 
	color: #555;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	margin-top: 15px;
	height:15px;
}

#aboutusfront {
	padding:10px;
	background: #f4f4f4;
	border: 1px solid #e9e9e9;
	color: #666;
	height: 250px;
	float: left;
	width: 298px;
	line-height: 18px;
	font-family: Helvetica Neue, Helvetica, Arial, Sans-Serif;
}

#aboutusitalic {
	padding:10px;
	background: #f4f4f4;
	border: 1px solid #e9e9e9;
	color: #666;
	height: 250px;
	float: left;
	width: 298px;
	line-height: 18px;
	font-family: Helvetica Neue;
	font-style:italic;
}


#hitsfromthebong {
	padding:10px;
	border: 1px solid #e9e9e9;
	border-left:0;
	color: #666;
	height: 250px;
	float: left;
	width: 618px;
}

.blogentry {
	width: 175px;
	float: left;
}

.blogentry a img{
filter: alpha(opacity=60);
opacity: 0.6;
}

.blogentry:hover a img{
filter: alpha(opacity = 100);
opacity: 1;
}

#leftmenu .new_newsletter{
	padding-left:15px !important;
}
	
.blogentry div.content {
	padding: 10px;
	padding-left: 3px;
	padding-right: 3px;
	
}

.blogentry p.title {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	padding-bottom: 10px;
	height: 25px;
    overflow: hidden;
}

.blogentry p.entry {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
    line-height: 13.5px;
	color: #666;
	padding-bottom: 10px;
	
	height: 75px;
    overflow: hidden;
}

.blogentry .info div.date {
	color: #999;
    font-family: Arial, san-serif;
	font-size: 11px;
	font-weight: normal;
	float: left;
}

.blogentry .info div.likes {
	color: #989898;
    font-family: Helvetica, Arial, san-serif;
	font-weight: normal;
	font-size: 10px;
	background: url('/images/new/heart.png') no-repeat;
	padding-left: 18px;
	float: right;
}

.blogentry .info {
	background: url('/images/new/blog_entry.png') center bottom no-repeat;
	height: 22px;
}

.blogentry:hover .info {
	background: url('/images/new/blog_entry_hover.png') center bottom no-repeat;
	height: 22px;
}

#twitter {
	width: 940px;
	/*background: url('/images/new/twitter.png') repeat-y;*/
	height: 20px;
	padding: 10px;
	margin-top: 14px;
	float: left;
}

#twitter div {
	float: left;
	padding-top: 3px;
	padding-bottom: 15px;
}

#twitter div.title {
	font-size: 12px;
	color: #999;
	font-family: HelveticaNeueR;
}

#twitter div.title a{
	font-size: 12px;
	color: #999;
	font-style: normal;
	font-family: HelveticaNeueR;
}

#twitter div.sep {
	width:20px;
	background: url('/images/new/sep.png') center center no-repeat;
	height: 20px;
	padding-bottom: 0px;
}

#twitter div.text {
	color: #666;
	font-family: Georgia;
	font-size: 13px;
	font-style: italic;
	margin-right: 7px;
	width: 710px;
	height: 1px;
	overflow: hidden;
}

#twitter a {
	text-decoration: none;
	color: #fd3131;
	font-family: Georgia;
	font-size: 13px;
	font-style: italic;
	margin-right: 7px;
}

#twitter div.date {
	font-size: 11px;
	color: #999;
}

div.viewall {
	width: 940px;
	padding: 10px;
	margin-bottom: 14px;
	text-align: right;
}
a.viewall {
	color: #999999;
	font-size: 10px;
	text-decoration: none;
}
.left_header {
	background: #ededed;
	color: #696969;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 15px;
	font-family: HelveticaNeueR;
}
.new_newsletter {
	padding-left: 15px;
}
.new_newsletter input, select{
	font-family:Helvetica Neue, Helvetica, Arial, San-Serif;
	font-size:10.5px;
	padding-left:24px;
	vertical-align:middle;
	width:146px;
	border: 1px solid #d4d4d4;
	color: #989898;
	background: #fff;	
	height: 20px;
	margin-bottom: 2px;/**/
}

.new_newsletter select {
	width: 172px;
}

.new_newsletter input.submit{
	border: 1px solid #d4d4d4;
	color: #ffffff;
	width: 172px;
	height: 23px;
	padding-left: 24px;
	padding-right: 10px;
	font-weight: normal;
	background: #666666 url('/images/new/newsletter-submit_icon.jpg') no-repeat 150px center ;
	margin-bottom: 10px;
	cursor:pointer;
	text-align: left;
}

.new_newsletter input.ajax{
	background: #666666 url('/images/new/newsletter-ajax.gif') no-repeat 150px center !important;
}

.new_newsletter input.success{
	background: #666666 url('/images/new/newsletter-correct.png') no-repeat 150px center !important;
}

.new_newsletter input.failed{
	background: #666666 url('/images/new/newsletter-error.png') no-repeat 150px center !important;
}

@font-face {
 font-family: HelveticaNeueR; 
 src: url('http://www.createone.com/fonts/helveticaneueltstd-roman-webfont.eot');
 src: local('?'), url('http://www.createone.com/fonts/helveticaneueltstd-roman-webfont.woff') format('woff'), url('http://www.createone.com/fonts/helveticaneueltstd-roman-webfont.ttf') format('truetype'), url('http://www.createone.com/fonts/helveticaneueltstd-roman-webfont.svg#webfontGrwUGCvH') format('svg');
 /**/
}

#sidebarproducts {

}

.sidebarproductitem {
	text-align: center;
}

.sidebarproductitem a img {
	border: 0px;
}

.sidebarproductitem a {
    color: #666666;
    font-family: HelveticaNeueR;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

.share_this_tweet{
	color:#666666;
	text-decoration:none;
	text-align:left;
	padding:0px !important;
	margin:0px !important;
	cursor:pointer;
}

.share_this_tweet:hover{
	color:#666666;
	text-decoration:none !important;
	text-align:left;
}


.share_this_facebook{
	color:#666666;
	text-decoration:none;
	text-align:left;
	padding:0px !important;
	margin:0px !important;
	cursor:pointer;
}

.share_this_facebook:hover{
	color:#666666;
	text-decoration:none !important;
	text-align:left;
}


.share_this_linkedin{
	color:#666666;
	text-decoration:none;
	text-align:left;
	padding:0px !important;
	margin:0px !important;
	cursor:pointer;
}

.share_this_linkedin:hover{
	color:#666666;
	text-decoration:none !important;
	text-align:left;
	/*background:url('/images/linkedin_roll.png') center left no-repeat;/**/
}


.view_all {
	font-family: HelveticaNeueR !important;
	font-size: 11px !important;
	color: rgb(153,153,153) !important;
	float: right;
	background: url(/images/new/view_arrow.png) no-repeat center right !important;
	padding-right: 40px;
	font-weight: normal !important;
}

.read_more {
	margin-top: 20px;
	font-family: HelveticaNeueR !important;
	font-size: 11px !important;
	color: rgb(153,153,153) !important;
	font-weight: normal !important;
	clear: both;
}

#search .product {
	width: 100%;
	height: 105px;
}

#search .product .image{
	width: 120px;
	height: 120px;
	float: left;
	margin-right: 10px;
}

#search .product .info {
	float: left;
	width: 575px;
}
#search .product .title a{
	color: #666666;
	font-size: 13px;
	font-weight: bold;
}

#search .product .desc{
	float: left;
	color: #666666;
	font-size: 13px;
}

#search .product .view {
	position: absolute;
	margin-top: 70px;
}

#search .product .view a{
	font-size: 11px;
	color: #999999;
	font-family: HelveticaNeueR;
	font-weight: normal;
}


#search .blog {
	width: 100%;
	height: 105px;
}

#search .blog .image{
	width: 175px;
	height: 105px;
	float: left;
	margin-right: 10px;
}

#search .blog .info {
	float: left;
	width: 485px;
}
#search .blog .title a{
	color: #666666;
	font-size: 13px;
	font-weight: bold;
}

#search .blog .desc{
	float: left;
	color: #666666;
	font-size: 13px;
}

#search .sep {
	float:none !important;
}

#search .blog .view {
	position: absolute;
	margin-top: 70px;
	float:left;
}

#search .blog .view a{
	font-size: 11px;
	color: #999999;
	font-family: HelveticaNeueR;
	font-weight: normal;
}





