/*
Theme Name: Tim Clinton
Theme URI: http://wordpress.org/
Description: The Tim Clinton Template.
Version: 1.0
Author: Tim Clinton
Author URI: http://timclinton.com/
Tags: Tim Clinton

*/



/* Imports */
@import url("css/reset.css");

/***** Global *****/
/* Body */
body {
	background: #386173 url(images/body_repeat.jpg) repeat-x left top;
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	margin: 0;
	padding: 0;
	text-align: left;
}

/* Headings */
h2 {font-size: 22px}
h3 {font-size: 20px}
h4 {font-size: 18px}
h5 {font-size: 16px}
h6 {font-size: 14px}

h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 16px;
	margin-bottom: 5px;
}

/* Anchors */
a {outline: 0;}
a img {border: 0px; text-decoration: none;}
a:link, a:visited, a:active {
	color: #164F59;
	text-decoration: underline;
}
a:hover {
	color: #164F59;
}

/* Paragraphs */
p {margin-bottom: 10px;}

strong, b {font-weight: bold;}
em, i {font-style: italic;}

/* Lists */
ul {
	list-style: outside disc;
	margin: 1em 0 1.5em 1.5em;
}

ol {
	list-style: outside decimal;
	margin: 1em 0 1.5em 1.5em;
}

dl {margin: 0 0 1.5em 0;}
dt {font-weight: bold;}
dd {margin-left: 1.5em;}

/* Quotes */
blockquote {font-style: italic;}
cite {}

q {}

/* Tables */
table {margin: .5em auto 1.5em auto; width: 98%;}

	/* Thead */
	thead th {padding: .5em .4em; text-align: left;}
	thead td {}

	/* Tbody */
	tbody td {padding: .5em .4em;}
	tbody th {}

	tbody .alt td {}
	tbody .alt th {}

	/* Tfoot */
	tfoot th {}
	tfoot td {}
	
	
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}	
	

#wrapper_outer {
	background: url(images/body.jpg) no-repeat center top;
	overflow: hidden;
}	

#wrapper {
	width: 771px;
	margin: 0 auto;
}

#header {
	background: url(images/wrapper_top.png) no-repeat left top;
	height: 110px;
	position: relative;
}

#header .logo a {
	width: 315px;
	height: 26px;
	position: absolute;
	top: 41px;
	left: 33px;
}

#header .moduletable-search {
	position: absolute;
	width: 232px;
	top: 45px;
	left: 351px;
}

#header .moduletable-search .inputbox {
	width: 178px;
	float: left;
	border: none;
	padding: 2px 5px;
	font-size: 12px;
	color: #c0c0c0;
}

#header .moduletable-search .go {
	background: url(images/button_go.jpg) no-repeat left top;
	width: 39px;
	height: 19px;	
	border: none;
	float: right;
	text-indent: -9999px;
	display: block;
	cursor: pointer;
}

#header .moduletable-link {
	width: 82px;
	position: absolute;
	right: 88px;
	top: 18px;
}

#header .moduletable-link ul {
	margin: 0px;
	padding: 0px;
	list-style: none; 
}

#header .moduletable-link ul li {
	float: left;
}

#header .moduletable-link ul li.first {
	padding-right: 9px;
}

#header .moduletable-menu {
	width: 703px;
	position: absolute;
	top: 67px;
	left: 34px;
	height: 43px;
}

#header .moduletable-menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#header .moduletable-menu ul li {
	float: left;
	padding: 0 10px;
}

#header .moduletable-menu ul li a:link,
#header .moduletable-menu ul li a:visited,
#header .moduletable-menu ul li a:active {
	text-decoration: none;
	line-height: 43px;
	display: block;
	color: #164f58;
	font-size: 12px;
	font-weight: bold;
}

#header .moduletable-menu ul li.active a:link,
#header .moduletable-menu ul li.active a:visited,
#header .moduletable-menu ul li.active a:active,
#header .moduletable-menu ul li a:hover {
	text-decoration: none;
	background: url(images/menu_hover_bg.jpg) repeat-x left bottom;
	color: #000;
}


#container_wrapHome {
	background: url(images/wrapper_repeat_home.png) repeat-y left top;
	width: 771px;
	padding-bottom: 20px;
}
/*
#banner {
	background: url(images/banner_bg.png) no-repeat left top;
	width: 755px;
	height: 310px;
	padding: 5px 8px 19px 8px;
}
*/

#slidewrapper {
	background: url(images/banner_bg.jpg) no-repeat left top;
	width: 755px;
	height: 310px;
	padding: 5px 5px 19px 5px;
	margin: 0 auto;
}

#banner {
	position: relative;
}

#banner .banner_img {

}

ul.ppt {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.ppt li {
	list-style-type: none;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
}

.ppt img {
/* border: 1px solid #e7e7e7;
padding: 5px;
background-color: #ececec;*/
}

#banner .banner_button {
	position: absolute;
	top: 270px;
	right: 14px;
	z-index: 100;
}

#banner .banner_button .back {
	background: url(images/slideimage/previous.png) no-repeat left top;
	width: 29px;
	height: 29px;
	display: block;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
	float: left;
	margin-right: 9px;
}

#banner .banner_button .fwd {
	background: url(images/slideimage/next.png) no-repeat left top;
	width: 29px;
	height: 29px;
	display: block;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
	float: left;
}

#banner .banner_button .pause {
	background: url(images/slideimage/pause.png) no-repeat left top;
	width: 29px;
	height: 29px;
	display: block;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
	float: left;
	margin-right: 9px;
}

#banner .banner_button .play {
	background: url(images/slideimage/play.png) no-repeat left top;
	width: 29px;
	height: 29px;
	display: block;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
	float: left;
	margin-right: 9px;
}

#moduletableList {
	width: 692px;
	margin: 0 auto;
	padding-bottom: 9px;
}

#moduletableList .moduletable-tim {
	background: url(images/moduletable_tim_bg.jpg) no-repeat left top;
	width: 233px;
	height: 157px;
	float: left;
	margin-right: 9px;
}

#moduletableList .moduletable-tim h3 {
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
}

#moduletableList .moduletable-media {
	background: url(images/moduletable_media_bg.jpg) no-repeat left top;
	width: 208px;
	height: 158px;
	float: left;
}

#moduletableList .moduletable-media h3 {
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
}

#moduleList {
	width: 692px;
	margin: 0 auto;
	padding-bottom: 12px;
}

