div.clearing {
	clear: both;
}

.a-left {
	text-align: left;
}
.a-right {
	text-align: right;
}

body {
	font: 10px/1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #fff url(../images/bg_body_lightblue.jpg) repeat-x center top;
	color: #666;
}

body.purple {
	background: #fff url(../images/bg_body_purple.jpg) repeat-x center top;
}
body.orange {
	background: #fff url(../images/bg_body_orange.jpg) repeat-x center top;
}
body.lightBlue {
	background: #fff url(../images/bg_body_lightblue.jpg) repeat-x center top;
}
body.darkBlue {
	background: #fff url(../images/bg_body_darkblue.jpg) repeat-x center top;
}
body.gray {
	background: #fff url(../images/bg_body_gray.jpg) repeat-x center top;
}
body.green {
	background: #fff url(../images/bg_body_green.jpg) repeat-x center top;
}
body.red {
	background: #fff url(../images/bg_body_red.jpg) repeat-x center top;
}


#wrapper {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	min-height:550px;
  	height:auto !important;
  	height:550px;
}

p {
	line-height: 1.6em;
	margin-bottom: 1.1em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	color: #00bbe4;
	text-decoration: none;
}

a:hover {
	color: #00bbe4;
	text-decoration: underline;
}

body.purple a {
	color: #490045;
	text-decoration: none;
}
body.purple a:hover {
	text-decoration: underline;
}

body.orange a {
	color: #f68920;
	text-decoration: none;
}
body.orange a:hover {
	text-decoration: underline;
}

body.lightBlue a {
	color: #00bbe4;
	text-decoration: none;
}
body.lightBlue a:hover {
	text-decoration: underline;
}

body.darkBlue a {
	color: #002e62;
	text-decoration: none;
}
body.darkBlue a:hover {
	text-decoration: underline;
}

body.gray a {
	color: #797c83;
	text-decoration: none;
}
body.gray a:hover {
	text-decoration: underline;
}

body.green a {
	color: #499238;
	text-decoration: none;
}
body.green a:hover {
	text-decoration: underline;
}

body.red a {
	color: #db1a35;
	text-decoration: none;
}
body.red a:hover {
	text-decoration: underline;
}



/* @group contactForm */

table#countrySelect, table#countrySelect tr, table#countrySelect td {
	padding: 0;
	margin: 0;
	vertical-align: middle;
	border: 0;
}
table#countrySelect {
	margin-bottom: 15px;
	height: 40px;
}
table#countrySelect td {
	margin-bottom: 20px;
	height: 20px;
}
#countrySelect #fldShowCountryOffice {
	width: 340px;
}
table#countrySelect td {
	margin-bottom: 20px;
	height: 20px;
}



.jpFrmError {
	/* background: #FFCCCC; */
	border: 2px solid #008DAB !important;
}
#jpFrmMessage {
	background: #008DAB;
	color: #fff;
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	display: none;
}


#frmContact {
	margin: 10px 0px 0px 0px;
	background: #e8f5f9 url(../images/formtop.jpg) no-repeat;
}
#frmContactInner {
	padding: 40px 20px;
	background: url(../images/formbottom.jpg) bottom left no-repeat;
}

.frmCol1 {
	width: 232px;
	float: left;
	display: inline;
}
.frmCol2 {
	width: 217px;
	float: right;
	display: inline;
}

#frmContact td, #frmContact th {
	font-size: 1em;
	font-weight: normal;
	padding: 0px 0px 20px 0px;
	border: 0px;
	vertical-align: top;
}
.frmCol1 th {
	width: 80px;
	padding-right: 2px;
}
.frmCol2 th {
	width: 65px;
	padding-right: 2px;
}

#frmContact label {
	display: block;
	padding-top: .3em;
}

#frmContact input, #frmContact textarea, #frmContact select {
	width: 152px;
	border: 1px solid #aaa;
	height: 18px;
	margin: 0px;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}
#frmContact select {
	height: 22px;
}
#frmContact .frmCol1 textarea {
	height: 80px;
}
#frmContact .frmCol2 textarea {
	height: 292px;
}
#frmContact .frmCol2 button {
	width: 71px;
	background-color: #008dab;
	color: #fff;
	border: 0;
}


/* @end */

/* @group header and flags */

#header {
	width: 980px;
	height: 109px;
	position: relative;
}

#header h1, #header h2 {
	position: absolute;
	top: 0;
	height: 109px;
	font-size: 0.1em;
}

#header h2 {
	text-indent: -5000px;
}

#header h1 a, #header h2 a {
	display: block;
	height: 100%;
}

#header h1 {
	width: 165px;
	left: 5px;
}

#header h1 span {
	background: url(../images/logo_think_lightblue.png) no-repeat;
	display: block;
	height: 100%;
	cursor: pointer;
	text-indent: -5000px;
}

body.purple #header h1 span {
	background: url(../images/logo_think_purple.png) no-repeat;
}

body.orange #header h1 span {
	background: url(../images/logo_think_orange.png) no-repeat;
}

body.lightBlue #header h1 span {
	background: url(../images/logo_think_lightblue.png) no-repeat;
}

body.darkBlue #header h1 span {
	background: url(../images/logo_think_darkblue.png) no-repeat;
}

body.gray #header h1 span {
	background: url(../images/logo_think_gray.png) no-repeat;
}

body.green #header h1 span {
	background: url(../images/logo_think_green.png) no-repeat;
}

body.red #header h1 span {
	background: url(../images/logo_think_red.png) no-repeat;
}

#header h2 {
	background: url(../images/logo_quadriga.gif) no-repeat;
	width: 139px;
	right: 0;
}

#header ul {
	position: absolute;
	top: 49px;
	left: 683px;
	width: 150px;
	height: 24px;
	text-indent: -5000px;
}

#header li {
	float: left;
	width: 18px;
	height: 25px;
	margin-right: 12px;
}

#header li a {
	display: block;
	width: 18px;
	height: 25px;
}

#header li a:hover {
	display: block;
	width: 18px;
	height: 25px;
}

#flagEng a {
	background: url(../images/flag_uk.gif) no-repeat;
	opacity: 0.2;
}

