/******************************************/	
/* CSS powered by clock - www.clock.co.uk */
/******************************************/	

/**
 * general.css
 */

/**
 * site-specific HTML elements
 */
#main-content h2 span,
#main-content h3 span,
#main-content h4 span {
	display: none;
}
#main-content h2 a,
#main-content h3 a {
	display: block;
}
#main-content h2,
#main-content h2 a {
	margin-bottom: 20px;
	display: block;
	width: 100%;
	height: 47px;
	background-repeat: no-repeat;
	font-size: 17px;
	color: #446669;
}
#main-content h3 {
	display: inline;
	font-size: 16px;
	color: #F960E6;
	font-size: 22px;
	padding-bottom: 25px;
}
#main-content h3,
#main-content h3 a {
	background-repeat: no-repeat;
}
#main-content h4,
#main-content h4 a {
	background-repeat: no-repeat;
}
#main-content p,
#main-content address {
	margin-bottom: 10px;
	line-height: 1.65em;
}
#main-content a {
	background-position: -250px 0px;
}
#main-content img {
	border: solid 1px #a6b59f;
}


#main-content a:hover,
#main-content a:active {
	text-decoration: underline;
}
a.jbj {
	color: #62BB47;
}


/**
 * Credit Cards List
 */
#accepted-cards {
	clear: both;
}
#accepted-cards p,
#accepted-cards ul  {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#accepted-cards ul {
	padding: 0px 0px 0px 0px;
}
#accepted-cards li {
	margin: 0px 0px 0px 0px;
	display: block;
	float: left;
}
#accepted-cards a {
	display: block;
	width: 55px;
	height: 43px;
	background-repeat: no-repeat;
	margin: 0px 5px 0px 0px;
}
#accepted-cards a span {
  display: none;
}
#accepted-cards .mastercard a {
	background-image: url("/resource/image/icon/card-mastercard.gif");
}
#accepted-cards .visa a {
	background-image: url("/resource/image/icon/card-visa.gif");
}
#accepted-cards .maestro a {
	background-image: url("/resource/image/icon/card-maestro.gif");
}
#accepted-cards .delta a {
	background-image: url("/resource/image/icon/card-delta.gif");
}


/**
 * repeated 'article/item' item types (usually encompassing .image and .text)
 */
.article,
.search-result,
.blog-entry,
.download-item,
.store-item,
.client {
}
.image {
}
.text {
}


/**
 * custom selectors
 */

/* anchors */
.anchor {
	display: none;
}


/* rumble expanders */
.expander-switch strong {
	display: inline;
}
.expander-switch span {
	display: none;
}
.expander-expanded strong {
	display: none;
}
.expander-expanded span {
	display: inline;
}


/* content types */
.assistance {
}
.page-description {
	padding: 5px 0px 5px 0px;
}
.description {
}
.error {
	color: #FF0000;
}
.explanation {
}
.question {
}
.answer {
}
.summary {
}
.warning {
}
.reference {
}
.date {
}


/* specific content types */
.signature {
}
.copyright {
}
.disclaimer {
}
.caption {
}
.foot-note {
}

/* where i am and where can i go */
.breadcrumb {
}
.navigation {
}
.progress {
}
.action {
}
.direction {
}


/* layout */
.header {
}
.footer {
}
.panel {
	border: 1px solid #BAC7B6;
	padding: 15px 15px 15px 15px;
}
.column {
}


/* states */
.pinned {
}
.current {
}
.selected {
}


/* ranks and numerical orders */
.primary {
	float: left;
	margin: 115px 20px 0px 35px;
	_margin: 115px 20px 0px 17px;
}
.secondary {
	float: left;
	margin: 40px 0px 0px 20px;
}
.tertiary {
}

.single {
	width: 300px;
}
.double {
	width: 650px;
}
.triple {
}

.first {
}
.last {
}
.odd {
}
.even {
}
.audio {
	background-image: url("/resource/image/icon/audio.gif");
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 20px;
	margin-bottom: 6px;
}


/* miscellaneous */
.clear-float {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}

