@charset "utf-8";
/* CSS Document */

/* Container */

html, body {
}

/* ----- Header Start ----- */

	/* Layout */

* { margin:0; padding:0; }

select{margin-bottom:1px; height:20px;}
/*input{height:13px;}*/

.full-width{width:100%;}
.container{width:100%; overflow:hidden;}
.clear{clear:both;}
.radio, checkbox{border:0; background:0;}
.pages-indent{padding:17px;}
.pages-border{border:1px solid #CFE2ED; padding:17px;}

body          { background:#F6F8F1; font-family:Arial, Helvetica, sans-serif; font-size:0.75em; line-height:1.33em; color:#5F5E53; text-align:center; }

img           { border:0; vertical-align:top; }

a             {color:#DF5B12; text-decoration:underline;}
a:hover       {text-decoration:none;}
a:hover img   {position:relative;}
:focus        { outline: 0; }

/* Headings */
h1            { font-size:1em; font-weight:normal; line-height:1.3; }
h2            { font-size:1em; font-weight:normal; line-height:1.34; }
h3            { font-size:1em; font-weight:bold; line-height:normal; }
h4            { font-size:0.92em; font-weight:bold; }
h5            { font-size:0.92em; font-weight:bold; }
h6            { font-size:0.92em; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before, 
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }

/* Header ================================================================================ */
.header {}
.header .header-wrapper{background:url('images/header_bg.jpg') no-repeat center bottom; min-height:121px; height:auto!important; height:121px !important}
.header .col-1{width:315px; padding-top:0px; float:left;}
.header .col-2{width:520px; float:right; padding-right:5px;}
.header .links-block{float:right; width:470px;}
.header .links-block .content{background:url('images/top_links_block_bg_2.png') left top; min-height:15px; height:auto!important; height:15px !important; padding-left:18px; padding-right:0; padding-top:6px; padding-bottom:3px}
.header .links-block .corners{background:url('images/top_links_block_corners.png') no-repeat left top; height:7px; overflow:hidden}
.header .links{position:relative;}
.header .links li{display:inline; padding-left:12px; padding-right:10px; background:url('images/top_links_marker.gif') no-repeat left 5px;}
.header .links li a{color:#F1FFCB; text-decoration:none; font-size:0.91em; white-space:nowrap;}
.header .links li a:hover{text-decoration:underline;}
.header .welcome-msg{font-weight:bold;font-size:1.12em;background:url('images/welcome_divider.gif') repeat-x left top; width:470px; float:right; color:#CAF631; padding-left:1px; padding-right:0; padding-top:12px; padding-bottom:0px; margin-top:35px;}
.header .menu-wrapper{background:url(images/menu_bg.gif) left top repeat-x #F2F3EB;}
.header .menu-bot-wrapper{background:url('images/menu_bot_bg.gif') repeat-x left bottom;}
#logo{float:left; width:315px; height:121px; background-position:0 0; background-repeat:no-repeat; text-indent:-999em; overflow:hidden; cursor:pointer;} 

/********** < Navigation */
#nav{font-size:12px; padding:0 0 0 5px;}

/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:999; }
#nav li.parent {}
#nav li a { display:block; text-decoration:none; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li {float:left; background:url('images/menu_divider.gif') no-repeat right 10px;}
#nav li.last{background:0;}
#nav li a{float:left; padding:15px 28px 18px 30px; font-weight:bold; color:#335708;}  /* {float:left; padding:15px 33px 18px 35px; font-weight:bold; color:#335708;} */
#nav li a:hover { color:#FFF; }
#nav li.over a,
#nav li.active a { color:#FFF; }
#nav li.active,
#nav li.over{background:url('images/menu_button_active_bg.jpg') repeat-x left top;}

/* 2nd Level */
#nav ul { position:absolute; width:15em; top:48px; left:-10000px; border:1px solid #ddd; background:#fafafa;}
#nav ul li { float:none; border-bottom:1px solid #ddd; background:0; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:3px 9px; font-weight:bold; color:#888 !important; }
#nav ul li a:hover { color:#FFF !important; }
#nav ul li.active > a,
#nav ul li.over > a  { font-weight:bold; color:#FFF !important; }

/* 3rd+ leven */
#nav ul ul { top:7px; }

/* Show Menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }
/********** Navigation > */

/* Global Styles ========================================================================= */
/* Form Elements */
input, select, textarea, button, password { font:11px Tahoma, Arial, Helvetica, sans-serif; vertical-align:middle; }
input, input.input-text, select, textarea, password {background:#fff; border:1px solid #CDCDCD; border-left:2px solid #808080; border-top:2px solid #808080; color:#5F5E53;}
input.input-text:focus, select:focus, textarea:focus {}
input.input-text, textarea, password { padding:2px; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em; }
textarea { overflow:auto; }

button.button {
	background:0;
	border:0;
	cursor:pointer;
	overflow:visible;
	width:auto;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;		
	height:24px!important;
	
}
button.button span {margin:0; display:block; background:url('image/buttons_left_bg.gif') no-repeat left top !important; height:24px!important}
button.button span span{display:block; background:url('images/buttons_right_bg.gif') no-repeat right top !important; height:24px!important; padding-left:11px; padding-right:11px; padding-top:0; padding-bottom:0}
button.button span span span{display:block; font-weight:normal; color:#837C44; text-align:center; height:15px!important; overflow:hidden!important;  white-space:nowrap; background:url('images/buttons_bg.gif') repeat-x left top !important; line-height:normal; padding-left:0; padding-right:0; padding-top:5px; padding-bottom:3px}

button.disabled {}
button.disabled span {}

button.button::-moz-focus-inner { padding:0; border:0; }

/* Layout ================================================================================= */
.wrapper {}
.page { width:975px; margin:0 auto; padding:0; text-align:left; }
.page-print { padding:20px; text-align:left; }

/* NP: yellow to gray gradient background */
.main { background:#F7F8F2 url('images/main_bg.jpg') repeat-x left bottom; padding-left:0; padding-right:0; padding-top:10px; padding-bottom:30px; }

/* Base Columns */ 
.col-left { float:left; width:170px; padding:20px 0 0 5px;}
.col-main { float:left; width:574px; padding-top:14px;}
.col-right { float:right; width:170px; padding:14px 5px 0 0;}

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main{float:right; width:766px; padding-right:5px;}
.col2-right-layout .col-main {width:774px; padding-left:5px;}

/* 3 Columns Layout */
.col3-layout .col-main{width:574px; margin-left:30px;}

.left-col-border{background:url('images/left_col_border.gif') repeat-y 185px top;}
/* NP: height affects max height of the page */
.left-col-border-top{background:url('images/left_col_border_top.jpg') no-repeat 185px top; min-height:930px; } /* height:auto!important; height:930px !important} */

.main-block{}
.main-block .top-corners{background:url('images/main_block_corner_left_top.gif') no-repeat left top;}
.main-block .top-corners div{background:url('images/main_block_corner_right_top.gif') no-repeat right top; padding-left:4px; padding-right:4px; padding-top:0; padding-bottom:0}
.main-block .top-corners div div{background:#FFF url('images/main_block_border.gif') repeat-x left top; padding:0; height:4px; overflow:hidden}
.main-block .corner{border-left:1px solid #DADFCE; border-right:1px solid #DADFCE; background:#FFF; padding:16px 13px 14px 11px;}
.main-block .bot-corners{background:url('images/main_block_corner_left_bot.gif') no-repeat left top;}
.main-block .bot-corners div{background:url('images/main_block_corner_right_bot.gif') no-repeat right top; padding-left:4px; padding-right:4px; padding-top:0; padding-bottom:0}
.main-block .bot-corners div div{background:#FFF url('images/main_block_border.gif') repeat-x left 3px; padding:0; height:4px; overflow:hidden}

.sidebar .main-block .corner{padding:6px 10px 14px 9px;}
.sidebar .main-block .block-title{padding-bottom:10px; background:url('images/maint_block_title_divider.gif') repeat-x left bottom;}
.sidebar .main-block .block-content{padding:11px 0 0!important;}

.col-main .main-block .page-title{padding:0 0 15px;}

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .narrow { width:33%; }
.col2-set .wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */

/* Sidebar =============================================================================== */
.sidebar .block {margin:0 0 10px; border-top:1px solid #BDBAA6; padding-top:17px;}
.sidebar .block .block-title {}
.sidebar .block .block-title h2{font-weight:bold; text-transform:uppercase; color:#85A030; font-family:Georgia, "Times New Roman", Times, serif;}
.sidebar .block h3{font-size:0.91em; color:#856A3B;}
.sidebar .block .block-content{padding:10px 0 8px;}
.sidebar .block .actions { text-align:right; }
.sidebar .block .actions a { float:left; }

.sidebar .side-block-2{color:#FFF;}
.sidebar .side-block-2 h3{color:#FFF;}
.sidebar .side-block-2 .block-title h2{color:#FFF;}
.sidebar .side-block-2 .block-content{font-size:0.91em; padding-top:5px; padding-bottom:0;}
.sidebar .side-block-2 .top-corners{background:url('images/block_2_corner_left_top.gif') no-repeat left top;}
.sidebar .side-block-2 .top-corners div{background:url('images/block_2_corner_right_top.gif') no-repeat right top; padding-left:5px; padding-right:5px; padding-top:0; padding-bottom:0}
.sidebar .side-block-2 .top-corners div div{background:#8EBE1A url('images/block_2_corners_top_bg.gif') no-repeat left top; padding:0; height:5px; overflow:hidden}
.sidebar .side-block-2 .content{background:#8EBE1A url('images/block_2_content_bg.gif') repeat-x left top;}
.sidebar .side-block-2 .content .border-top{background:url('images/block_2_content_left_top.gif') no-repeat left top; padding-left:9px; padding-right:10px; padding-top:8px; padding-bottom:8px}
.sidebar .side-block-2 .bot-corners{background:url('images/block_2_corner_left_bot.gif') no-repeat left top;}
.sidebar .side-block-2 .bot-corners div{background:url('images/block_2_corner_right_bot.gif') no-repeat right top; padding-left:5px; padding-right:5px; padding-top:0; padding-bottom:0}
.sidebar .side-block-2 .bot-corners div div{background:#8EBE1A; padding:0; height:5px; overflow:hidden;}

.sidebar .form-search{background:url('images/search_block_bg.gif') no-repeat left top; display:block; width:171px; height:79px; margin-right:-20px; position:relative; padding-left:10px; padding-right:9px; padding-top:6px; padding-bottom:0}
.sidebar .form-search label{display:block; margin-bottom:7px; color:#FFF; text-transform:uppercase; font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold;}
.sidebar .form-search input{width:127px; height:18px; border:1px solid #B0AC8C; color:#835942; font-size:12px; font-family:Arial, Helvetica, sans-serif; padding-left:8px; float:left;}
.sidebar .form-search button{width:30px; height:24px!important; overflow:hidden; background:url('images/search_button_bg.gif') no-repeat left top; float:right}
.sidebar .form-search button span{display:none;}

.sidebar .form-login{background:url('images/login_block_bg.jpg') no-repeat left top; display:block; width:171px; height:105px; margin-right:-20px; position:relative; padding-left:10px; padding-right:9px; padding-top:6px; padding-bottom:0}
.sidebar .form-login label{display:block; margin-bottom:7px; color:#FFF; text-transform:uppercase; font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold;}
.sidebar .form-login input{width:127px; height:18px; border:1px solid #B0AC8C; color:#835942; font-size:12px; font-family:Arial, Helvetica, sans-serif; padding-left:8px; float:left;}
.sidebar .form-login button{width:30px; height:24px!important; overflow:hidden; background:url('images/search_button_bg.gif') no-repeat left top; float:right}
.sidebar .form-login button span{display:none;}

/* Block: Account */
.sidebar .block-account {}

/* Block: Currency Switcher */
.sidebar .block-currency {padding-top:0; border:0;}
.sidebar .block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.sidebar .block-layered-nav {padding-top:0; border:0;}
.sidebar .block-layered-nav h3{margin-bottom:5px; font-size:1em;}
.sidebar .block-layered-nav dt{font-weight:normal; background:#A9CD4D; padding:5px 7px 5px 7px; font-size:1em; text-transform:uppercase;}
.sidebar .block-layered-nav dd{padding:18px 11px 14px 0; font-size:1em;}
.sidebar .block-layered-nav dd a{color:#FFF; text-decoration:underline;}
.sidebar .block-layered-nav dd a:hover{text-decoration:none;}
.sidebar .block-layered-nav .price{color:#FFF; font-weight:normal; font-size:1em;}
.sidebar .block-layered-nav .currently li{background:#A8CD4D; padding:3px 5px 4px 7px; margin-bottom:3px;}
.sidebar .block-layered-nav .currently li .label{text-transform:uppercase;}
.sidebar .block-layered-nav .currently li img{float:right; margin-left:3px;}
.sidebar .block-layered-nav .actions{padding:15px 0 50px; text-align:right;}
.sidebar .block-layered-nav .actions a{float:none; color:#FFF;}

/* Block: Cart */
.sidebar .block-cart{padding-top:0; border:0;}
.sidebar .block-cart {}
.sidebar .block-cart .amount {}
.sidebar .block-cart .amount a{font-weight:bold; text-decoration:underline; color:#FFF;}
.sidebar .block-cart .amount a:hover{text-decoration:none;}
.sidebar .block-cart .subtotal{background:#A7CC4C; padding:4px 7px 5px; margin:12px 0 0;}
.sidebar .block-cart .subtotal .price{font-size:1.27em;}
.sidebar .block-cart .actions{padding:13px 0 11px;}
.sidebar .block-cart .actions button{width:67px; height:23px!important; overflow:hidden; background:url('images/cart_button_bg.gif') no-repeat left top;}
.sidebar .block-cart .actions button span{display:none;}
.sidebar .block-cart h3{font-size:1em; font-weight:normal; margin-bottom:15px;}

.sidebar .mini-products-list li{padding:0 0 10px;}
.sidebar .mini-products-list .product-image {float:left; width:69px; display:block;}
.sidebar .mini-products-list .product-details {width:71px; float:right; }
.sidebar .mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0 0 5px; }
.sidebar .mini-products-list .product-details h4 a{color:#DF5B12; text-decoration:underline; font-weight:normal; font-family:Georgia, "Times New Roman", Times, serif; font-size:1.27em;}
.sidebar .mini-products-list .product-details h4 a:hover{text-decoration:none;}
.sidebar .mini-products-list .product-details img{margin-left:5px;}
.sidebar .mini-products-list .product-details .btn-remove { float:right; }

/* Block: Wishlist */
.sidebar .block-wishlist {padding-top:0; border:0;}
.sidebar .block-wishlist .block-content .mini-products-list{margin-top:10px;}
.sidebar .block-wishlist .block-content .mini-products-list .product-image{display:block; width:69px; float:left;}
.sidebar .block-wishlist .block-content .mini-products-list .product-details{width:72px; float:right;}

/* Block: Related */
.sidebar .block-related {padding-top:0; border:0;}
.sidebar .block-related li{padding:0 0 15px;}
.sidebar .block-related .main-block .corner{padding:3px 6px 14px 10px;}
.sidebar .block-related .block-title{padding-bottom:7px;}
.sidebar .block-related .block-content{padding:9px 0 0 !important;}
.sidebar .block-related .select-items{font-size:0.91em; padding-bottom:10px;}
.sidebar .block-related .select-items a{color:#5F5E53; font-weight:bold; text-decoration:underline;}
.sidebar .block-related .select-items a:hover{text-decoration:none;}
.sidebar .block-related .checkbox { float:left; }
.sidebar .block-related .item {float:right; width:125px; padding-right:7px;}
.sidebar .block-related .item .product-image { float:left; width:55px; float:left; display:block;  }
.sidebar .block-related .item .product-details { width:60px; float:right;}
.sidebar .block-related .item .product-details .product-name a{color:#DF5B12; font-weight:normal; font-size:1.27em; font-family:Georgia, "Times New Roman", Times, serif;}
.sidebar .block-related .add-to-wishlist{text-align:right; padding-right:7px;}
.sidebar .block-related .add-to-wishlist a{font-size:0.91em; color:#335708;}


/* Block: Compare Products */
.sidebar .block-compare {padding-top:0; border:0;}
.sidebar .block-compare .block-title{padding-bottom:7px;}
.sidebar .block-compare .corner{padding-right:8px;}
.sidebar .block-compare .block-content{padding-top:9px!important;}
.sidebar .block-compare .block-content p{font-size:0.91em;}
.sidebar .block-compare .block-content li img{float:right; margin-left:5px;}
.sidebar .block-compare .block-content li a{font-family:Georgia, "Times New Roman", Times, serif;}
.sidebar .block-compare li { padding:5px 0; }
.sidebar .block-compare .actions a{color:#335708; font-size:0.91em;}

/* Block: Viewed */
.sidebar .block-recent {padding-top:0; border:0;}
.sidebar .block-recent ol li{background:url('http://cms.template-help.com/magento_25603/skin/frontend/blank/theme086/images/reorder_marker.gif') no-repeat left 9px; padding-left:8px; padding-bottom:3px}
.sidebar .block-recent ol li a{color:#DF5B12; font-size:1.16em; font-family:Georgia, "Times New Roman", Times, serif;}

/* Block: Poll */
.sidebar .block-poll {border-bottom:1px solid #BDBAA6;}
.sidebar .block-poll .block-title h2{padding-left:1px;}
.sidebar .block-poll .radio { float:left; margin:3px -18px 0 0; }
.sidebar .block-poll .label { display:block; margin-left:18px;}
.sidebar .block-poll .answer{float:left; width:100%;}
.sidebar .block-poll .answer span{display:block; width:93px;}
.sidebar .block-poll .votes{font-weight:bold; float:right; width:65px; margin-top:-15px;}
.sidebar .block-poll .block-content{padding-bottom:20px;}
.sidebar .block-poll .block-content h3{padding-right:25px;}
.sidebar .block-poll .block-content ol{margin-top:15px; padding-right:10px;}
.sidebar .block-poll .block-content ol li{padding-bottom:5px; color:#5F5E53; font-size:0.91em;}
.sidebar .block-poll .block-content button{width:41px; height:23px!important; overflow:hidden; background:url('http://cms.template-help.com/magento_25603/skin/frontend/blank/theme086/images/poll_button.gif') no-repeat left top;}
.sidebar .block-poll .block-content button span{display:none;}

/* Block: Tags */
.sidebar .block-tags{padding-top:0; border:0;}
.sidebar .block-tags ul{font-size:1.1em;}
.sidebar .block-tags ul,
.sidebar .block-tags li {display:inline; line-height:1.8em;}
.sidebar .block-tags li a{color:#3D8E82;}
.sidebar .block-tags .actions{padding-top:5px;}
.sidebar .block-tags .actions a{color:#3D8E82;}

/* Block: Subscribe */
.sidebar .block-subscribe label{font-size:0.91em;}
.sidebar .block-subscribe .input-box{margin-top:5px; margin-bottom:5px;}
.sidebar .block-subscribe .input-box input{width:162px; border:1px solid #B0AC8C;}
.sidebar .block-subscribe button{width:68px; height:23px!important; overflow:hidden; background:url('http://cms.template-help.com/magento_25603/skin/frontend/blank/theme086/images/subs_button.gif') no-repeat left top; float:right}
.sidebar .block-subscribe button span{display:none;}
.sidebar .block-subscribe .block-title{position:relative; padding-left:1px;}
.sidebar .block-subscribe .block-content{position:relative;}

/* Block: Reorder */
.sidebar .block-reorder {padding-top:0; border:0;}
.sidebar .block-reorder li { padding:5px 0; }
.sidebar .block-reorder .checkbox { float:left; margin:3px -20px 0 0; }
.sidebar .block-reorder .label { display:block; margin-left:20px; }

/* Block: Banner */
.sidebar .block-banner {padding-top:0; border:0;}
.sidebar .block-banner .block-content{padding:0;}

/* Block: Checkout Progress */
.sidebar .block-progress {padding-top:0; border:0;}
.sidebar .block-progress dt{font-weight:bold; padding:12px 13px 12px 0; color:#5F5E53; font-weight:bold; text-transform:uppercase; border-bottom:1px solid #DDDBDB;}
.sidebar .block-progress dd{padding:11px 24px 8px 0; color:#5F5E53;}
.sidebar .block-progress dt.complete,
.sidebar .block-progress dd.complete {}
/* ======================================================================================= */

.links li a{color:#F1FFCB; text-decoration:none; font-size:1em; white-space:nowrap;}
.links li a:hover{text-decoration:underline;}

/* Footer ================================================================================ */
.footer{padding:5px 5px 67px; font-size:0.91em; color:#A93811;}
.footer .store-switcher{margin-top:5px;}
.footer ul{float:left; padding:0;}
.footer ul li{padding-right:11px; margin-right:10px; background:url('images/footer_divider.gif') no-repeat right 3px; display:inline}
.footer ul li a{color:#A93811; text-decoration:none;}
.footer ul li a:hover{text-decoration:underline;}
.footer ul.links .last{background:0;}
/* ======================================================================================= */




	#pcHeader08 {
			width: 980px;
			height: 100px;
			background-color: #FFF;
			margin-left: auto;
			margin-right: auto;
			margin-top: 0px;
			margin-bottom: 3px;
			border: none;
			position: relative;
		}
		
	#pcHeader08Left {
			position: absolute;
			top: 4px;
			left: 10px;
		}
		
	#pcHeader08Center {
			position: absolute;
			top: 30px;
			left: 320px;
			width: 290px
		}
		
	#pcHeader08Right {
			position: absolute;
			top: 8px;
			left: 575px;
			width: 295px;
			border: 1px dashed #CCC;
			padding: 10px;
			text-align: left;
		}
		
	/* Elements */
	
	#pcHeader08StoreName {
			text-align: left;
			font-size: 60px;
		}
		
	#pcHeader08StoreDescription {
			text-align: left;
			font-size: 18px;
			margin-top: -5px;
		}
			
	#pcHeader08Center form input {
			font-size: 18px;
			border: 1px solid #CCC;
			background-color: #E8E8FF;
			width: 175px;
			height: 25px;
		}
		
	#pcHeader08Center a {
			text-decoration: none;
			color: #666;
		}
		
	#pcHeader08Center a:hover {
			color: #999;
		}
		
	#pcHeader08Right .tagLine {
			font-size: 40px;
		}
		
	#pcHeader08Right .tagLineSmall {
			font-size: 18px;
			margin-top: -5px;
		}
		
/* ----- Header End ----- */

/* ----- Top Navigation Start ----- */

	#pcTopNav08 {
			width: 980px;
			height: 28px;
			background-color: #E1E1E1;
			margin-left: auto;
			margin-right: auto;
			margin-top: 0px;
			margin-bottom: 3px;
			border: none;
			font-size: 16px;
			text-align: right;
			color: #000;
		}

	#pcTopNav08-CART {
			float: left;
			padding: 2px 0 0 10px;
			font-size: 9px;
		}

	#pcTopNav08-LINKS {
			float: right;
			margin: 0;
			padding: 4px 10px 0 0;
		}

	#pcTopNav08 a {
			text-decoration: none;
			color: #000;
		}
		
	#pcTopNav08 a:hover {
			color: #666;
		}

/* ----- Top Navigation End ----- */

/* ----- Main Area Start ----- */

	#pcMainArea08 {
			width: 980px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 0px;
			margin-bottom: 4px;
			border: none;
		}
		
	#pcMainArea08-PC {
			width: 740px;
			float: right;
			border: 1px solid #CCC;
			text-align: left;
			margin: 15px 10px 20px 0;
			/* IE 6 double margin fix */
			display: inline;
		}
		
		#pcMainArea08-PC-Content {
				padding: 10px;
			}
		
	#pcMainArea08-LEFT {
			width: 210px;
			float: left;
			text-align: left;
			vertical-align: top;
			margin: 15px 0 20px 10px;
			/* IE 6 double margin fix */
			display: inline;
		}

	#pcMainArea08-BROWSE {
			width: 200px;
			background-color: #E8E8FF;
			border: 1px solid #9999CC;
			margin-bottom: 10px;
			/* IE 6 fix (content pushing out width) */
			overflow: hidden;
		}

	#pcMainArea08-BROWSE table {
			margin: 0 0 10px 6px;
		}

#pcMainArea08-BROWSE table td {
			padding: 4px 0 0 0;
		}
		
	#pcMainArea08-PRICE {
			width: 200px;
			background-color: #D2F0FF;
			border: 1px solid #9999CC;
			margin-bottom: 10px;
		}

	#pcMainArea08-LINKS {
			width: 200px;
			background-color: #E1F4F4;
			border: 1px solid #9999CC;
			margin-bottom: 10px;
		}
		
	#pcMainArea08-LEFT h3 {
			font-size: 16px;
			color: #333;
			border-bottom: 1px solid #333;
			width: 180px;
			margin: 5px 0 10px 5px;
			font-weight: normal;
		}

	#pcMainArea08-LEFT ul {
		list-style-type: none;
		margin: 0 0 10px 5px;
		padding: 0;
	}

	#pcMainArea08-LEFT li {
		margin: 4px 0 0 5px;
	}

	#pcMainArea08-LEFT a {
		text-decoration: none;
		color: #333;
		}
		
	#pcMainArea08-LEFT a:hover {
		text-decoration: none;
		color: #06F;
		}
		
	#pcMainArea08-SPACER {
			clear: both;
		}

/* ----- Main Area End ----- */

/* ----- Footer Start ----- */

	#pcFooter08 {
			width: 980px;
			height: 24px;
			background-color: #666;
			margin-left: auto;
			margin-right: auto;
			margin-top: 0px;
			margin-bottom: 20px;
			border: none;
			font-size: 16px;
			text-align: left;
			color: #000;
		}

	#pcFooter08 p {
			margin: 0;
			padding: 2px 0 0 10px;
		}

	#pcFooter08 a {
			text-decoration: none;
			color: #000;
		}
		

	#pcFooter08 a:hover {
			color: #CCC;
		}

/* ----- Top Navigation End ----- */

/* ----- Other Interface Elements ----- */

	#pcShowCart {
      width: 200px;
			border: 1px solid #e1e1e1; 
			margin-bottom: 10px;
			font-size: 11px;
	}
	
/************************************************/
/******************** Clears ********************/
/************************************************/
.clearer:after,
.header:after,
#nav:after,
.main:after,
.footer:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block-poll li:after,
.block-related li:after,
.block-related .item:after,
.block .actions:after,
.mini-products-list li:after,
.title-buttons:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.products-list li.item:after,
.product-view .product-img-box .more-views ul:after,
.product-view .tags .form-add-tags:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.opc .step-title:after,
.checkout-progress:after,
.field-100:after,
.group-select li:after,
.form-list li:after,
.buttons-set:after,
.buttons-set2:after,
.page-print .print-head:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
