body {
 margin: 0 auto 0 auto;
 padding: 0;
 background: #edf3f8 url(../images/bg.gif) repeat-x 0 0;   
 font-size: 75%; 
 text-align: left;
 color: #000;
}

body, input, select, textarea {
 font-family: arial, verdana, sans-serif;
}

input, select, textarea {
 font-size: 95%; 
}

:focus { /* FF1.5 bug */
 -moz-outline-style: none;
}

* {
	margin:0;
	padding:0;
}

img {
 border: 0;
}

.hidden {
 visibility: hidden;
}

.clear {
 clear: both;
 font-size: 1%;
}

.clearfix:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size:0;
	line-height:0;
}

.toRight {
 float: right;
}

.marginBottom {
 margin-bottom: 15px !important;
}

.noRightMargin {
 margin-right: 0 !important;
}

.liTitle {
 padding-top: 15px !important;
 font-size: 115%;
 font-weight: bold;
}



/* Fonts */

h1,h2,h3,h4,h5,h6 {
 font-family: arial, verdana, sans-serif;
}

h1, h2, h6 {
 margin: 0 0 10px 0;
 padding: 0 0 5px 17px; 
 font-size: 140%;
 font-weight: normal;
 background: url(../images/title-arrow.gif) no-repeat 0 4px;
 border-bottom: 1px solid #e2e2e2;  
}

span.boxTitle {
 margin: 0 0 10px 0;
 padding: 0 0 5px 17px;
 display: block; 
 font-size: 140%;
 font-weight: normal;
 background: url(../images/title-arrow.gif) no-repeat 0 4px;
 border-bottom: 1px solid #e2e2e2;  
}

h3, h4 {
 font-size: 100%;
}

h4 {
 margin-top: 15px;
}

h6.extended {
 margin-bottom: 13px;
}

ul, li {
 list-style-image: none;
 list-style-type: none;
}

a {
 color: #fc7900;
 text-decoration: none;
}

a:hover {
 color: #ffb570;
 text-decoration: none;
}

a.highLink {
 color: #0386ff;
 text-decoration: none;
}

a.highLink:hover {
 color: #fc7900;
 text-decoration: none;
}

a.button {
 padding: 1px 3px 1px 3px;
 color: #000;
 background-image: url(../images/button.gif);
 background-repeat: repeat-x;
 background-position: 0 center; 
 border: 1px solid #8EADB3; 
}

.inactiveButton {
 padding: 1px 3px 1px 3px;
 color: #8EADB3 !important;
 border: 1px solid #8EADB3;
 background-color: #E0EAEC; 
}

.important {
 color: #96B7BE !important;
 color: #400 !important;
 background-image: url(../images/button-important.gif) !important; 
 border: 1px solid #FFAB00 !important;
}
 
.statusText {
 color: #444;
 font-weight: bold;
}

.error {
 color: #d00;
 font-weight: bold;
}

.ok {
 color: #060;
 font-weight: bold;
}

a.bookmark {
 font-size: 16px;
 font-weight: bold;
 color: #000;
}



/* Forms */

.checkboxBlock {
 clear: both;
}

input.text {
 height: 18px;
 background: #fff url(../images/input.gif) repeat-x 0 0; 
 border: 0;
 border-top: 1px solid #e1e2e1;
 border-left: 1px solid #e1e2e1; 
}

input.checkbox {
 position: relative;
 top: 1px !important;
 margin: 0 20px 0 0;
}

input.submit {
 font-size: 100%;
 color: #000;
 background: #f6d28b url(../images/button.gif) repeat-x 0 center; 
 border: 1px solid #8EADB3;
 cursor: pointer;   
}

.submitImportant {
 color: #96B7BE !important;
 color: #400 !important;
 background-image: url(../images/button-important.gif) !important;
 border: 1px solid #FFAB00 !important;
}

.submitCart {
 padding: 5px 5px 5px 28px;
 color: #96B7BE !important;
 color: #400 !important;
 background-image: url(../images/button_cart.gif) !important;
 border: 2px solid #FFAB00 !important;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;  
}

div.submitCart-inactive {
 position: relative;
 top: 15px;
 left: 185px;
 width: 80px;
 height: 20px;
 padding: 5px 5px 0 28px;
 font-size: 100%;
 cursor: pointer;   
 color: #400 !important;
 background: #f6d28b url(../images/button_cart.gif) no-repeat 0 0 !important;  
 border: 2px solid #FFAB00 !important;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
}

