html, body, form, fieldset {
	margin: 0;
	padding: 0;
}
body {
	background: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Geneva;
	line-height: 150%;
}
body#bd {
	background: white;
	color: #515a66;
	text-align: center;
    font-family: Tahoma, Verdana, Arial;
}
body.contentpane {
	margin: 1em 2em;
	width: auto; /* Printable Page */
	background: #FFFFFF;
	color: #000000;
}
body.fs1{
	font-size: 9px;
}
body.fs2{
	font-size: 10px;
}
body.fs3{
	font-size: 11px;
}
body.fs4{
	font-size: 12px;
}
body.fs5{
	font-size: 13px;
}
body.fs6{
	font-size: 14px;
}
a {
	text-decoration: underline;
    color: black;
}
a:hover, a:active, a:focus {
    color: #515a66;
}
.contentheading, .componentheading, .blog_more strong, h1, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}
small, .small, .smalldark, .mosimage_caption {
	font-size: 100%;
	color: #999999;
}
h1 {
	font-size: 155%;
}
h2 {
    background:#E8F1FC url(../images/news_title.gif) repeat-x scroll center bottom;
    color:#2C61A8;
    display:block;
    font: bold 11px Tahoma,Verdana,Arial;
    line-height:13px;
    padding:10px 7px 12px;
    text-align:left;
    margin: 7px 0;
}
h3 {
  display: block;
  margin: 0;
  margin-left: 3px;
  margin-right: 8px;
  padding: 0 10px;
  height: 40px;
  font: normal 18px Tahoma, Verdana, Arial;
  color: #333333;
  border-bottom: 1px solid #cccccc;
  line-height: 39px;
  margin-bottom: 12px;
}
h4 {
	font-size: 120%;
	text-transform: uppercase;
}
p, pre, blockquote, ul, ol, h1, h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
}
ul {
	list-style: none;
}
ul li {
	padding-left: 35px;
	line-height: 170%;
	background: url(../images/bullet-list.gif) 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-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #CCCCCC;
	height: 1px;
	margin-left: 3px;
	margin-right: 8px;
        font-size: 1px;
}
a img {
	border: none;
}
td, div {
	font-size: 100%;
}
form {
	margin: 0;
	padding: 0;
}
form label {
	cursor: pointer;
}
input, select, textarea, .inputbox {
	padding: 1px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
}
select, textarea, .inputbox {
	background: #FFFFFF;
	color: #333333;
}
.button, .button:hover {
}

