/* Body Style */
body {
	font-size: 12px;
	color: #233a53;
	margin: 0px;
	background: url(../images/bg.gif) top left repeat-x;
	background-color: #d0d0d0;
}

body, p, h1,h2,h3,h4,h5,h6,div,ol,li,td,th,a,form,input,select,textarea,option,label {
	font-family: Arial, Helvetica, sans-serif;
}

p, td, th, div{
	font-size: 12px;
	line-height: 130%;
}

p {

}

.errRed{
	border:1px solid #FAC5C7;
	padding:5px 5px 5px 5px;
	margin:10px 0;
	background-color:#FEF0F0;
	color:#FF0000;
}
/* standard Hyperlink */
a {
	text-decoration: none;
	color: #f34a00;
}
a:hover {
	text-decoration: underline;
	color: #cc0000;
}

/* standard Form */
form {
	margin: 0px;
}

input,select,textarea,option,label {
	font-size: 10px;
}

/* standard form input text */
input.text {
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 11px;
}

/* standard form button */
input.button {
	border: 0px;
	background-color: #ff6633;
	border: 1px solid #c81703;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
}
input.button:hover {
	background-color: #fe9733;
}
input.buttonGo{
	border: 0px;
	background-color: #ff6633;
	border: 1px solid #c81703;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 5px;
	cursor: pointer;
}
input.buttonGo:hover {
	background-color: #fe9733;
}

/* standard form select + option*/
select{
	background-color: #ffffff;
	border: 1px solid #000000;
}

/* standard form textarea */
textarea {
	border: 1px solid #ccc;
	overflow: auto;
	font-size: 11px;
}

/* standard cell */
td, th {
	vertical-align: top;
	line-height: 150%;
}

td.text, td.form {
	padding: 4px;
}

.floatRight{
 	float: right;
}
.floatLeft{
 	float: left;
}
.content img.floatLeft {
	margin-right: 15px;
}

.center{
	text-align: center;
}
.left{
	text-align:left;
}
.right{
	text-align: right;
}
.justify{
	text-align:justify;
}
.clear {
	clear: both;
	height: 0px;
	margin: 0px !important;
	padding: 0px !important;
	overflow: hidden;
}

/* --------- warper element -------- */
.body {
	text-align: center;
	background: url(../images/bgHeader.png) top center no-repeat;
}
.mainPage {
	width: 1010px;
	margin: 0px auto;
	text-align: left;
}
.wrapper {
	padding: 0px 15px 20px 15px;
	min-height: 380px;
}
*html .wrapper {
	height: 380px;
	overflow: visible;
}


/* ------- header element ---------- */
.header {
	height: 160px;
	padding: 0px;
	overflow: hidden;
}
a.sitename {
	width: 230px;
	height: 152px;
	display: block;
	float: left;
	padding: 0px;
	overflow: hidden;
}
a.sitename img {
	border: none;
}
.headerBottom {
	width: 765px;
	margin-top: 76px;
	float: right;
	padding: 0px;
	padding-top: 20px;
	padding-right: 15px;
	overflow: hidden;
}

/* ------- navigation -------------- */
ul.nav {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
	float: right;
	border-right: 1px solid #ccc;
}
.nav li{
	float: left;
	height: 21px;
	margin: 0px;
	padding: 15px 25px;
	border-left: 1px solid #ccc;
}
.nav li.first {

}
.nav li a{
	color: #333;
	text-decoration: none;
}
.nav li a span{
	font-size: 11px !important;
	font-weight: normal;
	letter-spacing: normal !important;
}
.nav li.first a {

}
.nav li a:hover{
	color: #111;
	text-decoration: underline;
}

/* PAGE */
.sidebar {
	width: 200px;
	float: left;
}
.page {
	width: 765px;
	float: right;
}
.main {
	width: 550px;
	float: left;
}
.rightside {
	width: 200px;
	float: right;
}


.menu {
	margin: 5px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
	background: url(../images/blockBot.gif) bottom left no-repeat;
}
.menu h2 {
	margin: 0px !important;
	padding: 18px 20px 20px 40px !important;
	font-size: 11px;
	color: #666;
	text-transform: uppercase;
	background: url(../images/menuTop.gif) top left no-repeat;
}
#menuCell {
	padding: 0px 12px 5px 12px;
	background-color: #f2f2f2;
}


