/* Reset */

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul,  
ol, li, dl, dt, dd, form, a, fieldset, input, th, td {  
	margin: 0; padding: 0; border: 0; outline: none;  
}

/* Basic */

body { 
	font: 11px 'Helvetica', Arial, sans-serif; 
	text-align: center;
	margin: 0;
	padding: 0;
	color: #666;
	
}

img {
	border: none;
}
.cBoth {
	clear: both;
}
.hidden {
	display: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

/* Links */

a {
	color: #01957d;
	text-decoration: none;
}

a:hover {
  color: #7dd7c8;
	text-decoration: underline;
}


/* Structure */

#wrapper {
	margin: 0 auto 0 auto;
  padding: 0;
  text-align: left;
	width: 857px;
	
}

#top {
  background: transparent url("../img/left-bar-bg.png") top left repeat-y;
  float: left;
}

#header {
  background: transparent url("../img/slogan.png") right center no-repeat;
  height: 90px;
	margin: 0;
	padding: 0;
	width: 857px;
}

#content {
  background: transparent url("../img/left-bar-bottom-bg.png") bottom left no-repeat;
	float: left;
  margin: 0;
	padding:0;
	width: 857px;
}

html>#content {
	width: 857px;
}

#leftBar {
	margin: 0;
	padding: 0 0 20px 2px;
	width: 185px;
	float: left;
}

#rightBar {
	margin: 0;
	padding: 0 0 0 20px;
	width: 650px;
	float: left;
}

#footer {
  background: transparent url("../img/footer-bg.png") top left repeat-x;
	display: block;
	height: 10px;
	line-height: 10px;
	margin: 18px 0 30px 0;
	padding: 15px 0 10px 0;
	text-align: left;
}


/** Typography **/


/* header */

/* Phark Method */
#header h1 {
	background: transparent url("../img/logo.gif") center center no-repeat;
	height:90px;
	margin: 0;
	width:187px;
}

#header h1 a {
	text-indent:-9999em;
	display:block;
	height:90px;
	width:187px;
}


/* menu */
ul#nav {
  background: transparent url("../img/menu-bg.png") left top repeat-y;
  list-style: none;	
  float:left;
	margin: 0 0 20px 0;
	padding: 0;
}

ul#nav li {
	background: transparent url("../img/separator.png") left top no-repeat;
	margin-left:5px;
}

ul#nav li.last {
	background: transparent url("../img/last-separator.png") left top no-repeat;
}

ul#nav li a {
	color: #01957d;
  display: block;
  font-size: 14px;
	font-weight: normal;
	height: 32px;
  line-height: 32px;
  margin: 0;
	padding: 0 10px 0 0;	
	text-align: right;
	text-decoration: none;
	width: 170px;
}

ul#nav li a:hover, ul#nav li.active a {
	color: #777;
	background: transparent url("../img/arrow.png") center left no-repeat;
}

ul#nav li ul {
  display: none;
}

ul#nav li.active ul {
  background: transparent url("../img/submenu-bg.png") right top repeat-y;
  display: block;
  list-style: none;	
	margin: 0;
	padding: 0;

}
ul#nav li.active li a {
  background-image: none;
  color: #01957d;
  list-style: none;
  padding: 0 10px 0 10px;
  text-align: left;	
	width: 160px;
}
ul#nav li.active li {
		background: transparent url("../img/separator.png") left top no-repeat;
		margin-left: 0;
}
ul#nav li.active li.last {
	background: transparent url("../img/separator.png") left top no-repeat;
}

ul#nav li.active li a:hover, ul#nav li.active li.active a   {
	color: #777;
	background: transparent url("../img/submenu-arrow.png") center right no-repeat;
}

/* Images */

img.right {
	float: right;
	margin: 3px 0 3px 10px;
	padding: 5px 0 0 0;
	
}

img.left {
	float: left;
	margin: 3px 10px 3px 0;
	padding: 5px 0 0 0;
}

img.imgRight {
	border: 1px dashed #ddd;
	float: right;
	margin: 3px 0 3px 10px;
	padding: 1px;
}

img.imgLeft {
	border: 1px dashed #ddd;
  float: left;
	margin: 3px 10px 3px 0;
	padding: 1px;
}

.headimg img,
img.imgRam,
img.link {
	margin: 0;
	padding: 8px;
	background: #313131 url("../img/img-bg2.png") top left repeat-x;
	border:none;
}


/* Typography */

#rightBar h2 {
  background: transparent url("../img/h2-bg.png") top left no-repeat;
	color: #fff;	
	font-size: 24px; 
	font-weight: bold;
  margin: 0 0 20px 0;
	padding: 60px 10px 10px 10px;
  text-align: right;
}

#rightBar h3 {
  color: #01957d;
	font-size: 210%;
	font-weight: normal;
	margin: 0;
	padding: 5px 0; 	
}

