@charset "utf-8";
body {
	margin: 0 auto;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FDFAE7;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

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

h1 {
	margin-top: 0;
	color: #992124;
	font-size: 18px;
}

.h1-home {
	display: block;
	margin: 18px 0;
	padding: 8px;
	background-color: #992124;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
}

.h1-home span {
	margin-left: 5px;
	font-size: 14px;	
}

h5 {
	display: block;
	margin: 0;
	padding: 5px;
	color: #992124;
	font-size: 13px;
	font-weight: bold;
	border-top: 1px solid #992124;
	border-bottom: 1px solid #992124;
}

hr {
	border-color: #992124;	
	border-size: 1px;
	margin: 8px 0;
}

form {
	margin: 0;
	padding: 0;
}

p {
	margin-top: 0;	
}


.clear {
	clear: both;
}

.container {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}

.header {
	position: relative;
	width: 1000px;
	height: 130px;
	background-image: url(../images/pwc-icons.gif);
	background-repeat: no-repeat;
	background-position: 340px 0px;
}

.header .logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 346px;
	height: 123px;
}

.header .links {
	position: absolute;
	bottom: 10px;
	right: 0px;
	background-color: #992124;
}

.header .links a {	
	display: block;
	float: left;
	padding:6px 16px;
	margin: 0;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	border-left: 1px solid #FDFAE7;
}

.header .account {
	position: absolute;
	bottom: 55px;
	right: 0;
	color: #333;
}

.header .account a {
	color: #992124;
	text-decoration: none;
}




/********************
DEV 
********************/

.header .accountDEV {
	position: absolute;
	bottom: 55px;
	right: 125px;
	color: #333;
}

.header .accountDEV a {
	color: #992124;
	text-decoration: none;
}

.header .phoneDEV {
	position: absolute;
	top: 13px;
	right: 125px;
	text-align: right;
	color: #992124;
}

.header .phoneDEV span {
	display: block;
	margin-left: 5px;
	font-size: 15px;
	font-weight: bold;
	color: #333;
}

.header .verisign {
	position: absolute;
	top: 3px;
	right: 0;
}


/********************
DEV 
********************/







.header .phone {
	position: absolute;
	top: 13px;
	right: 0;
	text-align: right;
	color: #992124;
}

.header .phone span {
	display: block;
	margin-left: 5px;
	font-size: 15px;
	font-weight: bold;
	color: #333;
}

.header .navigation {
	position: absolute;
	bottom: 10px;
	left: 370px;
	width: 320px;
}

/*** CONTENT CONTAINER ***/

.content {
	display: block;
	text-align: left;
}

/*** LEFT COLUMN ***/

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

.left-column .innertube {
	padding: 12px 0;
}

/*** Left Column Assets ***/

.box {
	padding: 5px;
	margin: 0 0 12px 0;
	background-color: #EFEFEF;
	border: 1px solid #992124;
}

.box-head {
	display: block;
	margin-bottom: 12px;
	padding: 3px;
	background-color: #992124;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #992124;
}

.box-head-2 {
	margin-bottom: 10px;
}

.box-content {
	display: block;
	margin: 0 0 15px 0;
}

.cat {
	display: block;
	padding: 2px;
	margin: 0 0 10px 0;
	font-weight: bold;
}

.cat1 {
	display: block;
	padding: 0 0 0 8px;
	margin: 0 0 10px 0;
	font-size: 11px;
	color: #AE6102;
}

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

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

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

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

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

.minibask-links {
	white-space: nowrap;
	margin: 12px auto;
	text-align: center;
}

.minibask-links a {
	font-weight: bold;
	text-decoration: none;
}

.left-image-launch {
	display: block;
	margin: 0 0 12px 0;
	border: 1px solid #992124;
	text-align: center;
	overflow: hidden;
}

/*** RIGHT COLUMN ***/

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

.right-column .innertube {
	padding: 12px 0;
}

/*** CHECKOUT COLUMNS ***/

.checkout-right-column {
	float: right;
	width: 650px;
}

.checkout-right-column .innertube {
	padding: 12px 0;
}

.checkout-left-column {
	float: left;
	width: 335px;
}

.checkout-left-column .innertube {
	padding: 12px 0;
}

