/* CSS Document */

/********** General styles and resets **********/
html, body {
	margin: 0;
	padding: 0;
	background: #c7b6a3 url('../images/background/guildhall.jpg') no-repeat top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #333333;
	line-height: 1.4em;
	word-wrap: break-word;
}

div {
	margin: 0;
	padding: 0;
}

a {
	color:#4965a3;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: #4965a3;
	text-decoration: none;
}

h1,
p.title {
	margin: 1em 0 0 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #cc0033;
	line-height: 1.2em;
}

h2 {
	margin: 1em 0 0 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #cc0033;
	line-height: 1.2em;
}

h3, h4, h5, h6 {
	margin: 1em 0 0 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #cc0033;
	line-height: 1.4em;
}

p {
	margin: 0.5em 0 0 0;
	padding: 0;
	line-height: 1.4em;
}

blockquote {
	margin: 0.5em 0 0 0;
	padding: 0;
	font-weight: bold;
}

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

ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.5em;
}

hr {
	width: 100%;
	height: 0px;
	margin: 1em 0 0 0;
	padding: 0;
	overflow: hidden;
	background: #cccccc;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px 0 0 0;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea, select {
	padding: 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: #c0dbfa 1px solid;
	color: #999999;
}

input:focus, 
textarea:focus, 
select:focus {
	border-color: #cc0033;
	border-style: solid;
	border-width: 1px;
	background: #fff2f5;
	color: #333333;
}

.button {
	width: auto;
	padding: 0px 10px;
	background: #cc0033;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: bold;
	border-color: #cc0033;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
}

.button:hover,
.button:focus {
	background: #a40029;
	color: #ffffff;
}

/********** IE6 warning box **********/

#ie6-warning {
	display: none;
	clear: both;
	background: #cc0000;
	color: #ffffff;
	overflow: hidden;
}
* html #ie6-warning {
	display: block;
}

#ie6-warning p {
	margin: 0;
	padding: 10px;
}

#ie6-warning a {
	color: #ffffff;
	text-decoration: underline;
}

#ie6-warning a:hover {
	text-decoration: none;
}

/********** Content lists **********/

.col1 ul, .col1 ol,
.col2 ul, .col2 ol,
.col3 ul, .col3 ol,
.col4 ul, .col4 ol,
.row1 ul, .row1 ol {
	padding: 1em 0 0 1.5em;
}

/********** Document container **********/

.content-container {
	clear: both;
	width: 962px;
	min-height: 1100px;
	margin: 0 auto 20px auto;
	overflow: hidden;
	font-size: 1em;
}

/********** Header **********/

.header {
	float: left;
	width: 232px;
	height: 138px;
	margin: 23px 0 0 0;
	color: #ffffff;
}

.header .logo {
	width: 232px;
	height: 107px;
	text-indent: -9000px;
	background: url('../images/header/logo.gif') no-repeat top left;
}

.header .logo a {
	display: block;
	height: 100%;
}

/********** Main menu **********/

.main-menu {
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: bold;
}

.main-menu ul {
}

.main-menu ul li {
	float: left;
	width: 120px;
	height: 138px;
	margin: 23px 0 0 0;
	padding: 0 12px;
	color: #ffffff;
}

.main-menu ul li.first {
	border: none;
}

.main-menu ul li.selected {
}

.main-menu ul li.selected a {
	color: #4965a3;
	background: url('../images/menu/arrow.png') no-repeat top center;
	background-position: 50% 124px;
}

.main-menu ul li.find-a-store {
	background: url('../images/menu/find-a-store.png') no-repeat top left;
}

.main-menu ul li.centre-info {
	background: url('../images/menu/centre-info.png') no-repeat top left;
}

.main-menu ul li.news-events {
	background: url('../images/menu/news-and-events.png') no-repeat top left;
}

.main-menu ul li.kids-zone {
	background: url('../images/menu/kids-zone.png') no-repeat top left;
}

.main-menu ul li.here-to-help {
	background: url('../images/menu/here-to-help.png') no-repeat top left;
}

