/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

/*#glare {
	position:absolute;
	top:0;
	left:0;
	height: 100%;
	width: 100%;
	background: url("../images/bg_glare.png") top left no-repeat;
}*/

body {
	font-family: Helvetica,Arial,sans-serif;
	/*line-height: 1.3em;*/
	margin: 0;
	font-size: 12px;
	color: #333;
}



a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

h3, .componentheading, table.moduletable th {
  color: #af0913;
}

input.button { cursor: pointer; }

img { border: 0 none; }

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

/* *********************************************** RUSS - EDITS ************************************************* */

#container {
	position: relative;
	width: 1010px;
	left: 50%;
	margin: 0 0 0 -505px;
	padding: 0;
	background: url(../images/container_bg.png) left top repeat-y;
}

#cfanLogo {
	position: absolute;
	float: left;
	width: 170px;
	height: 85px;
	margin: 68px 0 0 64px;
	padding: 0;
	background: url(../images/cfan_logo.gif) left top no-repeat;
	z-index: 1000;
}

#shopTitle {
	position: absolute;
	float: left;
	width: 230px;
	height: 30px;
	margin: 180px 0 0 42px;
	padding: 0;
	background: none;
	z-index: 1000;
	font-size: 13.5pt;
	color: #000;
}

#topMenu {
	position: absolute;
	float: left;
	width: 980px;
	padding: 0 30px 0 0;
	margin: 11px 0 0 15px;
	background: none;
	z-index: 1000;
	text-align: left;
}

#topSearchBox {
	position: absolute;
	float: left;
	width: 150px;
	height: 30px;
	margin: -8px 0 0 854px;
	padding: 0;
	background: none;
	font-size: 12px;
	color: #000;
	z-index: 1005;
}

#newHeader {
	position: relative;
	clear: both;
	width: 1010px;
	height: 230px;
	margin: 0;
	padding: 0;
	background: url(../images/newheader_bg.jpg) left top no-repeat;
}

#breadcrumb {
	position: relative;
	float: left;
	background: none;
	width: 630px;
	height: 50px;
	margin: 0;
	padding: 11px 0 0 30px;
}

#breadcrumb a {
text-transform:none;
}

#breadcrumb a:link,#breadcrumbs a:visited {
color:#333;
}

#breadcrumb span {
color:#333;
font-size:1.0em;
padding:7px;
}

#breadcrumb span a:hover,#breadcrumb span a:active,#breadcrumb span a:focus {
color:#BC0517;
text-decoration:none;
}

#ukOnlyText {
	position: relative;
	float: right;
	background: none;
	width: 300px;
	height: 50px;
	margin: 0 32px 0 0;
	padding: 11px 0 0 0;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	z-index: 1000;
}

#ukOnlyText a:link, #ukOnlyText a:visited {
	color: #C00;
	text-decoration: underline;
	font-weight: bold;
}

#ukOnlyText a:hover, #ukOnlyText a:active {
	color: #F00;
	text-decoration: underline;
}

#mainArea {
	position: relative;
	clear: both;
	width: 972px;
	padding: 0 0 0 38px;
	margin: 10px 0 0 0;
}

#leftModules {
	position: relative;
	float: left;
	width: 161px;
	padding: 0;
	margin: 0;
	z-index: 1000;
}

#centreSection {
	position: relative;
	float: left;
	width: 760px;
	padding: 0 10px 0 10px;
	margin: -21px 0 0 0;
	z-index: 0;
}

#topBanner {
	position: relative;
	clear: both;
	width: 600px;
	padding: 0;
	margin: 0 0 10px 0;
	z-index: 0;
}

#featuredProducts1 {
	position: relative;
	clear: both;
	width: 600px;
	padding: 0;
	margin: 0;
	z-index: 0;
}

#featuredProducts2 {
	position: relative;
	clear: both;
	width: 600px;
	padding: 0;
	margin: 0;
	z-index: 0;
}

#mainContent {
	position: relative;
	clear: both;
	width: 100%;
	padding: 6px 0 0 0;
	margin: 0;
	z-index: 0;
}

#rightModules {
	position: relative;
	float: left;
	width: 161px;
	padding: 0;
	margin: 0;
}

#earthFooter {
	position: relative;
	clear: both;
	width: 1010px;
	height: 120px;
	padding: 20px 0 0 0;
	margin: 0;
	background: url(../images/newearthfooter.jpg) left bottom no-repeat;
}

#bottomMenu {
	position: relative;
	float: left;
	width: 500px;
	padding: 0 0 0 30px;
	margin: 85px 0 0 0;
	background: none;
	z-index: 1000;
	text-align: left;
}

#copyright {
	position: relative;
	float: right;
	width: 300px;
	padding: 0 30px 0 0;
	margin: 85px 0 0 0;
	background: none;
	z-index: 1000;
	text-align: right;
}

