/* ----- BASICS ELEMENTS ------------------------------------------------------------------------------------------ */

body {
	font-family: Verdana, Tahoma, Arial;
	color: #000;
	font-size: 11px;
	background-color: #f5f5f5;
	padding: 0; 
	margin: 0px;
	text-align: center;
}

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

a:hover, a:active { 
	text-decoration: underline; 
	color: #196fc4;
}

div, img, p, h1, h2, h3, ul, li {
	margin: 0px;
	padding: 0px;
	border: none;
}

th {
	padding:0;
	text-align:left;
	vertical-align:top;
}

td {
	padding:0;
	vertical-align:top;
}

/* ----- LAYOUT --------------------------------------------------------------------------------------------------- */

#bgAll {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}

#container {
	width: 952px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	position: relative;
}

#contentTop {
	width: 952px;
	height: 90px;
	padding-top: 5px;
}

#contentTop .logo {
	margin-top: 15px;
	float: left;
}

#header {
	width: 952px;
	height: 235px;
	background: transparent url("layout/header.jpg") no-repeat left top;
}

#loginPanel {
	width: 305px;
	text-align: right;
	float: right;
}

#login {
	width: 100%;
	margin-bottom: 5px;
}

.loginInput {
	color: #bcbcbc;
	width: 127px !important;
	height: 12px;
	border: 1px solid #bcbcbc;
	padding: 5px;
	font-family: arial;
	font-size: 11px;
}

.passInput {
	color: #bcbcbc;
	width: 127px !important;
	height: 12px;
	border: 1px solid #bcbcbc;
	padding: 5px;
	font-size: 11px;
}

#logRe {
	height: 20px;
	position: relative;
	font-family: arial;
	font-size: 12px;
	color: #050507;
	text-align: right;
}

#logRe a {
	text-decoration: none;
	cursor: pointer;
}

#logRe a:hover {
	color: #464646;
	text-decoration: underline;
}

#shoppingCart {
	width: 300px;
	color: #222222;
	font-family: arial;
	font-size: 12px;
	text-align: right;
	padding-top: 3px;
	float: right;
}

#shoppingCart a {
	color: #222222;
	font-weight: normal;
	text-decoration: none;
}

#shoppingCart span {
	color: #10508f;
	font-weight: bold;
}

#menuBox {
	width: 680px;
	text-align: right;
	margin-top: 15px;
	float: right;
}

#leftColumn {
	width: 230px;
	float: left;
	padding-left: 0px;
	margin-bottom: 0px;
}

#rightColumn {
	width: 180px;
	float: right;
	padding-left: 0px;
	margin-bottom: 0px;
}

#center {
	width: 695px;
	float: right;
	margin-bottom: 0px;
	position: relative;
	
}

#centerWide {
	margin-bottom: 0px;
	position: relative;
	
}

#contentBottom {
	background-color: #f5f5f5;
}

#footer {
	width: 952px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	color: #c0c0c0;
	position: relative;
}

#footer a {
	color: #c0c0c0;
}

#exceptionFooter {
	margin-top: 10px;
	text-align: right;
}

/* ----- Shopping Cart Top ----------------------------------------------------------------------------------- */

#shoppingCart .top {
	color: #000000;
	text-align: center;
	font-weight: bold;
	display: block;
}

#shoppingCart .bottom {
	color: #000000;
	text-align: center;
	font-weight: bold;
	display: block;
}

#shoppingCart .left {
	width: 135px;
	margin-top: 11px;
	float: left;
}

#shoppingCart .right {
	width: 74px;
	float: right;
}

#shoppingCart a:link { 
	text-decoration: none;
	color: #000000;
}

#shoppingCart a:visited { 
	text-decoration: none;
	color: #000000;
}

#shoppingCart a:hover, #shoppingCart a:active { 
	text-decoration: underline; 
}

/* ----- Box ------------------------------------------------------------------------------------------------- */

.BoxTop {
	height: 26px;
	width: 211px;
	cursor: default;
	font-family: Arial, tahoma;
	color: #1F70C1;
	font-size: 18px;
	padding-left: 5px;
}

.BoxTop a {
	color: #1F70C1;
	text-decoration: none;
}

.BoxTop a:hover {
	color: #ddab11;
}

.BoxContent { 
	width: 230px;
	margin-bottom: 12px;
	background-color: #ffffff;
	padding: 5px 0;
}

