/* overall in table styles */
table.CWEventimTable tr td {
	color:#7D7D7D;
	font-size:13px;
	border-bottom:1px solid #CCCCCC;
	vertical-align:top;

}
table.CWEventimTable tr td a {
	font-weight:bold;
}


table.CWEventimTable tr td div.CWEventimGridElement {

}

table.CWEventimTable tr td div.CWEventimGridElement a {
	color:#0033cc;
	font-size:13px;
	text-decoration:underline;
}
table.CWEventimTable tr td div.CWEventimGridElement a:hover,
table.CWEventimTable tr td div.CWEventimGridElement a:active {
	color:#f76120;
	text-decoration:underline;
}

table.CWEventimTable tr td div.CWEventimGridElement a.price {

	font-size:15px;
	
}

table.CWEventimTable tr td div.CWEventimGridElement span.productName {
	font-size:16px;
}

table.CWEventimTable tr td div.CWEventimGridElement p {
	margin-top:0;
}

table.CWEventimTable tr td div.CWEventimGridElement div.ticketInfo p {
	font-size:11px;
	margin-bottom:0;
	margin-top:1px;
}

table tr td div.CWEventimGridElement div.ticketInfo div.btnR {
	background:transparent url(http://de-img1.ciao.com/ide/images/icons/button_orange_s_L.gif) no-repeat scroll left top;
	margin:0;
	padding:0 0 0 8px;
}

table tr td div.CWEventimGridElement div.ticketInfo div.btnR a.btnL {
	color:#FFFFFF;
	display:block;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

/* 2 column table */
table.CWEventimTableWrapper {
	width:100%;
	
	margin:0px 0 0px 0;
	
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 0 none #CCCCCC;
}
table.CWEventimTableWrapper tr td {
	width:50%;
	
	padding:10px 10px 8px 10px;
	
	text-align:left;
	
	border-left: 1px solid #CCCCCC;
}

table.CWEventimTableWrapper tr td div.CWEventimGridElement div.ticketImage {
	float:left;
	margin-top:4px;
}
table.CWEventimTableWrapper tr td div.CWEventimGridElement div.ticketInfo {
	
	margin-left:100px;
}
table.CWEventimTableWrapper tr td div.CWEventimGridElement div.ticketInfo p {
	margin:2px 0 3px 0;
}
table.CWEventimTableWrapper tr td div.CWEventimGridElement div.ticketInfo div.buttonWidth {
	margin:8px 0 0 0;
	text-align:center;
	width:170px;
}


/* 1 column table */
table.CWEventimTableWrapper1Col {
	width:100%;
	
	margin:-1px 0 0px 0;
	
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 0 none #CCCCCC;
}
table.CWEventimTableWrapper1Col tr td {
	width:100%;
	
	padding:10px 10px 8px 10px;
	
	text-align:left;
	
	border-left: 1px solid #CCCCCC;
}

table.CWEventimTableWrapper1Col tr td div.CWEventimGridElement div.ticketImage {
	float:left;
	margin-top:4px;
}
table.CWEventimTableWrapper1Col tr td div.CWEventimGridElement div.ticketInfo {
	
	margin-left:100px;
}
table.CWEventimTableWrapper1Col tr td div.CWEventimGridElement div.ticketInfo p {
	margin:2px 0 3px 0;
}
table.CWEventimTableWrapper1Col tr td div.CWEventimGridElement div.ticketInfo div.buttonWidth {
	margin:8px 0 0 0;
	text-align:center;
	width:170px;
}


table.CWEventimTableWrapper1Col tr td div.CWEventimGridElement div.ticketInfo div.ticketDesc {
	display:inline;
	float:left;
	margin-right:180px;
}
table.CWEventimTableWrapper1Col tr td div.CWEventimGridElement div.ticketInfo div.ticketPrices {
	display:inline;
	float:right;
	
	width:180px;
	margin-left:-180px;
	
	text-align:center;
}

/* pagination */
div.CWEventimPagination {
	padding:7px;
	
	background:#EDF6FF none repeat scroll 0 0;
	border-color:#BDD7EF #BDD7EF;
	border-style:none solid solid;
	border-width:0 1px 1px;
	font-size:12px;
}
div.CWEventimPagination .eventimPageInfo {
	float:left;
	width:200px;
	
	margin:0;
	text-align:left;
	font-size:12px;
}
div.CWEventimPagination .eventimPages {
	margin-left:200px;
	font-size:12px;
	text-align:center;
}
div.CWEventimPagination .eventimPages a {
	margin-left:2px;
	margin-right:2px;
	font-size:12px;
}
div.CWEventimPagination .eventimPages span {
	margin-left:2px;
	margin-right:2px;
	font-size:12px;
}
