@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/toolboxheader_bkgrd.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	background-color: #000;
}

div#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

div#header {
	text-align:center;
	padding: 140px 0 10px 0;
	overflow:hidden;
}

div#footer {
	border-top: #F06 1px solid;
	padding: 10px 0;
	text-align:center;
	clear:both;
}

div#footer p { padding: 0 0 15px 0; }

div#footer p.firstP { padding: 0 0 5px 0 !important; }

div.fdw {
	height:100px;
	left:100%;
	margin-left:-98px;
	position:fixed;
	_position:absolute;
	top:0;
	visibility:visible;
	width:98px;
	z-index: 99999;
}

div#navi { overflow: hidden; }

div#content {
	width:580px;
	background-color:#101010;
	padding: 15px 20px 5px 20px;
	overflow: hidden;
}

hr {
	color: #F06;
	background-color: #F06;
	height:1px;
	width: 100%;
	border:0;
	padding-top:1px;
}

div.newsItems {
	width:210px;
	padding: 0 5px;
	float:left;
}

div#pageTitle { text-align:center; }

div.mainBottom {
	width: 850px;
	margin: 0 auto;
	padding-bottom: 25px;
}

div#account {
	width: 265px;
	float:right;
	text-align:left;
}


.line {
	background: #EC008C;
	margin: 1px 0px 0px;
	padding: 0px;
	height: 1px;
	width: 100%;
}


#mainContent {
	width: 850px;
	margin: 0 auto;
	background-color: #101010;
	padding: 20px 0 7px 0;
	-moz-border-radius: 10px 10px 0 0;
}

#leftCol {
	width: 550px;
	float: left;
	padding: 0 10px 0 25px;
	border-right: 1px solid #ec008c;
}
#rightCol {
	width: 230px;
	float: right;
	margin-right: 20px;
}

.randomProds {
	float: left;
	text-align: center;
	margin: 10px;
	width: 160px;
	height: 180px;
	color: #ec008c;
	font-weight: bold;
}

.latestProds, .saleItems {
	float: left;
	text-align: center;
	margin: 10px;
	width: 110px;
	height: 130px;
	color: #ec008c;
	font-weight: bold;
}

.txtOldPrice {
	text-decoration: line-through;
	color: #EC008C;
}

#mainContent #leftCol h1 {
	color: #999;
	font-size: 180%;
	display: inline;
	letter-spacing: -2px;
}

#mainContent #rightCol h1 {
	color: #999;
	font-size: 140%;
	display: inline;
	letter-spacing: -2px;
}

#mainContent .h1Pink {
	color: #ec008c !important;
}

p {
	margin: 10px 0;
}

#mainContent #rightCol > div {
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ec008c;
}

#mainContent #rightCol input.searchBtn, #mainContent #rightCol input.mailBtn {
	background-color: transparent;
	color:#ec008c;
	border: none;
	font-weight: bold;
}

#mainContent #rightCol input.searchBox, #mainContent #rightCol input.mailBox {
	width: 150px;
	background-color: #c8c8c8;
	border: 1px solid #909090;
}

/*--------------------------------------------------*/

.txtContentTitle {
	color: #999;
	display: block;
	font-size: 180%;
	letter-spacing: -2px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.cartProgress {
	border: 1px dotted #EC008C;
}

.txtcartProgressCurrent {
	color: #EC008C;
	font-weight: bold;
}

.tdCartSubTotal {
	padding-top: 10px;
	border-top: 1px dotted #EC008C;
}

table td {
	padding: 2px;
}

#cart table td {
	padding: 5px;
}

.tdcartTitle {
	font-weight: bold;
	border-bottom: 1px dotted #EC008C;
}

.txtUpdate, .txtCheckout {
	background-color: #EC008C;
	padding: 4px;
}

a.txtUpdate, a.txtCheckout {
	color: #FFF;
}

input, select {
	background-color: #c8c8c8;
	border: 1px dotted #EC008C;
	padding: 1px;
	font-size: 11px;
}

.regSep {
	margin: 20px 0;
}

.txtCartPrice {
	text-align: right;
	float: right;
}

#singleCol {
	padding: 0 25px 0 25px;
}

table {
	font-size: 16px;
}

.tblList td {
	padding: 10px;
	vertical-align: middle;
}

.tdListTitle {
	color: #EC008C;
	font-weight: bold;
	text-transform: uppercase;
}

#banner {
	width: 728px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

.txtButton {
	background-color: #EC008C;
	padding: 4px;
	width: 100%;
	-moz-border-radius: 5px;
	display: block;
	margin-bottom: 2px;
	text-align: center;
}

a.txtButton:hover{
	color: #000;
	text-decoration: none;
}

/*/// TAB MOD ///*/
/* product content tabs */
a{outline:none;}
div.tablayout {width: 100%;margin: 0 0 20px 0; }      
ul.tablayout {
    list-style-type: none;
    width: 100%;
    float: left;
    margin-bottom:-1px;
}
ul.tablayout li {margin: 0 0px 0 10px;float: left;}
ul.tablayout a {
    float: left;
    display: block;
    padding: 4px 8px;
    border: 1px solid #ccc;
    border-bottom: 0px;
    color: #fff;
    background: #555;
    text-decoration: none;
    font-weight: bold;
}
ul.tablayout a:hover { background: #333; }
ul.tablayout a.active {
    background-color: #010101;
    border:1px solid #474747;
    border-top:2px solid #474747;
    border-bottom:none;
    padding-bottom: 5px;
    cursor: default;
    color: #fff; 
}
.tab { padding:10px;} 
.contm{width:100%;clear:both;border-left:1px solid #474747;background: #010101 url(../styleImages/backgrounds/pixel1.gif) right repeat-y;margin-top:-1px;}
.cont{width:100%;height:10px;clear:both;background: #010101 url(../styleImages/backgrounds/pixel.gif) top repeat-x;}
.contb{width:100%;height:10px;clear:both;background: #010101 url(../styleImages/backgrounds/pixel.gif) bottom repeat-x;} 
.topright {background: #010101 url(../styleImages/backgrounds/tr2.gif) no-repeat;height:10px;width:10px;float:right;margin-top:0px;}
.topleft {background: #010101 url(../styleImages/backgrounds/tl2.gif) no-repeat;height:10px;width:10px;float:left;margin-top:0px;}
.bottomright {background: #010101 url(../styleImages/backgrounds/br2.gif) no-repeat;height:10px;width:10px;float:right;margin-bottom:-10px;}
.bottomleft {background: #010101 url(../styleImages/backgrounds/bl2.gif) no-repeat;height:10px;width:10px;float:left;margin-bottom:-10px;}

.cat_spacer {
	text-align: center;
	padding: 10px 0 20px 0;
}
