body {
	font-family: Tahoma,"Lucida Grande", Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #004181;
	margin: 0 auto;
	text-align: center;
	background-image: url(../images/bkg-body.jpg);
	background-repeat: repeat;
	background-position: center top;
}

/*** GLOBAL ASSETS ***/

a {
	color: #024383;
	text-decoration: none;
}

.clear {
	clear: both;	
}

p {
	margin: 0 0 15px 0;	
}

h1 {
	margin: 0 0 15px 0;
	font-size: 26px;
	font-weight: normal;
	color: #F60;
}

/*** PAGE CONTAINER ***/

.container {
	margin: 0 auto;
	text-align: left; /* overrides IE5 hack in body tag */
	width: 965px;
}

/*** GLOBAL HEADER ***/

.header {
	position: relative;
	display: block;
	width: 100%;
	height: 85px;
}

.logo {
	position: absolute;
	top: 18px;
	left: 0;
	width: 300px;
	height: 50px;
}

.donate {
	position: absolute;
	top: 18px;
	left: 310px;
	width: 325px;
	height: 50px;
	background-image: url(../images/bkg-donate.png);
	background-repeat: no-repeat;	
}

.account {
	position: absolute;
	bottom: 6px;
	right: 0;
	height: 20px;
}

.account a {
	color: #FFF;
	line-height: 20px;
}

.phone {
	position: absolute;
	top: 17px;
	right: 0; /* 180 when chat goes back */
	line-height: 16px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

.phone a {
	color: #FFF;
}

.plupper {
	position: absolute;
	top: 3px;
	right: 0;
	line-height: 16px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

#account-cart {
	line-height: 20px;
	color: #FFF;
	font-weight: bold;
	padding-left: 25px;
	background-image: url(../images/box-cart-link.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.links {
	position: absolute;
	bottom: 1px;
	right: 0;
}

.navigation {
	position: relative;
	width: 100%;
	height: 33px;
	background-image: url(../images/bkg-navigation.png);
	background-repeat: repeat-x;
	background-position: 0 4px;
	border-bottom: 1px solid #FFF;
}

.navigation-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 670px;
}

.navigation-right {
	position: absolute;
	bottom: 7px;
	right: 10px;
	width: 280px;
	text-align: right;
	color: #FFF;
	font-size: 13px;
}

.navigation-right a {
	color: #FFF;
	font-weight: bold;
}

.navigation-bottom {
	display: block;
	width: 100%;
	height: 5px;
	background-color: transparent;
}


.search {
	margin: 0;
	padding: 0;
	height: 28px;
	width: 250px;
	background-image: url(../images/top-search.png);
	background-position: left top;
	background-repeat: no-repeat;
	overflow:hidden;
	border: none;
	text-transform: none;
}

.search label {
	display: none;	
}

.search input {
	float: left;
	margin: 4px 0 0 12px;
	padding: 0 0 0 0;
	width: 170px;
	line-height: 14px;
	border: none;
	background: 0;
	font-size: 12px;
	color: #666;
}

.search button {
	float: right;
	margin: 0 5px 0 0;
	width: 52px;
	height: 25px;
	overflow: hidden;
	border: none;
	background: 0;
	cursor: pointer;
}

.search button span {
	display: none;	
}

/*** BREADCRUMBS AND SEARCH BAR ***/

.bar {
	display: block;
	padding: 8px 0;
	width: 100%;
	height: 25px;
	background-color: #EFEFEF;
	border-bottom: 1px dotted #0099FF;
}

.bar .breadcrumbs {
	float: left;
	line-height: 25px;
	padding-left: 10px;
}

.bar .search {
	float: right;
	padding-right: 10px;
	height: 25px;
}


/*** CONTENT CONTAINER ***/

.content {
	float: left;
	margin: 0;
	width: 100%;
	background-color: #FFF;
	border-bottom: 1px dotted #0099FF;
}

.content-full {
	float: left;
	margin: 0;
	padding: 12px 15px; 
	width: 935px;
	background-color: #FFF;
	border-bottom: 1px dotted #0099FF;
}


/*** LEFT COLUMN ASSETS ***/

.left-column {
	float: left;
	margin-right: 15px;
	width: 185px;
}

.left-column .innertube {
	display: block;
	width: 158px;
	padding: 12px 0 12px 15px;
}

.left-column .box {
	display: block;
	width: 148px;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
}

.left-column .box-head {
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
	font-size: 13px;
	font-weight: bold;
	color: #024383;
}

.cattree a {
	display: block;
	width: 100%;
	border-top: 1px dotted #CCC;
	padding: 5px 0;
}

.cattree a:hover {
	background-color: #EFEFEF;	
}

/*** CENTER COLUMN ASSETS ***/

.center-column {
	float: left;	
	width: 540px;
	padding: 12px 0;
	line-height: 22px;
}

.launch {
	width: 100%;
	height: 355px;
	background-color: #FFF;
}

.launch-left {
	float: left;	
}

.launch-right {
	float: right;
	width: 340px;
	padding: 12px 0 0 0;
	text-align: left;
	vertical-align: top;
}

/*** RIGHT COLUMN ASSETS ***/

.right-column {
	float: right;
	width: 210px;
}

.right-column .innertube {
	display: block;
	width: 183px;
	padding: 12px 15px 12px 0;
}

.right-column .box {
	display: block;
	width: 173px;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
}

.right-column .box-head {
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
	font-size: 13px;
	font-weight: bold;
	color: #024383;
}

.right-column .box-cart-link {
	padding-left: 27px;
	line-height: 16px;
	background-image: url(../images/box-cart-link.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #2190FF;
	font-weight: bold;
}

.right-column .box-donate {
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #F30;
}

.right-column .box-donate span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #666;
}

/*** MINI BASKET ELEMENTS ***/

.minibask {
	width: 100%;
	margin: 0 auto;
}

.minibask-title {
	padding: 3px;
	background-color: #3E81C5;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
}

.minibask-items {
	padding: 3px;
	background-color: #FFF;
	border-bottom: 1px solid #F29727;
	font-size: 11px;
}

.minibask-total-title {
	width: 100%;
	padding: 3px;
	font-weight: bold;
	white-space: nowrap;
	font-size: 11px;
}

.minibask-total {
	padding: 3px;
	background-color: #F29727;
	color: #FFF;
	font-weight: bold;
	white-space: nowrap;
	font-size: 11px;
}

.minibask-links {
	display: block;
	margin-top: 15px;
}

.minibask-links #minicheckoutlink {
	float: right;
	width: 63px;
	padding: 3px;
	color: #FFF;
	text-decoration: none;
	background-color: #3E81C5;
}

.minibask-links #minibasketlink {
	float: left;
	width: 55px;
	padding: 3px;
	color: #FFF;
	text-decoration: none;
	background-color: #3E81C5;
}