.checkout-full-column {
	float: left;
	width: 1000px;
}

.checkout-steps {
	display: block;
	overflow: hidden;
	height: 45px;
}

/*** Right Column Assets ***/

.launch {
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
	height: 294px;
}

/*** HOME PAGE COLUMNS ***/

.home-left-column {
	float: left;
	width: 679px;
}

.home-left-column .innertube {
	display: block;
	padding: 0 0 15px 0;
}

.home-right-column {
	float: right;
	width: 302px;
}

.launch-spacer {
	width: 5px;	
}

/*** Home Page Column Assets ***/

#launch-2-override {/* launch negative margin override */
	margin-top: 0;
	padding-top: 10px;
}

.launch-image {
	border-bottom: 1px dotted #992124;	
}

.launch-innertube {
	padding: 8px;
	text-align: left;
}

.launch-left {
	width: 33%;
	padding-top: 2px;
	text-align: center;
	vertical-align: top;
	border: 1px solid #992124;
	background-color: #FFFDF4;
}

.launch-center {
	width: 33%;
	padding-top: 2px;
	text-align: center;
	vertical-align: top;
	border: 1px solid #992124;
	background-color: #FFFDF4;
}

.launch-right {
	width: 33%;
	padding-top: 2px;
	text-align: center;
	vertical-align: top;
	border: 1px solid #992124;
	background-color: #FFFDF4;
}

.home-right-slots {
	display: block;
	width: 100%;
	padding: 0 0 2px 0;
	margin-bottom: 12px;
}

.slots123 {
	overflow: hidden;
}

.slots123 img {
}

.slots123 .name {
	display: block;
	font-weight: bold;
	font-size: 15px;
	margin: 5px 0 10px 0;
	text-align: center;
	color: #960;
}

.slots123 .desc {
	display: block;
	margin-bottom: 10px;
}

.slots123 .price {
	display: block;	
	margin-bottom: 10px;
}

.slots123-bts {
	
}

.slots123-bts-left a {
	float: left;
	display: block;
	text-align: center;
	width: 80px;
	height: 20px;
	line-height: 20px;
	color: #360;
	background-color: #FFFEE9;
	border: 1px solid #360;
}

.slots123-bts-right a {
	float: right;
	display: block;
	text-align: center;
	width: 100px;
	height: 20px;
	line-height: 20px;
	color: #FFF;
	background-color: #E18F08;
	border: 1px solid #8F5B05;
}

.slots45-bts {
	
}

.slots45-bts-left a {
	float: right;
	display: block;
	margin-right: 10px;
	text-align: center;
	width: 80px;
	height: 20px;
	line-height: 20px;
	color: #360;
	background-color: #FFFEE9;
	border: 1px solid #360;
}

