* {
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
}

a {
	text-decoration:none;
	color: #333;
}

a:visited {
	color: #555;
}

a:hover {
	text-decoration:underline;
}

html,
body {
	height: 100%;
}

body {
	text-align:center;
	background:url(../images/design/bg_page.gif) repeat-y center;
}

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

.hidden {
	position: absolute;
	left: -10000px;
}

.mainFrame {
	position: relative;
	min-height: 100%;
}

* html .mainFrame {
	height: 100%;
}

/* individual styles */

.page {
	width:958px;
	margin:auto;
	min-height:100%;
	text-align:left;
}

* html .page {
	height:100%;
}

.headerBox {
	height:100px;
}

.logo {
	position:absolute;
	top:20px;
	left:30px;
}

.topNavi {
	position:absolute;
	top:14px;
	right:30px;
}

.topNavi ul {
	list-style-type:none;
}

.topNavi ul li {
	float:left;
	padding: 9px 0 0 25px;
}

.topNavi ul li a {
	color:#0169CA;
}

.topNavi ul li.active a {
	font-weight:bold;
}

.paymentImgs {
  position:absolute;
  top:55px;
  right:30px;
}

.topSearch {
	position:absolute;
	top:64px;
	right:30px;
}

.topSearch input {
	border:1px solid #a5a5a5;
}

.topSearch input.text {
	padding:2px;
	width:128px;
}

.topSearch input.submit {
	background-color: #999;
	color:#fff;
	padding:1px;
}

.naviBox {
}

.subNaviBox ul,
.naviBox ul {
	list-style-type:none;
}

* html .naviBox ul {
	margin-top: 3px;
}

.naviBox li {
	float:left;
	margin-left:2px;
}

.naviBox li.item_0 {
	margin-left:0px;
}

.naviBox li a {
	display:block;
	background:url(../images/design/bg_mainNavItem.gif) no-repeat;
	width:238px;
	height:30px;
	text-align:center;
}

.home {
	background:url(../images/design/bg_mainNavItem.gif) repeat-x;
	padding:5px;
	text-align:center;
}

.naviBox li a:hover span {
	text-decoration: underline;
}

.naviBox li a span {
	display:block;
	padding-top:5px;
	font-size:13px;
}

.naviBox li.item_0 a span {
	color:#FB6936;
}

.naviBox li.item_1 a span {
	color:#983564;
}

.naviBox li.item_2 a span {
	color:#FB6936;
}

.naviBox li.item_3 a span,
.naviBox li.item_4 a span,
.naviBox li.item_5 a span {
	color:#0169CA;
}

.naviBox li.active a span {
	font-weight: bold;
}

.subNaviBox {
	width:176px;
	float:left;
	padding-top:30px;
	padding-left:30px;
	margin-right:32px;
}

.subNaviBox ul li {
	background-color:#EBEBEB;
	border-bottom:1px solid #fff;
}

.subNaviBox ul li a {
	display:block;
	padding:10px 5px 7px 18px;
	color:#198A3A;
}

.subNaviBox ul.level23 li a,
.subNaviBox ul.level9 li a {
  color:#FB6936;
}

.subNaviBox ul.level6 li a {
  color:#983564;
}

.subNaviBox ul.levelContent li a {
  color:#0066CC;
}

.subNaviBox ul li.active a,
.subNaviBox ul li.active li.active a {
	font-weight:bold;
}

.subNaviBox ul li.active li {
	border-top:1px solid #fff;
	border-bottom:0 solid #000;
}

.subNaviBox ul li.active li a {
	font-weight:normal;
	padding:7px 5px 4px 34px;
}

.contentBox {
	background-color:#fff;
	float:left;
	width:715px;
}

.content {
	width:500px;
	padding-top:23px;
	padding-bottom:20px;
}

.contentHome .content {
	text-align: center;
	padding:20px;
	padding-bottom:30px;
	width:auto;
}

.content h1 {
	font-size:18px;
	margin-bottom:16px;
	color:#FB6936;
}

.content ul {
	padding-left:15px;
}

.breadcrumb {
	margin-top:13px;
}

.breadcrumb,
.breadcrumb a {
	color:#FB6936;
	font-size:11px;
}

.footerBox {
	background:url(../images/design/bg_footer.gif) no-repeat #fff;
	position: relative;
	height:31px;
	width:928px;
	margin: -31px auto 0 auto;
	clear:both;
}

* html .footerBox {
	margin-top: -20px;
}

.footerLeft {
	color:#888;
	float:left;
	padding-top:9px;
	padding-left:15px;
}

.footerRight {
	float:right;
	padding-right:15px;
}

