@charset "utf-8";
/* ----- BASICS ELEMENTS ------------------------------------------------------------------------------------------ */

body {
	font-family: Verdana, Tahoma, Arial;
	color: #4e4e4e;
	font-size: 11px;
	background: #ffffff url('layout/bg.jpg') repeat-x left 82px;
	padding: 0; 
	margin: 0px;
	text-align: center;
}

a { 
	text-decoration: none; 
	color: #4e4e4e;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #ffd700;
}

div, img, p, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	border: none;
}

th {
	padding:0;
	text-align:left;
	vertical-align:top;
}

td {
	padding:0;
	vertical-align:top;
}

/* ----- LAYOUT --------------------------------------------------------------------------------------------------- */

#container {
	width: 897px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	position: relative;
}

#header {
	width: 897px;
	height: 253px;
	background: transparent url("layout/header.jpg") no-repeat left top;
	position: relative;
}

#logoHome {
	width: 147px;
	height: 65px;
	background: transparent url("layout/logo.jpg") no-repeat left top;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	
}

#customerGreeting {
	width: 185px;
	color: #9be9ff;
	font-size: 10px;
	margin-right:10px;
	position: absolute;
	left: 20px;
	top: 13px;
}

#loginPanel {
	width: 355px;
	text-align: right;
	background: transparent url("layout/login.jpg") no-repeat 15px 6px;
	position: absolute;
	right: 0px;
	top: 100px;
}

#login {
	width: 355px;
	font-size: 10px;
	color: #9be9ff;
	float: right;
}

#login a {
	color: #9be9ff;
	text-decoration: none;
	cursor: pointer;
}

#login a:hover {
	color: #9be9ff;
	text-decoration: underline;
}

.loginInput {
	width: 95px !important;
	height: 14px;
	font-size: 11px;
	border: none;
	padding: 3px 4px 5px 4px;
	background: transparent url("layout/login_bg.jpg") no-repeat left top;
}

.passInput {
	width: 95px !important;
	height: 14px;
	font-size: 11px;
	border: none;
	padding: 3px 4px 5px 4px;
	background: transparent url("layout/pass_bg.jpg") no-repeat left top;
}

#helpBox {
	width: 163px;
	color: #ffffff;
	font-size: 10px;
	text-align: right;
	line-height: 16px;
	right: 0px;
	top: 140px;
	position: absolute;
}

#helpBox a {
	color: #9be9ff;
	font-weight: bold;
	text-decoration: none;
}

#helpBox a:hover {
	text-decoration: underline;
}

#createAcc {
	color: #9be9ff;
	font-size: 10px;
	position: absolute;
	right: 0px;
	top: 165px;
}

#createAcc a {
	color: #9be9ff;
	font-weight: bold;
	text-decoration: none;
}

#createAcc a:hover {
	text-decoration: underline;
}

#searchBox {
	width: 210px;
	text-align: right;
	background: transparent url("layout/search.jpg") no-repeat left 6px;
	position: absolute;
	right: 0px;
	top: 210px;
}

#searchBox a {
	color: #9be9ff;
	font-weight: bold;
	text-decoration: none;
}

#searchBox a:hover {
	text-decoration: underline;
}

.searchInput {
	width: 95px !important;
	height: 14px;
	font-size: 11px;
	border: none;
	padding: 3px 4px 5px 4px;
	background: transparent url("layout/search_bg.jpg") no-repeat left top;
}

#shoppingCart {
	width: 300px;
	font-size: 11px;
	text-align: right;
	top: 13px;
	right: 0px;
	position: absolute;
}

#shoppingCart a {
	color: #4e4e4e;
	font-weight: bold;
	text-decoration: none;
}

#shoppingCart a:hover {
	text-decoration: underline;
}

#menuBox {
	width: 680px;
	text-align: right;
	margin-top: 15px;
	float: right;
}

#content {
	width: 897px;
	margin-left: 20px;
	padding-top: 15px;
}

#leftColumn {
	width: 180px;
	float: left;
	padding-left: 0px;
	margin-bottom: 0px;
}

