/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #333333;
	font-family: Arial, sans-serif;
	line-height: 1.5;	margin: 0;
	padding: 0;
	background: #796168;
	font-size: 13px;
	text-align:center;
}

/* Normal link */
a {
	color: #3589E3;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #92C022;
	text-decoration: underline;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4, h5, h6 {
}

/* Small text */
small, .small, .smalldark, .mosimage_caption, #ja-pathway {
	font-size: 80%;
	color: #000;
}

/* Heading */
h1 {
	font-size: 200%;
	font-family:Times, verdana;
	color:#578d0f;
	line-height: 1;
}

h2 {
	font-size: 170%;
	font-family:Times, verdana;
	color:#578d0f;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p, pre, blockquote, h1, h2, h3, h4, h5, h6 {
	margin:  0;
	padding: 10px 0 0 0 ;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 0px;
	line-height: 170%;
	background: url(../images/arrow000.png) no-repeat 25px 8px;
}

ol li {
	margin-left: 35px;
	line-height: 170%;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #333333;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}
 p.green {
	color:#578d0f;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 1px;
	font-family: Arial, sans-serif;
	font-size: 100%;
}

select, textarea, .inputbox {
	background: #FFFFFF;
	color: #333333;
}

.button {
	background: url(../images/but-bg00.gif) repeat-x top #3589E3;
	color: #FFFFFF;
	border: 1px solid #3589E3;
	padding: 2px 5px;
	font-weight: bold;
}
.button-login {
	background: url(../images/but-log.gif) no-repeat;
	color: #333;
	padding: 0px;
	font-weight: bold;
	font-size:90%;
	border:0;
	width:44px;
	height:16px;
}

* html .button { /*IE 6*/
	padding: 1px 3px !important;
}

*+html .button { /*IE 7*/
	padding: 1px 3px !important;
}

.inputbox {
	border: 1px solid #CCCCCC;
	margin-bottom: 1px;
	padding: 2px 5px;
}

.inputbox:hover, .inputbox:focus {
}

/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #3589E3;
	background: #F2F2F2;
	font: 1em/1.5 "Courier News", monospace;
}

blockquote {
	padding: 15px 40px 15px 60px;
	background: url(../images/open_quo.gif) 20px 10px no-repeat;
	font: 1em/1.5 Georgia, Times, serif;
}

p.quote {
	margin: 0;
	padding: 0;
	background: url(../images/close_qu.gif) bottom right no-repeat;
}

/* Quote hilight */
.quote-hilite {
	background: url(../images/q1_std00.gif) no-repeat 20px 10px #FFFFCC;
	padding : 0;
	margin: 0;
	border: 1px solid #E1E1A9;
}

.quote-hilite blockquote {
	background: url(../images/q2_std00.gif) no-repeat right bottom;
	margin: 0;
}

/* Rropcap */
.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #3589E3;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	padding-left: 25px;
	color: #CC0000;
	background: url(../images/bullet-e.gif) no-repeat top left;
}

.message {
	padding-left: 25px;
	color: #3589E3;
	background: url(../images/bullet-i.gif) no-repeat top left;
}

.tips {
	padding-left: 25px;
	color: #DF8600;
	background: url(../images/bullet-t.gif) no-repeat top left;
}

.highlight {
	border-bottom: 1px dotted #999999;
	padding: 0 5px;
	background: #FFFFCC;
	font-weight: bold;
}

/* Note Style */
p.stickynote {
	background: url(../images/notice00.gif) no-repeat top right #FFFFCC;
	padding: 10px 50px 10px 20px;
	border: 1px solid #E1E1A9;
	border-top: none;
	border-right: none;
}

p.pinnote {
	background: url(../images/pin-bg00.gif) no-repeat top right #FFFFCC;
	padding: 15px;
	border: 1px solid #E1E1A9;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	margin-left: 3px;
	padding: 0px 0 5px 30px;
	background: url(../images/checklis.gif) no-repeat 0px 0px;
}

/* Bignumber */
.bignumber {
	float: left;
	margin-right: 8px;
	padding: 6px 7px;
	display: block;
	color: #FFFFFF;
	background: url(../images/ol-bg000.gif) no-repeat top left;
	font: 20px/normal Arial, sans-serif;
	font-weight: bold;
}


