@charset "utf-8";


/*** MAIN ELEMENTS ***/

body {
	margin: 0 auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #303030;
}

/*** GLOBAL ASSETS ***/

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #F60;
	text-decoration: none;
}

h1 {
	margin-top: 0;
	color: #333;
	font-size: 24px;
	border-bottom: 1px solid #333;
	padding-bottom: 3px;
}

h2 {
	display: block;
	padding: 3px 3px 3px 6px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	border: 1px solid #333;
	background-image: url(../images/bkg-navbar.png);
	background-repeat: repeat-x;
	background-position: left center;
}

form {
	margin: 0;
	padding: 0;
}


.clear {
	clear: both;
}

/*** GLOBAL FLOATS ***/

.global-float {
	display: block;
}
.global-float-left {
	float: left;	
}
.global-float-right {
	float: right;	
}




/*** CONTAINER ***/

.container {
	margin: 0 auto;
	width: 1000px;
	padding: 0 12px;
	text-align: left;
	background-color: #FFF;
}



/*** GLOBAL HEADER AND NAVIGATION ***/

.header {
	margin: 0 auto;
	position: relative;
	width: 1000px;
	height: 120px;
}

.header .logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 325px;
	height: 120px;
}

.header .links {
	position: absolute;
	bottom: 1px;
	right: 0;
	color: #FFF;

}

.header .account {
	position: absolute;
	top: 15px;
	right: 5px;
	text-align: right;
}

.header .account a {
	float: left;
	padding: 2px;
	margin: 5px 0 0 25px;
	text-decoration: none;
	color: #F60;
}

.navigation {
	background-image: url(../images/bkg-navbar.png);
	background-position: right top;
	background-repeat: repeat-x;
	border: 1px solid #D7D7D7;
}

.navigation-left {
	float: left;
	width: 660px;
}

.navigation-right {
	float: right;
	width: 300px;
}

.search {
	margin: 0;
	padding: 0;
	height: 35px;
	width: 300px;
	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: 0 0 0 10px;
	padding: 10px 0 0 0;
	width: 220px;
	height: 15px;
	border: none;
	background: 0;
	font-size: 11px;
}

.search button {
	float: right;
	margin: 5px 5px 0 0;
	width: 45px;
	height: 25px;
	overflow: hidden;
	border: none;
	background: 0;
	cursor: pointer;
}

.search button span {
	display: none;	
}


/* Links Tabs */

#ddcolortabs{
margin-left: 0;
padding: 0;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 5px;
text-align: right;
}

#ddcolortabs ul{
font-size: 11px;
margin:0;
padding:0;
list-style:none;
}

#ddcolortabs li{
display:inline;
margin:0;
padding:0;
text-transform:uppercase;
}


#ddcolortabs a{
	float:left;
	color: white;
	margin:0 0 0 2px;
	padding:0 0 1px 3px;
	text-decoration:none;
	letter-spacing: 1px;
	background-color: #333;
	background-image: url(../images/color_tabs_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#ddcolortabs a span{
float:left;
display:block;
background: transparent url(../images/color_tabs_right.gif) no-repeat right top;
padding:4px 9px 2px 6px;
}

#ddcolortabs a span{
float:none;
}


#ddcolortabs a:hover{
	background-color: #F60;
}

#ddcolortabs a:hover F29727{
background-color: #F60;
}

#ddcolortabs #current a, #ddcolortabs #current span{ /*currently selected tab*/
background-color: #F60;
}

#ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #F60;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}



/*** CONTENT CONTAINER ***/

.content {
	margin: 0 auto;
	width: 1000px;
	display: block;
	text-align: left;
	background-color: #FFF;
}



/*** LEFT COLUMN CONTROL ***/

.left-column {
	float: right;
	width: 185px;
}

.left-column .innertube {
	padding: 12px 0;
}


/*** LEFT COLUMN ASSETS ***/

.box {
	display: block;
	margin-bottom: 15px;
	width: 100%;
	border: 1px solid #D7D7D7;
}

.box-head {
	display: block;
	padding: 3px 3px 3px 6px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	background-image: url(../images/bkg-navbar.png);
	background-repeat: repeat-x;
	background-position: left center;
}

.box-content {
	display: block;
	padding: 12px 6px 8px 8px;
	background-image: url(../images/bkg-box-contents.gif);
	background-repeat: no-repeat;
	background-position: 8px 0px;
}

