@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0; border:0;}

body {
	background:#3d3d3d;
	font-family:"Segoe UI", Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#fff;
	}

a {
	outline: none;	
	}

#header {
	font-size:1.2em;
	background:#252525;
	border-bottom:5px solid #ff1d1d;
	padding:15px 0;
	}

#headerContent {
	width: 950px;
	margin:0 auto;
	}

#headerContent h1 {
	font-size:0.5em;
	width:200px;
	float:left;
	}			

#shoppingCart {
	width:400px;
	float:right;
	text-align:right;
	}

#container {
	font-size:1.2em;
	}

#content {
	width: 950px;
	margin:0 auto;
	/*font-size:0.55em !important;*/
	font-size:11px !important;
	}

ul#meniu {
	height:50px;
	}

#meniu li {
	display:block;
	width:190px;
	height:30px;
	float:left;
	text-align:center;
	text-indent:-9999px;
	}

#meniu li a {
	display:block;
	margin:10px 5px;
	height:30px;
	background:#f00;
	text-decoration:none;
	background:url(/i/meniu.png);
	}

#m01 a { background-position:    0   0 !important;}
#m02 a { background-position: -180px 0 !important;}	
#m03 a { background-position: -360px 0 !important;}	
#m04 a { background-position: -540px 0 !important;}	
#m05 a { background-position: -720px 0 !important;}	


#m01 a:hover { background-position:    0   -30px !important;}
#m02 a:hover { background-position: -180px -30px !important;}	
#m03 a:hover { background-position: -360px -30px !important;}	
#m04 a:hover { background-position: -540px -30px !important;}	
#m05 a:hover { background-position: -720px -30px !important;}	

#side {
	width:180px;
	float:left;
	padding:0 10px 10px 0;
	}

#side h2 {
	background:url(/i/arrow.png) center left no-repeat;
	font-size:1.2em;
	font-weight:normal;
	padding-left:25px;
	margin-top:10px;
	}

#side h2 a {
	color:#fff;
	text-decoration:none;
	}

#side h2 a:hover {
	color:#ff1d1d;
	}


#side ul {
	margin-left:7px;
	list-style-type:none;
	}

#side ul li {
	background:url(/i/arrowsmall.png) center left no-repeat;
	padding: 3px 0 3px 10px;
	}

#side ul li a {
	color:#fff;
	text-decoration:none;
	}

#side ul li a:hover {
	color:#ff1d1d;
	}

div.separe {
	background:url(/i/separe.png) 0 0 repeat-x;
	padding-top:2px;
	margin-top:10px;
	}

#mainContent {
	width:720px;
	float:right;
	margin:5px 0;
	background:#fff url(/i/lc.png) 0 0 no-repeat;
	color:#000;
	padding:10px 10px 0 10px;
	}

#mainContent h1 {
	background:#ddd;
	font-size:1.4em;
	font-weight:normal;
	padding:5px;
	margin-bottom:10px;
	}

#brdcmb {
	margin-bottom:10px;
	color:#aaa;
	}

#brdcmb a {
	color:#aaa;
	text-decoration:none;
	}

#brdcmb a:hover {
	color:#ff1d1d;
	}

div.prod {
	width:230px;
	padding:5px;
	float:left;
	margin-bottom:20px;
	}

div.prod a {
	font-weight:bold;
	color:#ff1d1d;
	text-decoration:none;
	}

div.prod p.pt {
	height:2.8em;
	}

div.prod p.pc {
	height:4.4em;
	}

div.prod p.pp {
	text-align:center;
	height:150px;
	}


div.subP {
	border:1px solid #ddd;
	padding:5px;
	padding-bottom:0;
	}

div.subP p.pIn {
	width:80px;
	float:left;
	}

div.subP p.pPr {
	width:120px;
	float:right;
	text-align:right;
	font-weight:bold;
	font-size:1.4em;
	}

div.paginile {
	margin-bottom:10px;
	}

div.paginile ul {
	list-style-type:none;
	margin:10px 0;
	}

div.paginile ul li {
	display:block;
	float:left;
	margin-right:10px;
	}

div.paginile ul li a {
	text-decoration:none;
	padding:5px;
	background:#ff1d1d;
	border:1px solid #ff1d1d;
	color:#fff;
	}

div.paginile ul li a:hover {
	background:#ccc;
	color:#ff1d1d;
	}

div.paginile ul li a.sel {
	background:#fff;
	color:#ff1d1d;
	}


div.contactD {
	margin-top:1em;
	}

div.contactD p {
	padding:0.2em 0;	
	}

div.contactD strong {
	display:block;
	float:left;
	width:6em;
	}


#mainContent p {
	line-height:1.4em;
	}
	
#rrCorner {
	background:url(/i/rc.png) bottom right no-repeat;
	font-size:0.2em;
	height:10px;
	margin-right:-10px;
	}

#footer {
	width:950px;
	background:url(/i/separe.png) 0 0 repeat-x;
	margin:5px auto;
	font-size:11px !important;
	padding-top:10px;
	color:#aaa;
	}

#footer a {
	color:#aaa;
	}

#footer p {
	line-height:1.6em;
	}

.clear {
	clear:both;
	}	

ul#sss {
	margin:0;
	list-style-type:none;
	}

ul#sss li {
	display:block;
	width:240px;
	float:left;
	margin-bottom:10px;
	}
	
ul#sss li a {
	display:block;
	background:#ddd;
	margin-right:10px;
	padding:5px;
	text-decoration:none;
	color:#000;
	}	
	
ul#sss li a:hover {
	background:#ff1d1d;
	color:#fff;
	}

h1 a {
	color:#000;
	text-decoration:none;
	}
	
.prodDet {
	text-align:center;
	margin-bottom:1em;
	}	
	
.prodDet a {
	text-decoration:none;
	color:#f00;
	}
	
table#spTehnic {
	border:1px solid #ddd;
	border-bottom:0;
	margin-top:1em;
	width:100%;
	}

table#spTehnic thead td {
	background:#ddd;
	color:#000;
	font-weight:bold;
	text-align:center;
	}

table#spTehnic td {
	padding:5px;
	border-bottom:1px solid #ddd;
	}	


#ymap {
	width:720px;
	height:400px;
	margin-top:10px;
	}

a.activat {
	color:#f00 !important;
	}					