.slots45-bts-right a {
	float: right;
	display: block;
	margin-right: 10px;
	text-align: center;
	width: 100px;
	height: 22px;
	line-height: 22px;
	color: #FFF;
	font-weight: bold;
	background-color: #E18F08;
	background-image: url(../images/bkg-navbar.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

/*** Category Page Assets ***/

.ctgy-subcats {
	display: block;
	margin: 6px 0;
	padding: 5px 0 1px 0;
	border-width: 1px 0;
	border-color: #E0EFF9;
	border-style: solid;
}

.ctgy-subcats a {
	float: left;
	display: block;
	width: 210px;
	margin: 0 7px 5px 0;
	padding: 3px 6px;
	background-color: #E0EFF9;
	color: #992124;
	text-decoration: none;
	font-size: 11px;
}

.ctgy-subcats a:hover {
	background-color: #333333;
	color: #FFF;
}


.ctgy-table {
}

.ctgy-head {
	padding: 6px 8px;
	font-weight: bold;
	font-size: 13px;
	background-color: #A1D0EC;
	color: #FFFFFF;
}

.ctgy-layout {
	padding: 5px;
	width: 33%;
	text-align: center;
	vertical-align: bottom;
}

.ctgy-layout img {
	margin-bottom: 5px;	
}

.ctgy-name {
	display: block;
	margin: 0;
	font-weight: bold;
}

.ctgy-notes {
	display: block;
	margin: 0;
	font-weight: bold;
	color: #992124;
}

.ctgy-price {
	display: block;
	margin: 12px 0;
}

.prod-content {
	width: 100%;
	text-align: left;
	vertical-align: top;
	padding: 5px 10px 5px 0
}

.prod-notes {
	display: block;
	margin: 0 0 12px 0;
	font-weight: bold;
}

.prod-order {
	text-align: left;
	vertical-align: top;
	padding: 5px 0 5px 10px
}

.prod-order img {
	margin-bottom: 6px;	
}

.prod-price {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #992124;
	margin-bottom: 12px;
}

.prod-price span {
	font-size: 13px;
}

.prod-desc {
	display: block;
	margin: 20px 0;
}

.prod-attributes {
	border: 1px solid #A1D0EC;
	margin-bottom: 12px;
}

.prod-attributes td {
	padding: 6px;
}

.prod-radio td {
	padding: 0;
	border-bottom: 0;
}

.logn1 {
	text-align: left;
	vertical-align: top;
	padding: 10px;
	width: 50%;
	border: 1px solid #992124;
}
.logn2 {
	text-align: left;
	vertical-align: top;
	padding: 10px;
	width: 50%;
	border: 1px solid #992124;
}
.logn1 h4, .logn2 h4 {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #992124;
	background-image: none;
	padding: 4px;
	margin-top: 0px;
}

.bc {
	display: block;
	margin: 0 0 12px 0;
}

.footer {
	display: block;
	margin: 0 auto;
	padding: 24px 12px;
	background-color: #FFF;
	border-top: 1px solid #992124;
	text-align: center;
	color: #992124;
}

.footer-icons {
	text-align: center;	
}

.footer-icons .stick {
	display: inline;
	text-align: center;
	margin: 0 24px;
}

.footer-icons .stick img {
	vertical-align: middle;
}



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

/*** Main Button Controller ***/

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

/*** Buttons Inside Miva ***/

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

#add1tobasket {
	margin: 12px auto;
	padding: 2px 0;
	width: 95px;
	color: #FFF;
}

#wishlist {
	margin: 0 0 12px 0;
	padding: 2px 3px;
	width: 105px;
	color: #FFF;
	background-color: #992124;
	background-image: none;
}

#tellafriend {
	margin: 0;
	padding: 2px 3px;
	width: 105px;
	color: #FFF;
	background-color: #992124;
	background-image: none;
}

#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;
}

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

#complete-order {
	margin: 12px 0 0 0;
	width: 160px;
	color: #FFF;
}

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

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

/*** Buttons Outside Miva ***/

#checkout {
	width: 100px;
	padding: 8px;
	color: #FFF;
	font-size: 15px;
	background-color: #EAA00A;
	background-image: url(../images/bkg-navbar.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#checkout-edit {
	width: 50px;
	padding: 2px;
	color: #BF5B02;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #BF5B02;
}

#minibasket {
	width: 70px;
	padding: 3px;
	color: #FFF;
}

#createaccount {
	margin: 0 auto 12px auto;
	width: 185px;
	padding: 5px;
	color: #FFF;
}

#noaccount {
	margin: 12px auto;
	width: 185px;
	padding: 5px;
	color: #FFF;
	white-space: nowrap;
}

#learnmore {
	margin: 12px auto;
	padding: 3px 0;
	width: 90px;
	color: #FFF;
	background-color: #992124;
}

/*** BASKET ASSETS ***/

.bask {
	display: block;
}

.bask-table {
	width: 100%;
	border: none;
}

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

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

.bask-contents {
	vertical-align: top;
	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: #992124;
}

.bask-buttons {
	display: block;
	margin: 15px 0;
}

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

/*** Checkout Assets ***/

.order-box {
	display: block;
	margin-bottom: 15px;
	padding: 5px;
	border: 1px solid #992124;
}

.order-head {
	display: block;
	padding: 3px;
	margin-bottom: 12px;
	background-color: #992124;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
}

.osel-promotions-left {
	width: 50%;
	text-align: left;
	vertical-align: top;
	padding: 0 12px 0 0;
	border-right: 1px dotted #CCC;
}

.osel-promotions-right {
	width: 50%;
	text-align: left;
	vertical-align: top;
	padding: 0 0 0 12px;
}
