/*
	DrivingSales Stylesheet
	Created: 9/01/2009
	Updated: 8/02/2010
*/

* { padding: 0px; margin: 0px; }

body {
	background: #FFF;
	width: 1000px;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}

img { border: 0px; }

br.clear { clear: both; }

h2 { font-size: 24px; }

textarea {
	padding: 4px;
}
select {
	margin-bottom: 4px;
}

p {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
}


	
/*
	Fonts
*/

.big {
	font-size: 1.2em;
	}

	
/*
	Wrappers
*/

#outerwrap, #outerwrap-head { width: 1000px; margin: 0px; margin-left: auto; margin-right: auto; }
#outerwrap { }
#wrap, #wrap-head {}


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

a, a:visited {
	color: #2d5c93;
	text-decoration: none;
	}
	
a:hover {
	color: #2d5c93;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}
	
/*
	Tips
*/

.tut-link { cursor: hand; }
	
/************************************************
*	Header  									*
************************************************/

#header {
	margin-top: 10px;
	height: 50px;
	padding-bottom: 2px;
	}
	
#logo { width: 268px; float: left; }

#greeting {
	width: 260px; float: right; text-align: right; font-size: 9pt; font-weight: bold; line-height: 25px;
	}

#greeting #icons {
	padding-top: 6px;
	height: 24px;
	line-height: 24px;
	}
	
#greeting #icons img {
	padding: 1px;
	border: solid #f0f0f0 1px;
	}
	
/************************************************
*	Menu        								*
************************************************/

#menu { width: 470px; font-size: 18px; float: left; }

#menu .item {
	float: left;
	height: 34px;
	margin-top: 23px;
	margin-right: 6px;
	}
	
#menu .item .inner {
	height: 32px;
	font-size: 12pt;
	font-weight: normal;
	text-align: center;
	line-height: 24px;
	padding-top: 8px;
	margin-left: 7px;
	margin-right: 7px;
	padding-left: 2px;
	padding-right: 15px;
	background: url('../images/drop_arrow.png') center right no-repeat;
	}
	
#menu .item .inner a {
	text-decoration: none;
	color: #000;
	}

#menu .item.current .inner { background: url('../images/drop_arrow_active.png') center right no-repeat; }

#menu .item.active { height: 34px; top: 2px; }
#menu .item.active .inner { height: 30px; padding-top: 6px; background: url('../images/menu_tab_bg.png') top left repeat-x; }
#menu .item.active .inner a { color: #fff; }
#menu .item.active .l { height: 36px; background: url('../images/menu_tab_bg_l.png') top left no-repeat; }
#menu .item.active .r { height: 36px; background: url('../images/menu_tab_bg_r.png') top right no-repeat; }

#menu .dropdown {
	display: none;
	z-index: 1000;
	width: 310px;
	}

#menu .dropdown .shadow-r {
	background: url('../images/menu_dropdown_shadow_r.png') top right repeat-y;
	}
	
#menu .dropdown .shadow-b {
	background: url('../images/menu_dropdown_shadow_b.png') top left no-repeat;
	width: 310px;
	height: 7px;
	}
	
#menu .dropdown .content {
	border: solid 1px #fff;
	border-top: 0px;
	background-color: #2d5c93;
	background: url('../images/menu_dropdown_bg.png') top left repeat-x;
	color: #fff;
	width: 300px;
	margin-right: 8px;
	padding: 0px;
	margin-top: 7px;
	}
	
#menu .dropdown a { color: #fff; }
	
#menu .dropdown h2 {
	color: #fff;
	background-color: #376295;
	padding: 4px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10pt;
	text-align: center;
	}
	
#menu .dropdown .inner {
	padding: 10px;
	padding-bottom: 10px;
	}
	
#menu .dropdown .inner .description {
	display: block;
	float: right;
	width: 130px;
	padding-left: 10px;
	border-left: solid 2px #fff;
	font-size: 10pt;
	}
	
#menu .dropdown .inner .description img.icon {
	padding-right: 5px;
	padding-bottom: 0px;
	float: left;
	}
	
#menu .dropdown .inner ul {
	width: 130px;
	padding-left: 0px;
	list-style-type: none;
	line-height: 1.25em;
	}
	
#menu .dropdown .inner ul li {
	font-weight: bold;
	font-size: 10pt;
	}
	
#menu .dropdown .inner ul li a {
	display: block;
	width: 130px;
	}
	
#menu .dropdown .inner ul li:hover {
	}
	
#menu .dropdown .inner ul li:hover a {
	text-decoration: underline;
	}
	
#submenu {
	height: 30px;
	line-height: 30px;
	clear: both;
	background-color: #376295;
	overflow: hidden;
	padding: 5px;
	}
	
#submenu .search {
	float: right;
	height: 26px;
	padding: 0px 10px 0px 0px;
	}
	
#submenu input {
	height: 20px;

	line-height: 24px;
	width: 200px;
	padding: 2px 4px;
	margin: 2px 4px 0 0;
	}
	
#submenu .search .save {
	height: 24px;
	padding: 2px;
	line-height: 20px;
	}

#submenu .search .top_button {
	background: #fff;
	color: #0000CC;
	display: inline;
	border: none;
	}

#submenu .right {
	float: right;
	margin-right: 30px;
	}
	
#submenu a {
	color: #fff;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 13px;
	}

/************************************************
*	Homepage 		    	                    * 
************************************************/

.browser-upgrade {
	border: solid #eaeaea 2px;
	padding: 10px;
	background-color: #eaeffd;
	}
	
.browser-upgrade h2 {
	padding: 0px;
	margin: 0px;
	color: #2550a0 !important;
	}
	
.browser-upgrade p {
	font-weight: bold;
	padding: 0px !important;
	margin-bottom: 2px !important;
	}
	
.browser-upgrade em,.browser-upgrade a {
	color: #2550a0;
	font-weight: bold;
	}

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

#content {
	margin-top: 10px;
	}
	
.content {
	width: 940px;
	margin: 0px auto 0px;
	padding: 20px 0px 0px 0px;
	line-height: 18px;
	}
	
.content h1 {
	color: #444444;
	font-size: 22px;
	font-family: Georgia, Times New Roman;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 0px 0px;
	}
	
.content h1 a, .content h1 a:visited  {
	color: #444444;
	font-size: 22px;
	font-family: Georgia, Times New Roman;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 0px 0px;
	}

.content h1 a:hover {
	color: #A91B33;
	text-decoration: none;
	}
	
.content h2 {
	/*background: #2d5c93;*/
	color: #000000;
	font-size: 24px;
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	}

.content h3 {
	background-color: #2d5c93;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 3px 7px;
	}
	
.content h4 {
	color: #2d5c93;
	font-size: 22px;
	font-family: Georgia, Times New Roman;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 0px 0px;
	}

.postarea {
	background-color: #FFFFFF;
	float: left;
	width: 628px;
	margin: 0px 0px 20px 0px;
	padding: 15px;
	border: 1px solid #DDDDDD;
	}
.postarea h2 {
	margin: 0;
}
.postarea.wide {
	width: auto;
	float: none;
	clear: left;
	}
	
.postarea p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	margin-bottom: 1em !important;
	}
	
.postarea ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.postarea ul li {
	list-style-type: none;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}
	
.postarea ul ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postarea ol {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.postarea ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}
	
.postarea a.action-link {
	display: block;
	text-align: right;
	font-size: 10pt;
	color: #00aa00;
	font-style: italic;
	line-height: 12pt;
	}
	
.breadcrumb {
	float: left;
	width: 590px;
	font-size: 11px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: double #EAEAEA;
	}
	
.contentwide {
	float: left;
	width: 940px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
.postareawide {
	background: #FFFFFF url(../images/fullwidthtop.gif) top no-repeat;
	float: left;
	width: 920px;
	margin: 0px;
	padding: 10px;
	border: 1px solid #DDDDDD;
	}
	
.postareawide p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.postareawide ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.postareawide ul li {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}
	
.postareawide ul ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postareawide ol {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.postareawide ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}
	
.postmeta {
	width: 590px;
	font-size: 12px;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	border-top: double #EAEAEA;
	}
	
.postmeta2 {
	width: 590px;
	font-size: 12px;
	padding: 5px 0px 40px 0px;
	margin: 0px;
	border-top: double #EAEAEA;
	}
	
.archive {
	float: left;
	width: 275px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
/************************************************
*	Images  					     		    * 
************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

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

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
/*
	Section Headers
*/

.section-header {
	margin-bottom: 20px;
	width: 650px;
	}

.section-header h1 {
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 1.3em;
	color: black;
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 20px;
	}
	
.section-header h1 .subtitle { font-size: 0.9em; font-weight: normal; }

.section-header h2 {
	margin-left: 80px;
	font-size: 24px;
	}

.section-header .icon {
	float: left;
	margin-left: 15px;
	width: 52px;
	}
	
.section-header .description {
	margin-top: 5px;
	margin-left: 105px;
	}

.section-header p {
	font-size: 1.1em;
	padding: 0.25em;
	padding-left: 0px;
	padding-right: 0px;
	}

.section-header .buttons {
	height: 40px;
	clear: left;
	margin-top: 15px;
	padding-left: 105px;
	}

.section-header .buttons a {
	display: block;
	float: left;
	margin-right: 10px;
	}
	
/*****************
*	Sidebar 	 * 
*****************/
	
#sidebar {
	float: right;
	width: 320px;
	margin-left: 10px;
	}
	
.sidebar {
	}
	
.sidebar .widget {
	background: #FFFFFF url('../images/sidebartop.gif') top no-repeat;
	float: left;
	width: 300px;
	margin: 0px 0px 10px 0px;
	padding: 9px;
	border: 1px solid #DDDDDD;
	}
	
.sidebar .tabbed.widget {
	background: transparent;
	width: auto;
	padding: 0px;
	border: 0px;
	}
	
.sidebar .tabbed.widget .content {
	}
	
.sidebar h2 {
	background-color: #2d5c93;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 3px 7px;
	}
	
.sidebar p {
	margin: 0px;
	padding: 0px 0px 0px 45px;
	}
	
.sidebar a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
.sidebar embed, .sidebar object {
	width: 300px; 
	height: 250px;
	margin: 0px; 
	padding: 0px;
	}
	
.sidebar ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
.sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

.sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
.sidebar ul li li {
	padding: 0px 0px 5px 20px;
	margin: 0px;
	}
	
.sidebar ul li ul li {
	padding: 0px 0px 5px 20px;
	margin: 0px;
	}
	
/*
	Widget Styles
*/

.widget {}

.widget.plain { background: transparent; padding: 0px; border: 0px; }

.widget.ad-test {
	border: solid 1px #505050;
	height: 250px;
	}
	
.widget.tabbed {
	margin-top: 10px;
	}
	
.widget.tabbed .content {
	border: solid 2px #376295;
	padding: 5px;
	display: none;
	}
	
.widget .top {
	width: 320px;
	height: 20px;
	}
	
.widget .top h2 {
	float: left;
	font-size: 10pt;
	font-weight: bold;
	color: #000;
	background: transparent;
	padding: 0px;
	margin: 0px;
	line-heght: 20px;
	text-transform: none;
	}
	
.widget .top .menu {
	float: right;
	}
	
.widget .top .menu .item {
	float: left;
	background: url("../images/widget_tab_bg.png") top left no-repeat;
	width: 80px;
	height: 20px;
	margin-left: 2px;
	text-align: center;
	line-height: 20px;
	font-size: 10pt;
	font-weight: bold;
	}
	
.widget .top .menu .item.active {
	background: url("../images/widget_tab_bg_active.png") top left no-repeat;
	height: 22px;
	}
	
.widget .frames .content {
	width: auto;
	padding-top: 0px;
	}
	
.widget .frames .content .column-right {
	width: 45%;
	padding-left: 5%;
	}
.widget .frames .content .column-left {
	width: 45%;
	padding-right: 5%;
	}

#widget-discuss .column-left {
	width: 95%
}


/************************************************
*	Filter Bar                      	        * 
************************************************/

#filterbar {
	width: auto;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	}
	
.filterbar-wide { width: 325px !important; }
.filterbar-wide .widget {}

#filterbar.actions { margin-right: 10px; }
#filterbar img {}
#filterbar p { border-bottom: 1px solid #ddd; margin: 0px; padding: 8px 0px 6px 15px; font-weight: bold; }
#filterbar p span { font-weight: normal; font-style: italic; color: #939393; }
#filterbar p a:hover { text-decoration: none; color: #999; }	
#filterbar a img { border: none; margin: 0px; padding: 0px; }
#filterbar p a img { border: none; margin: 0 4px 0 0; padding: 0px; }

#filter-list { }
#filterbar ul { list-style-type: none; margin: 0px 0px 0px 0px; padding: 0px; }
#filterbar ul li { list-style-type: none; margin: 0px 0px 0px 0px; padding: 0px; }
#filterbar ul ul { list-style-type: none; margin: 0px; padding: 10px 0 0 0; }
#filterbar ul li li { background-color: #FFFFFF; padding: 0px 0px 0px 20px; margin: 0px; }
#filterbar ul li { background-color: #FFFFFF; padding: 0px 0px 0px 20px; margin: 0px; } 
#filterbar ul li { padding: 0px 0px 0px 0px !important; } 
#filterbar ul { list-style-type: none; margin: 0px 25px; padding: 0px; float: left; }

#filterbar ul li {
	padding: 0px;
	margin: 0px 10px 4px;
	padding-left: 16px !important;
	background-color: #ffffff;
	border-bottom: solid #eeeeee 1px;
	line-height: 16px;
	list-style-type: none;
	background: url(../images/filter_list_check_empty.png) no-repeat center left;
	width: 120px;
	}

#filterbar ul li.active { list-style-type: none; background: url(../images/filter_list_check.png) no-repeat center left; }
#filterbar ul li.spacer { background: transparent; }
#filterbar ul li:hover {}
#filterbar ul li a { display: inline; color: #909090; }
#filterbar ul li.active.link a { padding: 5px !important; font-size: 1.1em; }
#filterbar ul li.active a { color: #3571ad;	}
#filterbar ul li a:hover { color: #3571ad; text-decoration: none; }
#filterbar ul li input { display: none; }
#filterbar ul li .check { display: none; }