/* TOP NAVIGATION
----------------------------------------------------------- */
#mainlevel-nav {
	margin: 0;
	padding: 0;
	height:35px;
}

#mainlevel-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainlevel-nav li {
	margin: 0;
	padding: 0;
	display: inline;
}

#mainlevel-nav a {
	float: left;
	padding: 0 10px;
	margin: 5px 0 0 0;
	display: block;
	color: #FFFFFF;
	font-size: 90%;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
	height: 20px;
	border-right: 1px solid #ccc;
}

#mainlevel-nav a span {
}

#mainlevel-nav a:hover,
#mainlevel-nav a:active,
#mainlevel-nav a:focus {
	float: left;
	color: #FFFFFF;
	background: url(../images/trans-bg.gif) repeat-x;
	text-decoration: none;
}

#mainlevel-nav a:hover span,
#mainlevel-nav a:active span,
#ja-splitmenu a:focus span {
}

#mainlevel-nav li.active a,
#mainlevel-nav li.active a:hover,
#mainlevel-nav li.active a:active,
#mainlevel-nav li.active a:focus {
	margin: 0;
	margin: 5px 0 0 0;
	color: #ffcc1e;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	height: 20px;
	
}

#mainlevel-nav li.active a span,
#mainlevel-nav li.active a:hover span,
#mainlevel-nav li.active a:active span,
#ja-splitmenu li.active a:focus span {
}

#mainlevel-nav  li.search form#searchform{
	font-size: 0.9em; 
	right: 50px; 
	top: 10px;
}
#mainlevel-nav  li.search input#mod_search_searchword{
	border: #999 1px solid; 
	width: 100px; 
	padding: 9 5px;
	margin: 5px 0 0 150px;
	background:#fff;
}
#mainlevel-nav  li.search input#searchsubmit {
	border: #999 1px solid; 
	font-size: 0.9em; 
	background: url(../images/go.gif) #e6e6e6; 
	margin: 0px 0px 0px 2px; 
	color: #661515; 
	padding: 2px; 
	width:34px;	
}


/* MODULE
--------------------------------------------------------- */
div.module h3, 
div.module-default h3 {
	margin: 0 -1px 5px;
	padding: 2px 0 3px 25px;
	background: url(../images/h3-icon0.gif) no-repeat top left; 
	font-size: 125%;
	line-height: normal;
	border-bottom: 1px dashed #CCCCCC;
}

div.module,
div.module-default {
	margin: 5px 0 10px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/box-br00.gif) no-repeat bottom right;
}

div.module div,
div.module-default div {
	padding: 0;
	background: url(../images/box-bl00.gif) no-repeat bottom left;
}

div.module div div,
div.module-default div div {
	padding: 0;
	background: url(../images/box-tr00.gif) no-repeat top right;
}

div.module div div div,
div.module-default div div div {
	padding: 10px 15px 15px;
	background: url(../images/box-tl00.gif) no-repeat top left;
}

div.module div div div div,
div.module-default div div div div {
	margin: 0;
	padding: 0;
	background: none;
	float: left;
}

/* BANNER MODULE */
div.module-banner h3 {
	margin: 0px;
	padding: 20px 0 20px 0;
	font-size: 125%;
	color:#fff;
}