span.loginToCart {
 display: block;
 width: 36px;
 height: 22px;
 padding: 0;
 font-size: 0px;
 color: #96B7BE !important;
 color: #400 !important;
 background-image: url(../images/button_cart-off.gif) !important;
 border: 0 !important;
 cursor: pointer;
}

textarea, select {
 background: #fff url(../images/input.gif) repeat-x 0 0; 
 border: 0;
 border-top: 1px solid #e1e2e1;
 border-left: 1px solid #e1e2e1; 
}

fieldset {
 width: 96%;
 margin-top: 5px;
 padding: 5px 10px 10px 10px;
 border: 1px #065F85 solid;
}

legend {
 margin: 0;
 padding: 0 3px;
}

.sheet label {
 display: block;
 float: left;
 width: 280px;
 margin-bottom: 9px;
 text-align: right;
}

.sheet .text, .sheet .select, .sheet .textarea {
 display: block;
 width: 150px;
 height: 16px; 
 margin: 0 10px 6px 10px;
 float: left;
}

.sheet .textarea {
 width: 220px;
 height: 100px; 
}

.sheet .select {
 height: 17px;
}

.sheet .file {
 display: block;
 width: 200px;
 height: 16px; 
 margin: 0 10px 6px 10px;
 float: left;
}

.sheet span {
 position: relative;
 display: block;
 width: 70px;
 font-weight: bold;
 background-image: none !important;
 float: left;
}

.sheet input.submit {
 margin: 15px 0 0 220px;
}

.sheet img {
 margin: 0 0 20px 210px;
 padding: 4px;
 background-color: #EEF8FD;
 border: 1px solid #ABCAC4; 
}

.sheet .checkbox {
 position: relative;
 left: 10px;
 top: 7px;
}



/* Cart form */

.cartModes {
 padding-top: 15px;
 border-top: 1px solid #C8DCE0;
 clear: both;
}

.cartModes .submit {
 position: relative;
 left: -100px;
}

.cartModes label {
 width: 110px;
}

.cartModes .selector {
 clear: both;
}

.sheet .radioInput {
 width: 20px;
 float: left;
}

.sheet .radioText {
 width: 500px;
 float: left;
}



/* Content */

#wrapper {
 width: 986px;
 margin: 0 auto 0 auto;
 background-image: url(../images/content.gif); 
 background-repeat: repeat-y;
 background-position: 0 0;  
}

#container {
 width: 980px;
 margin: 0 auto 0 auto; 
}

#content {
 width: 980px;
 margin: 0 auto 0 auto; 
}

#content .main {
 width: 550px;
 padding: 0 15px 10px 15px;
 float: left;
}

#content .side {
 width: 170px;
 padding: 0 15px 10px 15px;
 float: left; 
}

.sideBox {
 padding: 5px 10px 5px 10px;
 margin-bottom: 15px;
 border: 0;
 border-bottom: 1px solid #d3d3d3;
 border-right: 1px solid #d3d3d3;
 background-color: #f1f1f1; 
}



/* Texts*/

.capacity {
 margin-bottom: 15px !important;
 padding: 5px;
 background-color: #fcf5e8; /* f2f4f7 */
 border: #efac36 dashed 2px; /* bbc5d6 */
}

.pointPay {
 margin-bottom: 15px !important;
 padding: 5px;
 background-color: #fcf5e8; /* f2f4f7 */
 border: #efac36 dashed 2px; /* bbc5d6 */
}

.pointInfo {
 margin-bottom: 15px !important;
 padding: 5px;
 background-color: #fcf5e8; /* f2f4f7 */
 border: #efac36 dashed 2px; /* bbc5d6 */
}

.orderMessage {
 margin-bottom: 15px !important;
 padding: 5px;
 background-color: #fcf5e8; /* f2f4f7 */
 border: #efac36 dashed 2px; /* bbc5d6 */
}

.overWeightInfo {
 margin: 0 0 15px 120px !important;
 padding: 5px 5px 5px 85px;
 border: #efac36 dashed 2px; /* bbc5d6 */
 background: #fcf5e8 url(../images/anvil.gif) no-repeat 5px 13px;
}