/*** SHARED COLUMN ASSETS ***/




/*** CTGY Assets ***/

.ctgy-table {
	width: 100%;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
}

.ctgy-layout {
	width: 33%;
	padding: 12px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	line-height: 15px;
}

.ctgy-layout img {
	margin: 0 auto 6px auto;
}

.ctgy-layout a {
	color: #F60;
	margin-bottom: 6px;
}

.ctgy-fields {
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	padding-right: 6px;
	font-weight: bold;
}

.ctgy-fields-2 {
	text-align: left;
	vertical-align: top;
	width: 100%;
}

.ctgy-subcats-table {
	width: 100%;
}

.ctgy-subcats {
	vertical-align: top;
	text-align: left;
	border-bottom: solid 2px #FFF;
	border-right: solid 2px #FFF;
	background-color: #F60;
}

.ctgy-subcats a {
	display: block;
	padding: 8px;
	font-weight: bold;
	color: #FFF;
	line-height: 15px;
}


/*** PROD Assets ***/

.prod-table {
	width: 100%;
}

.prod-image {
	vertical-align: top;
	text-align: center;
	white-space: nowrap;
}

.prod-order {
	width: 100%;
	padding-left: 15px;
	vertical-align: top;
	text-align: left;
}

.prod-detail-table {
	border: 1px solid #CCC;
	border-bottom-width: 0;
}

.prod-detail-left {
	vertical-align: top;
	text-align: right;
	padding: 4px 16px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	white-space: nowrap;
	background-color: #EFEFEF;s
}

.prod-detail-right {
	vertical-align: top;
	text-align: left;
	width: 100%;
	padding: 4px 16px;
	border-bottom: 1px solid #CCC;
}


/*** BASK Assets ***/

.bask {
	display: block;
	padding-bottom: 12px;
	border-bottom: 1px dotted #024383;
}

.bask-table {
	width: 100%;
	background-color: #FFF;
}

.bask-header {
	padding: 6px;
	white-space: nowrap;
	font-weight: bold;
	color: #FFF;
	background-color: #024383;
}

.bask-remove {
	padding: 6px;
	text-align: center;
	vertical-align: middle;
}

.bask-contents {
	padding: 6px;
}

.bask-contents span {
	text-transform: uppercase;	
}

.bask-border {
	border-top: 1px solid #CCCCCC;
	height: 1px;
}

.bask-total-prompt {
	font-size: 18px;
	padding: 6px;
}

.bask-total {
	font-size: 18px;
	font-weight: bold;
	padding: 6px;
	color: #9F181B;
}

.bask-buttons {
	display: block;
	width: 100%;
	margin: 15px auto;
}

.bask-buttons-left {
	float: left;
}

.bask-buttons-center {
	float: left;
	margin-left: 15px;
}

.bask-buttons-right {
	float: right;
}



/********** BUTTONS **********/

/*** Main Button Controller ***/