#moduleList .module-current {
	background: url(images/module_current_repeat.jpg) repeat-y left top;
	width: 229px;
	float: left;
	color: #5e5e5e;
	line-height: 14px;
	margin-right: 13px;
}

#moduleList .module-current div {
	background: url(images/module_current_bottom.jpg) no-repeat left bottom;
	padding-bottom: 10px;
}

#moduleList .module-current div div div {
	background: url(images/module_current_top.jpg) no-repeat left top;
	padding: 0px 16px 0 16px;
	min-height: 290px;
	height: auto !important;
	height: 290px;
}

#moduleList .module-current div div, #moduleList .module-current div div div div {
	background: none;
	margin: 0px;
	padding: 0px;
	min-height: 0px;
	height: auto;
}

#moduleList .module-current h3 {
	color: #17505b;
	font-size: 14px;
	font-family: "Times New Roman";
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 19px; 
}

#moduleList .module-current .box {
	width: 197px;
	color: #5e5e5e;
	padding-bottom: 10px;
}

#moduleList .module-current .box h4,
#moduleList .module-current h4 {
	font-size: 12px;
	font-weight: bold;
	color: #972501;
	text-decoration: underline;
}

#moduleList .module-current .box h4 a:link,
#moduleList .module-current .box h4 a:visited,
#moduleList .module-current .box h4 a:active,
#moduleList .module-current h4 a:link,
#moduleList .module-current h4 a:visited,
#moduleList .module-current h4 a:active {
	text-decoration: underline;
	color: #972501;	
}

#moduleList .module-current .box h4 a:hover {
	text-decoration: none;
}

#moduleList .module-current h5 {
	font-size: 12px;
	font-weight: bold;
	color: #155058;
	margin-bottom: 0px;
}

#moduleList .module-current h5 a:link,
#moduleList .module-current h5 a:visited,
#moduleList .module-current h5 a:active {
	text-decoration: none;
	color: #155058;	
	text-decoration: none;
}

#moduleList .module-current h5 a:hover {
	text-decoration: underline;
}

#moduleList .module-current a.readon:link,
#moduleList .module-current a.readon:visited,
#moduleList .module-current a.readon:active {
	background: url(images/arrow_bule.jpg) no-repeat left center;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #155058;
	text-decoration: none;
	margin-top: 30px;
	display: block;
}

#moduleList .module-current a.readon:hover {
	text-decoration: underline;
}

#moduleList .module-current .other_article ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#moduleList .module-current .other_article ul li {
	background: url(images/article_li_bg.jpg) no-repeat left center;
	padding-left: 10px;
	padding-bottom: 5px;
}

#moduleList .module-current .other_article ul li a:link,
#moduleList .module-current .other_article ul li a:visited,
#moduleList .module-current .other_article ul li a:active {
	text-decoration: underline;
	color: #165159;
	font-size: 12px;
}

#moduleList .module-current .other_article ul li a:hover {
	text-decoration: none;
}

#moduleList .module-daily {
	background: none; 
	width: 204px;
	float: right;
}

#moduleList .module-daily div {
	background: none;
	padding-bottom: 0px; 
}

#moduleList .module-daily div div div {
	background: none;
	padding: 0px;
}

#moduleList .module-daily div div, #moduleList .module-daily div div div div {
	background: none;
	margin: 0px;
	padding: 0px;
}

#moduleList .module-daily h3 {
	background: url(images/module_daily_title_bg.jpg) no-repeat left top;
	color: #17505b;
	font-size: 14px;
	font-family: "Times New Roman";
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	text-align: center;
	padding-bottom: 9px;
}

#moduleList .module-daily .box_blue {
	background: #386272 url(images/box_blue_bg.jpg) no-repeat left bottom;
	width: 184px;
	padding: 10px 10px 2px 10px;
	color: #fff;
	margin-bottom: 20px;
}

#moduleList .module-daily .box_blue .title {
	color: #386173;
	font-size: 12px;
	font-weight: bold;
	padding-left: 45px;
	text-transform: capitalize;
}

#bottomRepeat {
	background: url(images/bottom_module_repeat.jpg) repeat-y left top;
	width: 684px;
	margin: 0 auto;
}

#bottomBottom {
	background: url(images/bottom_module_bottom.jpg) no-repeat left bottom;
	padding-bottom: 13px;
	width: 684px;
	margin: 0 auto;
}

#bottomTop {
	background: url(images/bottom_module_top.jpg) no-repeat left top;
	padding: 14px 0 0px 0px;
	width: 684px;
	margin: 0 auto;
}

#bottomTop ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#bottomTop ul li {
	float: left;
	padding: 0 11px;
}

#footer_wrap {
	background: #748f98;
}

#footer {
	background: url(images/footer_top_bg.jpg) no-repeat left top;
	width: 655px;
	margin: 0 auto;
	padding: 19px 58px 0 58px;
}

#moduletable_footer_list {
	width: 655px;
	padding-bottom: 15px;
}

#moduletable_footer_list .moduletable-find {
	width: 288px;
	border: 1px solid #d5d5d5;
	padding: 14px;
	color: #D5D5D5;
	float: left;
}

#moduletable_footer_list .moduletable-stay {
	width: 288px;
	border: 1px solid #d5d5d5;
	padding: 14px;
	color: #D5D5D5;
	float: right;
}

#moduletable_footer_list .moduletable-find h3,
#moduletable_footer_list .moduletable-stay h3 {
	color: #cfd0d2;
	font-size: 20px;
	font-weight: bold;
}

#moduletable_footer_list .moduletable-stay .emailwrap {
	width: 288px;
}

#moduletable_footer_list .moduletable-stay .emailwrap .emailbox {
	width: 168px;
	padding: 4px;
	border: 1px solid #b5b5b5;
	border-top: 1px solid #757575; 
	background: #d5d5d5;
}

#moduletable_footer_list .moduletable-stay .emailwrap input#edit-submit {
	background: url(images/subscribe.jpg) no-repeat left top;
	width: 102px;
	height: 26px;
	border: none;
	cursor: pointer;
	margin: 0;
	float: none;
	vertical-align: middle;
}

#moduletable-fooertmenu {
	width: 655px;
	padding-bottom: 50px;
}

#moduletable-fooertmenu ul li a:link,
#moduletable-fooertmenu ul li a:visited,
#moduletable-fooertmenu ul li a:active {
	color: #D5D5D5;
}

#moduletable-fooertmenu .box_one {
	float: left;
	width: 72px;
}

#moduletable-fooertmenu .box_one ul {
	margin: 0px;
	padding: 0px;
	list-style: none; 
}

