/* Start of CMSMS style sheet 'Sunvolume' */
/* SunVolume.pl */
body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

a {
   color: #e76f00;
   text-decoration:none;
}

a img {
 border: none;
}

/* =Menu*/
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
   margin-left: 1px;
   margin-right: 1px;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   background-color: #ECECEC;
   border-bottom: 1px solid #C0C0C0;
   width: 100%;
}
/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 100px; 
}
/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   float: left;
	margin: 0;
	margin-top: 20px;
	padding: 0;
	list-style: none;
}
#primary-nav ul {
display:none;
position:absolute;
top:42px;
}

#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 150px; 
   top: -22px; 
z-index: 100;
}
	
#primary-nav li { 
   margin-left: -1px;
   float: left; 
}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
border-top: 1px solid #babbbc;
	border-right: 1px solid #babbbc;
	border-left: 1px solid #babbbc;
	border-bottom: 1px solid #838383;
	text-decoration: none;
	display: block;
	color: #383a3c;
	background: url(../images/menu_button.png) repeat-x;
	padding: 0 16px;
	line-height: 42px;
}
#primary-nav li li a { 
   border: 1px solid #C0C0C0;
}	
#primary-nav li, #primary-nav li.menuparent { 
   background-color: #ececec; 
}
/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav li.menuactive { 
   background-color: #C7C7C7; 
}
/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
/* arrow for menuparents */
   background-image: url(images/cms/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
}
/* Styling the apperance of menu items on hover */
#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   background-color: #E7AB0B; 
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}
/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}
/* =Menu*/
#pagewrapper {
	background: url(images/cms/belka_top.png) repeat-x;
        background-color: #fff;
	margin: 0 auto;
	width: 960px;
        min-height: 650px;
}
#menu {
	font: 12px Verdana, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-left: 10px;
}
#menu ul {
	float: left;
	margin: 0;
	margin-top: 20px;
	padding: 0;
	list-style: none;
}
#menu li {
	margin: 0;
	margin-right: 10px;
	text-align: center;
	float: left;
	display: block;
    text-transform: uppercase;
}
#menu li li {margin-right: 0; text-transform: none;}
#menu li a {
    border: 1px solid #babbbc;
	border-bottom-color: #838383;
	text-decoration: none;
	display: block;
	color: #383a3c;
	background: url(images/cms/menu_button.png) repeat-x;
	padding: 0 16px;
	line-height: 42px;
}
#menu li a:hover {
	border-top: 1px solid #babbbc;
	border-right: 1px solid #babbbc;
	border-left: 1px solid #babbbc;
	border-bottom: 1px solid #838383;
	text-decoration: none;
	background: url(images/cms/menu_button_active.png) repeat-x;
	display: block;
	color: #fff;
}
#menu li ul {margin-top: 22px;}
#menu li li a {width: 140px; padding: 3px 5px; line-height: 1.4em; text-align: left; background-position: center center;}
#menu li li a:hover {background-position: center center;}
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
#menu #search {
	float: right;
	margin: 0;
	padding:  0 19px 0 0;
        display: inline;
        width: 164px;
}

* html #search {padding-right: 10px;}

#search form {
	padding-top: 12px;
	font-size: 8px;
}
#search input {
	font-size: 12px;
	height: auto;
	vertical-align: middle;
        width: 122px;
}
#search input#przycisk {
	background: url(images/cms/search.png) no-repeat;
	width: 33px;
	height: 22px;
        border: 0;
        padding-right: 0;
        margin-right: 0;
}
#search p {
	margin: 0;
	padding: 0;
	text-align: right;
	margin-top: 16px;
        margin-left: 19px;
	color: #383A3C;
	font-weight: bold;
}
#search a {
	text-decoration: none;
	color: #383A3C;
}
#header {
  background: url(uploads/images/header.png) no-repeat;
  height: 180px;
  margin-top: 10px;
  background-color: #000;
}
div#content {
    text-align: left;
}
#content table{
   border: 1px solid #B6B6B6;
   border-collapse: collapse;
        
}