#flagSpa a {
	background: url(../images/flag_spain.gif) no-repeat;
	opacity: 0.2;
}

#flagGer a {
	background: url(../images/flag_ger.gif) no-repeat;
	opacity: 0.2;
}

#flagFra a {
	background: url(../images/flag_fra.gif) no-repeat;
	opacity: 0.2;
}

#flagIta a {
	background: url(../images/flag_ita.gif) no-repeat;
	opacity: 0.2;
}

#flagEng a:hover, #flagSpa a:hover, #flagGer a:hover, #flagFra a:hover, #flagIta a:hover {
	opacity: 1 !important;
}

#flagEng a.on, #flagSpa a.on, #flagGer a.on, #flagFra a.on, #flagIta a.on {
	opacity: 1 !important;
}

/* @end */


/* @group navbar */

div#navbar {
	width: 980px;
	height: 40px;
	/*overflow: hidden;*/
	display: block;
	clear: both;
}

div#navbar ul {
	height: 40px;
	padding: 0px;
	background: url(../images/navbar.gif) no-repeat;
	position: relative;
	display: block;
	margin: 0;
	z-index: 1;
}

body.lightBlue div#navbar ul {
	background-image: url(../images/navbar_lightblue.gif);
}
body.darkBlue div#navbar ul {
	background-image: url(../images/navbar_darkblue.gif);
}
body.gray div#navbar ul {
	background-image: url(../images/navbar_gray.gif);
}
body.green div#navbar ul {
	background-image: url(../images/navbar_green.gif);
}
body.orange div#navbar ul {
	background-image: url(../images/navbar_orange.gif);
}
body.purple div#navbar ul {
	background-image: url(../images/navbar_purple.gif);
}
body.red div#navbar ul {
	background-image: url(../images/navbar_red.gif);
}

#navbar li {
	list-style: none;
	top: 0px;
	position: absolute;
	padding: 0;
	margin: 0;
}

#navbar li, #navbar a {
	height: 40px;
	display: block;
}

#navbar a {
	text-indent: -5000px;
	text-decoration: none;
}

#nb1 {
	left: 0;
	width: 187px;
}
#nb2 {
	left: 187px;
	width: 158px;
}
#nb3 {
	left: 345px;
	width: 145px;
}
#nb4 {
	left: 490px;
	width: 148px;
}
#nb5 {
	left: 621px;
	width: 158px;
}
#nb6 {
	left: 779px;
	width: 85px;
}
#nb7 {
	left: 864px;
	width: 116px;
}

#nb1 a:hover, #nb1.on a,
#nb1:hover a, #nb1.hover a {
	background-position: 0px -40px;
}
#nb2 a:hover, #nb2.on a,
#nb2:hover a, #nb2.hover a {
	background-position: -187px -40px;
}
#nb3 a:hover, #nb3.on a,
#nb3:hover a, #nb3.hover a {
	background-position: -345px -40px;
}
#nb4 a:hover, #nb4.on a,
#nb4:hover a, #nb4.hover a {
	background-position: -490px -40px;
}
#nb5 a:hover, #nb5.on a,
#nb5:hover a, #nb5.hover a {
	background-position: -621px -80px;
}
#nb5.adjacentOn a {
	background-position: -621px -120px !important;
}
#nb6 a:hover, #nb6.on a,
#nb6:hover a, #nb6.hover a {
	background-position: -779px -80px;
}
#nb7 a:hover, #nb7.on a,
#nb7:hover a, #nb7.hover a {
	background-position: -864px -80px;
}


#nb1 a:hover, #nb1.on a,
#nb1:hover a, #nb1.hover a,
#nb2 a:hover, #nb2.on a,
#nb2:hover a, #nb2.hover a,
#nb3 a:hover, #nb3.on a,
#nb3:hover a, #nb3.hover a,
#nb4 a:hover, #nb4.on a,
#nb4:hover a, #nb4.hover a,
#nb5 a:hover, #nb5.on a,
#nb5:hover a, #nb5.hover a,
#nb6 a:hover, #nb6.on a,
#nb6:hover a, #nb6.hover a,
#nb7 a:hover, #nb7.on a,
#nb7:hover a, #nb7.hover a {
	background-image: url(../images/navbar_lightblue.gif);
	background-repeat: no-repeat;
	background-color: transparent;
}

body.purple #nb1 a:hover, body.purple #nb1.on a,
body.purple #nb1:hover a, body.purple #nb1.hover a,
body.purple #nb2 a:hover, body.purple #nb2.on a,
body.purple #nb2:hover a, body.purple #nb2.hover a,
body.purple #nb3 a:hover, body.purple #nb3.on a,
body.purple #nb3:hover a, body.purple #nb3.hover a,
body.purple #nb4 a:hover, body.purple #nb4.on a,
body.purple #nb4:hover a, body.purple #nb4.hover a,
body.purple #nb5 a:hover, body.purple #nb5.on a,
body.purple #nb5:hover a, body.purple #nb5.hover a,
body.purple #nb6 a:hover, body.purple #nb6.on a,
body.purple #nb6:hover a, body.purple #nb6.hover a,
body.purple #nb7 a:hover, body.purple #nb7.on a,
body.purple #nb7:hover a, body.purple #nb7.hover a {
	background-image: url(../images/navbar_purple.gif);
}

body.orange #nb1 a:hover, body.orange #nb1.on a,
body.orange #nb1:hover a, body.orange #nb1.hover a,
body.orange #nb2 a:hover, body.orange #nb2.on a,
body.orange #nb2:hover a, body.orange #nb2.hover a,
body.orange #nb3 a:hover, body.orange #nb3.on a,
body.orange #nb3:hover a, body.orange #nb3.hover a,
body.orange #nb4 a:hover, body.orange #nb4.on a,
body.orange #nb4:hover a, body.orange #nb4.hover a,
body.orange #nb5 a:hover, body.orange #nb5.on a,
body.orange #nb5:hover a, body.orange #nb5.hover a,
body.orange #nb6 a:hover, body.orange #nb6.on a,
body.orange #nb6:hover a, body.orange #nb6.hover a,
body.orange #nb7 a:hover, body.orange #nb7.on a,
body.orange #nb7:hover a, body.orange #nb7.hover a {
	background-image: url(../images/navbar_orange.gif);
}