.productBox {
	padding: 0px 0px 5px 0px;
	margin: 10px 0px;
	background: url(../images/productBoxBot.gif) bottom left no-repeat;
}
.productBox h2 {
	margin: 0px !important;
	padding: 15px 10px !important;
	font-size: 11px;
	color: #fff;
	text-align: center;
	display: block;
	background: url(../images/bgTitle.gif) top left no-repeat;
}

ul.thumbImg {
	margin: 10px 0px 0px 0px !important;
	padding: 5px 2px 0px 4px !important;
	list-style: none;
	background: url(../images/productBoxTop.gif) top left no-repeat #fff;
}
*html ul.thumbImg {
	width: 194px;
	padding: 5px 0px 0px 4px !important;
}
*:first-child+html ul.thumbImg {
	width: 194px;
	padding: 5px 2px 0px 4px !important;
}
ul.thumbImg li {
	float: left;
	margin: 2px 2px;
	width: 90px;
	height: 120px;
	padding: 0px;
	overflow: hidden;
	border: 1px solid #e1ebf6;
}
*html ul.thumbImg li {
	margin: 2px 3px 2px 1px;
}
ul.thumbImg li:hover {
	border: 1px solid #9aa7b5;
}
ul.thumbImg li img {
	border: none;
}
ul.thumbImg li .image {
	width: 90px;
	height: 120px;
	padding: 0px;
	overflow: hidden;
	border: none;
}
*html ul.thumbImg li .image {
	line-height: 120px;
	font-size: 100px;
}
*:first-child+html ul.thumbImg li .image {
	line-height: 120px;
}
ul.thumbImg li div {
	width: 90px;
	height: 120px;
	padding: 0px;
	overflow: hidden;
	display: table-cell;
    vertical-align: middle;
	border: none;
	text-align: center;
}
ul.thumbImg li div img {
	vertical-align: middle;
}

.banner {
	margin: 5px 0px 10px 0px;
}
.banner p {
	margin: 5px 0px !important;
	padding: 5px 0px !important;
	text-align: center;
}
.banner img {
	border: none;
}

.statistik {
	margin: 10px 0px 15px 0px;
	text-align: center;
	padding: 0px 0px 5px 0px;
	background: url(../images/blockBot.gif) bottom left no-repeat;
}
.statistik h2 {
	margin: 0px !important;
	padding: 15px 20px 5px 20px !important;
	font-size: 11px;
	color: #666;
	text-transform: uppercase;
	background: url(../images/blockTop.gif) top left no-repeat;
}
.statistik table {
	border: none;
	width: 200px;
	margin: 0px;
	border: 10px solid #f2f2f2;
	background-color: #f2f2f2;
}
.statistik table td {
	text-align: left;
	padding: 3px 6px;
	color: #426287;
	font-size: 11px;
	border-bottom: 1px solid #f2f2f2;
}
.statistik table td.bgCC {
	color: #426287;
	text-align: right;
	background-color: #dfe7f0;
}

.searchBox {
	margin: 10px 0px 15px 0px;
	text-align: center;
	padding: 0px 0px 5px 0px;
	background: url(../images/blockBot.gif) bottom left no-repeat;
}
.searchBox h2 {
	margin: 0px !important;
	padding: 15px 20px 5px 20px !important;
	font-size: 11px;
	color: #666;
	text-transform: uppercase;
	background: url(../images/blockTop.gif) top left no-repeat;
}
.searchBox form {
	margin: 0px;
	padding: 10px 0px 15px 0px;
	background-color: #f2f2f2;
}
input.searchTxt {
	width: 140px;
	padding: 2px;
	margin-right: -2px;
	color: #405063;
	font-size: 11px;
	background-color: #fff;
	border: 1px solid #ddd;
}
input.searchTxt:focus {
	color: #222;
	border: 1px solid #999;
}
input.searchBtn {
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	height: 20px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	background-color: #a4cefd;
	border: 1px solid #ddd;
	cursor: pointer;
}

.cs {
	margin: 5px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
	background: url(../images/blockBot.gif) bottom left no-repeat;
}
.cs h2 {
	margin: 0px !important;
	padding: 18px 20px 10px 40px !important;
	font-size: 11px;
	color: #666;
	text-transform: uppercase;
	background: url(../images/blockTop.gif) top left no-repeat;
}