.main-menu ul li a {
	display: block;
	height: 138px;
	padding: 60px 0 0 0;
	color: #ffffff;
	text-decoration: none;
	line-height: 1.1em;
}

.main-menu ul li a:hover {
	color: #4965a3;
}

.main-menu ul li ul {
	position: absolute;
	top: 100%;
	left: -9000px;
	width: 15em;
	background: #444444;
	border-color: #333333;
	border-style: solid;
	border-width: 0 0 0 1px;
}

.main-menu ul li:hover ul ul, 
.main-menu ul li:hover ul ul ul, 
.main-menu ul li:hover ul ul ul ul {
	left: -9000px;
}

.main-menu ul li:hover ul {
	top: 100%;
	left: 0;
}

.main-menu ul li li:hover ul, 
.main-menu ul li li li:hover ul, 
.main-menu ul li li li li:hover ul {
	top: 0;
	left: 100%;
}

.main-menu ul li ul li {
	clear: both;
	padding: 10px 20px;
}

.main-menu ul.main {
	float: left;
}

/********** Account menu **********/

.account-menu {
	clear: both;
	float: right;
	overflow: hidden;
	width: 696px;
	margin: 0;
	padding: 5px 20px 0 10px;
	text-align: right;
	background: #ffffff;
}

.account-menu li {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0 0 0 10px;
	border-left: #4965a3 1px solid;
}

.account-menu li.title {
	padding: 0;
	border-left: none;
	font-weight: bold;
	color: #cc0033;
}


/********** Main content container **********/

.content {
	width: 962px;
	margin: 0 auto;
	position: relative;
}

.content ul,
.content ol {
	margin: 0;
}

.content ul li,
.content ol li {
	margin: 0;
	padding: 0 0 0 1em;
	list-style: square;
}

.content ol li {
	list-style: decimal;
}


/*********** Full width content **********/

.layout1 {
	width: 980px;
}

.layout1 .col1 {
	display: inline;
	float: left;
	width: 940px;
	margin: 0 20px 0 20px;
}

/********** 2 columns wide/narrow **********/

.layout2 {
	width: 980px;
}

.layout2 .col1 {
	display: inline;
	float: left;
	width: 620px;
	margin: 0 0 0 20px;
}

.layout2 .col2 {
	display: inline;
	float: left;
	width: 300px;
	min-height: 370px;
	margin: 0 20px;
}

/********** 2 columns narrow/wide **********/

.layout3 {
	width: 962px;
}

.layout3 .col1 {
	display: inline;
	float: left;
	width: 232px;
	margin: 0;
}

.layout3 .col2 {
	display: inline;
	float: right;
	width: 672px;
	min-height: 370px;
	margin: 0;
	padding: 0 27px 27px 27px;
	background: #ffffff;
}

/********** 2 equal columns **********/

.layout4 {
	width: 980px;
}

.layout4 .col1 {
	display: inline;
	float: left;
	width: 460px;
	margin: 0 0 0 20px;
}

.layout4 .col2 {
	display: inline;
	float: left;
	width: 460px;
	margin: 0 20px;
}

/********** 3 equal columns **********/

.layout5 {
	width: 980px;
}

.layout5 .col1 {
	display: inline;
	float: left;
	width: 300px;
	margin: 0 0 0 20px;
}

.layout5 .col2 {
	display: inline;
	float: left;
	width: 300px;
	margin: 0 0 0 20px;
}

.layout5 .col3 {
	display: inline;
	float: left;
	width: 300px;
	margin: 0 20px;
}

/********** 3 columns narrow - wide - narrow **********/

.layout6 {
	width: 980px;
}

.layout6 .col1 {
	display: inline;
	float: left;
	width: 220px;
	margin: 0 0 0 20px;
}

.layout6 .col2 {
	display: inline;
	float: left;
	width: 460px;
	margin: 0 0 0 20px;
}

.layout6 .col3 {
	display: inline;
	float: left;
	width: 220px;
	margin: 0 20px;
}

/********** header block + 3 equal columns **********/

