/* >==== Start: Shop classes ==============================================> */
/* START Categorie navigation */
ul#categories,
ul#categories ul {
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

ul#categories li,
ul#categories ul li {
	width: auto;
}

ul#categories li a,
ul#categories ul li a,
a.cat-link {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	padding: 5px 0;
	color: #000000;
	text-decoration: none;
	outline: none;
	font-size: 12px;
}

ul#categories li a:hover,
a.cat-link:hover {
	color: #5fafe0;
}

ul#categories li.selected a,
ul#categories li.selected ul li.selected a { font-weight: bold; }

ul#categories li.selected ul li a {
	padding-left: 24px;
	background-image: none;
	font-weight: normal;
}
/* END Category navigation */


/* START Productlist presentation */
/* Sub-categories list presentation start */
div.sub-categories {
	float: left;
	width: 100%;
	margin-bottom: 1em;
	clear: both;
}

ul.CPcatDescList {
	margin: 0;
	list-style-type: none;
}

ul.CPcatDescList li {
	float: left;
	margin: 0 1px 1px 0;
	padding-left: 10px;
}

ul.CPcatDescList li:last-child {  }
ul.CPcatDescList li.last {  }

ul.CPcatDescList li a,
ul.CPcatDescList li span {
	display: block;
	padding: 4px 10px 4px 0;
	white-space: pre;
}
ul.CPcatDescList li a { text-decoration: none; color: #000000 !important; }
ul.CPcatDescList li a:hover { color: #ffddaa !important; text-decoration: underline !important; }
/* Sub-categories list presentation end */

.product	{
	border: 1px solid #cccccc;
}

.product h2	{
	height: 30px;
}

.product h2 a	{
	color: #000000;
	text-align: left;
	font-size:0.8em;
	text-decoration: none;
}

.product_image	{
	text-align: center;
	margin-bottom: 10px;
}

	.product_image a	{
		display: block;
	}

.product_ratings	{
	float: left;
}

.product_price	{
	float: right;
	font-size: 16px;
	color: #0081ee;
	font-weight: bold;
	height: 40px;
}

.product_price_comment	{
	font-size: 12px;
	color: #000000;
	font-style: italic;
}

table.products-table {
	width: 100%;
	margin: 0 auto;
	clear: both;
	/* border-spacing: 20px 10px; /* Equivalent of cellspacing attribute of table tag, doesn't work in IE? */
}

	table.products-table td.product {

	}
	
		td.product-header {
			width: 100%;
			height: 30px;
		}

		div.product-header-bg {
			position: relative;
			width: 100%;
			text-align: center;
		}
		
			div.product-header-bg h2 {
				font-size: 1em !important;
				margin: 0 !important;
				padding: 2px 9px;
			}
		
			div.product-header-left,
			div.product-header-right {
				position: absolute;
				top: 0;
				width: 9px;
				height: 8px;
			}
			
			div.product-header-left {
				left: 0;
			}
			
			div.product-header-right {
				right: 0;
			}
		
		td.product-info {
			height: 180px;
			padding: 10px;
			vertical-align: bottom;
		}
		
		td.product-footer {
			height: 8px;
			vertical-align: bottom;
		}
		
		div.product-footer-left,
		div.product-footer-right {
			width: 9px;
			height: 8px;
		}
		
		div.product-footer-left {
			float: left;
		}

		div.product-footer-right {
			float: right;
		}

/* END Productlist presentation */


/* START Productview presentation */
div.product-details {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 5px;
	overflow-x: hidden;
}
/* END Productview presentation */


/* START ShoppingBasket() */
#CPshoppingBasket { width: 100%; }
#CPshoppingBasket td, #CPshoppingBasket th { padding: 2px;}
#CPshoppingBasket th { font-weight: bold; }
#CPshoppingBasket .product { height: 42px; padding-left: 10px; border: 0; }
/* END ShoppingBasket() */

.CPyouAreAt { margin-bottom: 5px; }

/* START PageNavigation prodlist */
.CPpageNav { background-color:#F1F1F1; border:1px solid #CCCCCC; margin:0 0 0 7px; width:765px; }
.CPpageNav td { padding: 4px; }
.CPpageNav a, .CPpageNav span {
	display: block;
	float: left;
	margin: 0 2px;
	padding: 3px;
	background-color: #ffffff;
	text-decoration: none;
}

.CPpageNav a { border: 1px solid #cccccc; color: #000000; }
.CPpageNav a:hover { border: 1px solid #000000; background-color: #0081ee; color: #ffffff; }
.CPpageNav span { border: 1px solid #cccccc; color: #999999; }
/* END PageNavigation prodlist */

/* START Payment general styles */
#template_ideal_payment,
#template_mastercard_payment,
#template_amexpress_payment,
#template_overboeking_payment,
#template_visa_payment { clear: both; }

.paymentMethod,
.paymentMethodName,
.paymentMethodImage { float: left; height: 28px; padding-top: 12px; }

.paymentMethod { width: 20px; }
.paymentMethodName { width: 108px; }
.paymentMethodImage { width: 60px; padding-top: 0; }
/* END Payment general styles */

/* START Payment ogone */
table.ncoltable1,
table.ncoltable2,
table.ncoltable3 {
	width: 100% !important;
	border-bottom: 1px solid #e3e3e3;
}

table.ncoltable1 td,
table.ncoltable2 td,
table.ncoltable3 td { padding: 2px; }

.ncoltable3 .ncollogoc {
	width: 1px;
}

#NCOLACQ {
	width: 1px;
	height: 1px;
}

.ncollogoc * {
	white-space: nowrap;
}

td.ncoltxtl { width: 120px !important; }
td.ncoltxtr { width: auto !important; vertical-align: middle; }


input#ncol_cancel { margin-top: 20px; }
small { font-size: 1em; }
/* END Payment ogone */

a.block-link {
	display: block;
	clear: both;
	width: auto;
	padding: 4px 4px 4px 16px;
    background: transparent url('/media/img/block-link-arrow.png') no-repeat left center;
    border-bottom: 1px dotted #d1d1d1;
	outline: none;
}

.CPhighlight { color: #000000; background-color: #ffff66; }
.CPbox1 { border: 1px solid #cccccc; margin: auto; }
.CPbox2 { /* Table on 10_logon.asp */
	background-color: #F3F3F4;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	text-align: left;
}
.CPbox2 td { padding: 4px; }

.subcat, .subcatOver {
	padding: 3px;
	background-color: transparent;
	border-bottom: 1px #9CC7F7 dotted;
	vertical-align: middle;
}
.subcatOver { background: #f4f4f4; cursor: pointer; }

.CPpayStep { font-weight: bold; color: #0081ee; float: right; font-size: 12px;  } /* langGenStepX */
.CPtitle { float: left; font-weight: bold;  } 

.CPprodImg { float: left; text-align: center; }
.CPprodImgDiv { width: 200px; height: 200px; margin: auto; }
.CPthumbImgDiv div { display: block; width: 36px; height: 36px; margin: 4px 3px; border: 1px solid black; cursor: pointer; float: left; }
.CPprodInfo { padding: 0 10px; }
.CPpriceMsg { color: #5b7eb6; }
.CPprodDesc { }
.CPprodDesc td, .CPprodDesc th { padding: 2px; }
.CPprodDesc th { width: 110px; }
.CPprodDesc h2 { color: #0081EE; }
.CPpageTitle { font-size: 1.7em !important; color:#003563; padding: 0 10px 10px 0; margin: 0 0 10px 0 !important; border-bottom: 1px dashed #cccccc; }
.CPpageTable { width: 100%; }
.CPpageTable td, .CPpageTable th { padding: 8px 8px 8px 0; }
.CPpageTable th { border-bottom: 1px solid #cccccc; }
.CPcartAmount { background-color: #ececec; padding: 8px !important; }
.CPcartRow td { border-bottom: 1px dashed #ececec; }


.CPprodDescHead { color: #333333; }
.CPrelatedProd { width: 100%; margin-top: 10px; background-color: #f3f3f3; border: 1px solid #999999; border-width: 1px 0 1px 0; }
.ProdContentHead { margin-bottom: 3px; font-weight: bold; color: #333333; }
.CPinfoTitle { color: #ff9a04; }

#table-cart td { padding: 2px; }
#table-cart tr.row-footer td { border-bottom: 1px dashed #999999; }
#table-cart tr.table-cart-footer td { border-bottom: 1px solid #999999; }
.CPgenHeadingsOut td { border-bottom: 1px solid #999999; }
#tab1 { width: auto; padding-bottom: 5px; border-bottom: 1px dashed #999999; }
#tab2 { width: auto; padding-top: 5px; border-top: 1px solid #999999; }
.CPchocTxt { height: 26px !important; }
.CPgenHeadings {  }

/* START SpecBrowser Horizontal */
#specbrowser { width: auto; height: 40px; }
#specbrowser li { display: inline; }
#specbrowser li a { display: inline-block; width: auto; padding: 5px; border: 1px solid; border-color: #cccccc #666666 #666666 #cccccc; background-color: #f3f3f3; color: #000000; }
#specbrowser li.active a { border-color: #666666 #cccccc #cccccc #666666; background-color: #aaaaaa; color: #ffffff; }
/* END SpecBrowser Horizontal */
/* <==== End: Shop classes ================================================< */