#filterbar ul li.header { 
	color: #333;
	font-style: italic;
	font-weight: bold;
	border: none;
	background: none;
	padding: 6px 0 0 0 !important;
	}


/************************************************
*	Left Sidebar                    	        * 
************************************************/

.l_sidebar {
	float: left;
	width: 170px;
	margin: 0px;
	padding: 0px;
	display: inline;
	}
	
.l_sidebar .widget {
	background: #FFFFFF url(../images/leftsidebartop.gif) top no-repeat;
	float: right;
	width: 150px;
	margin: 0px 0px 10px 0px;
	padding: 9px;
	border: 1px solid #DDDDDD;
	display: inline;
	}
.l_sidebar p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
.l_sidebar a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

.l_sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.l_sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
.l_sidebar ul li li {
	padding: 0px 0px 5px 20px;
	margin: 0px;
	}
	
.l_sidebar ul li ul li {
	padding: 0px 0px 5px 20px;
	margin: 0px;
	}
	
.l_sidebar .widget-ad-160 .widget {
	float: left;
	background: none;
	padding: 0;
	margin: 0;
	border: 0;
	width: 160px;
}
.l_sidebar .widget-ad-160 .widget .content {
	padding: 0;
	margin-bottom: 15px;
}
.l_sidebar .l_sidebarwidgeted .widget {
	float: left;
	width: 125px;
}
.l_sidebar .l_sidebarwidgeted .widget h2 {
	display: none;
}


/************************************************
*	Right Sidebar                       	    * 
************************************************/

.r_sidebar {
	float: right;
	width: 140px;
	margin: 0px;
	padding: 0px;
	display: inline;
	}
	
.r_sidebar .widget{
	background: #FFFFFF url(../images/rightsidebartop.gif) top no-repeat;
	float: right;
	width: 120px;
	margin: 0px 0px 10px 0px;
	padding: 9px;
	border: 1px solid #DDDDDD;
	display: inline;
	}
	
.r_sidebar p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
.r_sidebar a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
.r_sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

.r_sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
.r_sidebar ul li li {
	padding: 0px 0px 5px 20px;
	margin: 0px;
	}
	
.r_sidebar ul li ul li {
	padding: 0px 0px 5px 20px;
	margin: 0px;
	}

/************************************************
*	Pagination     								*
************************************************/

#pagingControls {
	height: 30px;
	margin: 0 auto;
	width: 400px;
	text-align: center;
}
#pagingControls ul {
	margin: 0 auto;
}
#pagingControls li {
	display: inline;
	font-size: 18px;
	font-weight: normal;
	color: #888;
	margin: 0 0 0 15px;
}
#pagingControls li a {
	color: #365e92;
	font-weight: bold;
}
#pagingControls li a:hover {
	text-decoration: underline;
	color: #555;
}
#pagingControls li span {
	visibility: hidden;
}
#pagingControls li a span {
	visibility: hidden;
}
#pagingControls li.back_link {
	background: url(../images/pagination_sprite.png) no-repeat;
	background-position: 0 0;
	margin-left: 0;
}
#pagingControls li.forward_link {
	background: url(../images/pagination_sprite.png) no-repeat;
	background-position: 0 -20px;
}
#pagingControls li.back, #pagingControls li.back_link:hover {
	background: url(../images/pagination_sprite.png) no-repeat;
	background-position: 0 -40px;
	margin-left: 0;
}
#pagingControls li.forward, #pagingControls li.forward_link:hover {
	background: url(../images/pagination_sprite.png) no-repeat;
	background-position: 0 -60px;
}



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

#footer {
	margin: 30px 0px 20px 0;
	clear: both;
	padding: 30px 50px 80px 90px;
	color: #777;
	line-height: 17px;
	font-size: 13px;
	border: 1px solid #ddd;
	background: #f7f7f7 url(../images/ds_logo_footer.png) bottom left no-repeat;
}
#footer a {
	color: #777;
}
#footer p {
	font-size: 13px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 0;
}

#footer .left {
	width: 300px;
	float: left;
}
#footer .left h2 {
	font-size: 40px;
	margin-bottom: 20px;
	font-weight: normal;
	line-height: normal;
	color: #376295;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#footer .left ul {
	margin-bottom: 30px;
}
#footer .left li {
	background: url(../images/ds_icons_sprite.png) top left no-repeat;
	padding: 5px 0 0 40px;
	list-style: none;
	height: 25px;
	margin: 0 0 3px 0;
	vertical-align: middle;
}
#footer .left li a {
	margin-top: 4px;
	color: #376295;
	font-size: 14px;
}
#footer .left li.dsu {
	background-position: 0 0;
}
#footer .left li.dsd {
	background-position: 0 -30px;
	display: none;
}
#footer .left li.dses {
	background-position: 0 -60px;
}
#footer .left li.dstv {
	background-position: 0 -90px;
}
#footer .left li.dig {
	background-position: 0 -120px;
}
#footer .left li.cup {
	background-position: 0 -150px;
}
#footer .left li.dsa {
	background-position: 0 -180px;
}
#footer .left li.bic {
	background-position: 0 -210px;
}

#footer .right {
	float: right;
	width: 550px;
}
#footer .right .big_blue {
	background: #376295;
	border-radius: 15px;
	-moz-border-radius: 15px;
	padding: 30px;
	color: #fff;
	line-height: 28px;
	margin: 30px 0 20px 0;
	font-size: 13px;
}
#footer .right .big_blue .col {
	width: 143px;
	margin-right: 20px;
	float: left;
}
#footer .right .big_blue .right_col {
	margin-right: 0px;
	float: right;
}
#footer .right .big_blue .col h3 {
	font-size: 20px;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#footer .right .big_blue .col ul {
	margin-left: 5px;
}
#footer .right .big_blue .col li {
	list-style: none;
}
#footer .right .big_blue .col li a {
	color: #d7e0ea;
}
#footer .right .follow {
	height: 41px;
}
#footer .right .follow p {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 30px;
	color: #999;
	text-align: center;
}
#footer .right .follow img {
	width: 41px;
	height: 41px;
	vertical-align: middle;
}

#footer_too {
	text-align: center;
	color: #555;
}
#footer_too ul {
	margin: 10px auto 20px 0;
}
#footer_too li {
	list-style: none;
	margin-right: 25px;
	display: inline;
	font-size: 13px;
}
#footer_too li a {
	color: #555;
}
#footer_too li.last {
	margin-right: 0;
}
#footer_too .page_load {
	color: #aaa;
	margin: 0 auto;
	font-style: italic;
	text-align: center;
	margin-bottom: 50px;
}

	
/************************************************
*	Search Form									*
************************************************/

/************************************************
*	Comments									*
************************************************/
	
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: left;
	border: 1px solid #EEEEEE;
	margin-right: 10px;
	padding: 1px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 98%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	visibility: hidden;
	clear: both; 
	}
	
#respond h3 {
	background-color: transparent !important;
	color: #000000;
	text-transform: none;
	padding: 0px;
	font-size: 1.2em;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 32px;
	}

.commentlist p {
	margin: 10px 5px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}
	
.commentlist .reply {
	border-bottom: solid #eeeeee 2px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	}
	
.commentlist .reply a {
	color: #009E00;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	margin: 0px;
	padding: 0px;
	}
	
.even, .odd {
	}
	
/*
	Custom DS Styles
*/

.ds_nu_ad {
	color: white;
	font-weight: bold;
	text-align: center;
	}
.ds_nu_ad img {
	padding: 4px;
	border: 1px solid #ddd;
	}

#redirect_header {
	background-color: #ffffff;
	padding-botom: 10px;
	border-bottom: solid #bbbbbb 1px;
	}
	
#redirect_message {
	padding: 14px;
	border: solid #7ca5dc 1px;
	background-color: #eef2f7;
	margin: 10px;
}

#redirect_message h2 {
	font-size: 1.2em;
	font-weight: bold;
}

#maintenance-messages, #form-messages, #misc-messages {
	clear: left;
	float: left;
	margin-bottom: 10px;
	border-bottom: solid white 1px;
	border-top: solid white 1px;
	width: 642px;
}

#maintenance-messages h2, #form-messages h2, #misc-messages h2 {
	font-size: 1.0em;
	font-weight: bold;
	padding: 4px;
	border-bottom: dotted #505050 1px;
	margin: 0px;
	background-color: #2d5c93;
	color: white;
}

#maintenance-messages div, #form-messages div, #misc-messages div {
	margin: 0px;
	padding: 3px;
	background-color: #ffffff;
	border: solid #c0c0c0 1px;
	border-top: 0px;
}

#maintenance-messages {
	padding: 4px;
	background-color: #f0dede;
}

#form-messages {
	padding: 4px;
	background-color: #dedef0;
	}

#form-messages div {
	background: #ffffff url('../images/form_error.png') left center no-repeat;
	min-height: 64px;
	padding: 10px;
	padding-left: 45px;
	margin: 0px;
	font-size: 1.1em;
	}
	
#form-messages div p {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	}
	
#form-messages div strong {
	color: #2d5c93;
	font-size: 1.1em;
	}	

#form-messages h2 {
	
}

#misc-messages {
	padding: 4px;
	background-color: #def0de;
}

/* Forum Styles */

.result-table.topic-list .row-topic td {
	padding-bottom: 0px;
	}
	
.result-table.topic-list .row-topic td.title {
	font-size: 1.3em;
	}
	
.result-table.topic-list .row-topic.excerpt td {
	border-bottom: solid #eaeaea 2px;
	padding: 0px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
	
.forum-post-row {
	background-color: #FFF;
	clear: right;
	}
	
.forum-post-row .avatar {
	width: 32px;
	height: 32px;
	padding: 1px;
	border: solid #eaeaea 3px;
	margin-right: 10px;
	float: left;
	}

.forum-post-row h2 {
	padding: 0px;
	margin: 0px;
	}
	
.forum-post-row h2 .top {
	font-size: 10pt;
	}
	
.forum-post-row h2 .avatar {
	width: 50px;
	height: 50px;
	}
	
.forum-post-row h3 {
	font-family: sans-serif;
	font-weight: normal !important;
	background-color: transparent !important;
	text-transform: none !important;
	color: #000 !important;
	padding: 4px !important;
	margin: 0px !important;
	margin-bottom: 4px !important;
	font-size: 1.0em !important;
	height: 34px;
	line-height: 34px;
}

.forum-post-row p {
	font-size: 1.2em;
	font-family: sans-serif;
	padding: 0px;
	margin-bottom: 0px !important;
}

.forum-post-row .action-links {
	padding: 0px;
	margin: 0px;
	padding-bottom: 1.0em;
	margin-bottom: 5px;
	text-align: left;
	border-bottom: solid #eaeaea 2px;
	}
	
.forum-post-row .action-links a {
	color: #009E00;
	padding: 4px;
	padding-left: 0px;
	padding-right: 8px;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	}
	
.forum-post-row .action-links a:hover {
	text-decoration: underline;
	}
	
#reply_to_msg {
	font-weight: bold;
	}
	
/*
	Home Styles
*/

h2.home-welcome-title {
	color: #2d5c93 !important;
	background-color: transparent !important;
	float: left;
	font-size: 2.0em !important;
	margin: 0px !important;
	margin-top: 1.0em !important;
	padding: 0px !important;
	}
	
.home-welcome-quote {
	font-family: Georgia, serif;
	font-size: 16pt;
	color: black;
	float: right;
	margin: 5px;
	text-align: right;
	}

/*
	Form Styles
*/

.required {
	font-weight: bold;
	color: red;
	font-size: 18px;
	margin: 0 6px;
	}

.form-notice {
	background: url('../images/form_note.png') left center no-repeat;
	height: 64px;
	padding: 10px;
	padding-left: 70px;
	margin: 10px;
	font-size: 1.1em;
	font-weight: bold;
	}
	
.form-notice strong {
	color: #2d5c93;
	font-size: 1.1em;
	}

form ul.tag-list {
	margin: 0px;
	padding: 5px;
	list-style-type: square;
	list-style-position: inside;
	}
	
form ul.tag-list li {
	font-weight: bold;
	font-size: 1.1em;
	}

button {
	padding: 5px;
	font-weight: bold;
	background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
	margin-right: 10px;
}

button:hover {
}

button.go {
	background: #555555;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #666666;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #666666;
	}
button.go:hover {
	background: #999999;
	}