.layout7 {
	width: 980px;
}

.layout7 .row1 {
	display: inline;
	float: left;
	width: 940px;
	margin: 0 20px;
}

.layout7 .col1 {
	display: inline;
	float: left;
	width: 300px;
	margin: 0 0 0 20px;
}

.layout7 .col2 {
	float: left;
	width: 300px;
	margin: 0 0 0 20px;
}

.layout7 .col3 {
	float: left;
	width: 300px;
	margin: 0 20px;
}

/********** 3 equal columns with left aligned header block **********/

.layout8 {
	width: 980px;
}

.layout8 .col1 {
	display: inline;
	float: left;
	width: 640px;
}

.layout8 .row1 {
	display: inline;
	float: left;
	width: 620px;
	margin: 0 0 0 20px;
}

.layout8 .col2 {
	clear: both;
	display: inline;
	float: left;
	width: 300px;
	margin: 0 0 0 20px;
}

.layout8 .col3 {
	display: inline;
	float: left;
	width: 300px;
	margin: 0 0 0 20px;
}

.layout8 .col4 {
	display: inline;
	float: left;
	width: 300px;
	margin: 0 20px;
}

/********** 3 equal columns with right aligned header block **********/

.layout9 {
	width: 962px;
}

.layout9 .col1 {
	display: inline;
	float: left;
	width: 232px;
	margin: 0;
}

.layout9 .col2 {
	display: inline;
	float: right;
	width: 672px;
	margin: 0;
	padding: 0 27px 27px 27px;
	background: #ffffff;
}

.layout9 .row1 {
	display: inline;
	float: left;
	width: 672px;
}

.layout9 .col3 {
	display: inline;
	float: left;
	width: 322px;
}

.layout9 .col4 {
	display: inline;
	float: left;
	width: 322px;
	margin: 0 0 0 27px;
}

/********** 2 equal columns with header block **********/

.layout10 {
	width: 980px;
}

.layout10 .row1 {
	display: inline;
	float: left;
	width: 940px;
	margin: 0 20px;
}

.layout10 .col1 {
	display: inline;
	float: left;
	width: 460px;
	margin: 0 0 0 20px;
}

.layout10 .col2 {
	display: inline;
	float: left;
	width: 460px;
	margin: 0 20px;
}

/********** 2 columns narrow & wide with header block **********/

.layout11 {
	width: 980px;
}

.layout11 .row1 {
	display: inline;
	float: left;
	width: 940px;
	margin: 0 20px;
}

.layout11 .col1 {
	display: inline;
	float: left;
	width: 300px;
	margin: 0 0 0 20px;
}

.layout11 .col2 {
	display: inline;
	float: left;
	width: 620px;
	margin: 0 20px;
}

/********** 2 columns wide * narrow with header block **********/

.layout12 {
	width: 980px;
}

.layout12 .row1 {
	display: inline;
	float: left;
	width: 940px;
	margin: 0 20px;
}

.layout12 .col1 {
	display: inline;
	float: left;
	width: 620px;
	margin: 0 0 0 20px;
}

.layout12 .col2 {
	display: inline;
	float: left;
	width: 300px;
	margin: 0 20px;
}

/********** Footer **********/

.footer {
	float: right;
	width: 672px;
	margin: 4px auto 1em auto;
	padding: 0 27px 27px 27px;
	overflow: hidden;
	background: #ffffff;
	font-size: 0.8em;
}

.footer ul {
	display: inline;
	float: left;
	width: 155px;
	margin: 1em 0 0 20px;
	padding: 0;
	overflow: hidden;
}

.footer ul li {
	float: left;
	width: 155px;
	padding: 5px 0;
	border-color: #666666;
	border-style: solid;
	border-width: 0 0 1px 0;
}

.footer ul li.first {
	
}

.footer p {
	float: right;
	width: 672px;
	margin: 20px 0 0 0;
}

.footer a {
	color: #666666;
}

.footer a:hover {
	color: #cc0000;
}