.button:active, .button:focus {
}
.inputbox {
	border: 1px solid #999999;
	margin-bottom: 1px;
}
.inputbox:hover, .inputbox:focus {
	border-color: #333333;
}
pre, .code {
	margin: 15px 0;
	padding: 15px 25px 15px 15px;
	background: #F7F7F7;
	border-top: 3px solid #CCCCCC;
	font: 1em/1.5 monospace;
}
blockquote {
	padding: 15px 40px 15px 60px;
	background: url(../images/open_quotes.gif) 20px 10px no-repeat;
	font: 12px/1.5 Georgia, Times, serif;
}
p.quote {
	margin: 0;
	padding: 0;
	background: url(../images/close_quotes.gif) bottom right no-repeat;
}
div.quote-grey {
	background: url(../images/q1_std.gif) no-repeat 20px 10px #F7F7F7;
	padding : 0;
	margin: 0;
	border: 1px dotted #999999;
}
div.quote-grey blockquote {
	background: url(../images/q2_std.gif) no-repeat right bottom;
	margin: 0;
}
div.quote-hilite {
	color: #FFFFFF;
	background: url(../images/q1_std_hl.gif) no-repeat 10px 10px #FF9A48;
	margin-top: 20px;
	padding-right : 5px;
	padding-bottom: 10px;
}
div.quote-hilite blockquote {
	background: url(../images/q2_std_hl.gif) no-repeat right bottom;
	margin: 0;
}
.dropcap {
	float: left;
	padding: 0 5px 0 0;
	display: block;
	color: #333333;
	font: 50px/40px Georgia, Times, serif;
}
.dropcap-hilite {
	float: left;
	padding: 4px 3px 0 3px;
	margin: 0 4px 0 0;
	display: block;
	color: #FFFFFF;
	background: #FF9A48;
	font: 50px/40px Georgia, Times, serif;
}
.error {
	padding: 5px 5px 5px 25px;
	background: url(../images/bullet-error.gif) no-repeat center left;
	color: #CC0000;
}
.message {
	padding: 5px 0 5px 25px;
	background: url(../images/bullet-info.gif) no-repeat center left;
	color: #006DA3;
}
.tips {
	padding: 5px 5px 5px 25px;
	background: url(../images/bullet-tips.gif) no-repeat center left;
}
.highlight {
	border-bottom: 1px dotted #FF9A48;
	padding: 0 1px;
	background: #FFF0E4;
	font-weight: bold;
}
a.watch-video {
	padding: 5px 0 5px 20px;
	background: url(../images/bt_play_o.gif) no-repeat left center;
	border: none;
	text-decoration: none;
}
a.headphone {
	padding: 5px 0 5px 25px;
	background: url(../images/img_headphones.gif) no-repeat left center;
	border: none;
	text-decoration: none;
}
p.pinnote {
	background: url(../images/pin-bg.gif) no-repeat top left #FFF8F2;
	padding: 10px 10px 10px 50px;
	border: 1px dotted #F2CAB7;
}
p.clipnote {
	background: url(../images/clip-bg.gif) no-repeat top left #FFF8F2;
	padding: 10px 10px 10px 50px;
	border: 1px dotted #F2CAB7;
}
p.newspaper {
	background: url(../images/newspaper-bg.gif) no-repeat top left #FFF8F2;
	padding: 10px 10px 10px 50px;
	border: 1px dotted #F2CAB7;
}
ul.checklist {
	list-style: none;
}
ul.checklist li {
	margin-left: 3px;
	padding: 0 0 5px 20px;
	background: url(../images/checklist-bg.gif) no-repeat 0px 2px;
}
.bignumber {
	float: left;
	margin-right: 8px;
	padding: 7px 7px;
	display: block;
	color: #FFFFFF;
	background: url(../images/ol-bg.gif) no-repeat top left;
	font: normal 20px/normal Arial, sans-serif;
}
.blocknumber {
	clear: both;
	margin: 5px 0;
	padding: 10px 15px;
	position: relative;
}
ol.smallnumber {
	margin: 0;
	padding: 0;
	list-style: none;
}
ol.smallnumber li {
	margin: 10px 0 0 0;
	padding: 2px 0 0 30px;
	line-height: normal;
}
ol.smallnumber li.one {
	background: url(../images/li-01.gif) no-repeat 0px 3px;
}
ol.smallnumber li.two {
	background: url(../images/li-02.gif) no-repeat 0px 3px;
}
ol.smallnumber li.three {
	background: url(../images/li-03.gif) no-repeat 0px 3px;
}
ol.smallnumber li.four {
	background: url(../images/li-04.gif) no-repeat 0px 3px;
}
ol.smallnumber li.five {
	background: url(../images/li-05.gif) no-repeat 0px 3px;
}
ol.smallnumber li.six {
	background: url(../images/li-06.gif) no-repeat 0px 3px;
}
ol.smallnumber li.seven {
	background: url(../images/li-07.gif) no-repeat 0px 3px;
}
ol.smallnumber li.eight {
	background: url(../images/li-08.gif) no-repeat 0px 3px;
}
ol.smallnumber li.nine {
	background: url(../images/li-09.gif) no-repeat 0px 3px;
}
ol.smallnumber li.ten {
	background: url(../images/li-10.gif) no-repeat 0px 3px;
}
div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
	margin: 15px 0;
}
div.bubble1 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub1-br-bg.gif) no-repeat bottom right;
}
div.bubble1 div div {
	background: url(../images/bub1-bl-bg.gif) no-repeat bottom left;
}
div.bubble1 div div div {
	background: url(../images/bub1-tr-bg.gif) no-repeat top right;
}
div.bubble1 div div div div {
	background: url(../images/bub1-tl-bg.gif) no-repeat top left;
}
div.bubble1 div div div div div {
	margin: 0;
	padding: 15px 15px 30px 15px;
	width: auto;
}
div.bubble2 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub2-br-bg.gif) no-repeat bottom right;
}
div.bubble2 div div {
	background: url(../images/bub2-bl-bg.gif) no-repeat bottom left;
}
div.bubble2 div div div {
	background: url(../images/bub2-tr-bg.gif) no-repeat top right;
}
div.bubble2 div div div div {
	background: url(../images/bub2-tl-bg.gif) no-repeat top left;
}
div.bubble2 div div div div div {
	margin: 0;
	padding: 15px 15px 35px 15px;
	width: auto;
}
div.bubble3 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub3-br-bg.gif) no-repeat bottom right;
}
div.bubble3 div div {
	background: url(../images/bub3-bl-bg.gif) no-repeat bottom left;
}
div.bubble3 div div div {
	background: url(../images/bub3-tr-bg.gif) no-repeat top right;
}
div.bubble3 div div div div {
	background: url(../images/bub3-tl-bg.gif) no-repeat top left;
}
div.bubble3 div div div div div {
	margin: 0;
	padding: 15px 15px 50px 15px;
	width: auto;
}
div.bubble4 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub4-br-bg.gif) no-repeat bottom right;
}
div.bubble4 div div {
	background: url(../images/bub4-bl-bg.gif) no-repeat bottom left;
}
div.bubble4 div div div {
	background: url(../images/bub4-tr-bg.gif) no-repeat top right;
}
div.bubble4 div div div div {
	background: url(../images/bub4-tl-bg.gif) no-repeat top left;
}
div.bubble4 div div div div div {
	margin: 0;
	padding: 15px 15px 55px 15px;
	width: auto;
}
.caption {
  border: 1px solid #CCCCCC;
  padding: 15px 10px 10px 10px;
  margin: 20px 0 19px 0;
  position: relative;
  line-height: normal;
}
.caption span.title {
  position: absolute;
  top: -7px;
  left: 10px;
  margin: 0 0 0 -2px;
  padding: 0 2px;
  line-height: 14px;
  background: #FFFFFF;
  color: #999999;
}
.box-grey,
.box-hilite {
	border: 1px solid #CCCCCC;
	background-color: #F7F7F7;
	margin: 20px 0 0 0;
	padding: 10px;
}
.box-hilite {
	border: 1px dotted #5687C3;
	background: #E9F3FF;
        margin-left: 3px;
        margin-right: 8px;
        clear: both;
}
.box-hilite a {
	font-weight: bold;
}
.comment, .comment:hover, .comment:active {
	background: url(../images/comment-icon.gif) no-repeat top left;
	margin: 0;
	padding: 0 0 0 25px;
	border-bottom: none;
}
.rss, .rss:hover, .rss:active {
	background: url(../images/rss.gif) no-repeat top left;
	margin: 0;
	padding: 0 13px 3px;
	border-bottom: none;
}
img.border {
	padding: 1px;
	border: 1px solid #CCCCCC;
	margin: 5px 0 2px 2px;
}
div.moduletable h3 {
	margin: 0 0 10px;
	padding: 0;
	color: #333333;
	font-size: 130%;
	letter-spacing: normal;
	text-transform: uppercase;
}
div.brands a {
	color: #000;
}
div.moduletable-hilite2,
div.moduletable {
	margin: 0;
}
#ja-col1 div.moduletable h3 {
	margin: 0 -10px 10px -12px;
	padding: 5px 0 5px 10px;
	background: white;
}
#ja-col2 div.moduletable h3 {
	background: url(../images/col2-h3-bg1.gif) no-repeat bottom right #F0F0F0;
	padding: 5px 0 5px 5px;
	margin: 0 -5px 10px;
	border: 1px solid #E8E8E8;
}
#ja-col1 div.moduletable {
	color: #333333;
    background-color: white;
}
#ja-col1 div.moduletable-brands {
    color: #333333;
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-top: 1px solid #cacaca;
    position: relative;
    top: -1px;
    background: white url(../images/module-foot.gif) no-repeat bottom left;
}
#ja-col1 div.moduletable-catalog {
    color: #333333;
    padding-bottom: 13px;
    padding-top: 8px;
    margin-bottom: 15px;
    background: white url(../images/module-foot3.gif) no-repeat bottom left;
}
#ja-col1 div.moduletable-catalog .catalog {
    background-color: white;
    margin: 8px;
    margin-top: 0;
    border: 1px solid #dddddd;
    border-bottom: 0;
}
#ja-col1 div.moduletable-hilite2 {
    color: #333333;
    padding-bottom: 13px;
    margin-bottom: 15px;
    background: white url(../images/module-foot2.gif) no-repeat bottom left;
    border-top: 1px solid #cacaca;
}
#ja-col1 div.moduletable-hilite2 .in {
    margin: 5px;
    border: 1px solid white;
    background-color: white;
}
#ja-col1 div.moduletable-hilite2 .in h3 {
    height: 35px;
    background-color: #80a4cf;
    color: white;
    font: normal 18px Tahoma, Verdana, Arial;
    line-height: 35px;
    text-align: center;
    width: 159px;
    margin: 0;
}
#ja-col1 div.moduletable-hilite2 .in p {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8e1ed;
}
#ja-col1 div.moduletable-hilite2 .in span {
    margin: 0;
    display: block;
    height: 20px;
    line-height: 20px;
    border-top: 2px solid #80a4cf;
    background-color: #efefef;
    width: 100%;
    text-align: center;
}
#ja-col1 div.moduletable-hilite2 .in span a {
    text-decoration: underline;
    font: normal 11px Tahoma, Verdana, Arial;
    color: #4a79a9;
    line-height: 19px;
}
div.moduletable-brands p {
    margin: 0;
}
div.moduletable-brands a {
  text-decoration: none;
  color: #454b4e;
}
#ja-col2 div.moduletable-somecat {
  width: 207px;
}
#ja-col2 div.moduletable-somecat h3 {
  display: block;
  border-bottom: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  background: white url(../images/catback.gif) no-repeat top left;
  height: 38px;
  padding: 5px 35px;
  color: #21458e;
  font: normal 14px Tahoma, Verdana, Arial;
  text-align: center;
  width: 136px;
  margin: 0;
  margin-bottom: 13px;
}
#ja-col2 div.moduletable {
	padding-top: 30px;
	clear: both;
}
div.moduletable-hilite1 h3 {
	margin: 0;
	padding: 0;
	color: #FF9A48;
	font-size: 130%;
	text-transform: uppercase;
}
div.moduletable-hilite1 {
	background: #000000;
	padding: 5px 12px 10px;
}
.article_seperator {
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
	background: #cccccc;
	height: 1px;
        font-size: 1px;
        margin-left: 3px;
        margin-right: 8px;
}
table.blog .article_seperator {
}
#ja-col1 .article_seperator,
#ja-col2 .article_seperator,
#ja-topsl .article_seperator,
#ja-botsl .article_seperator {
	display: none;
}
table.contentpane {
	border: none;
	width: 100%;
	border-collapse: collapse;
}
table.contentpaneopen {
	border: none;
	border-collapse: collapse;
}
table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0 0 5px;
	width: 35%;
	border: 1px solid #CCCCCC;
}
table.contenttoc a {
	font-weight: bold;
}
table.contenttoc td {
	padding: 5px 5px 2px 20px;
	background: url(../images/bullet-list.gif) no-repeat 10px 12px;
}
table.contenttoc th {
	text-indent: 5px;
	border-bottom: 1px solid #CCCCCC;
	background: #F7F7F7;
	text-transform: uppercase;
}
table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}
table.pollstableborder {
	border: none;
	padding: 0;
	width: 100%;
	text-align: left;
}
table.pollstableborder img {
	vertical-align: baseline;
}
table.pollstableborder td {
	padding: 2px !important;
}
table.pollstableborder tr.sectiontableentry1 td {
	border: none;
	background: #EFEFEF;
}
table.pollstableborder tr.sectiontableentry2 td {
	border: none;
}
table.searchintro {
	padding: 10px 0;
	width: 100%;
}
table.searchintro td {
	padding: 5px !important;
}
table.adminform {
	width: 400px!important; /*Control the Frontend Editor area width*/
}
.adminform .inputbox {
}
.blog_more {
	margin: 15px 10px;
}
.blog_more strong {
	margin: 10px 0;
	display: block;
	font: normal 18px Tahoma, Verdana, Arial;
    color: #2c61a8;
}
.blog_more ul {
	margin: 0;
    margin-left: 5px;
	padding: 0;
}
.blog_more ul li {
	padding-left: 13px;
	background: url(../images/bullet-list.gif) no-repeat 2px 8px;
	margin: 0;
}
.blog_more ul li a {
	color: #1755a5;
}
td.buttonheading {
	padding: 0 12px 0 0!important;
	text-align: center;
}
td.buttonheading a {
	border: none;
}
.category {
	font-weight: bold;
	text-transform: uppercase;
}
.clr {
	clear: both;
}
.componentheading {
	margin-bottom: 15px;
	padding-bottom: 5px;
	color: #1755a5;
	font: normal 18px Tahoma, Verdana, Arial;
	line-height: normal;
}
.componentheading a {
    text-decoration: none;
	color: #1755a5;
}
.componentheading a:hover {
    text-decoration: none;
	color: #1755a5;
}
.contentdescription {
	padding-bottom: 30px;
}
table.blog .contentheading {
	font-size: 135%;
	font-weight: bold;
	line-height: normal;
}
.contentheading {
	font-size: 135%;
	font-weight: bold;
	line-height: normal;
	color: #FF9A48;
}
a.contentpagetitle {
	border-bottom: none;
}
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	border-bottom: none;
}
a.readon {
	border-bottom: none;
	font-weight: bold;
    text-align: left;
    text-decoration: underline;
    display: block;
    float: left;
    margin-bottom: 8px;
    margin-left: 10px;
    color: #1755a5;
    font: bold 11px Tahoma, Verdana, Arial;
}
a.readon:hover, a.readon:active, a.readon:focus {
	border-bottom: none;
}
table.contentpaneopen td, table.contentpane td {
}
table.contentpaneopen, table.contentpane, table.blog {
	border-collapse: collapse;
	border-spacing: 0;
}
.createdate {
	margin: 5px 0 10px;
	color: #999999;
}
.modifydate {
	color: #999999;
	height: 15px;
}
.moduletable {
	padding: 0;
}
.mosimage {
	margin: 15px 10px 10px 0!important;
	margin: 15px 5px 10px 0;
	padding: 0;
}
.mosimage img {
}
.mosimage_caption {
	margin-top: 5px;
	padding: 1px 2px;
	color: #999999;
}
.pagenav, .pagenav_prev, .pagenav_next, .pagenavbar {
	padding: 0 2px;
	font-weight: bold;
	line-height: 20px;
}
a.pagenav, .pagenav_prev a, .pagenav_next a, .pagenavbar a {
 font-weight: normal;
 color: #585858;
}
.pagenavbar {
}
.pagenavcounter {
	padding: 8px 14px 0 14px;
	background: url(../images/pages.gif) no-repeat 0 11px;
}
.sectiontableheader {
	padding: 5px;
	background: #333333;
	color: #FFFFFF;
	font-weight: bold;
}
tr.sectiontableentry1 td {
	padding: 5px 5px;
	border-bottom: 1px solid #DDDDDD;
	background: #FFFFFF;
}
tr.sectiontableentry2 td {
	padding: 5px 5px;
	border-bottom: 1px solid #DDDDDD;
	background: #EFEFEF;
}
tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: #FFF0E4;
}
.small {
}
.smalldark {
	text-align: left;
}
div.syndicate div {
	text-align: center;
}
.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}
#ja-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#ja-headerwrap,
#ja-topslwrap,
#ja-botslwrap,
#ja-mainnavwrap1,
#ja-subnavwrap,
#ja-footerwrap,
#ja-hpwrap {
	clear: both;
	width: 100%;
}
#ja-header,
#ja-topsl,
#ja-botsl,
#ja-mainnavwrap2,
#ja-mainnav-inner,
#ja-mnshadow,
#ja-subnav,
#ja-slwrap,
#ja-containerwrap,
#ja-containerwrap-c1,
#ja-containerwrap-c2,
#ja-containerwrap-f,
#ja-footer,
#ja-hp {
	margin: 0 auto;
	text-align: left;
}
div.ja-w1 {
	margin: 0 auto;
	clear: both;
}
.wide #ja-header,
.wide #ja-topsl,
.wide #ja-mainnavwrap2,
.wide #ja-mainnav-inner,
.wide #ja-mnshadow,
.wide #ja-subnav,
.wide #ja-slwrap,
.wide #ja-containerwrap,
.wide #ja-containerwrap-c1,
.wide #ja-containerwrap-c2,
.wide #ja-containerwrap-f,
.wide #ja-hp {
	margin: 0 auto;
	width: 968px;
	text-align: left;
}
.wide div.ja-w1 {
	margin: 0 auto;
}
#ja-content {
	float: left;
	width: 570px;
	overflow: hidden;
}
#ja-content div.innerpad {
	clear: both;
	margin: 0;
	padding: 0;
    width: 570px;
	display: block;
	height: 400px;
}
html>body #ja-content div.innerpad-bg,
html>body #ja-content div.innerpad {
        overflow: hidden;
	height: auto;
	min-height: 400px;
}
#ja-colwrap {
	float: right;
	width: 398px;
}
#ja-col1 {
	float: left;
	width: 191px;
	overflow: hidden;
	padding-bottom: 10px;
}
#ja-col2 {
	float: right;
	width: 207px;
	overflow: hidden;
	padding-bottom: 10px;
}
#ja-col1 table, #ja-col2 table {
	border-collapse: collapse;
	border-spacing: 0;
}
#ja-col1 ul, #ja-col2 ul {
	margin: 0;
	padding: 0;
}
#ja-col1 ul li, #ja-col2 ul li {
	padding-left: 13px;
	background: url(../images/bullet-list.gif) no-repeat 2px 8px;
}
.wide div.ja-w1 {
}
div.ja-w2 {
}
div.ja-w3 {
}
#ja-containerwrap {
}
#ja-container {
}
#ja-containerwrap,
#ja-containerwrap-c1,
#ja-containerwrap-c2,
#ja-containerwrap-f {
}
#ja-containerwrap-f, #ja-containerwrap-f #ja-container  {
	background: #FFFFFF;
}
#ja-containerwrap-f #ja-content {
	width: 100%;
}
#ja-containerwrap-c1 {
	background: url(../images/mainwrap-bg3.gif) repeat-y 80% 0;
}
#ja-containerwrap-c1 #ja-container,
#ja-containerwrap-c2 #ja-container {
	background: none;
}
#ja-containerwrap-c1 #ja-content,
#ja-containerwrap-c2 #ja-content {
	width: 80%;
}
#ja-containerwrap-c1 #ja-colwrap,
#ja-containerwrap-c2 #ja-colwrap {
	width: 20%;
}
#ja-containerwrap-c1 #ja-col1,
#ja-containerwrap-c1 #ja-col2,
#ja-containerwrap-c2 #ja-col1,
#ja-containerwrap-c2 #ja-col2 {
	width: 100%;
}
#ja-containerwrap-c2 {
	background: url(../images/mainwrap-bg2.gif) repeat-y 80% 0;
}
#ja-headerwrap {
	background: url(../images/header-bg.jpg) repeat-x center bottom #000000;
}
#ja-header {
	padding: 15px 0;
	line-height: normal;
	text-align: left;
	position: relative;
	height: 62px;
	background: url(../images/header-narrow-bg.jpg) no-repeat left bottom #000000;
}
.wide #ja-header {
	background: url(../images/header-main.jpg) no-repeat left bottom #000000;
}
#ja-header p {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 5px;
	left: 5px;
	float: left;
	font-size: 2.5em;
	text-indent: -1500px;
}
#ja-header p a {
	width: 320px;
	height: 80px;
	display: block;
	border: none;
}
#ja-header h1 img {
	float: left;
}
#ja-header a {
}
#ja-mainnavwrap1 {
	background: #000000;
	font-family: Tahoma, Arial, sans-serif;
	border-bottom: 1px solid #323232;
}
#ja-mainnavwrap2 {
	padding: 7px 10px 7px 0;
	background: url(../images/ma-bg.gif) no-repeat top right;
}
#ja-mainnavwrap {
	background: url(../images/mainnav-wrap-bg1.gif) repeat-x top left;
}
#ja-mainnav-inner {
	padding-left: 3px;
	background: url(../images/mainnav-left-bg.gif) no-repeat top left;
}	
#ja-mainnav {
	float: left;
	background: url(../images/mainnav-right-bg.gif) no-repeat top right;
	padding: 6px 0 7px 0;
	width: 100%;
}
#ja-mainnavwrap1 a,
#ja-mainnavwrap1 a:hover,
#ja-mainnavwrap1 a:active,
#ja-mainnavwrap1 a:focus {
	border-bottom: none;
}
#ja-mainnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#ja-mnshadow-wrap {
	background-color: #F7EAE0;
}
#ja-mnshadow {
	margin: 0 auto;
	height: 10px;
	background: url(../images/mn-sd-bg.gif) repeat-x top left #F7EAE0;
}
#ja-subnavwrap {
	background: #F7EAE0;
	padding-bottom: 10px;
}
#ja-subnav {
	background: url(../images/subnav-bg.gif) no-repeat top center;
	padding-left: 20px;
}
.wide #ja-subnav {
	background: url(../images/subnav-wide-bg.gif) no-repeat top center;
	padding-left: 20px;
}
#ja-search {
    position: absolute;
    top: 17px;
    #top: 16px;
    right: 11px;
}
#ja-search div.search .inputbox {
	width: 137px;
    height: 13px;
	border: 1px solid #b3b3b3;
	padding-left: 4px;
	background: url(../images/icon-search.gif) no-repeat 95% 50% white;
	margin-bottom: 0;
}
a.mainlevel {
	margin: 0;
	padding: 3px 5px 3px 14px;
	width: 99.9%;
	border: none;
	display: block;
	color: #333333;
	background: url(../images/bullet-list.gif) no-repeat 3px 10px;
}
a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	border: none;
	color: #FF9A48;
}
a.mainlevel#active_menu {
	color: #FF9A48;
}
a.sublevel {
	padding: 3px 3px 3px 14px;
	border-bottom: none;
	display: block;
	background: url(../images/sublevel-bg.gif) no-repeat top left;
}
a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	border-bottom: none;
}
#active_menu {
	color: #000000;
	font-weight: bold;
}
.ja-box-left, .ja-box-center, .ja-box-right {
	float: left;
	overflow: hidden;
}
.ja-box-full {
	float: none;
/*	overflow: hidden;*/
}
.ja-box-left div.moduletable {
	padding: 0 15px 0 0;
}
.ja-box-right div.moduletable {
	padding: 0 0 0 15px;
}
.ja-box-center div.moduletable {
	padding: 0 15px;
}
#ja-topslwrap {
	border-bottom: 1px solid #000;
	padding: 0;
	background: #F7EAE0;
}
#ja-topsl {
}
#ja-topsl div.moduletable {
	padding: 10px 10px 15px;
	background: none;
}
#ja-topsl div.ja-box-left,
#ja-topsl div.ja-box-center {
}
#ja-topsl h3 {
	margin: 0 0 5px;
	padding: 0;
	color: #FF9A48;
}
#ja-topsl div#innerpad {
	padding: 0;
}
#ja-topsl div.ja-box-left div.innerpad1,
#ja-topsl div.ja-box-center div.innerpad1,
#ja-topsl div.ja-box-right div.innerpad1 {
	padding-bottom: 10px;
	background: url(../images/topsl-sd-bg.gif) repeat-x bottom left;
}
#ja-topsl div.ja-box-center div.innerpad1 {
	margin: 0 0 0 5px;
}
#ja-topsl div.ja-box-right div.innerpad1 {
	margin: 0 0 0 5px;
}
#ja-topsl div.innerpad2 {
	color: #FFFFFF;
	border: 0px solid #999999;
	background: #000000;	
}
#ja-botslwrap {
	background: #E8F1FC;
	border: 1px solid #CACACA;
	margin: 0 auto;
	margin-top: 20px;
	width: 954px;
}
#ja-botslwrap div.ja-w1 {
	padding: 8px 0;
}
.wide #ja-botslwrap div.ja-w1 {
	padding: 5px;
}
#ja-botsl {
	border: 1px solid #999999;
	background: #FFFFFF;
	padding: 10px 0;
}
#ja-botsl div.moduletable {
	padding: 0 10px;
	background: none;
}
#ja-botsl div.ja-box-left,
#ja-botsl div.ja-box-center {
	background: url(../images/h-sep.gif) repeat-y top right;
}
#ja-botsl h3 {
	margin: 0 0 10px;
	padding: 0;
}
#ja-botsl div.ja-botsl-inner {
	margin: 0;
	padding: 0 15px;
}
#ja-topsl ul,
#ja-botsl ul {
	margin: 0;
	padding: 0;
}
#ja-topsl li,
#ja-botsl li {
	padding-left: 12px;
	margin: 0;
	background: url(../images/bullet-list.gif) no-repeat 2px 8px;
}
#ja-topsl td,
#ja-botsl td {
	padding: 0;
}
#ja-botsl .article_seperator,
#ja-topsl .article_seperator {
	display: none;
}
#ja-botsl table,
#ja-topsl table {
	border-collapse: collapse;
	border-spacing: 0;
}
#ja-pathway {
	margin: 6px 0;
	display: block;
	font-size: 11px;
	line-height: 19px;
	width: 548px;
	padding-left: 15px;
	height: 20px;
	border: 1px solid #cacaca;
	background-color: #f7f7f7;
}
#ja-pathway img {
	margin: 0 5px 1px;
}
#ja-pathway strong {
	margin-right: 5px;
}
#ja-pathway a {
        color: #585858;
	font: normal 11px Tahoma, Verdana, Arial;
	text-decoration: none;
	line-height: 19px;
}
#ja-pathway a:hover,
#ja-pathway a:active,
#ja-pathway a:focus {
        text-decoration: underline;
        color: #585858;
}