button.save { background-color: #65b353; border: 1px outset #B6C860; color: #ffffff; }
button.save:hover {
	background-color:#65b353;
    border:1px outset #D6E890;
    color:#ffffff;
}
button.save.middle { margin-left: 210px; }
button.reset { color: #d12f19; }
button.reset:hover {
	background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}

fieldset {
	padding: 10px;
}

legend {
	padding: 5px;
	font-weight: bold;
}

input { vertical-align: top; }

fieldset input { height: 24px; line-height: 24px; width: 190px;
}
fieldset label { font-size: 1em; font-weight: normal; text-align: left; display: inline-block; width: 200px; padding-left: 0px; margin-right: 5px; color: #fff; line-height: 10px; margin-top: 3px;
padding-top: 10px;
}
fieldset label.left { text-align: left; border-bottom: #eaeaea 2px solid; width: 100%; }
fieldset label.top { vertical-align: top; }
fieldset label.inline { width: auto; text-align: inherit; }
fieldset .check { height: 1.0em; float: left; margin: 0px; padding: 0px; padding-right: 5px; }
fieldset .check-group { text-align: left; line-height: 1.0em; }
fieldset .check-group span, fieldset .check-group div {
	background-color: #fcfcfc;
	/*border: solid #dedede 1px;*/
	float: left;
	height: 1.0em;
	padding: 4px;
	margin-bottom: 5px;
	margin-right: 5px;
	width: 45%;
}
fieldset .check-group div { height: auto; }
fieldset .check-group div input { margin-left: 10px; }

fieldset.noshow {
	padding: 0px;
	border: 0px;
	}
fieldset.noshow legend {
	display: none;
	}

/*
	Table Styles
*/

.result-table {
	border: 0px;
	width: 100%;
	}
	
.result-table th {
	margin: 0px;
	border: 0px;
	border-bottom: solid #505050 2px;
	font-weight: bold;
	text-align: left;
	}
	
.result-table tr {
	border-top: solid #505050 1px;
	}
	
.result-table td {
	margin: 0px;
	padding: 5px;
	}
	
.result-table.contact-import {
	border-spacing: 0px;
	}
	
.result-table.contact-import tr.is-member td {
	background-color: #f0fcff;
	border: solid #eaeaea 2px;
	border-left: 0px;
	border-right: 0px;
	margin: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
/*************
*	Search   *
*************/

.search-row.user {
	clear: left;
	height: 68px;
	line-height: 22px;
	margin-bottom: 10px;
	}
	
.search-row.user .avatar {
	float: left;
	padding: 1px;
	border: solid #dedede 1px;
	margin-right: 10px;
	height: 64px;
	width: 64px;
	}
	
.search-row.user h3 {
	background-color: transparent !important;
	color: black !important;
	font-size: 18px;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
	}
	
.search-row.user .info {
	float: right;
	}
	
.search-row.user .action-links {
	float: right;
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	text-align: right;
	}
	
.search-row.user .action-links a {
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	display: block;
	}
	
.search-row.user .action-links a:hover {
	text-decoration: underline;
	}
	
/************
*	Tabs    *
************/

.tab-wrap {
	height: 26px;
	padding-left: 8px;
	margin-right: 25px;
	clear: left;
}

.tab {
	float: left;
	height: 23px;
	margin: 0px;
	margin-top: 4px;
	margin-left: 4px;
	display: inline-block;
	background: #FFFFFF;
}
	
.tab-left {
	background: #ccd9e5;
	width: 3px;
	height: 23px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: left;
	}
	
.tab-right {
	background: #ccd9e5;
	width: 3px;
	height: 23px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: left;
	}
	
.tab-inner {
	background: #ccd9e5;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 7px;
	padding-left: 7px;
	color: #376295;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	float: left;
}

.tab-active {
	height: 26px;
	margin-top: 0px;
	position: relative;
	top: 1px;
}

	
.tab-active .tab-left, .tab-active .tab-right { width: 7px; height: 26px; }
.tab-active .tab-left { background: url('../images/tab_bg_active_l.png') top left repeat-x; }
.tab-active .tab-right { background: url('../images/tab_bg_active_r.png') top left repeat-x; }
.tab-active .tab-inner { color: #fff; height: 12px; padding-top: 8px; background: url('../images/tab_bg_active_inner.png') top left repeat-x; }
	
.tab a, .tab a:visited {
	color: #376295;
	margin: 0;
}

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

.tab-active a, .tab-active a:visited {
	color: #fff;
}

/******************
*	AJAX Loader   *
******************/

.ajax-loader {
	width: 200px;
	padding: 10px;
	/*border: dotted #2D5C93 1px;*/
	}
	
.ajax-loader img {
	margin-left: 37px;
	margin-right: 37px;
	}
	
.ajax-loader span {
	display: block;
	font-weight: bold;
	text-align: center;
	}

/**********************
*	Network Updates   *
**********************/

#nu {
	}
	
#nu-loading {
	float: right;
	margin-left: 144px;
	margin-right: 144px;
	}
	
.nu-item {
	clear: left;
	margin-bottom: 10px;
	}
.nu-item .semi-border {
	border-top: #ddd 1px solid;
	border-right: #ddd 1px solid;
	padding-top: 5px;
	}
		
.nu-icon {
	float: left;
	padding: 4px;
	width: 30px;
	}
	
.nu-item .avatar {
	float: left;
	padding: 1px;
	margin-right: 4px;
	border: solid #bbbbbb 1px;
	margin-bottom: 6px;
	}
	
.av-50 {
	width: 50px;
	height: 50px;
	}
	
.av-32 {
	width: 32px;
	height: 32px;
	}

.nu-inner {
	margin-left: 40px;
	}
	
.nu-inner-32 {
	margin-left: 78px;
	}
	
.nu-inner-50 {
	margin-left: 105px;
	}
	
.nu-inner-sub-32 {
	margin-left: 50px;
	}
	
.nu-item .stars {
	display: inline-block;
	}
	
.nu-time {
	font-size: 0.9em;
	color: #505050;
	display: inline-block;
	padding: 8px 0 6px 0;
	}
	
.nu-item .fan {
	background: url(../images/icons/nu/bg_fan.png) no-repeat right top;
	padding-right: 66px;
	height: 44px;
	}
	
.nu-item .video-add {
	padding: 5px;
	padding-right: 30px;
	font-size: 10pt;
	background: url(../images/icons/nu/bg_film_strip_white.png) #fff no-repeat right top;
	height: 54px;
	}
	
.nu-item .video-add .thumb {
	float: right;
	display: block;
	height: 45px;
	padding: 1px;
	border: solid #bbbbbb 1px;
	background: #fff;
	}
	
.nu-item .blog-post,.nu-item .blog-comment {
	/*background-color: #f0fcff;*/
	padding: 5px 15px;
	font-size: 1.1em;
	}

.nu-item .blog-post .body {
	padding-left: 105px;
	}
	
.nu-item .blog-comment .body {
	padding-left: 105px;
	}
	
.nu-item .replies {
	background: #f0f0f0;
	margin-left: 105px;
	border: #ddd 1px solid;
	margin-top: 4px;
	padding: 8px 8px 8px 12px;
	}
.nu-item .replies .excerpt {
	margin-bottom: 6px;
	}
	
.nu-item .blog-comment .nu-blog-replies span.right-align {
	font-size: 0.9em;
	}
	
.nu-item .top {
	font-size: 1.4em;
	display: block;
	}
	
.nu-item .blog-post .post-title,.nu-item .blog-comment .post-title {
	}
	
.nu-item .discuss-add {
	padding: 0 0 0 105px;
	}
.nu-item .discuss-add strong a {
	font-size: 1.4em;
	font-weight: normal;
	}

.nu-item span.left-align {
	float: left;
	text-align: left;
	}
	
.nu-item span.right-align {
	float: right;
	text-align: right;
	padding: 8px 0 6px 0;
	}
	
.nu-item span.right-align a {
	font-weight: bold;
	color: #009E00;
	}

.nu-item .nu-status-message {
	margin-left: 96px;
	}
	
.nu-item .nu-status-replies {
	border: #eaeaea 2px solid;
	margin-left: 96px;
	margin-top: 4px;
	background-color: #deebee;
	}
	
.nu-item .vote-box {
	float: left;
	margin-right: 10px;
	border: 0px;
	padding: 0px;
	width: 76px;
	}
	
.nu-item .vote-box .vote-actions a {
	float: none;
	width: auto;
	margin-right: 5px;
	font-weight: normal;
	}
	
.nu-item .nu-status-replies .reply {
	margin-bottom: 4px;
	}

.quick-status-nu-container {
	margin-left: 96px;
	}
	
.quick-status-nu-container .my-status-submit {
	width: 396px;
	float: left;
	}
	
.quick-status-nu-container .my-status-submit textarea {
	width: 382px;
	}
	
/******************
*   Mail Styles   *
******************/

.mail_message .action-links {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	}
	
.mail_message .action-links a {
	color: #009E00;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	line-height: 12px;
	margin: 0px;
	margin-right: 5px;
	text-align: center;
	}
	
.mail_message .action-links a:hover {
	color: #00cb00;
	}
	
.mail_message_head {
	padding-bottom: 10px;
	font-size: 1.1em;
	}
	
.mail_message_body {
	font-size: 1.1em;
	line-height: 1.1em;
	}
	
/*******************
*	Mini profile   *
*******************/

#mini-profile {
	position: absolute;
	background-color: #ffffff;
	border: solid #eaeaea 4px;
	padding: 10px;
	font-size: 10pt;
	width: 400px;
	height: 138px;
	display: none;
	z-index: 1000;
	overflow: hidden;
	}
	
#mini-profile .ajax-loader {
	margin-left: auto;
	margin-right: auto;
	}
	
#mini-profile .avatar {
	float: left;
	width: 100px;
	height: 100px;
	border: solid #336799 2px;
	padding: 1px;
	margin-right: 10px;
	}
	
#mini-profile .info {
	line-height: 30px;
	height: 106px;
	overflow: hidden;
	}
	
#mini-profile .info h2 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 6px;
	font-size: 12pt;
	font-weight: bold;
	color: #000;
	}
	
#mini-profile .info span {
	display: block;
	}
	
#mini-profile .links {
	clear: both;
	margin-top: 6px;
	margin-bottom: 6px;
	line-height: 20px;
	text-align: center;
	}
	
#mini-profile .links a {
	padding-right: 10px;
	padding-left: 10px;
	}
	
/***************
*	Profile    *
***************/

.profile-top {
	padding-top: 10px;
	}
	
.profile-top-avatar {
	float: left;
	padding: 2px;
	margin: 4px;
	margin-top: 0px;
	margin-right: 10px;
	border: solid #cacaca 2px;
	width: 100px;
	height: 100px;
	}
	
.profile-top-avatar img {
	width: 100px;
	height: 100px;
	}
	
.profile-top h2 {
	background-color: transparent !important;
	color: #000000 !important;
	display: inline;
	}
	
.profile-top .current-status {
	display: block;
	padding: 10px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 12px;
	font-style: italic;
	margin-right: 10px;
	color: #444;
	}
	
.profile-top .current-status .nu-time { 
	font-style: normal;
	text-transform: uppercase;
	color: #888;
	font-size: 9px;
	padding-left: 6px;
	}
	
.profile-top-info {
	
	}
	
.profile-top-title {
	font-size: 14px;
	font-weight: bold;
	color: #62666a;
	}
	
.profile-top-company {
	font-size: 14px;
	font-weight: normal;
	color: #62666a;
	}
	
.profile-top-contact {
	float: left;
	}
	
.profile-top-address {
	width: 290px;
	float: left;
	}
	
.profile-top-nocontact {
	float: left;
	font-style: italic;
	font-size: 0.9em;
	}
	
.profile-top .action-links, .group-top .action-links {
	float: right;
	width: 100px;
	margin: 0px 10px 0 0;
	padding: 0px;
	text-align: right;
	}
	
.profile-top .action-links a, .group-top .action-links a {
	background: #ccd9e5;
	color: #376295;
	display: block;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	padding: 3px 0 0 0;
	margin: 0px 0 4px 0px;
	padding-right: 7px;
	height: 13px;
	}
	
.profile-top .action-links a:hover, .group-top .action-links a:hover {
	text-decoration: underline;
	background: #b5c5d3;
	}
	
.my-status-submit {
	padding: 12px 20px;
	border: #ddd 1px solid;
	margin: 20px 10px 0 0px;
	}

.profile-top .my-status-submit {
	float: left;
	width: 616px;
	}
		
.status-input-container {
	display: block;
	margin-bottom: 4px;
	}
.status-input-container textarea {
	padding: 4px;
	font-size: 12px;
	color: #555;
	font-style: italic;
	border: 1px solid #ddd;
	}
	
.my-status-submit .counter-container {
	float: left;
	font-size: 0.9em;
	display: none;
	}
	
.my-status-submit .counter {
	font-weight: bold;
	}
	
.my-status-submit .counter.full {
	color: red;
	}
	
.my-status-submit .action-container {
	padding-top: 6px;
	}

.my-status-submit .action-container img {
	border-left: solid #ffffff 2px;
	border-right: solid #ffffff 2px;
	}
	
.my-status-submit .action-container img:hover {
	border-left: solid #eaeaea 2px;
	border-right: solid #eaeaea 2px;
	}
	
.my-status-submit label {
	font-size: 13px;
	font-weight: bold;
	color: #bbbbbb;
	border: #bbbbbb 2px solid;
	border-right: 0px;
	height: 28px;
	line-height: 28px;
	display: inline-block;
	padding: 0px !important;
	margin: 0px !important;
	}
	
.my-status-submit textarea {
	width: 478px;
	font-size: 13px;
	border: #bbbbbb 2px solid;
	margin-left: 0px;
	color: #405060;
	font-family: Arial, "Trebuchet MS", sans-serif;
	}
	
.profile-top .my-status-submit textarea {
	width: 604px;
	}
	
.my-status-submit button.save {
	float: right;
	padding: 4px !important;
	padding-top: 1px !important;
	padding-bottom: 1px !important;
	margin: 0px !important;
	color: #ffffff;
	height: auto;
	}
	
.profile-info {
	clear: left;
	font-size: 12px;
	}
.profile-info h2 {
	width: 400px;
	margin: 0;
	padding: 0;
	}	
.profile-info h4 {
	width: 400px;
	margin: 0 0 0 10px;
	padding: 15px 0 8px 0;
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
	}	
.profile-info .entry {
	clear: both;
	margin-left: 20px;
	padding: 10px 0;
	}
.profile-info .entry h3 {
	float: left;
	width: 130px;
	color: #376295;
	font-weight: bold;
	padding: 0 20px 0 0;
	margin: 0;
	}
.profile-info .entry p {
	color: #444;
	font-weight: normal;
	float: right;
	text-align: left;
	width: 430px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	}
		
.profile-info .column-left {
	width: 290px;
	padding-left: 0px;
	padding-right: 10px;
	margin-bottom: 0px;
	}
	
.profile-info .column-right {
	width: 290px;
	padding-left: 0px;
	margin-bottom: 0px;
	}
		
.endorsements {
	}
	
.endorsements .action-links, .friends .action-links {
	float: right;
	text-align: right;
	width: 150px;
	}
	
.endorsements .action-links a, .friends .action-links a {
	display: block;
	}

/************
*	Group	*
************/

.group-top {
	}
	
.group-top-left {
	float: left;
	margin: 4px;
	margin-right: 10px;
	}
	
.group-top-logo {
	padding: 2px;
	border: solid #cacaca 2px;
	width: 200px;
	height: 100px;
	}
	
.group-top-logo img {
	width: 200px;
	}
	
.group-top-stats {
	width: 200px;
	padding: 2px;
	border: solid #fafafa 2px;
	border-top: 0px;
	}
	
