@charset "utf-8";

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: center;
	margin: 0px;
	background-image: url(../images/bkg-body.jpg);
	background-repeat: repeat-x;
	background-color: #996;
}

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

h1 {
	display: block;
	width: 100%;
	margin-top: 0;
	padding: 3px 0;
	text-indent: 3px;
	background-color: #7A7849;
	font-size: 18px;
	color: #FFF;
}

h2 {
	display: block;
	width: 99%;
	margin-top: 0;
	padding: 3px 0;
	text-indent: 3px;
	background-color: #7A7849;
	font-size: 18px;
	color: #FFF;
}

h3,h4 {
	display: block;
	width: 99%;
	color: #663;
	margin-top: 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}





/*** CLEARS ***/

.clear {
	clear: both;	
}





/*** CONTAINER ITEMS ***/

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

.container-border {
	margin: 0 auto;
	text-align: center;
	width: 1040px;
	background-image: url(../images/bkg-container-border.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.container-content {
	margin: 0 auto;
	text-align: left;
	width: 1000px;
	background-color: #FFF;
}





/*** HEADER ***/

.header {
	position: relative;
	width: 100%;
	height: 115px;
	border-bottom: 1px solid #CCC;
	background-image: url(../images/bkg-header.png);
	background-repeat: repeat-x;
}

.header .logo {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 210px;
	height: 115px;
}

.header .navigation {
	position: absolute;
	bottom: 10px;
	left: 220px;
	width: 770px;
	color: #FFF;
	font-size: 13px;
	font-weight: normal;
}

.header .bag {
	position: absolute;
	top: 12px;
	right: 10px;
	width: 200px;
	height: 35px;
	background-image: url(../images/bkg-bag.png);
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 42px;
	padding-top: 5px;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.header .bag span {
	font-size: 18px;
	font-weight: bold;
}





/*** TOP AREA WITH SLOGAN AND ACCOUNT ITEMS ***/

.top {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 30px;
	background-image: url(../images/bkg-top.png);
	background-repeat: repeat-x;
}

.top .slogan {
	position: absolute;
	top: 8px;
	left: 12px;
	width: 550px;
	height: 20px;
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}

.top .account {
	position: absolute;
	top: 8px;
	right: 12px;
	width: 400px;
	height: 20px;
	text-align: right;
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}

.top .account a {
	color: #FFF;
	text-decoration: none;
}





/*** CONTENT ***/

.content {
	width: 100%;
	padding: 15px 0;
}





/*** LEFT COLUMN ***/

.left-column {
	float: left;
	display: block;
	width: 195px;
}

.left-column .innertube {
	width: 100%;
	padding: 0 0 0 8px;
}

/*** LEFT ASSETS ***/

.search {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	background-image: url(../images/bkg-left.jpg);
	background-position: bottom;
	background-color: #EEEFDF;
	background-repeat: repeat-x;
}

.search .innertube {
	padding: 7px;	
}

.search .left-textfield {
	width: 162px;
	padding: 3px;
}

.cattree {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	background-image: url(../images/bkg-left.jpg);
	background-position: bottom;
	background-color: #EEEFDF;
	background-repeat: repeat-x;
}

.cattree .innertube {
	padding: 7px;	
}

.cattree a {
	display: block;
	color: #C00;
	margin-bottom: 2px;
	text-decoration: none;
}




/*** RIGHT COLUMN ***/

.right-column {
	float: right;
	display: block;
	margin-right: 12px;
	width: 768px;
}

.right-column .innertube {
	width: 100%;
}

/*** RIGHT COLUMN ASSETS ***/

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

.home-featured td {
	width: 33%;
	text-align: center;
	vertical-align: top;
}

.home-featured h3 {
	display: block;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #663;
}

.home-featured-left {
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

.home-featured-center {
	padding: 0 10px;
	border-right: 1px solid #CCC;
}

.home-featured-right {
	padding: 0 10px;
	border-right: 1px solid #CCC;
}






/*** CTGY ASSETS ***/

.ctgy-table {
	width: 100%;
}

.ctgy-table td {
	width: 20%;
	padding: 3px;
	text-align: center;
	vertical-align: top;
}

.ctgy-table a {
	text-decoration: none;	
}

.ctgy-table .ctgy-break {
	background-color: #FFF;
	height: 15px;
}





/*** PROD ASSETS ***/

.prod-content {
	width: 100%;
	text-align: left;
	vertical-align: top;
}

.prod-related {
	padding: 3px 0 3px 12px;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #CCCCCC;
}


.prod-left {
	padding: 0 6px 0 0;
	text-align: left;
	vertical-align: top;
}

.prod-right {
	padding: 3px 6px;
	width: 100%;
	text-align: left;
	vertical-align: top;
}

.prod-desc {
	margin-top: 15px;	
}





/*** BASKET ASSETS ***/

.bt-checkout {
	display: block;
	margin: 15px auto;
	text-align: center;
	width: 200px;
	padding: 6px;
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}



/*** FOOTER ***/

.footer {
	width: 100%;
	padding: 15px 0;
	text-align: center;
}