.footer .rss {
	width: 500px;
	height: 40px;
	padding: 0 0 0 60px;
	background: transparent url('/templates/default/images/blog/rss-icon.png') no-repeat top left;
}

/********** Gallery **********/

.gallery-list {
	clear: both;
	width: 100%;
	overflow: hidden;
}

.gallery-list .main-image {
	float: left;
	width: 400px;
	height: 300px;
	margin: 20px 0 0 0;
	overflow: hidden;
	text-align: center;
}

.gallery-list ul {
	float: left;
	width: 540px;
	margin: 0;
	padding: 0;
}

.gallery-list ul li {
	position: relative;
	float: left;
	width: 150px;
	height: 115px;
	margin: 20px 0 0 20px;
	padding: 0;
	list-style: none;
}

.gallery-list ul li .image {
	width: 150px;
	height: 115px;
}

.gallery-list ul li:hover .caption {
	display: block;
}

.gallery-list ul li .caption {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 130px;
	padding: 5px 10px;
	overflow: hidden;
	background: #ffffff;
	font-weight: bold;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
}

/********** Slideshow **********/

.slideshow {
	position: relative;
	clear: both;
	width: 100%;
	height: 300px;
	margin: 1em 0 0 0;
	overflow: hidden;
}

.slideshow .wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.slideshow .wrapper ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 99999px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #efefef;
}

.slideshow ul li {
	position: relative;
	display: block;
	float: left;
	height: 100%;
	margin: 0;
	padding: 0;
}

.slideshow ul li .image {
	width: 100%;
	height: 100%;
}

.slideshow ul li .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: transparent url('/templates/default/images/slideshow/caption-bg.png') repeat top left;
	color: #ffffff;
	font-size: 1.5em;
}

.slideshow ul li .caption a {
	display: block;
	padding: 20px;
	text-decoration: none;
	color: #ffffff;
}

.slideshow .arrow  { 
	display: block;
	position: absolute;
	top: 50%;
	height: 60px;
	width: 60px;
	margin: -30px 0 0 0;
	background: transparent url('/templates/default/images/slideshow/arrows.png') no-repeat 0 0;
	text-indent: -9999px;
	cursor: pointer;
}

.slideshow .forward {
	background-position: 0 0; 
	right: 5px;
}

.slideshow .back { 
	background-position: -60px 0; 
	left: 5px;
}

.slideshow .forward:hover {
	background-position: 0 -60px;
}

.slideshow .back:hover { 
	background-position: -60px -60px;
}

#thumbNav {
	position: relative;
	top: 10px;
	left: 50px;
}

#thumbNav a { 
	float: left;
	display: block;
	width: 30px;
	height: 25px;
	padding: 5px 0 0 0;
	margin: 0 10px 0 0;
	background: url('/templates/default/images/slideshow/button-off.png') no-repeat top left;
	text-align: center;
	color: #666666;
	font-size: 0.8em;
	text-decoration: none;
}

#thumbNav a:hover {
	color: #ffffff;
	background: url('/templates/default/images/slideshow/button-on.png') no-repeat top left;
}

#thumbNav a.cur {
	color: #ffffff;
	background: url('/templates/default/images/slideshow/button-on.png') no-repeat top left;
}

#start-stop { 
	position: absolute;
	left: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	background: url('/templates/default/images/slideshow/play-button.png') no-repeat top left;
	color: #ffffff;
	padding: 5px;
	text-indent: -9000px;
}

#start-stop.playing { 
	background: url('/templates/default/images/slideshow/pause-button.png') no-repeat top left;
}

#start-stop:hover { 
	
}

.slideshow .wrapper ul ul { 
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}

.slideshow .wrapper ul ul li { 
	float: none;
	height: auto;
	width: auto;
	background: none;
}

/********** Page menus **********/

ul.page-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #4965a3;
	border-color: #ffffff;
	border-style: solid;
	border-width: 5px 0 0 0;
}

ul.page-menu li {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0 20px;
	line-height: 1.3em;
}

ul.page-menu li.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #cc0033;
}

