html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
body, td, th, input, textarea, select, a {
	font-size: 11px;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
a, a:visited {
	color: #39c; /*#1B57A3*/
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
  color:#7D080E; /* New */
	/*text-decoration: none;*/
}
a img {
	border: none;
}
p {
	margin-top: 0px;
}
/* layout */
#container {
	width: 995px; /* Change 960px to 990px */
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#header .div2 {
	float: left;
	padding-top: 15px;
	padding-left: 15px;
}
#header .div3 {
	float: right;
	padding-top: 7px;
	height: 38px;
}
#header .div3 a {
	margin-left: 15px;
	padding: 1px 0px 2px 20px;
	background-repeat: no-repeat;
	background-position: left center;
}
#header .div4 {
	width: 510px;
	clear: right;
	float: right;
	height: 32px;
	padding-right: 14px;
}
#header .div4 a {
	float: left;
	margin-right: 2px;
	width: 100px;
	height: 18px;
	padding-top: 9px;
	padding-bottom: 9px;
	background: url('../image/tab_1.png') no-repeat;
	text-align: center;
	color: #333333;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	z-index: 1;
}
#header .div4 a.selected {
	background: url('../image/tab_2.png') no-repeat;
	color: #FFF;
	padding-bottom: 10px;
	z-index: 3;
}
#header .div5 {
	clear: both;
}
#header .div5 .left {
	background: url('../image/header_1_left.png') no-repeat;
	width: 5px;
	height: 40px;
	float: left;
}
#header .div5 .right {
	background: url('../image/header_1_right.png') no-repeat;
	width: 5px;
	height: 40px;
	float: right;
}
#header .div5 .center {
	background: url('../image/header_1_center.png') repeat-x;
	height: 40px;
	margin-left: 5px;
	margin-right: 5px;
}
#header .div6 {
	clear: both;
	margin-bottom: 10px;
}
#header .div6 .left {
	background: url('../image/header_2_left.png') no-repeat;
	width: 5px;
	height: 32px;
	float: left;
}
#header .div6 .right {
	background: url('../image/header_2_right.png') no-repeat;
	width: 5px;
	height: 32px;
	float: right;
}
#header .div6 .center {
	background: url('../image/header_2_center.png') repeat-x;
	height: 32px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
#header .div7 {
	float: right;
	padding-top: 2px;
}
#header .div8 {
	float: left; margin-top: 6px;
}
#header .div9 {
	float: left;
}
#header .div10 {
	float: left; 
	margin-top: 2px;	
}
#search {
	padding-top: 7px;
	padding-left: 5px;
	color: #FFF;
	font-weight: bold;
}
#search select {
	border: 1px solid #0A5391;
	padding: 1px;
}
#search a {
	color: #FFF;
}
#search input {
	border: 1px solid #0A5391;
	padding: 2px;
}
#breadcrumb {
	float: left;
	padding-top: 7px;
	padding-bottom: 11px;
	height: 13px;
	margin-bottom: 10px;
	color: #000000;
}
.switcher {
	float: right;	
	margin-top: 3px;
	margin-left: 10px;
}
.switcher a {
	text-decoration: none;
	display: block;
}
.switcher .selected {
	background: #FFFFFF url('../image/switcher.png') repeat-x;
}
.switcher .selected a {
	border: 1px solid #CCCCCC;
	background: url('../image/arrow_down.png') 96px center no-repeat;
	color: #666666;
	padding: 2px 5px 2px 5px;
	width: 101px;
}
.switcher .selected a:hover {
	background: #F0F0F0 url('../image/arrow_down.png') 96px center no-repeat;
}
.switcher .option {	
	position: absolute;
	z-index: 3;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	display: none;
	width: 111px;
}
.switcher .option a {
	color: #000;
	padding: 3px 5px 3px 5px;
}
.switcher .option a:hover {
	background: #FFC;
}
.switcher img {
	position: relative;
	top: 1px;
}
#column_left {
	float: left;
	width: 200px; /* 180px */
	
  padding-top:15px; /* New */
  padding-right:5px;/* New */
	clear: left;
}
#column_right {
	float: right;
	width: 305px; /* 180px*/
	margin-left: 0;
	clear: right;
}
#content {
	margin-left: 203px; /*  190px */
	margin-right: 300px; /*  190px */
	margin-bottom: 10px;
	
	/*background:url(../image/jc_content_mid_bg.gif) repeat-y;*/
}
#content .top {
	background:url(../image/jc_content_mid_bg.gif) 5px 0 repeat-y;
}
#content .top .left {
	/*background: url('../image/content_top_left.png') no-repeat;*/
  /*background:#fff url(../image/jc_content_top_left.gif) left top no-repeat;*/
	width: 18px;
	height: 55px;
	float: left;
}
#content .top .right {
	/*background: url('../image/content_top_right.png') no-repeat;*/
  /*background:#fff url(../image/jc_content_top_right.gif) right top no-repeat;*/
	width: 18px;
	height: 55px;
	float: right;
}
#content .top .center {
	background:url(../image/jc_content_top_bg.gif) 5px 0 no-repeat;
	/*background: url('../image/content_top_center.png') repeat-x;*/
  /*background-color:#fff;  New */
