@charset "utf-8";
/* CSS Document */

*{
margin:0;
padding:0;
}

body{
background-color:#fff;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
}

h1{
font-size:16px;
padding:0 0 10px 0;
color:#333333;
}

h2{
font-size:14px;
padding:0 0 10px 0;
color:#333333;
}

h2.indent{
	padding:0 0 0 10px;
}

h3{
font-size:12px;
padding:0 0 10px 0;
color:#333333;
}

p{
font-size:12px;
padding:0 0 10px 0;
color:#333333;
}

li{
 list-style-type:none;
 font-weight:bold;
 padding:0 0 10px 0;
}

.redText{
	color:#F00;
}

.lineThrough{
	text-decoration:line-through;
}

#container{
width:960px;
height:auto;
min-height:400px;
padding:10px 0;
margin:0 auto;
background-color:#FFFFFF;
}

#pageBtm{
	width:960px;
	height:20px;
	margin:0 auto;
	background-image:url(images/layout/pageBtm.jpg);
	background-repeat:no-repeat;
}

#title{
width:960px;
height:180px;
margin:0 auto;
position:relative;
background-color:#FFFFFF;
background-image:url(images/layout/titleBgr.jpg);
background-repeat:no-repeat;
}

#homeTitle{
	width:960px;
	height:140px;
	margin:0 auto;
position:relative;
background-color:#FFFFFF;
background-image:url(images/layout/titleBgr.jpg);
background-repeat:no-repeat;
}

#title h1, #homeTitle h1{
	position:absolute;
 left:20px;
 top:68px;
 color:#FFFFFF;
 font-size:16px;
 letter-spacing:2px;
}

#priceMatch{
	position:absolute;
	left:400px;
	top:30px;
}

#fb{
	width:200px;
	height:30px;
	position:absolute;
	top:100px;
	right:100px;
}

.searchItem{
width:300px;
position:absolute;
top:24px;
right:15px;
padding:4px 0 0 0;
}

.searchBox{
	position:absolute;
	top:8px;
	left:0;
	width:190px;
}

.searchBtn{
	position:absolute;
	top:2px;
	right:0;
}

.searchItem ul{
	position:absolute;
	top:40px;
}

.searchItem li{
	padding:0 20px 0 0;
	display:inline;
	color:#CCF;
}

.imageOnly{
	margin:0 0 10px 0;
	float:left;
}

.homePayTab{
	width:25%;
	float:left;
}

.homePayTabInner{
	height:200px;
	margin:0 0 10px 0;
	padding:10px;
	background-color:#fff;
	border:1px solid #333;
}

.homeTab{
	width:25%;
	float:left;
}

.homeTabInner{
	height:200px;
	margin:0 10px 10px 0;
	padding:10px;
	background-color:#ebebeb;
	border:1px solid #333;
}

.introBox{
	width:960px;
	height:600px;
	background-color:#fff;
	margin:0 0 10px 0;
}

.tabs{
	height:100px;
	width:960px;
	position:relative;
}

.tab1{
	height:100px;
	width:240px;
	background-color:#fff;
	position:absolute;
	top:0;
	left:0;
}

.tab2{
	height:100px;
	width:240px;
	background-color:#fff;
	position:absolute;
	top:0;
	left:240px;
}

.tab3{
	height:100px;
	width:240px;
	background-color:#fff;
	position:absolute;
	top:0;
	left:480px;
}

.tab4{
	height:100px;
	width:240px;
	background-color:#fff;
	position:absolute;
	top:0;
	left:720px;
}

.tab5{
	height:100px;
	width:160px;
	background-color:#fff;
	position:absolute;
	top:470px;
	left:0px;
}

.tab6{
	height:100px;
	width:160px;
	background-color:#fff;
	position:absolute;
	top:470px;
	left:160px;
}

.tab7{
	height:100px;
	width:160px;
	background-color:#fff;
	position:absolute;
	top:470px;
	left:320px;
}

.tab8{
	height:100px;
	width:160px;
	background-color:#fff;
	position:absolute;
	top:470px;
	left:480px;
}

.tab9{
	height:100px;
	width:160px;
	background-color:#fff;
	position:absolute;
	top:470px;
	left:640px;
}

.tab10{
	height:100px;
	width:160px;
	background-color:#fff;
	position:absolute;
	top:470px;
	left:800px;
}

.tab1 a, .tab2 a, .tab3 a, .tab4 a{
	width:240px;
	height:100px;
	background-color:#fff;
	display:block;
}

.tab5 a, .tab6 a, .tab7 a, .tab8 a, .tab9 a, .tab10 a{
	width:160px;
	height:130px;
	background-color:#fff;
	display:block;
	color:#fff;
}

.tab1 a{
	background-image:url(images/layout/tabs/kinfe-sets-tab-dn.jpg);
	background-repeat:no-repeat;
	color:#fff;
}

.tab1 .current{
	background-image:url(images/layout/tabs/kinfe-sets-tab-up.jpg);
	color:#fff;
}

.tab2 a{
	background-image:url(images/layout/tabs/porshce-tab-dn.jpg);
	background-repeat:no-repeat;
	color:#fff;
}

.tab2 .current{
	background-image:url(images/layout/tabs/porshce-tab-up.jpg);
	color:#fff;
}

.tab3 a{
	background-image:url(images/layout/tabs/global-tab-dn.jpg);
	background-repeat:no-repeat;
	color:#fff;
}

