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

/**
 * general.css
 */

/**
 * site-specific HTML elements
 */
#main-content h2 span,
#main-content h3 span {
	display: none;
}
#main-content h2 a,
#main-content h3 a {
	display: block;
}
#main-content h2,
#main-content h2 a {
}
#main-content h3,
#main-content h3 a {
}
#main-content h4,
#main-content h4 a {
}
#main-content p {
	margin-bottom: 10px;
	line-height: 1.4em;
}


/**
 * 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 {
}
.column {
}


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


/* ranks and numerical orders */
.primary {
}
.secondary {
}
.tertiary {
}

.single {
}
.double {
}
.triple {
}

.first {
}
.last {
}
.odd {
}
.even {
}


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