ul.page-menu li.selected {
	background: #ffffff;
}

ul.page-menu li a {
	color: #4965a3;
	text-decoration: none;
}

ul.page-menu li a:hover {
	text-decoration: underline;
}

/********** Blog **********/

ul.blog-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #4965a3;
	border-color: #ffffff;
	border-style: solid;
	border-width: 5px 0 0 0;
}

ul.blog-menu li {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0 20px;
	line-height: 1.3em;
}

ul.blog-menu li.title {
	font-size: 1.4em;
	background: none;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #cc0033;
}

ul.blog-menu li.selected {
	background: #ffffff;
}

ul.blog-menu li a {
	color: #4965a3;
	text-decoration: none;
}

ul.blog-menu li a:hover {
	text-decoration: underline;
}

.blog-post-item {
	clear: both;
	width: 100%;
	overflow: hidden;
}

.blog-post-item h2,
.blog-post-item h3 {
	margin: 0.75em 160px 0 0;
	font-size: 1.4em;
}

.blog-post-item .date {
	float: right;
	width: 140px;
	margin: 1em 0 0 0;
	text-align: right;
	color: #cc0033;
}

.blog-post-item p.image {
	float: left;
	width: 200px;
	margin: 1.25em 20px 20px 0;
}

.blog-post-reply {
	position: relative;
	margin: 1em 0 0 0;
	padding: 0 0 1em 20px;
	overflow: hidden;
	background: #f7f7f7;
}

.blog-post-reply .date {
	float: right;
	width: 120px;
	margin: 1em 0 0 0;
	padding: 10px;
	color: #ffffff;
	background: #cc0033;
	font-size: 0.8em;
}

.blog-post-reply img {
	float: left;
	width: 50px;
	margin: 1.5em 0 0 0;
	border-color: #dddddd;
	border-style: solid;
	border-width: 10px;
}

.blog-post-reply h3 {
	float: right;
	width: 360px;
}

.blog-post-reply p {
	float: right;
	width: 480px;
	margin: 1em 20px 0 0;
}

.blog-post-reply-form {
	position: relative;
	margin: 1em 0 0 0;
	padding: 0 20px 20px 20px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
}

.blog-post-reply-form textarea {
	width: 95%;
	height: 6em;
}

/********** Media **********/

.media-player-container {
	margin: 1em 0 0 0;
	overflow: hidden;
}

.media-player-container .media-player {
	float: left;
	background: #000000;
}

.media-player-container .media-link {
	float: right;
	margin: 10px 0 0 0;
	text-align: right;
}

.media-player-container .media-link a {
	color: #ffffff;
}

.media-player-container .media-link a:hover {
	
}

.media-player-main {
	width: 438px;
	height: 330px;
	margin: 1em 0 0 0;
	background: #000000;
}

.media-group-selection {
}

.media-thumb {
	float: left;
	width: 120px;
	height: 11.5em;
	margin: 20px 20px 0 0;
	overflow: hidden;
	background: #333333;
}

.media-thumb .thumb {
	float: left;
	width: 120px;
}

.media-thumb p {
	float: left;
	width: 100px;
	margin: 0;
	padding: 0 10px 10px 10px;
}

.media-thumb a {
	color: #ffffff;
}

.media-thumb a:hover {
	color: #cc0000;
}

/********** Email form **********/

.email-form {
	clear: both;
	width: 652px;
	margin: 1em 0 0 0;
	padding: 0 0 20px 20px;
	background: #c0dbfa;
	overflow: hidden;
}

.page-here-to-help .email-form h2 {
	float: left;
	width: 100%;
	height: 80px;
	margin: 1em 0 0 0;
	padding: 0 20px 0 80px;
	background: url('../images/email-form/sheyrel.jpg') no-repeat top left;
}

.email-form p.required {
	display: none;
}

.email-form .form-row {
	float: left;
	width: 306px;
	margin: 1em 20px 0 0;
	font-weight: bold;
}

.email-form .form-row label {
	float: left;
	width: 100%;
}