#rightColumn {
	width: 180px;
	float: right;
	padding-left: 0px;
	margin-bottom: 0px;
}

#center {
	width: 696px;
	float: right;
	margin-bottom: 0px;
	padding-right: 15px;
	position: relative;
	
}

#centerWide {
	margin-bottom: 0px;
	position: relative;
	
}

#contentBottom {
	background-color: #f5f5f5;
}

#contentBottom2 {
	
}

#footer {
	width: 897px;
	font-size: 10px;
	line-height: 14px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 40px;
	padding-bottom: 20px;
	text-align: left;
	position: relative;
	background: transparent url("layout/footer_bg.jpg") no-repeat left top;
}

#footer2 {
	width: 897px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: left;
	position: relative;
}

/* ----- Center ---------------------------------------------------------------------------------------------- */

.centerTop {
	width: 696px;
	height: 5px;
	font-size: 1px;
	line-height: 1px;
}

.centerContent {
	width: 676px;
	min-height: 200px;
	color: #00000a;
	padding: 10px;
}

/* for Internet Explorer */
/*\*/
* html .centerContent {
	height: 200px;
}

.centerContent a {
	color: #00000a;

}

.centerContent a:hover {
	color: #ffd700;
}

.centerBottom {
	width: 696px;
	height: 5px;
	font-size: 1px;
	line-height: 1px;
}

/* ----- Box ------------------------------------------------------------------------------------------------- */

.BoxTop {
	height: 26px;
	width: 180px;
	cursor: default;
	font-family: calibri, arial;
	text-transform: capitalize;
	color: #4e4e4e;
	font-size: 18px;
}

.BoxTop a {
	color: #007334;
	text-decoration: none;
}

.BoxTop a:hover {
	color: #ddab11;
}

.BoxContent { 
	width: 165px;
	margin-bottom: 12px;
}

/* ----- Center Box ----------------------------------------------------------------------------------------------- */

.BoxTopCenter {
	height: 26px;
	width: 676px;
	cursor: default;
	font-family: calibri, arial;
	color: #4e4e4e;
	font-size: 18px;
	padding-left: 0px;
}

.BoxTopCenter a {
	color: #4e4e4e;
	text-decoration: none;
}

.BoxTopCenter a:hover {
	color: #ddab11;
}

.BoxContentCenter { 
	width: 676px;
	margin-bottom: 12px;
}

.BoxContentCenterWide { 
	width: 897px;
	margin-top: 1px;
	margin-bottom: 12px;
}

#pageHeading h2 {
	padding: 0px;
	margin: 0px;
	font-family: Tahoma;
	font-weight: normal;
	color: #00000a;
	font-size: 16px;
	margin-bottom: 40px;
}

#underHeading {
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}

/* ----- 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 ----------------------------------------------------------------------------------------------- */

#footerMenu {
	width: 480px;
	height: 26px;
	position: relative;
	float: right;
}

#footerMenu ul {
	margin: 0px;
}

#menuBottom {
	text-align: right;
}

ul#menuBottom li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

#menuBottom li a { 
	color: #848d93;
	font-size: 10px;
	text-decoration: none;
	margin-left: 15px;
}

#menuBottom li a:hover { 
	color: #000000;
	text-decoration: underline;
}

#copyright {
	width: 400px;
	font-size: 10px;
	float: left;
}

#copyright a {
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}

#exceptionFooter {
	margin-top: 20px;
	text-align: right;
}

/* ----- BREADCRUMB ----------------------------------------------------------------------------------------------- */

#breadcrumb {
	width: 100%;
	height: 15px;
	margin-bottom: 10px;
	font-family: Tahoma;
	font-size: 10px;
	color: #959595;
	padding-left: 10px;
	padding-right: 10px;
}

#breadcrumb a { 
	text-decoration: none; 
	color: #959595;
}

#breadcrumb a:hover, #breadcrumb a:active { 
	text-decoration: underline; 
}

/* ----- INDEX ---------------------------------------------------------------------------------------------------- */



/* ----- PRODUCT LIST --------------------------------------------------------------------------------------------- */