.productWithWeight {
 margin: 0 0 15px 0px !important;
 padding: 5px 5px 5px 85px;
 border: #efac36 dashed 2px; /* bbc5d6 */
 background: #fcf5e8 url(../images/anvil.gif) no-repeat 5px 7px;
}

.productFreeDelivery {
 font-weight: bold;
 color: #060;
 margin: 0 0 15px 0px !important;
 padding: 0 0 0 30px; 
 background: url(../images/delivery_icon.gif) no-repeat 15px 0;
}

.productOnStock {
 font-weight: bold;
 font-size: 15px;
 color: #060;
 margin: 0 0 0 0 !important;
 padding: 0 0 0 125px;
 text-align: left !important;
 background: url(../images/pipa.png) no-repeat 105px 3px;
}

.productOnStock span {
 font-size: 12px !important;
 color: #060 !important;
}

.productSpeedGuarantee {
 margin: 0 0 15px 0px !important;
 padding: 5px 0 5px 110px; 
 background: url(../images/garancia.gif) no-repeat 10px 0;
}

.productFreeDelivery {
 font-weight: bold;
 color: #060;
 margin: 0 0 15px 0px !important;
 padding: 0 0 0 30px; 
 background: url(../images/delivery_icon.gif) no-repeat 15px 0;
}

.cartNote {
 margin: 0 0 15px 0px !important;
 padding: 5px;
 border: #efac36 dashed 2px; /* bbc5d6 */
 background: #fcf5e8;
}

.cartNote .noteTitle {
 margin: 0 0 15px 0;
 font-size: 16px;
}

.cartItemInfo {
 margin-bottom: 15px !important;
 padding: 5px;
 background-color: #fcf5e8; /* f2f4f7 */
 border: #efac36 dashed 2px; /* bbc5d6 */
}

.favText {
 margin-top: 15px;
 text-align: center;
}

.productShare {
 padding-top: 15px;
 text-align: center;
}

.productShare span {
 position: relative;
 top: -6px;
}



/* Hierarchal menu */

ul.productMenu {
 margin: 0;
 padding: 0;
}

ul.productMenu li.parentItem a {
 display: block;
 margin: 0 0 5px 0;
 padding: 5px;
 font-size: 13px;
 font-weight: bold;
 background: #f1f1f1;
 border-bottom: 1px solid #bababa;
}

.parentItemSelected a {
 color: #148dfe;
 background: #f7f7f7;
}

ul.productMenu li.childItem a {
 display: block;
 padding: 5px 5px 5px 14px;
 background: url(../images/li.gif) no-repeat 5px 10px; 
 border-bottom: 1px dotted #bababa;
}

.childItemSelected a {
 color: #148dfe;
 background: #f7f7f7;
}



/* Header */

#header {
 position: relative;
 width: 980px;
 height: 137px; 
 margin: 0 auto 0 auto; 
 background-image: url(../images/header.jpg);
 background-repeat: no-repeat;
 background-position: 0 0;   
}

#header img.logo {
 position: absolute;
 left: 16px;
 top: 30px;
 width: 181px;
 height: 42px;
 border: 0;
}

#header p.info {
 position: relative;
 top: 120px;
 padding: 0 10px 0 10px;
 text-align: right;
}

#header ul.main {
 position: absolute;
 left: 20px;
 top: 90px;
 width: 940px;
}

#header ul.main li { 
 float: left;
 background: url(../images/main-menu-li.gif) no-repeat right 5px;
}

#header ul.main li.last {
 background-image: none;
}

#header ul.main li a {
 display: block;
 padding: 8px 31px 8px 31px;
 color: #fff;
}

#header ul.main li a:hover {
 text-decoration: underline;
}



/* Footer */

#footer {
 position: relative;
 width: 965px;
 height: 30px; 
 margin: 0 auto 0 auto;
 padding: 14px 0 0 15px; 
 background-image: url(../images/footer.gif);
 background-repeat: repeat-x;
 background-position: 0 0;  
 font-size: 90%;
 color: #626466;  
}

#footer img.logo {
 position: absolute;
 left: 922px;
 top: 10px;
 width: 48px;
 height: 25px;
 border: 0; 
}

#footer .shopmania {
 position: absolute;
 left: 790px;
 top: 7px;
 width: 112px;
 height: 31px;
 border: 0; 
}