div.module-banner{
	margin-bottom: 5px;
	padding: 0;
	float: left;
	clear: both;
	width: 183px;
	background-color: #F8DDA8;
	background-image: url(../images/box_banner_4.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

div.module-banner div, .modulesocial-media div {
	padding: 0;
	background: url(../images/box_banner_3.gif) no-repeat bottom left;
}

div.module-banner div div, .modulesocial-media div div {
	padding: 0;
	background: url(../images/box_banner_2.gif) no-repeat top right;
}

div.module-banner div div div, .modulesocial-media div div div {
	padding: 15px 15px;
	background: url(../images/box_banner_1.gif) no-repeat top left;
}

div.module-banner div div div div {
	margin: 0;
	padding: 0;
	background: none;
	float: none;
}
/* LOGIN MODULE */
div.modulelogin h3 {
	margin: 0;
	padding: 0;
}
div.modulelogin{
	color:#e2c7e3;
	margin-bottom: 5px;
	margin-top:0px;
	padding: 0;
	float: left;
	text-align:left;
	clear: both;
	width: 100%;
	background: url(../images/box_login_d.gif) no-repeat bottom right;
}
div.modulelogin a {color:#e2c7e3;}

div.modulelogin div {
	padding: 0;
	background: url(../images/box_login_c.gif) no-repeat bottom left;
}

div.modulelogin div div {
	padding: 0;
	width:100%;
	background: url(../images/box_login_b.gif) no-repeat top right;
}

div.modulelogin div div div {
	padding: 14px 15px;
	width:83.6%;
	background: url(../images/box_login_a.gif) no-repeat top left;
}
* html div.modulelogin div div div {
	width:100%;
}

div.modulelogin div div div div {
	margin: 0;
	padding: 0;
	background: none;
	float: left;
}
.mod_loginlogin {
font-size:12px;
color:#e2c7e3;
}

/* BASKET MODULE */
div.module-basket h3 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-family: Times, verdana;
}

div.module-basket{
	font-size: 11px;
	color:#000;
	font-weight:bold;
	margin:0 0 5px 0;
	padding: 0;
	float: left;
	text-align:left;
	clear: both;
	width: 100%;
	height:195px;
	width:191px;
	background: url(../images/box-basket_d.gif) no-repeat bottom left;
}

div.module-basket div {
	padding: 0;
	background: url(../images/box-basket_c.gif) no-repeat bottom left;
	height:195px;
}

div.module-basket div div {
	padding: 0;
	height:195px;
	background: url(../images/box-basket_b.gif) no-repeat top left;
}

div.module-basket div div div {
	padding: 5px 5px;
	height:185px;
	background: url(../images/box-basket_a.gif) no-repeat top left;
}
* html div.module-basket div div div {
	height:165px;
}

div.module-basket div div div div {
	margin: 0;
	padding: 0;
	background: none;
	float: right;
	text-align: right;
}
div.module-basket  a {
	color:#0d4e7b;
	text-decoration:none;
}
div.module-basket  a:hover {
	color:#53890b;
	text-decoration:none;
}
/* PRODUCT MODULE */
div.module-product h3 {
	margin: 0 0 0 0;
	padding: 0 0 0 5px;
	font-size: 150%;
	font-family: Times, verdana;
}
span.greenh3 {color:#53890b;}


div.module-product{
	margin: 0 0 5px 0;
	padding: 0;
	float: left;
	text-align:left;
	clear: both;
	width: 100%;
	background: url(../images/box-prod_d.gif) no-repeat bottom right;
}

div.module-product div {
	padding: 0;
	margin:0;
	background: url(../images/box-prod_c.gif) no-repeat bottom left;
}

div.module-product div div {
	padding: 0;
	margin:0;
	width:100%;
	background: url(../images/box-prod_b.gif) no-repeat top right;
}

div.module-product div div div {
	margin:0;
	padding:14px 5px;
	width:94.5%;
	background: url(../images/box-prod_a.gif) no-repeat top left;
}
* html div.module-product div div div {
	width:100%;
}

div.module-product div div div div.product, div.module-product div div div div.product-f{
	margin: 3px 0px;
	padding: 5px 2px 2px 2px;
	background: #e4f9d2;
	clear:both;
	font-weight:bold;
	font-size:11px;
	color:#666;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ACDB86;
}
div.module-product div div div div.product p {
	padding:10px 0;
}
div.module-product div div div div.product-f p {
	text-align:center;
	margin:0;
	padding:5px;
	}
div.module-product div div div div.product a, div.module-product div div div div.product-f a {
	color:#0d4e7b;
	text-decoration:none;
}
div.module-product div div div div.product a:hover, div.module-product div div div div.product-f a:hover {
	color:#53890b;
	text-decoration:none;
}

/* SIDE LIST*/
div.module-sidelist{
	margin: 0px;
	padding: 0px;
	float: left;
	text-align:left;
	clear: both;
	width: 100%;
}
div.module-sidelist {
	margin: 0px;
	padding:0px;
}
div.module-sidelist ul  {
	float:left;
	padding:0px;
	margin:0px;
	list-style:none;
	width: 100%;
  
}
div.module-sidelist ul  li {
	text-align: left;
	padding:0px;
	color:#cccccc;
	margin:0px;
	list-style:none;
	width: 100%;
}
div.module-sidelist li {
     margin: 0;
	 width: 100%;
}
div.module-sidelist li a, div.module-sidelist li a:visited, div.module-sidelist li a:active {
	display: block;
	width: 100%;
	height:20px;
	padding: 3px 0 3px 10px ;
	color: #333333;
	margin:0px;
	text-decoration: none;
	font-weight:bold;
	font-size:85%;
	background: url(../images/sidelist3.gif) no-repeat top left;
	width: 100%;
}
* html div.module-sidelist a, div.module-sidelist a:visited, div.module-sidelist li a:active{
height:26px;
}
div.module-sidelist li a:hover  {
	background: url(../images/sidelist4.gif) no-repeat top left;
	COLOR: #000000;
	text-decoration: none;
	margin:0px;
 }


div.module-sidelist a {
	padding:0px;
	margin:0px;
	list-style:none;
	width: 100%;
  
}
div.module-sidelist {
	text-align: left;
	padding:0px;
	color:#cccccc;
	margin:0px;
	list-style:none;
	width: 100%;
}
div.module-sidelist  {
     margin: 0;
	 width: 100%;
}
div.module-sidelist a, div.module-sidelist a:visited, div.module-sidelist a:active{
	display: block;
	width: 100%;
	height:20px;
	padding: 3px 0 3px 10px ;
	color: #333333;
	margin:0px;
	text-decoration: none;
	font-weight:bold;
	font-size:85%;
	background: url(../images/sidelist.gif) no-repeat top left;
	width: 100%;
}
* html div.module-sidelist a, div.module-sidelist a:visited, div.module-sidelist a:active{
height:26px;
} 
div.module-sidelist a:hover  {
	background: url(../images/sidelist2.gif) no-repeat top left;
	COLOR: #000000;
	text-decoration: none;
	margin:0px;
	padding: 3px 0 3px 10px ;
 }


/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {
	width: 970px;
	margin: 0 auto;
	text-align: center;
}

#ja-containerwrap {
	padding: 0px;
}

#ja-container {
	padding: 0;
}


/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
	background: url(../images/header-b.jpg) no-repeat;
}

