@import url('loginbox.css');

body {
	font-size: 16px;
	font-size: 0.625em;
}


.clear {clear:both; font-size:0; line-height:0; overflow:hidden}


/* TEMP : Theme selectors */

body#purple-haze {
background:#5B4A94 /*url('../images/global/background-purple.gif') repeat center top*/;
}                      
body#sea-change {      
background: #337EBD url('../images/global/background-seachange.gif') repeat center top;
}                      
body#golden-brown {    
background: #F2A800 url('../images/global/background-goldenbrown.gif') repeat center top;
}                      
body#hot-sands {       
background: #AB9476 /*url('../images/global/background-hotsands.gif') repeat center top*/;
}                      
body#joshua-tree {     
background: #008684 /*url('../images/global/background-joshuatree.gif') repeat center top*/;
}
.themes { position: absolute; left: 0; top: 0; padding: 10px; background: #333; opacity: .3; z-index: 10000; color: #999;}
.themes:hover {opacity: .7;}
.themes a {color: #fff; font-size: 11px; font-family: Helvetica; padding: 3px;}
.themes a:hover { color: #333; background: #fff;}



h1#logo {
	background: transparent url('../images/global/logo.png') no-repeat left 35px;
	width: 145px;
	height: 45px;
	padding-top: 35px;
	
}

h1#logo a {
	width: 145px;
	height: 45px;
	display: block;
	text-indent: -999em;
}

#golden-brown h1#logo {
	background: transparent url('../images/global/logo-aya-yorgi.png') no-repeat left 35px;
	width: 145px;
	height: 56px;
	padding-top: 35px;
}
#sea-change h1#logo {
	background: transparent url('../images/global/logo-lounge.png') no-repeat left 35px;
	width: 142px;
	height: 56px;
	padding-top: 35px;
}


#container {
	width: 977px;
	margin: 0 auto;
	position: relative;
	font-family: Helvetica, Arial, sans-serif;
}
#header {
	position: relative;
	height: 112px;
	z-index:20;
}

/**/

.h10 { height:10px; overflow:hidden;}
.h20 { height:20px; overflow:hidden;}

/* temp #secondaryNav */
/*#secondaryNav {
	position: absolute;
	right: 0;
	top: 0;
	width: 277px;
	height: 32px;
	background: #353535;
}
#secondaryNav li {
	list-style-type: none;
	float: left;
}
#secondaryNav li a {
	display: block;
	float: left;
	line-height: 32px;
	color: #dadada;
	font-size: 11px;
	background:transparent url('../images/global/secondaryNav-seperator.gif') no-repeat right top;
	padding: 0 10px;
	
}
#secondaryNav li a.last {
	background: none;
}
#secondaryNav li a:hover {
	color: #fff;
}*/

/* end: temp #secondaryNav */

#artwork { z-index: -10;}

body#joshua-tree #artwork {
	position: absolute;
	width: 546px;
	height: 378px;
	left: -122px;
	background:transparent url(../images/global/artwork-green2.png) no-repeat !important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='/assets/images/global/artwork-green2.png');	
	z-index: -1px;
	display: block;
}
body#hot-sands #artwork {
	position: absolute;
	width: 391px;
	height: 333px;
	left: -170px;
	background:transparent url(../images/global/artwork-brown2.png) no-repeat !important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='/assets/images/global/artwork-brown2.png');	
	z-index: -1px;
	display: block;
}
body#purple-haze #artwork {
	position: absolute;
	width: 481px;
	height: 433px;
	left: -172px;
	background:transparent url(../images/global/artwork-purple2.png) no-repeat !important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='/assets/images/global/artwork-purple2.png');	
	z-index: -1px;
	display: block;
}

body#golden-brown #artwork {
	position: absolute;
	width: 978px;
	height: 1011px;
	left: -394px;
	top:-287px;
	background:url(../images/global/artwork-yellow.jpg) no-repeat !important;
	z-index: -1px;
	display: block;
}

body#sea-change #artwork {
	position: absolute;
	width: 812px;
	height: 602px;
	left: -290px;	
	background:transparent url(../images/global/artwork-blue.png) no-repeat !important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='/assets/images/global/artwork-blue.png');	
	z-index: -1px;
	display: block;
}


body #artwork { display: none}



/* columns */

#content {z-index: 0; position:relative; font-family:Helvetica,Arial,sans-serif;}

#content h3 { color: #5b4a94 }
#content h3 { color: #6698cd }
#content h3 { color: #f1a52e }
#content h3 { color: #7c6343 }
#content h3 { color: #008684 }

h3.homepage { color:#353535!important;}

#content h3 {
	font-size: 1.6em;
	font-weight: bold;
	color: #353535;
	line-height: 1.5em;
	margin: 0 0 .5em;
}
#content  p {
	font-size: 11px;
	line-height: 1.5em;
	color: #818181;
	margin-bottom:20px;
}
#content  p a {
	color: #818181;
	border-bottom: solid 1px #818181;
}
#content  p.banner a {
	border: none;
}
#content .columns {
	margin-bottom: 3px;
}
#content .column {
	float: left;
	margin-right: 3px;
	background: white;
	position: relative;
}

#content .contentArea li a { color:#303030!important; text-decoration:underline;}
#content .contentArea a { color:#303030!important;}
#content .contentArea, #content .contentArea p { color:#303030!important;}

#content .contentArea ul  {
	position:relative;
	display:block;
	margin-bottom:20px;
}
#content .contentArea  ul  li {
	position:relative;
	margin-bottom:10px;
	padding-left:20px;
	font-size:11px;	
	line-height: 1.5em;
}

#content .contentArea  table {
	position:relative;
	display:block;
	width:100%!important;
	margin-bottom:10px;
	border-collapse:collapse;
	
}

#content .contentArea  table th, #content .contentArea  table td { font-size:11px;padding:7px 10px;}
#content .contentArea  table th { border-bottom:1px solid #cfcfcf; border-left:1px solid #cfcfcf;}
#content .contentArea  table th.last { border-right:1px solid #cfcfcf;}


#golden-brown .contentArea ul li { background:url(../images/icons/icoArrowYellow2.gif) 0 6px no-repeat;}
#sea-change .contentArea ul li { background:url(../images/icons/icoArrowBlue2.gif) 0 6px no-repeat;}
#purple-haze .contentArea ul li { background:url(../images/icons/icoArrowPurple2.gif) 0 6px no-repeat;}
#hot-sands .contentArea ul li { background:url(../images/icons/icoArrowBrown2.gif) 0 6px no-repeat;}
#joshua-tree .contentArea ul li { background:url(../images/icons/icoArrowGreen2.gif) 0 6px no-repeat;}