#moduletable-fooertmenu .box_one ul li a:link,
#moduletable-fooertmenu .box_one ul li a:visited,
#moduletable-fooertmenu .box_one ul li a:active {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#moduletable-fooertmenu .box_one ul li a:hover {
	text-decoration: none;
}

#moduletable-fooertmenu .box_two {
	float: left;
	width: 110px;
}

#moduletable-fooertmenu .box_two ul {
	margin: 0px;
	padding: 0px;
	list-style: none; 
}

#moduletable-fooertmenu .box_two ul li.first a:link,
#moduletable-fooertmenu .box_two ul li.first a:visited,
#moduletable-fooertmenu .box_two ul li.first a:active {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#moduletable-fooertmenu .box_two ul li a:link,
#moduletable-fooertmenu .box_two ul li a:visited,
#moduletable-fooertmenu .box_two ul li a:active {
	font-size: 11px;
	text-decoration: underline;
}

#moduletable-fooertmenu .box_two ul li a:hover {
	text-decoration: none;
}

#moduletable-fooertmenu .box_three {
	float: left;
	width: 65px;
}

#moduletable-fooertmenu .box_three ul {
	margin: 0px;
	padding: 0px;
	list-style: none; 
}

#moduletable-fooertmenu .box_three ul li.first a:link,
#moduletable-fooertmenu .box_three ul li.first a:visited,
#moduletable-fooertmenu .box_three ul li.first a:active {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#moduletable-fooertmenu .box_three ul li a:link,
#moduletable-fooertmenu .box_three ul li a:visited,
#moduletable-fooertmenu .box_three ul li a:active {
	font-size: 11px;
	text-decoration: underline;
}

#moduletable-fooertmenu .box_three ul li a:hover {
	text-decoration: none;
}

#moduletable-fooertmenu .box_four {
	float: left;
	width: 80px;
}

#moduletable-fooertmenu .box_four ul {
	margin: 0px;
	padding: 0px;
	list-style: none; 
}

#moduletable-fooertmenu .box_four ul li.first a:link,
#moduletable-fooertmenu .box_four ul li.first a:visited,
#moduletable-fooertmenu .box_four ul li.first a:active {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#moduletable-fooertmenu .box_four ul li a:link,
#moduletable-fooertmenu .box_four ul li a:visited,
#moduletable-fooertmenu .box_four ul li a:active {
	font-size: 11px;
	text-decoration: underline;
}

#moduletable-fooertmenu .box_four ul li a:hover {
	text-decoration: none;
}

#moduletable-fooertmenu .box_five {
	float: left;
	width: 135px;
}

#moduletable-fooertmenu .box_five ul {
	margin: 0px;
	padding: 0px;
	list-style: none; 
}

#moduletable-fooertmenu .box_five ul li.first a:link,
#moduletable-fooertmenu .box_five ul li.first a:visited,
#moduletable-fooertmenu .box_five ul li.first a:active {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#moduletable-fooertmenu .box_five ul li a:link,
#moduletable-fooertmenu .box_five ul li a:visited,
#moduletable-fooertmenu .box_five ul li a:active {
	font-size: 11px;
	text-decoration: underline;
}

#moduletable-fooertmenu .box_five ul li a:hover {
	text-decoration: none;
}

#moduletable-fooertmenu .box_six {
	float: left;
	width: 88px;
}

#moduletable-fooertmenu .box_six ul {
	margin: 0px;
	padding: 0px;
	list-style: none; 
}

#moduletable-fooertmenu .box_six ul li.first a:link,
#moduletable-fooertmenu .box_six ul li.first a:visited,
#moduletable-fooertmenu .box_six ul li.first a:active {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#moduletable-fooertmenu .box_six ul li a:link,
#moduletable-fooertmenu .box_six ul li a:visited,
#moduletable-fooertmenu .box_six ul li a:active {
	font-size: 11px;
	text-decoration: underline;
}

#moduletable-fooertmenu .box_six ul li a:hover {
	text-decoration: none;
}

#moduletable-fooertmenu .box_seven {
	float: left;
	width: 90px;
}

#moduletable-fooertmenu .box_seven ul {
	margin: 0px;
	padding: 0px;
	list-style: none; 
}

#moduletable-fooertmenu .box_seven ul li.first a:link,
#moduletable-fooertmenu .box_seven ul li.first a:visited,
#moduletable-fooertmenu .box_seven ul li.first a:active {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#moduletable-fooertmenu .box_seven ul li a:link,
#moduletable-fooertmenu .box_seven ul li a:visited,
#moduletable-fooertmenu .box_seven ul li a:active {
	font-size: 11px;
	text-decoration: underline;
}

#moduletable-fooertmenu .box_seven ul li a:hover {
	text-decoration: none;
}

#footer .copyright {
	color:#D5D5D5;
	font-size:10px;
	text-align:center;
}


/*--------- for no rightCol -------*/

#container_wrap_noright {
	background: url(images/wrapper_repeat_noright.png) repeat-y left top;
	width: 771px;
	padding-bottom: 20px;
}

#container {
	width: 648px;
	padding: 10px 25px 0 30px;
	margin: 0 auto;
}

#leftCol {
	width: 180px;
	float: left;
}

#leftCol .moduletable-categorie {
	width: 165px;
	margin-bottom: 20px;
}

#leftCol .moduletable-categorie h3 {
	border-bottom:1px dotted #CCCCCC;
	color:#44768A;
	font-family:Georgia,Times,"Times New Roman",serif;
	font-size:14px;
	font-weight:normal;
	margin:0 0 10px;
	padding:0 0 5px;
	text-align:center;
}

#leftCol .moduletable-categorie ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#leftCol .moduletable-categorie ul li {
	margin-bottom: 3px;
}

#leftCol .moduletable-categorie ul li.paddingtop {
	margin-top: 20px;
}

#leftCol .moduletable-categorie ul li a:link,
#leftCol .moduletable-categorie ul li a:visited,
#leftCol .moduletable-categorie ul li a:active {
	text-decoration: none;
	color: #164F59;
	font-size: 12px;
	font-weight: bold;
	display: block;
	height: 21px;
	line-height: 21px;
	width: 158px;
	padding-left: 7px;
}

#leftCol .moduletable-categorie ul li a:hover {
	background: url(images/left_menu_li_hover_bg.jpg) no-repeat left top;	
	color: #164F59;
}