/*.box_kategorie {
	text-indent: -5000px;
	background: url(layout/box_name/kategorie.png) no-repeat 15px top;
}

.box_informacje {
	text-indent: -5000px;
	background: url(layout/box_name/informacje.png) no-repeat 15px top;
}

.box_wyszukiwanie {
	text-indent: -5000px;
	background: url(layout/box_name/wyszukiwanie.png) no-repeat 15px top;
}

.box_bestsellery {
	text-indent: -5000px;
	background: url(layout/box_name/bestsellery.png) no-repeat 15px top;
}*/

/* ----- Center Box ----------------------------------------------------------------------------------------------- */

.BoxTopCenter {
	height: 26px;
	width: 695px;
	cursor: default;
	font-family: Arial, tahoma;
	color: #1F70C1;
	font-size: 18px;
	padding-left: 0px;
}

.BoxTopCenter h1 {
	font-size: 18px;
} 

.BoxTopCenter a {
	color: #1F70C1;
	text-decoration: none;
}

.BoxTopCenter a:hover {
	color: #ddab11;
}

.BoxContentCenter { 
	width: 695px;
	margin-top: 1px;
	margin-bottom: 12px;
}

.BoxContentCenterWide { 
	width: 952px;
	margin-top: 1px;
	margin-bottom: 12px;
}

#pageHeading h2 {
	padding: 0px;
	margin: 0px;
	font-family: Tahoma;
	font-weight: normal;
	color: #1f5587;
	font-size: 22px;
	margin-bottom: 40px;
}

#underHeading {
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.BoxContentCenter li {
	margin-left: 15px;
}

/* ----- Center Box Content ----------------------------------------------------------------------------------------- */

.contentBoxTop {
	height: 5px;
	width: 580px;
}

.contentBoxContent { 
	width: 560px;
	padding: 9px;
	border-width: 0px 1px 0px 1px;
	border-style:  solid;
	border-color: #d6d6d6;
	background-color: #f7f7f7;
}

/* ----- FOOTER ----------------------------------------------------------------------------------------------- */

#copyright {
	color:#145697;
	font-family: tahoma;
	font-size: 12px;
	text-align: center;
	margin-top: 40px;
}

#copyright a {
	color:#145697;
}

#footer .title {
	color: #196fc4;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}

ul#menuBootom li {
	display: inline;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
}

#menuBootom li a { 
	color: #000;
	font-size: 10px;
	text-decoration: none;
	margin-left: 15px;
}

#menuBootom li a:hover { 
	color: #df001a;
	text-decoration: underline;
}

#footer_content {
	color: #6d6d6d;
	font-family: tahoma;
	font-size: 11px;
	margin-top: 30px;
}

/* ----- BREADCRUMB ----------------------------------------------------------------------------------------------- */

#breadcrumb {
	width: 100%;
	height: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: arial;
	font-size: 10px;
	color: #636363;
	padding-left: 10px;
}

#breadcrumb a { 
	text-decoration: none; 
	color: #636363;
}

#breadcrumb a:hover, #breadcrumb a:active { 
	text-decoration: underline; 
}

/* ----- INDEX ---------------------------------------------------------------------------------------------------- */



/* ----- PRODUCT LIST --------------------------------------------------------------------------------------------- */

.productList {
	width: 306px;
	height: 166px;
	padding: 12px;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 12px;
	float: left;
	color: #000000;
	text-align: center;
	/*border: 1px solid #e6e6e6;*/
	position: relative;
}

.productListName {
	margin-bottom: 5px;
	display: block;
}

.productList a:link { 
	text-decoration: none;
	color: #000;
}

.productList a:visited { 
	text-decoration: none;
	color: #000;
}

.productList a:hover, .productList a:active { 
	text-decoration: underline; 
}

.priceList {
	width: 160px;
	text-align: center;
	position: absolute;
	right: 14px;
	top: 140px;
	color: #8f8f8f;
	
}