.contentArea span.icoFood {
	position:relative;
	display:inline-block;
	background:url(../images/icons/icoMenu.gif) 0 0 no-repeat;
	width:21px; height:20px;
	margin-left:10px;
	vertical-align:middle;
}
.contentArea span.icoDrink {
	position:relative;
	display:inline-block;
	background:url(../images/icons/icoMenu.gif) 0 -20px no-repeat;
	width:21px; height:20px;
	margin-left:10px;
	vertical-align:middle;
}

.contentArea .menuItem {
	position:relative;
	display:block;
	clear:both;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px solid #f7f7f7;
}
.contentArea .item {
	position:relative;
	display:block;
	float:left;
	width:500px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5em;
}
.contentArea .price {
	position:relative;
	display:block;
	float:right;
	background:url(../images/icons/bgPrice.gif) 0 0 no-repeat;
	width:49px; height:30px;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:30px;
}

#content .last {
	margin-right: 0;
}
#content .w277 {
	width: 257px;
	padding: 10px;
}

#content .w277 .banner {
	position: absolute;
	bottom: 10px;
	margin:0;
}

#content .w417 {
	width: 417px;
}
#content .w697 {
	width: 697px;
}

#content .sidebar {
	width: 280px;
	background: transparent;
}

#content .w280 {
	width: 280px;
}
#content .h228 {
	height: 208px;
}
#content .no-margin { margin: 0;}


#content .masthead {
	height: 239px;
	background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;
}
#content .masthead_sidebar {
	height: 181px;
	background-color: transparent;
	background-position: right top;
	background-repeat: no-repeat;
}

#content .masthead p.masterheadTextArea {
	position:absolute;
	width:500px;
	padding-right:20px;
	top:60px;
	right:-280px;
	font-size:28px;
	font-weight:bold;
	color:#fff;
	text-align:right;
	line-height:normal;
}

/*  masthead artworks */
#content .m_babylon_on { background-image: url('../images/content/babylon-on-uncropped.jpg'); }


#content .wrapper {
	padding: 20px;
}
#content .wrapper2 {
	position:relative;
	padding: 10px;
}


/* Typography (will be seperated as 'typography.css') */
body#purple-haze #content  h1,body#purple-haze #content  h2,body#purple-haze #content  h3,body#purple-haze #content  a 		{ color: #8977c4; }
body#sea-change #content  h1,body#sea-change #content  h2,body#sea-change #content  h3,body#sea-change #content  a 			{ color: #70a2d8; }
body#golden-brown #content  h1,body#golden-brown #content  h2,body#golden-brown #content  h3,body#golden-brown #content  a 	{ color: #feb13b; }
body#hot-sands #content  h1,body#hot-sands #content  h2,body#hot-sands #content  h3,body#hot-sands #content  a 				{ color: #a28866; }
body#joshua-tree #content  h1,body#joshua-tree #content  h2,body#joshua-tree #content  h3,body#joshua-tree #content  a		{ color: #2f9d9a; }

#content  h1 {font-size: 2.2em; font-weight: bold; line-height: 1.2em; margin: .2em 0 .7em;}
#content  h2 {font-size: 1.6em; font-weight: bold; line-height: 1.2em; margin: 1.5em 0 .5em;}
#content  h1.icoChk {
	background:url(../images/global/icoCheckbox.gif) 0 50% no-repeat;
	padding-left:30px;


}


/*#content  p {font-size: 1.1em; line-height: 1.4em; margin: 0 0 1em;}*/



#content .utilities #share_panel { position: absolute; bottom: 26px; background: #eee; padding: 5px 1px 4px 5px; overflow: hidden; z-index:5;}
#content .utilities #share_panel li { float: left; padding-right: 3px; line-height: 1px; }
#content .utilities #share_panel li a {padding: 0 0 2px; display: inline; margin: 0; background-color: transparent !important;}
#content .utilities { float: right; }
#content .utilities li { float: left; }
#content .utilities a { display: block; float: right; padding: 7px 7px 5px; color: #fff !important; margin-right: 1px;}
#content .utilities .print {  background-image: url('../images/icons/tiny-print.gif'); background-position: 7px center; background-repeat: no-repeat; padding-left: 22px; margin-right: 0;}

body#purple-haze #content .utilities a 	{ background-color: #9787c9; }
body#golden-brown #content .utilities a 	{ background-color: #fac600; }
body#joshua-tree #content .utilities a 	{ background-color: #4e9a97; }
body#hot-sands #content .utilities a 		{ background-color: #b29a7a; }
body#sea-change #content .utilities a 	{ background-color: #3b99d9; }