.footerRight ul {
	list-style-type:none;
}

.footerRight ul li {
	float:left;
	padding: 9px 0 0 25px;
}

.footerRight ul li a {
	color:#888;
}

.csc-sitemap-level2 {
	padding-left:15px;
}

.content a img {
	border-width: 0;
}

#green {
  color:#14594F;
}

.leftCol {
	/*width:175px;*/
	background-color:#ccc;
	padding:4px;
	margin-top:10px;
}

.leftCol .contenttable {
	border-collapse:collapse;
}

.leftCol .contenttable tr td {
	padding-right:4px;
	padding-bottom:6px;
	line-height:100%;
}

.leftCol .contenttable tr td a img {
	border:0px solid white;
}

.rightCol {
	float:right;
	width:200px;
}

.rightBox {
	background-color:#ebebeb;
	padding:8px;
	border-top:1px solid #fff;
	border-bottom:1px solid #ddd;
}

.rightBox h1,
.rightBox h1 a {
	color:#0169CA;
	font-size:18px;
	font-weight:normal;
}

td.main {
	vertical-align:top;
}

.cartProducts td,
.cartProducts td * {
	line-height:110%;
	padding-bottom:5px;
}

.cartProducts td {
	vertical-align:top;
}

.cartProducts td.cartQty {
	padding-left:5px;
	text-align:left;
}

.cartHeading {
	margin-bottom:8px;
}

.cartHeading a {
	background:url(../images/design/shopping_2.jpg) no-repeat;
	display:block;
	padding:6px 0 6px 45px;
}

.cartTotal {
	border-top:1px solid #aaa;
	padding-top:8px;
	margin-top:3px;
	text-align:right;
}

.cartBoxCheckout {
	border-top:1px solid #aaa;
	text-align:right;
	padding-top:5px;
}

#loginbox input.loginInput {
	width:150px;
	display:block;
	margin-bottom:10px;
}

.infoBoxHeading,
.infoBoxHeading_right {
	padding-bottom:10px;
	padding-top:10px;
}

.infoBoxHeading table td.infoBoxHeading,
.infoBoxHeading_right table td.infoBoxHeading_right {
	background-color:#CCE6E2;
	padding:5px;
}

table.productList {
	border-collapse: collapse;
}

td.main,
td.main a,
table.productList td {
	padding:0;
	line-height:120%;
}

.itemImage {
	width:130px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #FB6936;
}

.itemImage a img {
	border:0px solid #fff;
}

.itemPrice {
	float:right;
}

.itemPrice,
h1.productTitle,
h1.itemTitle a {
	font-size:14px;
	margin-bottom:16px;
	color:#FB6936;
	line-height:100%;
}

table.productList td.itemData {
	padding:10px;
	border:1px solid #FB6936;
	background-color:#EBEBEB;
}

.itemBuy {
	text-align:right;
}

.itemDivider {
	font-size:5px;
	line-height:100%;
	height:15px;
}

.productImage {
	float:left;
	padding:10px;
	margin-right:20px;
	margin-bottom:10px;
	border:1px solid #ddd;
}

.itemPriceTable {
	width:500px;
}

.itemPriceTable td {
	line-height:120%;
	text-align:right;
	padding-right:10px;
}

.productsPrice {
	font-size:18px;
	color:#FB6936;
}

.itemPriceBox {
	margin-top:20px;
	margin-bottom:20px;
	padding-top:10px;
	padding-bottom:10px;
	border-top:2px solid #ddd;
	border-bottom:2px solid #dfdfdf;
	background-color:#eee;
}

.checkoutBtn tr td {
  padding-bottom:20px;
  padding-top:20px;
}

td.confirmBtn form input {
  margin-bottom:20px;
  margin-top:20px;
}

#viewBtn a img {
  margin-top:20px;
  margin-bottom:20px;
}

.boxText a img {
  border:0;
}

.cartList * {
	font-size:12px;
}

.cartList td {
	padding:3px;
	border-top:1px solid #bbb;
}

.cartList td input {
	padding:0;
	line-height:100%;
	font-size:10px;
}

.cartHead td,
.cartFooter td {
	background-color:#eee;
	color:#0169CA;
	border-top:0px solid #bbb;
}

.cartFooter td {
	border-top:1px solid #bbb;
}

.shippingInfo td {
	border-top:0px solid #bbb;
}


td.onepxwidth {
	width:24px;
	text-align:left;
}

.notice {
	border:1px solid #ee2;
	background-color:#ffd;
	padding:10px;
}

.checkoutShippingDate span {
	color:#777;
	font-size:11px;
	padding-left:22px;
}