#redGrad {
	background: #FFF url(../images/redgrad.png) left top repeat-x;
	padding: 12px;
	border: 1px solid #F96;
}

#blueGrad {
	background: #FFF url(../images/bluegrad.png) left top repeat-x;
	padding: 12px;
	border: 1px solid #b5cae5;
}

a.mainlevel-nav:link, a.mainlevel-nav:visited {
	padding-left: 5px;
	text-decoration: none;
	color: #333;
}

a.mainlevel-nav:hover, a.mainlevel-nav:active {
	color: #BC0517;
	text-decoration: underline;
}

/* ********************************************************************************************************* */ 
/*                                         NEW DONATE PAGE STYLES											   */
/* ********************************************************************************************************* */

#donatebox {
	position: relative;
	width: 720px;
	height: 240px;
	padding: 10px;
	background: url(../images/donationbox_bg.png) top left no-repeat;
	margin: 0;
}

#donatepara {
	position: relative;
	float: left;
	width: 380px;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 14px;
}

#donateform {
	position: relative;
	float: left;
	width: 380px;
	margin: 0;
	padding: 0;
}

#videoplayer {
	position: relative;
	float: left;
	width: 320px;
	display: block;
	height: 240px;
	margin: 0 15px 0 0;
	padding: 0;
}

.iwouldliketogive {
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}

#givingOpp {
	float:left;
	position:relative;
	width: 220px;
	padding:0;
	margin-right:40px;
	margin-bottom:10px;
}

#givingOppEnd {
	float:left;
	position:relative;
	width: 220px;
	padding:0;
	margin-bottom:10px;
}

a.givenow {
	font-size: 14px;
	font-weight: bold;
	color: #AF0913;
}

/* *********************************************************************************************************** */

#wrapper {
	background: #fff;
	margin: 0;
	padding: 0;
}

#_header {
	clear: both;
	margin: 0 10px;
}

#_header_top {
	
}

#_header_container {
	clear:both;
	background: #222;
}

._header_container_rtop div  { background: url(../images/corner_top_left.jpg) no-repeat top left; }
._header_container_rbot div  { background: url(../images/corner_bottom_left.jpg) no-repeat bottom left; }
._header_container_rbot      { background: url(../images/corner_bottom_right.jpg) no-repeat bottom right; }

 /* height and width details */
._header_container_rtop div, ._header_container_rtop, ._header_container_rbot div, ._header_container_rbot {
	width: 100%;
	height: 1.1em;
}

#_logo {
	height:50px;
	background: url(../images/logo_cfan.jpg) top left no-repeat;
}

#_header_text {
	font-size: 1.3em;
	font-weight: bold;
}

#_search {
	float: right;
	clear:both;
	overflow: hidden;
	margin:0;
	margin-right: 10px;
}

#_header_tag {
	font-style: italic;
	color: #000;
	margin-top: 10px;
	font-size: medium;
}


/* horizontal tab menu */
#tabarea {
	position: absolute;
	width: 983px;
	margin: 200px 27px 0 0;
	padding: 0;
	float:left;
	z-index: 1200;
}

#tabmenu {
	float:right;
	right:0;
}

#tabmenu ul {
  white-space: nowrap;
}

#topmenu {
	position: relative;
	clear: both;
	float:right;
	right:0;
}

#topmenu ul {
  position: relative;
  list-style:none;
  white-space: nowrap;
}

#topmenu li {
	float: left;
	background: url(../images/topmenu_sep.png) center left no-repeat;
	padding-left: 5px;
	padding-right: 5px;
	display:inline;
}

#topmenu li:first-child {
	background: #fff;
}

#topmenu a {
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 12px;
  	display:block;
  	line-height: 21px;
 	text-align:center;
	text-decoration: none;
	color: #000;
}
/* header contents */


#_header_menu {
	margin-left: 20px;
	height:1em;
}


#pathway {
	position:relative;
	padding: 5px;
	width:100%;
}

#pathway_l {
	display: block;
	float:left;
	padding: 0 5px 8px 0;
	text-align: left;
	background: url(../images/dotline.jpg) bottom left no-repeat;
	width: 600px;
	height:15px;
}

#livehelp {
	float:right;
	right: 0;
}


/* footer menu */

ul.menufooter {
	list-style:none;
  	white-space: nowrap;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

ul.menufooter li {
	display: inline;
	float:left;
	background: none;
	padding: 0 10px;
}

ul.menufooter a {
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 12px;
  	text-align:center;
	text-decoration: none;
	color: #666;
}


#whitebox {
	clear:both;
	margin: 0 0px 0px 10px;
	background: #fff;
	width: auto;
}

#whitebox div {
	text-align: left;
}

#whitebox_m {
	width: auto;
}