#ja-header {
	clear: both;
	text-align: left;
	line-height: normal;
	height: 130px;
	position: relative;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #796168;


}

#ja-header h1 {
	margin: 0;
	padding: 0;
	font-size: 2em;
	position: absolute;
	top: 40px;
	left: 15px;
	text-indent: -2000px;
}

#ja-header h1 a {
	width: 345px;
	height: 55px;
	display: block;
}

#ja-header h1 a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

#ja-header h1 img {
	float: left;
}

/* Search */
#ja-search {
	position: absolute;
	top: 62px;
	right: 55px;
}

* html #ja-search { /* IE 6 */
	top: 60px;
} 

*+html #ja-search { /* IE 7 */
	top: 61px;
} 

#ja-search div.search {
	padding-left: 18px;
}

#ja-search .inputbox {
	width: 100px;
	padding: 0;
	border: none;
	background: transparent;
	width: 100px;
	font-size: 90%;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
background: url(../images/menu_top.jpg) no-repeat bottom;
}

/* CONTENT COLUMN
--------------------------------------------------------- */
#ja-mainbody {
	float: right;
	width: 780px;
	text-align:left;
}	
#ja-content {
	width: 580px;
		float:left;
		}
#ja-content1 {
		background: url(../images/content_bg.gif) repeat-y;
		padding:0;
		margin:0;


}
#ja-content2 {
	background: url(../images/content2_bg.gif) repeat-y;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: -0px;
	margin-left: -0px;
	
}
#ja-contenttop1,#ja-contenttop2 {
	margin: 0;
	clear: both;
	display: block;
	width: 580px;
}
#ja-contentbot1,#ja-contentbot2  {
	margin: 0;
	clear: both;
	display: block;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	width: 550px;
	}
* html #ja-contentbot1,#ja-contentbot2  {
	width: 580px;
	}
#ja-contenttop1 {
	background: url(../images/content_top.gif) no-repeat top left;
}
#ja-contentbot1 {
	background: url(../images/content_bot.gif) no-repeat bottom left;
}

#ja-contenttop2 {
	background: url(../images/content2_top.gif) no-repeat top left;
}
#ja-contentbot2 {
	background: url(../images/content2_bot.gif) no-repeat bottom left;
	height: 441px;
	padding:20px 15px 20px 42px;

}