#leftCol .moduletable-categorie ul li.active a:link,
#leftCol .moduletable-categorie ul li.active a:visited,
#leftCol .moduletable-categorie ul li.active a:active {
	background: url(images/left_menu_li_hover_bg.jpg) no-repeat left top;	
	color: #000;
}

#leftCol .moduletable-categorie ul li.activehome a:link,
#leftCol .moduletable-categorie ul li.activehome a:visited,
#leftCol .moduletable-categorie ul li.activehome a:active {
	background: url(images/left_menu_home_li_bg.jpg) no-repeat left top;
	color: #000;
}

/*******************/

#leftCol .moduletable-categorie ul li.activehomebg a:link,
#leftCol .moduletable-categorie ul li.activehomebg a:visited,
#leftCol .moduletable-categorie ul li.activehomebg a:active {
	background: url(images/left_menu_home_li_bgbg.jpg) no-repeat left top;
	color: #164F59;
}

#leftCol .moduletable-categorie ul li.activehomebg a:hover {
	background: url(images/test.jpg) no-repeat left top;
	color: #164F59;
}

/********************/

#leftCol .moduletable-ask {
	margin-bottom: 20px;
}

#leftCol .moduletable {
	width: 146px;
	border: 1px solid #164f59;
	padding: 10px 4px 20px 4px;
	color: #333333;
	font-size: 11px;
}

#leftCol .moduletable h4 {
	font-size: 12px;
	font-weight: bold;
	color: #972602;
	margin-bottom: 0px;
}

#leftCol .moduletable a:link,
#leftCol .moduletable a:visited,
#leftCol .moduletable a:active {
	text-decoration: underline;
	color: #164f59;
	font-size: 11px;
}

#leftCol .moduletable a:hover {
	text-decoration: none;
}


#contentCol_noright {
	width: 447px;
	float: right;
}

#content_noright {
	width: 447px;
}

#content_noright h3,
#content_noright h4 {
	border-bottom:1px dotted black;
	border-top:1px dotted black;
	padding:15px 0;
	color:#164F59;
	font-size: 17px;
	font-weight: bold;
}

#content h3,
#content h4 {
	color:#164F59;
	font-size: 17px;
	font-weight: bold;
}

#content_noright h5 {
	color:#164F59;
	font-size: 14px;
	font-weight: bold;
}

#content h5 {
	color:#164F59;
	font-size: 14px;
	font-weight: bold;
}

#content_noright .contentheading {
	border-bottom:1px dotted #CCCCCC;
	color:#972602;
	font-family:Georgia,Times,"Times New Roman",serif;
	font-size:14px;
	font-weight:normal;
	margin:0 0 20px;
	padding:0 0 5px;
	text-align:center;
}

#content_noright .article_row {
	width: 447px;
	border-bottom:1px dotted #333333;
	margin:0 0 15px;
	padding:0 0 15px;	
}

#content_noright .article_row.none {
	border-bottom:none;
}

#content_noright .article_row .article_img {
	background: url(images/article_img_bg.jpg) no-repeat left top;
	width: 105px;
	height: 135px;
	padding: 8px 8px 8px 8px;
	float: left;
}

#content_noright .article_row .article-info {
	width: 312px;
	float: right;
	color: #333;
	padding-top: 6px;
}

#content_noright .article_row .article-info .endorsement-title {
	color:#164F59;
	font-weight:bold;
}

#content_noright .article_row .article-info .endorsement-additional {
	color:#164F59;	
}

/*** moduletable-product ***/
#content_noright .moduletable-product {
	text-align: center;
	margin-bottom: 20px;
}

#content_noright .moduletable-product h3 {
	border-bottom:1px dotted #CCCCCC;
	border-top: none;
	color:#44768A;
	font-family:Georgia,Times,"Times New Roman",serif;
	font-size:14px;
	font-weight:normal;
	margin:0 0 10px;
	padding:0 0 5px;
	text-align:center;
}

#content_noright .productsItem {
	width: 220px;
	float: left;
	margin-bottom: 10px;
}

#content_noright .productsItem .box-title {
	text-transform: uppercase;
	color:#164F59;
	font-size: 11px;
	text-decoration:none;
	margin-bottom: 5px;
}

#content_noright .productsItem .box-title a:link,
#content_noright .productsItem .box-title a:visited,
#content_noright .productsItem .box-title a:active {
	color:#164F59;
	text-decoration:none;
	font-weight:bold;	
}

#content_noright .productsItem a.buynow,
#content_noright .productsItem a.details {
	background:#A0D3D9;
	color:#164F59;
	font-size:12px;
	font-weight:bold;
	margin:0 1px;
	padding:2px 10px;
	text-decoration:none;
	text-transform:uppercase;
}

#content_noright .more-link {
	color: #164F59;
	padding-left: 14px;
}

#content .more-link {
	color: #164F59;
	padding-left: 14px;
}

#content_noright .more-link a:link,
#content_noright .more-link a:visited,
#content_noright .more-link a:active {
	background: url(images/arrow_bule2.jpg) no-repeat left 4px;
	color:#164F59;
	text-decoration:none;
	font-size: 11px;
	font-weight:bold;	
	float: right;
	padding: 0 10px 0 12px;	
}

#content_noright .more-link a:hover {
	text-decoration: underline;
}

#content_noright .product-price-value  {
	color:#972602;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin-bottom: 5px;
}

#content_noright .product-image .imageWrap {
	background:url("../images/product-image-wide.png") no-repeat left top;
	display:block;
	height:137px;
	margin:0 auto;
	width:205px;
}

#content_noright .product-image .imageWrap img {
	padding-top:1px;
}



/*** moduletable-media ***/
#content_noright .moduletable-media {
	margin-bottom: 20px;
}

#content_noright .moduletable-media h3 {
	border-bottom:1px dotted #CCCCCC;
	color:#972602;
	font-family:Georgia,Times,"Times New Roman",serif;
	font-size:14px;
	font-weight:normal;
	margin:0 0 10px;
	padding:0 0 5px;
	text-align:center;
}

#content_noright .mediaItem .media-image {
	width: 247px; 
	float: left;
}

#content_noright .mediaItem .media-text {
	width: 180px; 
	float: left; 
	padding-left: 15px; 
	vertical-align: top;
}

#content_noright .media-text .box-title {
	text-transform: uppercase;
	color:#164F59;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;	
	margin-bottom: 5px;
}

#content_noright .media-text .box-title a:link,
#content_noright .media-text .box-title a:visited,
#content_noright .media-text .box-title a:active {
	color:#164F59;
	text-decoration:none;
	font-weight:bold;
}

