/* CSS Document */


.playerhold{float:left; width:150px; text-align:left; height:16px; margin-top:5px; border:1px solid #666;}
.openplayer{float:right; margin:3px 3px 0px 0px; font-size:9px;}

img { border:0; padding:0; margin:0; }

form { display:inline; }

label { font-size:12px; }

#day{
	background:#999999;
	width:250px;
	margin:0 5px 0 0px;
}

.evcontainer {float:right; width:240px; }

.date{float:left; width:45px; font-size:16px; color:#666666; padding:12px 5px 0 0;}
.event1{float:left; width:200px; }
.event2{float:left; width:120px; }
.event3{float:left; width:120px; }

.calevent_title, .calevent_title a:link, .calevent_title a:visited, .calevent_title a:hover {
	color: #a8e5ff;
	text-decoration:none;
	font-size:9px;
}
.evant_dj {
margin-left:50px;
}


.events_table { 
	background:#333333;
	/*width:230px;
	float:right;*/
	font-size:9px;
	margin:0 0 5px 0;
	color:#666666;
	text-align:left;
	padding:5px;
    min-height: 40px;
	}	
	

	
.events_header{ 
	font-size:18px;
	color: #a8e5ff;
	}

#resource{
	background:#990000;
}

#event{
	background:#FF0000; 
}

.event_details{
	text-align:left;
	clear:both;
	margin:0px 0 30px 0;
	min-height:430px;	
	}
	
.event_left{
	float:left;
	width:220px;
	}
	
.event_right{
	float:right;
	text-align:left;
	width:450px;
	}

.event_title{
	font-size:22px;
	text-transform:uppercase;	
}