#ja-footerwrap {
	border-top: 1px solid #d6d6d6;
	background: #FFFFFF;
	width: 980px;
	margin: 0 auto;
	margin-top: 5px;
}
#ja-footer {
	clear: both;
	padding: 10px 0;
	color: #999999;
	text-align: left;
	overflow: hidden;
	position: relative;
	width: 980px;
}
#ja-footer a {
	color: #999999;
	font-weight: normal;
}
#ja-footer a:hover,
#ja-footer a:active,
#ja-footer a:focus {
	color: #333333;
	font-weight: bold;
}
#ja-cert {
	position: absolute;
	right: 0;
	top: 18px;
}
#ja-cert a {
	padding-left: 2px;
	border-bottom: none;
}
ul.accessibility {
	position: absolute;
	top: -100%;
}
#ja-hp-switch {
    position: absolute;
    top: 16px;
    right: 160px;
	color: #406086;
	font-weight: bold;
	cursor: pointer;
    padding: 0 4px;
    padding-bottom: 1px;
}
.ja-hp-active {
	color: #FFFFFF !important;
	background: #406086;
}
#ja-hpwrap {
	background: white;
	font-size: 11px;
}
#ja-hp {
	line-height: normal;
}
div.ja-hpmodule {
	float: right;
	padding: 3px 0 2px;
}
html>body div.ja-hpmodule {
	float: right;
	padding: 5px 0 5px;
}
div.ja-hpmodule form {
	float: left;
}
div.ja-hpmodule form label {
	float: left;
	padding: 0 5px;
}
div.ja-hpmodule form input.button {
	padding: 0px 3px;
	background: #406086;
	border: 1px solid #406086;
	color: white;
	font-size: 11px !important;
	display: inline;
}
div.ja-hpmodule form #mod_login_username,
div.ja-hpmodule form #mod_login_password {
	background: white;
	border: 1px solid #b3b3b3;
	width: 70px;
	margin-bottom: 0;
}
div.ja-hpmodule form #mod_login_remember {
	margin-bottom: 0;
	display: inline;
}	
div.ja-hpmodule form a {
	padding-left: 5px;
	border-left: 1px solid #CCCCCC;
}
#ja-usertools {
	padding: 7px 0 0;
	font-size: 11px;
	float: left;
}
#ja-usertools ul {
	margin: 0 15px 0 0;
	padding: 0;
	float: left;
}
#ja-usertools ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	display: inline;
}
#ja-usertools img {
	padding: 0 3px 0 0;
}
div.innerpad {
	padding: 0 10px;
}
.ja-banner {
	margin-top: 10px;
	padding: 10px 0;
	text-align: center;
	background: url(../images/sep.gif) repeat-x top;
}
.ja-banner a, .ja-banner a:hover, .ja-banner a:active, .ja-banner a:focus {
	border-bottom: none;
}
.ja-content-module {
	margin-top: 15px;
	padding: 10px 0;
	text-align: center;
	background: url(../images/sep.gif) repeat-x top;
}
.back_button {
  margin-left: 10px;
}