/* moduletable-video */

#content_noright .moduletable-video {
	float:left;
	width:49%;
}

#content_noright .moduletable-video h2.block-title {
	border-bottom:1px dotted #CCCCCC;
	color:#44768A;
	font-family:Georgia,Times,"Times New Roman",serif;
	font-size:14px;
	font-weight:normal;
	margin:0 0 10px;
	padding:0 0 5px;
	text-align:center;
}

/* moduletable-audio */
#content_noright .moduletable-audio {
	float:left;
	width:49%;
}

#content_noright .moduletable-audio h2.block-title {
	border-bottom:1px dotted #CCCCCC;
	color:#44768A;
	font-family:Georgia,Times,"Times New Roman",serif;
	font-size:14px;
	font-weight:normal;
	margin:0 0 10px;
	padding:0 0 5px;
	text-align:center;
}


/* media list views */
#content_noright .moduletable-audio,
#content_noright .moduletable-video {
	margin-top: 20px;
}

#content_noright .moduletable-audio .audio-item-list ul,
#content_noright .moduletable-video .video-item-list ul {
	margin: 0 2px;
	padding: 0;
}

#content_noright .moduletable-audio .audio-item-list li,
#content_noright .moduletable-video .video-item-list li {
	margin: 0;
	padding: 3px;
	list-style-image: none;
	list-style-type: none;
	border: 1px solid #949494;
	height: 58px;
	background: url(images/media_list.png) 0 0 repeat-x;
	position: relative;
}

#content_noright .moduletable-audio .audio-item-list li .video,
#content_noright .moduletable-video .video-item-list li .audio {
	margin-left: 55px;
}


#content_noright .moduletable-audio .audio-item-list li a.node-title,
#content_noright .moduletable-video .video-item-list li a.node-title {
	margin-top: 5px;
	position: absolute;
	top: 3px;
	left: 50px;
	height: 44px;
	width: 150px;
	text-decoration: none;
	color: #164f59;
	font-weight: bold;
	font-size: 12px;
}


#content_noright .moduletable-audio .audio-item-list li a.node-link,
#content_noright .moduletable-video .video-item-list li a.node-link {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 98%;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
}


/* moduletable-ask */
.moduletable-ask {
	margin-bottom: 20px;
}

.moduletable-ask h3 {
	border-bottom:1px dotted #CCCCCC;
	color: #972602;
	font-family:Georgia,Times,"Times New Roman",serif;
	font-size:14px;
	font-weight:normal;
	margin:0 0 10px;
	padding:0 0 5px;
	text-align:center;
}

/**/
#webform #wfname,
#webform #wfemail {
clear:none;
float:left;
margin:0 15px 10px 0;
width:200px;
}

 #webform {
background:none repeat scroll 0 0 #EDEDED;
padding:5px;
margin-bottom: 20px;
}

 #webform br {
 	display: none;
 }

#webform label {
	float:none;
	margin:0;
	text-align:left;
	width:200px;
	display:block;
	font-weight:bold;
}

#webform .wfselect {
}

#webform input {
	border:1px solid #CCCCCC;
	width:200px;
}

#wfselect .form-checkboxes {
	width:50px;
	float: left;
}

#wfselect .form-checkboxes input {
width:auto;
border: none;
}


.resizable-textarea {
	width:95%;
} 

.resizable-textarea textarea {
	display:block;
	margin-bottom:0;
	width:100%;
	border:1px solid #CCCCCC;
}

.resizable-textarea .grippie {
	background:url(images/grippie.png) no-repeat scroll center 2px #EEEEEE;
	border-color:#DDDDDD;
	border-right:1px solid #DDDDDD;
	border-style:solid;
	border-width:0 1px 1px;
	cursor:s-resize;
	height:9px;
	overflow:hidden;
	width:100%;	
}

input#edit-submit {
	background:none repeat scroll 0 0 #6B6B6B;
	border:0 none;
	clear:both;
	color:#FFFFFF;
	float:right;
	text-transform:uppercase;
	width:60px;	
	margin: 10px 0;
}

/**/

#question_featured  {
	width: 49%;
	float: left;
}

#question_featured h2.block-title {
	border-bottom:1px dotted #CCCCCC;
	color:#44768A;
	font-family:Georgia,Times,"Times New Roman",serif;
	font-size:14px;
	font-weight:normal;
	margin:0 0 10px;
	padding:0 0 5px;
	text-align:center;
}

#question_featured .question-a,
#question_featured .question-q {
	padding: 0 5px 20px 5px; 
	font-size: 11px;
} 

#question_featured .question-a a:link,
#question_featured .question-a a:active,
#question_featured .question-a a:visited,
#question_featured .question-q a:link,
#question_featured .question-q a:active,
#question_featured .question-q a:visited {
	font-weight: bold;
	float: right;
	color: #333333;
	text-decoration: none;
	margin-top: 10px;
}

#recent_question .question-a a:link,
#recent_question .question-a a:active,
#recent_question .question-a a:visited,
#recent_question .question-q a:link,
#recent_question .question-q a:active,
#recent_question .question-q a:visited {
	font-weight: bold;
	float: right;
	color: #164F59;
	text-decoration: none;
	margin-top: 10px;
}

#question_featured .big-q,
#question_featured .big-a  {
	color:#972602;
	float:left;
	font-size:16px;
	font-weight:bold;
	margin-right:5px;
}

#content_noright .big-q,
#content_noright .big-a  {
	color:#972602;
	float:left;
	font-size:16px;
	font-weight:bold;
	margin-right:5px;
}

#question_featured .question-name  {
	text-align:right;
	font-size: 11px;
}

#recent_question  {
	width: 49%;
	float: left;
	border-left:1px dotted #CCCCCC;
}

#recent_question h2.block-title {
	border-bottom:1px dotted #CCCCCC;
	color:#44768A;
	font-family:Georgia,Times,"Times New Roman",serif;
	font-size:14px;
	font-weight:normal;
	margin:0 0 10px;
	padding:0 0 5px;
	text-align:center;
}

#recent_question .question-a,
#recent_question .question-q {
	padding: 0 5px 30px 5px; 
	font-size: 11px;
}

#recent_question .big-q,
#recent_question .big-a  {
	color:#972602;
	float:left;
	font-size:16px;
	font-weight:bold;
	margin-right:5px;
}

#recent_question .question-name {
	text-align:right;
	color:#164F59;
}