.priceList h4 {
	display: inline;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.priceList h4 span {
	font-size: 11px;
	color: #464646;
	font-weight: normal;
	text-decoration: line-through;
}

.productList .desc_add {
	width: 160px;
	position: absolute;
	right: 10px;
	bottom: 8px;
}

.productList .desc_add a {
	float: left;
}

.bestseller_nr {
	position: absolute;
	border: 1px solid #ecebdf;
	background-color: #f9f9f4;
	width: 30px;
	height: 22px;
	top: 1px;
	right: 1px;
	padding-top: 8px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.bestseller_nr h3 {
	color: #005b7f;
	font-size: 14px;
	font-family:Verdana;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

/* ----- PRODUCT LIST MAX --------------------------------------------------------------------------------------------- */

.productListMax {
	width: 100%;
}

.productListMax td {
	border-bottom:1px solid #c9ccd5;
	padding: 10px 15px 10px 0;
}

.productListMax .product_name a {
	font-family: verdana;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}

.productListMax .product_desc {
	font-family: tahoma;
	color: #818181;
	font-size: 11px;
}

.productListMax .product_price_brutto {
	color: #818181;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 5px;
}

.productListMax .product_price_brutto h4 {
	color: #000;
	font-size: 12px;
	font-weight: weight;
	display: inline;
	margin: 0;
	padding: 0;
}

.productListMax .product_price_brutto span {
	font-size: 11px;
	color: #464646;
	font-weight: normal;
	text-decoration: line-through;
}

.productListMax .product_price_netto {
	color: #818181;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 5px;
}

.productListMax .product_price_netto h4 {
	color: #818181;
	font-size: 11px;
	font-weight: weight;
	display: inline;
	margin: 0;
	padding: 0;
}

.productListMax .product_price_netto span {
	font-size: 10px;
	color: #464646;
	font-weight: normal;
	text-decoration: line-through;
}

.productListMax .product_buy_now {
	margin-top: 5px;
	display: block;
}

/* ----- PRODUCT LIST MINI ---------------------------------------------------------------------------------------- */

.productListMini {
	width: 185px;
	height: 135px;
	margin: 0 10px 10px 10px;
	position: relative;
	/*border: 1px solid #e6e6e6;*/
	padding: 8px;
	float: left;
}

.productListMini  .product_img {
	text-align: center;
}


.productListMini form {
	position: absolute;
	right: 8px;
	bottom: 6px;
}

.priceListMini {
	width: 185px;
	text-align: center;
	padding: 0 8px;
	position: absolute;
	left: 0px;
	bottom: 8px;
	color: #8f8f8f;
}

.priceListMini h4 {
	display: inline;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.priceListMini h4 span {
	font-size: 11px;
	color: #464646;
	font-weight: normal;
	text-decoration: line-through;
}

/* ----- BTN ------------------------------------------------------------------------------------------------ */

.btn {
	width: 137px;
	height: 21px;
	border: 1px solid #d6d4be;
	margin-top: 5px;
	padding: 0px;
}

.btn .btnText {	
	width: 135px;
	height: 19px;
	font-family: verdana;
	color: #fff;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	border: 1px solid #fff;
	margin: 0px;
	cursor: pointer;
}

/* ----- PRODUCT INFO --------------------------------------------------------------------------------------------- */

#productInfo {
	font-size: 11px;
	color: #a8acb0;
}

#productInfo ul {
	margin-left: 25px;
}

#productInfo .title {
	padding: 0px 0 0 17px;
	margin: 0px;
	font-family: arial;
	font-weight: bold;
	color: #282828;
	font-size: 16px;
	background: url(layout/dott.png) no-repeat left 2px;
}

#productInfo .productCode {
	color: #c3c3c3;
	font-size: 10px;
	margin-top: 2px;
	margin-bottom: 10px;
}

#productInfo .productImage {
	float: left;
	
	font-size: 10px;
	margin-bottom: 15px;
}

#productInfo .productImageMin {
	text-decoration:none;
	cursor: pointer;
	float: left;
	margin: 0 0 7px 7px;
	border: 1px solid #edeaea;
}

#productInfo .productImage span {
	margin-left: 25px;
	color: #898989;
}

.button_wishlist {
	margin-top: 10px;
}

.button_in_cart {

}

#productInfo .product_desc {
	width: 245px;
	min-height:200px;
	color: #000;
	font-family: tahoma;
	font-size: 11px;
	line-height: 16px;
	padding: 0 10px;
	border-left: 1px solid #c9ccd5;
	border-right: 1px solid #c9ccd5;
	float: right;
}

#productInfo .product_info {
	width: 215px;
	float: right;
}

#productInfo .productPrice {
	font-family: arial;
	color: #1465bb;
	text-align: right;
	margin-bottom: 15px;
}

#productInfo .priceBrutto {
	font-size: 13px;
}

