@charset "UTF-8";

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; }

* { 
	margin:0;
	padding:0;
}

/* LAYOUT */

#banner {
	width: 620px;
	height: 130px;
	margin: auto;
	border: 0px solid white;
	}

#nav {
	width: 620px;
	margin: auto;
	border: 0px solid white;
}

#nav p {
	color: #ffffff;
	}
	
#nav a {
	color: #FF9933;
}

#content {
	width: 620px;
	margin: auto;
	margin-top: 10px;
	/*background-color:#00FF00;*/
	border: 0px solid white;
	text-align: center;
}

body{
	/*text-align:left;*/
	background-color: #000000;
	background-image: url(img/store_bg.jpg);
	background-attachment: scroll;
	background-position: top center;
	background-repeat: no-repeat;
}

.clearfloat {
	float: none;
	clear: both;
	height: 10px;
	/*background-color:#00FF00;*/
	}



/* TYPE */
body { font: 11px/14px Verdana, Arial, Helvetica, sans-serif; color: #000; }

a { color: #660000; }
a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; color: #333333; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }
sup { padding-left: 1px; font-size: 10px !important; font-weight: normal !important; vertical-align: baseline; position: relative; bottom: 0.33em; color: #76797c; _position: static !important; }
abbr { border: 0; }

/*p { margin-bottom: 18px; }*/
/*h1 { font-weight: bold; font-size: 24px; line-height: 36px; margin-bottom: 18px; }
h2 { font-weight: bold; font-size: 16px; line-height: 18px; margin-bottom: 18px; }
h3 { font-weight: bold; font-size: 1em; line-height: 18px; }
h4 { font-weight: bold; font-size: 10px; line-height: 18px; }*/

/* EXTRA */

/*******************/	
/* catalog */

#catalog {
	width: 620px;
	/*background-color:#033;*/
}
	
#catalog .product {
	width: 140px; 
	margin: 5px;
	float: left;
	height: 220px;
	/*border: 1px solid #000000;*/
	background-color: #999999;
	text-align: center;	
}	

#catalog .product img {
	height: 120px;
	width: 120px;
	margin: auto;
	margin-top: 10px;
	border: 0px;
}

#catalog .product h1 {
	margin-top: 10px;
	font-weight: bold; 
	font-size: 10px;
	}

#catalog .product h2 {
	font-size: 12px;
	}

/*******************/
/* details */

#details {
	background-color:#999999;
	width: 620px;
	text-align: left;
	}
	
#details .img {
	float: left;
	width: 250px;
	height: 250px;
	margin-top: 10px;
	margin-right: 10px;
	}
	
#details .txt {
	float: left;
	margin-top: 10px;
	}
	
#details .inner {
	width: 600px;
	margin: auto;
	}

#details select {
	margin-top: 10px;
	}
	
#details h1 {
	font-weight: bold;
	
	}	
#details h2 {
	font-size: 14px;
	}
	
/*******************/
/* cart */

#cart {
	background-color:#999999;
	width: 620px;
	text-align: left;
	}
	
#cart .inner {
	width: 600px;
	margin: auto;
	}
	
#cart img {
	border: 0px
	}
	
#cart .product {
	width: 60px;
	height: 60px;
	}

#cart .delete {
	width: 15px;
	height: 15px;	
	}
	
#cart th {
	color: #FFFFFF;
	background-color:#000000;
	height: 25px;
	padding: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
	
#cart table {
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
	width: 600px;
}

#cart td {
	padding: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#cart .center {
	text-align: center;
}

#cart .right {
	text-align: right;
}

#cart .row1 {
	background-color:#CCCCCC;
}

#cart .row2 {
	background-color:#ffffff;
}

/*******************/
/* form */

#form {
	background-color:#999999;
	width: 620px;
	text-align: left;
	}

#form .inner {
	width: 600px;
	margin: auto;
	text-align: left;
	}
	
#form label {
	display: block;
	float: none;
	clear: both;
	/*color: #660000;*/
	margin-top: 5px;

}

#fields input {
	width: 250px;
	border: 1px solid black;

}

/*******************/
/* tickets */

#tickets {
	background-color:#999999;
	width: 620px;
	text-align: left;
	padding: 10px;
	}
	
#tickets .inner {
	width: 600px;
	margin: auto;
	}

#tickets h1 {
	font-size: 16px;
	line-height: 30px;
		}
	
#tickets h2 {
	font-size: 12px;
	color:#990000;
	margin-top: 5px;
	}
	
#tickets #cols {
	width: 570px;
	clear:both;
	float:none;
	margin: auto;
}

#tickets #cols h1 {
	font-size: 12px;
	color:#990000;
	/*margin-top: 30px;*/
	}
	
#tickets #cols h2 {
	font-size: 12px;
	color:#000000;
	margin-top: 5px;
	}
	
#tickets #cols p {
	font-size: 10px;
	}

#tickets .col {
	width: 175px;
	float:left;
	margin-left: 10px;
}
	
#ticketframe {
	float:left;
	clear:left;
	margin-right: 15px;
	margin-left: 15px;

}
#ticketinfo {
	width: 105px;
	float:left;
	}
#tickets #eticket {
	float:none;
	clear:both;
}
	
#ticketinfo img {
	margin-top: 10px;
}


.vvk{
	line-height: 14px;
	margin-bottom: 7px;
	
}

#presale {

}