.group-top h2 {
	width: 474px;
	background-color: transparent !important;
	color: #000000 !important;
	}
	
.group-top-info {
	float: left;
	width: 270px;
	}
	
#group_share {
	float: left;
	border: 1px solid #ddd;
	padding: 10px;
	width: 638px;
	margin: 15px 0;
}
#group_share ul {
	list-style-type: none;
	display: block;
	width: 650px;
}
#group_share li {
	display: inline;
	margin-right: 15px;
}
#group_share li.gray_text {
	color: #888;
}

#group_content_filter {
	text-align: left;
}
#group_content_filter a {
	margin-left: 20px;
	float: right;
}
	
/************
*	Misc	*
************/

.clear {
	display: block;
	clear: both;
	}
	
.nobg {
	background-image: none;
	}
	
.column-left {
	float: left;
	}
	
.column-right {
	float: right;
	}

.column-triple {
	float: left;
	width: 185px !important;
	margin: 0 0px 20px 20px;
	display: inline;
	}
.column-triple a {
	line-height: 18px;
	}
	
.ad-240-120, .ad-468-120, .ad-600-160, .ad-100-300 {
	height: 240px;
	width: 120px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	}
	
.ad-468-120 {
	height: 468px;
	}
	
.ad-600-160 {
	height: 600px;
	width: 160px;
	}
	
.widget-ad-160 {
	padding: 0px;
	width: 170px;
	}
	
.widget-ad-160 .widget .content {
	padding: 3px;
	}

.widget-ad-120 {
	padding: 0px;
	width: 140px;
	}
	
.widget-ad-120 .widget {
	width: 120px;
	}
	
.widget-ad-120 .widget .content {
	width: 120px;
	}
	
.ad-100-300 {
	width: 300px;
	height: 100px;
	}
	
.clear {
	clear: both;
	}
	
.clear-right { clear: right; }
.clear-left { clear: left; }
	
.instruction_hover {
	background: transparent url(../images/instruction_hover.png) top left no-repeat;
	padding: 0; margin: 0;
	float: right;
	width: 190px;
	}
.instruction_hover p {
	background: #2d5c93;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
	text-transform: uppercase;
	margin: 0 0 0 20px;
	padding: 10px 11px;
	}
	
.tagger {
	margin-right: 10px !important;
	}

/**************
*   Buttons   *
**************/	

.btn { 
	display: block; 
	position: relative; 
	background: #aaa; 
	padding: 5px; 
	float: left; 
	color: #fff; 
	text-decoration: none; 
	cursor: pointer;
    margin-top: 5px;
}
.btn * { 
	font-style: normal;
	font-size: 11px;
	background-image: url(../images/buttons/btn2.png); 
	background-repeat: no-repeat; 
	display: block; 
	position: relative;
	color: #fff;
	}
.btn i { 
	background-position: top left; 
	position: absolute; 
	margin-bottom: -5px; 
	top: 0; left: 0;
	width: 5px; 
	height: 5px; 
	color: #fff;
	}
.btn span a:visited {
	color: #fff;
}
.btn span { 
	background-position: bottom left; 
	left: -5px; 
	padding: 0 0 5px 10px; 
	margin-bottom: -5px; 
	color: #fff;
	}
.btn span i { 
	background-position: bottom right; 
	margin-bottom: 0; 
	position: absolute; 
	left: 100%; 
	width: 10px; 
	height: 100%; 
	top: 0;
	font-weight: normal;
	}
.btn span span { 
	background-position: top right;
	position: absolute; 
	right: -10px; 
	margin-left: 10px; 
	top: -5px; 
	height: 0; 
	}
.btn.green { 
	background: #52ce05;
	color: #fff;
	}
.btn.gold { 
	background: #b1973b; 
	}
a.btn:hover, .btn:hover {
	background-color: #ccc;
	color: #fff;
	text-decoration: underline;
	}
.btn:active, .other_btn:active { 
	background-color: #999; 
	}
.btn:visited {
	color: #fff;
	}
.btn[class] { 
	background-image: url(../images/buttons/shade.png); 
	background-position: bottom; 
	}
.fl {
	float: left;
	}
.fr {
	float: right;
	}
.align_right {
	text-align: right;
}

.other_btn, .other_btn_gold {
	background: #52ce05 url(../images/buttons/shade.png) bottom repeat-x;
	color: #fff;
	border: 1px solid #93c873;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	}
.other_btn_gold {
	background: #b1973b url(../images/buttons/shade.png) bottom repeat-x;
	border: 1px solid #c7ab4a;
	}
.other_btn_gray {
	color: #fff;
	background: #888 url(../images/buttons/shade.png) bottom repeat-x;
	text-decoration: none;
	border: 1px solid #999;
	font-weight: normal;
	}
.other_btn:hover, .other_btn_gold:hover, .other_btn_gray:hover {
	background: #aaa url(../images/buttons/shade.png) bottom repeat-x;
	text-decoration: underline;
	border: 1px solid #bbb;
	}
.margin-sides-10 {
	margin-left: 10px;
	margin-right: 10px;
}
a.other_btn_gray, a.other_btn_gray:visited {
	height: 13px;
	line-height: normal;
	padding: 5px;
	color: #fff;
	margin: 0 15px;
	text-decoration: none;
	font-size: 11px;
}
	
	
/*
	Widget Classes: Content-Specific
*/

.widget .top-links {
	text-align: center;
	padding: 4px;
	padding-top: 2px;
	line-height: 1em;
	}

.widget ul li .relative-time {
	font-size: 0.9em;
	color: #bbbbbb;
	float: right;
	}
	
.widget ul li .avatar {
	float: left;
	height: 32px;
	padding: 1px;
	border: solid #bbbbbb 1px;
	margin-right: 2px;
	}
	
.widget .quick-submit,.discuss.landing .quick-submit {
	clear: both;
	padding-top: 10px;
	}
	
.widget .quick-submit input,.discuss.landing .quick-submit input {
	width: 250px;
	height: 26px;
	line-height: 26px;
	font-size: 13px;
	font-weight: bold;
	border: #bbbbbb 2px solid;
	color: #505050;
	padding: 0px 0 0 4px !important;
	margin: 0px !important;
	}
	
.discuss.landing .quick-submit input {
	width: 365px;
	}
	
.widget .quick-submit button,.discuss.landing .quick-submit button {
	height: 30px;
	width: 28px;
	padding: 0px !important;
	margin: 0px !important;
	}

.widget .discuss {
	}
	
.widget ul.discuss li {
	background: none !important;
	padding-left: 0px !important;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: dotted #eeeeee 1px;
	}
	
.widget ul.discuss li .replies {
	font-size: 0.9em;
	color: #909090;
	float: right;
	margin-right: 3px;
	padding-left: 3px;
	padding-right: 3px;
	}

.widget ul.discuss li a {
	padding-right: 60px;
	display: block;
	}
	
.widget .news img {
	float: left;
	}
	
.widget .news a {
	display: block;
	padding-left: 20px;
	}
	
.widget ul.blogs {
	}
	
.widget ul.blogs li {
	width: 100%;
	background: none !important;
	padding-left: 0px !important;
	padding-bottom: 3px;
	padding-top: 3px;
	display: block;
	clear: left;
	}
	
.widget ul.blogs li .replies {
	font-size: 0.9em;
	color: #aaaaaa;
	float: right;
	padding-left: 3px;
	margin-right: 3px;
	padding-right: 3px;
	}
	
#wiki-cats .widget a {
	}
	
/********************
*  Content Classes  *
********************/

.content-narrow {
	width: 470px !important;
	float: right;
}

.wiki,.strategy,.video,.document {
	}
	
.wiki.landing,.strategy.landing,.video.landing,.document.landing {
	font-size: 1.2em;
	}
	
.wiki.landing div,.strategy.landing div,.video.landing div,.document.landing div {
	width: 200px;
	}

.wiki.landing .action-links,.strategy.landing .action-links,.video.landing .action-links,.document.landing .action-links {
	width: 120px;
	padding-left: 20px;
	}
	
.wiki.landing .action-links a,.strategy.landing .action-links a,.video.landing .action-links a,.document.landing .action-links a {
	display: block;
	padding: 10px;
	float: none;
	border: solid #cacaca 1px;
	background-color: #d0f5d0;
	margin-top: 10px;
	}
	
.wiki.category {
	padding: 10px;
	}
	
.wiki.category .action-links {
	text-align: right;
	}
	
.wiki.product,.wiki.company {
	}
	
.wiki.product .logo,.wiki.company .logo {
	float: left;
	width: 200px;
	padding: 4px;
	}
	
.wiki.product .rating,.wiki.company .rating,.strategy.view .rating,.video.view .rating,.document.view .rating {
	float: right;
	width: 160px;
	padding: 4px;
	text-align: left;
	}
	
.wiki.product .rating h2,.wiki.company .rating h2,.strategy.view .rating h2,.video.view .rating h2,.document.view .rating h2 {
	background-color: transparent !important;
	color: #000000;
	font-size: 1.0em;
	font-family: sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}
	
.wiki.product .rating h3,.wiki.company .rating h3,.strategy.view .rating h3,.video.view .rating h3,.document.view .rating h3 {
	background-color: transparent !important;
	font-family: sans-serif;
	margin: 0px;
	padding: 0px;
	color: #505050;
	text-transform: none;
	}
	
.wiki.product .description,.wiki.company .description,.strategy.view .description,.video.view .description,.document.view .description {
	clear: both;
	font-size: 1.2em;
	margin-top: 4px;
	padding: 10px;
	padding-left: 0px;
	padding-right: 0px;
	}
	
.wiki.product .description.narrow,.wiki.company .description.narrow {
	clear: left;
	float: left;
	width: 308px;
	margin-right: 10px;
	}
	
.wiki.product .billboard,.wiki.company .billboard {
	float: right;
	clear: right;
	width: 300px;
	margin-top: 4px;
	padding: 0px;
	}
	
.wiki.product .billboard-padding,.wiki.company .billboard-padding {
	height: 2.5em;
	width: 1px;
	float: right;
	}
	
.wiki.product .billboard-ads,.wiki.company .billboard-ads {
	border: solid #f3f6f9 1px;
	float: right;
	width: 270px;
	height: 280px;
	font-size: 8pt;
	color: #a0a0a0;
	padding-left: 10px;
	padding-top: 10px;
	}
	
.wiki.product .billboard-ads .ad,.wiki.company .billboard-ads .ad {
	width: 125px;
	height: 125px;
	float: left;
	margin: 10px;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #f0f0f0;
	}
	
.wiki.product .column-left,.wiki.company .column-left { float: left; clear: left; }
.wiki.product .column-right,.wiki.company .column-right { float: right; clear: right; }
	
.wiki.product .brochures,.wiki.company .brochures {
	margin-top: 10px;
	}
	
.wiki.product .brochures h2,.wiki.company .brochures h2 {
	font-size: 12pt;
	}
	
.wiki.product .contact-info,.wiki.company .contact-info {
	width: 280px;
	line-height: 14pt;
	}
	
.wiki.product .contact-info h2,.wiki.company .contact-info h2 {
	font-size: 12pt;
	}
	
.wiki.product .contact-info .contact-title,.wiki.company .contact-info .contact-title {
	text-transform: uppercase;
	width: 80px;
	font-weight: bold;
	display: block;
	float: left;
	}

.wiki.product .contact-info .contact-phone,.wiki.company .contact-info .contact-phone {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	}
	
.wiki.product .contact-form,.wiki.company .contact-form, .wiki.product .mini-rating {
	width: 280px;
	margin-top: 10px;
	}
	
.wiki.product .mini-rating {
	}
	
.wiki.product .contact-form label,.wiki.company .contact-form label, .wiki.product .mini-rating label, .contact-info span {
	width: 80px;
	font-size: 0.95em;
	height: auto;
	line-height: 1em;
	text-align: left;
	float: left;
	clear: left;
	text-transform: uppercase;
	color: #444;
	font-weight: bold;
	}
	
.wiki.product .contact-form label,.wiki.company .contact-form label {
	line-height: 30px;
	margin: 0; padding: 0 0 10px 0;
	}
	
.wiki.product .contact-form input,.wiki.company .contact-form input {
	margin-bottom: 10px;
	}
	
.wiki.product .mini-rating label {
	width: auto;
	float: none;
	}
	
.wiki.product .mini-rating textarea {
	width: 252px;
	}
	
.wiki.product .contact-form input,.wiki.company .contact-form input, .wiki.product .mini-rating input {
	float: right;
	}
	
.wiki.product .contact-form button,.wiki.company .contact-form button {
	clear: left;
	}
	
.wiki.product.ad,.wiki.company .ad,.strategy.ad,.video.ad {
	background: #FFFFFF url(../images/leftsidebartop.gif) top no-repeat;
	float: right;
	width: 120px;
	height: 600px;
	margin: 15px 23px 10px 0;
	padding: 9px;
	border: 1px solid #DDDDDD;
	display: inline;
	}
	
.wiki.product.ad,.wiki.company.ad {
	width: 160px;
	padding: 0px;
	background: transparent;
	}

.tagline {
	padding-bottom: 10px;
	}
.wiki.product .tagline,.wiki.company .tagline {
	}
	
.wiki.product .tagline.narrow,.wiki.company .tagline.narrow {
	}
	
.wiki.company .info {
	margin-top: 1em;
	margin-bottom: 1em;
	}
	
.wiki.product.ratings,.wiki.company.ratings,.strategy.ratings,.video.ratings {
	float: left;
	width: 456px;
	}
	
.wiki.product.ratings {
	width: 456px;
	}

.row-product-rating,.row-strategy-rating,.row-video-rating,.row-document-rating {
	padding: 15px 5px 0px;
	border-bottom: 1px dotted #999;
	font-size: 13px;
	}
	
.row-product-rating .job-title,.row-strategy-rating .name,.row-video-rating .name,.row-document-rating .name {
	float: none;
	display: block;
	font-weight:normal;
	}
	
.row-product-rating .used-date {
	float: left;
	clear: left;
	}
	
.row-video-rating .stars,.row-document-rating .stars {
	float: right;
	text-align: right;
	font-size: 0.8em;
	display: block;
	}
	