body.red #nb1 a:hover, body.red #nb1.on a,
body.red #nb1:hover a, body.red #nb1.hover a,
body.red #nb2 a:hover, body.red #nb2.on a,
body.red #nb2:hover a, body.red #nb2.hover a,
body.red #nb3 a:hover, body.red #nb3.on a,
body.red #nb3:hover a, body.red #nb3.hover a,
body.red #nb4 a:hover, body.red #nb4.on a,
body.red #nb4:hover a, body.red #nb4.hover a,
body.red #nb5 a:hover, body.red #nb5.on a,
body.red #nb5:hover a, body.red #nb5.hover a,
body.red #nb6 a:hover, body.red #nb6.on a,
body.red #nb6:hover a, body.red #nb6.hover a,
body.red #nb7 a:hover, body.red #nb7.on a,
body.red #nb7:hover a, body.red #nb7.hover a {
	background-image: url(../images/navbar_red.gif);
}

body.green #nb1 a:hover, body.green #nb1.on a,
body.green #nb1:hover a, body.green #nb1.hover a,
body.green #nb2 a:hover, body.green #nb2.on a,
body.green #nb2:hover a, body.green #nb2.hover a,
body.green #nb3 a:hover, body.green #nb3.on a,
body.green #nb3:hover a, body.green #nb3.hover a,
body.green #nb4 a:hover, body.green #nb4.on a,
body.green #nb4:hover a, body.green #nb4.hover a,
body.green #nb5 a:hover, body.green #nb5.on a,
body.green #nb5:hover a, body.green #nb5.hover a,
body.green #nb6 a:hover, body.green #nb6.on a,
body.green #nb6:hover a, body.green #nb6.hover a,
body.green #nb7 a:hover, body.green #nb7.on a,
body.green #nb7:hover a, body.green #nb7.hover a {
	background-image: url(../images/navbar_green.gif);
}

body.gray #nb1 a:hover, body.gray #nb1.on a,
body.gray #nb1:hover a, body.gray #nb1.hover a,
body.gray #nb2 a:hover, body.gray #nb2.on a,
body.gray #nb2:hover a, body.gray #nb2.hover a,
body.gray #nb3 a:hover, body.gray #nb3.on a,
body.gray #nb3:hover a, body.gray #nb3.hover a,
body.gray #nb4 a:hover, body.gray #nb4.on a,
body.gray #nb4:hover a, body.gray #nb4.hover a,
body.gray #nb5 a:hover, body.gray #nb5.on a,
body.gray #nb5:hover a, body.gray #nb5.hover a,
body.gray #nb6 a:hover, body.gray #nb6.on a,
body.gray #nb6:hover a, body.gray #nb6.hover a,
body.gray #nb7 a:hover, body.gray #nb7.on a,
body.gray #nb7:hover a, body.gray #nb7.hover a {
	background-image: url(../images/navbar_gray.gif);
}

body.lightBlue #nb1 a:hover, body.lightBlue #nb1.on a,
body.lightBlue #nb1:hover a, body.lightBlue #nb1.hover a,
body.lightBlue #nb2 a:hover, body.lightBlue #nb2.on a,
body.lightBlue #nb2:hover a, body.lightBlue #nb2.hover a,
body.lightBlue #nb3 a:hover, body.lightBlue #nb3.on a,
body.lightBlue #nb3:hover a, body.lightBlue #nb3.hover a,
body.lightBlue #nb4 a:hover, body.lightBlue #nb4.on a,
body.lightBlue #nb4:hover a, body.lightBlue #nb4.hover a,
body.lightBlue #nb5 a:hover, body.lightBlue #nb5.on a,
body.lightBlue #nb5:hover a, body.lightBlue #nb5.hover a,
body.lightBlue #nb6 a:hover, body.lightBlue #nb6.on a,
body.lightBlue #nb6:hover a, body.lightBlue #nb6.hover a,
body.lightBlue #nb7 a:hover, body.lightBlue #nb7.on a,
body.lightBlue #nb7:hover a, body.lightBlue #nb7.hover a {
	background-image: url(../images/navbar_lightblue.gif);
}

body.darkBlue #nb1 a:hover, body.darkBlue #nb1.on a,
body.darkBlue #nb1:hover a, body.darkBlue #nb1.hover a,
body.darkBlue #nb2 a:hover, body.darkBlue #nb2.on a,
body.darkBlue #nb2:hover a, body.darkBlue #nb2.hover a,
body.darkBlue #nb3 a:hover, body.darkBlue #nb3.on a,
body.darkBlue #nb3:hover a, body.darkBlue #nb3.hover a,
body.darkBlue #nb4 a:hover, body.darkBlue #nb4.on a,
body.darkBlue #nb4:hover a, body.darkBlue #nb4.hover a,
body.darkBlue #nb5 a:hover, body.darkBlue #nb5.on a,
body.darkBlue #nb5:hover a, body.darkBlue #nb5.hover a,
body.darkBlue #nb6 a:hover, body.darkBlue #nb6.on a,
body.darkBlue #nb6:hover a, body.darkBlue #nb6.hover a,
body.darkBlue #nb7 a:hover, body.darkBlue #nb7.on a,
body.darkBlue #nb7:hover a, body.darkBlue #nb7.hover a {
	background-image: url(../images/navbar_darkblue.gif);
}


/* @end */

/* submenu */


#navbar .submenu {
	padding: 0 8px 8px 0;
	position: absolute;
	top: 40px;
	left: 0px;
	display: none;
}

#navbar li:hover .submenu, #navbar li.hover .submenu {
	display: block;
}


#navbar .submenu ul,
body.purple #navbar .submenu ul,
body.orange #navbar .submenu ul,
body.lightBlue #navbar .submenu ul,
body.darkBlue #navbar .submenu ul,
body.gray #navbar .submenu ul,
body.green #navbar .submenu ul,
body.red #navbar .submenu ul {
	background: #c0c0c0 url(../images/liul-bg.jpg) top left repeat-x;
}

#navbar .submenu ul, #navbar .submenu li, #navbar .submenu a {
	background: none;
	position: static;
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}

