@charset "utf-8";


/*** MAIN ELEMENTS ***/

body {
	margin: 0 auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

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

a:hover {
	color: #333333;
	text-decoration: none;
}

h1 {
	margin-top: 0;
	color: #C00;
	font-size: 24px;
	border-bottom: 1px solid #C00;
	padding-bottom: 3px;
}

form {
	margin: 0;
	padding: 0;
}


.clear {
	clear: both;
}



/*** CONTAINER ***/

.container {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}



/*** GLOBAL HEADER AND NAVIGATION ***/

.header {
	margin: 0 auto;
	position: relative;
	width: 1000px;
	height: 144px;
}

.header .logo {
	position: absolute;
	top: 7px;
	left: 0;
	width: 173ypx;
	height: 130px;
}

.search {
	position: absolute;
	bottom: 34px;
	right: 0;
	margin: 0;
	padding: 37px 15px 0 15px;
	height: 38px;
	width: 300px;
	background-image: url(../images/top-search.png);
	background-position: left top;
	background-repeat: no-repeat;
	overflow:hidden;
	border: none;
}

.search label {
	display: none;	
}

.search input {
	float: left;
	margin: 0 0 0 43px;
	padding: 4px 0 0 0;
	width: 166px;
	height: 20px;
	border: none;
	background: 0;
}

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

.search button span {
	display: none;	
}


.navbar-table-1 {
	width: 100%;
	border: none;
	background-image: url(../images/bkg-navbar.png);
	background-repeat: repeat-x;
	background-position: center 0px;
}

.navbar-table-2 {
	width: 1000px;
	border: none;
	margin: 0 auto;
}

.navbar-td-1 {
	background-image: url(../images/bkg-navbar.png);
	background-repeat: repeat-x;
	background-position: center 0px;
	text-align: center;
	padding: 5px 0;
}

.navbar-table-3 {
	width: 100%;
	border: none;
	background-image: url(../images/bkg-navbar.png);
	background-repeat: repeat-x;
	background-position: center -31px;
}

.navbar-table-4 {
	width: 1000px;
	border: none;
	margin: 0 auto;
}

.navbar-td-2 {
	background-image: url(../images/bkg-navbar.png);
	background-repeat: repeat-x;
	background-position: center -31px;
	background-color: #666;
	padding: 0;
	width: 100%;
}

.links {
	text-align: left;

}

.links a {
	float: left;
	color: #666;
	font-size: 11px;
	padding: 2px 31px 2px 31px;
	text-decoration: none;
	border-left: 1px solid #CCC;
	border-right: 1px solid #FFF;
}

#top-cart-link {
	padding-left: 54px;
	background-image: url(../images/icon-cart.gif);
	background-repeat: no-repeat;
	background-position: 22px center;
}

#top-checkout-link {
	padding-left: 54px;
	background-image: url(../images/icon-checkout.gif);
	background-repeat: no-repeat;
	background-position: 22px center;
}

.shipping {
	position: absolute;
	top: 40px;
	left: 215px;
	font-size: 18px;
	font-weight: bold;
}

.shipping a {
	color: #C00;
	padding: 2px 2px 2px 35px;
	background-image: url(../images/top-truck.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.shipping span {
	color: #666;	
}

.great-deals {
	position: absolute;
	bottom: 45px;
	left: 220px;
	font-size: 18px;
	font-weight: bold;
	color: #194270;
}

.contact {
	position: absolute;
	top: 25px;
	right: 0;
	font-size: 17px;
	font-weight: bold;
}



/*** 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;
}



/*** RIGHT COLUMN CONTROL ***/

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

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



/*** BOX ELEMENTS ***/

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

.box-head {
	display: block;
	padding: 8px 5px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #333333;
	background-image: url(../images/bkg-navbar.png);
	background-repeat: repeat-x;
	background-position: center -31px;
}

.box-content {
	display: block;
	padding: 5px;
}

.box-content a {
	display: block;
	padding: 2px 0 2px 13px;
	color: #194270;
	background-image: url(../images/bkg-box-a.png);
	background-repeat: no-repeat;
	background-position: left 6px;
}


/*** MINI BASKET ELEMENTS ***/

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

.minibask-title {
	padding: 3px;
	background-color: #A1D0EC;
	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: #A1D0EC;
	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;
}





/*** HOME PAGE LAUNCH ***/

.launch {
	display: block;
	margin-bottom: 15px;
	width: 788px;
	height: 380px;
	border: 1px solid #194270;
}



/*** CATEGORY PAGE ASSETS ***/

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

.ctgy-subcats a {
	float: left;
	display: block;
	width: 245px;
	margin: 0 7px 5px 0;
	padding: 3px 6px;
	background-color: #194270;
	color: #FFF;
	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: 12px 5px;
	width: 33%;
	text-align: center;
	vertical-align: bottom;
	border-bottom: 1px solid #194270;
}

.ctgy-layout a {
	font-weight: bold;	
}



/*** PRODUCT PAGE ASSETS ***/

.prod-image {
	text-align: center;
	vertical-align: top;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: #194270;
}

.prod-content {
	width: 100%;
	text-align: left;
	vertical-align: top;
	padding: 5px 0 5px 10px;
	border: 1px solid #194270;
	background-color: #EFEFEF;
}

.prod-price {
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #C00;
}

.prod-price span {
	font-size: 14px;
	color: #194270;
}

.prod-offers {
	display: block;
	margin: 15px 0;
}

.prod-offers span {
	font-weight: bold;
	color: #C00;
	font-size: 14px;
}

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



/*** LOGIN PAGE ASSETS ***/

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



/*** BREADCRUMB ASSETS ***/

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



/*** FOOTER ASSETS ***/

.footer {
	display: block;
	margin: 0 auto;
	padding: 12px;
	border-top: 5px solid #C00;
	text-align: center;
	color: #000;
}

.footer a {
	color: #000;	
}




/*** BUTTONS ***/

.bt-addtocart {
	background-color: #C00;
	border: none;
	color: #FFF;
	cursor: pointer;
	padding: 4px 6px;
}

.bt-generic {
	background-color: #C00;
	border: none;
	color: #FFF;
	cursor: pointer;
	padding: 4px 6px;
}

.bt-remove {
	background-color: #194270;
	border: none;
	color: #FFF;
	cursor: pointer;
	padding: 2px;
}

.bt-update {
	background-color: #194270;
	border: none;
	color: #FFF;
	cursor: pointer;
	padding: 1px;
	margin-left: 5px;
}

.bt-links {
	background-color: #C00;
	border: none;
	color: #FFF;
	padding: 5px 7px;
	margin: 10px 0;
}
.bt-links:hover {
	color: #FFF;	
}

.bt-links2 {
	background-color: #194270;
	border: none;
	color: #FFF;
	padding: 5px 7px;
	margin: 5px 0;
}
.bt-links2:hover {
	color: #FFF;	
}



