.portlet-body.categoryDetails
{
	padding: 0px 10px 20px 10px;
}

.row_fluid_per_row .arrow_img
{
	padding-top: 70%;
	padding-bottom: 50%;
}

.portlet-body.categoryDetails
{
	padding-top: 0px;
	padding-bottom: 0px;
}

#categoriesListBody .oneCategory
{
	clear: both;
	border-bottom: 1px solid #cecece;
	padding: 5px;
	padding-top: 10px;
	overflow: auto;
	cursor: pointer;
}

#categoriesListBody .oneCategory:first-child
{
	padding-top: 5px;
}

#categoriesListBody .oneCategory:hover
{
	background: #f0f0f0;
}

#categoriesListBody .oneCategory:last-child
{
	border-bottom: none;
	margin-bottom: 0px;
}

#categoriesListBody .theImage,
#categoriesListBody .theTitle,
#categoriesListBody .theDate,
#categoriesListBody .theLink
{
	line-height: 20px !important;
}

#categoriesListBody .theImage
{
	float: left;
	width: 140px;
}

#categoriesListBody .theTitle
{
	margin-left: 160px;
	margin-right: 225px;
	color: #6a6a6a;
	font-size: .8em;
}

#categoriesListBody .theTitle h3
{
	padding: 0px !important;
	margin: 0px !important;
	font-size: 1.5em;
}

#categoriesListBody .theTitle .theDescription
{
	float: left;
}

#categoriesListBody .theDate
{
	float: right;
	text-align: left;
	width: 185px;
	color: #6a6a6a;
	font-size: .8em;
}

#categoriesListBody .theDate em
{
	font-style: normal;
	font-size: 1.2em;
}

#categoriesListBody .theDate h3
{
	padding: 0px !important;
	margin: 0px !important;
	font-size: 1.5em;
}

#categoriesListBody .theLink
{
	float: right;
	text-align: right;
	width: 20px;
	margin-top: 30px;
}

#categoriesListBody .theLink img,
#categoriesListBody .theLink a
{
	vertical-align: center;
	border: none;
	box-shadow: none !important;
}

#categoryList .addToCartButton
{
	float: right;
}

#categoryList .oneTicketRow
{
	clear: both;
	border-bottom: 1px solid #cecece;
	padding-bottom: 5px;
	margin-bottom: 5px;
	overflow: auto;
}

#categoryList .oneTicketRow:last-child
{
	border-bottom: none;
	margin-bottom: 0px;
}

#categoryList .oneTicketRow .theTitleAndDescription
{
	float: left;
}

#categoryList .oneTicketRow .theTitleAndDescription div p
{
}

#categoryList .oneTicketRow .ticketDescription
{
	clear: both;
}

#categoryList .oneTicketRow .theTitleAndDescription h3
{
	display: inline !important;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0px 0px 5px 0px !important;
}

#categoryList .oneTicketRow .addToCartArea
{
	float: right;
	margin-left: 10px;
	width: 243px;
	border: 1px solid #cecece;
   -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
    background: #f0f0f0;
    line-height: 44px;
}

#categoryList .oneTicketRow .addToCartArea select
{
	min-width: 90px !important;
	width: 90px !important;
	float: right !important;
	margin-right: 5px !important;
	margin-top: 8px !important;
}

#categoryList .oneTicketRow .addToCartArea strong
{
	float: right;
	margin-right: 5px;
}

#categoryList .oneTicketRow .addToCartArea .thePrice
{
	float: left;
	margin-left: 5px;
	font-size: 1.0em;
	font-weight: bold;
}

#categoryList .oneTicketRow .addToCartArea .notOnSale
{
	display: block;
	text-align: center;
	font-weight: bold;
}

#categoryList .categoryDetails
{
	overflow: auto;
}

#categoryList .categoryDetails h1
{
	width: 100%;
	border-bottom: 1px solid #cecece;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px !important;
}

#categoryList .categoryDetails .theDate
{
	font-size: 1.0em;
	margin-bottom: 10px;
}

#categoryList .categoryDetails .theVenue
{
	font-size: 1.0em;
	border-bottom: 1px solid #cecece;
	margin: 0px 0px 10px 0px;
}

#categoryList .categoryDetails .theVenue .mapLink
{
	font-size: .9em;
}

#categoryList .categoryDetails .theDescription
{

}

#categoryList .categoryDetails .theDescription .theImage
{
	float: right;
	margin-left: 10px;
}


#categoryList .categoryDetails .theDescription .theImage img
{
	max-width: 240px;
}

#categoryList .addToCartButton.top
{
	margin-bottom: 5px;
}

#categoryList .addToCartButton.bottom
{
	margin-top: 5px;
}