#navbar .submenu li {
	background: url(../images/blank.gif);
	height: 1%;
	width: auto;
	text-align: center;
}

#navbar .submenu a {
	color: #666666;
	text-indent: 0px;
	font-size: 1.1em;
	line-height: 25px;
	white-space: nowrap;

	height: 1%;
	display: block;

	border-top: 1px solid #aaa;
	padding: 0 5px;
	background: none !important;
}
#navbar .submenu a:hover {
	color: #fff;
	background-color: #00abd6 !important;
}
body.purple #navbar .submenu a:hover {
	background-color: #601C4F !important;
}
body.orange #navbar .submenu a:hover {
	background-color: #f29400 !important;
}
body.lightBlue #navbar .submenu a:hover {
	background-color: #00bbe4 !important;
}
body.darkBlue #navbar .submenu a:hover {
	background-color: #002e62 !important;
}
body.gray #navbar .submenu a:hover {
	background-color: #797c83 !important;
}
body.green #navbar .submenu a:hover {
	background-color: #499238 !important;
}
body.red #navbar .submenu a:hover {
	background-color: #db1a35 !important;
}



.ss, .sw, .ee, .se, .ne {
	width: 8px;
	height: 8px;
	position: absolute;
	font-size: 0px;
}
.ss {
	margin: 0px 8px;
	background: url(../images/ss.png) repeat-x;
}
.sw {
	bottom: 0px;
	left: 0px;
	background: url(../images/sw.png) no-repeat;
}
.ee {
	top: 8px;
	right: 0px;
	background: url(../images/ee.png) no-repeat;
}
.se {
	bottom: 0px;
	right: 0px;
	background: url(../images/se.png) no-repeat;
}
.ne {
	top: 0px;
	right: 0px;
	background: url(../images/ne.png) no-repeat;
}


/* @end */



/* @group rightcol */

#rightCol {
	margin-top: 25px;
	width: 207px;
	float: left;
	margin-right: -10px;
	font-size: 1.1em;
	display: inline;
}


.flashBlock {
  	height: 177px;
	padding-right: 25px;
	padding-left: 25px;
	background: url(../images/flashblock.jpg) no-repeat 0 bottom;
	color: #fff;
}

.flashPosition {
	position: relative;
	top: 23px;
	/* margin-top: 23px; */
}

.colouredContainer, .colouredContainerGrey {
	min-height: 200px;
	height: auto !important;
  	height: 200px;
	padding-right: 25px;
	padding-left: 25px;
	background: url(../images/flashblock.jpg) no-repeat 0 bottom;
	color: #fff;
	float: left;
	padding-bottom: 20px;
	width: 157px; /*ftw*/
}

.colouredContainerGrey {
	background: url(../images/rightCol_coloured_bg_lightgray.jpg) 0 bottom;
	margin-top: 20px;
	color: #666;
}


.colouredContainer p {
	margin-bottom: 0;
	padding-bottom: 5px;
	width: 100%;
	overflow: hidden;
}

.colouredContainerGrey {
	color: #666;
}

.colouredContainerGrey img {
	margin-bottom: 10px;
}

body.purple .colouredContainer {
	background: url(../images/rightCol_coloured_bg_purple.jpg) 0 bottom;
}

body.orange .colouredContainer {
	background: url(../images/rightCol_coloured_bg_orange.jpg) 0 bottom;
}

body.lightBlue .colouredContainer {
	background: url(../images/rightCol_coloured_bg_lightblue.jpg) 0 bottom;
}

body.darkBlue .colouredContainer {
	background: url(../images/rightCol_coloured_bg_darkblue.jpg) 0 bottom;
}

body.gray .colouredContainer {
	background: url(../images/rightCol_coloured_bg_gray.jpg) 0 bottom;
}

body.green .colouredContainer {
	background: url(../images/rightCol_coloured_bg_green.jpg) 0 bottom;
}

body.red .colouredContainer {
	background: url(../images/rightCol_coloured_bg_red.jpg) 0 bottom;
}

.colouredContainer h5, .colouredContainerGrey h5 {
	text-shadow: #999 0 1px 2px;
	background: url(../images/rightCol_colour_cont_head_bg-lightblue.jpg) no-repeat;
	margin-left: -25px;
	margin-right: -25px;

	padding-bottom: 10px;
	font-weight: bold;
	line-height: 1.3em;
	font-size: 1.4em;
	padding-top: 15px;
	padding-left: 25px;

	margin: 0px -25px 0px -25px;
	padding: 15px 25px 10px 25px;
}

.colouredContainerGrey h5 {
	color: #666;
	background: url(../images/rightCol_colour_cont_head_bg-lightgray.jpg) no-repeat;
}

.blankHead {
	text-shadow: #999 0 1px 2px;
	background: url(../images/rightCol_colour_cont_head_bg-lightblue.jpg) no-repeat;
	margin-left: -25px;
	margin-right: -25px;
	padding-bottom: 10px;
	font-weight: bold;
	line-height: 1.3em;
	font-size: 1.4em;
	padding-top: 15px;
	padding-left: 25px;
	margin: 0px -25px 0px -25px;
	padding: 15px 25px 10px 25px;
}


body.purple .colouredContainer h5, body.purple .blankHead {
	background: url(../images/rightCol_colour_cont_head_bg-purple.jpg) no-repeat;
}

body.orange .colouredContainer h5, body.orange .blankHead {
	background: url(../images/rightCol_colour_cont_head_bg-orange.jpg) no-repeat;
}

body.lightBlue .colouredContainer h5, body.lightBlue .blankHead {
	background: url(../images/rightCol_colour_cont_head_bg-lightblue.jpg) no-repeat;
}

body.darkBlue .colouredContainer h5, body.darkBlue .blankHead {
	background: url(../images/rightCol_colour_cont_head_bg-darkblue.jpg) no-repeat;
}

body.gray .colouredContainer h5, body.gray .blankHead {
	background: url(../images/rightCol_colour_cont_head_bg-gray.jpg) no-repeat;
}

body.green .colouredContainer h5, body.green .blankHead {
	background: url(../images/rightCol_colour_cont_head_bg-green.jpg) no-repeat;
}