.cs table {
	border: none;
	width: 200px;
	margin: 0px;
	background-color: #f2f2f2;
}
.cs table td {
	text-align: left;
	padding: 4px 15px;
	color: #4b719d;
	font-size: 11px;
	border-bottom: 1px solid #e9eef4;
}
.cs table td img {
	border: none;
	float: right;
}
.csCell {
	margin: 0px;
	padding: 0px;
	background: url(../images/csCell.gif) top left repeat-y;
}
.csCellTop {
	height: 8px;
	padding: 10px 0px 0px 0px;
	overflow: hidden;
	background: url(../images/csTop.gif) bottom left no-repeat;
}
.csCellBottom {
	height: 8px;
	padding: 0px;
	overflow: hidden;
	background: url(../images/csBot.gif) top left no-repeat;
	border-bottom: 3px solid #f2f2f2;
}
.csCellContent {
	text-align: center;
}
.csCellContent p {
	margin: 5px 0px !important;
	padding: 0px !important;
	font-size: 11px;
}
.csCellContent a {
	color: #f34a00;
	text-decoration: underline;
}
.csCellContent a:hover {
	color: #ff389f;
	text-decoration: underline;
}
.csCellContent p strong {
	color: #1a77e1;
}
.csCellContent table {
	width: 160px;
	margin: 0px auto;
	background-color: #fff;
}
.csCellContent table th, .csCellContent table td {
	padding: 2px;
	border: none;
	text-align: left;
	color: #233a53;
	font-size: 11px;
}
.csCellContent table th {
	width: 60px;
}

.shoppingCartBox {
	margin: 10px 0px 15px 0px;
	text-align: center;
	padding: 0px 0px 5px 0px;
	background: url(../images/blockBot.gif) bottom left no-repeat;
}
.shoppingCartBox h2 {
	margin: 0px !important;
	padding: 15px 20px 0px 20px !important;
	font-size: 11px;
	color: #666;
	text-transform: uppercase;
	background: url(../images/blockTop.gif) top left no-repeat;
}
.cartCell {
	margin: 0px;
	padding: 0px;
	background: url(../images/csCell.gif) top left repeat-y;
}
.cartCellTop {
	height: 8px;
	padding: 10px 0px 0px 0px;
	overflow: hidden;
	background: url(../images/csTop.gif) bottom left no-repeat;
}
*html .cartCellTop {
	height: 13px;
}
*:first-child+html .cartCellTop {
	height: 13px;
}
.cartCellBottom {
	height: 8px;
	padding: 0px;
	overflow: hidden;
	background: url(../images/csBot.gif) top left no-repeat;
	border-bottom: 3px solid #f2f2f2;
}
.cartCellContent {
	padding: 0px 10px;
	text-align: center;
}
.cartCellContent p {
	margin: 4px 0px !important;
	padding: 0px !important;
	font-weight: bold;
	font-size: 11px;
}
.cartCellContent p a {
	color: #666;
	text-decoration: none;
	padding: 3px 8px 4px 8px;
	background-color: #fff;
	line-height: 300%;
}
.cartCellContent p a:hover {
	color: #cc0000;
	text-decoration: none;
}
.cartCellContent p span {
	color: #1a77e1;
	padding: 0px 5px;
}
.cartCellContent table {
	border: none;
	width: 100%;
	border-left: 1px solid #e1ebf6;
	margin-bottom: 10px;
}
.cartCellContent table tr {
	background-color: #f3f9ff;
	border-bottom: 1px solid #e1ebf6;
}
.cartCellContent table tr:hover {
	background-color: #fff;
}
.cartCellContent table th{
	text-align: center;
	padding: 4px 2px;
	vertical-align: middle;
	font-size: 9px;
	color: #4d4d4d;
	background-color: #c7d7e8;
	border-right: 1px solid #e1ebf6;
}
.cartCellContent table td {
	text-align: center;
	padding: 1px;
	vertical-align: middle;
	font-size: 10px;
	border-right: 1px solid #e1ebf6;
}
.cartCellContent table td img {
	border: none;
}

.testimonial {
	margin: 10px 0px;
	padding: 0px 0px 10px 0px;
	background: url(../images/block2Bot.gif) bottom left no-repeat #f2f2f2;
}
.testimonial h2 {
	margin: 0px !important;
	padding: 12px 15px 0px 15px !important;
	font-size: 12px;
	color: #666;
	text-align: left;
	background: url(../images/block2Top.gif) top left no-repeat;
}
.testiBox {
	padding: 5px 10px;
}
.testiBox p {
	margin: 8px 0px !important;
	padding: 0px 10px !important;
	line-height: 150%;
	text-align: left;
}
.testiBox p.add {
	text-align: right;
	margin: 10px 0px 0px 0px !important;
	padding: 4px 8px !important;
	background-color: #f8f8f8;
	color: #ccc;
	font-size: 11px;
}
.testiBox p.add a {
	padding: 0px 4px;
	color: #1976e0;
	text-decoration: none;
}
.testiBox p.add a:hover {
	color: #cc0000;
	text-decoration: none;
}