#leftcolumn {
	padding: 0;
	margin-right: 10px;
	width: 160px;
	float:left;
}

#maincolumn {
	
}

#maincolumn_full {
	margin-left: 0;
	padding: 0;	
	width: 100%;
}

table.nopad {
	/*width: 100%;*/
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

table.nopad td.middle_pad {
	width: 20px;
}


#newsflash {
	width: auto;
	margin-left: 350px;
	margin-right: 30px;
	border: 1px solid #00f;
}


#_footer {
	margin: 0;
	padding: 0;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	
	height: 47px;
	overflow: hidden;
	text-align: center;
	font-size: .90em;
	color: #333;
}

div#footer a:link, div#footer a:visited  {
	color: #999;
}

div#footerspacer {
	height: 10px;
}

form {
	margin: 0;
	padding: 18px 0 5px 5px;
}

#keyword {
	width: 130px;
	margin-left: -5px;
}

form#searchForm input {
	vertical-align: middle;
}

form#searchForm table {
	border-collapse: collapse;
}

form#searchForm td {
	padding:0;
}

#mod_search_searchword {
	padding-left: 3px;
}

#area {
	padding: 0;
}

.buttonSearch {
	padding: 0 0;
	background: url(../images/sbutton.png) no-repeat #fff top left;
	width: 56px;
	height: 18px;
	border: none;
	display: inline;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
}

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

span.pathway {
  	position:relative;
    
}

/* headers */
div.componentheading {
  padding-left: 0px;
}

h1 {
	padding: 0;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #666;
	text-align: left;
	width: 100%;
}

h2, .contentheading {
	padding: 0;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 1.4em;
	vertical-align: bottom;
	color: #af0913;
	font-weight: bold;
	text-align: left;
	width: 100%;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

h3, .componentheading, table.moduletable th, legend {
  	margin: 0;
  	font-family: Helvetica,Arial,sans-serif;
  	padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;
}

/* small text */
.small {
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.modifydate {
  height: 20px;
  vertical-align: bottom;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}

a.readon {
	margin-top: 10px;
	display: block;
	float: left;
	background: url(../images/readon.png) top right no-repeat;
	padding-right: 20px;
	line-height: 14px;
	height: 16px;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/** overlib **/

.ol-foreground {
	background-color: #f6f6f6;
}

.ol-background {
	background-color: #666;
}

.ol-textfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.ol-captionfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}
.ol-captionfont a {
	color: #0B55C4;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {}

/* menu links */
a.mainlevel:link, a.mainlevel:visited {
	padding-left: 5px;
}

a.mainlevel:hover {

}

/* spacers */
span.article_separator {
	display: block;
	height: 20px;
}

.article_column {
	padding-right: 5px;
}

.column_separator {
	border-left: 1px dashed #e0e0e0;
	padding-left: 10px;
}

td.buttonheading {

}

td.buttonheading img {
	border:none;
}

.clr {
	clear: both;
}

td.greyline {
  width: 20px;
  background: url(../images/mw_line_grey.png) 50% 0 repeat-y;
}

div#maindivider {
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  height: 1px;
}

table.blog span.article_separator {
	display: block;
	height: 20px;
}

/* edit button */
.contentpaneopen_edit{
	float: left;
}

/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
  float: right;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableheader {
	background-color: #CCC;	
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}

tr.sectiontableentry2 {
	background-color: #EEE;
}


/* content styles */
table.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
	width: auto;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

.highlight {
	background-color: #fffebb;
}

/* module control elements 
table.user1user2 div.moduletable {
	margin-bottom: 0px;
}

div.moduletable, div.module {
  margin-bottom: 25px;
  background-color: #0F0;
}

div.module-menu {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

div.module-menu h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #eee;
	margin:0px;
	padding: 3px 5px 3px 15px;
}

div.module_rtopleft {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	width: 161px;
	height: 21px;
	margin:0;
	background: url(../images/left_module_header.jpg) left top no-repeat;
}

div.module_rtopright {
	
}

div.module_rcontent {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	clear: both;
	background: url(../images/left_module_bg.jpg) left 21px no-repeat;
}
*/

div.moduletable-menu h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	width: 156px;
	height: 18px;
	margin:0 0 0 -10px;
	padding: 3px 0 0 5px;
	background: url(../images/left_module_header.jpg) left top no-repeat;
}

div.moduletable-menu  {
	margin: 0;
	padding: 0 0 0 10px;
	margin-bottom: 15px;
	clear: both;
	background: url(../images/menu_module_bg.jpg) left bottom no-repeat;
}

div.moduletable-other h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	width: 156px;
	height: 18px;
	margin: -15px 0 0 -12px;
	padding: 3px 0 0 5px;
	background: url(../images/left_module_header.jpg) left top no-repeat;
}