.event_DJ{
	margin:10px 0 10px 0;
	}
	.event_prodname{text-align:right;padding-bottom:0px; font-size:20px; font-weight:normal; color:#A8E5FF;}

.event_DJ a:link, .event_DJ a:visited{
	color: #a8e5ff;
	}

.event_pic{
	background-image: url(/images/product.png);
	height: 230px;
	width: 222px;
}

.event_boxprod {
	width: 190px;
	height: 190px;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 6px;
}

/* form styles */

.lgform{width:340px; padding-left:2px; float:left;font-size:11px; font-family:"Myriad Pro", Arial, Verdana, Helvetica, sans-serif; background:#222; border:1px solid #999; color:#999;}
.lgform:hover{ border:1px solid #ccc; }

.tkform{width:250px; padding-left:5px; padding-right:5px; float:left; height:30px; font-size:15px; font-family:"Myriad Pro", Arial, Verdana, Helvetica, sans-serif; background:#222; border:1px solid #999; color:#999;}
.tkform:hover{ border:1px solid #ccc; }

/* template.php styles start here */
body {
	font-family:"Myriad Pro", Arial, Verdana, Helvetica, sans-serif;
	padding:0px;
	margin:0px 0px 0px 0px;
	background-image: url(/images/large_bg_01.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color:#000000;
	font-size:12px;
	text-align:center;
	margin-top: 60px;
	color: #ffffff;

}

a:link, a:visited {
	font-size: 12px;
	color: #dedede;
	text-decoration: none;
}

a:hover {
	font-size: 12px;
	color: #dedede;
	text-decoration: underline;
}

p {
	font-size:12px;
	color:#dedede;
	text-align:left;

}

events {
    display: none;
}

p a, p a:visited {
	font-size: 12px;
	color: #dedede;
	font-weight:bold;
	text-decoration: none;
}

p a:hover {
	font-size: 12px;
	color: #dedede;
	font-weight:bold;
	text-decoration: underline;
}

h1 {
	margin:0px;
	padding:0px;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
}

h2 {
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}


.container {
	text-align: left;
	position:relative;
	margin: 0px auto;
	width:995px;
}

.header {
	width: 995px;
	height:177px;
}

.complogo {
	position:absolute;
	top:26px;
	left:0px;
	background:url(/images/top_header.jpg) no-repeat;
	width:389px;
	height:106px;
}

.cartbox {
	position:absolute;
	right:0px;
	top:43px;
	font-size:12px;
	color:#ffffff;
	background:url(/images/basket_bg.gif) no-repeat;
	width:191px;
	height:118px;
	text-align:center;
	padding:16px 0px 0px 0px;
	text-transform:uppercase;
}

* html .cartbox {height:134px;}

.cartboxtitle {
	font-size:18px;
	font-weight:bold;
	margin:0px 0px 2px 0px;
}

.cartboxspacing {
	/*margin:1px 0px 3px 0px;*/
}

.cartbox a, .cartbox a:visited {
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}

.cartbox a:hover {
	font-size:12px;
	color:#ffffff;
	text-decoration:underline;
}

.h1holder {
	position:absolute;
	left: 7px;
	top:7px;
	text-transform:uppercase;
}

.h1holder h1 { margin:0px; padding:0px; color:#000000; font-size:12px; }

.topbanner {
	position:absolute;
	top:0px;
	left:371px;
    display: block;
    text-align:center;
	width:389px;
}

#searchbox{background:blue; height:23px; width:230px;float:right; background:#fff; border:1px solid #F4F4F4;}

.searchbutton {
	width: 29px;
	height: 19px;
	background:url('/images/go.gif') no-repeat;
	float: right;
	border:0px;
	cursor: pointer;
	margin:3px 3px 0 0;
}

.searchfield {

	float:left;
	border:none;
	width: 190px;
	height: 17px;
	padding-top:3px;
	padding-left:5px;
	background:#fff;
	color:#BCBCBC;
	text-align:left;
	margin:0px;
	font-size:11px;

	
}

.loginholdertxt{
	position:absolute;
	top:17px;
	right:217px;
}

.loginholder {
	position:absolute;
	top:10px;
	right:0px;
}

.loginholder span {
	color:#0c3e77;
	font-size:21px;
}

.loginfields {
	border:#b1b1b1 1px solid;
	width: 87px;
	height: 20px;
	color:#b1b1b1;
	font-family:"myriad pro", Arial, Verdana;
	font-size:12px;
	text-transform:uppercase;
}

.hploginbutton {
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	cursor:pointer;
	background-image: url(/images/login_button.gif);
	width: 31px;
	height: 28px;
}

#top_menu {
	background:url(/images/top_headerbg2.jpg) no-repeat; 
	height:46px;
	width:995px;
}

#top_menu ul {
	list-style:none;
	width:995px;
	margin:0px;
	padding:0px;
	line-height:46px;
}

* html #top_menu ul { line-height:normal; }

#top_menu li {
	padding:12px 17px 12px 17px;
	margin:0px;
	display:inline;
	height:46px;
}

#top_menu li.tm11 {
	margin:0px 0px 0px 7px;
}

/*#top_menu li.tm1  {
	background-image:url(images/top_menu_slice.gif);
	background-position:top right;
	background-repeat:no-repeat;
	height:46px;
}*/

#top_menu li a, #top_menu li a:visited {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:15px;
	text-transform:uppercase;
	display:inline-block;
}

#top_menu li a:hover{
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
	font-size:15px;
	text-transform:uppercase;
	display:inline-block;
}
.content { width:995px; }
.content_left { width:193px; padding-top:10px; }
.content_middle { width:615px; padding:10px; border-left:#dedede 1px solid; border-right:#dedede 1px solid; }
.content_right { width:187px; padding-top:10px; }

.menutitle{
	display:block;
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	background:url(/images/menu_title_bg.gif) no-repeat;
	width:193px;
	line-height:34px;
	text-transform:uppercase;
}

.menutitle2{
	display:block;
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	background:url(/images/menu_title_bg2.gif) no-repeat;
	width:187px;
	line-height:34px;
	text-transform:uppercase;
}

#hpop{
position:relative;
	display:block;

	}

#leftmenuhold{margin-top:90px; margin-bottom:250px; text-align:left;}



ul.catmenu {
	list-style:none;
	margin: 0px;
	padding:0px;
	margin-bottom: 100px;
}

li.catmenu {
	margin:0px;
	font-size:16px;
	text-align:center;
	line-height: 40px;
	text-align: left;
}

li.catmenu a {
	font-size:14px;
	color:#dedede;
	text-decoration:none;
	text-transform:uppercase;
	display:block;

	width:120px;
	margin-top:4px;
}

li.catmenu a:hover	{

	color:#fff;
		text-transform:uppercase;
}








.mail_box {
	display:block;
	color:#090c0c;
	text-align:center;
	margin-bottom:12px;
	text-transform:uppercase;
	font-size:12px;
	padding-top:5px;
}

.mailfield {
	border:#cccccc 1px solid;
	width: 165px;
	height: 20px;
	color:#b1b1b1;
	font-family:"myriad pro", Arial, Verdana;
	font-size:12px;
	text-transform:uppercase;
	margin:3px 0px 3px 0px;
	text-align:center;
}

.mailbutton {
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	cursor:pointer;
	background-image: url(/images/sign_up_button.gif);
	width: 106px;
	height: 22px;
}

.specials-content-box {
	width:187px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	margin-bottom:15px;
}

.specials-content-box td {
	font-size:12px;
}



.validators {
	margin-top:25px;
	text-align:center;
}

.breadholder {
	text-align:left;
	font-size:14px;
	color:#b1b1b1;
	text-transform:uppercase;
}

.breadholder a, .breadholder a:visited, .breadholder a:hover {
	text-decoration:none;
	color:#b1b1b1;
	font-size:12px;
	text-transform:uppercase;
}

/**  BREADCRUMBS - start  **/
.breadcrumbs {
	text-align:left;
	font-size:12px;
	color:#b1b1b1;
	text-transform:uppercase;
}

.breadcrumbs a, .breadcrumbs a:visited, .breadcrumbs a:hover, .breadcrumbs h1, .breadcrumbs h2, .breadcrumbs p {
	text-decoration:none;
	color:#b1b1b1;
	font-size:12px;
	text-transform:uppercase;
    white-space: nowrap;
    display: inline;
    font-weight: normal;
}

.breadcrumbs .seperator {
    font-size: 14px;    
}

.breadcrumbs h1 {
    font-weight: bold;
}
/**  BREADCRUMBS - end  **/

.specials-button a, .specials-button a:visited {
	text-decoration:none;
	padding-left:5px;
	color:#333333;
	padding-bottom:2px;
	margin-top:2px;
	display:block;
	text-align:center;
}

.specials-button a:hover {
	text-decoration:none;
	padding-left:7px;
	color:#333333;
}

.specials-title {
	display:block;
	font-family:myriad pro, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	height:20px;
	font-weight:bold;
	padding:3px 0 0 0;
	width:162px;
	text-align:center;
}

/* template.php styles ends here */

.templatelayout {
	margin:5px; border:solid; border-width:1px; border-color:#ccc;
}


.recently-viewed-content-box {
	background-image:url(/images/recent-content-bkgrd.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width:165px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	margin-bottom:2px;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#ccc;
}

.recently-viewed-content-box p {
    margin:0;
    padding:0;
}

.boxprod {
	width: 190px;
	height: 190px;
	padding-top: 17px;
	padding-left: 0px;
	padding-right: 6px;
}

.boxprod img { border:0px; margin:3px; }

.boxprod span { display:block; padding:6px; }



.cms-grid {width:100%;}

.highlight {
	width:180px;
	height:140px;
	margin-left:10px;
	padding-bottom:10px;
}

.topbar1 {
    height:28px;
    color:#FFF;
    font-weight:bold;
    font-size:12px;
    margin-top:2px;
	display: none;
}

.topright {
    width:19px;
    height:28px;
    width:100%;
	display: none;
}

.topbartitle {
    height:22px;
    margin-right:19px;
    padding-top:6px;
	font-size:14px;
	font-weight:bold;
	color:#333333;
	display: none;
}

* html .topbartitle { height:28px; }

pagination {
    margin:25px auto 25px auto;
    position:relative;
    font-size:9px;
}

.pagination a, .pagination .active {
    padding:5px;
    background-color:#FFF;
    border: 2px solid #CCC;
    text-decoration:none;
}

.pagination a:hover, .pagination .active {
    background-color:#dddddd;
    color:#FFF;
    text-decoration:none;
}

.pagination .active {
    cursor:pointer;
    font-weight:bold;
    text-decoration:none;
}

.pagination .num {
    cursor:pointer;
    text-decoration:none;
}

.pagination .label a { text-decoration:none;}

.pagination a, .pagination a:link, .pagination a:hover, .pagination a:visited {
	text-decoration:none;
	color:#666666;
	padding:2px;
}

#marqueecontainer {
    position: relative;
    width: 187px; /*marquee width */
    height: 300px; /*marquee height */
    overflow: hidden;
    z-index:89;
}

#vmarquee, #vmarquee2 {
  left: 0px;
}