#content table th, #content table td {
	padding: 5px;
	border: 1px solid #B6B6B6;
}

#content table th {
	padding: 5px 3px;
	background-color: #CFCFCF;
}

#content table th.symbol {
   width: 400px;
}

#content table td {
   line-height: 16px;
   font-size: 10px;
}












div#news {
    color: #fff;
    margin: 0;
    padding: 0;
    margin-left: 600px;
    margin-right: 195px;
    text-align: left;  
}

#news h2 {
    margin: 0;
    padding: 0;
    padding-top: 13px;
    font-size: 20px;
}

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

div#main {
   margin-left: 300px; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 0; /* and some air on the right */
   padding-right: 10px;
}


div#main p a {
   color: #e76f00;
   text-decoration:none;
}

div#products
{
margin-left: 300px;
margin-right: 0;
padding-right: 10px;
}



div .breadcrumbs
{
   font-size: 9px;
   margin: 5px;
   color: #BFBFBF;
}

div .breadcrumbs a
{
color: #BFBFBF;
}

div .breadcrumbs a:hover {
   text-decoration: underline;
}

div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 26%;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
}
/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 10px;
   width: 275px;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#sidebar.hascontent img {
   width: 255px;
   padding: 40px 0;
}

div#amd {
    margin-top: 15px;
    padding-top: 0;
    float: left;
    width: 226px;
    display: inline;
    border: 1px solid #cfcfcf;
    height: 415px;
}


div#intel, div#workgroup, div#blade {
    margin-left:16px;
    margin-top: 15px;
    padding-top: 0;
    float: left;
    width: 226px;
    display: inline;
    border: 1px solid #cfcfcf;
    height: 415px;
}

div#amd p, div#intel p, div#workgroup p, div#blade p {
    padding: 11px;
}

#amd h2, #intel h2, #workgroup h2, #blade h2 {
    margin: 0;
    color: #383a3c;
    font-size: 14px;
    padding: 11px;
    background: url(uploads/images/gradient_h2.png) repeat-x;
    border-bottom: 1px solid #cfcfcf;
}

#amd h2 a, #intel h2 a, #workgroup h2 a, #blade h2 a {
    color: #383a3c;
}


#amd h2 a:hover, #intel h2 a:hover, #workgroup h2 a:hover, #blade h2 a:hover {
   text-decoration: underline;
}

#t_zestawy table{
   border: 1px solid #B6B6B6;
   border-collapse: collapse;
        
}

#t_zestawy table th, #t_zestawy table td {
	padding: 5px;
	border: 1px solid #B6B6B6;
}

#t_zestawy table th {
	padding: 5px 3px;
	background-color: #CFCFCF;
}

#t_zestawy table th.symbol {
   width: 155px;
}

#t_zestawy table td {
   line-height: 16px;
   font-size: 10px;
}


}

#t_galeria table{
   border: 1px solid #B6B6B6;
   border-collapse: collapse;
        
}

#t_galeria table th, #t_galeria table td {
	padding: 5px;
	border: 1px solid #B6B6B6;
}

#t_galeria table th {
	padding: 5px 3px;
	background-color: #CFCFCF;
}

#t_galeria table th.symbol {
   width: 155px;
}

#t_galeria table td {
   line-height: 16px;
   font-size: 10px;
}



#footer {
    border: 1px solid #cfcfcf;
    margin: 0;
    margin-top: 15px;
    padding: 5px;
    color: #cfcfcf;
}

#footer p {
   margin: 0;
   padding: 0;
   font-size: 9px;
   text-align: left;
}

.clearfix:after, #content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix, #content {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix, #content {
	height: 1%;
}
.clearfix, #content {
	display: block;
}
/* End hide from IE-mac */
/* End of 'Sunvolume' */