div.back_button a,
div.back_button a:hover,
div.back_button a:active,
div.back_button a:focus {
	border-bottom: none;
	float: left;
	margin: 10px 0;
	display: block;
	font-weight: bold;
    color: #1755a5;
	text-transform: uppercase;
}
#mod_login_password, #mod_login_username {
	width: 90%;
}
#mod_login_remember {
	border: none;
	background: none;
}
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}
* html > body .clearfix {
	width: 100%;
	display: block;
}
* html .clearfix {
	height: 1%;
}
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}
div.nftitle {
	font-size: 150%;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
div.nftitle a:link {
	text-decoration: none;
	border: none;
}
div.nfimages {
	text-align: center;
}
div.nfcontent {
	margin: 0;
	padding-right: 20px;
}
a.korzina
{
	color:#555555	
	font-size:8pt;
	font-weight:bold;
	margin:5px 20px 9px 0;
	padding:0 0 0 23px;
	background-image:url(/images/korzina.gif);
	background-repeat:no-repeat
}

a.catnav {
	width: 161px;
	height: 23px;
	display: block;
	text-decoration: none;
	outline: none;
	background: white;
	font: normal 11px Tahoma, Verdana, Arial;
	line-height: 23px;
	border-bottom: 1px solid #dddddd;
	color: black;
	padding-left: 12px;
}

a.catnav:hover,
a.catnav:active,
a.catnav:focus {
	text-decoration: none;
	color: black;
	background: #e9f3ff;
	border-bottom: 1px solid #dddddd;
}

#active_cat_menu {
	background: #e9f3ff;
	font-weight: bold;
	text-decoration: none;
	color: bold;
}