#rightBar h4 {
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: bold;
	font-size: 150%;
	color: #01957d;
}

#rightBar p {
	margin: 5px 0 15px 0;
	padding: 0;
	line-height: 1.7em;
}

/* leftBar */
#leftBar h2 {
	color: #ddd;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 170%; 
	font-weight: normal;
}

#leftBar h3 {
	color: #777;
	margin: 0 0 10px 10px;
	padding: 0;
	font-size: 150%; 
	font-weight: normal;
}

#leftBar p {
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 1.7em;
}

#footer p {
  float: left
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 90%;
}

/* list menu */
ul.listMenu {
	margin: 0 0 20px 5px;
	padding: 0;
	list-style: none;
}

ul.listMenu li {
  background: transparent url("../img/square.png") 0px 7px no-repeat;
	margin: 0;
	padding: 3px 0 3px 20px;
	line-height: 1.7em;
}


/* productline list menu */
ul#productline {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#productline li {
  float: left;
  height: 322px;
	margin: 0 0 10px 10px;
	padding: 0;
	width: 210px;
}

ul#productline li img {
	margin: 0;
	padding: 0;
}


ul#productline li.nooffset {
	margin-left: 0;
}

ul#productline .linkdetail {
  display: block;
  float: left;
  width: 210px;
  height: 290px;
  margin: 0;
  padding: 0;
  position: relative;
}

ul#productline li img.detail {
  display: none;
  right: 10px;
  bottom: 10px;
	position: absolute;
}

#productline h3 {
	color: #fff;	
	font-size: 14px; 
	font-weight: normal;
  margin: 0;
	padding: 8px 8px 8px 5px;
  text-align: right;
}

#productline h3.xlr {
  background: transparent url("../img/xlr-h3.png") top left no-repeat;
}
#productline h3.jacks {
  background: transparent url("../img/jacks-h3.png") top left no-repeat;
}
#productline h3.repro {
  background: transparent url("../img/repro-h3.png") top left no-repeat;
}
#productline h3.data {
  background: transparent url("../img/data-h3.png") top left no-repeat;
}
#productline h3.bnc {
  background: transparent url("../img/bnc-h3.png") top left no-repeat;
}
#productline h3.circular {
  background: transparent url("../img/circular-h3.png") top left no-repeat;
}
#productline h3.accessories {
  background: transparent url("../img/accessories-h3.png") top left no-repeat;
}
#productline h3.panels {
  background: transparent url("../img/panels-h3.png") top left no-repeat;
}

#productline h3 a {
	color: #fff;	
  text-decoration: none;
}

#productline h3 a:hover {
  background-color: none;
  color: #fff;	
  text-decoration: underline;
}

/* productline-two list menu */
ul#productline-two {
	margin: 0 0 8px 0;
	padding: 0;
	list-style: none;
}

ul#productline-two li {
  border: 1px solid #01957d;
  float: left;
  height: 140px;
	margin: 0 0 10px 10px;
	padding: 1px;
	width: 150px;
}

ul#productline-two li.offset {
	margin-left: 0;
}

ul#productline-two .linkdetail {
  display: block;
  float: left;
  width: 134px;
  height: 95px;
  margin: 5px 0 0 5px;
  padding: 0;
  position: relative;
}

ul#productline-two li img.detail {
  display: none;
  right: 15px;
  bottom: 8px;
	position: absolute;
}

#productline-two h3 {
  background: transparent url("../img/h3-bg.png") top left no-repeat;
	color: #fff;	
	font-size: 14px; 
	font-weight: normal;
  margin: 0;
	padding: 10px 10px 10px 5px;
  text-align: right;
}

#productline-two h3 a {
	color: #fff;	
  text-decoration: none;
}

#productline-two h3 a:hover {
  background-color: none;
  color: #fff;	
  text-decoration: underline;
}


/* DL kontakt */
dl.kontakt {
	margin:5px;
	padding:0 15px;
	list-style: none;
	width: 30em;
}

dl.kontakt dt {
	float: left;
	display: block;
	width: 10em;
	font-weight: bold;
	margin:0;
	padding: 3px 0;
}
dl.kontakt dd {
	float: left;
	display: block;
	width: 20em;
	margin: 0;
	padding: 3px 0;
}

/* Tables */

table.default {
	margin: 3px;
	color: #666;
	background:transparent url(../img/editbox_bg.png) repeat-x scroll 0% -4px;
	border-collapse: collapse;
	border: 1px solid #efefef;
	font-size: 90%;
}

table.default td {
	padding: 4px;
	border: 1px solid #efefef;
}

table.default tr:hover {
	background-color: #efefef
}

/* Boxes */

div.leftBox {
	width: 320px;
	float: left;
}

div.rightBox {
	width: 320px;
	float: right;
}


/* Forms */
.input:hover, .input:focus, select:hover, select:focus {
	border: 1px solid #9c3;
}