.button {
	display: block;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	background-color: #955900;
	text-decoration: none;
	border: none;
	background-image: url(../images/bkg-navigation-orange.png);
	background-repeat: repeat-x;
	background-position: 0 -7px;
}

/*** Buttons Inside Miva ***/

#addtobasket {
	margin: 12px 0 0 0;
	width: 105px;
	color: #FFF;
}

#addtobasketline {
	margin: 0;
	padding: 2px;
	width: 95px;
	color: #FFF;
}

#buyonenow {
	margin: 12px 0;
	width: 105px;
	color: #FFF;
}

#continue {
	margin: 12px 0;
	width: 80px;
	color: #FFF;
}

#donotadd {
	margin: 12px 0;
	width: 150px;
	color: #FFF;
}

#login {
	margin: 12px 0;
	width: 60px;
	color: #FFF;
}

#next {
	margin: 12px 0;
	width: 55px;
	color: #FFF;
}

#previous {
	margin: 12px 0;
	width: 80px;
	color: #FFF;
}

#remove {
	margin: 0;
	padding: 1px;
	width: 60px;
	color: #FFF;
	font-size: 11px;
}

#save {
	margin: 12px 0;
	width: 55px;
	color: #FFF;
}

#back {
	margin: 12px 0;
	width: 55px;
	color: #FFF;
}

#search2 {
	margin: 12px 0;
	width: 65px;
	color: #FFF;
}

#update {
	margin: 0;
	padding: 1px;
	width: 50px;
	color: #FFF;
	font-size: 11px;
}

#updatebasket {
	margin: 0;
	width: 70px;
	color: #FFF;
	font-size: 10px;
}

#complete-order { /* technically outside miva, but replaces the continue button on the OPAY page */
	margin: 12px 0;
	width: 160px;
	color: #FFF;
	font-size: 14px;
}

/*** Buttons Outside Miva ***/

#checkout {
	width: 146px;
	padding: 8px;
	color: #FFF;
	font-size: 15px;
	background-color: #955900;
	text-decoration: none;
}

#continue-shopping {
	width: 150px;
	padding: 3px;
	color: #FFF;
	font-size: 15px;
	background-color: #024383;
	text-decoration: none;
	background-image: url(../images/bkg-navigation-blue.png);
	background-repeat: repeat-x;
	background-position: 0px -7px;
}

#minibasket {
	width: 100px;
	padding: 3px;
	color: #FFF;
	text-decoration: none;
}

#createaccount {
	margin: 0 auto;
	width: 185px;
	padding: 7px 5px;
	color: #FFF;
	text-decoration: none;
}

#noaccount {
	margin: 0 auto 12px auto;
	width: 185px;
	padding: 7px 5px;
	color: #FFF;
	white-space: nowrap;
	text-decoration: none;
	background-image: url(../images/bkg-navigation-blue.png);
	background-repeat: repeat-x;
	background-position: 0px -7px;
}



/*** LOGIN PAGE ASSETS ***/

.logn-head {
	display: block;
	margin-top: 0;
	background-color: #024383;
	padding: 4px;
	color: #FFF;
	font-size: 13px;
}

.logn-left {
	width: 50%;
	text-align: left;
	vertical-align: top;
	border: 1px solid #CCC;
	padding: 10px;
}

.logn-right {
	width: 50%;
	text-align: left;
	vertical-align: top;
	border: 1px solid #CCC;
	padding: 10px;
}


/*** Footer Assets ***/

.footer {
	display: block;
	background-color: #FFF;
}

.footer b {
	display: block;
	padding: 3px;
	margin-bottom: 12px;
	border: 1px solid #0099FF;
}

.footer-left {
	float: left;
	display: block;
	width: 161px;
	height: 105px;
	padding: 12px;
}

.footer-left a {
	display: block;	
}

.footer b {
	display: block;
	padding: 3px;
	margin-bottom: 12px;
	border: 1px solid #0099FF;
}

.footer-share {
	float: left;
	display: block;
	width: 155px;
	height: 105px;
	padding: 12px;
}

.footer-share .icons {
	margin: 0 auto;
	text-align: center;
}

.footer-share .icons a {
	display: inline;
	margin: 3px 12px;
}

.footer-security {
	float: left;
	display: block;
	width: 183px;
	height: 155px;
	padding: 12px;
}

.footer-security .icons {
	margin: 0 auto;
	text-align: center;
}

.footer-security .icons a {
	display: inline;
	margin: 3px 12px;
}

.footer-bottom {
	display: block;
	width: 100%;
	padding: 12px 0;
	text-align: center;
	background-color: #FFF;
}

#floating-ad {
	position:fixed;
	bottom: 15px;
	right:0px;
	margin:0;
	width:76px;
	height:155px;
	background-image:url('../images/floating-ad.png');
	background-repeat:no-repeat;
	z-index:998;
}