div.moduletable-ju {
	padding: 0;
}

#site-menu {font-size: 11px;display:inline;position:relative;width:100%;margin:0;padding:0;overflow:auto;text-align:left;}
#site-menu li {display:inline;padding:0;list-style:none;}
#site-menu a  {
  text-decoration:none;
  height: 25px;
  white-space:nowrap;
  color:black;
  background:#e9f3ff;
  display:block;
  float:left;
  position:relative;
  padding: 0 15px;
  line-height: 25px;
  border:0px none;
}

#site-menu a.b:hover,
#site-menu a.c:hover {color:white;background:#5788c4;}

#site-menu a.c     {}
 	
#site-menu a.b     {background:none;}

a.morei
{
    display: block;
	color:#444444;
	font: bold 11px Tahoma, Verdana, Arial;
	background: url(../images/magnifier.gif) no-repeat;
    padding-left: 29px;
    line-height: 20px;
    text-align: left;
    margin-left: 29px;
    margin-top: 3px;
    margin-bottom: 10px;
}

a.brand {color: #2c4e6d; text-decoration: none; font-family: Tahoma, Arial; font-size: 11px; text-transform: uppercase;}
a.brand:hover {text-decoration: underline;}

td#styles { font-family: Arial, Helvetica, Geneva, sans-serif; font-size: 12px ; }

img.border#delim {
	padding: 0;
	border: none;
	margin: 0;
}