.sbutton1, .sbutton2, .sbutton3, .sbutton5 {
    border:2px solid #e33335;
    background-color:#e33335;
    color:#FFF;
    font-weight:bold;
	font-size:10px;
}

.sbutton2, .sbutton4 {
    background-color:#e33335;
    font-size:11px; 
    font-weight:bold; 
    color:#fff;
    padding:4px;
    margin:0px;
    cursor:pointer;
    text-decoration:none;
}

.sbutton3 {background-color:#e33335; font-size:11px; }

* html .sbutton2:link {display:inline-block;}

#product_view {
    font-size:12px;
    /*width:436px;*/
	display:block;
	margin-top:20px;


}

#product_view img {}

.product_thumbx { margin-right:2px; }

.product_desc { padding:15px 5px 5px 5px; }

.product_addons {
	margin-top:4px;
	font-size:11px;
}

.product_addons, .addon_text { font-size:12px; }

.product_price { padding:10px; font-size:13px; font-weight:bold; }

.product_info { padding:15px 0 0 5px; font-size:12px;  }

.product_code { font-weight:normal; font-size:11px; }

.prodcuts_related_title { border-bottom:1px solid #cccccc; padding-left:10px}

.addon_text a:link, .addon_text a:hover, .addon_text a:visited {text-decoration:none;color:#000;}

#product_view a:link, #product_view a:hover, #product_view a:visited {
    text-decoration:none;color:#000;
    font-size:12px;
}

.view_product_link a:link, .view_product_link a:hover, .view_product_link a:visited {
    text-decoration:none;
    color:#666;
    background-color:#cccccc;
    border:1px solid #000;
    display:block;
    font-size:10px;
    font-weight:bold;
    text-align:center;
    width:100px;
    padding:4px;
}

.related tr { border:1px solid #ccc; }

.relprod_title { font-size:9px; font-weight:bold; }

.addon_text { width:200px; padding-left:5px; }

.addons_head { font-size:12px; color:#333333; }

.balloonstyle {
    position:absolute;
    top: -500px;
    left: 0;
    padding: 5px;
    visibility: hidden;
    border:1px solid black;
    font:normal 12px Verdana;
    line-height: 18px;
    z-index: 9999;
    background-color: #FFFFE0;
	width: 350px;
}
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}*/

#arrowhead {
    z-index: 99;
    position:absolute;
    top: -500px;
    left: 0;
    visibility: hidden;
}

#imgbox {
	background:transparent;
    position:absolute;
	z-index:9000;
}