#footer .argep {
 position: absolute;
 left: 500px;
 top: 10px;
 border: 0; 
}



/* Content */

#content ul {
 margin-bottom: 15px;
}

#content .filterLinks {
 margin-bottom: 4px;
 padding: 0 0 0 12px;
 background: url(../images/li.gif) no-repeat 0 5px;  
}

#content .product .info li {
 margin-bottom: 4px;
 padding: 0 0 0 12px;
 background: url(../images/li.gif) no-repeat 0 5px;  
}

#content .side .banner {
 width: 169px;
 height: 172px;
 margin-bottom: 15px;
}

#content .main p {
 margin-bottom: 8px;
}

#content .main span {
 color: #076186;
}

#content .main .box {
 width: 500px;
 height: 230px;
 padding: 20px;
 margin-top: 10px;
 background-image: url(../images/box.jpg);
 background-repeat: no-repeat;
 background-position: 0 0; 
 color: #aaa;
}

#content .main .lead {
 font-weight: bold;
}  

#content .main .back {
 clear: both;
 font-weight: bold;
 text-align: right;
}  

#content .main .article {
 clear: both;
}  

#content .main h1 a {
 color: #4b4b4b;
}

#content .main h1 a:hover {
 color: #000;
}



/* Termékszűrő */

.productFilter select {
 width: 150px;
 height: 22px;
 margin-bottom: 8px;
 color: #0386ff;
 font-size: 12px;
 font-weight: bold;
 border: 1px solid #bababa;
}

.productFilter .filterSubmit {
 display: none;
 width: 100px;
 height: 22px;
 margin-bottom: 8px;
 color: #4b4b4b;
 font-size: 12px;
 font-weight: bold;
 background: url(../images/submit-100.gif) no-repeat 0 0;  
 border: 0;
}

.productFilter .submit {
 width: 100px;
 height: 22px;
 margin-bottom: 8px;
 color: #4b4b4b;
 font-size: 12px;
 font-weight: bold;
 background: url(../images/submit-100.gif) no-repeat 0 0;  
 border: 0;
}

.productFilter .text {
 width: 148px;
 margin-bottom: 8px;
 color: #4b4b4b;
 font-size: 12px;
 font-weight: bold;
 border: 1px solid #bababa;
}

.select_mainCategory, .select_subCategory {
 display: none;
}



/* Login */

.loginContent {
 position: absolute;
 left: 529px;
 top: 4px;
 width: 435px;
 height: 78px;
}

.loginContent .block1 {
 width: 165px;
 padding: 13px 0 0 0;
 float: left;
}

.loginContent .block2 {
 width: 155px;
 padding: 30px 0 0 0;
 float: left;
 text-align: center;
}

.loginContent .block3 {
 width: 115px;
 padding: 12px 0 0 0;
 float: left;
}

.withOrderLink {
 padding-top: 7px !important;
 line-height: 12px;
}

.loginContent .block1 div {
 padding: 0 0 15px 0;
}

.loginContent label {
 display: block;
 width: 50px;
 float: left;
 font-weight: bold;
 text-align: right;
 color: #4b4b4b;
}

.loginContent .text {
 width: 100px;
 margin: 0 0 0 5px;
 float: left;
}

.loginContent .submit {
 width: 100px;
 height: 22px !important;
 margin-bottom: 8px;
 color: #4b4b4b;
 font-size: 12px;
 font-weight: bold;
 background: url(../images/submit-100.gif) no-repeat 0 0;  
 border: 0;
}

.loginContent li {
 margin: 0 0 5px 0;
 font-weight: bold;
}

.loginContent .userNameText {
 margin-left: 15px;
 padding-top: 8px;
}

.loginContent .pointsText {
 margin-left: 15px;
 padding-top: 10px;
 color: #0386ff;
}



/* Offers */

.offerItem {
 width: 88px;
 float: left;
}



/* Pictures */

.imgBorder {

}

.imgLeft {
 margin: 2px 10px 4px 0;
 float: left;
}  

.imgRight {
 margin: 2px 0 4px 10px;
 float: right;
}  



/* Product info */

.productImage {
 width: 245px;
 margin-right: 0;
 border-right: 1px dotted #bbb;
 text-align: center;
 float: left;
}