#categoriesSearchForm
{
	display: block;
	width: 100%;
}

#categoriesSearchForm div
{
	float: left;
	margin-right: 10px;
}

#categoriesSearchForm div input[type="text"]
{
	margin-top: 0px;
}

#categoriesSearchForm div input.searchCategoriesButton
{
	float: right;
}

/*Color Selection*/

#categoryList.lightBlue .oneTicketRow .theTitleAndDescription h3,
#categoryList.lightBlue .oneTicketRow .addToCartArea .thePrice,
#categoryList.lightBlue .categoryDetails h1,
#categoryList.lightBlue .categoryDetails .theDate
{
	color: #49afcd;
}

#categoryList.orange .oneTicketRow .theTitleAndDescription h3,
#categoryList.orange .oneTicketRow .addToCartArea .thePrice,
#categoryList.orange .categoryDetails h1,
#categoryList.orange .categoryDetails .theDate
{
	color: #faa732;
}

#categoryList.grey .oneTicketRow .theTitleAndDescription h3,
#categoryList.grey .oneTicketRow .addToCartArea .thePrice,
#categoryList.grey .categoryDetails h1,
#categoryList.grey .categoryDetails .theDate
{
	color: #363636;
}

#categoryList.red .oneTicketRow .theTitleAndDescription h3,
#categoryList.red .oneTicketRow .addToCartArea .thePrice,
#categoryList.red .categoryDetails h1,
#categoryList.red .categoryDetails .theDate
{
	color: #da4f49;
}

#categoryList.green .oneTicketRow .theTitleAndDescription h3,
#categoryList.green .oneTicketRow .addToCartArea .thePrice,
#categoryList.green .categoryDetails h1,
#categoryList.green .categoryDetails .theDate
{
	color: #5bb75b;
}

/*reset by ismaile*/
#categoriesListBody .row
{
	margin: 0;
}

#categoriesListBody .row_fluid_per_row{
	cursor:pointer;
	padding-bottom:25px;
	padding-top:25px;
	border-bottom:1px solid #cecece
}

#categoriesListBody .row_fluid_per_row:hover{
	background:#f0f0f0;
}

#categoriesListBody .image_category_list_thumb
{
	margin-left:10px!important;
	max-width: none !important;
	border-radius: 5px;
}

#categoriesListBody .image_category_list_thumb.scaled
{
	max-width: 100% !important;
	max-height: 200px;
}

#categoriesListBody .arrow_responsive{
	display:none!important;
}
#categoriesListBody .clear_title{
	overflow:hidden!important;
}

#categoriesListBody .lft_border h3{
	margin:2px 0!important;
}

.categoryListInfo {
	text-align: justify!important;
	position: relative!important;
	left: 11px!important;
}
/* Smartphones (portrait and landscape) ----------- */

	
	@media 
	only screen and (max-width: 760px),
	(min-device-width: 768px) and (max-device-width: 1024px)  {
		
#categoriesListBody .arrow_responsive{
	display:block!important;
	margin-right:12px!important;
}

#categoriesListBody .span3.category_link_outer{
	display:none!important;
}


.image_category_list_thumb img
{
	width:100%!important;
}
		
#categoriesListBody h3
{
	line-height:18px!important;
}

#categoriesListBody .row-fluid row_fluid_per_row
{
	border-left:1px solid #CECECE!important;
	
}

#categoriesListBody .lft_border{
	border:none!important;
	padding-left: 0px!important;	
}
	
	}
	
#categoriesListBody .category_link_inner{
	display:table-cell;
	vertical-align:middle!important;
	padding-top:53px;
}

#categoriesListBody .lft_border{
	border-left:1px solid #dfdfdf;
	padding-left:10px;
}

#categoriesListBody .row_fluid_per_row h3,
#categoriesListBody .row_fluid_per_row h3 a
{
	font-size: 18px;
}

#categoriesListBody .categoryListInfo h4
{
	font-weight: 600 !important;
	margin-bottom: 20px;
}

#categoriesListBody .categoryImageBox
{
	text-align: center;
}

#categoriesListBody .categoryImageBoxCentered
{
	text-align: center;
}

#categoriesListBody .categoryImageCentered
{
	margin-left: 0px !important;
}

#categoriesListBody .rightArrowImg
{
	padding-top: 100%;
	padding-bottom: 100%;
}

#categoriesListBody .rightArrowImgCentered
{
	padding-top: 180%;
	padding-bottom: 100%;
}

#categoriesListBody .categoryTitleHeading
{
	text-align: center;
	margin: 0 auto 0;
	width: 60%;
}

#categoriesListBody .theDescription
{
	padding-right: 5%;
}