#recent_question .question-name a:link,
#recent_question .question-name a:active,
#recent_question .question-name a:visited {
	color:#164F59;
	text-decoration: none;
	font-size: 11px;
}


#recent_question .more-link {
	
}

#recent_question .more-link a:link,
#recent_question .more-link a:visited,
#recent_question .more-link a:active {
	background: none;
	color:#164F59;
	text-decoration: underline;
	font-size: 11px;
	font-weight:normal;	
	float: right;
	padding: 20px 10px 0 12px;	
}

#recent_question .more-link a:hover {
	text-decoration: none;
}

#content_noright .entrywrapbg a.more-link:link,
#content_noright .entrywrapbg a.more-link:visited,
#content_noright .entrywrapbg a.more-link:active {
	background: none;
	color:#164F59;
	text-decoration:none;
	font-size: 11px;
	font-weight:bold;	
	float: right;
	margin-bottom: 20px;
	margin-top: 10px;
}








/*-------container--------*/

#container_wrap {
	background: url(images/wrapper_repeat.png) repeat-y left top;
	width: 771px;
	padding-bottom: 20px;
}

#containerinner {
	width: 673px;
	padding: 0 0px 0 30px;
	margin: 0 auto;
}

#containerinner.padding #leftCol,
#containerinner.padding #contentCol {
	padding-top: 10px;
}

#containerinner.padding #rightCol .moduletablewrapgrey {
	padding-top: 10px;
}

#contentCol {
	width: 261px;
	margin-left: 19px;
	float: left;
}

#content {
	width: 261px;
	overflow: hidden;
}

#content .contentheading {
	border-bottom:1px dotted #CCCCCC;
	color:#972602;
	font-family:Georgia,Times,"Times New Roman",serif;
	font-size:14px;
	font-weight:normal;
	margin:0 0 10px;
	padding:0 0 5px;
	text-align:center;
}

#content .box_item {
	width: 261px;
	padding-bottom: 10px;
	border-bottom:1px dotted #333;
	margin-bottom: 20px;
}

#content .box_item h2 {
	text-align: center;
}

#content .box_item h2 a:link,
#content .box_item h2 a:visited,
#content .box_item h2 a:active {
	text-decoration: none;
	color: #164F59;
	font-size:18px;
	font-weight: bold;
	text-align:center;
}

#content .box_item .author {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	background: url(images/author_bottom_border_bg.jpg) no-repeat center bottom;
	padding-bottom: 10px;
	text-align: center;
	margin-bottom: 18px;
}

#content .box_item .author span {
	color:#972602;
	font-style:italic;
	font-size: 12px;
	font-weight: bold;
}

#content .box_item h4 {
	color: #164F59;
	font-size: 14px;
	font-weight: bold;
}

#content .box_item ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#content .box_item ul li {
	background: url(images/dot_bg.jpg) no-repeat left 6px;
	padding-left: 15px;
	padding-bottom: 18px;
}

#content .box_item a.readon:link,
#content .box_item a.readon:visited,
#content .box_item a.readon:active {
	text-decoration: underline;
	color: #164F59;
	font-size: 12px;
	padding-left: 15px;
}

#content .box_item a.readon:hover {
	text-decoration: none;
}

#container .wp-pagenavi {
	text-align: right;
}

#container .wp-pagenavi .pages {
	padding: 0 5px;
	text-decoration: underline;
	color: #164F59;
	font-size: 12px;
}

#container .wp-pagenavi a.page:link,
#container .wp-pagenavi a.page:active,
#container .wp-pagenavi a.page:visited,
#container .wp-pagenavi a.page:hover {
	padding: 0 3px;
	text-decoration: underline;
	color: #164F59;
	font-size: 12px;
}

#container .wp-pagenavi a.previouspostslink:link,
#container .wp-pagenavi a.previouspostslink:active,
#container .wp-pagenavi a.previouspostslink:visited,
#container .wp-pagenavi a.previouspostslink:hover,
#container .wp-pagenavi a.nextpostslink:link,
#container .wp-pagenavi a.nextpostslink:active,
#container .wp-pagenavi a.nextpostslink:visited,
#container .wp-pagenavi a.nextpostslink:hover,
#container .wp-pagenavi a.last:link,
#container .wp-pagenavi a.last:active,
#container .wp-pagenavi a.last:visited,
#container .wp-pagenavi a.last:hover,
#container .wp-pagenavi a.first:link,
#container .wp-pagenavi a.first:active,
#container .wp-pagenavi a.first:visited,
#container .wp-pagenavi a.first:hover  {
	padding: 0 3px;
	text-decoration: underline;
	color: #164F59;
	font-size: 12px;
}

#container .wp-pagenavi .current {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

#containerinner .wp-pagenavi {
	text-align: right;
}

#containerinner .wp-pagenavi .pages {
	padding: 0 5px;
	text-decoration: underline;
	color: #164F59;
	font-size: 12px;
}

#containerinner .wp-pagenavi a.page:link,
#containerinner .wp-pagenavi a.page:active,
#containerinner .wp-pagenavi a.page:visited,
#containerinner .wp-pagenavi a.page:hover {
	padding: 0 3px;
	text-decoration: underline;
	color: #164F59;
	font-size: 12px;
}

#containerinner .wp-pagenavi a.previouspostslink:link,
#containerinner .wp-pagenavi a.previouspostslink:active,
#containerinner .wp-pagenavi a.previouspostslink:visited,
#containerinner .wp-pagenavi a.previouspostslink:hover,
#containerinner .wp-pagenavi a.nextpostslink:link,
#containerinner .wp-pagenavi a.nextpostslink:active,
#containerinner .wp-pagenavi a.nextpostslink:visited,
#containerinner .wp-pagenavi a.nextpostslink:hover,
#containerinner .wp-pagenavi a.last:link,
#containerinner .wp-pagenavi a.last:active,
#containerinner .wp-pagenavi a.last:visited,
#containerinner .wp-pagenavi a.last:hover,
#containerinner .wp-pagenavi a.first:link,
#containerinner .wp-pagenavi a.first:active,
#containerinner .wp-pagenavi a.first:visited,
#containerinner .wp-pagenavi a.first:hover  {
	padding: 0 3px;
	text-decoration: underline;
	color: #164F59;
	font-size: 12px;
}

#containerinner .wp-pagenavi .current {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

#rightCol {
	width: 192px;
	float: right;
}