.priceBox {
 position: relative;
 width: 300px;
 margin: 0;
 text-align: right;
 float: left;
}

.priceBox .text .price1, 
.cartItems .product .price .price1 {
 display: block;
 width: 184px;
 margin: 5px 6px 0 0; 
 font-weight: bold;
 color: #076186;
 font-size: 120%;
 text-align: right;
 float: left; 
}

.priceBox .text .price2,
.cartItems .product .price .price2 {
 width: 110px;
 margin: 2px 0 10px 0 !important;  
 font-size: 160%;
 font-weight: bold;
 color: #076186; 
 float: left; 
 line-height: 0.9em;
}

.priceBox .text .price2 span, 
.cartItems .product .price .price2 span {
 font-size: 60% !important;
 font-weight: normal !important;
 color: #444 !important;
 background-image: none !important; 
}

.priceBox li span.old {
 color: #076186; 
 text-decoration: line-through;
 background-image: none !important;  
}

.discount {
 color: #f00 !important;
}

.priceBox .pcs {
 position: relative;
 top: 18px;
 left: 3px;
 width: 170px;
}

.priceBox span {
 background-image: none !important;  
}

.priceBox span.status {
 display: block;
 margin-bottom: 2px;
 font-weight: bold;  
}

.priceBox input.text {
 width: 30px;
}

.priceBox input.submit {
 position: relative;
 left: 0px;
}



/* Cart */

.cartItems {
 margin-top: 20px;
}

.cartItems .product {
 margin-bottom: 15px;
}

.cartItems .product .image {
 width: 120px;
 float: left;
}

.cartItems .product .text {
 width: 420px;
 padding-bottom: 5px;
 border-bottom: 1px solid #C8DCE0; 
 float: left; 
}

.cartItems .product .info {
 width: 200px;
 margin-right: 10px;
 float: left; 
}

.cartItems .product .price {
 width: 300px;
 float: left; 
}

.cartItems .buttons a.last {
 margin-left: 10px;
}

.cartItems .sum {
 margin: 0 0 15px 120px ;
} 

.cartItems .sum span.brutto {
 font-weight: bold;
 font-size: 180%;
 background-image: none !important;
} 

.cartItems .sum span.netto {
 color: #000 !important;
 background-image: none !important;
} 

.cartItems .deliverPrice {
 margin: 0 0 15px 120px ;
 padding-bottom: 5px;
 border-bottom: 1px solid #C8DCE0;  
}  

.cartItems .deliverPrice span {
 color: #000 !important;
 background-image: none !important;
}

.cartItems .orderNavigator {
 margin-left: 120px;
}

.cartItems .orderNavigator .button {
 margin-right: 15px;
}

.backToProducts {
 height: 30px;
 padding-left: 118px;
}

.product span.weightInfo {
 padding: 0 24px 0 0;
 background: url(../images/anvil-icon.gif) no-repeat right 0 !important; 
}



/* Cart navigator */

h1.cartNavigator {
 margin: 0 0 10px 0;
 padding: 0 0 5px 0; 
 font-size: 140%;
 font-weight: normal;
 background: none;
}

h1.cartNavigator span {
 margin-right: 5px;
 padding-left: 17px; 
 background: url(../images/title-arrow.gif) no-repeat 0 3px;
 color: #aaa !important;
}

h1.cartNavigator a {
 margin-right: 5px;
 padding-left: 17px; 
 background: url(../images/title-arrow.gif) no-repeat 0 3px;
}

h1.cartNavigator a:hover {

}



/* Orderinfo */

.ordersTable {
 margin: 15px 0 15px 0;
 border-collapse: collapse;
 border-bottom: 1px solid #d3d3d3;
 border-right: 1px solid #d3d3d3; 
 background: #f9f9f9;
}

.ordersTable td {
 padding: 3px 6px 3px 6px;
 text-align: center; 
}

.ordersTable tr.head td {
 color: #993300;
 background-color: #eee;
 font-weight: bold;
}

.ordersTable tr.high td {
 background: #f0f0f0;
}

.ordersTable td.orderTd1 {
 width: 100px;
}

.ordersTable td.orderTd3 {
 width: 200px;
}

.ordersTable td.orderTd4 {
 width: 100px;
}

.ordersTable td.orderTd5 {
 width: 80px;
}