.productList {
	width: 285px;
	height: 166px;
	padding: 12px;
	margin-left: 4px;
	margin-right: 5px;
	margin-bottom: 15px;
	float: left;
	color: #000000;
	text-align: center;
	position: relative;
}

.productListName {
	color: #e3c44a;
	margin-bottom: 5px;
	display: block;
}

.productList a { 
	text-decoration: none;
	color: #e3c44a;
}

.productList a:hover { 
	text-decoration: none;
	color: #e3c44a;
}

.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: 175px;
	height: 25px;
	position: absolute;
	right: 8px;
	bottom: 2px;
	
}

.productList .desc_add a {
	display: block;
	float: left;
}

.productList .desc_add input {
	display: block;
}

.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 MINI ---------------------------------------------------------------------------------------- */

.productListMini {
	width: 185px;
	margin-bottom: 11px;
	position: relative;
	border: 1px solid #e6e6e6;
	padding: 8px;
	float: left;
}

.productListMini form {
	position: absolute;
	right: 8px;
	bottom: 6px;
}

.priceListMini {
	
	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;
}

.wishlistBtn a:link { 
	text-decoration: none; 
	color: #fff;
}

.wishlistBtn a:visited { 
	text-decoration: none; 
	color: #fff;
}

.wishlistBtn a:hover {
	text-decoration: none;
	color: #fff;
}

.wishlistBtn a:active {
	text-decoration: none; 
	color: #fff;
}

/* ----- PRODUCT INFO --------------------------------------------------------------------------------------------- */

#productInfo {
	font-size: 11px;
	color: #000000;
}

#productInfo ul {
	margin-left: 25px;
}

#productInfo h2 {
	padding: 0px;
	margin: 0px;
	font-family: Tahoma;
	font-weight: normal;
	color: #000000;
	font-size: 22px;
}

#productInfo .productCode {
	color: #4a4a4a;
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#productInfo .productImage {
	float: left;
	width: 225px;
	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 {
	float: right;
	display: block;
	margin-top: 10px;
}

.button_in_cart {
	float: right;
	display: block;
}

#productInfo .productDescription {
	width: 280px;
	margin-top: 0px;
	float: right;
}

#productInfo .productPrice {
	color: #4a4a4a;
	font-size: 14px;
	text-align: right;
	margin-bottom: 10px;
}

#productInfo .priceNormal {
	color: #036;
	font-weight: bold;
	font-size: 18px;
}

#productInfo .priceSpecial {
	font-weight: bold;
	text-decoration: line-through;
	font-size: 14px;
}

#productInfo .priceNormalNetto {
	color: #df001a;
	font-weight: normal;
	font-size: 14px;
}

#productInfo .priceSpecialNetto {
	font-weight: normal;
	text-decoration: line-through;
	font-size: 12px;
}

#productInfo .priceNetto {
	font-size: 11px;
}

#productInfo .priceBrutto {
	font-size: 14px;
}

.productDescriptionTable {
	width: 100%;
}

.productDescriptionTable th {
	width: 40%;
	padding: 4px;
	font-weight: normal;
	
}

.productDescriptionTable td {
	width: 60%;
	padding: 4px;
	
}

.productOptions {
	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 {
	padding: 10px 0 10px 0;
}

#labels {
	text-align: left;
	height: 24px;
	border-bottom: 1px solid #bebebe;
}

#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;
}

/* ----- 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 {
	line-height: 17px;
}

#kategorieBox a {
	padding: 4px 0px 4px 10px;
	text-decoration: none;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	display: block;
}

#kategorieBox a span {
	display: block;
}

#kategorieBox .selected {
	
}

#kategorieBox > a + a {
	
}

#kategorieBox a:visited { 
	text-decoration: none; 

}

#kategorieBox a:hover {
	
}


#kategorieBox .kategorie_a {
	
}

/* ----- INFORMATION BOX ------------------------------------------------------------------------------------------- */

#informationBox {
	line-height: 17px;
}

