/* @override http://www.harcmuveszbolt.hu/style.css */

body  {
	background: #444;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #bbb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a, a:visited {
	color: #CC6600;
	text-decoration: none;
}

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

img.frame{
	padding: 4px;
	border: 1px solid #333;
}

#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
} 
#header {
	height: 170px;
	background-position: top right;
	width: 1000px;
	background: url(images/header.png) no-repeat;
} 

#header img {
 float: left;
}

#logo{
	width: 150px;
	height: 100px;
	background-image:url(images/logo.png);
	float: left;
}

#infoline{
	height: 36px;
}

#products{

	

}
td{ 
     font-family:arial;
     font-size:11px;
  }

table.mytable{ 
     font-family:arial;
     font-size:10px;
     border-collapse:collapse;
     font-size:10pt;
     background-color:#111;
     border-style:solid;
     border-color:#222;
     border-width:1px;
  }

hr{
border: none;
border-top: 1px solid #333333;

}

#silhouettes{
float: right;
height: 36px;
width: 412px;
}


#menu{
margin-top: 10px;
}

#menu ul, #menu ul li{
	list-style: none;
margin: 0;
padding: 0;
}


#menu ul{
text-align: center;

}
#menu ul li{
display: inline;
}

#menu ul li a{
	font-weight: bold;
	color:#000;
	margin: 0px 2px;
	padding: 3px 30px;
	text-decoration: none;
	background-color: #870F1B;
}


#menu ul li a:hover, #menu ul li .current{
	color: #fff;
		background-color:#B11224;

}


#breadcrumb{
padding: 10px;
	text-align: left;

}


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:15px 0px 15px 0px; /* padding keeps the content of the div away from the edges */
	clear: both;
}


#sidebar1 ul, #sidebar1 ul li{
margin: 0;
padding: 0;
list-style: none;
display: inline;

}
#sidebar1 ul li a{
	color:#B11224;
	padding: 5px 0 5px 5px;
	text-decoration: none;
	border: 1px solid #222;
	display: block;
	margin-right: 20px;
	border-left: 0px;	margin-top: 3px;

}

#sidebar1 ul li a:hover, #sidebar1 ul li a.current{	

	border: 1px solid #555;
	border-left: 0px;
	color: red;
	
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
#mainContent {
	padding: 15px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 1.6em;
	width: 620px;
	float: left;
} 

#featuredproducts{
}

#mainContent div.product-list{
}
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#870F1B;
	color:#fff;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h2 {
	color: #CC6600;
	margin: 10px 0;
	padding: 0;
}
h4 {
	color: #999999;
	margin: 5px 0;
	font-weight: normal;
}

.prbox {
	float: left;
	border: 1px dashed #222;
 	margin: 0 0 10px 10px;
	font-size: 10px;
	
	}

.prbox:hover{
	border: 1px dashed #333;
	
}

.prbox a{
	color:#870F1B;
	
}
.prbox a:hover{
	color:#B11224;
	
}

.prbox img {
	border: 1px solid #444;
	float: left;
	margin: 6px;
	padding: 2px;
	
}
.prbox img:hover {
	border: 1px solid #888;
	
	
}
.prbox .details {
	float: left;
	height: 100px;
	width: 180px;
	margin-left: 10px;
}

.prbox .details .price {
	color: #CCCCCC;
	float: left;
	text-align: left;
}

.prbox .details h2	{
font-size: 14px;
margin: 0;
padding: 0;
color: #999999;
}

#cart {
	font-size: 11px;
	padding: 6px;
	background: #000;
	border: 1px solid #222;
}
#banner {
margin-top: 30px;
height:300px;
overflow: hidden;
		border: 1px solid #222;

}
.prbox .imgholder {
	height: 100px;
	width: 100px;
	display: box;
	float: left;
}

.red {
color:#FF3300;

}

.colourbox{
	width:16px;
	height:16px;
	border: 1px solid #ffffff;
	margin-right:10px;
	float: left;
	
}

.clearfloat{
	clear: both;
}