.orderLetter {
 padding: 4px;
 border: 1px solid #ccc;
 background: #f3f3f3;
}



/* Picture list */

.pictureList .item {
 width: 120px;
 height: 93px;
 margin: 0 6px 6px 0;
 padding: 4px 5px 0 5px;
 background-color: #EEF8FD;
 border: 1px solid #ABCAC4;
 text-align: center;
 float: left;
}



/* Side list */

.sideItem {
 margin-bottom: 15px;
}

.sideOffers .sideItem {
 padding: 5px;
 background-color: #fdfdfd;
 border: 1px solid #eaeaea;
}

.sideItem span {
 color: #444;
 font-weight: bold;
}

.sideItem .sidePicture {
 margin-bottom: 5px;
 text-align: center;
}

.sideOffers .sideItem .sidePicture img {
 padding: 4px;
 background-color: #eee;
 border: 1px solid #d3d3d3;
}

.sideItem .sideText {
 text-align: center;
}

.sideItem .sideText p {
 margin-bottom: 5px;
 text-align: center;
}

.sideItem .sideCartForm {
 text-align: center;
}

.favoritProducts .sideItem {
 position: relative;
}

.favoritProducts .sideItem .favDel a {
 position: absolute;
 left: 117px;
 top: 0;
 width: 50px;
 height: 15px;
 text-align: right;
 border: 1px solid #d3d3d3;
 color: #ba0f0e;
 background: #eee url(../images/delete.gif) no-repeat 3px 4px;  
}

.favoritProducts .sideItem .favDel a:hover {
 color: #ba0f0e;
 background: #ddd url(../images/delete.gif) no-repeat 3px 4px;    
}



/* Cart box */

.cartBoxItems {
 margin-bottom: 10px !important;
}

.cartBoxItems li {
 margin-bottom: 4px !important;
 padding: 0 0 0 12px;
 background: url(../images/li.gif) no-repeat 0 5px;  
}




/* Product list */

.productList {
 margin-bottom: 15px;
}

.productBox {
 width: 120px;
 min-height: 180px;
 margin: 8px 0 8px 0;
 padding: 0 8px 0 8px;
 text-align: center;
 border-right: 1px dotted #ddd;
 float: left;
}

.productBox .productBoxTitle {
 min-height: 120px;
}

.noTopEffect {
 border-top: 0 !important;
}

.noSideEffect {
 border-right: 0 !important;
}

.offPrice {
 margin-bottom: 5px;
}

.liner {
 clear: both;
 height: 1px;
 border-bottom: 1px dotted #ddd;
}

.lowestPrice {

}

.lowestPriceSign {
 display: block;
 height: 23px;
 padding-top: 10px;
 background: url(../images/lowest.gif) no-repeat center bottom !important; 
}



/* kosár gombok */

.offCart .toCart, .sideItem .sideCartForm .toCart {
 padding: 2px 0 2px 28px;
 color: #96B7BE !important;
 color: #400 !important;
 background: url(../images/button_cart.gif) no-repeat 0 0 !important;
 border: 1px solid #FFAB00 !important;
 cursor: pointer;
}

span.loginToCart {
 display: block;
 width: 36px;
 height: 22px;
 margin-top: 15px;
 margin-left: 5px;
 padding: 0;
 font-size: 0px;
 color: #96B7BE !important;
 color: #400 !important;
 background-image: url(../images/button_cart-off.gif) !important;
 border: 0 !important;
 cursor: pointer;
 float: right;
}



/* Tabs */

.tabberlive .tabbertab .tabContent { /* active tab content */
 padding: 10px 10px 10px 10px;
 border: 1px solid #dcdcdc;
 background-color: #f9f9f9;
 clear: both;
}

.tabberlive .tabbertabhide { /* hidden tab content */
 display: none;
}

ul.tabbernav {
 margin: 0 !important;
 padding: 0 !important;
}

ul.tabbernav li { /* inactive tab */
 position: relative;
 top: 1px;
 width: 100px;
 padding: 9px 0 5px 0 !important;
 margin: 0 0 0 3px;
 display: block;
 text-align: center;
 background-image: url(../images/tab-off.gif) !important;
 background-repeat: no-repeat;
 background-position: 0 2px;
 float: left;  
}