#ajaxSearch_form {
    background: transparent url("../img/left-bar-separator.png") left bottom repeat-x;
    display:block;
    margin:0 0 45px 0;
    padding:0;
    width: 183px;
}
#ajaxSearch_form fieldset {
    margin:0 10px;
    padding:0;
}
#ajaxSearch_form #ajaxSearch_input {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #aaa;
    display:block;
    height: 25px;
    margin:0 0 10px 0;
    padding:4px 0 0 5px;
    width: 150px;
    _width: 140px; /* IE6 bug */
}
#ajaxSearch_form #ajaxSearch_input:hover,
#ajaxSearch_form #ajaxSearch_input:focus {
  border: 1px solid #ccc;
}
#ajaxSearch_form #ajaxSearch_submit {
    border: 1px solid #01957d;
    background-color: #01957d;
    color: #fff;
    cursor:pointer;
    display:block;
    height: 25px;
    line-height:25px;
    margin:0 0 20px 0;
    padding: 0 10px;
}

#ajaxSearch_form #ajaxSearch_submit:hover,
#ajaxSearch_form #ajaxSearch_submit:focus {
    background-color: #02bd9f;
    color: #fff;
}

.ajaxSearch_result {
  background: transparent url("../img/footer-bg.png") top left repeat-x;
  padding: 10px 0 0 0;
}

.ajaxSearch_highlight {
    background-color: #eafdfa;
    border: 1px solid #d2ebe7;
    margin: 0;
    padding: 3px 5px;
}

.AS_ajax_resultsIntroFailure {
  background: transparent url("../img/important.png") center left no-repeat;
  border: 1px dashed #fb8b98;
  color: #888;
  padding: 30px 15px 30px 100px; 
}
/* breadcrumbs */
#breadcrumbs {
	margin: 0;
	padding: 0 0 20px 0;
}

#breadcrumbs span.B_crumbBox {

}

#breadcrumbs a,
#breadcrumbs a:hover,
#breadcrumbs a.B_crumb,
#breadcrumbs a.B_crumb:hover {
	color: #2eaab5;
	background-color: none;
	background: none;
}

#breadcrumbs a:hover,
#breadcrumbs a.B_crumb:hover {
	color: #7dd7c8;
}



#breadcrumbs .B_lastCrumb, 
#breadcrumbs a.B_crumb {
	display: inline;
	margin: 0;
	padding: 0 5px;
}

#breadcrumbs .B_firstCrumb,
#breadcrumbs .B_lastCrumb {
	display: inline;
	padding: 0 5px 0 0;
}

#breadcrumbs .B_lastCrumb .B_currentCrumb {
	padding: 0 5px;
}
#breadcrumbs .B_lastCrumb .B_firstCrumb .B_currentCrumb {
	padding: 0 5px 0 0;
}
/*
B_lastCrumb
B_homeCrumb
B_currentCrumb
*/


iframe.googlemaps {
	width: 644px;
	_width: 630px; /* IE6 hack */
	height: 400px;	 
	margin: 0;
	padding: 2px;
	background-color: #FAFAFA;
	border:1px solid #efefef;
}


/*= paginacia */

.pagination {
	margin: 0;
	padding:0;
}


.pagination a,
.pagination .ditto_currentpage,
.pagination .ditto_off,
.pagination .ditto_page {
	padding:5px;
	margin: 0 5px 10px 0;
	text-decoration:none;
	color: #fff;
}

.pagination .ditto_currentpage,
.pagination .ditto_page {
	padding: 5px 10px;
}

.pagination a:link, .pagination a:visited {
	background-color: #a80532;
	text-decoration:none;
}

.pagination a:hover {
	color:#fff;
	text-decoration:none;
	background-color:#2eaab5;
}

.pagination .ditto_currentpage {
	background-color:#2eaab5;
	cursor:default;
}

.pagination .ditto_off {
}

.pagination small {
	margin:10px 0;
	padding:10px 0;
}

div.rockStudio {
  background: transparent url("../img/rockstudio.png") top left no-repeat;
	display: block;
  float: right;
  height: 30px;
  margin: 0;
	padding: 0;	
	width: 107px;
}
div.rockStudio a {
	display: block;
	width: 107px;
	height: 30px;
	margin: 0;
	padding: 0;
}
div.rockStudio a span {
	display: none;
}

#compass {
  float: right;
}

#compass li {
  display: inline;
  list-style: none;
  float:right;
}

#compass li#scrollTop {
  border-left:1px solid #ddd;
}

#compass a {
  display:block;
  float: left;
  height:18px;
  line-height:18px;
  padding: 0 10px;
}

#compass a:hover {
  
}

.viewkatalog {
  background-color: #01957D;
  color: #fff;
  float: left;
  margin: 0 10px 0 0;
  padding: 10px;
}

.sortiment {
    color: #aaa;
    padding: 5px 0;
}

