/* Body Style */
body {
	font-size: 11px;
	color: #233a53;
	margin: 0px;
	background: url(../images/bg.gif) top left repeat-x;
	background-color: #fff;
}

body, p, h1,h2,h3,h4,h5,h6,div,ol,li,td,th,a,form,input,select,textarea,option,label {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}

p, td, th, div{
	font-size: 11px;
	line-height: 130%;
}

p {

}

/* standard Hyperlink */
a {
	text-decoration: none;
	color: #1f5ca3;
}
a:hover {
	text-decoration: underline;
	color: #f4208e;
}

/* 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 #8798ab;
	font-size: 11px;
}


/* standard form button */
input.button {
	border: 0px;
	background-color: #f4208e;
	border: 1px solid #df1880;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
}
input.button:hover {
	background-color: #ff5bb0;
}
input.buttonGo{
	border: 0px;
	background-color: #f4208e;
	border: 1px solid #df1880;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 5px;
	cursor: pointer;
}
input.buttonGo:hover {
	background-color: #ff5bb0;
}

/* standard form select + option*/
select{
	background-color: #ffffff;
	border: 1px solid #000000;
}

/* standard form textarea */
textarea {
	border: 1px solid #8798ab;
	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;
}

.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.jpg) top left no-repeat;
}
.mainPage {
	width: 980px;
	margin: 0px auto;
	text-align: left;
}
.wrapper {
	padding: 10px 0px 20px 0px;
	min-height: 380px;
}
*html .wrapper {
	height: 380px;
	overflow: visible;
}


/* ------- header element ---------- */
.header {
	height: 120px;
	padding: 0px;
	overflow: hidden;
}
a.sitename {
	height: 99px;
	display: block;
	float: right;
	padding: 0px;
	overflow: hidden;
}
a.sitename img {
	border: none;
}
.headerBottom {
	clear: right;
	height: 21px;
	padding: 0px;
	overflow: hidden;
}

/* ------- navigation -------------- */
ul.nav {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
	float: right;
	border-right: 1px solid #2d2727;
	border-left: 1px solid #2d2727;
}
.nav li{
	float: left;
	height: 21px;
	margin: 0px;
	padding: 0px;
	background: url(../images/bgNav-base.gif) top right no-repeat;
}
.nav li.first {

}
.nav li a{
	float: left;
	padding: 4px 20px 6px 23px;
	color: #ccc;
	font-weight: bold;
	font-size: 9px;
	background:url(../images/bgNav-mask.gif) top left no-repeat;
}
.nav li a span{
	font-size: 9px !important;
	letter-spacing: normal !important;
}
.nav li.first a {
	background: url(../images/bgNav-mask-first.gif) top left no-repeat;
}
.nav li a:hover{
	color: #fff;
	text-decoration: none;
}

/* PAGE */
.sidebar {
	width: 200px;
	float: left;
}
.page {
	width: 765px;
	float: right;
}
.main {
	width: 550px;
	float: left;
}
.rightside {
	width: 200px;
	float: right;
}

.block {
	margin: 5px 0px 10px 0px;
	padding: 0px;
	background: url(../images/bgBlock.gif) top left repeat-y;
}
.blockTop {
	height: 12px;
	padding: 0px;
	overflow: hidden;
	background: url(../images/blockTop.gif) top left no-repeat;
}
.blockCell {
	padding: 0px;
}
.blockBottom {
	height: 12px;
	padding: 0px;
	overflow: hidden;
	background: url(../images/blockBot.gif) top left no-repeat;
}

.menu {
	padding: 0px 0px 5px 0px;
}
.menu h2 {
	display: none;
}
#menuCell {
	padding: 0px 12px;
}
.menu00 {
	margin-top: -10px;
	padding: 0px 2px;
}
.menu00 h2 {
	margin: 0px !important;
	padding: 8px 10px !important;
	font-size: 11px;
	color: #fff;
	text-align: center;
	display: block;
	background: url(../images/blockHead.gif) top left no-repeat;
}
body:nth-of-type(1) .menu00 h2{
   width: 176px;
   z-index: 5;
   position: relative;
}