body.red .colouredContainer h5, body.red .blankHead {
	background: url(../images/rightCol_colour_cont_head_bg-red.jpg) no-repeat;
}

body.orange .colouredContainer h5, body.orange .blankHead {
	background: url(../images/rightCol_colour_cont_head_bg-orange.jpg) no-repeat;
}

#greyContainer {
	background: url(../images/rightCol_coloured_bg_grey.jpg) 0 bottom;
	color: #666;
}

#greyContainer a {
	color: #666;
	text-decoration: underline;
}

#greyContainer h5 {
	background: url(../images/rightCol_colour_cont_head_bg-grey.jpg) no-repeat;
	color: #666;
	text-shadow: #8e8e8e 0 1px 2px;
}

.widthControl {
	width: 158px;
	display: block;
	background: url(../images/rightCol_colour_cont_head_bg-lightblue-bottom.jpg) no-repeat 0 bottom;
	padding-bottom: 10px;
}

body.lightBlue .widthControl {
	background: url(../images/rightCol_colour_cont_head_bg-lightblue-bottom.jpg) no-repeat 0 bottom;
}

body.darkBlue .widthControl {
	background: url(../images/rightCol_colour_cont_head_bg-darkblue-bottom.jpg) no-repeat 0 bottom;
}

body.orange .widthControl {
	background: url(../images/rightCol_colour_cont_head_bg-orange-bottom.jpg) no-repeat 0 bottom;
}

body.purple .widthControl {
	background: url(../images/rightCol_colour_cont_head_bg-purple-bottom.jpg) no-repeat 0 bottom;
}

body.green .widthControl {
	background: url(../images/rightCol_colour_cont_head_bg-green-bottom.jpg) no-repeat 0 bottom;
}

body.gray .widthControl {
	background: url(../images/rightCol_colour_cont_head_bg-gray-bottom.jpg) no-repeat 0 bottom;
}

body.red .widthControl {
	background: url(../images/rightCol_colour_cont_head_bg-red-bottom.jpg) no-repeat 0 bottom;
}

.colouredContainerGrey .widthControl {
	background: url(../images/rightCol_colour_cont_head_bg-lightgray-bottom.jpg) no-repeat 0 bottom !important;
	color: #666;
}

#rightCol ul {
	list-style-type: disc;
	font-size: 1.1em;
	line-height: 1.4em;
	padding-left: 1.3em;
	margin-bottom: 1.3em;
}

#rightCol li {
	margin-bottom: 0.5em;
}



.sideImage {
	margin-bottom: 10px;
	width: 156px;
}

.sideImage img {
	border: 3px solid #fff;
	display: block;
}

/* @end */

/* @group home page boxes and news */

#homeBanner {
	height: 245px;
	margin-top: 25px;
	padding: 3px;
}

#homeBanner img {
	display: none;
}

#homeNews {
	/*width: 974px;*/
	/*width: 954px;*/
	margin: 0px 3px;
	height: 60px;
	background: url(../images/bg_homenews.jpg) repeat-x;
	overflow: hidden;
	font-size: 1.2em;
	/*
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	*/
}

.space {
	padding-left: 10px;
	padding-right: 10px;
}

.spacing {
	padding-left: 5px;
	padding-right: 5px;
	font-weight: normal !important;
	font-style: normal !important;
}

/*#homeNews p {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}*/

#homeNews h4 {
	/*
	display: inline;
	*/
	float: left;
	font-weight: bold;
	padding-right: 7px;
	margin: 17px 10px 0px 10px;
	border-right: 1px solid #666;
	font-size: 1.2em;
	height: 1.2em;
	line-height: 1.2em;
}

#homeNews h4 span.smaller {
	font-weight: normal;
}

#homeNews ul {
	margin-top: 18px;
}


#homeNews li {
	float: left;
	height: 1.44em;
	line-height: 1.44em;
}


#homeBottom {
	margin: 25px 3px 0;
	/*background: url(../images/bg_bottomrow.jpg) no-repeat;*/
	background: url(../images/newsblock-btm.jpg) no-repeat left bottom;
	min-height:431px;
  height:auto !important;
  height:431px;

}

#blogButton {
	width: 275px;
	text-indent: -5000px;
	height: 50px;
	background: url(../images/blogbutton.jpg) no-repeat;
}


#blogButton  a {
	display: block;
	width: 275px;
	height:40px;
	background: url(../images/blogbutton.jpg) no-repeat;
}


#newsBlock {
	width: 275px;
	min-height:431px;
  height:auto !important;
  height:431px;
	float: left;
	margin-right: 14px;
	background: url(../images/newsblock.jpg) no-repeat 0 top;
	position: relative;
}

#newsBlock h4 {
	margin: 0px;
	padding: 0px;
	text-indent: -3000px;
	overflow: hidden;
	width: 100%;
	height: 35px;
	background: url(../images/h4-news.jpg) no-repeat;
}

#newsArea {
	width: 240px;
	margin-top: 5px;
	margin-left: 15px;
	border-top: 1px solid #999;
}

.newsStory {
	float: left;
	border-bottom: 1px solid #999;
	width: 240px;
	font-size: 1.2em;
	padding-bottom: 5px;
	color: #fff;
	position: relative;
}

.newsStory.last {
	border-bottom: none;
}

.newsStory a.view {
	display: block;
	position: absolute;
	top: 10px;
	right: 0;
	width: 15px;
	height: 15px;
	text-indent: -5000px;
	background: url(../images/a-viewmore.png) no-repeat;
}

.newsStory strong {
	font-size: 1.1em;
}

.newsStory a {
	text-decoration: none;
	color: #fff !important;
}

.newsStory p {
	padding-top: 7px;
	margin-bottom: 0;
	}

#introText {
	width: 685px;
	min-height: 144px;
	margin-bottom: 12px;
	background: url(../images/introtext-main.jpg) no-repeat 0 bottom;
	position: relative;
	color: #fff;
	font-size: 1.2em;
	float: left;
}

#boxesHolder {
	float: left;
	background: url(../images/boxes-bg.gif) repeat-y;
}

#introText h3 {
	padding: 20px 20px 7px;
	font-size: 1.5em;
	line-height: 1.1em;
}