.email-form .form-row input,
.email-form .form-row textarea,
.email-form .form-row select {
	float: left;
	width: 96%;
}

.email-form .form-row textarea {
	height: 173px;
}

.email-form .form-row .checkbox,
.email-form .form-row .radio {
	width: auto;
}

.email-form .form-row .options {
}

.email-form .form-row .options input {
	clear: both;
	float: left;
	margin: 0.5em 1em 0 0;
}

.email-form .form-row .options label {
	float: left;
	width: auto;
	margin: 0.5em 0 0 0;
}

.email-form .submit {
	float: right;
}

.email-form .form-row .button {
	clear: both;
	float: right;
	width: auto;
}

.form-message-success {
	float: left;
	width: 612px;
	margin: 27px 27px 0 0;
	padding: 10px;
	background: #99ff33;
	color: #006699;
	font-weight: bold;
}

.form-message-error {
	float: left;
	width: 612px;
	margin: 27px 27px 0 0;
	padding: 10px;
	background: #cc0033;
	color: #ffffff;
	font-weight: bold;
}

/********** Newsletter Form **********/

.newsletter-subscribe {
	margin: 1em 0 0 0;
	padding: 0 20px 20px 20px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	overflow: hidden;
}

.newsletter-subscribe .form-row {
	float: left;
	width: 100%;
	margin: 1em 0 0 0;
}

.newsletter-subscribe .form-row label {
	float: left;
	width: 100%;
	font-weight: bold;
}

.newsletter-subscribe .form-row input {
	float: left;
}

/********** Twitter Feed **********/

.latest-tweets {
	margin: 0;
	padding: 0 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4965a3;
}

.latest-tweets .title {
	margin: 1em 0 0 0;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.2em;
	color: #cc0033;
}

.latest-tweets ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.latest-tweets ul li {
	margin: 0.25em 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 1.4em;
	line-height: 1.2em;
}

.latest-tweets .follow {
	height: 25px;
	padding: 5px 0 0 40px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	background: url('../images/icons/twitter_icon.png') no-repeat top left;
}

.latest-tweets .follow a {
	color: #4965a3;
}

/********** Google Map **********/

.google-map {
	margin: 1em 0 0 0;
	color: #333333;
}

/********** Custom styles **********/

.link-button {
	
}

.link-button a {
	
}

.link-button a:hover {
	
}

.image-left {
	float: left;
	margin: 0 10px 10px 0;
}

.image-right {
	float: right;
	margin: 0 0 10px 10px;
}

/********** User form **********/

.user-form {
	background: #c0dbfa;
	background: transparent url('../images/register/register.gif') no-repeat top left;
	margin: 1em 0 0 0;
	padding: 0 20px 20px 20px;
	overflow: hidden;
}

.update-account {
	background: transparent url('../images/register/account.gif') no-repeat top left;
}

.user-form div {
	float: left;
	width: 600px;
	margin: 1em 0 0 0;
}

.user-form div div {
	float: left;
	width: 280px;
	margin: 0.5em 20px 0 0;
}

.user-form div div label {
	clear: both;
	float: left;
	width: 100%;
	font-weight: bold;
}

.user-form div div input,
.user-form div div textarea,
.user-form div div select {
	float: left;
	width: 95%;
}

.user-form div div .radio,
.user-form div div .checkbox {
	width: auto;
}

.user-form .address .address textarea {
	height: 4.6em;
}

.user-form .address .country {
	clear: both;
}

.user-form .personal .dob select {
	width: auto;
	margin: 0 10px 0 0;
}

.user-form .avatar .current {
	width: 140px;
}

.user-form .avatar .new {
	width: 260px;
}

.user-form p.required {
	display: none;
}

.user-form .message {
	width: 612px;
}

.user-form .newsletter input {
	clear: none;
	float: left;
	width: auto;
}

.user-form .newsletter label {
	clear: none;
	float: left;
	width: 390px;
	margin: 0 0 0 10px;
}

/********** Login **********/