ul.tabbernav li a {
 width: 100px;
 padding: 3px 0.5em;
 margin-left: 3px;
 font-weight: bold;

}

ul.tabbernav li a:hover {
 color: #000;
}

ul.tabbernav li.tabberactive { /* active tab */
 padding: 7px 0 7px 0 !important;
 background-image: url(../images/tab-on.gif) !important;
 background-position: 0 0 !important;   
 border-bottom: 1px solid #f9f9f9;
}

ul.tabbernav li.tabberactive a {
 color: #0386ff; 
}
 
ul.tabbernav li.tabberactive a:hover {
 color: #000;
 border-bottom: 0;
}

.tabberlive {
 margin-bottom: 15px;
}

.tabberlive .tabbertab h2 {
 display: none;
}

.tabberlive .tabbertab h3 {
 display: none;
}

.tabberlive#tab2 .tabbertab {
 overflow: auto;
}

.tabContent .leadItem {
 margin-bottom: 10px;
 padding-bottom: 10px;
 border-bottom: #dadada dashed 2px; 
}

.tabContent .leadItem .image {
 width: 120px;
 float: left;
}

.tabContent .leadItem .image img {
 padding: 4px;
 background-color: #eaeaea;
 border: 1px solid #ccc;  
}

.tabContent .leadItem .text {
 width: 380px;
 float: left;
}

.tabContent .subTitle {
 font-weight: bold;
}

.tabContent .split {
 position: relative;
 left: -8px;
 display: block;
 width: 238px;
 margin-left: 10px;
 float: left;
}

.tabContent .split ul {
 position: relative;
 margin-bottom: 0 !important;
}

.tabContent .split {
 left: -8px;
}

.tabContent span.seeded {
 color: #2B9752 !important;
 background-image: none !important;
}

.tabContent h4 {
 margin: 0 !important;
}

.tabContent .articleItem {
 margin-bottom: 10px;
}

.tabContent .articleItem .image {
 width: 80px;
 float: left;
}

.tabContent .articleItem .text {
 width: 420px;
 float: left;
}

.tabContent .articleItem .image img {
  padding: 4px;
  background-color: #eaeaea;
  border: 1px solid #ccc;
}

.tabItem {
 margin-bottom: 15px;
}



/* Pager */

#pager {
 clear: both;
 width: 190px;
 height: 35px;
 margin: 20px 0 0 180px;
 padding: 0;
 text-align: center;
 font-weight: bold;
 font-size: 11px;
}

#pager a {
 font-weight: bold;
 font-family: verdana, sans-serif;
 font-size: 11px;
 color: #000;
 background-color: #EEF8FD;
 border: 1px solid #ABCAC4;
 padding: 1px 2px 2px 2px;
 margin: 0 3px 0 3px;
} 

#pager a:hover {
 background-color: #fff;
 border: 1px solid #ABCAC4;
 text-decoration: none;
} 

#pager span.inactive {
 font-weight: bold;
 font-family: verdana, sans-serif;
 font-size: 11px;
 color: #bbb;
 background-color: #EEF8FD;
 border: 1px solid #ABCAC4;
 padding: 1px 2px 2px 2px;
 margin: 0 3px 0 3px;
} 

#pager span.left {
 display: block;
 width: 50px;
 padding: 3px 0 3px 0;
 float: left;
 text-align: right;
}

#pager span.middle {
 display: block;
 width: 90px;
 padding: 2px 0 3px 0; 
 float: left;
 text-align: center;
}

#pager span.right {
 display: block;
 width: 50px;
 padding: 3px 0 3px 0; 
 float: left;
 text-align: left;
}

#pager select {
 position: relative;
 top: -1px;
 width: 80px;
 height: 18px;
 font-family: tahoma, arial, verdana, sans-serif;
 font-size: 11px;
 font-weight: normal;
 background-color: #EEF8FD;
 border: 1px solid #ABCAC4;
}



/* Sitemap */

.siteMapBox {
 margin-bottom: 10px;
 padding: 5px;
 background-color: #f9f9f9;
 border: 1px solid #dcdcdc;
}

.siteMapBox ul {
 margin: 0 !important;
}



/* Otherz */

.showInfo a {
 display: block;
 padding: 10px 0 10px 40px;
 background: url(../images/info.gif) no-repeat 0 3px !important; 
 font-weight: bold;
}