#rightCol .moduletablewrapgrey {
	background: #e8e7e7 url(images/moduletable_choice_bg.jpg) no-repeat left top;	
	width: 161px;
	padding: 0px 15px 0px 16px;
	margin-bottom: 15px;
}

#rightCol .moduletablewrapgrey .moduletable {
	border-bottom:1px dotted #333;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

#rightCol .moduletablewrapgrey .moduletable h3 {
	border-bottom:1px dotted #CCCCCC;
	color:#44768A;
	font-family:Georgia,Times,"Times New Roman",serif;
	font-size:14px;
	font-weight:normal;
	margin:0 0 10px;
	padding:0 0 5px;
	text-align:center;
}

#rightCol .moduletablewrapgrey .moduletable h2 {
	text-align: center;
}

#rightCol .moduletablewrapgrey .moduletable h2 a:link,
#rightCol .moduletablewrapgrey .moduletable h2 a:visited,
#rightCol .moduletablewrapgrey .moduletable h2 a:active {
	text-decoration: none;
	color: #164F59;
	font-size:18px;
	font-weight: bold;
	text-align:center;
}

#rightCol .moduletablewrapgrey .moduletable .author {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	background: url(images/author_bottom_border_bg.jpg) no-repeat center bottom;
	padding-bottom: 10px;
	text-align: center;
	margin-bottom: 18px;
}

#rightCol .moduletablewrapgrey .moduletable .author span {
	color:#972602;
	font-style:italic;
	font-size: 12px;
	font-weight: bold;
}

#rightCol .moduletablewrapgrey .moduletable a.readon:link,
#rightCol .moduletablewrapgrey .moduletable a.readon:visited,
#rightCol .moduletablewrapgrey .moduletable a.readon:active {
	text-decoration: underline;
	color: #164F59;
	font-size: 12px;
	padding-left: 43px;
}

#rightCol .moduletablewrapgrey .moduletable a.more-link:link,
#rightCol .moduletablewrapgrey .moduletable a.more-link:visited,
#rightCol .moduletablewrapgrey .moduletable a.more-link:active {
	text-decoration: underline;
	color: #164F59;
	font-size: 12px;
	padding-left: 43px;
}

#rightCol .moduletablewrapgrey .moduletable a.more-link:hover {
	text-decoration: none;
}

#rightCol .moduletablewrapgrey .moduletable a.readon:hover {
	text-decoration: none;
}

#rightCol .moduletablewrapgrey a.readon2:link,
#rightCol .moduletablewrapgrey a.readon2:visited,
#rightCol .moduletablewrapgrey a.readon2:active {
	text-decoration: underline;
	color: #164F59;
	font-size: 12px;
	padding-left: 15px;
	float: right;
	margin-bottom: 10px;
}

#rightCol .moduletablewrapgrey a.readon2:hover {
	text-decoration: none;
}

#rightCol .moduletable-rss {
	width: 161px;
	padding: 0px 15px 0px 16px;
}

/****** Daily Inspiration *****/

#content_noright .article_row h2 {
	color: #164F59;
	font-size:18px;
	font-weight: normal;
	margin-bottom: 8px;
}

#content_noright .article_row h2 a:link,
#content_noright .article_row h2 a:visited,
#content_noright .article_row h2 a:active {
	text-decoration: none;
	color: #164F59;
	font-size:18px;
	font-weight: bold;
	text-align:center;
}

#content_noright .article_row .author {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 12px;
	text-transform: lowercase;
}

#content_noright .article_row .author span {
	color:#972602;
	font-style:italic;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
}


#container .gallery {
	border-top:1px dotted #333333;
	padding-top:20px;
	margin-top:20px;
	padding-left: 25px;
}

#content_noright .gallery img {
	border:1px solid #44768A;
	/*float:left;*/
	margin:0 0 10px 10px;
	padding:3px;
}

.bigImg {
	border: 1px solid #44768A;
	margin: 0px 10px 10px 0px;
	padding: 3px;
	float: left
}

.midImg {
	border: 1px solid #44768A;
	margin: 0px 0px 10px 10px;
	padding: 3px;
	float: right;
}

/* event */

.moduletable-event {

}

.moduletable-event h2.event-year {
	font-size: 19px;
	color:#164F59;
	font-weight:bold;
	margin-bottom: 12px;
}

#content_noright .moduletable-event h3.event-month {
	margin-bottom:15px;
	text-transform:uppercase;
	color:#164F59;
	font-size:14px;
	font-weight:bold;
	border: none;
	padding: 0;
}

#content_noright h3.event-month.borderwrap {
	border: none;
	padding: 0px;
}

.eventWrap {
	border-left:6px solid #164F59;
	margin:0 0 25px 20px;
	padding-left:5px;
}

.eventWrap p {
	margin-bottom: 0px;
}

/* Speaking Requests */

.speakingRequests {
	width: 447px;
}

.speakingRequests .inputWrap {
	width: 447px;
	padding-bottom: 9px;
}

.speakingRequests .inputWrap .label2 {
	font-weight: bold;
	padding: 5px 0;
	float: left;
	width: 447px;
}

.speakingRequests .inputWrap .label {
	width: 150px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;
	text-align: right;
}

.speakingRequests .inputWrap .label span {
	font-size: 11px;
	color: #ff0000;
}

.speakingRequests .inputWrap .form-select {
	border: 1px solid #515151;
	padding:1px;
}

.speakingRequests .inputWrap .inputBox {
	border: 1px solid #515151;
	padding:1px 5px;
	width:192px;
}

.speakingRequests .inputWrap .inputBox2 {
	border:1px solid #CCCCCC;
	padding:3px 5px;
	width: 435px;
	height: 150px;
	margin-bottom: 0px;
}

.speakingRequests .submit {
	background: #6B6B6B;
	font-size: 12px;
	color: #fff;
	border: none;
	cursor: pointer;
	float: right;
	padding: 2px 3px;
}

	.speakingRequests .grippie {
	background:url("../images/grippie.png") no-repeat scroll center 2px #EEEEEE;
	border-color:#DDDDDD;
	border-right:1px solid #DDDDDD;
	border-style:solid;
	border-width:0 1px 1px;
	cursor:s-resize;
	overflow:hidden;
	padding:4px 5px;
	width: 435px;
}

a.turnaround {
	background:url("../images/latest_episode.jpg") no-repeat left top;
	display:block;
	height:0 !important;
	line-height:1;
	margin:20px auto;
	overflow:hidden !important;
	padding-top:120px;
	width:405px;
}

.dotBorder {
	border-top:1px dotted #333333;
	padding-bottom: 20px;
	margin-top: 20px;
}