.row-product-rating .comments,.row-strategy-rating .comments,.row-video-rating .comments,.row-document-rating .comments {
	border: 0px;
	background: transparent;
	clear: both;
	padding: 2px;
	margin: 0px;
	}
	
.row-product-rating .comments p {
	margin: 0px;
	padding-bottom: 5px;
	}
	
.strategy.view .categories, .video.view .categories, .document.view .categories {
	float: left;
	width: 250px;
	padding: 4px;
	}
	
.document.view .categories {
	float: right;
	width: 350px;
	}
	
.strategy.view .categories h3, .video.view .categories h3,.document.view .categories h3 {
	background-color: transparent !important;
	color: black;
	padding: 0px !important;
	text-transform: none;
	font-size: 12pt;
	}
	
.strategy.view .credits, .video.view .credits,.document.view .credits {
	float: right;
	padding-top: 5px;
	font-size: 1.2em;
	}
	
.row-strategy-rating .name, .row-video-rating .name,.row-document-rating .name {
	float: left;
	font-weight: normal;
	}
	
.row-strategy-rating .name .job-title, .row-video-rating .name .job-title,.row-document-rating .name .job-title {
	font-style: italic;
	font-weight: bold;
	display: block;
	}


/*******************
*   Video Styles   *
*******************/
	
.video.view {}
	
.video .player-container {
	padding-top: 15px;
	text-align: center;
	}
.video .player-container object {
	padding: 4px;
	border: solid #dddddd 1px;
	}
	
.video .player-container .error {
	text-align: center;
	font-size: 16pt;
	background-color: #d4e8fc;
	padding: 10px;
	}
	
.video.ratings {
	width: 478px;
	}
	
.video.rating-add {
	width: 478px;
	}
	
.row-video td.title {
	height: 94px;
	overflow: hidden;
	font-size: 10pt;
	}
	
.row-video td.title .thumb {
	float: left;
	width: auto;
	padding-right: 10px;
	line-height: 1em;
	}
	
.row-video td.title .thumb img {
	padding: 1px;
	border: solid #cccccc 1px;
	}
	
.row-video td.title h2 {
	font-size: 1.1em;
	font-weight: bold;
	background: transparent !important;
	padding: 0px;
	margin: 0px;
	margin-bottom: 4px;
	}
	
.row-video td {
	vertical-align: top;
	}
	
.discuss.landing .quick-submit {
	}

.upload_rules {
	background: #f2f5f8;
	border: 1px solid #ccd9e5;
	padding: 9px;
	font-size: 12px;
	font-weight: bold;
	color: #424242;
	width: 282px;
	float: right;
	margin: 0;
	}
.upload_rules p {
	padding: 0; margin: 0 !important;
	}
.upload_rules ul {
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	padding: 0; margin: 0 0 0 20px;
	}
.upload_rules ul li {
	list-style: disc;
	padding: 0; margin: 0;
	}	

.suggested-videos {
	padding: 15px 0 0px 0;
	border-top: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
	}
.suggested-videos h2 {
	font-size: 16px;
	font-weight: bold;
	}
.suggested-videos .video-link {
	width: 130px;
	float: left;
	margin-left: 25px;
	margin-top: 10px;
	}
.suggested-videos .first {
	margin-left: 15px;
	}
.suggested-videos .video-link h3 {
	color: #164882;
	font-size: 10px;
	font-weight: bold;
	}
.suggested-videos .video-link a {
	color: #009E00;
	font-weight: bold;
	}
.suggested-videos .video-link img {
	width: 130px;
	height: 72px;
	border: none;
	}
.suggested-videos .video-link p {
	width: 158px;
	float: left;
	color: #333;
	font-size: 10px;
	font-weight: normal;
	}

/***********************************************
*                                               *
*             VENDOR RATINGS STYLES             *
*                                               *
 ***********************************************/

/********************
      VR HOME
********************/

#vr_feature {
	
}
#vr_feature .feature_buckets {
	margin-bottom: 20px;
}
#vr_feature .feature_buckets a {
	margin-right: 5px;
}
#vr_feature .feature_buckets a.last {
	margin-right: 0px;
}
#vr_feature .feature_buttons {
	margin-bottom: 20px;
}
.vr_tabs .tab-wrap {
	height: 26px;
	padding: 0px;
	float: left;
	margin: 0px;	
}
.vr_tabs .tab-wrap .tab {
	margin-left: 0;
	margin-right: 10px;
}
#vr_home .postarea {
	margin-bottom: 20px;
}
#vr_home #filterbar {
	display: none;
}
#vr_home .column-triple a {
	line-height: 28px;
	font-size: 15px;
	font-weight: normal;
}
#vr_home .stats {
	font-size: 13px;
	color: #707070;
	width: 500px;
	height: 20px;
	padding: 0 10px;
	font-weight: bold;
}


/***   VR Buttons   ***/
.vr_buttons {
	margin-bottom: 25px;
}
.vr_buttons a span {
	display: none;
}
.vr_buttons a.button {
	float: left;
	margin-right: 11px;
	width: 197px;
	height: 42px;
	padding-top: 0;
	background: url(../images/vendorratings/add_vend_button.gif) no-repeat;
}
.vr_buttons a.add_vr_button {
	background: url(../images/vendorratings/add_vr_button.gif) no-repeat;
	width: 210px;
}
.vr_buttons a.add_vprod_button {
	background: url(../images/vendorratings/add_vprod_button.gif) no-repeat;
	width: 229px;
}
.vr_buttons a.add_vend_button {
	float: right;
	margin: 0;
}


/***   Quick Links   ***/
.vr_quick_links {
	clear: both;
}
.vr_quick_links h2 {
	margin: 0;
	color: #fff;
	background: #386195;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	width: 82px;
	padding: 9px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}
.box {
	border: 1px solid #ddd;
	padding: 13px;
	margin: 0;
}
.vr_quick_links ul {
	padding: 0;
	margin: 0 55px;
	float: left;
}
.vr_quick_links ul li {
	height: 16px;
	margin: 12px 0;
	padding: 0;
}
.vr_quick_links li a {
	padding: 0 0 0 25px;
	color: #386195;
	font-size: 14px;
	text-decoration: underline;
	background: url(../images/vendorratings/icon_sprite.png) top left no-repeat;
	margin: 0;
}
.vr_quick_links li a:hover {
	text-decoration: none;
}
.vr_quick_links li a.promise {

}
.vr_quick_links li a.dsa {
	background-position: 0 -20px;
}
.vr_quick_links li a.cup {
	background-position: 0 -40px;
}
.vr_quick_links li a.add_vr {
	background-position: 0 -60px;
}
.vr_quick_links li a.add_vprod {
	background-position: 0 -80px;
}
.vr_quick_links li a.add_vend {
	background-position: 0 -100px;
}


/********************
     BREADCRUMBS
********************/

#breadcrumb {
	margin: 16px 0 20px 12px;
}
#breadcrumb a {
	color: #888;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #555;
}
#breadcrumb .spacer {
	background: url(../images/vendorratings/breadcrumb_arrow_right.gif) center 1px no-repeat;
	width: 5px; 
	display: inline;
	margin: 0px;
	padding: 0px 8px;
	height: 12px;
}


/********************
     CATEGORIES
********************/

.nopad {
	padding: 0;
	margin: 0;
	border: none;
	width: 659px;
}
.date_filter_bar {
	display: none;
	font-weight: bold;
	text-align: center;
}
#category-header {
	background: url(../images/vendorratings/vr_icon_48x48.gif) no-repeat;
	padding: 0 0 0 62px;
	color: #888;
	font-size: 13px;
	height: 48px;
	margin: 0 0 15px 12px;
}
#category-header h2 {
	margin: 0;
}
#category-header h2 a {
	color: #C06D2B;
	font-size: 26px;
	font-weight: bold;
	text-decoration: none;	
}
#category-header #Vendor-Categories .column {
	float: left;
	margin-right: 20px;
	margin-left: 0px;
	padding-left: 0px;
}
.product-list {
	padding: 0;
	border: 1px solid #ddd;
	border-top: none;
	margin-bottom: 25px;
	padding: 0px 0px 20px;
}
.row-product {
	clear: both;
	height: 90px;
	padding: 15px 25px;
	border-top: 1px solid #ddd;
}
.row-product.gold {

}
.row-product .product-logo {
	float: left;
	margin: 5px 25px 0 0;
	width: 110px;
}
.row-product .product-logo img {
	max-width: 110px;
	max-height: 80px;
}
#content .row-product .product-info {
	float: left;
	font-size: 14px;
	font-weight: normal;
	color: #111;
}
#content .row-product .product-info a {
	font-size: 14px;
	font-weight: normal;
	color: #111;
}
#content .row-product .product-info .product-name a {
	color: #365f97;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 0;
}
#content .row-product .product-info .product-phone a {
	color: #365f97;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 0;
}
#content .row-product .product-info .product-contact {
	color: #111;
	font-size: 15px;
	text-decoration: none;
	display: block;
	margin: 0;
}
#content .row-product .product-info .product-contact a {
	color: #111;
	font-size: 15px;
	text-decoration: none;
	display: block;
	margin: 0;
}
#content .row-product .product-info .product-contact a:hover {
	color: #111;
	font-size: 15px;
	text-decoration: none;
	display: block;
	margin: 0;
	text-decoration: underline;
}
#content .row-product .product-rating-summary {
	float: right;
	text-align: right;
	color: #111;
	font-size: 14px;
}
#content .row-product .product-rating-summary img {
	width: 20px;
	height: 20px;
	padding: 0 3px 0 0;
}
#content .row-product.gold .product-rating-summary img {
	width: 24px;
	height: 24px;
	padding: 0 4px 0 0;
}
#content .row-product.gold .product-info .product-name a {
	font-size: 18px;
}
#content .row-product.tall {
	height: 105px;
}

#content .row-product .icon-info {
	background: url(../images/vendorratings/left_corner_info.png) top left;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -15px;
	left: -25px;
}


/********************
     ADD STUFF
********************/

#content .instruction {
	font-size: 13px;
	color: #333;
	line-height: 20px;
	margin: 0 10px 20px 10px;
	width: 640px;
}


/***   Add a Vendor Rating   ***/
.rate_vendor_step1, .rate_vendor_step2, .rate_vendor_step3 {
	background: url(../images/vendorratings/rate_vendor_sprite.png) top left no-repeat;
	width: 700px;
	height: 28px;
	margin-bottom: 25px;
}
.rate_vendor_step2 {
	background-position: 0 -30px;
}
.rate_vendor_step3 {
	background-position: 0 -60px;
}
.rate_vendor_step1 ul, .rate_vendor_step2 ul, .rate_vendor_step3 ul {
	display: inline;
	list-style: none;
}
.rate_vendor_step1 li, .rate_vendor_step2 li, .rate_vendor_step3 li {
	width: 223px;
	padding: 0;
	margin: 0;
	float: left;
	text-align: center;
}
.rate_vendor_step1 li a, .rate_vendor_step2 li a, .rate_vendor_step3 li a {
	width: 233px;
	padding: 28px 0 0 0;
	margin: 0;
	height: 28px;
}
.rate_vendor_step1 li a span, .rate_vendor_step2 li a span, .rate_vendor_step3 li a span {
	display: none;
}

.add_rating {
	border: 1px solid #ddd;
	padding: 20px;
	width: 620px;
}
.add_rating h2 {
	color: #C06D2B;
}
.add_rating h2.green {
	color: #090;
	margin-bottom: 15px;
}
.add_rating h2 span {
	color: #111;
	font-weight: normal;
}
.add_rating .dropdown {
	margin: 40px;
}
.add_rating .dropdown select {
	width: 300px;
	height: 20px;
	margin-right: 20px;
}
.add_rating .add_vendor {
	text-align: center;
	font-style: italic;
	color: #888;
	font-weight: bold;
	font-size: 15px;
}
.add_rating .add_vendor a {
	font-style: normal;
	color: #0071bc;
	font-weight: normal;
}
.add_rating .different_vendor a {
	font-style: normal;
	color: #0071bc;
	font-weight: normal;
	font-size: 13px;
	float: left;
	width: 400px;
	margin: 30px 0 0 10px;
}
#content .add_rating .instruction {
	width: inherit;
	margin: 0;
	padding: 0;
}


/***   Add a product   ***/
.add_new {
	
}
.add_new h2 {
	color: #C06D2B;
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: normal;
}
#content .add_new .instruction {
	padding: 0;
	margin: 0;
}
.add_new h3 {
	color: #666;
	clear: left;
	margin-bottom: 4px;
}
.data_gather {
	padding: 10px 30px;
}
.add_new .product_info {
	clear: both;
	float: left;
	width: 350px;
}
.add_new .logo_uploader {
	width: 200px;
}
.add_new .logo_uploader img {
	margin-bottom: 0px;
}
.add_new select {

}
.add_new select, .add_new input, .add_new textarea {
	float: left;
	margin-bottom: 20px;
}

/***   Add a vendor   ***/

.add_new .data_gather {
	padding: 10px;
}

fieldset#edit_vendor {
	width: 500px;
}
fieldset#edit_vendor label {
	color: #555;
	font-size: 16px;
	margin-bottom: 4px;
	width: 500px;
	line-height: normal;
	float: left;
}
fieldset#edit_vendor label.left {
	color: #365F97;
	font-size: 20px;
	margin-bottom: 8px;
	padding-bottom: 4px;
	font-weight: bold;
}


/********************
      DSA PAGES
********************/

/********************
     OUR PROMISE
********************/

#promise {
    color: #252525;
    font: normal normal 15px/20px Arial;
    text-align: left;
    display: table-cell;
    width: 628px;
    height: auto;
    background-color: white;
    border: 1px solid #ddd;
    position: relative;
    padding: 10px 30px 10px 40px;
}
#promise .title {
    background: url(../images/vendorratings/our-promise-title.jpg) no-repeat white;
    width: 260px;
    height: 60px;
    margin-bottom: 20px;
    margin-top: 20px;
}
#promise .right {
    float: right;
    position: relative;
	padding-top: 15px;
}
#promise .link {
    color: #0071bc;
    text-decoration: underline;
}
#promise h2 {
    color: #376295;
    font: 21px Arial;
    padding-top: 15px;
}
#promise .aboutvr {
	color: #376295;
	padding-top: 20px;
	font-family: Arial;
	font-size: 26px;
	font-weight: bold;
}
#promise .small_text {
    font-size: 10px;
    font-style: italic;
}
#promise .signature {
    background: url(../images/vendorratings/jared-hamilton-signature.jpg) no-repeat white;
    width: 209px;
    height: 106px;
}
#promise ol { 
    padding-left: 2em;
}

