/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);


/* #######################  GENERAL SETTINGS ############################ */
html.body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0px;
	background-color: #fff;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0px;
	background-color: #fff;
	}

/*  Global Formatting */
h1 {}
h2 {font-size:15px;line-height: 1em;font-weight: 900;}
h3 {font-size:14px;line-height: 1em;font-weight: 900;}
h4 {font-size:13px;line-height: 1em;font-weight: 900;}
h5 {font-size:12px;line-height: 1em;font-weight: 900;}
h6 {font-size:11px;line-height: 1em;font-weight: 900;}
td{font-size: 12px;}
th{font-size: 12px;}
a:link {color: #10354a; text-decoration:none; }
a:hover {color: #13435e;}
a:visited {color: #10354a; text-decoration:none;}

a:active {     outline: none;}
a:focus {     outline: none;}

a.img, .img a:link, .img a:visited, .img, img {border: 0 none; text-decoration:none;}


/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */

#szajtkontener {
	width: 100%;
	text-align:center;
	background-color: #4b5c7b;
}

#szajt {
	width: 874px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#header {
	position:relative;
	width: 874px;
	height: 179px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#toplogo {
	position: absolute;
	top: 5px;
	left: 280px;
	width: 320px;
	height: 130px;
}

#topmenubox {
	position:absolute;
	top: 141px;
	_top: 152px;
	left: -10px;
	width: 950px;
}

#topkosar {
	position:absolute;
	top: 17px;
	right: 0px;
	width: 200px;
}

#pathbox {
	width: 660px;
	font-size:10px;
	padding-top: 5px;
	padding-bottom:3px;
}

#mainresz {
	width: 874px;
	background-image: url(../images/mainhatter.jpg);
	background-repeat: repeat-y;
	background-position: left top;	
}

#leftspacercsik {
	width: 2px;
	height: 10px;
	float:left;
}

#leftoszlop {
	float:left;
	width: 201px;
}

#rightspacercsik {
	width: 2px;
	height: 10px;
	float:right;
}

#contenthasab {
	width:664px;
	float:right;
}

#maininner {
	padding: 5px;
}

#felsobanner {
	width: 664px;
}

#alsobanner {
	width: 664px;
}

#footerdoboz {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 874px;
	height: 49px;
	position:relative;
}

#footerbal {
	width: 300px;
	left: 0px;
	top: 5px;
	text-align:left;
	position:absolute;
}

#footerjobb {
	width: 350px;
	right: 0px;
	top: 5px;
	text-align:right;
	position:absolute;
}


/* ############## VM CUCCOK ################ */

.highslide a:link, .highslide a:visited {
	text-decoration:none;

}



.addtocart_button, .notify_button {
	text-align:center;
	background-position:bottom left;
	width:130px;height:30px;
	cursor:pointer;
	border: none;
	font-weight:bold;
	font-family:inherit;
	vertical-align: middle;
	overflow:hidden;
}
.productPrice {
	
	font-weight:bold;
	white-space: nowrap;
	
	

}
.product-Old-Price {
	color:red;
	text-decoration:line-through;
	font-weight:normal;
	font-size:13px;
}

.productpricesave {
	font-size:11px;
}

input.addtocart_button_module:hover  {
	color: #333333;	
}

.addtocart_form {
	width: 100%;
	display: inline;
	white-space: nowrap;
}
* Addtocart detail Styles
*/
.vmCartContainer { /* Cart Container */
	width: 200px;
	float: left;
	padding: 3px;
}

.vmCartChildHeading { /* Header for the cart */
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
	text-align: left;
}

.vmCartChild { /* Container for the Child Product */
	
	vertical-align: middle;
	border: 1px solid #000;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 2px;
	float:left;	
}

.vmChildDetail { /* Child Detail, description , attributes ,price, quantity etc */
	vertical-align: middle;
	margin-top: 6px;
}

.vmCartChildElement { /* Individual element styling */
	width: 100%;
	vertical-align: middle ;
	height: 25px;
	text-align: left;
	
}

.vmCartAttributes { /* Attributes Div*/
	
	margin-top:8px;
	width:100%;
}

.vmAttribChildDetail {  /* Product Attributes Styling */
	
}
	

.vmMultiple {
	height:35px;
}



.vmChildType { /* Product type div*/

width: 100%;
}

.vmClearDetail { /*Clear the divs afer child types*/
	clear: both;
}

.vmClearAttribs { /*Clear the divs before the attributes*/
	clear:both;
}
.vmRowOne { /* Odd Row One styling */
	background: #d3d3d3;	
}

.vmRowTwo { /* Even Row Styling */
	background: white;
}

/* Link Details for link to child*/
.vmChildDetail a, .vmChildDetail a:link {
  font-size        : 11px;
  color            : #000000;
  text-decoration  : none;
  font-weight      : bold;
}
.vmChildDetail a:hover {
  font-size        : 11px;
  color            : #333333;
  text-decoration  : none;
  font-weight      : bold;
}