.productList {
	margin: 10px 0px 20px 0px;
}
.productList h2 {
	margin: 10px 0px 0px 0px !important;
	padding: 0px !important;
	font-size: 14px;
	color: #333;
}
.productList h2 span {
	padding: 0px 10px;
	color: #333;
	font-size: 14px;
}
.productList ul {
	margin: 0px !important;
	padding: 0px 10px !important;
	list-style: none;
}
.productList ul li {
	padding: 10px 0px;
	border-bottom: 1px solid #eee;
	border-top: 2px solid #ccc;
}
.productimage {
	float: left;
	width: 75px;
	padding-top: 10px;
	padding-bottom: 5px;
	overflow: hidden;
	text-align: center;
	margin-right: 30px;
	margin-top: 5px;
	padding-right: 25px;
	padding-left: 25px;
}
.productimage div {
	width: 98px;
	height: 148px;
	padding: 1px;
	overflow: hidden;
	border: none;
	text-align: center;
	background: url(../images/bgProductImg.gif) top left no-repeat #fff;
}


.productimage div span {
	width: 98px;
	height: 148px;
	padding: 0px;
	display: table-cell;
    vertical-align: middle;
	border: none;
}
*html .productimage div {
	line-height: 148px;
	font-size: 120px;
}
*:first-child+html  .productimage div {
	line-height: 148px;
	font-size: 120px;
}
.productimage div img {
	border: none;
	vertical-align: middle;
}

.productimage p {
	clear: left;
	margin: 10px 0px !important;
	padding: 0px !important;
	font-weight: bold;
	color: #666;
	line-height: 130%;
}
.review {
	display: table;
	height: 1%;
}
.review h3 {
	margin: 8px 0px !important;
	padding: 0px !important;
	line-height: 130%;
	color: #cc0000;
	font-size: 12px;
}
.review p {
	margin: 8px 0px !important;
	padding: 0px !important;
	line-height: 130%;
}
.review p b span {
	color: #e95d00;
}
.review ul {
	margin: 10px 0px !important;
	padding: 0px !important;
	list-style: none;
	font-weight: bold;
	line-height: 150%;
}
.review ul li {
	font-weight: normal;
	padding: 2px 0px 2px 25px;
	border: none;
	line-height: 130%;
	background: url(../images/listBox.gif) no-repeat;
	background-position: 10px 7px;
}

.reviewBox {
	width: 220px;
	float: left;
	margin: 10px 0px;
	padding: 0px 0px 8px 0px;
	background: url(../images/boxBot.gif) bottom left no-repeat #000;
}
.reviewBoxCell {
	padding: 8px 0px 0px 0px;
	background: url(../images/boxTop.gif) top left no-repeat;
	text-align: center;
}
.reviewBoxCell table {
	border: none;
	margin: 0px auto;
}
.reviewBoxCell table td {
	vertical-align: middle;
	text-align: center;
	color: #fff;
	padding: 2px 10px 2px 0px;
}
.reviewBoxCell table table td {
	text-align: left;
	padding: 2px 5px;
	font-weight: bold;
	font-size: 11px;
}
.reviewBoxCell table table td select{
	font-size: 11px;
	color: #233a53;
	font-weight: bold;
}

.productItem {
	padding: 10px 0px 20px 0px;
	margin-bottom: 20px;
}
.productItem .productimage {
	float: left;
	width: 210px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
	border: none;
	text-align: center;
	margin-top: 5px;
}
.productItem .productimage:hover {
	border: none;
}
 .productItem .productimage div {
	width: 210px;
	height: 350px;
	padding: 0px;
	overflow: hidden;
	display: table-cell;
    vertical-align: middle;
	border: none;
	text-align: center;	background: none;
	background-color: #fff;
	border: 1px solid #ccc;
}
*html .productItem .productimage div {
	line-height: 350px;
	font-size: 275px;
}
*:first-child+html  .productItem .productimage div {
	line-height: 350px;
	font-size: 275px;
}
.productItem .productimage div img {
	border: none;
	vertical-align: middle;
}
.productItem .review {
	padding-top: 30px;
}