ul.menuItem {
	margin: 0px !important;
	padding: 10px !important;
	list-style: none;
}
ul.menuItem li {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 130%;
	margin: 3px 0px;
	padding: 2px 0px;
}
ul.menuItem li a {
	display: block;
	color: #709fd5;
	text-decoration: underline;
}
ul.menuItem li a:hover {
	color: #1a77e1;
	text-decoration: underline;
}

.productBox {
	margin-top: -10px;
	padding: 0px 2px;
}
.productBox h2 {
	margin: 0px !important;
	padding: 8px 10px !important;
	font-size: 11px;
	color: #fff;
	text-align: center;
	display: block;
	background: url(../images/blockHead.gif) top left no-repeat;
}
body:nth-of-type(1) .productBox h2{
   width: 176px;
   z-index: 5;
   position: relative;
}

ul.thumbImg {
	margin: 5px 0px 0px 0px !important;
	padding: 0px 2px !important;
	list-style: none;
}
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;
	display: table-cell;
    vertical-align: middle;
	border: none;
	text-align: center;
}
*html ul.thumbImg li .image {
	line-height: 120px;
	font-size: 60px;
}
*:first-child+html ul.thumbImg li .image {
	line-height: 120px;
}
ul.thumbImg li div {
}
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-top: -10px;
	padding: 0px 2px;
	text-align: center;
}
.statistik h2 {
	margin: 0px !important;
	padding: 8px 10px !important;
	font-size: 11px;
	color: #fff;
	text-align: center;
	display: block;
	background: url(../images/blockHead.gif) top left no-repeat;
}
body:nth-of-type(1) .statistik h2{
   width: 176px;
   z-index: 5;
   position: relative;
}
.statistik table {
	border: none;
	width: 170px;
	margin: 0px auto;
	margin-top: 10px;
}
.statistik table td {
	text-align: left;
	padding: 3px 6px;
	border-bottom: 1px solid #fff;
}
.statistik table td.bgCC {
	color: #426287;
	text-align: right;
	background-color: #e9f1fa;
}

.cs {
	margin-top: -10px;
	padding: 0px 2px;
	text-align: center;
}
.cs h2 {
	margin: 0px !important;
	padding: 8px 10px !important;
	font-size: 11px;
	color: #fff;
	text-align: center;
	display: block;
	background: url(../images/blockHead.gif) top left no-repeat;
}
body:nth-of-type(1) .cs h2{
   width: 176px;
   z-index: 5;
   position: relative;
}
.cs table {
	border: none;
	width: 170px;
	margin: 0px auto;
	margin-top: 10px;
}
.cs table td {
	text-align: left;
	padding: 4px 2px;
	border-bottom: 1px solid #f0f5fa;
}
.cs table td img {
	border: none;
	float: right;
}
.csCell {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	background: url(../images/csCell.gif) top left repeat-y;
}
.csCellTop {
	height: 8px;
	padding: 0px;
	overflow: hidden;
	background: url(../images/csTop.gif) top left no-repeat;
}
.csCellBottom {
	height: 8px;
	padding: 0px;
	overflow: hidden;
	background: url(../images/csBot.gif) top left no-repeat;
}
.csCellContent {
	text-align: center;
}
.csCellContent p {
	margin: 8px 0px !important;
	padding: 0px !important;
}
.csCellContent a {
	color: #d01861;
	text-decoration: underline;
}
.csCellContent a:hover {
	color: #ff389f;
	text-decoration: underline;
}
.csCellContent p strong {
	color: #1a77e1;
}
.csCellContent table {
	width: 160px;
	margin: 0px auto;
}
.csCellContent table th, .csCellContent table td {
	padding: 3px 2px;
	border: none;
	text-align: left;
}
.csCellContent table th {
	width: 60px;
}

