/******************************************************************************/
/*                                                                            */
/* CMS Content Management System                                              */
/*                                                                            */
/*                                                                            */
/* Author: Marco van 't Wout                                                  */
/* Email: marco@vtwout.net                                                    */
/*                                                                            */
/******************************************************************************/

/****** STYLE *****************************************************************/
html, body, div, h1, h2, h3, p, br, a, hr, strong, em, img, table, tr, td, form, input, select, textarea, fieldset, ul, li {
	margin: 0px;
	padding: 0px;
} body, pre, textarea {
	
} h1 {
} h2 {
} h3 {

} p {
	margin: 6px 0px;
} a {
	text-decoration: none;
} a:hover {
	text-decoration: underline;
} img {
	border: 0px;
} hr {
	margin: 7px 0px 6px; _margin: 0px;
	height: 1px;
	border: 0px; 
	border-bottom: 1px solid #dddddd;
} strong {
	font-weight: bold;
} em {
	font-style: italic;
}

/****** LAYOUT ****************************************************************/
html {
	height: 100%;
} body {	
	height: 100%;

} div.container {
	margin: 0px 30px;
	border: 1px solid #73878f;
	background-color: #ffffff;
} div.header {
	height: 85px;
	background-color: #73878f;
} div.breadcrumb {
	padding: 2px 9px 0px;
} div.menu {
	padding: 5px 6px 6px;
	height: 14px;
	background-color: #97abb4;
} div.submenu {
	clear: both;
} div.main {
	margin: 10px 10px 0px;
	min-height: 400px; _height: 400px;
} div.blocks_left {
	float: left;
	width: 170px;
} div.blocks_right {
	float: right;
	width: 170px;
} div.center_blocks_left {
	margin-left: 180px;
} div.center_blocks_right {
	margin-right: 180px;
} div.footer {
	padding: 5px 6px 6px;
	height: 14px;
	clear: both;
	background-color: #97abb4;
} div.debug {
	margin: 20px 30px;
	padding: 20px;
	border: 1px solid #73878f;
	background-color: #ffffff;
} div.box {
	margin-bottom: 10px;
}

/****** HEADER ****************************************************************/
div.header img {
	padding: 10px;
	border: 0;
}

/****** BREADCRUMB ************************************************************/
div.breadcrumb {
	color: #97abb4;
	font-weight: bold;
} div.breadcrumb a {
	color: #97abb4;
} div.breadcrumb a:hover {
	color: #ffffff;
}

/****** MENU ******************************************************************/
div.menu {
	text-align: center;
} div.menu ul {
	list-style-type: none;
} div.menu ul li {
	display: inline;
} div.menu ul li a {
	margin: 0px 5px;
	padding: 5px;
	color: #ffffff;
	font-weight: bold;
} div.menu ul li.active a {
	color: #ffffff;
} div.menu ul li a:hover {
	color: #73878f;
	text-decoration: none;
}

/****** SUBMENU ***************************************************************/
div.submenu ul {
	list-style-type: none;
} div.submenu ul li {
	display: inline;
} div.submenu ul li.active a {
	color: #97abb4;
}

/****** MAIN ******************************************************************/
#tekst ul, div.blocks_left ul, div.blocks_right ul {
	margin-left: 20px; _margin-left: 24px;
	list-style-type: disc;
} div.main ul.style1 {
	list-style-type: decimal;
} div.main ul.stylea {
	list-style-type: lower-alpha;
}

/****** FOOTER ****************************************************************/
div.footer {
	text-align: center;
	color: #ffffff;
	font-weight: bold;
} div.footer a {
	color: #ffffff;
} div.footer a:hover {
	color: #73878f;
	text-decoration: none;
}