/*-------------- promo ------------------*/
.promo{
	background: url(../images/bgPromo.gif) top center no-repeat;
	height: 233px;
	margin-left: 0px;
	margin-bottom: 15px;
}
.promoBox{
	display: none;
	width: 468px;
	height: 170px;
	padding: 30px 30px 20px 62px;
}

.promoImage {
	float: left;
}
.promoImage span {
	width: 120px;
	height: 180px;
	padding: 0px;
	overflow: hidden;
	display: table-cell;
    vertical-align: middle;
	border: none;
	text-align: center;
}
*html .promoImage span {
	float: left;
	line-height: 180px;
	font-size: 150px;
}
*:first-child+html .promoImage span {
	float: left;
	line-height: 180px;
	font-size: 150px;
}
.promoImage span img {
	border: none;
	vertical-align: middle;
}

.promoReview {
	margin-top: 0px;
	width: 280px;
	float: right;
	padding: 15px 40px 20px 0px;
}
.padWarper {
	color: #fff;
}
.padWarper h2 {
	font-size: 18px;
	margin: 0px !important;
	padding: 0px !important;
	color: #fff;
	line-height: 130%;
}
.padWarper h3 {
	font-size: 14px;
	margin: 0px !important;
	padding: 0px !important;
	color: #000;
	line-height: 130%;
}
.padWarper p {
	margin: 5px 0px !important;
	padding: 0px !important;
	line-height: 150%;
}
.padWarper p a {
	color: #fda931;
	text-decoration: underline;
}
.padWarper p a:hover {
	color: #fff;
	text-decoration: underline;
}
.padWarper p.prize {
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	color: #fff;
	line-height: 130%;
}

.flowNav {
	padding: 10px 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e1ebf6;
}
.flowNav h1 {
	margin: 0px 0px 10px 0px !important;
	padding: 5px 10px !important;
	font-size: 20px;
	font-weight: lighter;
	line-height: 130%;
	color: #cc0000;
	background-color: #f2f2f2;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.flowNav p {
	margin: 0px !important;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	padding: 0px 2px 0px 20px !important;
	background: url(../images/bgFlow.gif) left no-repeat;
}
.flowNav p a {	
	color: #f34a00;
	text-decoration: none;
}
.flowNav p a:hover {	
	color: #333;
	text-decoration: none;
}

.content {
	padding: 0px 10px;
}
.content h2 {
	margin: 10px 0px !important;
	padding: 0px !important;
	font-size: 16px;
	color: #233a53;
	text-align: left;
	line-height: 110%;
}
.content h3 {
	margin: 10px 0px 0px 0px !important;
	padding: 0px !important;
	font-size: 13px;
	color: #111;
	text-align: left;
	line-height: 110%;
}

.moreInfo {
	margin: 15px 0px;
	padding: 10px 20px 15px 20px;
	background-color: #f2f2f2;
}
.moreInfo h2 {
	margin: 5px 0px 15px 0px !important;
	padding: 0px !important;
	font-size: 14px;
	color: #666;
	text-align: left;
	line-height: 110%;
}
.moreInfo p {
	margin: 10px 0px !important;
	padding: 0px 2px 0px 20px !important;
	background: url(../images/bgFlow.gif) left no-repeat;
	line-height: 110%;
}

.blockContent {
	margin: 10px 0px;
	padding: 0px 0px 5px 0px;
	background: url(../images/block2Bot.gif) bottom left no-repeat;
}
.blockContent h2 {
	margin: 0px !important;
	padding: 20px 20px 0px 20px !important;
	font-size: 14px;
	color: #000;
	text-align: center;
	background: url(../images/block2Top.gif) top left no-repeat #f2f2f2;
}
.blockContentCell {
	padding: 5px 13px;
	background-color: #f2f2f2;
}