.news_height { height:106px;}
.news_archive { }
.news_archive .news_excerpt { margin-bottom: 7px; color:#818181!important;}
.news_excerpt a { color:#818181!important;}

.news_archive ul.titles li { margin-bottom:1px!important; *margin-bottom:-2px!important; }
.news_archive ul.titles li a { position: relative; display: block; font-size: 11px; color: #353535!important; line-height: 18px; padding:3px 10px; background:#f5f5f5;}
.news_archive ul.titles li a:hover, .news_archive ul.titles li.selected a { background:#ececec;}
/*
.news_archive ul.titles li a span {border-bottom: solid 1px #ebebeb;}
.news_archive ul.titles li a:hover span {border-bottom: solid 1px #353535;}
.news_archive ul.titles li a span.detail { position: absolute; right: 0; top: 0; display: block; background: #dfdfdf; color: #fff; padding: 0 3px; font-size: 10px; border: none;}
.news_archive ul.titles li a:hover span.detail { background: #353535; }
*/
.news_archive a.archive_link { display: block; color: #fff !important; width: 82px; position: absolute; bottom: 0; padding: 6px; font-weight: bold; text-align: center; font-size: 12px;}
.news_archive ul.controls { position: absolute; right: 10px; bottom: 0; }
.news_archive ul.controls li {list-style-type: none; float: left; position:relative;margin-right: 1px;}
.news_archive ul.controls li a { 
	position:relative;
	display: block; 
	color: #fff !important; 
	float: left; 
	width: 21px; 
	height:25px;
	text-align: center; 
	font-weight: bold; 
	
	text-indent:-9999px;
	background:transparent;
	z-index:2;
}
.news_archive ul.controls li span { 
	position:absolute;
	display:block;
	top:7px; left:7px;
	width:7px; height:11px;
	z-index:1;
}
.news_archive ul.controls li span.prev { 
	background:transparent url(../images/icons/icoNewsLeft.png) no-repeat !important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='/assets/images/icons/icoNewsLeft.png');
}
.news_archive ul.controls li span.next { 
	background:transparent url(../images/icons/icoNewsRight.png) no-repeat !important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='/assets/images/icons/icoNewsRight.png');
}


body#purple-haze  .news_archive a.archive_link, body#purple-haze  .news_archive ul.controls li   { background: #9787c9; }
body#golden-brown .news_archive a.archive_link, body#golden-brown .news_archive ul.controls li   { background: #fac600; }
body#joshua-tree  .news_archive a.archive_link, body#joshua-tree  .news_archive ul.controls li   { background: #4e9a97; }
body#hot-sands    .news_archive a.archive_link, body#hot-sands    .news_archive ul.controls li   { background: #b29a7a; }
body#sea-change   .news_archive a.archive_link, body#sea-change   .news_archive ul.controls li   { background: #3b99d9; }


body#purple-haze  .news_archive ul.controls li:hover { background: #8977c4; }
body#golden-brown .news_archive ul.controls li:hover { background: #feb13b; }
body#joshua-tree  .news_archive ul.controls li:hover { background: #2f9d9a; }
body#hot-sands    .news_archive ul.controls li:hover { background: #a28866; }
body#sea-change   .news_archive ul.controls li:hover { background: #70a2d8; }


/* Sidebar */

.sidebar {}
.sidebar ul.menu {padding: 0 0 0 3px; font-size: 1em;}
.sidebar ul li {  border-bottom: solid 1px #9684d0; background-image: url('../images/global/sidebar-color-patterns.gif'); background-repeat: no-repeat }

body#purple-haze .sidebar ul li 		{ background-color: #7f6db9; border-bottom: solid 1px #9181c3; background-position: 0 0; }
body#golden-brown .sidebar ul li 		{ background-color: #cd8700; border-bottom: solid 1px #cf9117 ; background-position: -300px 0; }
body#joshua-tree .sidebar ul li 		{ background-color: #005d5c; border-bottom: solid 1px #177573; background-position: -600px 0; }
body#hot-sands .sidebar ul li 			{ background-color: #6f593c; border-bottom: solid 1px #7e6a50; background-position: -900px 0; }
body#sea-change .sidebar ul li 			{ background-color: #286293; border-bottom: solid 1px #3a6991; background-position: -1200px 0; }

body#purple-haze .sidebar ul li.current  {background-position: 0 -195px; }
body#golden-brown .sidebar ul li.current {background-position: -300px -195px; }
body#joshua-tree .sidebar ul li.current { background-position: -600px -195px; }
body#hot-sands .sidebar ul li.current { background-position: -900px -195px; }
body#sea-change .sidebar ul li.current { background-position: -1200px -195px; }


.sidebar ul li.last { border: none !important; }

body#purple-haze #content .sidebar ul li a,
body#golden-brown #content .sidebar ul li a,
body#joshua-tree #content .sidebar ul li a,
body#hot-sands #content .sidebar ul li a,
body#sea-change #content .sidebar ul li a { display: block; padding: 14px 12px 11px 30px; color: #fff; font-weight: bold;}

.sidebar ul li li {  background-image: url('../images/global/sidebar-color-patterns.gif'); background-repeat: no-repeat;}

body#purple-haze .sidebar ul li li 		{ background-color: #9787c9; border-bottom: solid 1px #9684d0; background-position: 0 -100px; }
body#golden-brown .sidebar ul li li 	{ background-color: #fac600; border-bottom: solid 1px #d9a700; background-position: -300px -100px; }
body#joshua-tree .sidebar ul li li 		{ background-color: #4e9a97; border-bottom: solid 1px #42918e; background-position: -600px -100px; }
body#hot-sands .sidebar ul li li 		{ background-color: #b29a7a; border-bottom: solid 1px #998367; background-position: -900px -100px; }
body#sea-change .sidebar ul li li 		{ background-color: #3b99d9; border-bottom: solid 1px #388fcc; background-position: -1200px -100px; }

body#purple-haze .sidebar ul li li.current 	{ background-position: 0 -295px; }
body#golden-brown .sidebar ul li li.current	{ background-position: -300px -295px; }
body#joshua-tree .sidebar ul li li.current	{ background-position: -600px -295px; }
body#hot-sands .sidebar ul li li.current	{ background-position: -900px -295px; }
body#sea-change .sidebar ul li li.current	{ background-position: -1200px -295px; }


body#purple-haze #content .sidebar ul li li a 	{ color: #64549d;}
body#golden-brown #content .sidebar ul li li a 	{ color: #cd8700;}
body#joshua-tree #content .sidebar ul li li a 	{ color: #006866;}
body#hot-sands #content .sidebar ul li li a 	{ color: #7c6343;}
body#sea-change #content .sidebar ul li li a 	{ color: #286293;}

body#purple-haze #content .sidebar ul li li.current a, 
body#golden-brown #content .sidebar ul li li.current a, 
body#joshua-tree #content .sidebar ul li li.current a, 
body#hot-sands #content .sidebar ul li li.current a, 
body#sea-change #content .sidebar ul li li.current a 
{ color: #FFFFFF;}



/* slider */


.anythingSlider { 
	position:relative;
	overflow:hidden;
	width:417px;
	height:228px;
}
.anythingSlider .wrapper  { 
	width: 417px; 
	height: 183px;
	overflow: auto;  
	margin:0; 
	position: absolute; 
	top: 0; left: 0; 
}
.anythingSlider .wrapper ul { 
	width: 99999px; 
	list-style: none; 
	position: absolute; 
	top: 0; 
	left: 0; 
	margin: 0; 
}
.anythingSlider ul li {
	position:relative; 
	float: left; 
	display: block; 
	margin: 0; 
	padding: 0; 
	height: 183px; 
	width: 417px; 
}
.anythingSlider .arrow { 
	position: absolute; 
	bottom: 20px; 
	display: block; 
	height: 11px; 
	width: 6px; 
	text-indent: -9999px; 
	cursor: pointer;
	background-image:url(../images/global/sliderIcoSet.gif);
	background-repeat:no-repeat;
	z-index:3;
}

.anythingSlider .forward { right:10px; }
.anythingSlider .back { right: 70px; }


.anythingSlider  #thumbNav { position: absolute; bottom: 20px; right:20px; text-align: center; z-index:3; }
.anythingSlider  #thumbNav a { 
	position:relative; float:left; display: inline-block; margin-right:2px; text-indent:-999px;
	background-image:url(../images/global/sliderIcoSet.gif);
	background-repeat:no-repeat;
/*	background-position:-12px 0;*/
	width:9px; height:11px;  
}
.anythingSlider  #thumbNav a.cur { /*background-position:-21px 0;*/ }
.anythingSlider  #start-stop { display:none;}


.anythingSlider li .sliderTitle {
	position:absolute!important;
	top:190px;
	left:10px;
	width:300px;
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#f9f9f9!important;
	z-index:2;
	line-height:normal;
}

.anythingSlider li .sliderTitle span {
	position:relative;
	display:block;
	top:2px;
	font-size:12px;
	color: rgba(0, 0, 0, 0.4);
}

.anythingSlider .sliderNavBg { position:absolute; width:78px; height:45px; bottom:0; right:0;z-index:2;}
.anythingSlider .sliderArrow {
	position:absolute;
	top:168px;
	left:20px;
	width:29px;	height:15px;
	overflow:hidden;
	z-index:6;
}



/**/
body#purple-haze .anythingSlider, body#purple-haze .anythingSlider .sliderNavBg {background:#8d79ce;}
body#purple-haze .anythingSlider #thumbNav a {background-position:-12px 0;}
body#purple-haze .anythingSlider #thumbNav a:hover, body#purple-haze .anythingSlider #thumbNav a.cur {background-position:-21px 0;}
body#purple-haze .anythingSlider .forward { background-position:-6px 0;}
body#purple-haze .anythingSlider .back { background-position:0 0;}
body#purple-haze .sliderArrow {
	background:transparent url(../images/global/sliderArrowPurple.png) no-repeat !important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='/assets/images/global/sliderArrowPurple.png');
}

/**/
body#joshua-tree .anythingSlider, body#joshua-tree .anythingSlider .sliderNavBg {background:#006866;}
body#joshua-tree .anythingSlider #thumbNav a {background-position:-12px -11px;}
body#joshua-tree .anythingSlider #thumbNav a:hover, body#joshua-tree .anythingSlider #thumbNav a.cur {background-position:-21px -11px;}
body#joshua-tree .anythingSlider .forward { background-position:-6px -11px;}
body#joshua-tree .anythingSlider .back { background-position:0 -11px;}
body#joshua-tree .sliderArrow {
	background:transparent url(../images/global/sliderArrowGreen.png) no-repeat !important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='/assets/images/global/sliderArrowGreen.png');
}