/****** DEBUG *****************************************************************/
div.debug pre {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

/**** TABLES ******************************************************************/
table {
	width: 100%; _width: 99%;
	border-collapse: collapse;
	border: 0px;
} table td {
	vertical-align: top;
} table.admin {
	margin-top: 5px;
	line-height: 15px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
} table.admin tr:hover td {
	background-color: #d8d1c0;
} table.admin th {
	padding: 2px;
	background-color: #eeeeee;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
} table.admin td {
	padding: 2px;
} table.admin td.icon {
	padding: 0px;
} table.admin td.icon img {
	margin: 0px;
	padding: 4px 8px;
	border: 0px;
} table.admin td.icon img:hover {
	background-color: #dddddd;
}

/**** FORMS *******************************************************************/
form fieldset {
	padding: 0px;
	border: 0px;
} form label {
	margin-bottom: 5px;
	display: block;
	width: 140px; _width: 137px;
	float: left;
	text-align: left;
} form input, form select, form textarea {
	margin-bottom: 5px;
	padding: 1px;
	color: #5A5049;
	font-size: 12px;
	vertical-align: top;
	background: #ffffff;
	border: 1px dotted #5A5049;
} form div.radio {
	margin-left: 140px;
} form br {
	line-height: 8px;
	clear: left;
} form input.button {
	margin-left: 140px;
	margin-bottom: 0px;
	padding: 3px; _padding: 3px 1px 2px;
	color: #5A5049;
	font-weight: bold;
} form input.nomargin {
	margin-left: 0px;
} form a.required {
	margin-left: 2px;
	color: #dddddd;
} form a.red{
	color: #ff0000;
} form div.feedback {
	margin-left: 140px;
	padding: 3px;
	color: #ff0000;
	border: 1px solid #ff0000;
} div.blocks_left label, div.blocks_right label {
	float: none;
}

/**** BBCODE ******************************************************************/
div.textarea {
	margin-left: 140px; _margin-left: 137px;
} div.textarea div.iefix {
	_width: 98%;
} div.textarea img {
	padding: 4px;
	cursor: pointer;
	background-color: #ffffff;
	border: 1px solid #5A5049;
} div.textarea  img:hover {
	background-color: #dddddd;
	border: 1px solid #5A5049;
} div.textarea select, div.textarea option {
	padding: 1px;
	font-weight: bold;
} div.textarea div.helpbox {
	padding: 2px;
	height: 14px;
	overflow: hidden;
	background-color: #dddddd;
}

/* Shop etc. */
/* Categories */
a.shop_cat {
	display: block;
	float: left;
	border: 1px solid #d8d1c0;
	padding: 5px;
	margin: 0 8px 5px 0;
	width: 162px;
	height: 136px;
	text-align: center;
}
a.shop_cat:hover {
	text-decoration: none;
	background-color: #ebeae7;
}
a.shop_cat img {
	border: 1px solid #d8d1c0;
}

table.shop_items {
	border-collapse: collapse;
}
table.shop_items tr {
	border-bottom: 1px solid #dddddd;
}
table.shop_items tr td {
	padding: 3px 0 3px 0;
}
table.shop_items tr td.image div {
	background-color: #ffffff;
	border: 1px solid #5A5049;
	width: 150px;
	text-align: center;
	margin-right: 3px;
}
table.shop_items tr td.image div img {
	margin-right: 5px;
}
table.shop_items tr td.title {	
}
table.shop_items tr td.title h3 {
	font-weight: bold;
}
table.shop_items tr td.price {
	width: 100px;
	text-align: right;
	font-weight: bold;
}

/* Item page */
div.images {
	float: right;
	margin-left: 15px;
} div.images img {
	border: 1px solid #5A5049;
} div.images2 {
	float: none;
	margin: 0;
}
div.images a {
  position:relative;
  display:block;
  float:left;
} div.images2 a {
	margin-right: 10px;
} span.zoom_icon {
  /*visibility:hidden;*/
  position: absolute;
  top: 5px;
  left: 5px;
  filter:alpha(opacity=80);
  -moz-opacity:0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
} span.zoom_icon img {
	border-width: 0;
	width: 25px;
	height: 25px;
}



/* Cart table */
table.cart {
	margin-top: 5px;
	line-height: 15px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
} table.cart tr:hover td {
	background-color: #f4f4f4;
} table.cart th {
	padding: 2px;
	background-color: #eeeeee;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	text-align: left;
} table.cart td {
	padding: 2px;
	border-bottom: 1px solid #dddddd;
} table.cart td.icon {
	padding: 0px;
} table.cart td.icon img {
	margin: 0px;
	padding: 4px 8px;
	border: 0px;
} table.cart td.icon img:hover {
	background-color: #dddddd;
} table.cart img {
	float: left;
	margin-right: 5px;
} table.cart tr.total td {
	background-color: #eeeeee;
	border-top: 1px solid #dddddd;	
	font-weight: bold;
} table.cart td.amount, table.cart th.amount {
	text-align: right;
	padding-right: 10px !important;
}

table.order_data {
	width: 500px;
}

/* Blocks in content */
div.blok {
	background-color: #ebeae7;
	border: 1px solid #d8d1c0;
	float: left;
	width: 205px;
	margin: 0 15px 5px 0;
	padding: 10px;
}

/* Product in content */
a.shop_item {	
	display: block;
	float: left;
	border: 1px solid #d8d1c0;
	padding: 5px;
	margin: 0 8px 5px 0;
	width: 160px;
	text-align: center;
}
a.shop_item:hover {
	text-decoration: none;
	background-color: #ebeae7;
}
a.shop_item img {
	border: 1px solid #d8d1c0;	
}

/* Lightbox */
#lightbox{
	color:#333;
	font:15px Verdana, Arial, Helvetica, sans-serif;
	background-color:#fff;
	padding: 10px;
	border: 5px solid #ccc;
}
#lightbox a{color:#333;}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }
#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/en/theme/images/overlay.png", sizingMethod="scale");
}