.productThumb {
	margin: 20px 0px 30px 0px;
	padding: 0px 0px 10px 0px;
}
.productThumb h2 {
	margin: 0px 0px 10px 0px !important;
	padding: 0px 25px !important;
	font-size: 12px;
	color: #f34a00;
	text-align: left;
	background: none;
}
.productThumb h2 span {
}
.productThumbCell {
	background-color: #f9f9f9;
	padding: 15px 10px 10px 10px;
}
.productThumb ul {
	clear: left;
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
	overflow: hidden;
	background-color: #f9f9f9;
}
.productThumb ul li {
	width: 60px;
	height: 128px;
	float: left;
	padding: 0px 19px;
	overflow: hidden;
	text-align: center;
}
.productThumb ul li div {
	width: 60px;
	height: 90px;
	padding: 0px;
	overflow: hidden;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	background-color: #fff;
}
.productThumb ul li div:hover {
	border: 1px solid #999;
	background-color: #fff;
}
.productThumb ul li div div {
	width: 60px;
	height: 90px;
	padding: 0px;
	overflow: hidden;
	display: table-cell;
    vertical-align: middle;
	border: none !important;
}
*html .productThumb ul li div div {
	line-height: 90px;
	font-size: 75px;
}
*:first-child+html .productThumb ul li div div {
	line-height: 90px;
	font-size: 75px;
}
.productThumb ul li div div img {
	border: none;
	vertical-align: middle;
}
.productThumb ul li span {
	line-height: 100%;
	display: block;
	font-size: 11px;
	font-weight: bold;
}
.productThumb ul li a span {
	color: #333;
}
.productThumb ul li a:hover span {
	color: #111;
	text-decoration: none;
}
.productThumb ul li a:hover img{
	border: none;
	cursor: pointer;
}
*html .productThumb ul li {
}
*:first-child+html .productThumb ul li {

}

table.contactTable {
	width: 100%;
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	margin: 10px 0px;
}
table.contactTable th {
	padding: 5px 10px;
	color: #fff;
	background-color: #000;
	border: 1px solid #f2f2f2;
	border-bottom: 10px solid #f2f2f2;
	text-align: left;
}
table.contactTable th a {	
	color: #8fc3ff;
}
table.contactTable th a:hover {	
	color: #fff;
	text-decoration: underline;
}
table.contactTable td {
	padding: 6px 10px;
	border-bottom: 1px solid #eef6fe;
	text-align: left;
}
table.contactTable td a:hover {
	text-decoration: none;
}

table.confirmTable {
	width: 100%;
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	margin: 10px 0px;
}
table.confirmTable th {
	padding: 8px 10px;
	color: #fff;
	background-color: #000;
}
table.confirmTable th a {	
	color: #ccc;
}
table.confirmTable th a:hover {	
	color: #fff;
	text-decoration: underline;
}
table.confirmTable td {
	padding: 6px 10px;
	border-bottom: 1px solid #eaeaea;
}
table.confirmTable td b {
	color: #222;
}
table.confirmTable td a:hover {
	text-decoration: none;
}

table.affiliateTable {
	width: 100%;
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	margin: 10px 0px;
}
table.affiliateTable th {
	padding: 5px 10px;
	color: #fff;
	background-color: #000;
}
table.affiliateTable th a {	
	color: #ccc;
}
table.affiliateTable th a:hover {	
	color: #fff;
	text-decoration: underline;
}
table.affiliateTable td {
	padding: 6px 10px;
	border-bottom: 1px solid #eaeaea;
}
table.affiliateTable td b {
	color: #222;
}
table.affiliateTable td a:hover {
	text-decoration: none;
}


table.shoppingTable {
	width: 100%;
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	margin: 10px 0px;
}
table.shoppingTable th {
	padding: 5px 10px;
	color: #fff;
	background-color: #000;
}
table.shoppingTable th a {	
	color: #fff;
}
table.shoppingTable th a:hover {	
	color: #fff;
	text-decoration: underline;
}
table.shoppingTable td {
	padding: 6px 10px;
	border-bottom: 1px solid #eaeaea;
}
table.shoppingTable td b {
	color: #222;
}
table.shoppingTable td a:hover {
	text-decoration: none;
}

.news {
	
}
.newsItem {
	padding: 10px;
	border-bottom: 1px solid #eee;
}
h2.newsCat {
	margin: 0px 0px 10px 0px !important;
	padding: 0px !important;
	font-size: 12px;
	color: #111;
	text-align: left;
	line-height: 130%;
}
.newsImage {
	width: 140px;
	float: left;
	padding-top: 5px;
}
.newsImage img {
	border: 0px;
	width: 120px;
}
.newsBrief {
	display: table;
	height: 1%;
}
.newsBrief h2 {
	margin: 5px 0px 10px 0px !important;
	padding: 0px !important;
	font-size: 12px;
	color: #333;
	text-align: left;
	line-height: 130%;
}
.newsBrief h2 a {
	color: #666;
}
.newsBrief h2 a:hover {
	color: #333;
	text-decoration: underline;
}
.newsBrief p {
	margin: 10px 0px !important;
	line-height: 130%;
}
.newsBrief span {
	color: #f34a00;
	font-size: 11px;
}