#introText p {
	padding: 0 20px;
	line-height: 1.3em;
}

#introTextTop {
	width: 685px;
	height: 20px;
	background: url(../images/introtext-top.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

#homeColTwo {
	float: left;
	width: 685px;
	position: relative;
}

#bottomLinks {
	width: 685px;
	height: 38px;
	float: left;
	background: url(../images/bottom-links.jpg) no-repeat;
	position: relative;
}

#bottomLinks a {
	font-size: 1.1em;
	display: block;
	width: 200px;
}

#bottomLinks a.internetWorld {
	position: absolute;
	left: 15px;
	color: #5c1b4b;
	text-decoration: none;
	top: 13px;
}

#bottomLinks a.entertainmentWorld {
	position: absolute;
	left: 243px;
	color: #e8831b;
	top: 13px;
	text-decoration: none;
}

#bottomLinks a.displays {
	position: absolute;
	left: 476px;
	top: 13px;
	color: #666;
	text-decoration: none;
}

#boxInternet, #boxEntertainment, #boxBranding {
	width: 220px;
	float: left;
	min-height:237px;
	height:auto !important;
	height:237px;
	margin-right: 12px;
	display: inline;
	background: #d9d9d9 url(../images/boxes-new.jpg) no-repeat 0 top;
	position: relative;
}

#boxInternet h4, #boxEntertainment h4, #boxBranding h4 {
	height: 56px;
	width: 100%;
	text-indent: -3000px;
	overflow: hidden;
}

#boxInternet h4 {
	background: url(../images/h4-internet.jpg) no-repeat;
}
#boxEntertainment h4 {
	background: url(../images/h4-entertainment.jpg) no-repeat;
}
#boxBranding h4 {
	background: url(../images/h4-displays.jpg) no-repeat;
}

#boxInternet p, #boxEntertainment p, #boxBranding p {
	padding-left: 15px;
	font-size: 1.2em;
	line-height: 1.4em;
	width: 168px;
	padding-right: 15px;
	padding-bottom: 0;
}

#singleSolution {
	width: 386px;
	float: left;
	margin-right: 8px;
	display: inline;
	color: #fff;
}

#singleSolution h3 {
	padding: 15px;
	padding-bottom: 15px;
	line-height: 1.4em;
	font-size: 1.5em;
	font-weight: bold;
}

#singleSolution p {
	padding: 15px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1.5em;
	font-size: 1.3em;
}

#boxInternet img, #boxEntertainment img, #boxBranding img {
	
}

#boxInternet h3, #boxEntertainment h3, #boxBranding h3 {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 1.3em;
	padding-top: 15px;
	font-weight: bold;
	line-height: 1.2em;
}

#boxInternet h3 span.smaller, #boxEntertainment h3 span.smaller, #boxBranding h3 span.smaller {
	font-weight: normal;
}

#boxBranding {
	margin-right: 0px;
}


#boxInternet p.view, #boxEntertainment p.view, #boxBranding p.view {
	position: absolute;
	bottom: 20px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#boxInternet p.view a, #boxEntertainment p.view a, #boxBranding p.view a {
	padding-right: 25px;
	display: inline-block;
}

#boxInternet p.view a {
	background: url(../images/a_internet.gif) no-repeat right;
	color: #5c1b4b;
}

#boxEntertainment p.view a {
	background: url(../images/a_entertainment.gif) no-repeat right;
	color: #e8831b;
}

#boxBranding p.view a {
	background: url(../images/a_branding.gif) no-repeat right;
	color: #666;
}

/* @end */

/* @group leftcol */

#leftCol {
	width: 208px;
	float: left;
	margin-left: -10px;
	margin-top: 25px;
}

#leftCol img {
	padding-top: 3px;
}

#leftCol ul {
	margin-left: 10px;
	margin-top: 10px;
	border-top: 1px solid #eee;
	font: 1.1em/1.8em "Lucida Grande", "Lucida Sans Unicode";
	margin-right: 12px;
}

#leftCol li a {
	display: block;
	color: #666;
	padding-left: 10px;
	height: 1%;
}

#leftCol li a:hover {
	text-decoration: underline;
	color: #00bbe4;
}

body.purple #leftCol li a:hover {
	color: #490045;
}
body.orange #leftCol li a:hover {
	color: #f68920;
}
body.lightBlue #leftCol li a:hover {
	color: #00bbe4;
}
body.darkBlue #leftCol li a:hover {
	color: #002e62;
}
body.green #leftCol li a:hover {
	color: #499238;
}
body.gray #leftCol li a:hover {
	color: #797c83;
}
body.red #leftCol li a:hover {
	color: #db1a35;
}

body.purple #leftCol li li a:hover {
	color: #490045 !important;
}
body.orange #leftCol li li a:hover {
	color: #f68920 !important;
}
body.lightBlue #leftCol li li a:hover {
	color: #00bbe4 !important;
}
body.darkBlue #leftCol li li a:hover {
	color: #002e62 !important;
}
body.green #leftCol li li a:hover {
	color: #499238 !important;
}
body.gray #leftCol li li a:hover {
	color: #797c83 !important;
}
body.red #leftCol li li a:hover {
	color: #db1a35 !important;
}

#leftCol li.on a:hover {
	text-decoration: none;
	color: #fff !important;
}

#leftCol li.on a {
	color: #fff;
}


#leftCol li.on li a {
	background: none !important;
	color: #666;
	padding-left: 18px;
	padding-right: 2px;
}


#leftCol li {
	border-bottom: 1px solid #eee;
}
#leftCol li.on a {
	background: #1295B6 url(../images/leftnav_selected.gif) repeat-x;
}
body.purple #leftCol li.on a {
	background: #510843 url(../images/leftnav_selected_purple.gif) repeat-x;
}
body.orange #leftCol li.on a {
	background: #F18903 url(../images/leftnav_selected_orange.gif) repeat-x;
}
body.lightBlue #leftCol li.on a {
	background: #05B6DD url(../images/leftnav_selected_lightblue.gif) repeat-x;
}
body.darkBlue #leftCol li.on a {
	background: #022F61 url(../images/leftnav_selected_darkblue.gif) repeat-x;
}
body.green #leftCol li.on a {
	background: #529022 url(../images/leftnav_selected_green.gif) repeat-x;
}
body.gray #leftCol li.on a {
	background: #85878B url(../images/leftnav_selected_gray.gif) repeat-x;
}
body.red #leftCol li.on a {
	background: #D6052F url(../images/leftnav_selected_red.gif) repeat-x;
}