#promise ul { 
    list-style-type: disc;
    padding-left: 2em;
}  

/**************************
  About DrivingSales
**************************/

#aboutds {
    color: #252525;
    font: 14px Arial;
    padding: 10px;
}

#aboutds .title {
    background: url(../images/aboutds-title.png) no-repeat white;
    width: 341px;
    height: 43px;
    margin-bottom: 20px;
}

#aboutds .body {
    padding: 15px;
}
#aboutds .benefits {
    padding: 5px;
}
/********************
     WHY JOIN
********************/

#whyjoin {
    color: #252525;
    font: 14px Arial;
    padding: 10px;
}

#whyjoin .title {
    background: url(../images/why-join-title.png) no-repeat white;
    width: 341px;
    height: 43px;
    margin-bottom: 20px;
}
#whyjoin .subheader {
	font-size: 19px;
	font-weight: bold;
	color: #666;
}
#whyjoin .body {
    padding: 15px;
}
#whyjoin .benefits {
    padding: 5px;
}

/********************
      ADVERTISE
********************/
#advertise {
    color: #252525;
    font: 14px Arial;
    padding: 20px;
}
#advertise h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
#advertise ul li{ 
    list-style-type: disc;
    padding-left: 1em;
}  
#advertise .title {
    background: url(../images/advertise-title.jpg) no-repeat white;
    width: 280px;
    height: 28px;
    padding-bottom: 20px;
}
#advertise .right {
    float: right;
    width: 250px;
    margin-top: 30%;
}
#advertise h1 {
    color: #555;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
#advertise .redirect_btn {
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 7px 20px;
    margin-top: 15px;
    -moz-box-shadow: 1px 1px 1px #7d7d7d;
    -webkit-box-shadow: 1px 1px 1px #7d7d7d;
    box-shadow: 1px 1px 1px #7d7d7d;
    background-color: #65b353;
    margin-right: auto;
    margin-left: auto;
    width: auto;
}
#advertise .left {
    float: left;
}

/********************
      ENHANCED
********************/
#enhanced {
    color: #252525;
    font: 14px Arial;
    padding: 20px;
}
#enhanced h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
#enhanced ul li{ 
    list-style-type: disc;
    padding-left: 1em;
}  
#enhanced .title {
    background: url(../images/enhanced-title.jpg) no-repeat white;
    width: 411px;
    height: 34px;
    padding-bottom: 20px;
}
#enhanced .chart {
    background: url(../images/vendorratings/evr-chart.jpg) no-repeat white;
    width: 597px;
    height: 677px;
    padding-bottom: 10px;
    display: block;
}
#enhanced .right {
    float: right;
    width: 250px;
    margin-top: 30%;
}
#enhanced h1 {
    color: #555;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
#enhanced .redirect_btn {
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 7px 20px;
    margin-top: 15px;
    -moz-box-shadow: 1px 1px 1px #7d7d7d;
    -webkit-box-shadow: 1px 1px 1px #7d7d7d;
    box-shadow: 1px 1px 1px #7d7d7d;
    background-color: #65b353;
    margin-right: auto;
    margin-left: auto;
    width: auto;
}
#enhanced .left {
    float: left;
}


/********************
       COMPANY
********************/

/********************
  ABOUT CONTACT FORM
********************/

.about-contact-form {
	width: 255px;
	height: 550px;
	background: #F2F5F7;
	border: 1px solid #D0DAE5;
	padding: 12px;
	margin-top: 30px;
}
.about-contact-form h3 {
	font-size: 19px;
	margin: 0;
	padding: 0;
    font-weight: bold;
    color: #376295;
}
.about-contact-form .instructions {
	margin: 6px 0 0 0;
	padding: 0;
	color: #252525;
	font-size: 14px;
	line-height: 18px;
}
.about-contact-form label {
    width: 190px;
	color: #2D5C93;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
    margin-bottom: 10px;
}
.about-contact-form input {
	width: 244px;
	margin-bottom: 5px;
}
.about-contact-form textarea {
	width: 244px;
}


/********************
      SHOWCASES
********************/

/***  Showcase Header  ***/

#showcase_header {
	padding-bottom: 20px;
}
#showcase_header .left {
	float: left;
}	
#showcase_header .left h2 {
	color: #386195;
	margin: 0;
}
#showcase_header .left img {
	margin: 10px 0 0 10px;
}
#showcase_header .right {
	float: right;
	text-align: left;
	margin-right: 10px;
    margin-top: 40px;
}
#showcase_header .right img {
	height: 22px; width: 22px;
	margin-right: 3px;
}
#showcase_header .right h2 {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #111;
	margin: 3px 0 26px 0;
}
#showcase_header .right h3 {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #111;
	margin: 0;
}
#showcase_header .right a.fr {
	margin-right: 0;
}
.header_button {
	float: left !important;
}

/***  Showcase Video Player  ***/

#showcase_player {
	background-color: black;
	border: 1px solid black;
	width: auto;
	height: auto;
	border-radius: 5px;
	padding: 15px;
	color: white;
	font-size: 18px;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	background-image: linear-gradient(bottom, #000000 0%, #707070 50%, #000000 100%);
	background-image: -o-linear-gradient(bottom, #000000 0%, #707070 50%, #000000 100%);
	background-image: -moz-linear-gradient(bottom, #000000 0%, #707070 50%, #000000 100%);
	background-image: -webkit-linear-gradient(bottom, #000000 0%, #707070 50%, #000000 100%);
	background-image: -ms-linear-gradient(bottom, #000000 0%, #707070 50%, #000000 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #000000),
		color-stop(0.5, #707070),
		color-stop(1, #000000)
	);
}
#showcase_player .wrap{
	background-color: white;
	border-style: solid;
	border-color: white;
	border-radius: 5px;
	padding: 5px;
}
#showcase_player .title{
	color: white;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

/***  Showcase Overview  ***/

#showcase_overview {
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 20px;
}
#showcase_overview .link {
	color: #0071bc;
	font-size: 11px;
	margin-top: 5px;
}
#showcase_overview .title, .vr_more-products .title, .contact .title {
	color: #386195;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
#showcase_overview h3 {
    color: #386195;
}

/***  Showcase Vendor Area  ***/

#showcase_vendor {
	border: 1px solid #ddd;
	padding: 10px;
	display: table-cell;
	width: 628px;
}
#showcase_vendor .right {
	float: right;
    margin-right: 10px !important;
    margin-top: 0px;
	width: 200px;
	padding: 0;
}
#showcase_vendor .right img {
	padding: 0 4px 0 0;
	width: 22px;
	height: 22px;
	margin: 0 0 8px 0;
}

#showcase_vendor .right .ad img
{
	width: auto;
	height: auto;
}

#showcase_vendor .average_rating {
	margin-top: 10px;
}
#showcase_vendor .average_rating p {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}
#showcase_vendor .average_rating a {
	font-weight: bold;
}

#showcase_vendor .vendor_information p {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
#showcase_vendor .vendor_information p em {
	font-weight: normal;
	font-style: normal;
}

#showcase_vendor .contact {
	text-align: left;
    line-height: 1.3em;
}
#showcase_vendor .contact-phone {
    margin-top: 0px;
}
#showcase_vendor .contact-website {
    margin-top: 0px;
}
#showcase_vendor .contact h2 {
	color: #386195;
	font-size: 18px;
	padding-bottom: 5px;
	padding-top: 10px;
}
#showcase_vendor .contact h3 {
	color: #c66d26;
	padding-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
}
#showcase_vendor .form {
	width: 172px;
	padding: 10px;
	background-color: #386195;
	border: 1px solid #386195;
	border-radius: 5px;
	color: white;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 15px;
}
#showcase_vendor .form h3 {
	margin: 0 0 5px 0;
	font-size: 16px;
}
#showcase_vendor .link{
	color: #0071bc;
	font-size: 11px;
}
#showcase_vendor label, #showcase_vendor input { 
	width: 163px;
}
#showcase_vendor textarea {
	width: 159px;
}
.form_button {
	position: relative;
	float: right;
	padding-top: 10px;
	padding-right: 2px;
}
#showcase_overview .tagline {
	margin: 15px;
}
#showcase_overview .tagline em {
	color: #888;
}
#content .description .tab-wrap, #content .company .tab-wrap, #content .product .tab-wrap {
	margin-left: 0;
	padding-left: 0;
}
#content .description .tab-active, #content .company .tab-active, #content .product .tab-active {
	margin-left: 0;
	padding-left: 0;
}
#VendorRatings .job-title .icon-verified {
	margin: 0 5px 0 0px;
	display: inline-block;
	vertical-align: bottom;
}

/********************
     WIKI STYLES
********************/

#showcase_header .wiki_stars img {
	width: 22px;
	height: 22px;
	margin-right: 3px;
}
.vr_wiki_explanation {
	margin-bottom: 10px;
	border: 1px solid #ddd;
	background: #fffff5;
	width: 628px;
	padding: 15px;
}
.vr_wiki_explanation.nowidth {
	clear: both;
	width: auto;
	margin: 0 auto;
}
.vr_wiki_explanation p {
	color: #333;
	padding: 0;
	margin: 0;
	line-height: 18px;
	font-size: 12px;
}
#showcase_overview .vr_wiki_explanation.nowidth p {
	text-align: center;
	line-height: normal;
	margin: 0 !important;
	padding: 0;
	width: auto;
}
.vr_wiki_explanation p span {
	font-weight: bold;
}
.vr_wiki_explanation a {
	text-decoration: underline;
	}
.vr_wiki_explanation a:hover {
	text-decoration: none;
	}

.vr_rating {
	text-align: right;
	width: 160px;
	margin: 6px 0 0 0;
	padding: 0;
	color: #333;
	float: right;
	}
.vr_rating h2 {
	font-size: 14px;
	margin-bottom: 4px;
	}
.vr_rating h3 {
	font-size: 12px;
	line-height: 18px;
	}
	
.vr_rate {
	margin-top: 20px;
	}
.vr_rate h2, .contact-form h2, .contact-info h2, .vr_more-products h2, .vr_product-ratings h2 {
	font-size: 16px;
	padding-bottom: 6px;
	color: #000;
	}
.contact-form p {
    line-height: normal;
	}
.vr_rate p, .column-right p {
	margin-left: 10px;
	font-size: 12px;
	line-height: 18px;
	}
	
.vr_left {
	float: left;
	width: 300px;
}
.vr_left .contact-info {
	margin-bottom: 20px;
}
.vr_right {
	width: 200px;
	float: right;
}
.vr_right .contact-form {
	width: 200px !important;
	border-radius: 5px;
	background-color: #386195;
	border: 1px solid #386195;
	padding: 10;
}
.vr_right .contact-form p {
	margin-left: 10px;
}
.vr_right .contact-form button {
	float: right;
}

.contact-info div {
	padding: 0 0 8px 10px !important;
	}
.contact-info div span {
	padding-top: 4px;
	}
	
.vr_billboard {
	margin: 2px 0 15px 30px !important;
	}
	
.vr_more-products table {
	margin: 10px 10px 0 10px;
	width: 603px;
	}
.vr_more-products table a {
	font-size: 14px;
	}
.vr_more-products table td.stars {
	width: 120px;
	padding: 0 !important;
	}
.vr_more-products table td.stars img {
	margin-right: 3px;
}
.vr_more-products table td.recommended {
	font-size: 13px;
	width: 145px;
	}
.vr_more-products table td.button {
	width: 124px;
	}
	
.vr_product-ratings {
	width: 360px;
	float: left;
	}
.vr_product-ratings .heading {
	margin-bottom: 6px;
	}
.vr_product-ratings .heading a {
	margin: 0;
	}
	
.vr_billboard-ads {
    float: left;
    height: 150px;
    margin: 0;
    padding: 25px 0 0;
    width: 640px;
	}
.vr_billboard-ads .ads {
    border: 1px solid #888888;
    float: right;
    height: 125px;
    margin: 0 25px 0 5px;
    width: 125px;
	}
.vr_billboard-ads em {
	color: #999;
	float: right;
	margin: 3px 10px 0 0;
	}
	
.indent {
	padding: 0 10px 10px 10px;
	}
.indent .description {
	font-size: 14px !important;
	line-height: 20px;
	color: #333;
	}
	
/** NEW PRODUCT RATING STYLES **/

.product-name {
	display: block;
	font-size: 18px;
	margin-bottom: 2px;
	color: #333;
}
.product-name a, .product-name a:visited, .product-name a:active {
	color: #333;
	text-decoration: none;
}
.product-name a:hover {
	color: #2D5C93;
	text-decoration: underline;
}
.stars span {
	padding-top: 4px;
}
.row-product-rating .left {
	font-size: 11px;
	color: #252525;
}
.row-product-rating p {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.grey_avatar {
    width: 58px;
	height: 58px;
	padding: 0;
    margin-left: 0;
    margin-right: 10px;
    float: left;
}
.grey_avatar img {
	width: 58px;
	height: 58px;
	padding: 0;
	margin: 0;	
}
.row-product-rating .left span {
	float: left;
	margin: 0 0 3px 15px;
	font-weight: normal;
}
.row-product-rating .left span strong {
	font-weight: normal;	
}
.row-product-rating .product-right {
    text-align: left;
}
.row-product-rating .stars img {
		padding: 0px 2px;
}
.job-title {
	font-size: 11px;
	font-style: italic;
	text-align: left;
	margin-bottom: 35px;
	margin-top: 4px;
	line-height: 15px;
}
.row-product-rating .hc-preview {
	display: inline;
	margin-left: 5px;
	line-height: 15px;
	vertical-align: middle;
}

.row-product-rating .pros_cons {
	clear: both;
	padding: 6px 0 0 0;
}
.row-product-rating .darker {
    color: #2d5c92;
    font-size: 13px;
    font-weight: bold;
}

.pros_cons p {
	margin: 0;
	padding: 0 10px 0 0;
	color: #555;
	font-size: 12px;
}
.row-product-rating .right .stars {
	float: left;
	text-align: left;
	margin-bottom: 0px;
}
.row-product-rating .right .stars img {
	width: 24px; height: 24px;
    margin-right: 3px;
}
.divline {
	border-top: 1px dotted #ddd;
	border-bottom: 1px solid #f0f0f0;
	height: 0px;
	margin: 15px 0 20px 0;
}

#survey-quick-reg {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}
#survey-quick-reg-form table {
	margin: 0 5px;
	}