#informationBox .main {
	font-family: calibri, arial;
	text-transform: uppercase;
	color: #4e4e4e;
	font-size: 18px;
	padding: 4px 0px 4px 0px !important;
}

#informationBox a {
	padding: 4px 0px 4px 10px;
	text-decoration: none;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	display: block;
}

#informationBox a:visited { 
	text-decoration: none; 
}

#informationBox a:hover {
	
}

#informationBox > a + a {
	
}

/* ----- INFORMATION STICKY --------------------------------------------------------------------------------------- */

.information_sticky {
	width: 285px;
	height: 164px;
	padding: 10px 15px 10px 15px;
	margin-left: 4px;
	margin-right: 5px;
	margin-bottom: 10px;
	background: url(layout/info_bg.jpg) no-repeat left top;
	float: left;
}

.information_sticky_title {
	color: #e8faff;
	font-size: 18px;
	font-family: calibri, arial;
	margin-bottom: 15px;
}

.information_sticky_title a {
	color: #e8faff;
	text-decoration: none;
}

.information_sticky_title a:hover {
	text-decoration: underline;
}

.information_sticky_cont {
	width: 285px;
	height: 141px;
}

.information_sticky_desc {
	width: 180px;
	height: 141px;
	color: #e8faff;
	font-size: 11px;
	font-family: verdana;
	text-align: justify;
	line-height: 14px;
	overflow: hidden;
	float: left;
}

.information_sticky_desc a {
	color: #e8faff;
	text-decoration: none;
}

.information_sticky_desc a:hover {
	text-decoration: underline;
}

.information_other {
	width: 640px;
	padding-left: 8px;
	margin-bottom: 20px;
}

.information_other_title {
	color: #00000a;
	font-size: 16px;
	font-weight: bold;
	font-family: calibri, arial;
	margin-bottom: 5px;
}

.information_other_title a {
	color: #00000a;
	text-decoration: none;
}

.information_other_title a:hover {
	text-decoration: underline;
}

.information_other_desc {
	color: #00000a;
	font-size: 11px;
	font-family: verdana;
	line-height: 14px;
}

.information_other_desc a {
	color: #00000a;
	text-decoration: none;
}

.information_other_desc a:hover {
	text-decoration: underline;
}

/* ----- 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 #b4b4b4;
	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: 1px solid #8c8b81;
	padding:1px 8px;
	background: url("layout/btn_silver_bg.gif") transparent repeat-x 0 0;
	color: #fff;
	font: bold 12px arial, helvetica, sans-serif;
	cursor: pointer;
	text-align: center !important;
	vertical-align:middle;
	white-space: nowrap;
}

.form-button-silver:hover { background: url("layout/btn_orange_bg.gif") transparent repeat-x 0 0; }
.form-button-silver:active { background: url("layout/btn_orange_bg.gif") transparent repeat-x 0 0; }
.form-button-silver span {  white-space:nowrap; background-color: transparent;}

.form-button-orange {
	overflow:visible;
	width:auto;
	height: 21px;
	border: 1px solid #0a7e9d;
	padding:1px 8px;
	background: url("layout/btn_orange_bg.gif") transparent repeat-x 0 0;
	color: #fff;
	font: bold 12px arial, helvetica, sans-serif;
	cursor: pointer;
	text-align: center !important;
	vertical-align:middle;
	white-space: nowrap;
}

.form-button-orange:hover { background: url("layout/btn_silver_bg.gif") transparent repeat-x 0 0; }
.form-button-orange:active { background: url("layout/btn_silver_bg.gif") transparent repeat-x 0 0; }
.form-button-orange span { white-space:nowrap; background-color: transparent; }
  
/* ----- MESSAGE BOX ---------------------------------------------------------------------------------------------- */

.messageBox {
	font-family: Verdana, Arial, sans-serif; 
	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 ---------------------------------------------------------------------------------------------------- */

.bestsellerList li {
	display: block;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}

#bestsellerList li a {
	color: #464646;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	margin-left: 15px;
}

#bestsellerList li a:hover {
	color: #007334;
	text-decoration: none;
}

.p1 p {
	margin-bottom: 10px;
}

.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;
}