/*	margin-left: 18px;
	margin-right: 18px;*/
}
#content .top h1 {
	padding: 20px 0px 8px 7px;
  text-transform:none;
  font-size:20px;
  color:#7d080e;
}
#content h1, .heading {
	color: #7d080e;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*text-transform: uppercase;*/
	margin: 0px;
  padding:15px 0;
}
.heading {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

#content .middle {
	/*border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #fff;*/
	padding: 10px 35px 1px 20px;
	margin:0;
	background: url(../image/jc_content_mid_bg.gif) repeat-y;
	background-position:5px 0 !important;
	background-position:5px;
}
#content .bottom  {
	background:url(../image/jc_content_btm_bg.gif)5px 0  no-repeat;
}
#content .bottom .left {
	/*background: url('../image/content_bottom_left.png') no-repeat;*/
  /*background:url(../image/jc_content_btm_left.gif) left bottom no-repeat;*/
	width: 13px;
	height: 20px;
	float: left;
}
#content .bottom .right {
	/*background: url('../image/content_bottom_right.png') no-repeat;*/
 /* background:url(../image/jc_content_btm_right.gif) right bottom no-repeat;*/
	width: 13px;
	height: 20px;
	float: right;
}
#content .bottom .center {
	/*background: url('../image/content_bottom_center.png') repeat-x;*/
  /*background-color:#fff;*/
	height: 20px;
/*	margin-left: 13px;
	margin-right: 13px;*/
}
.box {
	padding-bottom: 10px;
	/*background: url('../image/box_top.png') no-repeat;    REMOVE*/
}
#column_left .box {
	padding:0;
}
.box .top {
	padding: 8px 20px 0 20px; /* 8px 0px 8px 7px */
	color: #7D080E; /* #000000 */
	font-size: 16px; /* 14px */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background:url(../image/jc_lf_mod_mid_bg.gif) repeat-y;
	/*text-transform: uppercase;     REMOVE*/
}
.box .top img {
	float: left;
	margin-right: 5px;
}
.box .middle {
	background:url(../image/jc_lf_mod_mid_bg.gif) repeat-y;
	/*border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF;*/
	padding: 10px;
}
.box .bottom {
	background:url(../image/jc_lf_mod_mid_bg.gif) repeat-y;
	height: 5px;
	/*background: url('../image/box_bottom.png') no-repeat;     REMOVE*/
}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
.button {
	padding-left: 8px;
	display: inline-block;
	margin-right: 0;
	background: url('../image/button_left.png') top left no-repeat;
	text-decoration: none;
	color:#222;
}
.button span {
	color: #222;
	display: block;
	padding: 4px 7px 5px 0;
	background: url('../image/button_right.png') top right no-repeat;
}
.buttons {
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
	padding: 5px;
	margin-bottom: 10px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.content {
	background: #F7F7F7;
	border: 1px solid #DDDDDD;
	padding: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
}
.list {
	margin-bottom: 10px;
	width: 100%;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
.sort {
	margin-bottom: 10px;
	background: #F8F8F8;
	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pagination {
	display: inline-block;
	width: 100%;
	background: #F8F8F8;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}
.tabs {
	width: 100%;
	height: 31px;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab_3.png') repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFFFFF url('../image/tab_3.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.tab_page {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px;
	display: block;
	z-index: 2;
	margin-bottom: 10px;
}
#footer {
	width: 100%;
	clear: both;
	padding-top: 5px;
  margin-bottom:30px;
	/*border-top: 1px solid #DDDDDD;*/
}
#footer .div1 {
	float: left;
	text-align: left;
}
#footer .div2 {
	float: right;
	text-align: right;
}
#category ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-left: 12px;
	/*list-style: url('../image/bullet_1.png');*/
  list-style:none;
}
#information ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-left: 12px;
	/*list-style: url('../image/bullet_2.png');*/
  list-style:none;
}
.cart {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #EEEEEE;
	margin-bottom: 10px;
}
.cart th {
	background: #EEEEEE;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}


/* NEW CSS - Added May 19, 2010 */

body {  
  background-color:#333;
}
.clr {
  clear:both;
}
.floatLeft {
  float:left;
}
.floatRight {
  float:right;
}

#MenuLeft {
  float:left;
  margin-left : 10px;
  font-family:Verdana;
  color:White;
}
#MenuLeft a:hover  {
  color:Yellow;
}
.LineRight 
{
	 text-align:right;
}
/*------------------------------------------ JC HEADER --*/
#JCHeader {
  background: url("../image/jc_header_bg.gif") no-repeat scroll 0 50px transparent;
  margin-bottom:15px;
  padding-bottom:5px;
 
}
#JCLoginForm {
  height:20px;
  padding: 15px 10px 15px 0;
}