.pageNav {
	margin: 10px 0px;
	padding: 5px 10px 10px 10px;
	text-align: center;
}
.pageNav p {
	color: #233a53;
	display: inline;
	padding: 0px 5px;
}
.pageNav p a {
	color: #666;
	margin: 0px -5px;
	padding: 2px 5px;
	border: 1px solid #fff;
	background-color: #f2f2f2;
}
*html .pageNav p a {
	margin: 0px -3px;
}
*:first-child+html .pageNav p a {
	margin: 0px -3px;
}
.pageNav p a:hover {
	background-color: #f34a00;
	color: #fff;
	text-decoration: none;
}

.productItem {
	padding: 10px;
	border-bottom: 1px solid #eee;
}
.productItem .imageBox {
	width: 110px;
	float: left;
	padding-top: 5px;
}
.productItem .imageBox img {
	border: 0px;
	width: 90px;
}
.itemReview {
	display: table;
	height: 1%;
	padding-bottom: 10px;
}
.itemReview h2 {
	font-size: 12px;
	margin: 0px !important;
}
.itemReview h2 a {
	color: #666;
}
.itemReview h2 a:hover {
	color: #111;
}
.itemReview p {
	margin: 3px 0px !important;
	padding: 4px 0px !important;
}
.itemReview p a {
	font-size: 11px;
}

.item-rating {
	width: 30px;
	float: right;
	text-align: center;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #f2f2f2;
	font-weight: bold;
	line-height: 150%;
	font-size: 11px;
}
.item-rating span {
	font-size: 16px;
	font-weight: bold;
	line-height: 180%;
	color: #ff6600;
}

a.buttonLink {
	font-weight: bold;
	padding: 3px 10px;
	color: #cc0000;
	font-size: 11px;
	text-decoration: none;
	background-color: #f2f2f2;
	border: 1px solid #eee;
}
a.buttonLink:hover {
	color: #233a53;
	text-decoration: none;
	border: 1px solid #999;
}
table.shoppingTable td a.buttonLink {
	border: 1px solid #fff;
}

/* FOOTER */
.bottomPage {
	padding: 10px 0px;
	text-align: center;
	background: url(../images/bgBottom.gif) top left repeat-x #c3c3c3;
}
.footer{
	width: 980px;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
}
.footerCell {
	text-align: center;
	color: #fff;
	padding: 10px;
}
.footerCell p {
	margin: 0px !important;
	padding: 0px !important;
}