/**/
body#hot-sands .anythingSlider, body#hot-sands .anythingSlider .sliderNavBg {background:#7c6343;}
body#hot-sands .anythingSlider #thumbNav a {background-position:-12px -22px;}
body#hot-sands .anythingSlider #thumbNav a:hover, body#hot-sands .anythingSlider #thumbNav a.cur {background-position:-21px -22px;}
body#hot-sands .anythingSlider .forward { background-position:-6px -22px;}
body#hot-sands .anythingSlider .back { background-position:0 -22px;}
body#hot-sands .sliderArrow {
	background:transparent url(../images/global/sliderArrowBrown.png) no-repeat !important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='/assets/images/global/sliderArrowBrown.png');
}

/**/
body#golden-brown .anythingSlider, body#golden-brown .anythingSlider .sliderNavBg {background:#cd8700;}
body#golden-brown .anythingSlider #thumbNav a {background-position:-12px -33px;}
body#golden-brown .anythingSlider #thumbNav a:hover, body#golden-brown .anythingSlider #thumbNav a.cur {background-position:-21px -33px;}
body#golden-brown .anythingSlider .forward { background-position:-6px -33px;}
body#golden-brown .anythingSlider .back { background-position:0 -33px;}
body#golden-brown .sliderArrow {
	background:transparent url(../images/global/sliderArrowYellow.png) no-repeat !important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='/assets/images/global/sliderArrowYellow.png');
}

/**/
body#sea-change .anythingSlider, body#sea-change .anythingSlider .sliderNavBg {background:#286293;}
body#sea-change .anythingSlider #thumbNav a {background-position:-12px -44px;}
body#sea-change .anythingSlider #thumbNav a:hover, body#sea-change .anythingSlider #thumbNav a.cur {background-position:-21px -44px;}
body#sea-change .anythingSlider .forward { background-position:-6px -44px;}
body#sea-change .anythingSlider .back { background-position:0 -44px;}
body#sea-change .sliderArrow {
	background:transparent url(../images/global/sliderArrowBlue.png) no-repeat !important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='/assets/images/global/sliderArrowBlue.png');
}

/* form obj */
.fObj { position:relative; display:block;}
.fObj .textbox { position:relative; display:block; width:300px;}
.fObj .textarea { position:relative; display:block; width:;}

.fObj label { display:block; font-size:11px; font-family:Arial, Helvetica, sans-serif; color:#303030; margin-bottom:10px; }
.fObj label span { color:#b6b6b6; }
.fObj label.error {
	background:url(../images/global/redDot.gif) 0 50% no-repeat; 
	color:#ff0000; list-style-type:disc; padding-left:10px;  
}


.fObj .textbox input {
	position:relative;
	background:url(../images/global/fObjTextbox.gif) 0 0 no-repeat;
	width:267px;
	height:17px;
	padding:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;  

}
.fObj .textarea textarea {
	position:relative;
	background:url(../images/global/fObjTextarea.gif) 0 0 no-repeat;
	width:554px;
	height:98px;
	padding:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;  
}

.fObj .btnSubmit {
		position:relative;
		display:block;
		font-size:10px;
		font-weight:bold;
		color:#323232;
		padding:5px 10px;
		border:1px solid #cfcfcf;
		background:#e4e4e4;
		cursor:pointer;
		outline:0;
		
	
}


/* gallery */
.galleryFrame {
	position:relative;
	background:url(../images/global/pattern.gif) 0 0;	
}
.galleryFrame .photo { width:678px;height:342px;overflow:hidden;z-index:1;}
.galleryFrame .photo #photo-swap{ width:678px;height:342px;position:relative;z-index:1;top:-342px; filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}
.galleryFrame .photo .photo-nav{width:678px;height:342px;position:relative;top:-684px;overflow:hidden;z-index:2;}
.galleryFrame .photo .photo-nav #cursor-left{width:339px;height:342px;float:left;}
.galleryFrame .photo .photo-nav #cursor-right{width:339px;height:342px;float:right;}
.galleryFrame .btnPrev, .galleryFrame .btnNext {
	position:absolute;
	width:137px;
	height:137px;
	z-index:2;
}
.galleryFrame .btnPrev { left:0px;}
.galleryFrame .btnNext { right:0px;}

.galleryFrame .btnPrev .bg, .galleryFrame .btnNext .bg {
	position:relative;
	width:137px;
	height:137px;
	z-index:1;
}
.galleryFrame .btnPrev a, .galleryFrame .btnNext a {
	position:absolute;
	top:0; left:0;
	display:block;
	width:137px;
	height:137px;
	z-index:2;
	cursor:pointer;
	text-indent:-9999px;
}

body#golden-brown .galleryFrame .btnPrev .bg {
	background:transparent url(../images/global/btnPrev_yellow.png) no-repeat !important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='/assets/images/global/btnPrev_yellow.png');
}
body#golden-brown .galleryFrame .btnNext .bg {
	background:transparent url(../images/global/btnNext_yellow.png) no-repeat !important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='/assets/images/global/btnNext_yellow.png');
}

body#sea-change .galleryFrame .btnPrev .bg {
	background:transparent url(../images/global/btnPrev_blue.png) no-repeat !important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='/assets/images/global/btnPrev_blue.png');
}
body#sea-change .galleryFrame .btnNext .bg {
	background:transparent url(../images/global/btnNext_blue.png) no-repeat !important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='/assets/images/global/btnNext_blue.png');
}