.shoppingCartBox {
	margin-top: -10px;
	padding: 0px 2px;
	text-align: center;
}
.shoppingCartBox h2 {
	margin: 0px !important;
	padding: 8px 10px !important;
	font-size: 11px;
	color: #fff;
	text-align: center;
	display: block;
	background: url(../images/blockHead.gif) top left no-repeat;
}
body:nth-of-type(1) .shoppingCartBox h2{
   width: 176px;
   z-index: 5;
   position: relative;
}
.cartCell {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	background: url(../images/csCell.gif) top left repeat-y;
}
.cartCellTop {
	height: 8px;
	padding: 0px;
	overflow: hidden;
	background: url(../images/csTop.gif) top left no-repeat;
}
.cartCellBottom {
	height: 8px;
	padding: 0px;
	overflow: hidden;
	background: url(../images/csBot.gif) top left no-repeat;
}
.cartCellContent {
	padding: 0px 10px;
	text-align: center;
}
.cartCellContent p {
	margin: 4px 0px !important;
	padding: 0px !important;
	font-weight: bold;
	font-size: 10px;
}
.cartCellContent p a {
	color: #d01861;
	text-decoration: none;
	padding: 3px 8px 4px 8px;
	background-color: #fff;
	line-height: 300%;
}
.cartCellContent p a:hover {
	color: #ff389f;
	text-decoration: none;
}
.cartCellContent p span {
	color: #1a77e1;
	font-size: 10px;
	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;
}

.newsletter {
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	text-align: center;
	background: url(../images/nsBot.gif) bottom left no-repeat #0a5ab5;
}
.newsletter h2 {
	margin: 0px !important;
	padding: 9px 10px !important;
	font-size: 11px;
	color: #4dadff;
	background: url(../images/nsTop.gif) top left no-repeat;
}
.newsletter form {
	margin: 5px 0px 10px 0px;
}
input.newsletterTxt {
	width: 120px;
	padding: 2px 2px 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: 19px
}

.searchBox {
	margin-top: -10px;
	padding: 0px 2px;
	text-align: center;
}
.searchBox h2 {
	margin: 0px !important;
	padding: 8px 10px !important;
	font-size: 11px;
	color: #fff;
	text-align: center;
	display: block;
	background: url(../images/blockHead.gif) top left no-repeat;
}
body:nth-of-type(1) .searchBox h2{
   width: 176px;
   z-index: 5;
   position: relative;
}
.searchBox form {
	margin: 15px 0px 10px 0px;
}
input.searchTxt {
	width: 132px;
	padding: 2px;
	margin-right: -2px;
	color: #405063;
	font-size: 11px;
	background-color: #f4f4f4;
	border: 1px solid #ddd;
}
input.searchTxt:focus {
	color: #222;
	background-color: #fff;
	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;
}

.shoutBox {
	margin-top: -10px;
	padding: 0px 2px;
	text-align: center;
}
.shoutBox h2 {
	margin: 0px !important;
	padding: 8px 10px !important;
	font-size: 11px;
	color: #fff;
	text-align: center;
	display: block;
	background: url(../images/blockHead.gif) top left no-repeat;
}
body:nth-of-type(1) .shoutBox h2{
   width: 176px;
   z-index: 5;
   position: relative;
}
.shoutBoxCell {
	padding: 10px 2px 0px 2px;
	margin-bottom: -10px;
}

.testimonial {
	margin: 10px 0px;
	padding: 0px 0px 12px 0px;
	background: url(../images/block2Bot.gif) bottom left no-repeat;
}
.testimonial h2 {
	margin: 0px !important;
	padding: 12px 13px 10px 13px !important;
	font-size: 12px;
	color: #fff;
	text-align: left;
	background: url(../images/block2Top.gif) top left no-repeat;
}
.testiBox {
	border-left: 2px solid #e1ebf6;
	border-right: 2px solid #e1ebf6;
	padding: 5px 13px;
}
.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;
}
.testiBox p.add a {
	padding: 0px 4px;
	color: #1f5ca3;
	text-decoration: none;
}
.testiBox p.add a:hover {
	color: #f4208e;
	text-decoration: none;
}