#scrollpanel {
	position:relative;
	z-index:7000;
	display:block;
	margin:0 auto;
}

.thumbimg {
    z-index:9000;
    cursor:pointer;
}

#mainImg {
    background-color:#000;
    position:absolute;
    border:1px solid #CCC;
}

#closebox, #print {
    background:transparent url(../images/jspop/buttonbg.gif) no-repeat;
    text-align:center;
    color:#000;
    position:absolute;
    z-index:1000;
    width:73px;
    height:21px;
    padding-top:4px;
    font-family:Tahoma,Arial,sans-serif;
    font-size:11px;
    font-weight:bold;
    z-index:1000;
    cursor:pointer;
}

#print { top:5px; }

#pause {
    background:transparent url(../images/jspop/pause.gif) no-repeat;
    position:absolute;
    width:11px;
    height:10px;
    z-index:9999;
	display:none;
}

/*
* This <div> element is wrapped by jCarousel around the list
* and has the classname "jcarousel-container".
*/

.jcarousel-container {position: relative;}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 80px;
    height: 60px;
}

.jcarousel-skin-tango.jcarousel-container {background-color: #000;}

.jcarousel-skin-tango .jcarousel-clip-horizontal {height: 60px;}

.jcarousel-skin-tango .jcarousel-item {width:80px;height: 60px;}

.jcarousel-skin-tango .jcarousel-item-horizontal {margin-right: 0px;}

.jcarousel-skin-tango .jcarousel-item-placeholder {background-color: #000;color: #000;}

#toptext {
    margin:0px;
    font-size:12px;
}

#bottomtext {font-size:12px;}

#datatable td { padding:3px; border-bottom:1px solid #ccc; }

.searchresult_name {font-size:12px;}

.searchprice {
    font-weight:bold;
    font-size:12px;
}

.searchresult_name a:link, .searchresult_name a:hover, .searchresult_name a:visited {
    text-decoration:none;color:#000;
    font-size:12px;
}

#carttable {
    width:100%;
    border-collapse:collapse;	
    font-size:12px;
	margin-left: 0px;
}