#survey-quick-reg-form tr {
	height: 30px;
	padding: 0 0 10px 0;
	}
#survey-quick-reg-form td {
	height: 30px;
	margin: 0; padding: 0;
	vertical-align: top;
	}
#survey-quick-reg-form label {
	vertical-align: top;
	margin-top: 6px;
	float: left;
	font-size: 13px;
	width: 108px;
	padding-right: 4px;
	}
#survey-quick-reg-form td input {
	height: 25px;
	margin: 0 0 10px; padding: 0;
	width: 190px;
	}
#survey-quick-reg-form td input.fullwidth {
	width: 100%;
	margin-right: 6px;
	}
#survey-quick-reg-form .fr {
	float: right;
	}
#survey-quick-reg-form .fr label {
	float: right;
	}

.postarea .rating_questions {
	background-color: #f2f5f7;
	border: 1px solid #d0dae5;
	padding: 0 20px;
	margin: 15px 10px 0 10px;
}
.postarea .line {
	background: transparent url(../images/vr-survey-line.png) bottom left repeat-x;
	clear: both;
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 15px;
	}
.postarea .noline {
	background: transparent;
	}
.postarea .line h3 {
	padding-right: 15px;
	font-weight: normal;
	font-size: 14px;
	padding-bottom: 10px;
	}
.postarea .line .answers {
	clear: both;
	margin-left: 12px;
	}
.postarea .line label {
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 22px;
	padding-left: 2px;
	color: #2f5e92;
	}
.postarea .line textarea {
	width: 96% !important;
	margin-bottom: 6px;
	padding: 2%;
	}

.top_paragraph {
	margin-top: 8px !important;
}

.go_back {
	font-style: italic;
	margin: 10px 4px 0 15px;
}

/************  End VR Styles  ***************



/********************
*   Share Section   *
********************/

.share_section {
	padding: 15px;
	}
.share_section h3 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin-left: -15px;
	}
.share_section .instructions {
	font-style: italic;
	color: 424242;
	font-size: 12px;
	font-weight: normal;
	margin-top: 6px;
	}
.share_section label {
	width: 100px;
	float: none;
	margin: 0;
	padding: 3px 20px 0 10px;
	text-align: left;
	line-height: normal;
	}
.share_section input, .share_section textarea {
	width: 242px;
	}
.share_section input.check {
	width: auto;
	}
.share_section .check-group {
	margin: 0px 20px;
	}
.share_section .check-group div {
	margin: 0 0 6px 0;
	width: 260px;
	float: left;
	background: #fff;
	}

.share_section label.long {
	width: 500px !important;
	}

/******************
*	Blog styles   *
******************/
	
.blog h3 {
	background: transparent !important;
	text-transform: none !important;
	padding: 0px;
	font-size: 1.2em;
	}

.blog .blog-header {
	margin-bottom: 1em;
	border-bottom: solid #eaeaea 2px;
	}
	
.blog .blog-header h1, .blog .blog-header h1 a {
	font-family: Arial, "Trebuchet MS", sans-serif !important;
	}
	
.blog .blog-header h1 a:hover {
	color: #000;
	text-decoration: underline;
	}
	
.blog.post .top {
	}
	
.blog.post .top .avatar {
	float: left;
	margin-right: 10px;
	border: solid #eeeeee 1px;
	padding: 1px;
	width: 50px;
	height: 50px;
	}
	
.blog.post .top div {
	padding-left: 60px;
	}
	
.blog.post .top h2 {
	margin: 0px !important;
	padding: 0px !important;
	}
	
.blog.post .top .author {
	font-size: 14px;
	line-height: 30px;
	}
	
.blog.post .entry {
	clear: left;
	margin-top: 10px;
	}

.blog .post {
	clear: both;
	margin-bottom: 2em;
	}
	
.blog .post h1, .blog .post h3 {
	font-size: 2em;
	}
	
.blog .post h1 a, .blog .post h3 a {
	color: black;
	}
	
.blog .post .post-info {
	color: #333;
	border-bottom: #c4c4c4 1px dotted;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	line-height: 27px;
	}
	
.blog .post .post-info .author a {
	font-weight: normal;
	color: #009f00;
	text-decoration: underline;
	}
	
.blog .post .post-info .share {
	float: right;
	height: 24px;
	overflow: hidden;
	line-height: 23px;
	width: 355px;
	}
	
.blog .post .post-info .share div {
	width: 68px;
	float: right;
	margin-left: 10px;
	}
.blog .post .post-info .details {
	
	}

.blog .post .post-info .share .comments {
	float: left;
	padding-right: 10px;
	width: auto;
	margin-left: 0;
	padding-left: 0;
	}
.blog .post .post-info .share .comments a {
	color: #009f00;
	text-decoration: none;
	}
.blog .post .post-info .share .comments a:hover, .share a:hover {
	text-decoration: underline !important;
	}
	
.blog .post .post-info .share .retweet {
/*	display: block;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;*/
	}
.blog .post .post-info .share .retweet a {
	padding: 0px;
	line-height: 20px;
	background: url(../images/buttons/share_twitter.gif) top left no-repeat;
	font-weight: bold;
	padding-left: 70px;
	padding-top: 4px;
	}
	
.blog .post .post-info .share .facebook-share {
	width: 90px;
}
.blog .post .post-info .share .facebook-share a {
	padding: 0px;
	line-height: 20px;
	background: url(../images/buttons/share_facebook.gif) top left no-repeat;
	font-weight: bold;
	padding-left: 70px;
	padding-top: 4px;
	}
	
.blog .post .post-info .share .buzz-it a {
	padding: 0px;
	line-height: 20px;
	background: url(../images/buttons/share_buzz.gif) top left no-repeat;
	font-weight: bold;
	padding-left: 70px;
	padding-top: 4px;
	}
.blog .post .post-info .share .buzz-it a span, .blog .post .post-info .share .facebook-share a span, .blog .post .post-info .share .retweet a span {
	display: none;
	}

	
.blog .post .post-body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10pt;
	}
	
.blog .post .read-more {
	float: right;
	}
	
.blog .post .read-more a {
	font-weight: bold;
	color: #009f00;
	font-size: 11pt;
	}

.blog .post .next-post, .blog .post .prev-post {
	font-size: 10pt;
	font-weight: bold;
	}
	
.blog .post .next-post a, .blog .post .prev-post a {
	color: #008500;
	}
	
.blog .post .next-post {
	float: left;
	}
	
.blog .post .prev-post {
	float: right;
	}
	
.blog .related-posts {
	border-top: solid #ddd 1px;
	border-bottom: solid #ddd 1px;
	margin-top: 20px;
	}	
.blog .related-posts h3 {
	font-size: 16px;
	font-weight: bold;
	}
.blog .related-posts div {
	margin: 10px 0 10px 0;
	width: 312px;
	}
.blog .related-posts .right {
	float: right;
	border-left: 1px solid #ddd;
	padding-left: 15px;
	width: 297px
	}
.blog .related-posts .left {
	float: left;
	}
.blog .related-posts div a {
	display: block;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	margin-left: 15px;
	}
	
.blog .comments {
	float: right;
	width: 468px;
	padding: 0 0 0 15px;
	}
.blog .comments h2 {
	font-size: 16px;
	font-weight: bold;
	}
.blog .comments .comment {
	border: 1px solid #ddd;
	padding: 10px;
	}
		
.blog.cp.portal .intro {
	font-size: 11pt;
	line-height: 14pt;
	}
	
.blog.cp.portal .intro ol {
	margin-left: 20px;
	}

.blog.cp.portal h2 {
	font-size: 12pt;
	font-weight: bold;
	border-bottom: dotted #cacaca 1px;
	clear: left;
	padding-top: 1em;
	}
	
.blog.cp.portal h3 {
	font-size: 16pt;
	}
.blog.cp.portal h4 {
	font-size: 20px;
	margin-bottom: 15px;
	}	
.blog.cp.portal .blog-item {
	clear: left;
	padding-top: 10px;
	padding-left: 20px;
	}
	
.blog.cp.portal .blog-item .actions {
	width: 450px;
	padding: 10px;
	padding-left: 20px;
	}
	
.blog.cp.portal .blog-item .actions a {
	display: block;
	float: left;
	width: 140px;
	padding: 2px;
	}

.blog.cp.home .column-left {
	width: 220px;
	}
	
.blog.cp.home .column-right {
	width: 400px;
	}
	
.blog.cp.home .pane {
	padding: 0px;
	border: #cacaca 1px solid;
	}
.blog.cp.home .column-right .pane {
	width: 378px;
}
	
.blog.cp.home .pane h3 {
	border-bottom: dotted #cacaca 1px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
	font-size: 10pt;
	}
	
.blog.cp.home .pane h3 .info {
	font-size: 8pt;
	text-transform: none;
	line-height: 10pt;
	padding-left: 10px;
	}
	
.blog.cp.home .pane .content {
	padding: 5px;
	}
	
.blog.cp.home .comments .result-table {
	padding: 5px;
	}
	
.blog.cp .new-post {
	float: right;
	}
	
.blog.cp.write #blog-post-featured-image img {
	padding: 1px;
	border: solid black 1px;
	}

.blog.cp.write .revision-info {
	font-weight: bold;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #E30000;
	color: #fff;
	}
	
.blog.cp.write .revision-info a {
	color: #fff;
	text-decoration: underline;
	}
	
#cat-list {
	margin-top: 5px;
	padding: 10px;
	}
#cat-list .item {
	float: left;
	display: inline;
	margin: 4px 20px 0 0;
	}
#cat-list label {
	float: none;
	text-align: left;
	font-weight: bold;
	color: white;
	background-color: #2d5c93;
	padding: 5px !important;
	margin-right: 10px;
	font-size: 12px !important;
	width: auto !important;
	line-height: 1em;
	height: auto;
	}
#cat-list input {
	width: auto;
	margin-right: 5px;
	}
#tag-list {
	margin-top: 5px;
	padding: 10px;
	}
#tag-list .tag {
	text-align: left;
	font-weight: bold;
	color: white;
	background-color: #2d5c93;
	padding: 5px !important;
	margin: 5px 10px 0 0;
	font-size: 12px !important;
	display: inline-block;
	}
/*
	Events
*/

#events {
	float: right;
	width: 450px;
	padding: 10px;
	padding-top: 0px;
	}
	
#events .event-banner {
	margin-bottom: 10px;
	}
	
#events h2 {
	color: black !important;
	background-color: transparent !important;
	padding: 0px !important;
	margin-bottom: 1em;
	}
	
#events .register {
	font-weight: bold;
	padding: 10px;
	border-top: solid #eeeeee 1px;
	}
	
/*
	Persona dropdown styles
*/

#personas { display: inline; }
#personas .dropdown { display: inline; }
#personas .dropdown dd, #personas .dropdown dt, #personas .dropdown ul { margin:0px; padding:0px; display: inline; }
#personas .dropdown dd { display: inline; position:relative; }
/* DT styles for sliding doors */
#personas .dropdown dt a { display: inline; }
#personas .dropdown dt a span { margin-left: 4px; width: 12px; height: 12px; display: inline-block; padding: 0px; background: url(../images/ui/default/ui-icons_2e83ff_256x240.png) 190px 46px; }
/* UL styles */
#personas .dropdown dd ul { z-index: 1; background:#cbdbe4 none repeat scroll 0 0; display:none; list-style:none; padding:5px 0px; position:absolute; left:-170px; top:20px; width:auto; min-width:170px; border: solid #505050 1px; }
#personas .dropdown span.value { display:none;}
#personas .dropdown dd ul li a { padding:5px; display:block;}
#personas .dropdown dd ul li.active a { color: red !important; }
#personas .dropdown dd ul li a:hover { color: black !important; background: #ebfbf5; }

/*
	Survey Styles
*/

.survey h2 {
	font-weight: bold;
	color: #2d5c93;
	}
	
.survey h2 span { clear: left; font-weight: normal; font-size: 0.8em; }

.survey h3 em { font-weight: normal; }
	
.survey label {
	text-align: left;
	width: auto;
	padding-right: 20px;
	}
	
.survey .row1 {
	background-color: #f0efff;
	}
	
.survey .row2 {
	}
	
.survey .links {
	padding-top: 0px !important;
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
	}
	
.survey .links a, .survey .links a:visited {
	display: block;
	padding: 0px;
	color: #81817f;
	text-decoration: none;
	font-size: 10px;
	line-height: 15px;
	height: 15px;
	}
	
.survey .links a:hover {
	text-decoration: underline;
	}
	
.survey .links a span {
	color: #6ab137;
	}

/*
	jShowOff Styles
*/

#ad-rotator {
	position: relative;
	overflow: hidden;
	}

#ad-rotator .jshowoff {
	height: 250px;
	width: 300px;
	}

.jshowoff {}
.jshowoff div, .jshowoff img, .jshowoff {}
.jshowoff h2, .jshowoff p {
	font-size: 18px;
	padding: 15px 20px 0px;
	margin: 0;
	}
.jshowoff p {
	font-size: 13px;
	line-height: 15px;
	}
#eddie {
	float: right;
	padding: 15px 20px 15px 20px;
	}
.jshowoff-slidelinks {
	position: absolute;
	bottom: 2px;
	right: 5px;
	margin: 0;
	padding: 0;
	}