a:hover#styles {color: #ff0000}
a#styles {color: #3333DD}

a:hover#colink {color: #ff0000}
a#colink {color: #3333DD;text-decoration: underline}

.contact_code
	{font-size: 1.5em; font-weight: normal; color: #ccc;}
.text_phone_dote
	{font-size: 4pt; font-weight: normal; color: #f33;}
.contact_text                                                                           
	{font-size: 1.5em; font-weight: normal;}
#header {
  position: relative;
  width: 985px;
  margin: 0 auto;
  height: 113px;
  padding-top: 10px;
  text-align: left;
  background: url(../images/header-bg.jpg) no-repeat top left;
}
#header a.logo {
  display: block;
  position: relative;
  width: 282px;
  margin: 10px;
  margin-top: 0;
}
#header p {
  margin: 5px 13px;
}
#header .login {
  position: absolute;
  right: 0;
  top: 0;
  width: 325px;
  height: 115px;
  background: url(../images/login-bg.gif) no-repeat top right;
}
#header .contacts {
  position: absolute;
  right: 10px;
  top: 75px;
  font: normal 11px Tahoma, Verdana, Arial;
  text-align: right;
  color: #4c5257;
  line-height: 14px;
}
#header .contacts img {
  vertical-align: middle;
}
#header .contacts a {
  color: #4c5257;
	text-decoration: none;
}
#header .contacts a:hover {
  color: #4c5257;
	text-decoration: underline;
}
#menu {
  position: relative;
  border: 0;
  height: 28px;
  width: 968px;
  margin: 0 auto;
  text-align: left;
  background: url(../images/menu-bg.jpg) no-repeat top left;
}
#menu2 {
  position: relative;
  height: 25px;
  width: 966px;
  border: 1px solid #cacaca;
  margin: 0 auto;
  text-align: left;
  background-color: #e9f3ff;
}
#cart {
  position: absolute;
  top: 40px;
  left: 185px;
}
#cart a {
  font: normal 18px Tahoma, Verdana, Arial;
  color: #406086;
  text-decoration: underline;
}
div.moduletable-mydata {
  position: absolute;
  top: 39px;
  left: 50px;
  width: 112px;
}
div.moduletable-mydata td {
  text-align: right;
}
div.moduletable-mydata a.mainlevel {
  color: #7e868f;
  font: normal 11px Tahoma, Vaerdana, Arial;
  padding: 0;
  background: none;
}
#menu #share {
  position: relative;
  left: 790px;
  top: 5px;
  width: 200px;
}
.randprod {
  width: 194px;
  float: right;
  background: white url(../images/randback.gif) no-repeat bottom;
  padding-bottom: 17px;
  text-align: center;
}
.randprod .dots {
  height: 1px;
  margin: 0 auto;
  width: 192px;
  background: url(../images/dots.gif) repeat-x top left;
  font-size: 1px;
}
.randprod span {
  display: block;
  background-color: #e9f3ff;
  font: normal 14px Tahoma, Verdana, Arial;
  line-height: 18px;
  padding: 3px 10px;
  color: #21090b;
  width: 172px;
  margin: 0 auto;
}
.randprod p {
  position: relative;
  left: 1px;
  margin: 0;
  float: left;
  border: 1px solid white;
  width: 120px;
  height: 23px;
  color: white;
  background-color: #5687c3;
  font: normal 14px Tahoma, Verdana, Arial;
  line-height: 23px;
}
.randprod a img {
  margin-top: 5px;
  margin-bottom: 5px;
}
.randprod a.buy {
  display: block;
  float: left;
  border: 1px solid white;
  border-left: 0;
  background: #739ccf url(../images/buybtn.gif) no-repeat top left;
  padding-left: 20px;
  width: 50px;
  font: normal 11px Tahoma, Verdana, Arial;
  text-decoration: underline;
  color: white;
  line-height: 21px;
  height: 23px;
}
#ja-footer .footleft {
  float: left;
  width: 185px;
  padding-left: 20px;
  color: #7d7c7c;
  height: 120px;
}
#ja-footer .footright {
  float: right;
  width: 185px;
  padding-right: 20px;
  color: #454545;
  height: 120px;
  text-align: right;
}
#ja-footer .footright img {
  position: relative;
  top: 6px;
  margin-right: 5px;
}
#ja-footer .footright a {
  text-decoration: none;
}
#ja-footer .footright a:hover {
  text-decoration: none;
  font-weight: normal;
}
#ja-current-content {
  color: black;
}
#ja-current-content h1 {
  font: normal 18px Tahoma, Verdana, Arial;
  color: #2c61a8;
  margin-left: 12px;
  float: left;
  width: 540px;
}
#ja-current-content .contentheading h1 {
  width: 480px;
}
#ja-current-content p {
  margin-left: 9px;
  margin-right: 14px;
  font-size: 11px;
  font-family: Tahoma, Verdana, Arial;
}
#ja-current-content p a {
  color: #1755a5;
  text-decoration: underline;
}
.orderby {
  display: block;
  margin-left: 3px;
  margin-right: 8px;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  padding: 5px;
}
.orderby span {
  color: #860000;
  font: bold 11px Tahoma, Verdana, Arial;
  text-transform: uppercase;
}
.orderby a img {
  margin-right: 25px;
}
.product_item {
  width: 182px;
  height: 203px;
  margin-right: 8px;
  margin-bottom: 8px;
  float: left;
  overflow: hidden;
}
.product_item .title {
  background: url(../images/item_back.jpg) no-repeat top left;
  height: 40px;
  text-align: center;
  padding-top: 5px;
  overflow: hidden;
}
.product_item .title a {
  color: black;
  text-decoration: none;
  font: normal 14px Tahoma, Verdana, Arial;
}
.product_item .pict {
  height: 106px;
  overflow: hidden;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  text-align: center;
  vertical-align: bottom;
}
.product_item .pict a img {
  margin: auto;
}
.product_item .bottom {
  background: url(../images/item_back2.jpg) no-repeat top left;
  height: 52px;
  text-align: center;
  overflow: hidden;
}
#ja-current-content .product_item .bottom p {
  float: left;
  width: 98px;
  margin: 0;
  font: normal 14px Tahoma, Verdana, Arial;
  line-height: 44px;
}
.product_item .bottom a {
  position: relative;
  float: left;
  display: block;
  top: 7px;
  width: 74px;
  height: 29px;
  background: url(../images/morebtn.gif) no-repeat top left;
  font: normal 11px Tahoma, Verdana, Arial;
  line-height: 29px;
}
.navigation {
  clear: both;
  border-top: 1px solid #cccccc;
  margin-left: 3px;
  margin-right: 8px;
  background-color: #ececec;
  padding: 8px 5px;
  text-align: center;
  color: #585858;
}
.pagebtn1 {
  display:block;
  float: left;
  background: url(../images/navbtn1.gif) no-repeat top left;
  width: 85px;
  height: 23px;
  text-align: center;
  line-height: 22px;
  text-decoration: none;
  margin-right: 3px;
  color: #585858;
}
.pagebtn2 {
  display: block;
  float: left;
  margin-right: 3px;
  background: url(../images/navbtn2.gif) no-repeat top left;
  width: 103px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  color: #585858;
}
.pagebtn3 {
  display:block;
  float: right;
  background: url(../images/navbtn1.gif) no-repeat top left;
  width: 85px;
  height: 23px;
  text-align: center;
  line-height: 22px;
  text-decoration: none;
  margin-left: 3px;
  color: #585858;
}
.pagebtn4 {
  display: block;
  float: right;
  margin-left: 3px;
  background: url(../images/navbtn2.gif) no-repeat top left;
  width: 103px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  color: #585858;
}
.product, .cartdiv {
  margin-left: 3px;
  margin-right: 8px;
}
.product .name {
  padding-top: 5px;
  float: left;
  margin-left: 7px;
}
#ja-current-content .product .name a {
  text-decoration: none;
}
#ja-current-content .product .name h1 {
  font: normal 18px Tahoma, Verdana, Arial;
  margin: 0;
  color: black;
  margin-bottom: 3px;
  width: auto;
}
#ja-current-content .product .name h2 {
  font: normal 14px Tahoma, Verdana, Arial;
  margin: 0;
  padding: 0;
  color: #767676;
  background: none;
  padding-bottom: 5px;
  float: left;
  clear: left;
}
.product .logo {
  float: right;
  margin-bottom: 5px;
}
.product .line {
  clear: both;
  height: 1px;
  font-size: 1px;
  background-color: #cccccc;
  margin-bottom: 5px;
}
.product .left {
  float: left;
  width: 242px;
  overflow: hidden;
  margin-bottom: 10px;
}
.product .right {
  float: right;
  width: 307px;
  padding-top: 8px;
  background-color: #f7f7f7;
  margin-bottom: 10px;
}
.product .right .title {
  display: block;
  float: left;
  margin-left: 18px;
  font: bold 11px Tahoma, Verdana, Arial;
}
.product .right .article {
  display: block;
  float: right;
  margin-right: 10px;
  font: normal 11px Tahoma, Verdana, Arial;
  color: #737373;
}
.product .right .hr {
  width: 97%;
  clear: both;
  height: 5px;
  border-bottom: 1px solid #cccccc;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px;
}
#ja-current-content .product .right p {
  padding: 0 18px;
  margin: 0;
  margin-bottom: 20px;
}
#ja-current-content .product .right ul {
  margin: 0;
  margin-bottom: 20px;
  padding: 0 18px;
}
#ja-current-content .product .right ul li {
  background: none;
  padding: 0;
  line-height: 150%;
}
.product .right .badge {
  text-align: center;
  margin: 0 auto;
  width: 263px;
  margin-bottom: 20px;
}
.product .left .image {
  margin: 0 auto;
  text-align: center;
}
.product .left .image img {
  border: 1px solid #cccccc;
}
.product .left .cart {
  position: relative;
  background: #5788c4 url(../images/cartback.gif) no-repeat;
  color: white;
  padding: 2px 7px;
  height: 106px;
}
.product .left .cart2 {
  position: relative;
  background: #5788c4 url(../images/cartback2.gif) no-repeat;
  color: white;
  padding: 2px 7px;
  height: 61px;
}
.product .left .cart label {
  font: normal 18px Tahoma, Verdana, Arial;
  display: block;
  margin-bottom: 2px;
}
.product .left .cart .sizes {
  display: block;
  position: absolute;
  top: 6px;
  left: 159px;
  width: 73px;
  height: 36px;
  background: url(../images/size_table.gif) no-repeat top left;
  color: white;
  text-decoration: underline;
  line-height: 14px;
  text-align: center;
  padding-top: 4px;
  margin-bottom: 3px;
}
.product .left .cart span {
  display: block;
  position: absolute;
  color: black;
  font: normal 24px Tahoma, Verdana, Arial;
  top: 58px;
  left: 13px;
}
.product .left .cart2 span {
  display: block;
  position: absolute;
  color: black;
  font: normal 24px Tahoma, Verdana, Arial;
  top: 13px;
  left: 13px;
}
.cartdiv .name {
  width: 111px;
  float: left;
  padding: 5px 8px;
  border-right: 2px solid white;
  overflow: hidden;
  text-align: left;
}
.cartdiv .name a {
  display: block;
  color: #1755a5;
  text-decoration: none;
  margin-top: 5px;
}
.cartdiv .sku {
  width: 84px;
  float: left;
  padding: 5px 2px;
  border-right: 2px solid white;
  overflow: hidden;
  text-align: center;
}
.cartdiv .price, .cartdiv .quant {
  width: 59px;
  padding: 5px 3px;
  float: left;
  border-right: 2px solid white;
  overflow: hidden;
  text-align: center;
}
.cartdiv .quant span input {
  width: 35px;
}
.cartdiv .subtotal {
  width: 96px;
  padding: 5px 8px;
  float: left;
  border-right: 2px solid white;
  overflow: hidden;
  text-align: left;
}
.cartdiv .action {
  width: 76px;
  padding: 5px 8px;
  float: left;
  overflow: hidden;
  text-align: center;
}
.cartdiv .action form {
  display: inline;
  margin-left: 15px;
  float: left;
}
.cartline {
  height: 1px;
  font-size: 1px;
  background-color: #cccccc;
  display: block;
  clear: both;
  margin-bottom: 2px;
  margin-left: 3px;
  margin-right: 8px;
  border: 0;
}
.header {
  background: #5788c4 url(../images/c_back.gif) no-repeat top left;
  font: bold 11px Tahoma, Verdana, Arial;
  color: white;
  height: 35px;
  overflow: hidden;
}
.sectiontableentry1 {
  background: #e9f3ff url(../images/c_back.gif) no-repeat top left;
  height: 67px;
  overflow: hidden;
  font: normal 11px Tahoma, Verdana, Arial;
}
.sectiontableentry2 {
  background: #f7f7f7 url(../images/c_back.gif) no-repeat top left;
  height: 67px;
  overflow: hidden;
  font: normal 11px Tahoma, Verdana, Arial;
}
.cartdiv span {
  display: block;
  margin-top: 5px;
}
.cartdiv .subtotal_l {
  float: left;
  border-right: 2px solid white;
  width: 346px;
  height: 24px;
  background-color: #f7f7f7;
  line-height: 24px;
  text-align: right;
  padding-right: 5px;
}
.cartdiv .subtotal_i {
  float: left;
  width: 201px;
  padding-left: 5px;
  background-color: #f7f7f7;
  height: 24px;
  line-height: 24px;
}
.total_i {
  width: 201px;
  float: right;
  border-top: 1px solid #cccccc;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: left;
  padding-left: 5px;
  margin-right: 8px;

}
.total_l {
  width: 68px;
  float: right;
  border-top: 1px solid #cccccc;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 7px;
  text-align: right;
}
.coupon {
  background-color: #e9f3ff;
  border-bottom: 2px solid white;
  margin-left: 3px;
  margin-right: 8px;
  padding: 3px 20px;
}
.t {
  font: normal 18px Tahoma, Verdana, Arial;
  color: #2c61a8;
  margin-left: 10px;
  margin-right: 15px;
  display: block;
}
u {
  color: #1755a5;
}
ol {
  margin: 0 10px;
}
ol li a {
  color: #1755a5;
  text-decoration: none;
}
.others {
  font: bold 11px Tahoma, Verdana, Arial;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
  padding-top: 5px;
  overflow: hidden;
}
.others span {
  text-decoration: underline;
}
.others a {
  text-decoration: none;
  border-bottom: 1px solid #ebebeb;
}
.others a img {
  padding: 3px 1px;
}
.auth_title {
  border-bottom: 1px solid #cccccc;
  margin-left: 3px;
  margin-right: 8px;
  padding: 10px;
}
.auth_orders {
  margin-left: 3px;
  margin-right: 8px;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 10px;
  line-height: 32px;  
}
.auth_box {
  margin-left: 3px;
  margin-right: 8px;
  padding-top: 15px;
  padding-bottom: 20px;
  padding-left: 7px;  
  border-bottom: 1px solid #cccccc;
  color: #333333;
}
.auth_box a {
  display: block;
  text-decoration: none;
  line-height: 32px;
  margin-bottom: 7px;
  color: #333333;
}
.auth_box a:hover {
  color: #555555;
}
.auth_one a, .auth_two a, .auth_three a {
  color: #1755a5;
  text-decoration: none;
}
.auth_one {
  clear: left;
  float: left;
  width: 204px;
  margin-left: 3px;
  border-right: 2px solid white;
  height: 80px;
  color: #333333;
  padding-left: 15px;
  padding-top: 15px;
}
.auth_two {
  float: left;
  height: 80px;
  width: 160px;
  border-right: 2px solid white;
  padding-left: 11px;
  padding-top: 15px;
}
.auth_three {
  float: left;
  height: 80px;
  width: 143px;
  padding-left: 22px;
  padding-top: 15px;
}
.auth_line {
  clear: left;
  width: 559px;
  margin-left: 3px;
  height: 2px;
  font-size: 1px;
  border-top: 1px solid #cccccc;
}
.first {
  background-color: #e9f3ff;
}
.second {
  background-color: #f7f7f7;
}
.shopbrand {
  width: 570px;
  overflow: hidden;
}
.shb_title {
  width: 310px;
  background: url(../images/s_styles.gif) bottom right no-repeat;
  padding-left: 5px;
  color: #666666;
  border-right: 1px solid #9999cc;
}
.shb_main, .shb_main2 {
  position: relative;
  width: 310px;
  padding-left: 5px;
  border-right: 1px solid #9999cc;
}
.shb_main2 {
/*  padding-top: 5px;*/
}
.shb_main2 a {
  font-size: 12px;
  width: 300px;
  text-decoration: none;
}
.shb_main2 table a {
  font-size: 10px;
}
.shb_main2 .total {
  color: #9999cc;
  position: absolute;
  top: 9px;
  right: 4px;
  font-size: 12px;
}
.shopbrand .sep {
  margin-top: 3px;
  margin-bottom: 2px;
  float: right;
}
.shb_main span {
  color: #000066;
  font-size: 14px;
  font-face: Arial;
  font-weight: bold;
}
.shb_left {
  float: left;
}
.shb_right {
  float: left;
  width: 245px;
  text-align: center;
  margin-bottom: 20px;
}