#productInfo .priceBrutto .priceNormal {
	color: #1465bb;
	font-weight: bold;
	font-size: 16px;
}

#productInfo .priceBrutto .priceSpecial {
	color: #9a9a9a;
	font-weight: normal;
	text-decoration: line-through;
	font-size: 12px;
}

#productInfo .priceNetto .priceNormal {
	color: #9a9a9a;
	font-weight: bold;
	font-size: 13px;
}

#productInfo .priceNetto .priceSpecial {
	color: #9a9a9a;
	font-weight: normal;
	text-decoration: line-through;
	font-size: 11px;
}

.productDescriptionTable {
	width: 100%;
}

.productDescriptionTable th {
	width: 40%;
	padding: 4px;
	font-weight: normal;
	
}

.productDescriptionTable td {
	width: 60%;
	padding: 4px;
	
}

.productOptions {
	width: 100%;
	padding: 2px;
	font-weight: normal;
	border: none;
}

.productOptions th {
	padding: 2px;
	font-weight: normal;
	border: none;
}

.productOptions td {
	padding: 2px;
	border: none;
}

.quantityInput {
	width: 40px;
	border: 1px solid #b4b4b4;
	text-align: center;
	font-size: 11px;
}

#productInfo .labelInfo {
	font-family: tahoma;
	line-height: 16px;
	padding: 10px 0 10px 0;
}

#labels {
	text-align: left;
	height: 24px;
	border-bottom: 1px solid #bebebe;
	margin-top: 25px;
}

#labels div.tab {
	height: 24px;
	float: left;
	background-image: url(layout/label/l_left.gif);
	background-repeat: no-repeat;
	color: #676767;
	padding: 0;
	margin-right: 4px;
	padding-left: 6px;
	white-space: nowrap;
	cursor:pointer;
}

#labels div.tab_sel { 
	background-image: url(layout/label/l_a_left.gif);
	color: #fff;
}

#labels div.tab_highlight {
	background-image: url(layout/label/l_a_left.gif);
	color: #fff;
}

div.tab td { 
	font-size: 11px;
	color: #676767;
	white-space: nowrap;
	padding-top: 5px;
}

div.tab_sel td { 
	color: #fff;
}

div.tab_highlight td {
	color: #fff;
}

#labels div.tab td.tab_right {
	width: 7px;
	height: 24px;
	background-image: url(layout/label/l_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#labels div.tab_sel td.tab_right {
	background-image: url(layout/label/l_a_right.gif);
}

#labels div.tab_highlight td.tab_right {
	background-image: url(layout/label/l_a_right.gif);
}

/* ----- OTHER CLIENTS -------------------------------------------------------------------------------------------- */

.otherClients {
	float: left;
	padding-left: 22px;
	margin-right: 17px;
}

.otherClients div { text-align:center; }

/* ----- DATA TABLE ------------------------------------------------------------------------------------------------ */

.data-table { width: 100%; }

.data-table th, .data-table td { padding: 5px; }