.productList {
	margin: 5px 0px 20px 0px;
}
.productList h2 {
	margin: 10px 0px !important;
	padding: 0px !important;
	font-size: 14px;
	color: #1a77e1;
	background: url(../images/lineTitle.gif) left 60% repeat-x;
}
.productList h2 span {
	padding: 0px 10px;
	background-color: #fff;
}
.productList ul {
	margin: 0px !important;
	padding: 0px 10px !important;
	list-style: none;
}
.productList ul li {
	padding: 10px 0px;
	border-bottom: 1px solid #f3f9ff;
}
.productimage {
	float: left;
	width: 90px;
	padding-top: 10px;
	padding-bottom: 5px;
	overflow: hidden;
	border: 1px solid #e1ebf6;
	text-align: center;
	margin-right: 30px;
	margin-top: 5px;
	padding-right: 25px;
	padding-left: 25px;
}
.productimage:hover {
	border: 1px solid #9aa7b5;
}
.productimage div {
	width: 90px;
	height: 150px;
	padding: 0px;
	overflow: hidden;
	display: table-cell;
    vertical-align: middle;
	border: none;
	text-align: center;
}
*html .productimage div {
	line-height: 150px;
	font-size: 120px;
}
*:first-child+html  .productimage div {
	line-height: 150px;
	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: #f4208e;
	line-height: 130%;
}
.review {
	display: table;
	height: 1%;
}
.review h3 {
	margin: 8px 0px !important;
	padding: 0px !important;
	line-height: 130%;
	color: #1a77e1;
	font-size: 12px;
}
.review p {
	margin: 8px 0px !important;
	padding: 0px !important;
	line-height: 130%;
}
.review p b span {
	color: #f4208e;
}
.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 #e1ebf6;
}
.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;
	padding: 2px 10px 2px 0px;
}
.reviewBoxCell table table td {
	text-align: left;
	padding: 2px 5px;
	font-weight: bold;
	font-size: 10px;
}
.reviewBoxCell table table td select{
	font-size: 10px;
	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;
}
*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.jpg) top center no-repeat;
	height: 220px;
	margin-left: 0px;
	margin-bottom: 15px;
}
.promoBox{
	display: none;
	width: 445px;
	height: 180px;
	padding: 20px 30px 20px 85px;
	padding-left: 85px;
}

.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: 290px;
	float: right;
	padding: 35px 10px 20px 20px;
}
.padWarper {

}
.padWarper h2 {
	font-size: 18px;
	margin: 0px !important;
	padding: 0px !important;
	color: #f4208e;
	line-height: 130%;
}
.padWarper h3 {
	font-size: 14px;
	margin: 0px !important;
	padding: 0px !important;
	color: #1a77e1;
	line-height: 130%;
}
.padWarper p {
	margin: 5px 0px !important;
	padding: 0px !important;
	line-height: 170%;
}
.padWarper p a {
	color: #1f5ca3;
	text-decoration: underline;
}
.padWarper p a:hover {
	color: #f4208e;
	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: 15px;
	border-bottom: 1px solid #e1ebf6;
}
.flowNav h1 {
	margin: 5px 0px !important;
	padding: 0px !important;
	font-size: 18px;
	line-height: 130%;
	color: #f4208e;
}
.flowNav p {
	margin: 0px !important;
	padding: 0px 2px !important;
}

.content {
	padding: 0px 10px;
}
.content h2 {
	margin: 10px 0px !important;
	padding: 0px !important;
	font-size: 16px;
	color: #1a77e1;
	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: 10px 0px;
	padding: 10px 0px;
	border-top: 1px solid #e1ebf6;
}
.moreInfo h2 {
	margin: 5px 0px 15px 0px !important;
	padding: 0px !important;
	font-size: 14px;
	color: #1a77e1;
	text-align: left;
	line-height: 110%;
}
.moreInfo p {
	margin: 10px 0px !important;
	padding: 0px 10px 0px 20px !important;
	line-height: 110%;
}

.blockContent {
	margin: 10px 0px;
	padding: 0px 0px 12px 0px;
	background: url(../images/block2Bot.gif) bottom left no-repeat;
}
.blockContent h2 {
	margin: 0px !important;
	padding: 12px 13px 10px 13px !important;
	font-size: 12px;
	color: #fff;
	text-align: left;
	background: url(../images/block2Top.gif) top left no-repeat;
}
.blockContentCell {
	border-left: 2px solid #e1ebf6;
	border-right: 2px solid #e1ebf6;
	padding: 5px 13px;
}