/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#ja-col1 {
	float: left;
	width: 183px;
	overflow: hidden;
}

#ja-col2 {
	float: right;
	width: 192px;
	overflow: hidden;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
	background: url(../images/footer.gif) no-repeat top;
	height:50px;
}
#ja-footer {
}
#ja-footer a {
	color: #0d4e7b;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
}
#ja-footer a:hover,
#ja-footer a:active,
#ja-footer a:focus {
	color: #333333;
}
#ja-footer small {
	float: left;
	padding: 15px 15px 25px 15px;
}
#ja-cert {
	float: right;
	padding: 15px 15px 25px 15px;
	font-size: 11px;
}
#ja-cert a {
	padding: 0;
}

/* MISCELLANOUS
----------------------------------------------------------- */

.article_seperator {
	display: block;
	border-bottom: 1px dashed #649425;
	height: 20px;
	clear:both;
	margin-bottom:10px;
}

#ja-col1 .article_seperator, #ja-col2 .article_seperator {
	display: none;
}

.small {
	color: #ccc;
	font-size:10px;
}

.smalldark {
	color: #999999;
	text-align: left;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

/* :) briFe  ;) */

#ja-wrapper #ja-headerwrap #ja-mainnav .searchb {
	float: left;
}
#ja-wrapper #ja-headerwrap #ja-mainnav .module-nav {
	width: 790px;
	float: left;
}
#ja-wrapper #ja-headerwrap #ja-mainnav .searchb {
	font-size: 0.8em; 
	position:relative;
	right:0px;
	top:5px;
}
.module-product table {
	text-decoration: none;
}
.module-product table td {
	margin: 3px 0px;
	padding: 5px 2px 2px 2px;
	background: #e4f9d2;
	clear:both;
	font-weight:bold;
	font-size:11px;
	color:#666;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ACDB86;
}
.module-product .sectiontableentry1 span {
	color:#0d4e7b;
	text-decoration:none;
}
 .module-product .sectiontableentry2 span {
	color:#0d4e7b;
	text-decoration:none;
}
 .module-product .sectiontableentry1 a {
	color:#53890b;
	text-decoration:none;
}
.module-product .sectiontableentry2 a {
	color:#53890b;
	text-decoration:none;
}
#ja-wrapper #ja-containerwrap #ja-container #ja-mainbody #ja-content #ja-content1 #ja-contenttop1 #ja-contentbot1 .componentheading {
	font-size: 200%;
	font-family:Times, verdana;
	color:#578d0f;
	line-height: 1;
	font-weight: bold;
}
#ja-wrapper #ja-containerwrap #ja-container #ja-mainbody #ja-content #ja-content1 #ja-contenttop1 #ja-contentbot1 .blog .contentpaneopen .contentheading .contentpagetitle {
	color: #333333;
	font-family: Arial, sans-serif;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}