.box-launch {
	display: block;
	overflow: hidden;
	width: 100%;
	border: 1px solid #D7D7D7;
	margin-bottom: 15px;
}

.box-subcats {
	padding: 12px 6px 8px 8px;
	background-image: url(../images/bkg-box-contents.gif);
	background-repeat: no-repeat;
	background-position: 8px 0px;
}

.box-subcats a {
	display: block;	
}


/*** RIGHT COLUMN CONTROL ***/

.right-column {
	float: left;
	width: 794px;
	min-height: 300px;
}

.right-column .innertube {
	padding: 12px 0;
}


/*** RIGHT COLUMN ASSETS ***/






/*** CTGY PAGE ASSETS ***/

.subcats-box {
	display: block;
	margin-bottom: 15px;
	width: 100%;
}

.subcats-box-head {
	display: block;
	padding: 3px 3px 3px 6px;
	font-size: 16px;
	font-weight: bold;
	color: #F60;
	border: 1px solid #F60;
	background-image: url(../images/bkg-navbar.png);
	background-repeat: repeat-x;
	background-position: left center;
}

.subcats-box-content {
	display: block;
	padding: 8px 3px 8px 6px;
}

.subcats {
	width: 25%;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dotted #CCC;
}

.subcats a {
	display: block;
	padding: 8px;
	font-weight: normal;
}

.ctgy-main-left {
	width: 30%;
	text-align: left;
	vertical-align: top;
}

.ctgy-main-right {
	width: 70%;
	text-align: left;
	vertical-align: top;
	padding-left: 15px;
}

.ctgy-main-right h2 {
	margin-top: 0;	
}


.bestsellers {
	padding: 12px 6px 8px 8px;
	background-image: url(../images/bkg-box-contents.gif);
	background-repeat: no-repeat;
	background-position: 8px 0px;
}

.bestsellers a {
	display: block;
	padding: 3px 0;
	margin: 6px 0;
	font-weight: bold;
	text-align: center;
}

/*** ACCOUNT PAGE ASSETS ***/

.account-border {
	display: block;
	margin: 0 0 15px 0;
	padding: 8px;
	border: 1px solid #303030;
}

.account-header {
	display: block;
	margin: 0 0 15px 0;
	padding: 3px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	background-color: #F60;
}



/*** MINI BASKET ELEMENTS ***/

.minibask {
	width: 100%;
	margin: 0 auto;
}

.minibask-title {
	padding: 3px;
	background-color: #333;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
}

.minibask-items {
	padding: 3px;
	background-color: #FFF;
	border-bottom: 1px solid #ccc;
	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: #ccc;
	color: #FFF;
	font-weight: bold;
	white-space: nowrap;
	font-size: 11px;
}



/*** HOME PAGE ASSETS ***/

.launch {
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
	height: 300px;
}

.launch-left {
	float: left;
	display: block;
	width: 490px;
	height: 300px;
}

.launch-right {
	float: right;
	display: block;
	width: 290px;
	height: 298px;
	border: 1px solid #CCC;
}

#features-box { /* override of normal box div's bottom border */
	border-bottom: none;
}