.productThumb {
	margin: 20px 0px 30px 0px;
	padding: 0px 0px 10px 0px;
	border: 1px solid #e1ebf6;
}
.productThumb h2 {
	margin: 0px !important;
	margin-top: -8px !important;
	padding: 0px 5px !important;
	font-size: 12px;
	color: #f4208e;
	text-align: left;
	background: none;
	float: left;
}
.productThumb h2 span {
	padding: 0px 5px;
	background-color: #fff;
}
.productThumbCell {
	clear: left;
	padding: 20px 10px 10px 10px;
}
.productThumb ul {
	clear: left;
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
}
.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 #fff;
}
.productThumb ul li div:hover {
	border: 1px solid #ccc;
}
.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: 110%;
	display: block;
}
.productThumb ul li a:hover img{
	border: none;
	cursor: pointer;
}
*html .productThumb ul li {
	margin-top: -15px;
}
*:first-child+html .productThumb ul li {
	margin-top: -15px;
}

table.contactTable {
	width: 100%;
	background-color: #e1ebf6;
	border: 1px solid #f4208e;
	margin: 10px 0px;
}
table.contactTable th {
	padding: 8px 10px;
	color: #fff;
	background-color: #1a77e1;
	border: 1px solid #fff;
	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: #e1ebf6;
	border: 1px solid #f4208e;
	margin: 10px 0px;
}
table.confirmTable th {
	padding: 8px 10px;
	color: #fff;
	background-color: #1a77e1;
}
table.confirmTable th a {	
	color: #8fc3ff;
}
table.confirmTable th a:hover {	
	color: #fff;
	text-decoration: underline;
}
table.confirmTable td {
	padding: 6px 10px;
	border-bottom: 1px solid #eef6fe;
}
table.confirmTable td b {
	color: #222;
}
table.confirmTable td a:hover {
	text-decoration: none;
}

table.affiliateTable {
	width: 100%;
	background-color: #e1ebf6;
	border: 1px solid #f4208e;
	margin: 10px 0px;
}
table.affiliateTable th {
	padding: 8px 10px;
	color: #fff;
	background-color: #1a77e1;
}
table.affiliateTable th a {	
	color: #8fc3ff;
}
table.affiliateTable th a:hover {	
	color: #fff;
	text-decoration: underline;
}
table.affiliateTable td {
	padding: 6px 10px;
	border-bottom: 1px solid #eef6fe;
}
table.affiliateTable td b {
	color: #222;
}
table.affiliateTable td a:hover {
	text-decoration: none;
}


table.shoppingTable {
	width: 100%;
	background-color: #e1ebf6;
	border: 1px solid #f4208e;
	margin: 10px 0px;
}
table.shoppingTable th {
	padding: 8px 10px;
	color: #fff;
	background-color: #1a77e1;
}
table.shoppingTable th a {	
	color: #8fc3ff;
}
table.shoppingTable th a:hover {	
	color: #fff;
	text-decoration: underline;
}
table.shoppingTable td {
	padding: 6px 10px;
	border-bottom: 1px solid #eef6fe;
}
table.shoppingTable td b {
	color: #222;
}
table.shoppingTable td a:hover {
	text-decoration: none;
}

.news {
	
}
.newsItem {
	padding: 10px;
	border-bottom: 1px solid #e1ebf6;
}
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: 14px;
	color: #f4208e;
	text-align: left;
	line-height: 130%;
}
.newsBrief p {
	margin: 10px 0px !important;
	line-height: 130%;
}
.newsBrief span {
	color: #f4208e;
}

.pageNav {
	margin: 10px 0px;
	padding: 10px;
	text-align: center;
}
.pageNav p {
	display: inline;
	padding: 0px 5px;
}
.pageNav p a {
	margin: 0px -5px;
	padding: 2px 5px;
	border: 1px solid #e1ebf6;
}
*html .pageNav p a {
	margin: 0px -3px;
}
*:first-child+html .pageNav p a {
	margin: 0px -3px;
}
.pageNav p a:hover {
	text-decoration: none;
}

.productItem {
	padding: 10px;
	border-bottom: 1px solid #e1ebf6;
}
.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: 13px;
	margin: 0px !important;
}
.itemReview p {
	margin: 3px 0px !important;
	padding: 4px 0px !important;
}

.item-rating {
	width: 30px;
	float: right;
	text-align: center;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #e1ebf6;
	font-weight: bold;
	line-height: 150%;
	font-size: 10px;
}
.item-rating span {
	font-size: 16px;
	font-weight: bold;
	line-height: 180%;
	color: #ef007c;
}