#carttable th {
    padding:5px;
    border-bottom:1px solid #dedede;
}

#carttable .head { 
    font-weight:bold; 
    text-align:right;
}

#carttable td {
    padding:5px;
    border-bottom:1px solid #dedede;
    font-size:12px;
    text-align:center;
}

#carttable .index { text-align:left; }

#carttable .opts { font-size:10px;}

#carttable a, #carttable a:link, #carttable a:visited {
	text-decoration:none;
	color:#a8e5ff;
}

#carttable a:hover{text-decoration:underline;}

#product_added {
    border:2px solid #fff;
    background-color:#036f03;
    font-weight:bold;
    padding:6px;
    color:#FFF;
    text-align:center;
}

#checkout_button_1, #checkout_button_1 a {
    font-size:15px;
    text-decoration:none;
    border:0;
    width:153px;
    height:23px;
	outline:0px;
    cursor:pointer;
    margin:20px 0 0 0;
    display:block;
background:url(/images/conshopping.gif) no-repeat;
}

#checkout_button_1 a { margin:0px; }

#checkout_button_2, #checkout_button_2 a {
	    font-size:15px;
	float:right;
	    text-decoration:none;
	    border:0;
	    width:153px;
	    height:23px;
		outline:0px;
	    cursor:pointer;
	    margin:20px 0 0 0;
	    display:block;
	background:url(/images/checknow.gif) no-repeat;
}

#checkout_button_2 a { margin:0px; }

#stock_errormsg {
   color:red;
   font-weight:bold;
}

.contentbox {
	width:560px;
	padding:10px;
	font-size:12px;
}

* html .contentbox {width: 580px;}

.close_content {
	height:20px;
	width:100%;
}

* html .close_content { width:442px; }

.cat-links, .cart-links a, .cart-links a:visited, .cart-links a:hover {
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	font-size: 12px; 
}

.prod-links {
	color:#333333;
	text-decoration:none;
	font-weight:normal;
	font-size: 9px; 
}

#category_page { font-size:12px; }
#category_page td { font-size:12px; }

.qty { text-align:center; }

.searchresult {
    font-size:11px;
    padding:10px 0 5px 0;
    border-bottom:1px solid #ccc;
    width:100%;
}

.delivery, .delivery p { font-size:12px; }

.delivery .delborder {
    border-left:1px solid #A8E5FF;
    padding:0px 5px 0px 15px;
}

#checkout_breadcrumb {
    text-align:center;
    padding:15px 0px 0px 0px;
}

#checkout_breadcrumb li {
    display:inline;
    padding-right:10px;
    color:#ececec;
}

#checkout_breadcrumb li .last { padding:0px; }

#checkout_breadcrumb li .active {
    font-weight:bold;
    background:url('/images/cart-small.gif') left no-repeat;
    padding:0 0 0 25px;
}