.login-form {
	clear: both;
	width: 282px;
	height: 180px;
	overflow: hidden;
	margin: 1em 0 0 0;
	padding: 80px 125px 20px 265px;
	background: url('../images/register/sign-in.jpg') no-repeat top left;
	color: #560e78;
	font-weight: bold;
}

.login-form .message {
	padding: 10px;
	background: #cc0033;
	color: #ffffff;
}

.login-form a {
	color: #560e78;
}

.login-form a:hover {
	color: #560e78;
}

.login-form p {
	overflow: hidden;
	clear: both;
	width: 100%;
}

.login-form label {
	display: inline;
	font-size: 16px;
	float: left;
}

.login-form input {
	display: inline;
	float: right;
	width: 160px;
	border: #ffffff 1px solid;
}

.login-form input:focus {
	border: #cc0033 1px solid;
}

.login-form .button {
	float: right;
	width: auto;
	padding: 2px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #560e78;
	border: #560e78 1px solid;
}

.login-form .button:hover {
	background: #e6037a;
	border: #e6037a 1px solid;
}

.logged-in {
	overflow: hidden;
	width: 632px;
	margin: 1em 0 0 0;
	padding: 0 20px 20px 20px;
	background: #e6037a;
	color: #ffffff;
}

.logged-in h2 {
	color: #ffffff;
}

.logged-in a {
	color: #ffffff;
}

/********** Messages **********/

.message {
	margin: 1em 0 0 0;
	padding: 10px;
	background: #cc0033;
	color: #ffffff;
	overflow: hidden;
	font-weight: bold;
}

.success {
	padding: 0;
	background: #ffffff;
	color: #e6037a;
}

.error {
	background: #cc0033;
}

/********** Search **********/

.search-highlight {
	padding: 2px 5px;
	font-style: italic;
	background: #cccccc;
	color: #666666;
}

/********** Pagination **********/

ul.pagination {
	float: left;
	width: 100%;
	margin: 1em 0 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

ul.pagination li {
	float: left;
	margin: 0 10px 0 0;
	padding: 1px 6px;
	border-color: #cc0000;
	border-style: solid;
	border-width: 1px;
	list-style: none;
}

ul.pagination li.title,
ul.pagination li.prev,
ul.pagination li.next {
	border: none;
	padding: 1px 0;
}

ul.pagination li.selected {
	border-color: #999999;
	color: #999999;
}

/********** Store finder **********/

.store-list {
	float: left;
	width: 192px;
	margin: 0;
	padding: 0 20px 20px 20px;
	list-style: none;
	background: #ffffff;
}

.store-list select {
	width: 192px;
	border-color: #cccccc;
}

.store-list select:focus {
	border-color: #cc0033;
}

.store-list ul {
	margin: 1em 0 0 0;
	padding: 0;
	list-style: none;
}

.store-list ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.store-contact {
	float: left;
	width: 220px;
	margin: 0 40px 0 0;
}

.store-detail {
	float: left;
	width: 412px;
}

.store-detail .offer-content {
	width: 425px;
}

.store-detail .offer-content .offer-list li {
	margin: 0 52px 0 0;
}

/********** Offers **********/

.offer-content {
	width: 672px;
	overflow: hidden;
}

.offer-content .offer-list {
	width: 9000px;
	margin: 1em 0 0 0;
	padding: 0;
	list-style: none;
}

.offer-content .offer-list li {
	float: left;
	width: 180px;
	margin: 0 65px 0 0;
	padding: 0;
	list-style: none;
}

.offer-content .offer-list li p {
	text-align: center;
}

.offer-content .offer-list li a {
	color: #666666;
}

.jcarousel-container {
    position: relative;
	overflow: hidden;
}

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

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

.jcarousel-prev, 
.jcarousel-next {
	position: absolute;
	top: 100px;
    z-index: 3;
	width: 30px;
	height: 30px;
	background: #ff0000;
	cursor: pointer;
}

.jcarousel-prev {
	left: 0;
	background: url('../images/offers/prev.png');
}

.jcarousel-next {
	right: 0;
	background: url('../images/offers/next.png');
}