.tab3 .current{
	background-image:url(images/layout/tabs/global-tab-up.jpg);
	color:#fff;
}

.tab4 a{
	background-image:url(images/layout/tabs/haiku-tab-dn.jpg);
	background-repeat:no-repeat;
	color:#fff;
}

.tab4 .current{
	background-image:url(images/layout/tabs/haiku-tab-up.jpg);
	color:#fff;
}

.tab1 a:hover, .tab2 a:hover, .tab3 a:hover, .tab4 a:hover{
	color:#fff;
}

.tab5 a{
	background-image:url(images/layout/tabs/shen-tab-dn.jpg);
	background-repeat:no-repeat;
	color:#fff;
}

.tab5 .current{
	background-image:url(images/layout/tabs/shen-tab-up.jpg);
	color:#fff;
}

.tab6 a{
	background-image:url(images/layout/tabs/henck-tab-dn.jpg);
	background-repeat:no-repeat;
	color:#fff;
}

.tab6 .current{
	background-image:url(images/layout/tabs/henck-tab-up.jpg);
	color:#fff;
}

.tab7 a{
	background-image:url(images/layout/tabs/tojiro-tab-dn.jpg);
	background-repeat:no-repeat;
	color:#fff;
}

.tab7 .current{
	background-image:url(images/layout/tabs/tojiro-tab-up.jpg);
	color:#fff;
}

.tab8 a{
	background-image:url(images/layout/tabs/shun-tab-dn.jpg);
	background-repeat:no-repeat;
	color:#fff;
}

.tab8 .current{
	background-image:url(images/layout/tabs/shun-tab-up.jpg);
	color:#fff;
}

.tab9 a{
	background-image:url(images/layout/tabs/victor-tab-dn.jpg);
	background-repeat:no-repeat;
	color:#fff;
}

.tab9 .current{
	background-image:url(images/layout/tabs/victor-tab-up.jpg);
	color:#fff;
}

.tab10 a{
	background-image:url(images/layout/tabs/sharp-tab-dn.jpg);
	background-repeat:no-repeat;
	color:#fff;
}

.tab5 a span, .tab6 a span, .tab7 a span, .tab8 a span, .tab9 a span, .tab10 a span{
	color:#fff;
	position:absolute;
	top:118px;
}

.tab5 a:hover span, .tab6 a:hover span, .tab7 a:hover span, .tab8 a:hover span, .tab8 a:hover span, .tab9 a:hover span, .tab10 a:hover span{
	color:#fff;
	position:absolute;
	top:118px;
}

.tab10 .current{
	background-image:url(images/layout/tabs/sharp-tab-up.jpg);
	color:#fff;
}

#descOuter{
	width:960px;
	height:470px;
	padding:0 4px 0 5px;
	background-image:url(images/layout/tabs/desc-bgr.jpg);
	background-repeat:no-repeat;
}

#t1desc, #t2desc, #t3desc, #t4desc, #t5desc, #t6desc, #t7desc, #t8desc, #t9desc, #t10desc{
	width:952px;
	height:462px;
}

.homeFragListPad{
	margin:0 0 10px 0;
}

.faceBox{
width:300px;
position:absolute;
top:70px;
right:20px;
padding:4px 0 0 0;
}

.minitag{
	width:220px;
	height:85px;
	margin:0 0 20px 0;
	position:relative;
	background-image:url(images/layout/minitag.jpg);
	background-repeat:no-repeat;
}


.tag{
	width:300px;
	height:146px;
	margin:0 0 20px 0;
	position:relative;
	background-image:url(images/xtra/tag.jpg);
}

.tag h3.saving{
	font-size:32px;
	color:#fff;
	width:74px;
	position:absolute;
	right:20px;
	top:56px;
}

.minitag h3.saving{
	font-size:22px;
	color:#fff;
	width:44px;
	position:absolute;
	right:30px;
	top:10px;
}

.tag h3.lineThrough{
	font-size:20px;
	color:#fff;
	width:200px;
	position:absolute;
	left:60px;
	top:62px;
}

.tag h3.big{
	font-size:20px;
	color:#fff;
	width:200px;
	position:absolute;
	left:60px;
	top:62px;
}

.minitag h3.lineThrough{
	font-size:18px;
	color:#fff;
	width:100px;
	position:absolute;
	left:40px;
	top:10px;
}

.tag h3.prodPrice{
	font-size:20px;
	color:#fff;
	width:140px;
	position:absolute;
	left:60px;
	top:86px;
}

.minitag h3.prodPrice{
	font-size:14px;
	color:#fff;
	width:80px;
	position:absolute;
	left:40px;
	top:32px;
}

.tag h3.prodPrice .only{
	font-size:16px;
}

input{
height:16px;
padding:1px 4px;
}

input[type="submit"]{
height:auto;
cursor:pointer;
font-size:10px;
color:#000000;
}

input[type="image"] .cartIm{
	height:33px;
}

input[type="image"]{
	height:auto;
}

input[type="text"]{
color:#000000;
}


#rightCol{
width:410px;
height:auto;
float:right;
}

.rightColBox{
width:410px;
height:140px;
margin:0 0 10px 0;
background-color:#FFFFFF;
}

.rightColBox2{
width:410px;
height:220px;
margin:0 0 10px 0;
background-color:#FFFFFF;
}

.rightColMiniBox{
width:200px;
height:140px;
margin:0 0 10px 0;
background-color:#FFFFFF;
float:right;
}