#checkout_breadcrumb a, #checkout_breadcrumb a:link, #checkout_breadcrumb a:visited {
	text-decoration:none;
	color:#dedede;
	font-size: 12px;
}

.payoptions_item {
    cursor:pointer;
}

.payoptions_mouseover {
    cursor:pointer;
}   

.boxbody {
   
    font-size:12px;
}

.boxbody a, .boxbody a:visited, .boxbody a:hover {
    color:#000;
    font-size:12px;
}

.smalltext { font-size:9px; }

#sm_table { width:100%; }

#sm_table td {
    vertical-align:top;
    width:33%;
}

P.breakhere {page-break-before: always}

.accback a, .accback a:visited {
	color: #000000;
	font-size: 11px;
	text-decoration:none;
}

.accback a:hover {
	color: #000000;
	font-size: 11px;
	text-decoration:underline;
}

.accountul li {
    margin:10px 0 5px 0;
}

.accountul a, .accountul a:visited{
	text-decoration:none;
	color:#ccc;
	font-size:12px;
}

.accountul a:hover{
	text-decoration:underline;
	color:#fff;
	font-size:12px;
}

.add_cart {background:#A8E5FF; color:#000000; width:150px; height:33px; border:none; font-size:18px;}

.add_cart:hover {color:#A8E5FF; background:none; cursor:pointer;}
.addwish { width:81px;	height:11px; background-image:url(/images/add-wish.jpg); border:0px; cursor:pointer; margin-top:10px; }

.addfav { width:96px; height:13px; background-image:url(/images/add-faves.jpg);	border:0px;	cursor:pointer;	margin-top:10px; }

.but_remove { width:102px; height:17px; border:0px; cursor:pointer; color: #ffffff; background: none; font-family: 'Myriad Pro', Arial, Helvetica, sans-serif; }

.but_update { width:102px; height:17px; border:0px; cursor:pointer; color: #ffffff; background: none; font-family: 'Myriad Pro', Arial, Helvetica, sans-serif; }

.but_apply { width:102px; height:17px; background-image:url(/images/btn_apply.gif); border:0px; cursor:pointer; }

.but_submit { width:102px; height:17px; background-image:url(/images/button_submit.gif); border:0px; cursor:pointer; }

.but_signin { width:102px; height:17px; border:0px; cursor:pointer;color: #ffffff; background: none; font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;  }

/* ==== Club Paradiso ==== */

.content_tb{
	width: 1000px;
	margin: 0 auto;
	background-image: url(/images/footer_logo_03.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;	
	min-height: 300px;
	}
	
#content-wrapper{margin-bottom:160px; margin-top:40px; width:700px; overflow:hidden; }
	
.left_col{
	width: 300px;
height:600px;
	}
.right_col{
	width: 700px;
	}
.footer{
	margin: 0 auto;
	width: 1000px;
	border-top: 1px solid #ffffff;
	}
	
#footerhold{margin-top:10px; color:#A7A9AB;}
.wht{color:#fff;}
#footerhold a{color:#A7A9AB; text-decoration:none;}

#footerhold a{color:#A7A9AB; text-decoration:none;}

.fader_cont{
	height: 464px;
	width: 656px;

	background-image: url(/images/fader_bk_03.png);
	background-repeat: no-repeat;
	position: relative;
	}
.fader_content{
	position: absolute;
	top: 105px;
	left: 128px;
	height: 247px;
	width: 432px;
	}
.home_link{
	display: block; 
	height: 40px; 
	line-height: 40px; 
	border-bottom: 2px solid #a8e5ff; 
	width: 120px; 
	text-align: left; 
	}
.account_links{
	position: absolute;
	top: 4px;
	left: 300px;
	z-index: 90;
	width: 140px;
	}
.account_links>a{
	color: #ffffff;
	font-family: 'Myriad Pro', Arial;
	font-size: 11px;
	text-transform: uppercase;
	margin-right: 15px;
	text-decoration: none;
	}
ul.accountul{
	margin: 0px;
	padding: 0px;
	width: 150px;
	}
li.accountul{
	line-height: 24px;
	text-align: left;
	}
li.accountul>a{
	color: #ffffff;
	}
li.accountul a:hover{
	color: #ffffff;
	}
.footer{
	color: #ffffff;
	text-align: left;
	}
.text{
	width: 190px;
	height: 40px;
	color: #ffffff;
	position: absolute;
	bottom: 0px;
	background-image: url(/images/dropdown.png);
	background-repeat: repeat;
	padding-top: 10px;
	}
	
.hoverbox{visibility:hidden;
			display:none;
			background:url(./images/shimmer.png); 
			position:absolute; 
			top:0px; 
			left:0px; 
 			text-align:left;
			width:230px; height:222px;
			text-decoration:none;}	

.hovspan{font-size:28px; color:#A8E5FF;}

.hovertitle{margin:30px 0 0 28px; width:170px; border-bottom:2px solid #A8E5FF; padding-bottom:10px;}

.hoverdesc{color:#fefefe; font-size:12px; width:160px; margin:10px 0 0 28px; height:85px; overflow:hidden;}

.hovereye{position:absolute; bottom:25px; left:30px; width:86px; height:12px; background:url('/images/eye.png') no-repeat;}



/* hover styles for prod page in template 2 */

.hovspanp{font-size:18px;  color:#A8E5FF;}

.hovertitlep{margin:30px 0 0 28px; width:170px; border-bottom:2px solid #A8E5FF; padding-bottom:10px;}

.hoverdescp{color:#fefefe; font-size:12px; width:160px; margin:10px 0 0 28px; height:85px; overflow:hidden;}

.hoverprice{position:absolute; bottom:33px; left:30px; width:150px; height:12px; font-size:14px; color:#A8E5FF;}

.morenfo{ padding-left:20px; text-align:right; font-size:14px;  color:#A8E5FF; }



.product_content{
	z-index:2;
	height: 230px;
	width: 222px;
	background-image: url(/images/product.png);
	background-repeat: no-repeat;
	display:block;
	position:relative;

	}
	
	
.product_content:hover .hoverbox{
	display:block; 
	visibility:visible;
}



.event_content{
	z-index:2;
	height: 230px;
	width: 222px;
	background-image: url(/images/product.png);
	background-repeat: no-repeat;
	display:block;
	position:relative;
	float:left;

	}

.eventdesc{width:420px; text-align:left; float:left; margin:10px 0 0 10px;}
.evdesc{font-size:12px; line-height:18px;}

.descholder{ width:420px; height:108px;  overflow:hidden;}
.booktickets{width:140px; height:23px; float:left; margin:10px 0 0 0; background:url('/images/icketstub.png') no-repeat left;}

.cartlinks{text-transform:uppercase; font-size:12px;}
.cartlinkspcr{padding:0 5px 0 5px; font-size:12px;}


/* Gallery Stles */

.gallery_thumbhold{ border:1px solid #A8E5FF; display:block; width:210px; height:190px;}



/* Product page stylign */

.prodimg-bg{width:282px; height:302px; background:url('/images/prodimg-bg.png') no-repeat;}

.prodimg-spacer{margin:25px 0 0 17px; height:250px; width:250px; overflow:hidden; float:left;}

.pp-prodname{width:100%; height:30px; margin-bottom:10px; border-bottom:2px solid #A8E5FF;  padding-bottom:10px; font-size:28px; font-weight:normal; color:#A8E5FF;}

.pp-pdesc{font-size:12px; line-height:18px; 	color:#dedede; border-bottom:2px solid #A8E5FF;  font-weight:normal; width:100%; height:100px; overflow:auto;  margin-bottom:10px; padding-bottom:10px;}

.pp-pprice{font-weight:normal; font-size:18px; color:#A8E5FF;}

.pp-label{font-weight:normal; font-size:18px; color:#A8E5FF;}

.pp-qty{width:25px; margin-left:5px; height:20px; background:#999; border:1px solid #ccc; text-align:center}

.linebreaker{height:20px; margin-bottom:10px; border-bottom:2px solid #A8E5FF; padding-bottom:10px;}


/* Accordion
----------------------------------*/
/*.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
/*.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }*/
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }




/* ==== End Paradiso ==== */