.odd  { background-color: #f3f3f3 !important; }

.even {  }

/* ----- DATA TABLE FEATURES --------------------------------------------------------------------------------------- */

.features-table { width: 100%; }

.features-table th, .features-table td { padding: 3px; }

/* ----- DATA TABLE ORDER ------------------------------------------------------------------------------------------ */

.order-table { width: 100%; }

.order-table th, .order-table td { padding: 1px; }

/* ----- SHOPPING CART --------------------------------------------------------------------------------------------- */

.shopping-cart thead { color:#000; }

.shopping-cart th, .shopping-cart td { border-bottom: 1px dashed #d7d5bf;	}

.shopping-cart .col-border-right {	border-right: 1px dashed #d7d5bf;	}

.shopping-cart .col-img { padding-right:0px; }

.shopping-cart .col-name { padding-left:0px; }

/* ----- LOGIN ----------------------------------------------------------------------------------------------------- */

.login-table { width: 265px !important; margin-left: 120px; margin-bottom: 25px; }

.login-table thead { color:#000; }

.login-table ul { margin-left:15px; line-height:18px; }

.login-unregistered { width:100% !important; margin-left:0px !important; }

/* ----- PRODUCT LIST SORT------------------------------------------------------------------------------------------ */

#productListSort {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 15px;
}

/* ----- PRODUCT LIST PAGES------------------------------------------------------------------------------------------ */

.productListPages {
	clear: both;
	height: 33px;
	font-size: 12px;
	margin-bottom: 10px;
}

.productListPages .count {
	float: left;
	width: 515px;
	text-align: center;
	padding-top: 8px;
}

.productListPages .left_arrow {
	float: left;
	width: 37px;
	height: 33px;
	background: transparent url("layout/left_arrow.png") no-repeat left top;
	margin-left: 10px;
	margin-top: 4px;
	cursor: pointer;
}

.productListPages .right_arrow {
	float: right;
	width: 37px;
	height: 33px;
	background: transparent url("layout/right_arrow.png") no-repeat left top;
	margin-right: 20px;
	margin-top: 4px;
	cursor: pointer;
}

.productListPages h3 {
	font-weight: bold;
	text-decoration: underline;
	padding: 0;
	margin: 0;
	display: inline;
}

.productListPages .clear_both {
	clear: both;
}

/* ----- SEARCH BOX ----------------------------------------------------------------------------------------------- */

#searchBox {

}

/* ----- LEFT BOX ----------------------------------------------------------------------------------------------- */

#przymierzalniaBox {
	width: 194px;
	height: 76px;
	margin-left: 20px;
	background: transparent url("layout/przymierzalnia.png") no-repeat left top;
}

#promocjeBox {
	width: 194px;
	height: 76px;
	margin-left: 20px;
	background: transparent url("layout/promocje.png") no-repeat left top;
}

#nowosciBox {
	width: 194px;
	height: 76px;
	margin-left: 20px;
	background: transparent url("layout/nowosci.png") no-repeat left top;
}

#bestselleryBox {
	width: 194px;
	height: 76px;
	margin-left: 20px;
	background: transparent url("layout/bestsellery.png") no-repeat left top;
}

#przymierzalniaBox a, #promocjeBox a, #nowosciBox a, #bestselleryBox a {
	width: 194px;
	height: 76px;
	display: block;
	background: none;
	position:relative;
}


/* ----- CATEGORIES ------------------------------------------------------------------------------------------------ */

#kategorieBox {
	font-family: tahoma;
	font-size: 13px;
	color: #000;
	line-height: 17px;
}

#kategorieBox a {
	color: #000;
	padding: 2px 0px 2px 9px;
	text-decoration: none;
	font-weight: normal;
	display: block;
}

#kategorieBox a span {
	display: block;
}

#kategorieBox .selected {

}

#kategorieBox > a + a {
	border-top: 1px dotted #e5e5e5;
}

#kategorieBox a:visited { 
	text-decoration: none; 

}

#kategorieBox a:hover {
	color: #fff;
	background-color: #1F70C1;
}


#kategorieBox .kategorie_a {
	color: #fff;
	background-color: #1F70C1;
}

/* ----- INFORMATION BOX ------------------------------------------------------------------------------------------- */

#informationBox {
	font-family: tahoma;
	font-size: 13px;
	color: #000;
	line-height: 17px;
}

#informationBox a {
	color: #000;
	padding: 2px 0px 2px 9px;
	text-decoration: none;
	font-weight: normal;
	display: block;
}

#informationBox a:visited { 
	text-decoration: none; 
}

#informationBox a:hover {
	color: #fff;
	background-color: #196fc4;
}

#informationBox .information_a {
	color: #fff;
	background-color: #196fc4;
}

#informationBox > a + a {
	border-top: 1px dotted #e5e5e5;
}

/* ----- MAPA STRONY ---------------------------------------------------------------------------------------------- */

.sitemap a {
	text-decoration: none;
}

.sitemap ul {
	margin-left: 15px;
}

/* ----- FORM ----------------------------------------------------------------------------------------------------- */

form {
	margin: 0px;
	padding: 0px;
}

.input_s {
	margin: 0px;
	padding: 2px;
	border: 1px solid #dbdbdb;
	background-color: #fff;
	height: 15px;
	color: #5f5d48;
	font-size: 11px;
}

select {
	margin: 0px;
	padding: 2px;
	border: 1px solid #e4e3d2;
	background-color: #fff;
	height: 20px;
	font-size: 11px;
}

textarea {
	margin: 0px;
	padding: 2px;
	border: 1px solid #e4e3d2;
	background-color: #fff;
}

/* ----- FORM BUTTON ----------------------------------------------------------------------------------------------- */