body#purple-haze .galleryFrame .btnPrev .bg {
	background:transparent url(../images/global/btnPrev_Purple.png) no-repeat !important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='/assets/images/global/btnPrev_Purple.png');
}
body#purple-haze .galleryFrame .btnNext .bg {
	background:transparent url(../images/global/btnNext_purple.png) no-repeat !important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='/assets/images/global/btnNext_purple.png');
}

body#hot-sands .galleryFrame .btnPrev .bg {
	background:transparent url(../images/global/btnPrev_brown.png) no-repeat !important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='/assets/images/global/btnPrev_brown.png');
}
body#hot-sands .galleryFrame .btnNext .bg {
	background:transparent url(../images/global/btnNext_brown.png) no-repeat !important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='/assets/images/global/btnNext_brown.png');
}

body#joshua-tree .galleryFrame .btnPrev .bg {
	background:transparent url(../images/global/btnPrev_green.png) no-repeat !important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='/assets/images/global/btnPrev_green.png');
}
body#joshua-tree .galleryFrame .btnNext .bg {
	background:transparent url(../images/global/btnNext_green.png) no-repeat !important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='/assets/images/global/btnNext_green.png');
}
.galleryThumb { margin:10px 0 10px 10px;}
.galleryThumb .thumb {
	position:relative;
	float:left;
	display:block;
	width:112px;
	height:113px;
	overflow:hidden;
	margin:0 1px 1px 0;
	z-index:999;

}
.galleryThumb .image {
	position:relative!important;;
	display:block!important;;
	z-index:1!important;
}
.galleryThumb .thumb a {
	position:absolute!important;
	top:0!important; left:0!important;
	display:block;
	width:112px;
	height:113px;
	z-index:999!important;
	cursor:pointer;
	text-indent:-9999px;
}
body#golden-brown .galleryThumb .thumb.selected a, body#golden-brown .galleryThumb .thumb a:hover { border:5px solid #FAC600; width:102px; height:103px;}
body#sea-change .galleryThumb .thumb.selected a, body#sea-change .galleryThumb .thumb a:hover { border:5px solid #3B99D9; width:102px; height:103px;}
body#purple-haze .galleryThumb .thumb.selected a, body#purple-haze .galleryThumb .thumb a:hover { border:5px solid #9787C9; width:102px; height:103px;}
body#joshua-tree .galleryThumb .thumb.selected a, body#joshua-tree .galleryThumb .thumb a:hover { border:5px solid #5ea9a6; width:102px; height:103px;}
body#hot-sands .galleryThumb .thumb.selected a, body#hot-sands .galleryThumb .thumb a:hover { border:5px solid #B29A7A; width:102px; height:103px;}


.galleryName {
	position:relative;
	height:90px; 
	background:url(../images/global/pattern.gif) 0 0 ;
}

.galleryName h2.galName { font-size:24px!important; font-weight:bold; text-align:right; margin:0 20px!important; padding:0;}
.galleryName h3.galName { font-size:16px!important; font-weight:bold; text-align:right; margin:0 20px!important; padding:0;}

/**/

#newGallery {
	position:relative;
	display:block;
	margin:20px 18px 20px 20px;
	clear:both;
	height:auto;
	overflow:auto;	
}
#newGallery .albumItem {
	position:relative;
	display:inline;
	float:left;
	width:217px; height:208px;
	margin-right:2px;
	margin-bottom:2px;
}
#newGallery .albumItem .photo { position:relative; display:block; height:153px; overflow:hidden;}
#newGallery .albumItem .photo img { position:relative; display:block; width:217px; height:153px; z-index:1; }
#newGallery .albumItem .photo .pattern  {
	position:absolute; 
	top:0; left:0;
	display:block; 
	width:217px; height:153px; 
	z-index:2;
	background:transparent url(../images/global/bgPhotoPattern.png) no-repeat !important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='/assets/images/global/bgPhotoPattern.png');	 
}
#newGallery .albumItem .title  {
	position:relative; 
	display:block; 
	height:54px; 
	padding-top:1px;
	background:transparent url(../images/global/bgPattern.png) no-repeat !important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='/assets/images/global/bgPattern.png');	 
}
#newGallery .albumItem .title  h3 { position:relative; display:block; margin:10px; padding-left:20px;
font-size:11px; font-family:Arial, Tahoma; color:#fff!important;
background:url(../images/icons/icoArrowWhite.gif) no-repeat scroll 0 6px;
}
#newGallery .albumLink { position:absolute; display:block; top:0; left:0; width:217px; height:208px; z-index:5; cursor:pointer;}
#newGallery .albumLink:hover .frame, #newGallery .albumLink.selected .frame 
{ position:absolute; display:block!important; top:0; left:0; width:207px; height:143px; z-index:4;}

body#purple-haze	#newGallery .albumLink:hover .frame { border:5px solid #5B4A94;}
body#golden-brown	#newGallery .albumLink:hover .frame { border:5px solid #F1A52E;}
body#sea-change		#newGallery .albumLink:hover .frame { border:5px solid #6698CD;}
body#hot-sands		#newGallery .albumLink:hover .frame { border:5px solid #7C6343;}
body#joshua-tree	#newGallery .albumLink:hover .frame { border:5px solid #008684;}




body#purple-haze	#newGallery .albumItem { background:#5B4A94;}
body#golden-brown	#newGallery .albumItem { background:#F1A52E;}
body#sea-change		#newGallery .albumItem { background:#6698CD;}
body#hot-sands		#newGallery .albumItem { background:#7C6343;}
body#joshua-tree	#newGallery .albumItem { background:#008684;}



/**/
.map-marker {
	position:absolute;
	top:198px; left:437px;
	width:68px; height:58px;
	background-image:url(../images/content/babylon-mark-marker.jpg);
	background-repeat:no-repeat;
}
body#sea-change .map-marker { background-position:0 0;}
body#golden-brown .map-marker { background-position:-68px 0;}
body#hot-sands .map-marker { background-position:-68px 0;}
body#joshua-tree .map-marker { background-position:-136px 0;}
body#purple-haze .map-marker { background-position:-204px 0;}


/**/
.shareContainer { 
	position:absolute; 
	top:257px; 
	left:0; 
	display:block; 
	width:697px; 
	height:28px; 
	z-index:5;
}

.shareBus {
	background-image :url(../images/global/bgShareSet.gif);
	background-repeat: no-repeat;
	position:relative;
	float:right;
	width:128px;
	height:28px;
	overflow:hidden;
}
.shareBus li {
	position:relative;
	float:left;
	display:inline;
}
.shareBus li a {
	position:relative;
	display:block;
	width:28px;
	height:28px;
	margin-right:1px;
	cursor:pointer;
	text-indent:-9999px;
}
.shareBus li a.print {
	margin:0;
	width:70px;
}				