.jshowoff-slidelinks a, .jshowoff-controls a {
	display: block;
	color: #000;
	padding: 2px;
	margin: 2px 0 0 2px;
	float: left;
	text-decoration: none;
	outline: none;
	font-size: 10px;
	line-height: 10px;
	}
.jshowoff-slidelinks a.jshowoff-active {
	background: #fff;
	color: #000;
	}
p.jshowoff-controls {
	background: #f0f0f0;
	overflow: auto;
	height: 1%;
	padding: 0 0 2px 2px;
	margin: 0;
	}
.jshowoff-controls a {
	margin: 2px 5px 0 0;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	padding: 2px;
	}

/*****************
*      News      *
*****************/

.postarea.news.post {
	}
	
.postarea.news.post .comments {
	clear: left;
	}

.news p.original_url {
	margin: 20px 10px 10px 160px;
	color: #656565;
	font-weight: normal;
	font-style: italic;
	text-align: right;
	}

.original_url a {
	}
	
/*****************
*     Events     *
*****************/

.postarea.events {
	}
	
.postarea.events .event {
	height: 75px;
	padding-bottom: 10px;
	clear: left;
	overflow: hidden;
	}
	
.postarea.events .details {
	float: left;
	margin-right: 10px;
	padding: 5px;
	background-color: #eaefff;
	width: 200px;
	}
	
.postarea.events .details .date {
	font-weight: bold;
	font-size: 1.2em;
	}
	
.postarea.events .summary {
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
.postarea.events .rsvps {
	width: 300px;
	float: left;
	clear: left;
	padding-right: 10px;
	}
	
.postarea.events .rsvps .rsvp {
	padding: 5px;
	margin-bottom: 4px;
	background-color: #eaefff;
	border-bottom: solid #a0a0a0 2px;
	}
	
.postarea.events .rsvps .rsvp .details {
	padding-bottom: 3px;
	font-weight: bold;
	}
	
.postarea.events .rsvps .rsvp .details .type {
	float: right;
	}
	
.postarea.events .rsvp-add {
	float: left;
	width: 300px;
	}
	
/*************
*   Voting   *
*************/

.vote-box {
	width: 76px;
	margin: 0 10px 10px 0px;
	float: left;
	padding: 0;
	}
	
.vote-box .orange_div {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 34px;
	color: #fff;
	text-align: center;
	background: url(../images/orange_like.png) top left no-repeat;
	width: 76px; height: 65px;
	padding: 20px 0 0 0;
	margin: 0;
	}
.vote-box .orange_div p {
	padding: 0;
	margin: 0 0 3px 0;
	text-align: center;
	line-height: 25px;
	margin-bottom: 0 !important;
	}
.vote-box .orange_div span {
	font-size: 22px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	}	
.vote-box .vote-totals {
	}
	
.vote-box .vote-totals .like, .vote-box .vote-totals .dislike {
	float: left;
	width: 40px;
	text-align: center;
	font-weight: bold;
	}
	
.vote-box .vote-totals .like { color: #009E00; }
.vote-box .vote-totals .dislike { color: red; }

.vote-box .vote-actions {
	height: 36px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: bold;
	}

.vote-box .like_this {
	text-align: center;
	padding-top: 10px;
	}
.like_this a {
	color: #555;
	font-weight: bold;
	}
		
.vote-box .vote-actions .like, .vote-box .vote-actions .dislike {
	float: left;
	height: 32px;
	width: 32px;
	}
	
.vote-box .vote-actions .like { margin-right: 4px; }

.vote-box .vote-actions .like img, .vote-box .vote-actions .dislike img {	
	border: solid #fff 2px;
	}

.nu-item .vote-box .vote-actions .like:hover, .nu-item .vote-box .vote-actions .dislike:hover {
	text-decoration: underline;
	}
	
.nu-item .vote-box .vote-actions .like.active, .nu-item .vote-box .vote-actions .dislike.active {
	font-weight: bold;
	}

.vote-box .vote-actions .like:hover img, .vote-box .vote-actions .dislike:hover img {
	border-color: #f0f0f0;
	}
	
.vote-box .vote-actions .like.active img { border-color: #009E00; }
.vote-box .vote-actions .dislike.active img { border-color: red; }

.vote-box .status {
	text-align: center;
	font-weight: bold;
	font-size: 9pt;
	line-height: 11pt;
	}
	
.like-summary {
	padding: 3px;
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 32px;
	clear: left;
	}
	
/*
	Comments
*/

.comments {
	float: left;
	width: 468px;
	word-wrap: break-word;
	margin-right: 10px;
	}
	
.comments .comment {
	clear: left;
	padding-bottom: 10px;
	margin-top: 10px;
	border-bottom: solid #eaeaea 2px;
	}
	
.comments .comment.admin {
	background-color: #f0f9ff;
	}
	
.comments .comment.admin .ds {
	font-weight: bold;
	color: #ff4e00;
	}
	
.comments .comment .moderation-frame {
	background-color: #ffe0e0;
	padding: 5px;
	}
	
.comments .comment .moderation-note {
	font-weight: bold;
	font-style: italic;
	text-align: center;
	padding: 5px;
	border: dotted #cacaca 1px;
	margin-bottom: 5px;
	background-color: white;
	}
	
.comments .comment .avatar {
	float: left;
	border: solid #dfdfdf 2px;
	padding: 1px;
	margin-right: 10px;
	margin-bottom: 10px;
	height: auto;
	}
	
.comments .comment h3 .time {
	font-weight: normal;
	line-height: 38px;
	}
	
.comments .comment .body {
	clear: left;
	}
	
.comments .comment .action-links {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	text-align: left;
	}
	
.comments .comment .action-links a {
	color: #009E00;
	padding: 4px;
	padding-left: 0px;
	padding-right: 8px;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	}
	
.comment-ad {
	clear: left;
	background: #FFFFFF url(../images/leftsidebartop.gif) top no-repeat;
	float: left;
	width: 120px;
	height: 600px;
	margin: 0px 10px 10px 0px;
	padding: 9px;
	border: 1px solid #DDDDDD;
	display: inline;
	}
	
.comments textarea {
	width: 457px;
	}
	
	/* What was the last truly beautiful thing that you have seen? */
	
/***********************
*   Community Styles   *
***********************/

.homepage.community {
	width: 1000px;
	clear: both;
	font-size: 13px;
	font-weight: normal;
	color: #333;	
	}
.homepage.community .section-header {
	float: left;
	width: 638px;
	}
.homepage.community .section-header .description {
	line-height: 18px;
	}
.homepage.community .section-header h1 {
	margin-top: 0;
	}

/****  Community Login Box  ****/

.homepage.community .login {
	background: #eaeaea;
	float: right;
	width: 270px;
	margin-left: 30px;
	padding: 20px 25px 25px;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
	}
.homepage.community .login h2 {
	font-size: 18px;
	color: #333;
	margin-bottom: 20px;
	}
.homepage.community .login h2 a {
	font-style: italic;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	}
.homepage.community fieldset label {
	text-align: right;
	width: 70px;
	margin-right: 15px;
	padding: 0;
	}
.homepage.community .login input {
	width: 180px;
	padding: 0;
	margin: 0;
	}	
.homepage.community .login .forgot_password {
	text-align: right;
	margin-bottom: 20px;
	}
.homepage.community .login .forgot_password a {
	font-style: italic;
	color: #999999;
	text-decoration: none;
	font-size: 11px;
	}
.homepage.community .login .forgot_password a:hover {
	text-decoration: underline;
	}
	
.community.cp h2 {
	margin-bottom: 10px;
	}
	
.community.cp .panel {
	width: 282px;
	padding: 10px;
	border: solid #505050 1px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	}
	
.community.cp .panel.full {
	width: auto;
	float: none;
	clear: left;
	}

.community.cp .panel h3 {
	border-bottom: dotted #505050 1px;
	margin-bottom: 4px;
	}
	
.community.cp .panel h3 span {
	float: right;
	font-size: 0.75em;
	}
	
.community.cp .panel form label {
	border-bottom: #eaeaea 1px solid;
	line-height: 1.1em;
	display: block;
	font-weight: bold;
	}
	
.community.cp .panel form input, .community.cp .panel form textarea {
	width: 98%;
	margin-top: 3px;
	}

/****  Community About  ****/

.homepage.community .about {
	width: 638px;
	margin-bottom: 30px;
	}
.homepage.community .about h2 {
	margin-bottom: 10px;
	}
.homepage.community .about p {
	line-height: 18px;
	}
	
/****  Community Eligible (right column)  ****/

.homepage.community .eligible {
	clear: right;
	width: 320px;
	float: right;
	margin-top: 10px;
	padding: 0;
	}
.homepage.community .eligible h3 {
	text-align: right;
	margin: 10px 0;
	font-style: italic;
	}
.homepage.community .eligible p {
	text-align: right;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 18px;
	font-style: italic;
	color: #555;
	padding-left: 20px;
	}
	
/****  Innovation Cup  ****/

#cup_body {
	font-size: 14px;
	line-height: 19px;
}
#cup_body h1 {
	line-height: normal;
	margin-bottom: 15px;
}
#cup_body h3 {
	font-size: 18px;
	color: #376295;
	padding-bottom: 10px;
}
.cup_trophy {
	float: right;
	margin: 0 0 15px 20px;
}
.cup_logo {
	margin: 0 20px 10px 0;
}

/****   Dealer Strategy    ****/

#dealer-strategy {

}

#dealer-strategy h3 {
	clear: both;
}

#dealer-strategy h4 {
	font-size: 1.15em;
	padding-bottom: .7em;
}

#dealer-strategy .blueborder {
	border: 2px solid #376295;
	float: right;
	margin-left: 50px;
	margin-bottom: 15px;
	width: 330px;
}

#dealer-strategy .finalist {
	clear: both;
	padding-top: 20px;
}

#dealer-strategy .finalist .blueborder {
	width: 280px;
}

/***********************
*   Contact Us Page    *
***********************/

#our_team {
	padding: 30px 0 0 0;
	float: left;
	width: 280px;
}

#contact_text {
	font-size: 1.13em;
	line-height: 1.5em;
	margin: 10px 0 0 0;
	padding: 0;
}

.contact_person {
	clear: both;
}
.contact_person img {
	width: 75px; height: 75px;
	margin-bottom: 25px;
}
.contact_person h3 {
	font-size: 1.44em;
}
.contact_person h4 {
	font-size: 1.1em;
	font-style: italic;
	color: #888;
	margin-bottom: 10px;
}

.contact_rightcol {
	float: right;
	width: 280px;
	background: #F2F5F7;
	border: 1px solid #D0DAE5;
	padding: 12px;
	margin-top: 30px;
}
.contact_rightcol h3 {
	font-size: 1.35em;
	margin: 0;
	padding: 0;
	
}
.contact_rightcol .instructions {
	margin: 6px 0 0 0;
	padding: 0;
	font-style: italic;
	color: #444;
}
.contact_rightcol label {
	padding: 0; margin: 0;
	width: 200px;
	color: #2D5C93;
	display: inline-block;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}
.contact_rightcol input {
	width: 278px;
	margin-bottom: 10px;
}
.contact_rightcol textarea {
	width: 270px;
}

/*********************************
*   DEALER SATISFACTION AWARD    *
*********************************/
#dealer_satisfaction_award {
	font-size: 14px;
	line-height: 19px;
	color: #333;
}
#dealer_satisfaction_award h3 {
	font-size: 18px;
	color: #376295;
	padding-bottom: 10px;
}
#dealer_satisfaction_award ul {
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
}
#dealer_satisfaction_award li {
	font-size: 14px;
	font-weight: normal;
}
#dealer_satisfaction_award a {

}

/*********************************
*   DSES 2011 PRESENTATIONS      *
*********************************/

#dses_presentations h1 {
	padding-bottom: 6px;
}
#dses_presentations p {
	font-size: 13px;
	padding-bottom: 0;
}
#dses_presentations h3 {
	background: #13499A;
	padding: 6px 10px;
	margin: 0 0 10px 0;
	color: white;
	font-size: 18px;
	font-weight: bold;
}
#dses_presentations ul {
	font-size: 14px;
	margin-bottom: 4px;
}
#dses_presentations li {
	margin-bottom: 4px;
}
#dses_presentations .subtitle {
	font-weight: bold;
}

/*********************************
*   VENDOR RATING CONTESST 2011  *
*********************************/

#vr_contest {
	
}
#vr_contest h1 {
	font-size: 40px;
	padding: 4px 0 30px 0;
	margin: 0;
}
#vr_contest h2 {

}
#vr_contest h3 {
	font-size: 18px;
	color: #376295;
	margin: 0 0 6px 0;
	text-align: center;
}
#vr_contest p {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 10px 0;
	padding: 0;
}
#vr_contest ol {
	font-size: 14px;
	line-height: 20px;
	margin: 0 20px 30px 30px;
	padding: 0;
}
#vr_contest li {
	margin-bottom: 6px;
}
#vr_contest li.strikethrough {
	text-decoration: line-through;
}
#vr_contest .icon {
	float: left;
	margin: 0px 15px 0 0;
	width: 52px;
}
#vr_contest .prizes {
	width: 500px;
	margin: 0 auto;
}
#vr_contest .prizes img {
	float: left;
	margin: 10px 25px;
}
#vr_contest em {
	color: #376295;
	font-weight: bold;
}
#vr_contest p span {
	text-decoration: underline;
}
#vr_contest .share {
	width: 200px;
	height: 200px;
	float: left;
	margin: 10px 55px 30px 55px;
	overflow: hidden;
}
#vr_contest .share a {
	width: 200px;
	height: 200px;
	padding: 0 200px 200px 0;
}
#vr_contest .facebook {
	background: url("http://www.racheljwright.com/wp-content/uploads/2011/03/facebook_twitter_icons.png") no-repeat 0 0;
}
#vr_contest .twitter {
	background: url("http://www.racheljwright.com/wp-content/uploads/2011/03/facebook_twitter_icons.png") no-repeat -200px 0;
}

/*********************************
*   ADMIN PANEL				     *
*********************************/

.feedback h2 {
	margin-bottom: 15px;
}
.feedback .summary img {
	margin-right: 3px;
}
.feedback .actions .status select {
	margin-right: 20px;
}