#ja-wrapper #ja-containerwrap #ja-container #ja-mainbody #ja-content #ja-content1 #ja-contenttop1 #ja-contentbot1 .blog .contentpaneopen h4 {
	color:#333333;
	text-decoration: none;
	font-size: 12px;
}
#ja-wrapper #ja-containerwrap #ja-container #ja-mainbody #ja-content #ja-content1 #ja-contenttop1 #ja-contentbot1 .blog .contentpaneopen {
	line-height:1.5;
	font-size:13px;
}
#ja-wrapper #ja-containerwrap #ja-container #ja-mainbody #ja-content #ja-content1 #ja-contenttop1 #ja-contentbot1 .blog .contentpaneopen a {
	color: #FF7E04;
	text-decoration: none;
	font-size:13px;
}
#ja-wrapper #ja-containerwrap #ja-container #ja-mainbody #ja-content #ja-content1 #ja-contenttop1 #ja-contentbot1 .contentpaneopen .contentheading {
		font-size: 13px;
	font-family:Tahoma;
	color:#000000;
}
#ja-wrapper #ja-containerwrap #ja-container #ja-mainbody #ja-content  .module {

	text-decoration: none;
}
#ja-wrapper #ja-containerwrap #ja-container #ja-mainbody #ja-content .module #ja-content2 #ja-contenttop2 #ja-contentbot2 .allvideos {
	float: left;
	width: 320px;

}
#ja-wrapper #ja-containerwrap #ja-container #ja-mainbody #ja-content .module-none #ja-content2 #ja-contenttop2 #ja-contentbot2 .allvideos {
	float: left;
}
#ja-wrapper #ja-containerwrap #ja-container #ja-mainbody #ja-content .module-none #ja-content2 #ja-contenttop2 #ja-contentbot2 .allvideos {
	padding-right: 15px;
}
.sectiontableheader {
	font-weight: bold;
}
#ja-wrapper #ja-containerwrap #ja-container #ja-mainbody #ja-content #ja-content1 #ja-contenttop1 #ja-contentbot1 hr {
	border-top-width: medium;
	border-top-style: dotted;
	border-top-color: #B5E58E;
}
body.contentpane {
	background-color: #FFFFFF;
}
#ja-wrapper #ja-containerwrap #ja-container #ja-mainbody #ja-content #ja-content1 #ja-contenttop1 #ja-contentbot1 img {
	text-decoration: none;
}
#ja-wrapper #ja-containerwrap #ja-container #ja-mainbody #ja-content #ja-content1 #ja-contenttop1 #ja-contentbot1 a {
	text-decoration: none;
}
#ja-wrapper #ja-containerwrap #ja-container #ja-mainbody #ja-content #ja-content1 #ja-contenttop1 #ja-contentbot1 #product_list {
	padding-top: 11px;
}
#ja-wrapper #ja-containerwrap #ja-container #ja-mainbody #ja-content #ja-content1 #ja-contenttop1 #ja-contentbot1 .contentpane .contentheading{
	font-size: 14px;
	font-weight: bold;
}
#ja-wrapper #ja-containerwrap #ja-container #ja-mainbody #ja-content #ja-content1 #ja-contenttop1 #ja-contentbot1 .contentpane li {
	list-style-type: disc;
	font-size: 12px;
	color: #796168;
	font-weight: normal;
}
#ja-wrapper #ja-containerwrap #ja-container #ja-mainbody #ja-content #ja-content1 #ja-contenttop1 #ja-contentbot1 .contentpane li a {
	color: #AF78A2;
}
#ja-wrapper #ja-containerwrap #ja-container #ja-mainbody #ja-content #ja-content1 #ja-contenttop1 #ja-contentbot1 .contentpane .sectiontableentry1 a {
	line-height: 33px;
}
#ja-contentbot1 .contentpane .sectiontableentry2 a {
	line-height: 33px;
}#ja-wrapper #ja-containerwrap #ja-container #ja-mainbody #ja-content #ja-content1 #ja-contenttop1  .content_rating {
	font-size: 10px;
	vertical-align: middle;
	height: 10px;
	display: block;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.contentheading {
	font-weight: bold;
}
body.contentpane {
	text-align: left;
}
/*OPT Content*/
#ja-optcontent3{
	font-size:12px; 
	background:transparent url(../images/content3_bg.gif) repeat-y scroll 0 0;
	margin:10px 0;
}
#ja-optcontenttop3{
	clear:both;
	display:block;
	margin:0;
	width:580px;
	background:transparent url(../images/content3_top.gif) no-repeat scroll left top;
}
#ja-optcontentbot3{
	background:transparent url(../images/content3_bot.gif) no-repeat scroll left bottom;
	padding:20px 15px;
	width:548px;
	clear:both;
	display:block;
	margin:0;
}

/* Forum */
.fb-fb_2{
	height:200px !important;
}
.fb_rulesdesc ul li{
	background:transparent url(../images/li_arrow.jpg) no-repeat scroll 0px 7px;
	display:block;
	padding-left:7px;
}

/* Other */
.vm_user-needs-update{
	font-size:16px;
	font-weight:bold;
	padding: 4px;
}
.addtocart-cat-7{
	display:none;
}
.vmcat-7 .vmquantity{
	display:none;
}


.modulesocial-media {
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0;
	background-color: #F8DDA8;
	background-image: url(../images/box_banner_4.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: center;
}

.modulesocial-media a {
	text-decoration: none;
}

.modulesocial-media div div div {
	padding-top: 0px;
}

.modulesocial-media .facebook, .modulesocial-media .twitter {
	position: relative;
	top: 10px;
	margin-right: 10px;
	margin-left: 15px;
}