.wpcf7-not-valid-tip-no-ajax,
.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
	color: red;
	font-size: 11px;
}

.wpcf7-validation-errors {
	margin-bottom: 15px;
}

/***********User sign up***********/

.contactUs {
	width: 447px;
}

.contactUs br {
	display: none;
}

.contactUs .inputWrap {
	width: 447px;
	padding-bottom: 9px;
}

.contactUs .inputWrap .label2 {
	font-weight: bold;
	padding: 5px 0;
	float: left;
	width: 447px;
}

.contactUs .inputWrap .label {
	width: 150px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;
	text-align: right;
}

.contactUs .inputWrap .label span {
	font-size: 11px;
	color: #ff0000;
}

.contactUs .inputWrap .form-select {
	border: 1px solid #515151;
	padding:1px;
}

.contactUs .inputWrap .inputBox {
	border: 1px solid #515151;
	padding:1px 5px;
	width:192px;
}

.contactUs .inputWrap .inputBox2 {
	border: 1px solid #515151;
	padding:3px 5px;
	width: 435px;
	height: 150px;
	margin-bottom: 30px;
}

.contactUs .submit {
	background: #6B6B6B;
	font-size: 12px;
	color: #fff;
	border: none;
	cursor: pointer;
	float: right;
	padding: 2px 3px;
}

.turn_around {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
}

.turn_around br {
	display: none;
}

/*** moduletable-product ***/
#content_noright .moduletable-product {
	text-align: center;
	margin-bottom: 20px;
}

#content_noright .moduletable-product h3 {
	border-bottom:1px dotted #CCCCCC;
	color:#44768A;
	font-family:Georgia,Times,"Times New Roman",serif;
	font-size:14px;
	font-weight:normal;
	margin:0 0 10px;
	padding:0 0 5px;
	text-align:center;
}

#content_noright .moduletable-product .productsItem {
	width: 220px;
	float: left;
	margin-bottom: 20px;
}

#content_noright .moduletable-product .productsItem .box-title {
	text-transform: uppercase;
	color:#164F59;
	font-size: 11px;
	text-decoration:none;
	margin-bottom: 5px;
	height: 30px;
	overflow: hidden;
}

#content_noright .moduletable-product .productsItem .box-pricee {
	color:#972602;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin-bottom: 5px;
	height: 15px;
	overflow: hidden;
}

#content_noright .moduletable-product .productsItem .box-title a:link,
#content_noright .moduletable-product .productsItem .box-title a:visited,
#content_noright .moduletable-product .productsItem .box-title a:active {
	color:#164F59;
	text-decoration:none;
	font-weight:bold;	
}

#content_noright .moduletable-product .productsItem a.buynow,
#content_noright .moduletable-product .productsItem a.details {
	background:#A0D3D9;
	color:#164F59;
	font-size:12px;
	font-weight:bold;
	margin:0 1px;
	padding:2px 10px;
	text-decoration:none;
	text-transform:uppercase;
}

#content_noright .moduletable-product .more-link {
	width: 100%;
	background:#e8e7e7;
	margin-top: 20px;	
}

#content_noright .moduletable-product .more-link a:link,
#content_noright .moduletable-product .more-link a:visited,
#content_noright .moduletable-product .more-link a:active {
	background: url(images/arrow_bule2.jpg) no-repeat left 4px;
	color:#164F59;
	text-decoration:none;
	font-size: 11px;
	font-weight:bold;	
	float: right;
	padding: 0 10px 0 12px;	
}

#content_noright .moduletable-product .more-link a:hover {
	text-decoration: underline;
}

#content_noright .moduletable-product .product-price-value  {
	color:#972602;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin-bottom: 5px;
}

#content_noright .moduletable-product .product-image .imageWrap {
	background:url(images/product-image-wide.png) no-repeat left top;
	display:block;
	height:137px;
	margin:0 auto;
	width:205px;
}

#content_noright .moduletable-product .product-image .imageWrap img {
	padding-top:1px;
}

.product_wrapper {
	border:1px solid #A0D3D9;
	float:right;
	margin:0 0 15px 20px;
	padding:15px;
	width:120px;
}

.product_image {
	background:url(images/product-image-tall.png) no-repeat scroll 0 0 transparent;
	height:171px;
	margin:0 auto;
	position:relative;
	width:122px;
}

.product_image .img {
	left:9px;
	position:absolute;
	top:7px;
}

.product_price {
	font-size: 12px;
	font-weight: bold;
	color: #972602;
	text-align: center;
	padding: 5px 0px;
}

.product_buynow a:link,
.product_buynow a:visited,
.product_buynow a:active {
	background:url(images/buy_now.jpg) no-repeat scroll 0 0 transparent;
	display:block;
	height:0 !important;
	line-height:1;
	margin:0 0 0 -5px;
	overflow:hidden !important;
	padding-top:29px;
	width:134px;
}


#content_noright .media-info {
	padding-bottom:10px;
	border-bottom:1px dotted #CCCCCC;
	margin-bottom: 10px;	
}

#content_noright .media-info br {
	display: none;
}

#content_noright .media-info .imagesleft {
	float: left;
	width: 75px;
	margin-right: 10px;
}

#content_noright .media-info h3 {
	border: none;
	padding: 0 0 0 0;
	margin-bottom: 0px;
}

#content_noright .media-info h3 a:link,
#content_noright .media-info h3 a:active,
#content_noright .media-info h3 a:visited {
	text-decoration: none;
}

#content_noright .media-infobg {
	padding-bottom:10px;
	border-bottom:1px dotted #CCCCCC;
	margin-bottom: 10px;	
}

#content_noright .media-infobg br {
	display: none;
}

#content_noright .media-infobg .imagesleft {
	float: left;
	width: 75px;
	margin-right: 10px;
}

#content_noright .media-infobg h3 {
	border: none;
	padding: 0 0 0 0;
	margin-bottom: 0px;
}

#content_noright .media-infobg h3 a:link,
#content_noright .media-infobg h3 a:active,
#content_noright .media-infobg h3 a:visited {
	text-decoration: none;
}

.wplistcategorieswrap {
	margin-left:2.2em;
}

.wplistcategorieswrap li.categories {
	list-style: none;
}

.wplistcategorieswrap li.categories li {
	list-style:disc outside none;
	margin:0 0 0.25em 1.5em;
	padding:0;
}

.wplistcategorieswrap li.categories ul {
	margin: 0px;
	list-style: none;
}