#JCLogoImage {
  background:#fff url(../image/jc_logo_image_bg.gif) no-repeat;
  height:120px;
  padding:0 20px;
  line-height:45px;
  margin-right:5px;
}
#JCMainMenu {
  /*background:url(../image/jc_main_menu_bg.gif) repeat-x;*/
  background:url(../image/row1.gif) no-repeat;
  height:30px;
  padding:0 40px 0 0px;
  line-height:20px;
  margin-right:0px;
}
#JCMainMenu a {
  font-size:11px;
  font-family:Verdana;
  color:#D0D0D0;
  text-decoration:none;
  font-weight: normal;
  margin-right:20px;
}
#JCMainMenu a:hover {
  color:#fff;
}
#JCMainMenu #langCurr a {
  font-size:12px;
  line-height:17px;
  margin-top:0;
  margin-right:0px;
  color:#7d080e;
  background:url(../image/button_red.gif) center center no-repeat;
}
#JCSearchBox {
	background:url(../image/jc_red_bg2.gif) no-repeat;
  /*background:url(../image/jc_search_box_bg.gif) repeat-x;*/
  height:30px;
  line-height:30px;
  padding:0 20px;
  color:#fff;
  margin-right:5px;
}
#JCSearchBox .button,
#langCurr .button{
  width:16px;
  background:url(../image/magnifier.png) center center no-repeat;
  text-indent:-99999px;
}

#langCurr .button {
	height:20px;
	padding-top:0;
	margin-top:0;
}
#JCSearchBox .button:hover,
#langCurr .button:hover{
  background:url(../image/magnifier_o.png) center center no-repeat;
}
#JCSearchBox a {
  color:#fff;
}
#JCSearchBox a:hover {
  color: #F60;
}


/*------------------------------------------ LEFT COLUMN --*/
#column_left {
  background:url(../image/jc_lf_mod_top_bg.gif)  no-repeat;
}
#column_left .middle {
	background:url(../image/jc_lf_mod_mid_bg.gif) repeat-y;
}
#column_left_btm {  
  background: url(../image/jc_lf_mod_btm_bg.gif) no-repeat;
  height:20px;
}
/* Category & Information Module */
#category ul li a,
#information ul li a{
  color:#39C;
  display:block;  
  padding:2px 0;
}
#category ul li a:hover,
#information ul li a:hover{
  color:#7D080E;
  text-decoration:underline;
}

/*------------------------------------------ RIGHT COLUMN --*/
#column_right .box .top {  
  background: url(../image/jc_right_mod_top.gif) no-repeat;
  padding-top:23px;
}
#column_right .box .middle {
  background: url(../image/jc_right_mod_mid.gif) repeat-y;
  padding:10px 20px 0;
}
#column_right .box .bottom {
  background: url(../image/jc_right_mod_btm.gif) bottom no-repeat;
  padding-bottom:23px;
}
#column_right .box .middle img {
  padding:4px;
  border:1px solid #aaa;
  background:#eee;
}

/* Cart Module */
#module_cart.box {
	margin:0 0 40px 0;
}
#module_cart.box .top {
  background: url(../image/jc_cart_module_top.gif) no-repeat;
  color:#fff;
  padding-right:5px;
  padding-top:20px;
}
#module_cart.box .middle {
  /*background-color:#5a5a5a;*/
  background: url(../image/jc_cart_module_mid.gif) repeat-y;
}
#module_cart.box .bottom {
  background: url(../image/jc_cart_module_btm.gif) left bottom no-repeat;
  height:15px;
}

/*------------------------------------------ FOOTER --*/
#JCFooterTop { 
  height:13px;
}
#JCFooterTL {
  float:left;
  height:13px;
  width:13px;
  background:url(../image/jc_footer_top_left.gif) left top no-repeat;
}
#JCFooterTM {
  background-color:#000;
  margin:0 13px;
  height:13px;
}
#JCFooterTR {
  float:right;
  height:13px;
  width:13px;
  background:url(../image/jc_footer_top_right.gif) right top no-repeat;
}
#JCFooterBtm {
  background-color:#669;
  height:13px;
}
#JCFooterBL {
  float:left;
  height:13px;
  width:13px;
  background:url(../image/jc_footer_btm_left.gif) left bottom no-repeat;
}
#JCFooterBM {
  background-color:#000;
  margin:0 13px;
  height:13px;
}
#JCFooterBR {
  float:right;
  height:13px;
  width:13px;
  background:url(../image/jc_footer_btm_right.gif) right bottom no-repeat;
}
#JCFooterMiddle 
{
	text-align:center;
  background-color:#000;
  padding:5px 20px;
  color:#666;
}