/*
.homeText,
.homeTeaser {
  padding:20px;
  width:935px;
  text-align:center;
}
*/

.homeText {
  margin-left:20px;
  width:930px;
  padding-bottom:30px;
}

.content .homeText h1 {
	color:#0169CA;
}

.content .homeText h1.orange {
	color:#FB6936;
}

.content .homeText h2.orange2 {
  padding-top:50px;
  color:#FB6936;
  font-size:18px;
}

.home_smallTeaserBox,
.home_topsellerBox {
	width:576px;
	height:103px;
	float:left;
	line-height:100%;
	overflow:hidden;
	margin-bottom:12px;
	margin-right:12px;
	border:1px solid #777;
}

.home_smallTeaserBox h1,
.home_topsellerBox h1 {
	font-size:12px;
	color:#333;
	font-weight:normal;
	padding-top:6px;
	padding-bottom:7px;
	padding-left:10px;
	margin:0;
	background-color:#ddd;
}

.home_topsellerBox .topsellerItems {
	padding-top:8px;
	margin-left:10px;
	width:570px;
}

.home_topsellerBox .topsellerItem {
	float:left;
	width:180px;
	margin-right:5px;
	overflow:hidden;
}

.home_topsellerBox .topsellerItem img {
	float:left;
	margin:4px;
	margin-top:6px;
}

.home_topsellerBox .topsellerItem * {
	font-size:11px;
	font-weight:normal;
}

.home_topsellerBox .topsellerItem h2 {
	margin-top:1px;
}

.home_topsellerBox .topsellerItem .topsellerItem1stRow {
	overflow:hidden;
	height:75px;
	width:180px;
}

.home_topsellerBox .topsellerItem .topsellerItem2ndRow {
	clear:left;
	float:right;
	width:80px;
}

a.topsellerPrice {
	color:#333a9c;
	font-weight:bold;
	margin-top:4px;
	margin-bottom:4px;
	display:block;
}

.home_topRightBox {
	width:324px;
	height:103px;
	float:left;
	line-height:100%;
	margin-bottom:12px;
	border:1px solid #777;
}

.home_topRightBox img {
	float:left;
}

.home_topRightText {
	color:#999;
	line-height:14px;
	float:right;
	width:180px;
	margin-right:20px;
}

.home_topRightText h2 {
	margin-top:10px;
	margin-bottom:10px;
	color:#14594F;
	text-transform:uppercase;
}

.home_topRightText a {
	color:#1C957F;
}

.home_salesPartnerBox .salesPartnerText {
	padding-top:15px;
	width:110px;
	float:right;
	font-size:11px;
	line-height:110%;
}

.home_topProductBox {
	border:1px solid #777;
	position:relative;
	width:576px;
	height:350px;
	float:left;
	margin-right:12px;
}

.home_topProductBox .productText {
	position:absolute;
	top:20px;
	right:10px;
	width:170px;
}

.home_topProductBox .productText h1 {
	font-size:34px;
}

.moreInfoBtn img {
	margin-top:10px;
	position:absolute;
	bottom:20px;
	left:185px;
}

.home_topProductBox .moreInfoBtn {
	float:right;
}

.home_topProductBox .productText p {
	color:#999;
	font-size:110%;
}

.home_2ndTeaserBox {
	position:relative;
	width:324px;
	height:226px;
	float:left;
	margin-bottom:12px;
	border:1px solid #777;
	text-align:left;
}

.home_2ndTeaserBox h1 {
	font-weight:normal;
	font-size:18px;
	margin:10px auto 6px auto;
	line-height:18px;
}

.home_2ndTeaserBox .home_2ndTeaserContent {
	padding:14px 0 0 15px;
}

.home_2ndTeaserProducts {
	color:#8f1f7e;
	padding-top:2px;
	width:140px;
}

.home_smallTeaserBox {
	width:156px;
	height:110px;
	float:left;
	margin-right:12px;
}

.salesPartnerText {
	padding:6px 25px 4px 10px;
	color:#999;
	font-size:11px;
}

.aboutImage {
	float:left;
}

.home_smallTeaserBox .aboutImage {
	margin:3px 0 0 3px;
}

.home_smallTeaserBox .aboutText {
	float:right;
	color:#999;
	width:78px;
	font-size:11px;
	margin:5px 5px 0 0;
}

.home_smallTeaserBox .home_payment {
	padding-top:5px;
}

.home_smallTeaserBox .home_payment img {
	margin:7px 0 0 10px;
}

* html .home_smallTeaserBox .home_payment img {
	height:18px;
}