.login {
	margin-bottom: 10px;
	padding: 0px 0px 5px 0px;
	background: url(../images/loginBottom.gif) bottom left no-repeat;
}
.loginCell {
	min-height: 170px;
	padding: 10px 15px;
	color: #fff;
	text-align: left;
	background: url(../images/bgLogin.gif) top left no-repeat #d23202;
}
*html .loginCell {
	height: 170px;
	overflow: visible;
}
.loginCell h2 {
	margin: 0px !important;
	padding: 10px 0px 5px 0px !important;
	font-size: 14px;
}
.loginCell p {
	margin: 8px 0px !important;
	padding: 0px 5px !important;
	font-size: 12px;
	font-weight: bold;
}
.loginCell ul {
	margin: 10px 0px 5px 0px !important;
	padding: 0px !important;
	list-style: none;
	text-align: center;
}
.loginCell ul li {
	float: left;
	width: 74px;
	height: 16px;
	padding: 3px 0px 5px 0px;
	overflow: hidden;
	display: inline;
	margin: 5px 0px 5px 50px;
	background: url(../images/loginBtn.gif) top left no-repeat;
}
.loginCell ul li a {
	padding: 0px 10px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.loginCell ul li a:hover {
	color: #fff;
	text-decoration: underline;
}


.loginBlock {
	margin: 10px 0px;
	margin-right: -10px;
	margin-left: -10px;
	padding: 0px 0px 12px 0px;
	background: url(../images/block2Bot.gif) bottom left no-repeat #f2f2f2;
}
.loginBlock h2 {
	margin: 0px !important;
	padding: 15px 13px 5px 13px !important;
	font-size: 14px;
	color: #233a53;
	text-align: left;
	background: url(../images/block2Top.gif) top left no-repeat;
}
.loginBlock form {
	padding: 10px 10px 15px 10px;
	border-right: 2px solid #e1ebf6;
	border-left: 2px solid #e1ebf6;
}

.loginBlock table.affiliateTable {
	width: 100%;
	background-color: #f9f9f9;
	border: none;
	border-top: 15px solid #f9f9f9;
	margin: 0px;
}
.loginBlock table.affiliateTable td {
	padding: 6px 10px 6px 40px;
	text-align: right;
	border-bottom: 1px solid #eee;
}
.loginBlock table.affiliateTable td input {
	float: left;
}
.loginBlock table.affiliateTable td input.loginText {
	width: 200px;
	font-size: 12px;
	padding: 2px;
	color: #233a53;
	border: 1px solid #cdd4dd;
}
.loginBlock table.affiliateTable td input.loginText:focus {
	border: 1px solid #666;
}
.loginBlock table.affiliateTable td input.button {
	border: 0px;
	background-color: #ff6633;
	border: 1px solid #c81703;
	color: #fff;
	margin-bottom: 15px;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
}
.loginBlock table.affiliateTable td input.button:hover {
	background-color: #fe9733;
}

.newsletter {
	margin: 5px 0px 12px 0px;
	padding: 1px 0px 15px 0px;
	text-align: center;
	background-color: #0a5ab5;
}
.newsletter h2 {
	margin: 0px 12px !important;
	padding: 9px 0px 9px 21px !important;
	font-size: 11px;
	color: #4dadff;
	text-align: left;
	background: url(../images/bgFlow.gif) left no-repeat;
}
.newsletter form {
	margin: 5px 0px 10px 0px;
}
input.newsletterTxt {
	width: 120px;
	padding: 1px 2px;
	margin-right: -2px;
	color: #405063;
	font-size: 11px;
	background-color: #f4f4f4;
	border: 1px solid #ddd;
}
input.newsletterTxt:focus {
	color: #222;
	background-color: #fff;
	border: 1px solid #999;
}
input.newsletterBtn {
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 1px;
	height: 18px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	background-color: #a4cefd;
	border: 1px solid #ddd;
	cursor: pointer;
}
body:nth-of-type(1) .newsletterBtn {
	height: 18px
}


.menu00 {
	padding: 0px 0px 5px 0px;
	background: url(../images/blockBot.gif) bottom left no-repeat;
}
.menu00 h2 {
	margin: 0px !important;
	padding: 10px !important;
	font-size: 11px;
	color: #666;
	text-align: center;
	display: block;
	background: url(../images/blockTop.gif) top left no-repeat;
}

ul.menuItem {
	margin: 0px !important;
	padding: 5px 10px 10px 10px !important;
	list-style: none;
	background-color: #f2f2f2;
}
ul.menuItem li {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 130%;
	margin: 0px 0px 1px 0px;
	padding: 0px;
}
*html ul.menuItem li {
	margin-top: -5px;
	margin-bottom: -15px;
}
ul.menuItem li a {
	padding: 6px 10px;
	display: block;
	color: #333;
	text-decoration: none;
	background-color: #fff;
}
ul.menuItem li a:hover {
	color: #f34a00;
	text-decoration: none;
}

.loginCell ul.loginBtn {
	clear: both;
	margin: 20px 0px 5px 8px !important;
	padding: 0px !important;
	list-style: none;
	text-align: center;
}
.loginCell ul.loginBtn li {
	float: left;
	margin:0 5px 10px 2px;
	padding: 2px 0 0 0;
	width: 70px;
	height: 23px;
	display: block;
	font: bold 14px times new roman;
	color: #fff;
}
.loginCell ul.loginBtn li a {
	float: left;
	padding: 0;
	width: 70px;
	height: 23px;
	background: url (../images/loginBtn.gif) no-repeat;
	display: block;
	font: bold 14px times new roman;
	color: #fff;
}
.loginCell ul.loginBtn li .loginBtn {
	margin: -5px 0 0 2px;
	padding: 0;
	float: left;
	width: 60px;
	height: 23px;
	background : none;
	border: none;
	display: block;
	font: bold 14px times new roman;
	color: #fff;
}
.loginCell ul.linked {
	clear: both;
	margin: 0 0px 5px 0px !important;
	padding: 0px !important;
	list-style: none;
	text-align: center;
}
.loginCell ul.linked li {
	margin:-7px 0 0 -40px;
	width: 200px;
	height: 40px;
	color: #fff;
	background: none;
}
.loginCell ul.loginBtn li.loginBtn a {
	padding: 0;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.loginCell ul.loginBtn li a:hover {
	color: #fff;
	text-decoration: underline;
}