.rightColMiniBoxSpacer{
width:10px;
height:auto;
background-color:#FFFFFF;
float:right;
}

#leftCol{
width:520px;
height:auto;
float:left;
}

.leftColBox{
width:520px;
height:290px;
margin:0 0 10px 0;
background-color:#FFFFFF;
}

.leftColBox2{
width:520px;
height:220px;
margin:0 0 10px 0;
background-color:#FFFFFF;
}

#footer{
width:940px;
height:auto;
min-height:50px;
padding:10px;
background-color:#EEEEEE;
letter-spacing:2px;
}

.footMenuCol{
width:auto;
height:auto;
padding:10px;
float:left;
border-right:1px #666666 dotted;
}

.footMenuCol li{
font-weight:normal;
color:#666666;
padding:2px 0;
list-style-type:square;
list-style-position:inside;
}

.footAdCol{
width:auto;
height:auto;
padding:10px;
float:right;
}

#storeContent{
width:720px;
height:auto;
min-height:400px;
margin:0 0 10px 0;
float:right;
}

#storeContent.grey{
background-color:#E6E6E6;
}

#storeContent .white{
background-color:#FFFFFF;
}

.sectionBox{
width:175px;
height:auto;
float:right;
}

.sectionBox .imgHolder{
width:155px;
height:196px;
padding:10px;
background-image:url(images/layout/sectionBox.jpg);
background-repeat:no-repeat;
}

.sectionBox .textArea{
font-weight:bold;
color:#333333;
text-align:center;
padding:10px 20px;
font-size:10px;
}

.sectionBox .textArea p{
  font-size:10px;
 padding:0 0 5px 0;
}

.redBold{
 color:#FF0000;
 font-weight:bold;
}

.prodBox{
 width:710px;
 height:auto;
 float:right;
 margin:0 0 5px 0;
}

.fragBox{
	padding:10px;
	margin:0 0 10px 0;
	border:1px solid #999;
}

.miniFragBox{
 width:250px;
 height:auto;
 float:right;
 margin:0 0 10px 10px;
}

.miniProdBox{
 width:20%;
 height:auto;
 float:left;
}

.miniProdBoxInner{
 padding:5px;
 margin:0 10px 10px 0;
 border:#999999 1px solid;
}

.miniProdBoxInner2{
 padding:5px;
 margin:0 0 10px 0;
 border:#999999 1px solid;
}

.midProdBox{
 width:448px;
 height:auto;
 float:left;
 margin:0 0 10px 10px;
 border:1px solid #999999;
}

.scrollBox{
 width:448px;
 height:168px;
 float:left;
 margin:0 0 10px 10px;
 border:1px solid #999999;
}

.floatRight{
 float:right;
 margin:0 0 10px 10px;
}

.floatRightM{
 float:right;
 margin:0 0 10px 10px;
}

.clear{
height:0px;
font-size:0px;
clear:both;
overflow:hidden;
border:none;
}

.bannerButton{
	width:238px;
	height:150px;
	position:absolute;
	top:0;
	left:370px;
}

.nav{
	width:960px;
	height:30px;
	position:absolute;
	left:0;
	top:150px;
	background-color:#ECECEC;
	background-image:url(images/layout/navBtnDn.jpg);
	background-repeat:repeat-x;
}

.navBtn {
	height:30px;
	width:760px;
 float:left;
	margin-top:0px;
	overflow: hidden;
	padding:0;
}

.navBtn ul {
	margin: 0;
	padding:0;
	list-style: none;
	clear: both;
}

.navBtn ul li {
height:30px;
	float: left;
	color:#fff;
	font-size: 12px;
	padding:0;
	list-style-type:none;
}

.navBtn ul li.menuSpacer {
	background: url(images/layout/navBtnSpacer.jpg) 100% 1px repeat-x;
	padding:0;
	margin:0;
}
	
.navBtn ul li a {
	display:block;
	padding:7px 11px 9px 11px;
	margin:0 1px 0 0;
	text-decoration: none;
	color:#333333;
	background-image:url(images/layout/navBtnDn.jpg);
	background-repeat:repeat-x;
}

.navBtn ul li a:hover {
	background: url(images/layout/navBgr.jpg) left top;
	color:#000000;
	text-decoration: none;
}

.menuCol{
 width:220px;
 height:auto;
 float:left;
}

.menuFrag{
 width:218px;
 height:auto;
 margin:0 0 10px 0;
 float:left;
 border:#999999 1px solid;
}

.menu{
width:218px;
height:auto;
margin:0 0 10px 0;
float:left;
border:#999999 1px solid;
}

.menuBtn {
	height:auto;
	width:218px;
	clear: both!important;
	margin-top:0px;
	overflow: hidden;
	background-color:#D6DCDA;
}

.menuBtn ul {
width:210px;
height:auto;
	margin: 4px;
	padding:0;
	list-style-type:none;
	clear: both;
}

.menuBtn ul li {
width:210px;
height:30px;
	background-color:#EEEEEE;
	margin:0 0 2px 0;
	padding:0;
	float: left;
	color:#000000;
	font-size: 12px;
	list-style-type:none;
}
	
.menuBtn ul li a {
	display:block;
	padding:8px 10px;
	text-decoration: none;
	color:#333333;
	font-weight:bold;
		text-decoration:none;
}