body#purple-haze .shareBus { background-position: 0 0 ; }
body#golden-brown .shareBus { background-position: -157px 0 ; }
body#sea-change .shareBus { background-position: -314px 0 ; }
body#hot-sands .shareBus { background-position: -471px 0 ; }
body#joshua-tree .shareBus { background-position: -628px 0 ; }


.shareBus a.facebook,
.shareBus a.twitter,
.shareBus a.myspace,
.shareBus a.print 		{ 
	background-image: url(../images/global/bgShareSet.gif);
	background-repeat: no-repeat;
}

body#purple-haze .shareBus a.facebook 			{ background-position: 0  		0; }
body#purple-haze .shareBus a.twitter 			{ background-position: -29px  	0; }
body#purple-haze .shareBus a.myspace 			{ background-position: -58px  	0; }
body#purple-haze .shareBus a.print 				{ background-position: -87px  	0; }
body#purple-haze.eng .shareBus a.print 			{ background-position: -87px  	-56px; }
body#purple-haze .shareBus a.facebook:hover 	{ background-position: 0  		-28px; }
body#purple-haze .shareBus a.twitter:hover 		{ background-position: -29px  	-28px; }
body#purple-haze .shareBus a.myspace:hover 		{ background-position: -58px  	-28px; }
body#purple-haze .shareBus a.print:hover 		{ background-position: -87px  	-28px; }
body#purple-haze.eng .shareBus a.print:hover 	{ background-position: -87px  	-84px; }

body#golden-brown .shareBus a.facebook 			{ background-position: -157px  	0; }
body#golden-brown .shareBus a.twitter 			{ background-position: -186px  	0; }
body#golden-brown .shareBus a.myspace 			{ background-position: -215px  	0; }
body#golden-brown .shareBus a.print 			{ background-position: -244px  	0; }
body#golden-brown.eng .shareBus a.print 		{ background-position: -244px  	-56px; }
body#golden-brown .shareBus a.facebook:hover 	{ background-position: -157px  	-28px; }
body#golden-brown .shareBus a.twitter:hover 	{ background-position: -186px  	-28px; }
body#golden-brown .shareBus a.myspace:hover 	{ background-position: -215px  	-28px; }
body#golden-brown .shareBus a.print:hover 		{ background-position: -244px  	-28px; }
body#golden-brown.eng .shareBus a.print:hover 	{ background-position: -244px  	-84px; }

body#sea-change .shareBus a.facebook 			{ background-position: -314px  	0; }
body#sea-change .shareBus a.twitter 			{ background-position: -343px  	0; }
body#sea-change .shareBus a.myspace 			{ background-position: -372px  	0; }
body#sea-change .shareBus a.print 				{ background-position: -401px  	0; }
body#sea-change.eng .shareBus a.print 			{ background-position: -401px  	-56px; }
body#sea-change .shareBus a.facebook:hover 		{ background-position: -314px  	-28px; }
body#sea-change .shareBus a.twitter:hover 		{ background-position: -343px  	-28px; }
body#sea-change .shareBus a.myspace:hover 		{ background-position: -372px  	-28px; }
body#sea-change .shareBus a.print:hover 		{ background-position: -401px  	-28px; }
body#sea-change.eng .shareBus a.print:hover 		{ background-position: -401px  	-84px; }
												
body#hot-sands .shareBus a.facebook 			{ background-position: -471px  	0; }
body#hot-sands .shareBus a.twitter 				{ background-position: -500px  	0; }
body#hot-sands .shareBus a.myspace 				{ background-position: -529px  	0; }
body#hot-sands .shareBus a.print 				{ background-position: -558px  	0; }
body#hot-sands.eng .shareBus a.print 				{ background-position: -558px  	-56px; }
body#hot-sands .shareBus a.facebook:hover 		{ background-position: -471px  	-28px; }
body#hot-sands .shareBus a.twitter:hover 		{ background-position: -500px  	-28px; }
body#hot-sands .shareBus a.myspace:hover 		{ background-position: -529px  	-28px; }
body#hot-sands .shareBus a.print:hover 			{ background-position: -558px  	-28px; }
body#hot-sands.eng .shareBus a.print:hover 			{ background-position: -558px  	-84px; }
												
body#joshua-tree .shareBus a.facebook 			{ background-position: -628px  	0; }
body#joshua-tree .shareBus a.twitter 			{ background-position: -657px  	0; }
body#joshua-tree .shareBus a.myspace 			{ background-position: -686px  	0; }
body#joshua-tree .shareBus a.print 				{ background-position: -715px  	0; }
body#joshua-tree.eng .shareBus a.print 				{ background-position: -715px  	-56px; }
body#joshua-tree .shareBus a.facebook:hover 	{ background-position: -628px  	-28px; }
body#joshua-tree .shareBus a.twitter:hover 		{ background-position: -657px  	-28px; }
body#joshua-tree .shareBus a.myspace:hover 		{ background-position: -686px  	-28px; }
body#joshua-tree .shareBus a.print:hover 		{ background-position: -715px  	-28px; }
body#joshua-tree.eng .shareBus a.print:hover 		{ background-position: -715px  	-84px; }


	
.shareContainer .eventInfo {
	background:#575757;
	height:28px;
	overflow:hidden;
	float:left;
}	
.shareContainer .eventInfo li {
	float:left;
	margin-top:4px;
	padding:5px 0 4px 0;
	border-right:1px solid #676767;
}	
.shareContainer .eventInfo li.last { border:none;}
.shareContainer .eventInfo li a {
	display:block;
	padding:0 10px;
	font-size:11px;
	color:#ababab!important;
	text-decoration:underline;
	cursor:pointer;
}	
	
.shareContainer .eventInfo li.myspace {
background-image:url(../images/global/myspace.jpg);
background-repeat:no-repeat;
width:103px;
height:28px;
margin:0;
border:none;
}


.shareContainer .eventInfo li.myspace a {
	color:#80a5c0!important;
	margin:3px 0 0 30px;
	*margin-top:8px;
}	
	


/* search result */

.searchResult h2 {
	position:relative;
	font-size:22px!important;
	font-weight:bold!important;
	margin:0!important
}
.searchResult h2 a {
	text-decoration:underline;
	color:#c2c2c2!important;
}


