#shopping_basket
{
top: 150px;
left: 329px;
}

/*	EVENTIM PARTNER DATA
 *	------------------------------
 * 	Partner = Graz Tourismus GmbH
 *	PID = 13
 *	POOL ID = 1763 
------------------------------------------------------------------------------------*/

/*	EVENTIM PARTNERS CSS GUIDLINES
 *	------------------------------
 *	If you are buildling your custom made CSS from this template CSS please follow
 *	this example along to see examples of changing the look and feel of your partner
 *  site.
------------------------------------------------------------------------------------*/

/*	=BODY
 *	-----
 *	On body you should define your font-family, if it
 *	differs from the default wich is Arial.
-----------------------------------------------------*/
body, input, select, textarea, a, table td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#wrapper {
	margin-top: 0;
}
/*	=CONTENT
 *	--------
 *	This part defines the line above content and under
 *	the links to Log in etc.
-----------------------------------------------------*/
#content {
	background: url(/static/lang/at/images/partners/13/portion_bg.gif) no-repeat 10px 0;
}

/*	=LOGOS
 *	------
 *	This is the part where you add your logos to the
 *	presentation on your partner site. In order to do
 *	this you will have to contact Dhimahi and ask them
 *	to upload your logo (dimensions: 188x40 px). 
 *	All logos are then uploaded in the
 *	same location /static/lang/at/images/partner/{pid}/logo.gif.
------------------------------------------------------*/
#container #logos #eventim_logo {
    display: block;
}

#logos #partner_logo a {
	background: #fff url(/static/lang/at/images/partners/13/logo.gif) no-repeat;
	margin-top: 5px;
	margin-right: 10px;
	width: 620px;
	height: 144px;
}

#logos #eventim_logo {
	top: 130px;
	margin-right: 0;
	width: 60px;
	height: 30px;
	background: #fff url(/static/lang/at/images/portion_logo_oet.gif) no-repeat;
	background-position:center;
	padding:2px;
}

/*	=DELIMITER
 *	----------
 *	This is the delimiter on the event page. It is
 *	used for Venue Info and Iformation about the event.
-----------------------------------------------------*/
#events .delimiter {
	background: none;
	background-color: #CC0000
}

/*	=LINK & TITLE COLORS
 *	--------------------
 *	This is part of the CSS is for defining the colors
 *	of links. They should all be the same color, but
 *	just in case here we reference them separately.
-----------------------------------------------------*/
#events .event a {
	color: #CC0000;
}

#events .big a.title, .big p.title {
	color: #000000;
}

#basket .event span {
	color: #CC0000;
}

#events .event a {
	color: #CC0000;
}

/*	=BUY PROCESS ~ TABLE HEADINGS & EVENTIM_INFO
 *	--------------------------------------------
 *	Table heading images on buy process and eventim info. 
 *	Again all in the appropriate partner folder
-----------------------------------------------------*/
#categories table th, #eventim_info h3 {
	background: url(/static/lang/at/images/partners/13/cell_left.gif) no-repeat;
}

#categories table th span, #eventim_info h3 span {
	background: url(/static/lang/at/images/partners/13/cell_right.gif) no-repeat right;
	background-color: #CC0000;	
}

#breadcrumbs_buy li a.last {
    border-bottom: 1px solid #00486b;
    background: url(/static/images/breadcrums_buy_arrow.gif) no-repeat 50% 12px;
}

/*	=REGISTRATION
 *	-----------------------------
 *	Table heading images on register process.
-----------------------------------------------------*/
#registration .section {
	background: url(/static/lang/at/images/partners/13/section.gif) no-repeat;
}

/*	=EVENTBUY (color of event title)
-----------------------------------------------------*/
#eventbuy h3 {
	font-size: 130%;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 4px;
}

/*	=USERSPACE (font size of userspace)
-----------------------------------------------------*/
#userspace a {
	color: #999;
	font-weight: bold;
	text-decoration: none;
}

#userspace {
	padding: 170px 10px 2px 10px;
    width: 350px;
}

#userspace li.info a, #userspace li.info a:hover{
	border:none;
}

/* = TOP (language)
-----------------------------------------------------*/
#location {
    padding-left: 15px;
    float: right;
	text-align:right;
	font-weight:bold;
	margin-top: 147px;
}

#location li {
	padding:0;
	width: 100px;
	height:20px;
}

#location a.flag_en, #location a.flag_de, #location a.flag_at {
	display: block;
	padding: 5px 0 5px 0;
	background: none;
	text-decoration: underline;
}

#location a:hover.flag_en, #location a:hover.flag_de, #location a:hover.flag_at {
	color:#666;
}

/* = LOGIN
-----------------------------------------------------*/
#login_performance form {
	border: 1px solid #CC0000;
}

#login_performance h3 span {
	background: none;
	background-color: #CC0000;
}