#leftCol ul ul {
	font-size: 1em;
	border-style: none;
	margin: 3px 0 5px 0px;
}

#leftCol li li {
	border-style: none;
	line-height: 1.8em;
}

#leftCol li li.on a {
	color: #666;
}

#leftCol li li.on a:hover {
	color: #00bbe4;
	text-decoration: underline;
}

body.purple #leftCol li li.on a:hover {
	color: #490045;
}
body.orange #leftCol li li.on a:hover {
	color: #f68920;
}
body.darkBlue #leftCol li li.on a:hover {
	color: #002e62;
}
body.lightBlue #leftCol li li.on a:hover {
	color: #00bbe4;
}
body.green #leftCol li li.on a:hover {
	color: #499238;
}
body.gray #leftCol li li.on a:hover {
	color: #797c83;
}
body.red #leftCol li li.on a:hover {
	color: #db1a35;
}

#leftCol li.on li.on a {
	background: #ddd url(../images/li_li_selected.gif) left top repeat-x !important;
}
#leftCol li.on li.on a:hover {
	text-decoration: none;
	color: #666;
}


/* @end */

/* @group centrecol */

#centreCol {
	width: 524px;
	margin-left: 30px;
	margin-right: 30px;
	float: left;
	margin-top: 25px;
	font-size: 1.2em;
	line-height: 1.2em;
}

#centreCol h3 {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-top: 20px;
	color: #666;
	letter-spacing: -1px;
	font-size: 1.8em;
	line-height: 1.3em;
}


#centreCol h4 {
	font-size: 1.3em;
	margin-bottom: 15px;
	color: #269aca;
	font-weight: bold;
	clear: both;
	line-height: 1.3em;
}

#centreCol h5 {
	padding-bottom: 5px;
	color: #666;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
}

#centreCol h5 span.smaller {
	font-weight: normal;
}

#centreCol ul {
	padding-left: 25px;
	list-style-image: url(../images/bullet_blue.gif);
	line-height: 1.4em;
	margin-bottom: 10px;
}

body.purple #centreCol ul {
	padding-left: 25px;
	list-style-image: url(../images/bullet_purple.gif);
}

body.orange #centreCol ul {
	padding-left: 25px;
	list-style-image: url(../images/bullet_orange.gif);
}

body.lightBlue #centreCol ul {
	padding-left: 25px;
	list-style-image: url(../images/bullet_lightblue.gif);
}

body.darkBlue #centreCol ul {
	padding-left: 25px;
	list-style-image: url(../images/bullet_darkblue.gif);
}

body.gray #centreCol ul {
	padding-left: 25px;
	list-style-image: url(../images/bullet_gray.gif);
}

body.green #centreCol ul {
	padding-left: 25px;
	list-style-image: url(../images/bullet_green.gif);
}

body.red #centreCol ul {
	padding-left: 25px;
	list-style-image: url(../images/bullet_red.gif);
}

#centreCol li {
	padding-bottom: 10px;
}

#imageBlock {
	width: 524px;
	margin-bottom: 5px;
}

.imageBlockSemi {
	margin-bottom: 5px;
	float: right;
	margin-left: 15px;
}

th {
	font-size: 1.2em;
	font-weight: bold;
}

td {
	padding-bottom: 20px;
	padding-right: 20px;
	padding-top: 20px;
	border-bottom: 1px solid #eee;
}

td, th {
	padding: 5px;
}

#centreCol table {
	width: 100%;
}

table.contact td, table.hotellier td {
	padding-bottom: 10px;
	padding-right: 20px;
	padding-top: 10px;
	border-bottom: 1px solid #eee;
}


table.contact {
	width: 524px;
	margin-bottom: 20px;
	line-height: 1.4em;
}

table.hotellier {
	width: 524px;
	margin-bottom: 10px;
	line-height: 1.4em;
	border-top: 1px solid #eee;
	background-color: #f5f5f5;

}

table.contact th {
	height: 20px;
	color: #666;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}



.blue {
	color: #00bbe4;
}

a.pdf {
	background: url(../images/pdf-icon.gif) no-repeat left;
	padding-left: 20px;
	display: block;
	height: 1.8em;
	line-height:2em;
}

.staffBox {
	margin-bottom: 40px;
	position: relative;
}

.staffBox img {
	margin-bottom: 40px;
	position: absolute;
	right: -10px;
	top: 25px;
}


.staffBox p {
	width: 400px;
}

/*.staffBox p.title*/

body.purple #centreCol h4 {
	color: #490045;

}
body.orange #centreCol h4 {
	color: #f68920;
}

body.lightBlue #centreCol h4 {
	color: #00bbe4;
}

body.darkBlue #centreCol h4 {
	color: #002e62;
}

body.gray #centreCol h4 {
	color: #797c83;
}

body.green #centreCol h4 {
	color: #499238;
}

body.red #centreCol h4 {
	color: #db1a35;
}


#centreCol h4 span.smaller {
	font-weight: normal;
}

.standOut {
	height: 1%;
	background-color: #efefef;
	margin-bottom: 15px;
	padding: 20px;
	border: 1px solid #ddd;
	-moz-border-radius: 20px 20px;
	-webkit-border-radius: 20px 20px;
	-opera-border-radius: 20px 20px;
}

.logoRow {
	width: 524px;
	margin-bottom: 10px;
	height: 100px;
}


.logos {
	float: left;
	height: 100px;
	width: 168px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.logosEnd {
	float: left;
	height: 100px;
	width: 168px;
	margin-right: 0;
	margin-bottom: 10px;
	text-align: center;
}

.logos a {
	height: 100px;
	width: 168px;
	display: block;
}

.logos a:hover {
	height: 100px;
	width: 168px;
	display: block;
}

#centreCol .siteMap ul {
	margin-bottom: 15px;
	list-style-image: none !important;
	list-style-type: disc;
}