div.moduletable-other  {
	margin: 0;
	padding: 15px 15px 15px 12px;
	margin-bottom: 15px;
	clear: both;
	background: url(../images/left_module_bg.jpg) left bottom no-repeat;
}

div.moduletable-feat h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	width: 600px;
	height: 33px;
	margin: -50px 0 0 -15px;
	padding: 7px 0 0 0;
	background: url(../images/product_box_header.jpg) left top no-repeat;
}

div.moduletable-feat  {
	display: block;
	width: 570px;
	height: 242px;
	margin: 50px 0 10px 0;
	padding: 15px;
	clear: both;
	background: url(../images/product_box_main.jpg) left bottom no-repeat;
}

div.moduletable  {
	margin-bottom: 15px;
	clear: both;
}

/*
div.module_rbottomleft {
	
	background: url(../images/left_module_footer.jpg) left top no-repeat;
}

div.moduletable-menu table {
	padding-top: 10px;
	padding-bottom: 5px;
	width: auto;
	clear:both;
	background: url(../images/sidesubpanelr_b.gif) no-repeat bottom left;
}

div.moduletable_front  {
	padding: 0px 10px;
}


div.moduletable_front h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 7px;
}


div.moduletable_front td {
	width: 150px;
}


.sectiontableentry1 {
	background: url(../images/sidesubpanelr_m.gif) top left repeat-y;
}

.sectiontableentry2 {
	background: url(../images/sidesubpanelr_m.gif) top left repeat-y;
}*/

div.module_menu ul, div.moduletable_menu ul {
	margin: 10px 0;
	padding-left: 20px;
}


div.module_menu ul li a:link, div.module_menu ul li a:visited {
	font-weight: bold;
}


#leftcolumn div.module {
	padding: 0 10px;
}

#leftcolumn div.module table {
	width: auto;
}

/* forms */
table.adminform textarea {
  /*width: 540px;*/
  height: 400px;
  font-size: 1em;
  color: #000099;
}

div.search input {
	width: 145px;
	border: 1px solid #ccc;
	margin: 15px 0 10px 0;
}

form#form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#form-login ul { padding-left: 20px; }

form#com-form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#com-form-login ul { padding-left: 20px; }

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #666; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #666; text-align: center; }

/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.bannergroup {
}

.banneritem img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Text advert style */

.banneritem_text {
	padding: 4px;
	font-size: 11px;
}

.bannerfooter_text {
	padding: 4px;
	font-size: 11px;
	background-color: #F7F7F7;
	text-align: right;
}

/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* Polls */
.pollstableborder td {
	text-align: left;
}

/* WebLinks */
span.description {
	display:block;
	padding-left: 30px;
}

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom:1px solid #eee;
	color: #666;
}

/* Tooltips */

.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}

#syndicate{
	float:left;
	padding-left: 5px;
}

#power_by{
	float:right;
	padding-right: 25px;
}

/* Component Specific Fixes */

#component-contact table td {
	padding: 2px 0;
}


.mainlevel_catfront_table {
	display:block;
	padding: 10px 4px;
}

.mainlevel_catfront_row {
	display:block;
	padding: 10px 4px;
}


.mainlevel_catfront  a{
	font-size: 10pt;
	font-weight: bold;
}


ul.vmRecentDetail {
	list-style-type: none;
	margin-top: 8px;
	padding: 0;
}

li.vmRecentDetail {
	list-style-type: none;
	margin-bottom: 3px;
}

.vmRecentDetail{
	padding:0px 10px;
}

.vmRecentDetail li {
	margin:0px;
	margin-bottom: 5px;
}

a.basket_short {
	display:block;
	margin:0;
	margin-left:15px;
	margin-right: 15px;
	padding-top:3px;
	padding-bottom:3px;
	border: 1px solid #000;
	font-weight:bold;
	background:#AF0913;
	color:#fff;
	font-size:14px;
}

a:hover.basket_short {
	display:block;
	margin:0;
	margin-left:15px;
	margin-right: 15px;
	padding-top:3px;
	padding-bottom:3px;
	border: 1px solid #000;
	font-weight:bold;
	background:#000;
	color:#fff;
	font-size:14px;
	text-decoration:none;
}

a.skip_button {
	font-weight:bold;	
}

.contentheading {
	color: #af0913;
	font-weight: bold;
}

#login_box {
	width: 568px;
	height: 156px;
	border: none;
	background: url(images/exist_cust_bg.jpg) left top no-repeat;
	padding: 15px;
	color: #FFF;
}

#login_box h4 {
	font-size: 18px;
	color: #FFF;
}

#login_box a {
	color: #FFF;
}

#register_box {
	width: 568px;
	height: 987px;
	border: none;
	padding: 15px;
	color: #FFF;
	background: url(images/new_cust_bg.jpg) left top no-repeat;
	padding: 15px;
}
