/*---{ Imports )-------------------------------------------------------*/

@import "form.css";
@import "caddy.css";
@import "products.css";
@import "account.css";
@import "shoppingcart.css";
@import "home.css";
@import "search.css";
@import "ui.core.css";
@import "ui.base.css";
@import "ui.spinner.css";
@import "lightbox.css";
@import "jquery.jcarousel.css";
@import "googlemaps.css";
@import "store.css";
@import "vacancy.css";
@import "news.css";
@import "faq.css";
@import "thickbox.css";

/*---{ colLeft And colRight )-----------------------------------------------*/

#content .colLeft {
	position: relative;
	float: right;
	font-size: 12px;
	overflow: hidden;
	width: 750px;
}

#content .colRight {
	float: left;
	width: 190px;
	padding: 0 20px 0 0;
}

/*---{ Membernav )-------------------------------------------------------*/

#memberNav {
	position:absolute;
	right: 25px;
	color: #FFF;
	bottom: 15px;
	z-index: 100;
}
#memberNav a {
	color: #bfbfbf;
	text-decoration: none;
}
#memberNav a:hover {
	text-decoration: underline;
}

/*---{ frmSearch )-------------------------------------------------------*/

#frmSearch {
	position: absolute;
	right: 290px;	
	top: 55px;
	background: #fff;
	padding: 2px 2px 1px 2px;
	z-index: 1
}
#frmSearch .clsInput {
	border: none;
	width: 180px;
	float: left;
}
#frmSearch .clsButton {
	border: none;
	background: transparent url(../images/img_search.gif) left top no-repeat;
	width: 20px;
	height: 20px;
	float: left;
}

/*---{ Shoppingbag )-------------------------------------------------------*/

#shoppingBag {
	position: absolute;
	top: 22px;
	right: 0;
	background: url(../images/bg_shoppingcart.gif) 20px top no-repeat;
	z-index: 100;
	padding: 35px 0 0 91px;
	text-decoration: none;
	width: 170px;
	height: 30px;
	color: #E7E7E7; /*#fbd5e9;*/
	border-left: 1px solid #ADADAD; /*#F9B7DA;*/
}
#shoppingBag:hover {
	text-decoration: underline;
}

/*---{ Custom elements )-------------------------------------------------------*/

.thumb table {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

.thumb table tr {
	height: 100%;
}
	
.thumb table tr td {
	height: 100%;
	vertical-align: middle;
}

a img {
	border: 0;
}

td.right {
	text-align: right;
}

/*---{ Box)-------------------------------------------------------*/

.box h2 {
	border-bottom: 0px;
	font-size: 100%;
	text-transform: uppercase;
	background-color: #0075bb;
	color: #fff;
	padding: 4px;
	margin-bottom: 5px;
}

.box h2 a {
	display: block;
	color: #fff;
}

.box h2 a:hover {
	text-decoration: none;
}

/*---{ Other custom )-------------------------------------------------------*/

.small {
	font-size: 90%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.error { 
	border: 1px solid #E7604D;
	background: #FCE9E6 url(../images/ico_alert_16x16.png) 5px 5px no-repeat;
	padding: 5px 7px 5px 26px;
	margin-bottom: 10px !important;
}

.ok { 
	border: 1px solid #5B942C;
	background: #C9F3A3;
	padding: 5px 7px;
	margin-bottom: 10px !important;
}

#content a.print
{
	position: relative;
	width: 100px;
	display: block;
	padding: 8px 0 0 0;
	text-align:center;
	float: right;
	margin: 0 10px 0 0;
	text-decoration: none;	
}

#content a.pdf
{
	position: relative;
	width: 100px;
	display: block;
	padding: 8px 0;
	text-align: center;
	float: right;
	text-decoration: none;
}

/* ---------- */

#sidecol div#shortNewslist {
}
#sidecol div#shortNewslist .item {
	margin: 0;
	padding: 0;
	position: relative;
}
#sidecol div#shortNewslist .item .date {
	color: #666666;
	margin-right: 4px;
}
#sidecol div#shortNewslist .item .title a {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#sidecol div#shortNewslist .first .title a {
	font-family: Arial, Helvetica, sans-serif;
	color: #454545;
	text-decoration: none;
	font-size: 14px;
}
#sidecol div#shortNewslist .item .teaser {
	display: block;
	margin: 10px 0 0 0;
	color: #454545;
}
#sidecol div#shortNewslist .more {
	display: block;
	width: 260px;
	line-height: 18px;
	height: 18px;
	margin: 6px 0 0 0;
	padding: 2px 8px 0 0;
	text-align: right;
	background: #ececec;
	color: #000000;
	text-decoration: none;
}
#sidecol div#shortNewslist h3 {
	margin: 10px 0 6px 0;
}