.form-button-silver {
	overflow:visible;
	width:auto;
	height: 21px;
	border: none;
	padding:1px 8px;
	background-color: #196fc4;
	color: #fff;
	font: bold 11px arial, helvetica, sans-serif;
	cursor: pointer;
	text-align: center !important;
	vertical-align:middle;
	white-space: nowrap;
}

.form-button-silver:hover { background-color: #ffa800; }
.form-button-silver:active { background-color: #ffa800; }
.form-button-silver span {  white-space:nowrap; background-color: transparent;}

.form-button-orange {
	overflow:visible;
	width:auto;
	height: 21px;
	border: none;
	padding:1px 8px;
	background-color: #ffa800;
	color: #fff;
	font: bold 11px arial, helvetica, sans-serif;
	cursor: pointer;
	text-align: center !important;
	vertical-align:middle;
	white-space: nowrap;
}

.form-button-orange:hover { background-color: #196fc4; }
.form-button-orange:active { background-color: #196fc4; }
.form-button-orange span { white-space:nowrap; background-color: transparent; }
  
/* ----- MESSAGE BOX ---------------------------------------------------------------------------------------------- */

.messageBox {
	font-family: arial;
	font-size: 10px; 
	text-align:left; 
	position: absolute; 
	top:0px; 
	left:0px; 
	width:100%;
}

.messageError {
	font-family: arial;
	font-weight: bold;
	font-size: 11px; 
	color: #df280a; 
	text-align:center; 
	background-color: #faebe7; 
	margin-bottom:10px; 
	padding: 7px; 
	border: 1px dashed #df280a;
}

.messageWarning {
	font-family: arial;
	font-weight: bold;
	font-size: 11px; 
	color: #3d6611; 
	text-align:center; 
	background-color: #fafaec; 
	margin-bottom:10px; 
	padding: 7px; 
	border: 1px dashed #fcd344;
}

.messageSuccess {
	font-family: Arial;
	font-weight: bold;
	font-size: 11px; 
	color: #3d6611; 
	text-align:center; 
	background-color: #eff5ea; 
	margin-bottom:10px; 
	padding: 7px; 
	border: 1px dashed #3d6611;
}

/* ----- AJAX ----------------------------------------------------------------------------------------------------- */

.ajax-loading {
	padding: 20px 0;
	background: url(images/loader.gif) no-repeat center;
}

/* ----- OTHER ---------------------------------------------------------------------------------------------------- */

.categories_list {
	width:150px; height:170px; text-align:center; float:left; margin: 0 15px 15px 15px; padding: 0 20px;
}

.categories_list .categories_name {
	font-size:12px; font-family:tahoma;
}

.categories_list .categories_name a {
	color: #000;
}

.categories_list .categories_name a:hover {
	color: #000;
	text-decoration: underline;
}

.categories_list .categories_image {
	width: 150px;
	height: 150px;
	margin-top: 10px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
}

.bestsellerList li {
	font-family: tahoma;
	font-size: 13px;
	color: #4e4e4f;
	display: block;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}

.bestsellerList li a {
	color: #4e4e4f;
	text-decoration: none;
	padding: 2px 0px 2px 15px;
	display: block;
}

.bestsellerList li a:hover {
	color: #196fc4;
	text-decoration: none;
}

.greetUser {
	
}

.newsdesk {
	font-size: 10px;
}

.newsdesk + .newsdesk {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #e5e5e5;
}

.newsdesk a {
	color: #464646;
	text-decoration: none;
}

.newsdesk a:hover {
	color: #df001a;
}

.newsdeskDate {
	font-size: 9px !important;
}

.imgGallery {
	border: 1px solid #e4e2d1;
}

.imgShadow {
	padding-left: 1px;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 8px;
	background: transparent url("layout/img_shadow.gif") no-repeat left top;
}

.imgShadowP {
	padding-left: 1px;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 8px;
	background: transparent url("layout/img_shadow_p.gif") no-repeat left top;
}

.hr-line {
	border-bottom: 1px dashed #d7d5bf;
	width: 100%;
	height: 1px;
	line-height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.a-center {
	text-align: center;
}

.a-left {
	text-align: left;
}

.a-right {
	text-align: right;
}

.a-justify {
	text-align: justify;
}

.position-rel {
	position: relative;
}

.position-abs {
	position: absolute;
}

.fix {
	clear: both;
	padding:0;
	margin:0;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

#seo {
	color: #CCC;
	font-size: 9px;
	padding: 10px;
	text-align: center;
}

#seo a {
	color: #CCC;
}