.siteMap {
	width: 240px;
	float: left;
	margin-right: 20px;
	display: inline;

}

.siteMap h4 {
	color: #666 !important;
	font-size: 1.2em;
}

.siteMap li ul {
	margin-top: 10px;
	font-size: 1em;
	margin-bottom: 0;
	padding-bottom: 0;
}

.siteMap ul ul {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	list-style-type: circle !important;
}

#releasesAd {
	border: 3px solid #ececec;
	background: #ececec url(../images/releasesad-bg.jpg) repeat-x 0 top;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	height: 1%;
}

#releasesPic {
	width: 104px;
	height: 124px;
	float: left;
	display: inline;
	position: relative;
	margin-top: 15px;
	margin-left: 15px;
	background: #ececec url(../images/releasesad-picbg.jpg) no-repeat 0 top;
}

#releasesCopy {
	width: 374px;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
	display: inline;
}

#releasesCopy h6 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
}

#releasesAd a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	position: absolute;
	bottom: 5px;
	right: 5px;
	background: url(../images/releasesad-a-bg.jpg) repeat-x;
	padding: 5px;
}

#releasesAd a:hover {
	color: #666;
}

#releasesPic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 97px;
	height: 116px;
}

ul.offices {
	width: 150px;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	margin-right: 20px;
	display: inline;
	list-style-type: none;
	list-style-image: none !important;
}

/* @end */


/* @group footer */

#footerWrapper {
	width: 100%;
	height: 80px;
	background: url(../images/bg_footer.jpg) repeat-x 0 bottom;
}

#footer {
	width: 980px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	position: relative;
}

#footer .content {
	padding: 53px 0 0 10px;
}

#footer .content p {
	font-size: 1em;
}

#footer .content p.address {
	float: left;
}
#footer .content p.siteMap {
	float: left;
	margin-left: 90px;
}
#footer .content p.copyright {
	float: right;
	margin-right: 10px;
	font-weight: bold;
}

#footer .content a {
	color: #fff;
	font-size: 1em;
}

/* @end */

/* @group top10 */

#accordion h4 {
	background: url(../images/bg_filmheaders.gif) repeat-x right;
	line-height: 2em;
	height: 30px;
	font-size: 1.3em;
	color: #666 !important;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0 !important;
	padding: 0 !important;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	position: relative;
}

body.gray #accordion h4, body.green #accordion h4, body.lightBlue #accordion h4, body.darkBlue #accordion h4, body.red #accordion h4, body.orange #accordion h4, body.purple #accordion h4 {
	text-indent: 15px;
}

#accordion h4.releases {
	text-indent: 0 !important;
}

.playTrailer {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}

.playTrailer a.view {
	position: absolute;
	left: 163px;
	bottom: 65px;
	background: url(../images/play.png) no-repeat;
	width: 125px;
	height: 125px;
	text-indent: -5000px;
	cursor: pointer;
}

.moviePoster {
	margin-bottom: 10px;
	padding-left: 5px;
	padding-bottom: 5px;
}

#accordion h4.hover {
	cursor: pointer;
	background: url(../images/bg_filmheaders_hover.gif) repeat-x right;
	color: #fff !important;
}

#accordion h4.active {

}

#accordion h4.no1 {
	font-size: 1.4em;
	height: 40px;
	line-height: 2.4em;
	font-weight: bold;
}

#accordion h4.no1, #accordion h4.no2, #accordion h4.no3, #accordion h4.no4, #accordion h4.no5, #accordion h4.no6, #accordion h4.no7, #accordion h4.no8, #accordion h4.no9, #accordion h4.no10 {
	text-indent: 0 !important;
}

#accordion h4.active {
	background: url(../images/bg_filmheaders_hover_minimize.gif) repeat-x right;
	color: #fff !important;
}

body.gray #accordion h4.active {
	background: url(../images/bg_filmheaders_hover_minimize-gray.gif) repeat-x right;
	color: #fff !important;
}

body.green #accordion h4.active {
	background: url(../images/bg_filmheaders_hover_minimize-gray.gif) repeat-x right;
	color: #fff !important;
}

body.lightBlue #accordion h4.active {
	background: url(../images/bg_filmheaders_hover_minimize-gray.gif) repeat-x right;
	color: #fff !important;
}

body.darkBlue #accordion h4.active {
	background: url(../images/bg_filmheaders_hover_minimize-gray.gif) repeat-x right;
	color: #fff !important;
}

body.red #accordion h4.active {
	background: url(../images/bg_filmheaders_hover_minimize-gray.gif) repeat-x right;
	color: #fff !important;
}

body.orange #accordion h4.active {
	background: url(../images/bg_filmheaders_hover_minimize-gray.gif) repeat-x right;
	color: #fff !important;
}

body.purple #accordion h4.active {
	background: url(../images/bg_filmheaders_hover_minimize-gray.gif) repeat-x right;
	color: #fff !important;
}

#accordion h4.active.hover {
	background: url(../images/bg_filmheaders_hover_minimize.gif) repeat-x right;
	color: #fff !important;
}

#accordion h4 span.position {
	color: #fff;
	background: url(../images/number_span_bg.gif) repeat-x;
	height: 30px;
	float: left;
	width: 30px;
	margin-right: 10px;
	text-align: center;
}

#accordion h4.no1 span.position {
	height: 40px;
	width: 30px;
}


#accordion div.data {
	padding-bottom: 20px;
	width: 100%;
}

#accordion div.dataInner {
	background: url(../images/bg_filminfo.gif) no-repeat 0 bottom;
	padding: 10px 40px 20px 34px;
	margin: 0px;
	height: 1%;
}

body.gray div.data p strong {
	width: 450px;
	display: block;
	font-size: 1.1em;
	border-bottom: 1px solid #aaa;
	padding-bottom: 5px;
	padding-top: 10px;
}

#accordion div.moviePoster {
	float: right;
	margin-left: 10px;
}

#accordion a.close {
	background: url(../images/close_device_blue.gif) no-repeat right center;
	height: 15px;
	padding-right: 20px;
	display: inline-block;
	margin-top: 10px;
	line-height: 1.2em;
	font-size: 1.2em;
}


/* @end */