/* ---------- */
#sidecol div#brands {
	padding-top: 20px;
	padding-bottom: 10px;
}
#sidecol div#brands ul {
	position:relative;
	overflow:hidden;
	margin: 0;
	padding: 0;
}
#sidecol div#brands ul li {
	list-style: none;
	position: relative;
	float: left;
	margin: 0 5px 10px 0;
	padding: 0;
}
#sidecol div#brands ul li.liRight {
	margin-right: 0;
}


/* ---------- */
#content #mediaBlocks {
	position: relative;
	width: 960px;
}
#content #mediaBlocks .row {
	margin-top: 19px;
}
#content #mediaBlocks .bannerBig {
	width: 960px;
	height: 330px;
	position: relative;
	overflow: hidden;
	background: #000;
}
#content #mediaBlocks .row .item {
	position: relative;
	width: 306px;
	height: 100px;
	margin-right: 21px;
	float: left;
	background: #ccc;
}
#content #mediaBlocks .row .itemLast {
	margin-right: 0;
}


/* ---------- */
div.select {
	position: relative;
	display: inline-block;
	margin: 0 0 7px 0 !important;
	padding: 0 !important;
	width: 190px !important;
	height: 20px;
	line-height: 20px;
	background: url(../images/sprite-select.gif) left 0 no-repeat !important;
	cursor: pointer;
	z-index: auto !important;
}
div.select:hover, 
div.select:active,
div.select.active,
div.select.active:hover,
div.select.active:active { 
	z-index: 300 !important;
	background-position: left -20px !important; 
}

div.select ul {
	display: none;
	position: absolute;
	left: 0px;
	top: 19px;
	width: 188px;
	margin: 0 !important;
	padding: 0;
	list-style: none;
	border-top: none;
	max-height: 260px;
	overflow-y: auto;
	z-index: 500 !important;
	background: #fff;
	border: 1px solid #7b7b7b;
}

div.select span { 
	padding: 0 8px; 
	color: #454545;
}

div.select span a,
div.select li a { 
	color: #454545; 
	text-decoration:none; 
}

div.select li {
	padding: 1px 7px;
	min-height: 18px;
	line-height: 18px;
}
div.select li:hover { background: #f7f7f7; }

div.select li a,
div.select li a:hover { text-decoration: none;}

div.select li.disabled {text-decoration:none; font-style:italic; color:#CCC; cursor:default}
div.select li.disabled:hover { background:none;}

.tooltip{
	position:relative;
	display:inline-block;
	padding: 0 0 0 10px;
}

.tooltip .trigger{
	background: url(../images/information.png) no-repeat top left;
	display:block;
	text-indent: -9999px;
	width: 16px;
	height: 16px;
}

.tooltip .content{
	display:none;
	position:absolute;
	width: 300px;
	height: 150px;
	right: -330px;
	top:-130px;
	background:#323232;
	text-decoration:none;
	padding: 10px;
	color:#fff;
}

.tooltip .shadowright{width: 6px; position:absolute; right:-6px;top: 6px; bottom: -6px;background:#cacaca; }
.tooltip .shadowbottom{height: 6px; position:absolute; bottom:-6px; left: 6px; right: -6px;background:#cacaca; }

.tooltip a{
	color:#fff;
	font-size: 10px;
	text-decoration:none;
}

.tooltip ul{
	width: 160px;
}

.tooltip .img{
	position:absolute;
	right: 15px;
	top: 15px;
}

.hidden{
	display:none;
}
	