.menuBtn ul li a:hover {
background-color:#FFFFFF;
	text-decoration:none;
	color:#000000;
}

.searchItem li :link, .searchItem li :visited {
	color:#FFF;
	text-decoration: none;
}
.searchItem li :link:hover, .searchItem li :visited:hover {
	color: #000;
	text-decoration:none;
}
.searchItem li :link:active, .searchItem li :visited:active {
	color: #FFF;
}


:link, :visited {
	color:#000000;
	text-decoration: none;
}
:link:hover, :visited:hover {
	color: #666666;
	text-decoration:underline;
}
:link:active, :visited:active {
	color: #000000;
}

.hid:link, .hid:visited {
	color: #000000;
	text-decoration: none;
}
.hid:link:hover, .hid:visited:hover {
	color: #000000;
	text-decoration:none;
}
.hid:link:active, .hid:visited:active {
	color: #000000;
}


.mLink {
width: auto;
height: 100px;
margin: 10px auto 10px auto;
text-align: center;
font-weight: normal;
color: #fff;
}

.mLink :link, .mLink :visited, .mLink :link:hover, .mLink :visited:hover, .mLink :link:active, .mLink :visited:active {
color: #fff;
font-weight: normal;
font-size:10px;
}



/*cope with inheritance bugs*/

/*body specific*/
body{

}

form{
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
margin-left:0px;
}

ol{
color:#000000;
}