.searchResult .filterLink li {
	position:relative;
	float:left;
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #f0f0f0;
	font-size:12px!important;
}
.searchResult .filterLink li.last { border:none;}
.searchResult .filterLink li a div { text-decoration:none;}
.searchResult .filterLink li a span { padding-left:10px; color:#c2c2c2; text-decoration:none;}


.resultList li {
	position:relative;
	border-top:1px solid #f0f0f0;
	padding:20px 0;

}
.resultList li h3 { font-family:Arial, Helvetica, sans-serif!important; font-size:16px!important; font-weight:bold!important; color:#303030!important;margin:0!important; text-decoration:none;} 
.resultList li h3 a { color:#303030!important;text-decoration:none;}
.resultList li .ico {
	position:relative;
	background:url(../images/global/icoSearch.gif) 0 0 no-repeat; 
	float:left;
	display:block;
	width:79px;
	height:20px;
	margin-right:10px;
}
.resultList li .ico a {
	position:relative;
	display:block;
	width:79px;
	height:20px;
	text-indent:-9999px; 
}
.resultList li .ico.babylon { background-position:0 0;}
.resultList li .ico.alacati { background-position:0 -20px;}
.resultList li .ico.lounge { background-position:0 -40px;}
.resultList li .ico.news { background-position:0 -60px;}
.resultList li .ico.content { background-position:0 -80px;}
.resultList li .ico.ayayorgi { background-position:0 -100px;}

.resultList li span.date {
	display:block;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#989999;
	padding-top:3px;
	
}
.resultList li span.press {
	display:block;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#303030;
	padding-top:3px;
	
}
.resultList li span.press font {color:#949494;}

.resultList li .icoPress {
	position:relative;
	display:inline;
	float:left;
	width:30px;
	height:37px;
	margin-right:10px;
	background-image:url(../images/icons/icoPress.gif);
	background-repeat:no-repeat;
}

.resultList li .photo {
		position:relative;
		float:left;
		margin-right:10px;
		width:127px;
}
.resultList li .text {
		position:relative;
		float:left;
		width:520px;
}
.resultList li .photo img { width:127px;}

.archiveText p { margin:0!important;}


body#golden-brown .resultList li .icoPress {background-position:-123px 0;}
body#sea-change .resultList li .icoPress {background-position:-164px 0;}
body#purple-haze .resultList li .icoPress {background-position:-82px 0;}
body#hot-sands .resultList li .icoPress {background-position:-41px 0;}
body#joshua-tree .resultList li .icoPress { background-position:0 0;}

.resultList li .pressCont {
	position:relative;
	display:inline;
	float:left;
	width:600px;
}

.resultList .cFilt {
	position:relative;
	float:left;
	display:inline;
	width:55px;
	height:20px;
	padding-left:25px;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	line-height:20px;
	margin-right:2px;
}
.resultList .musicIco {background:#a3a3a3 url(../images/icons/icoArsiv.gif) 0 0 no-repeat; }
.resultList .videoIco {background:#a3a3a3 url(../images/icons/icoArsiv.gif) 0 -20px no-repeat; }


.searchFilter {
	position:relative;
	width:277px; 
	float:right; 
	background:#fff;
}
.searchFilter #dateSelectPanel, .searchFilter .SelectPanel  {
	position:relative;
	width:247px;
	margin:0 auto;
}
.searchFilter select { margin-right:5px; border:1px solid #cfcfcf;}




.searchFilter .searchBox {
	position:relative;
	background:url(../images/global/searchInput.gif) 0 0 no-repeat;
	width:247px;
	height:28px;
	margin:0 auto
}
.searchFilter .searchBox .btnSearch {
	position:relative;
	float:left;
	width:28px;
	height:28px;
	border:none;
	background:transparent;
	text-indent:-9999px;
	cursor:pointer;
}
.searchFilter .searchBox .inputSearch {
	position:relative;
	float:left;
	width:205px;
	height:18px;
	border:none;
	background:transparent;
	padding:5px
}
.searchFilter .genreDropdown {
	position:relative;
	background:url(../images/global/genreSelect.gif) 0 0 no-repeat;
	width:247px;
	height:28px;
	margin:0 auto;
}
.searchFilter .genreDropdown .genre_select {
	position:relative;
	display:block;
	width:229px;
	height:10px;
	padding:9px;
	color:#727272!important;
	font-size:12px;
	font-weight:bold;
}

.searchFilter .genreDropdown #drop_genre {
	position:relative;
	width:247px;
	font-size:12px;
}

.searchFilter .sfCheckbox  {
	position:relative;
	width:247px;
	font-size:12px;
	margin:0 auto;
}
.searchFilter .sfCheckbox  .left { width:120px; margin-bottom:10px;}

.searchFilter .buttonArea {
	position:relative;
	width:247px;
	margin:0 auto;
}
.searchFilter .btnDetailSearch {
	position:relative;
	float:right;
	display:block;
	background:url(../images/global/btnDetailSearch.gif) 0 0 no-repeat;
	width:98px;
	height:28px;
	text-indent:-9999px;
	cursor:pointer;
}

/**/

.paging {
	position:relative;
	display:block;
	overflow:hidden;
}
.paging ul { width:340px; margin:auto;}
.paging li {
	position:relative;
	float:left;
}
.paging li a {
	position:relative;
	display:block;
	padding:5px;
	font-size:12px;
	font-weight:bold;
}
.paging li a:hover { text-decoration:underline;}
.paging li.selected a { color:#fff!important;}

body#golden-brown .paging li.selected a { background:#F1A52E;}
body#sea-change .paging li.selected a { background:#6698CD;}
body#purple-haze .paging li.selected a { background:#5B4A94;}
body#hot-sands .paging li.selected a { background:#7C6343;}
body#joshua-tree .paging li.selected a { background:#008684;}

body#golden-brown .paging li.prev a, body#golden-brown .paging li.next a { border:1px solid #F1A52E;}
body#sea-change .paging li.prev a, body#sea-change .paging li.next a { border:1px solid #6698CD;}
body#purple-haze .paging li.prev a, body#purple-haze .paging li.next a { border:1px solid #5B4A94;}
body#hot-sands .paging li.prev a, body#hot-sands .paging li.next a { border:1px solid #7C6343;}
body#joshua-tree .paging li.prev a, body#joshua-tree .paging li.next a { border:1px solid #008684;}


.paging li.prev a, .paging li.next a{
	position:relative;
	display:block;
	padding:6px 10px;
	margin:0 5px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none!important;
}

.paging li.prev a span, .paging li.next a span{
	font-size:14px;
}







/* akordiyon */

.accordion-container {
	position:relative;
	display:block;
}

.accordion-container li {
	position:relative;
	display:block;
	background:none!important;
	padding:0!important;
}


.accordion-container .accordion-link {
	position:relative;
	display:block;
	line-height:18px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none!important;
	
	padding:3px 30px 3px 10px;
}

.accordion-container a.accordion-link span {
	position:absolute;
	top:3px; right:6px;
	width:18px; height:18px;
}
.accordion-container a.selected span {
	position:absolute;
	top:3px; right:6px;
	width:18px; height:18px;
}

body#golden-brown .accordion-container a.accordion-link span {background:url(../images/icons/icoAccordion.gif) 0 0 no-repeat;}
body#golden-brown .accordion-container a.selected span {background:url(../images/icons/icoAccordion.gif) 0 -18px no-repeat;}
body#golden-brown .accordion-container li { border:1px solid #feb13b;}
body#golden-brown ul li .accordion-link {color:#feb13b!important;}


body#sea-change .accordion-container a.accordion-link span {background:url(../images/icons/icoAccordion.gif) -18px 0 no-repeat;}
body#sea-change .accordion-container a.selected span {background:url(../images/icons/icoAccordion.gif) -18px -18px no-repeat;}
body#sea-change .accordion-container li {border:1px solid #70a2d8;}
body#sea-change ul li .accordion-link {color:#70a2d8!important;}


body#purple-haze .accordion-container a.accordion-link span {background:url(../images/icons/icoAccordion.gif) -36px 0 no-repeat;}
body#purple-haze .accordion-container a.selected span {background:url(../images/icons/icoAccordion.gif) -36px -18px no-repeat;}
body#purple-haze .accordion-container li { border:1px solid #8977c4;}
body#purple-haze ul li .accordion-link {color:#8977c4!important;}


body#hot-sands .accordion-container a.accordion-link span {background:url(../images/icons/icoAccordion.gif) -54px 0 no-repeat;}
body#hot-sands .accordion-container a.selected span {background:url(../images/icons/icoAccordion.gif) -54px -18px no-repeat;}
body#hot-sands .accordion-container li { border:1px solid #a28866;}
body#hot-sands ul li .accordion-link {color:#a28866!important;}

body#joshua-tree .accordion-container a.accordion-link span {background:url(../images/icons/icoAccordion.gif) -72px 0 no-repeat;}
body#joshua-tree .accordion-container a.selected span {background:url(../images/icons/icoAccordion.gif) -72px -18px no-repeat;}
body#joshua-tree .accordion-container li { border:1px solid #2f9d9a;}
body#joshua-tree ul li .accordion-link {color:#2f9d9a!important;}



.accordion-container li div {
	position:relative;
	display:block;
	padding:10px;
}


.zineBox {
	position:relative;
	display:block;
	overflow:auto;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #f0f0f0;
}

.zineBox .cover {
	position:relative;
	width:133px; height:183px;
	display:inline;
	float:left;
	margin-right:10px;
	background:url(../images/global/coverBack.gif) 0 0 no-repeat;
	overflow:hidden;
}
.zineBox .cover a {
	position:absolute;
	top:3px; left:3px;
	width:127px; height:177px;
	display:block;
	overflow:hidden;
}
.zineBox .zineInfo {
	position:relative;
	display:inline;
	float:left;
	width:405px;
}
.zineBox .zineInfo h2 {
	position:relative;
	margin:2px 0 5px 0!important;
}
.zineBox .zineNum {
	position:relative;
	float:left;
	padding:0 7px;
	margin-right:10px;
	height:20px;
	line-height:20px;
	overflow:hidden;
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
}
.zineBox span.date {
	position:relative;
	float:left;
	height:20px;
	line-height:20px;
	overflow:hidden;
	color:#989999;
	font-size:11px;
	clear:right;
}

.zineBox .zineDl {
	position:relative;
	float:right;
	width:69px; height:75px;
	margin-top:30px;
}
.zineBox .zineDl a {
	position:relative;
	display:block;
	width:69px; height:75px;
	background:url(../images/icons/icoPDFdownload.gif) 0 0 no-repeat;
	cursor:pointer;
	text-indent:-9999px;s
}


body#golden-brown	.zineBox .zineNum {background:#feb13b;}
body#sea-change		.zineBox .zineNum {background:#70a2d8;}
body#purple-haze	.zineBox .zineNum {background:#8977c4;}
body#hot-sands		.zineBox .zineNum {background:#a28866;}
body#joshua-tree	.zineBox .zineNum {background:#2f9d9a;}


.navDict 
{
	position:relative;
	display:block;
	height:37px;
	overflow:hidden;
	background:url(../images/global/bgDic.gif) 0 bottom repeat-x;
}

.navDict .letter
{
	position:relative;
	display:block;
	height:37px;
	margin:0 30px;
	overflow:hidden;
}	
.navDict .letter a
{
	position:relative;
	display:block;
	float:left;
	height:37px;
	width:26px;
	text-align:center;
	line-height:37px;
	font-size:11px;
	color:#656565;
}
.navDict .letterInner
{
	position:absolute;
	display:block;
	height:37px;
	top:0;
	left:0;
	width:930px;
}	

.navDict .letter a.selected
{
border:1px solid #777c86;
border-bottom:none;
background:#fff;
}

.navDict .letter span
{
	position:relative;
	display:block;
	float:left;
	height:37px;
	width:5px;
	text-align:center;
	line-height:37px;
	font-size:11px;
	color:#656565;	
}



.navDict .next, .navDict .prev
{
	position:absolute;
	display:block;
	width:27px;
	height:32px;
	overflow:hidden;
	z-index:2;
}	
.navDict .next { right:0; bottom:0; }
.navDict .prev { left:0; bottom:0; }

.navDict .next a, .navDict .prev a
{
	position:relative;
	display:block;
	width:27px;
	height:32px;
	text-indent:-9999px;
	background-image:url(../images/global/navDict.gif);
	background-repeat:no-repeat;
}	
.navDict .next a { background-position:0 -32px;}
.navDict .prev a { background-position:0 0;}

.content-dictionary p strong { font-size:12px; font-weight:bold;}

body#golden-brown	.content-dictionary p strong {color:#feb13b;}
body#sea-change		.content-dictionary p strong {color:#70a2d8;}
body#purple-haze	.content-dictionary p strong {color:#8977c4;}
body#hot-sands		.content-dictionary p strong {color:#a28866;}
body#joshua-tree	.content-dictionary p strong {color:#2f9d9a;}


/* bottomSide */

body#purple-haze .bottomSide {background:#8d79ce;}
body#joshua-tree .bottomSide {background:#006866;}
body#hot-sands .bottomSide {background:#7c6343;}
body#golden-brown .bottomSide{background:#cd8700;}
body#sea-change .bottomSide {background:#286293;}

.bottomSide {
	position:relative; display:block;
	height:97px; overflow:hidden;
}
.bottomSide ul li {
	position:relative; display:inline; float:left;
	width:277px; height:91px; overflow:hidden;
	padding:3px 3px 0 0
}
.bottomSide ul li.last {width:274px;}
.bottomSide ul li a { display:block;}

.bottomSide .btnClose {
	position:absolute; display:block;
	top:35px; left:20px;
	width:67px; height:27px; overflow:hidden;
}

.bottomSide .btnClose .bg {
	position:relative; display:block; z-index:1; 
	width:67px; height:27px; overflow:hidden;
	background:transparent url(../images/global/btnClose.png) no-repeat !important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='/assets/images/global/btnClose.png');	
}
.bottomSide .btnClose a {
	position:absolute; display:block; z-index:2;
	top:0; left:0;
	width:67px; height:27px; overflow:hidden;
	text-indent:-9999px; cursor:pointer;
}