.hiddenProductInfo {
 display: none;
 margin: 0 0 15px 0;
 padding: 0 10px 10px 10px;
 background-color: #f8efe6;
 border: 3px dashed #cfbfb0;
}

.hiddenProductInfo ul {
 margin: 0 !important;
 padding: 0 !important;
}

.cartRules {
 display: none;
 margin: 0 0 15px 118px;
 padding: 10px;
 background-color: #f8efe6;
 border: 3px dashed #cfbfb0; 
}

#footer div {
 position: absolute;
 left: 560px;
 top: 4px;
}



/* Product list filter */

.productListFilter {
 margin-bottom: 15px;
 padding: 5px 10px 5px 10px;
 background-color: #f1f1f1; 
 border-top: 1px solid #d3d3d3;
 border-bottom: 1px solid #d3d3d3;
}

.productListFilter select {
 width: 120px;
 margin-right: 20px; 
}

.productListFilter input.filterCheck {
 position: relative;
 top: 3px;
 margin-right: 20px;
}



/* Product list (table) */

table.itemList {
 border-collapse: collapse;
}

table.itemList td {
 padding: 2px 3px 2px 3px;
 border-bottom: 1px solid #d3d3d3;
}

table.itemList td.iPicture {
 width: 60px;
 text-align: center;
}

table.itemList td.iText {
 width: 240px;
 padding: 2px 10px 2px 3px;
}

table.itemList td.iCapacity {
 width: 70px;
 text-align: center;
}

table.itemList td.iPrice {
 width: 70px;
 text-align: center;
}

table.itemList td.iButton {
 width: 40px;
 text-align: center; 
}

table.itemList td.iText span, table.itemList td.iPrice i  {
 color: #555 !important;
}

table.itemList td.iCapacity span {
 cursor: help;
}

table.itemList td.iPrice .onStock {
 font-weight: bold;
 color: #060 !important;
 margin: 0 0 0 0 !important;
 padding: 0 0 0 15px;
 text-align: center;
 background: url(../images/pipa.png) no-repeat 0 3px;
}



/* Search */

.searchedItem .siImg {
 width: 70px;
 float: left;
}

.searchedItem .siTxt {
 width: 480px;
 margin-bottom: 10px;
 padding-bottom: 10px;
 border-bottom: 1px dashed #e2e2e2;
 float: left; 
}

.searchedItem .siTxt h3 {
 margin-bottom: 5px !important;
 font-size: 13px;
}

.searchedItem .siTxt p {
 margin-bottom: 0 !important;
}

.searchedItem .siTxt .offPrice {
 padding-top: 10px !important;
}


/* Connected items */

#conOrder {
 margin-bottom: 15px;
 text-align: right;
}

#conOrder select {
 width: 150px;
}


/* Main page article box */

.newsContent {
 margin: 15px 0 15px 0;
 padding: 10px 10px 10px 10px;
 border: 1px solid #dcdcdc;
 background-color: #f9f9f9;
}

.newsContent .leadItem {
 margin-bottom: 10px;
 padding-bottom: 10px;
 border-bottom: #dadada dashed 2px; 
}

.newsContent .leadItem .image {
 width: 120px;
 float: left;
}

.newsContent .leadItem .image img {
 padding: 4px;
 background-color: #eaeaea;
 border: 1px solid #ccc;  
}

.newsContent .leadItem .text {
 width: 380px;
 float: left;
}

.newsContent .subTitle {
 font-weight: bold;
}

.newsContent .split {
 position: relative;
 left: -8px;
 display: block;
 width: 238px;
 margin-left: 10px;
 float: left;
}

.newsContent .split ul {
 position: relative;
 margin-bottom: 0 !important;
}

.newsContent .split {
 left: -8px;
}

.newsContent span.seeded {
 color: #2B9752 !important;
 background-image: none !important;
}

.newsContent h4 {
 margin: 0 !important;
}

.newsContent .articleItem {
 margin-bottom: 10px;
}

.newsContent .articleItem .image {
 width: 80px;
 float: left;
}

.newsContent .articleItem .text {
 width: 420px;
 float: left;
}

.newsContent .articleItem .image img {
  padding: 4px;
  background-color: #eaeaea;
  border: 1px solid #ccc;
}