.actCHECKOUTEM {background-color:#000000;}
.actCHECKOUTBG {background-color:#000000;}

.actlarger{
font-size: larger;
color:#000000;
}

.actsmaller{
font-size: smaller;
color:#000000;
}

.actwarningcolor{color:#ff3300;}
.actrequiredcolor{color:#ff3300;}
.actsearchhighlightcolor{color:#ff0000;}
.actrequired{color:#ff3300;}
.actwarning{color:#ff3300;}
.actwelcome{color:#ffffff;}

.actlogotext {font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: x-small; color: #D9090E; font-style: normal; font-weight: bold; text-align: center}
.actlogout{font-size:x-small;color:#eeeeee;}/* start of general styles for all themes */
html,body {
	margin: 0px;
	padding: 0px;
	
	
	
}

form {
	margin: 0px;
}

.actCHECKOUTEM {
	background-color: #000000;
}

.actCHECKOUTBG {
	background-color: #000000;
}

.actlarger {
	font-size: 13px;
	color: #000000;
}

.actsmaller{
	font-size: 10px;
	color: #000000;
}

.actxxsmall {
	font-size: 10px;
	color: #000000;
}

.actxsmall {
	font-size: 12px;
	color: #000000;
}

.actsmall {
	font-size: 12px;
	color: #000000;
}

.actregular {
	font-size: 13px;
	color: #000000;
}

.actlarge{
	font-size: 16px;
	color: #000000;
}

.actxlarge {
	font-size: 20px;
	color: #000000;
}

.actxxlarge {
	font-size: 20px;
	color: #000000;
}

.actwarningcolor {
	color: #ff3300;
}
	
.actrequiredcolor {
	color: #ff3300;
}

.actsearchhighlightcolor {
	color: #ff0000;
}

.actrequired {
	color: #ff3300;
}

.actwarning {
	font-size: 12px;
	color: #ff3300;
}

.actwelcome {
	font-size: 12px;
	color: #000000;
}

.actlogotext {
	font-size: 12px;
	color: #D9090E;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
.actlogout {
	font-size: 12px;
	color: #eeeeee;
}

.thinborder1 {
	border: 1px solid #99ccff;
}

.thinborder2 {
	border: 1px solid #0099ff;
}

.thinred {
	border: solid 1px #99ccff;
	border-top: 0px;
}

.thinred2 {
	border: solid 1px #0099ff;
	border-top: 0px;
} 

.content_left {
	text-align: left;
	float: left;
	margin-right: 20px;
}

.content_right {
	text-align: left;
	float: left;
}

.boxheading {
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}

a.boxlink:link{
	color: #000000;
	text-decoration:none;
}

a.boxlink:visited{
	color: #000000;
	text-decoration:none;
}

a.boxlink:hover{
	color: #000000;
	text-decoration:underline;
}

a.boxlink:active{
	color: #000000;
	text-decoration:none;
}

table.checkout td {
	background-color: #FFFFFF;
}

table.checkout th {
	background-color: #FFFFFF;
}

.cart {
	background-color: #FFFFFF;
}

.cartheading {
	background-color: #FFFFFF;
	font-weight: bold;
}

* html .boxhead h2 {height: 1%;}

.sidebox {
	background: url('../theme_curve4.gif') no-repeat bottom right;
	font-size: 100%;
}

.boxhead {
	background: url('../theme_curve2.gif') no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
}

.boxhead h2 {
	background: url('../theme_curve1.gif') no-repeat top left;
	margin: 0;
	padding: 5px 10px 5px;
	color: #ffffff; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
}

.boxbody {
	background: url('../theme_curve3.gif') no-repeat bottom left;
	margin: 0;
	padding: 5px 10px 11px;
}

/* end of general styles for all themes */

/* CSS Specific to 'Executive' */

/* PAGE MAIN FORMATTING ELEMENTS ------------------------------------------------------ */

	/* page header fomatting elements ----------------------------------------------------- */
	.page_header	{
		margin: 0px 0px 0px 0px;
		}
		
	.page_header_content	{
		width: 762px;
		text-align: left;
		height: 63px;
		}
		
	.page_header_home_search_box	{
		padding: 1px;
		margin: 0px;
		background-image:url('../theme_dotted_line_2.gif');
		background-color: #0099ff;
		}
	
	.page_header_logo_container	{
		float: left;
		}
	
	.page_header_menu_cart_login_spacing	{
		padding-left: 2px;
		}
	
	.page_header_terms_cart_login_container	{
		float: right;
		text-align: right;
		}
	
	.page_header_terms_container	{
		height: 38px;
		}
		
	.page_header_menu_cart	{
		padding: 3px 5px 4px 19px;
		background-image:url('../theme_icon_cart.gif');
		background-color:#336699; 
		border-top: 1px solid #0099ff;
		border-bottom: 1px solid #0099ff;
		}
	
	.page_header_menu_cart_items	{
		padding: 3px 5px 4px 5px;
		background-color:#336699;	
		border-left: 1px solid #0099ff;
		border-top: 1px solid #0099ff;
		border-bottom: 1px solid #0099ff;
		}
	
	.page_header_menu_login	{
		padding: 3px 5px 4px 17px;
		background-image:url('../theme_icon_login.gif');
		background-color:#336699; 
		border-top: 1px solid #0099ff;
		border-bottom: 1px solid #0099ff;
		}
	/* end page header fomatting elements ------------------------------------------------- */
	
	
	/* page menu fomatting elements ------------------------------------------------------- */
	.page_menu	{
		background-color: #0099ff;
		margin: 0px 0px 0px 0px;
		}
		
	.page_menu_content	{
		width: 762px;
		height: 21px;
		}
		
	.page_menu_items	{
		background-color: #0099ff;
		padding: 0px 0px 0px 1px;
		height: 21px;
		float: left;
		width: 65%;
		}
	
	.page_menu_items_search	{
		background-color: #0099ff;
		padding: 0px 0px 0px 1px;
		height: 21px;
		float: right;
		width: 30%;
		}
	/* end page menu fomatting elements ---------------------------------------------------- */


	/* page body fomatting elements -------------------------------------------------------- */
	.page_body	{
		padding: 0px 0px 0px 0px;
		}

	.page_body_content	{
		width: 762px;
		text-align: left;
		}
	
	.page_body_content_left_column	{
		float: left; 
		width: 170px;
		}
	
	.page_body_content_right_column	{
		float: right; 
		width: 552px;
		}
	/* end page body fomatting elements ----------------------------------------------------- */


	/* page footer fomatting elements ------------------------------------------------------- */
	.page_footer	{
	padding: 30px 0px 30px 0px;
	clear:both;
	}
	
	.page_footer_content	{
		width: 762px;
		text-align: left;
		}
	/* end of page footer fomatting elements ------------------------------------------------ */

	/* page left column fomatting elements -------------------------------------------------- */
	.left_column_product_image_description	{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 10px 0px;
		}
	/* end page left column fomatting elements ---------------------------------------------- */

/* END OF PAGE MAIN FORMATTING ELEMENTS ------------------------------------------------- */




/* PRODUCT FORMATTING ELEMENTS & LINE ELEMENTS --------------------------------------------------- */
	/* lines -------------------------------------------------------------------------------- */
	.dotted_line_blue	{
		height: 1px;
		background-color: #0099ff;
		background-image:url('../theme_dotted_line.gif');
		clear:both;
		}
		
	.solid_line_light_blue	{
		height: 1px;
		padding: 0px;
		margin: 0px;
		background-color: #0099ff;
		clear:both;
		}
		
	.solid_line_blue	{
		height: 1px;
		padding: 0px;
		margin: 0px;
		background-color: #99ccff;
		clear:both;
		}
		
	.dotted_outline_blue	{
		border: 1px dotted #0099ff;
		padding: 8px;
		}		
	/* end lines ---------------------------------------------------------------------------- */
	
	.best_selling_items	{
	padding: 10px;
	background-color: #ffffff;
	}
	
	.best_selling_items_spacing	{
	padding: 0px 0px 8px 8px;
	}
	
	.product_image_cost	{
		margin: 0px 12px 8px 0px;
		text-align: center;
		float: left;
		}
		
	.product_list	{
		margin: 20px 0px 20px 0px;
		}	
/* PRODUCT FORMATTING ELEMENTS AND LINE ELEMENTS -------------------------------------------- */



/* IMAGE FORMATTING ELEMENTS ------------------------------------------------------------ */
	.image_float_right	{
		float: right;
		margin: 16px 0px 15px 20px;
		}
	
	.image_product	{
		margin: 0px 18px 10px 0px;
		text-align: center;
		float: left;
		}
/* END OF IMAGE FORMATTING ELEMENTS ----------------------------------------------------- */




/* TEXT FORMATTING ELEMENTS ------------------------------------------------------------- */

	/* headings ----------------------------------------------------------------------------- */
	h1	{

		}
		
	h1.subheading	{
		font-size: 13px;
		font-weight: 900;
		margin: 0px;
		padding: 0px 0px 14px 0px;
		color: #0099ff;
		}
		
	h2	{

		}
		
	h2.clearall	{
		font-size: 16px;
		font-weight: 900;
		margin: 0px;
		padding: 2px 0px 14px 0px;
		color: #0099ff;
		clear:both;
		}
		
	h3.product	{

		}
		
	h3.product_price	{
		font-size: 12px;
		font-weight: 900;
		margin: 0px;
		padding: 0px 0px 20px 0px;
		}
		
	.text_heading_left_column	{
		margin: 0px;
		padding: 19px 0px 4px 0px;
		line-height:normal;
		color: #99ccff;
		font-weight: 900;
		font-size: 13px;
		}
	/* end headings ------------------------------------------------------------------------- */
	
	/* list fomatting ----------------------------------------------------------------------- */
	ul	{

		}
	
	ul.products	{

		}
	/* end list fomatting ------------------------------------------------------------------- */
		
	/* menu text --------------------------------------------------------------------------- */
	.text_menu	{
		padding: 2px 0px 2px 0px;
		font-size : 12px;
		margin: 0px;
		}
	
	.text_menu_no_space	{
		word-spacing: normal;
		}
		
	.text_menu_cart	{
		padding: 0px;
		margin: 0px;
		line-height: normal;
		}
		
	.text_menu_cart_items	{
		padding: 0px;
		margin: 0px;
		line-height: normal;
		font-weight: 900;
		}	
	/* end menu text ----------------------------------------------------------------------- */

	/* product text ------------------------------------------------------------------------ */
	.text_product_small_info	{
		font-size: 10px;
		line-height: normal;
		margin: 0px;
		padding: 0px 0px 6px 0px;
		}
	
	.text_product_small_info_heading	{
		margin: 0px;
		padding: 10px 0px 12px 0px;
		line-height:normal;
		color: #0099ff;
		font-weight: 900;
		font-size: 12px;}
		
	.text_product_small_info_price	{
		margin: 0px;
		padding: 8px 0px 0px 0px;
		line-height:normal;
		font-weight: 900;
		font-size: 12px;
		}
		
	/* end product text -------------------------------------------------------------------- */

	.text_breadcrumbs	{
		font-size: 10px;
		color: #99ccff;
		margin: 0px;
		line-height:normal;
		padding: 2px 0px 10px 0px;
		}	
	
	.text_footer	{
		color: #0099ff;
		font-size: 10px;
		padding:0px;
		margin:4px 0px 0px 0px;
		}

	.text_options	{
		font-weight: 900;
		}

	.text_word_spacing_8px	{
		word-spacing: 8px;
		}
	
	.text_terms_conditions	{
		color: #0099ff;
		font-size: 12px;
		border: 0;
		margin: 0;
		padding: 0;
		}
/* END OF TEXT FORMATTING ELEMENTS ----------------------------------------------------- */




/* FORM FORMATTING ELEMENTS ------------------------------------------------------------ */
	/* buttons ----------------------------------------------------------------------------- */
	.form_button	{
		line-height: normal;
		width: 76px;
		margin: 0px;
		padding: 0px 0px 0px 12px;
		font-size : 12px;
		background-color: #0099ff;
		border: 1px solid #99ccff;
		color: #ffffff;
		word-spacing: normal;
		}	
	
	.form_button_quick_search	{
		line-height: 13px;
		height: 18px;
		width: 85px;
		margin: 1px 1px 1px 1px;
		padding: 0px 0px 0px 12px;
		font-size : 12px;
		background-color: #0099ff;
		border: 1px solid #99ccff;
		color: #ffffff;
		background-image: url('../theme_icon_search.gif');
		word-spacing: normal;
		}
	
	.form_button_add_to_cart	{
		line-height: 13px;
		height: 20px;
		width: 76px;
		margin: 0px 1px 0px 0px;
		padding: 1px 0px 1px 1px;
		font-size : 12px;
		background-color: #333333;
		border: 1px solid #CCCCCC;
		color: #ffffff;
		float: right;
		word-spacing: normal;
		cursor:pointer;
		}	
	/* end buttons ------------------------------------------------------------------------- */

.form_input_general	{
	line-height: normal;
	font-size : 12px;
	word-spacing: normal;
	}

.form_main_search_box	{
	line-height: 13px;
	width: 76px;
	height: 16px;
	margin: 0px 1px 0px 1px;
	padding: 0px 0px 0px 2px;
	font-size : 12px;
	background-color: #000000;
	border: 1px solid #000000;
	color: #ffffff;
	vertical-align: top;
	}

.form_main_search_box_td	{
	background-color: #0099ff
}

/* END OF FORM FORMATTING ELEMENTS ------------------------------------------------------ */




/* LINK FORMATTING ELEMENTS ------------------------------------------------------------- */


	
/* ------------------------ */
	
a.link_menu:visited  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #0099ff; 
	border: 1px solid #336699;
}
	
a.link_menu:link  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #0099ff;
	border: 1px solid #336699;
}
	
a.link_menu:active  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #0099ff;
	border: 1px solid #336699;
	}
	
a.link_menu:hover  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #99ccff;
	border: 1px solid #336699;
	}
	
	
/* ------------------------ */

a.link_footer:visited  {
	color : #336699;
	text-decoration : underline;
	}
	
a.link_footer:link  {
	color : #336699;
	text-decoration : underline;
	}
	
a.link_footer:active  {
	color : #336699;
	text-decoration : underline;
	}
	
a.link_footer:hover  {
	color : #336699;
	text-decoration : underline;
	}
	
/* ------------------------ */

a.link_breadcrumbs:visited	{	
	color : #99ccff;
	text-decoration : underline;
	}

a.link_breadcrumbs:link  {
	color : #99ccff;
	text-decoration : underline;
	}
	
a.link_breadcrumbs:active  {
	color : #99ccff;
	text-decoration : underline;
	}
	
a.link_breadcrumbs:hover  {
	color : #99ccff;
	text-decoration : underline;
	}
	
/* ------------------------ */

a.link_cart:visited	{	
	color : #99ccff;
	text-decoration : underline;
	}

a.link_cart:link  {
	color : #99ccff;
	text-decoration : underline;
	}
	
a.link_cart:active  {
	color : #99ccff;
	text-decoration : underline;
	}
	
a.link_cart:hover  {
	color : #99ccff;
	text-decoration : underline;
	}
	
/* ------------------------ */

a.link_terms_conditions:visited	{	
	color : #336699;
	text-decoration : underline;
	}

a.link_terms_conditions:link  {
	color : #336699;
	text-decoration : underline;
	}
	
a.link_terms_conditions:active  {
	color : #336699;
	text-decoration : underline;
	}
	
a.link_terms_conditions:hover  {
	color : #336699;
	text-decoration : underline;
	}
	
/* ------------------------ */
	

/* END OF LINK FORMATTING ELEMENTS ------------------------------------------------------ */

/* Elements Specific to the Technical Theme */

/* PAGE MAIN FORMATTING ELEMENTS ------------------------------------------------------ */

.tech_page_background	{
	height: 100%;
	}

.tech_page_content	{
	width: 762px;
	text-align: left;
	height: 100%;
	bottom: 0px;
	background-color: #000000;
	border-right: 1px solid #99ccff;
	border-left: 1px solid #99ccff;
	padding: 0px 1px 0px 1px;
	}

	/* page header fomatting elements ----------------------------------------------------- */
	.tech_page_header_content	{
		width: 762px;
		text-align: left;
		height: 65px;
		border-bottom: 4px solid #99ccff;
      }
		
	.tech_page_header_logo_container	{
		float: left;
		padding: 0px 0px 0px 15px;
      }
		
	.tech_page_header_menu	{
		background-color: #99ccff;
		border-bottom: 1px solid #336699;
		height: 27px;
      }
	
	.tech_page_header_terms_cart_login_container	{
		float: right;
		text-align: right;
      }
	
	.tech_page_header_terms_container	{
		height: 38px;
      }
		
	.tech_page_header_menu_cart	{
		padding: 3px 3px 2px 3px;
		border-left: 1px solid #336699;
		height: 21px;
      }
	
	.tech_page_header_menu_cart_items	{
		padding: 3px 5px 4px 5px;
		border-left: 1px solid #336699;
		border-top: 1px solid #336699;
		border-bottom: 1px solid #336699;
      }
	
	.tech_page_header_menu_search	{
		padding: 3px 3px 2px 1px;
      }
	/* end page header fomatting elements ------------------------------------------------- */
	
	
	/* page menu formatting elements ------------------------------------------------------- */
	.tech_main_menu	{
		background-color: #99ccff
      }
		
	.tech_menu_bottom	{
		height: 4px;
		background-color: #99ccff;
      }
		
	.tech_menu_button_border	{
		width: 121px; 
		border-right: 1px #ffffff solid;
		border-top: 1px #ffffff solid;
      }
	
	div.tech_menu_button {
		width: 119px; 
		top: 0px;
		left: 0px; 
		border: 1px #99ccff solid;
      }
		
	div.tech_menu_button_product {
		width: 119px; 
		top: 0px;
		left: 0px; 
		border: 1px #99ccff solid;
      }
		
	.tech_menu_button_title	{
		width: 122px;
		border-top: 1px #ffffff solid;
		background-color: #99ccff;
      }
	/* end page menu fomatting elements ---------------------------------------------------- */


	/* page body fomatting elements -------------------------------------------------------- */
	.tech_page_body_content	{
		width: 762px;
		text-align: left;
      }
	
	.tech_page_body_content_left_column	{
		float: left; 
		width: 126px;
      }
	
	.tech_page_body_content_right_column	{
		float: right;
		width: 574px;
		padding: 6px 36px 0px 0px;
      }
	/* end page body fomatting elements ----------------------------------------------------- */


/* END OF PAGE MAIN FORMATTING ELEMENTS ------------------------------------------------- */

/* PRODUCT FORMATTING ELEMENTS & LINE ELEMENTS --------------------------------------------------- */

	/* lines -------------------------------------------------------------------------------- */
	.tech_solid_line_blue	{
		height: 1px;
		background-color: #99ccff;
		clear:both;
      }
	
	.tech_solid_line_light_blue	{
		height: 1px;
		background-color: #336699;
		clear:both;
      }
		
	.tech_outline_blue	{
		border: 1px solid #336699;
		padding: 0px;
      }	
		
	/* end lines ---------------------------------------------------------------------------- */
	
	.tech_product_image_cost	{
		padding: 0px 12px 8px 0px;
		margin: 0px;
		text-align: center;
		float: left;
      }
		
	.tech_product_mini_title	{
		background-color: #336699;
		margin: 0px;
		padding: 0px;
      }
		
	.tech_product_mini_padding	{
		margin: 8px 8px 0px 8px;
      }
		
/* PRODUCT FORMATTING ELEMENTS & LINE ELEMENTS -------------------------------------------- */
	
	/* menu text --------------------------------------------------------------------------- */

	.tech_text_product_section	{
		padding: 3px 3px 3px 5px;
		margin: 0px;
		color : #ffffff;
		font-size : 12px;
		font-weight: 900;
      }
	
	.tech_text_menu_cart	{
		padding: 2px 0px 2px 0px;
		font-size : 12px;
		margin: 0px;
		color : #ffffff;
		background-color: #99ccff;}
	
	.tech_text_menu_cart_items	{
		color : #ffffff;
		padding: 0px 5px 0px 3px;
		margin: 0px;
		line-height: normal;
		font-weight: 900;
		}	
	/* end menu text ----------------------------------------------------------------------- */

	/* best seller and new product text ------------------------------------------------------------------------ */
	
	.tech_text_product_small_info	{
		font-size: 10px;

		line-height: normal;
		margin: 0px;
		padding: 0px 0px 8px 0px;
		}
	
	.text_product_small_info_price	{
		margin: 0px;
		padding: 8px 0px 0px 0px;
		line-height:normal;
		color: #0099ff;
		font-weight: 900;
		font-size: 13px;
		}
		
	.tech_text_product_mini_title	{
		color: #ffffff;
		font-weight: 900;
		padding: 3px 3px 3px 5px;
		margin: 0px;
		}
		
	/* end product text -------------------------------------------------------------------- */

/* END OF TEXT FORMATTING ELEMENTS ----------------------------------------------------- */

/* LINK FORMATTING ELEMENTS ------------------------------------------------------------- */

/* View Cart and Checkout In Top Bar */

a.tech_link_menu_cart_left:visited  {
	padding: 2px 5px 2px 5px;
	margin: 0px 0px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #0099ff; 
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
   }
	
a.tech_link_menu_cart_left:link  {
	padding: 2px 5px 2px 5px;
	margin: 0px 0px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #0099ff;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
   }
	
a.tech_link_menu_cart_left:active  {
	padding: 2px 5px 2px 5px;
	margin: 0px 0px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #336699;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
   }
	
a.tech_link_menu_cart_left:hover  {
	padding: 2px 5px 2px 5px;
	margin: 0px 0px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #336699;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
   }
	
a.tech_link_menu_cart_right:visited  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #0099ff; 
	border-left: 1px dotted #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
   }
	
a.tech_link_menu_cart_right:link  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #0099ff;
	border-left: 1px dotted #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
	
a.tech_link_menu_cart_right:active  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #336699;
	border-left: 1px dotted #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;}
	
a.tech_link_menu_cart_right:hover  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #336699;
	border-left: 1px dotted #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;}
	
/* ------------------------ */

/* Links in Sidebar Menus */

div.tech_menu_button a  {
	width: 113px; 
	color: #ffffff;
	text-decoration:none;
	display:block;
	padding:3px;
	text-align:left;
	background-color: #0099ff;
	font-size: 11px;
   }
	
div.tech_menu_button a:visited {
	color: #ffffff; 
	text-decoration:none;
	background-color: #0099ff;
   }
	
div.tech_menu_button a:active {
	color: #ffffff; 
	text-decoration:none;
	background-color: #336699;
   }
	
div.tech_menu_button a:link {
	color: #ffffff; 
	text-decoration:none;
	background-color: #0099ff;}

div.tech_menu_button a:hover {
	color: #ffffff;
	text-decoration:none;
	background-color: #336699;
   }

div.tech_menu_button_product a   {
	width: 104px; 
	color: #ffffff;
	text-decoration:none;
	display:block;
	padding:3px 3px 3px 12px;
	text-align:left;
	background-color: #0099ff;
	font-size: 12px;
   }
	
div.tech_menu_button_product a:visited {
	color: #ffffff; 
	text-decoration:none;
	background-color: #99ccff;
	background-image:url('../theme_arrow.gif');
   }
	
div.tech_menu_button_product a:active {
	color: #ffffff; 
	text-decoration:none;
	background-color: #99ccff;
	background-image:url('../theme_arrow.gif');
   }
	
div.tech_menu_button_product a:link {
	color: #ffffff; 
	text-decoration:none;
	background-color: #99ccff;
	background-image:url('../theme_arrow.gif');
   }

div.tech_menu_button_product a:hover {
	color: #ffffff; 
	text-decoration:none;
	background-color: #336699;
	background-image:url('../theme_arrow.gif');
   }
	
/* END OF LINK FORMATTING ELEMENTS ------------------------------------------------------ */

/* Styles for Contemporary Theme */

#maincontent {
	margin: 0 auto;
	background-color: #ffffff;
	height: 100%;
	padding: 7px;
	width: 776px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 762px;
}

html>div#maincontent {
	width: 776px;
}

#contemporary_top_bar {
	width: auto;
	background-color: #99ccff;
	height: 64px;
	background-image:url('../theme_topbar_background.gif');
	background-position:right;
	background-repeat:no-repeat;
}

#contemporary_second_bar {
	width: auto;
	background-image: url('../theme_secondbar_background.gif');
	background-repeat: repeat-x;
	padding: 12px 5px 5px 5px;
}

#contemporary_parent_section_list {
	width: auto;
	padding: 5px 5px 0 5px;
}

.contemporary_body_content	{
	width: 762px;
	text-align: left;
}
	
.contemporary_left_column	{
	float: left; 
	width: 120px;
}
	
.contemporary_right_column	{
	float: right;
	width: 574px;
	padding: 0px 36px 0px 0px;
}

/* End of Styles for Contemporary Theme */