.features-layout {
	padding: 10px 3px;
	width: 25%;
	text-align: center;
	vertical-align: top;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

.launch-box {
	display: block;
	margin-bottom: 15px;
	text-align: left;
}

.launch-box-content {
	display: block;
	padding: 15px 10px;
	text-align: center;
}

.launch-box-content img {
	border: none;
}



/*** CATEGORY PAGE ASSETS ***/

.ctgy-prod-link {
	font-size: 14px;
	font-weight: bold;
}

.ctgy-layout {
	padding: 20px 0 12px 0;
	width: 33%;
	text-align: center;
	vertical-align: top;
}

.ctgy-border {
	height: 1px;
	border-top: 1px solid #343D59;
}

.ctgy-sort-border {
	display: block;
	margin-bottom: 12px;
	border: 1px solid #343D59;
	border-bottom-width: 0;
}

.ctgy-sort {
	width: 100%;
	border-bottom: 1px solid #343D59;
	padding: 8px;
}

.ctgy-sort span {
	font-size: 14px;
	font-weight: bold;
	color: #F60;
}

.ctgy-numbers {
	white-space: nowrap;
	text-align: right;
	border-bottom: 1px solid #343D59;
	padding: 8px;
}

.ctgy-numbers span {
	font-size: 14px;
	font-weight: bold;
	color: #F60;
}

.ctgy-alpha {
	white-space: nowrap;
	text-align: left;
	border-bottom: 1px solid #343D59;
	padding: 8px;
}





/*** PRODUCT PAGE ASSETS ***/

.prod-image {
	width: 60%;
	text-align: left;
	vertical-align: top;
	padding: 5px 10px 5px 0
}

.prod-content {
	width: 40%;
	text-align: left;
	vertical-align: top;
	padding: 5px 0 5px 10px
}

.prod-price {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 12px;
}

.prod-price span {
	font-size: 13px;
}

.prod-desc {
	display: block;
	margin: 20px 0;
	padding: 12px;
	text-align: left;
	border: 1px solid #D7D7D7;
}

.prod-desc h2 {
	margin-top: 0;
	color: #333;
	font-size: 14px;
	border-bottom: 1px solid #333;
	padding-bottom: 3px;
}

.prod-attributes {
	border: 1px solid #ccc;
	margin: 12px 0;
}

.prod-attributes td {
	padding: 6px;
}

.prod-radio td {
	padding: 0;
	border-bottom: 0;
}

.prod-order {
	display: block;
}



/*** LOGIN PAGE ASSETS ***/

.logn-head {
	display: block;
	margin-top: 0;
	background-color: #F60;
	padding: 4px;
	color: #FFF;
	font-size: 13px;
}

.logn-left {
	width: 50%;
	text-align: left;
	vertical-align: top;
	border: 1px solid #333;
	padding: 10px;
}

.logn-right {
	width: 50%;
	text-align: left;
	vertical-align: top;
	border: 1px solid #333;
	padding: 10px;
}

/*** CHECKOUT ASSETS - COUPON/GIFT CERTIFICATES ***/

.checkout-box {
	display: block;
	border: 1px solid #333;
	margin: 0 0 15px 0;
}

.checkout-box .innertube {
	display: block;
	padding: 10px;
}

.checkout-box-head {
	display: block;
	padding: 3px;
	background-color: #333;
	color: #FFF;
	font-weight: bold;
	font-size: 15px;
}

.osel-promos {
	display: block;
}

.osel-promos-head {
	display: block;
	background-color: #F60;
	padding: 3px;
	margin-bottom: 10px;
	color: #FFF;
	font-weight: bold;
}

.osel-promos h4 {
	margin: 0 0 12px 0;
	font-size: 14px;
	font-weight: bold;
}

.osel-promos-left {
	float: left;
	margin-right: 15px;
	padding: 3px;
	width: 365px;
	height: 150px;
	border-right: 1px solid #F60;
}

.osel-promos-right {
	float: left;
	padding: 3px;
	width: 355px;
	height: 150px;
}



/*** BREADCRUMB ASSETS ***/

.breadcrumbs {
	display: block;
	margin: 0 0 12px 0;
}



/*** FOOTER ASSETS ***/

.footer {
	display: block;
	margin: 0 auto;
	padding: 12px;
	text-align: center;
	color: #FFF;
}

.footer a {
	color: #FFF;
}

.footer a:hover {
	color: #F60;
}



/********** 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: #333;
}

.button:hover {
	background-color: #F60;
}

/*** Buttons Inside Miva ***/

#addtobasket {
	margin: 15px 0 0 0;
	width: 130px;
	color: #FFF;
	font-size: 16px;
}

#add1tobasket {
	margin: 0 8px 0 0;
	padding: 3px;
	width: 100px;
	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: 100px;
	padding: 8px;
	color: #FFF;
	font-size: 15px;
}

#minibasket {
	width: 90px;
	padding: 3px;
	color: #FFF;
	font-size: 11px;
}

#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;
}

#wishlist {
	margin: 0;
	padding: 1px 3px;
	width: 130px;
	color: #FFF;
	background-color: #333;
	background-image: none;
}

#wishlist:hover {
	background-color: #F60;	
	background-image: none;
}

/*** BASKET ASSETS ***/

.bask {
	display: block;
}

.bask-table {
	width: 100%;
	background-color: #FFF;
	border: none;
}

.bask-header {
	padding: 6px;
	white-space: nowrap;
	font-weight: bold;
	background-color: #F60;
	color: #FFF;
}

.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: #C00;
}

.bask-buttons {
	display: block;
	margin: 15px 0;
}

.bask-buttons-right {
	float: right;	
}