a.buttonLink {
	font-weight: bold;
	padding: 3px 10px;
	color: #ef007c;
	text-decoration: none;
	border: 1px solid #e1ebf6;
}
a.buttonLink:hover {
	color: #fb4fa8;
	text-decoration: none;
}
table.shoppingTable td a.buttonLink {
	border: 1px solid #fff;
}

/* FOOTER */
.bottomPage {
	padding: 20px 0px 24px 0px;
	text-align: center;
	background: url(../images/bgBottom.gif) top left repeat-x #3996e5;
}
.footer{
	width: 980px;
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
	overflow: hidden;
	background: url(../images/footerBot.gif) bottom left no-repeat;
}
.footerCell {
	text-align: center;
	color: #fff;
	padding: 10px 10px 5px 10px;
	background: url(../images/footerTop.gif) top left no-repeat #4c8bd4;
}
.footerCell p {
	margin: 0px !important;
	padding: 0px !important;
	color: #d6e9ff;
}



/* added Jan 22 09 */

.loginBlock {
	margin: 10px 0px;
	margin-right: -10px;
	margin-left: -10px;
	padding: 0px 0px 12px 0px;
	background: url(../images/block2Bot.gif) bottom left no-repeat;
}
.loginBlock h2 {
	margin: 0px !important;
	padding: 12px 13px 10px 13px !important;
	font-size: 12px;
	color: #fff;
	text-align: left;
	background: url(../images/block2Top.gif) top left no-repeat;
}
.loginBlock form {
	padding: 15px 10px;
	border-right: 2px solid #e1ebf6;
	border-left: 2px solid #e1ebf6;
}

.loginBlock table.affiliateTable {
	width: 100%;
	background-color: #fff;
	border: none;
	margin: 0px;
}
.loginBlock table.affiliateTable td {
	padding: 6px 10px 6px 40px;
	text-align: right;
	border-bottom: 1px solid #eef6fe;
}
.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 {
	padding-right: 10px;
	padding-left: 10px;
	height: 21px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	background-color: #a4cefd;
	border: 1px solid #cdd4dd;
	cursor: pointer;
}
.loginBlock table.affiliateTable td input.button:hover {
	background-color: #1a77e1;
}

/* added-2 jan 22 09 */
.sidebar .login {
	margin-top: -10px;
	padding: 0px 2px;
	text-align: center;
}
.sidebar .login h2 {
	margin: 0px !important;
	padding: 8px 10px !important;
	font-size: 11px;
	color: #fff;
	text-align: center;
	display: block;
	background: url(../images/blockHead.gif) top left no-repeat;
}
body:nth-of-type(1) .rightside .login h2{
   width: 176px;
   z-index: 5;
   position: relative;
}
.loginCell {
	padding: 10px 5px 5px 10px;
}
.loginCell .label {
	float: left;
	width: 50px;
	padding-right: 10px;
}
.loginCell .label p {
	margin: 0px !important;
	padding: 0px !important;
	font-size: 11px;
	color: #1d3449;
	line-height: 20px;
}
.loginCell .input {
	display: table;
	height: 1%;
	padding: 0px;
	border: none;
}
.loginCell .input input.loginTxt {
	float: left;
	width: 107px;
	color: #111;
	padding: 1px 2px;
	font-size: 12px;
	border: 1px solid #5a90bf;
	margin-bottom: 4px;
}
.loginCell .input input.loginBtn {
	float: left;
	width: 54px;
	color: #fff;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 2px;
	height: 18px;
	margin-bottom: 5px;
	background-color: #f4208e;
	border: 1px solid #df1880;
	cursor: pointer;
}
.loginCell .input input.loginBtn:hover {
	background-color: #ff5bb0;
}
.loginCell .linked {
	padding-top: 5px;
	padding-left: 60px;
	text-align: left;
}
.loginCell .linked p {
	margin: 0px !important;
	padding: 5px 0px 2px 0px !important;
	color: #ccc;
	font-size: 11px;
}
.loginCell .linked p a {
	color: #1f5ca3;
	text-decoration: none;
}
.loginCell .linked p a:hover{
	color: #1a77e1;
	text-decoration: none;
}
