/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @licensehttp://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0) 
 */

/* Layout ================================================================================= */
.page { width:950px; margin:0 auto; padding:0 0 10px 0; text-align:left; /* background-color:#fff; */ }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main { /* margin:10px 19px; */ /*background:#f00;*/ position:relative; padding: 10px 19px; background-color: #fff; }
.clear { clear:both; }

/* Base Columns */ 
.col-left { float:left; /*width:230px;*/ width:195px; padding:0; }
.col-main { float:left; /*width:736px;*/ width:699px; /*border:1px solid #ddd;*/ /*padding:5px;*/ }
.col-right { float:right; width:193px; padding:5px 5px 0; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }
.col1-layout #search_mini_form { float:left; }
.col1-layout .breadcrumbs { float:left; position:relative; clear:none; left:21px; }

.page-head { clear:both; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {  }

/* 3 Columns Layout */
.col3-layout .col-main { width:484px; margin-left:10px; }

/* Content Columns */
.col2-set { padding: 10px;}
.col2-set .col-1 { float:left; width:200px; }
.col2-set .col-2 { float:left; width:200px; }
.col2-set .narrow { width:33%; }
.col2-set .wide { width:65%; }

.col2-set .col-checkout { width:260px; height: 260px; }
.col2-set .col-or { float:left; width:100px; height:180px; text-align:center; background:url('../images/ccc_dot.gif') repeat-y center; }
.col2-set .col-or .or {padding:0 0 5px 0; background-color:#fff; color:#999; font-weight:bold; font-size: 18px;}
.col2-set .col-or span { font-size: 15px; color: #CCC; font-weight: bold;}

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


/* Header ================================================================================ */
#logo { float:left; width:213px; height:100px; overflow:hidden; margin:0; padding:0; position:relative; top:21px; } 
.header-container { /* margin:0 19px; */ padding: 0 20px; background-color:#fff; }
.header { position: relative; /*padding:10px;*/ /*border:1px solid #ddd;*/ }
.header .logo { background-position:0 0; background-repeat:no-repeat; text-indent:-999em; }
.header .logo a { display:block; width:128px; height:60px; }
.header .welcome-msg { /*font-weight:bold; text-align:right;*/ display:none; }
.header .links { position:absolute; margin-left:730px; font-size:12px; float:right; height:20px; display:block; font-weight:bold; letter-spacing:-0.25px; }
  .header .links li { float:left; height:20px; margin-top:67px; margin-right:10px; }
  .header .links li a { display:block; }
  .header .links li a:hover { text-decoration:none; }
  /* hide My Account, Wishlist, and Log In */
  .header .MyWishlist, .header .MyAccount, .header .LogIn, .header .LogOut { display:none; }
.header .form-language { /*text-align:center;*/ display:none; }

/* -- MEMBER NAVIGATION -------------------------------------------- */
#member_navigation { display: block; position: absolute; top: 0; right: 0; margin: 5px 0 0; padding: 0 0 0 5px; border-left: 1px solid #ccc; font-size: 0; }
#member_navigation li { display: block; }
#member_navigation span { display: block; font-size: 11px; }
#member_navigation a { display: block; font-size: 11px; }
#member_navigation .my_cart_count { display: block; font-weight: bold; font-size: 13px; margin: 0 0 4px; padding: 0 8px; color: #fff; background: url(../images/btn-trucker-gradient.gif) repeat-x 0 0; }

/* -- TOP ROW NAV -------------------------------------------- */
#nav-top-row { border-left: 1px solid #ccc; height:20px; float:left; padding: 5px; margin-bottom:3px; font-size: 1.1em font-weight: bold; }
#nav-top-row li { float: left; margin: 0 20px 0 0; }

/* -- SOCIAL ICONS -------------------------------------------- */
.twitter,
.facebook { outline:none; display: block; height: 20px; width: 20px; }
.twitter { background: url('../images/nav-twitter-on.gif') no-repeat 0 0; text-indent: -9999px; }
.facebook { background: url('../images/nav-fb-on.gif') no-repeat 0 0; text-indent: -9999px; }

/********** < Navigation */
#nav { width:610px; height:50px; float:left; border-left: 1px solid #ccc; }

/* All Levels */
#nav li { position:relative; text-align:left; color:#fff; }
#nav li.over { z-index:999; }
.chaletPrimaryNav { cursor:pointer; }
#nav li.level0 a { 
	font-weight: bold; 
	letter-spacing: -0.5px; 
	float: left; 
	font-size: 14px; 
	margin-top: 15px; 
	margin-left: 7px; 
	margin-right: 7px; 
	text-transform: uppercase;
}
#nav li.level0 a:hover { color:#fff; text-decoration:none; }

/* 0 Level */
#nav a { color: #000; }
#nav li { float:left; height:50px; position:relative; display:block; z-index:1; margin-right:1px; }
#nav li:hover { background-color:#ff2a00; color:#fff; }
#nav li.active { background:#000 !important; z-index:10; color:#fff; }
#nav li.active a, #nav li.active a:hover { color:#fff; }

/* 1st Level */
#nav ul { display:none; }
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ddd; color:#fff; }
#nav ul li.over {}
#nav ul li.last { background:#656461; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/* 2nd leven */
#nav ul { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #ddd; }

/* 3rd+ Level */
#nav ul ul { top:5px; }

/* Show Menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }

#nav ul li a { background:#f6f6f6; color:#898885; }
#nav ul li a:hover { background:#ccc; color:#fff !important; }
#nav ul span,
#nav ul li.last li span { padding:3px 15px 4px 15px; }

#social { 
	float: left;
}
#social li {
	padding: 12px 10px 0px 0px;
	float: left; 
    height: 20px;
    width: 20px;
    margin-right: 3px;
    text-decoration: none;
}


.value-highlight { 
	font-weight: bold; 
	background-color: #ffdfd9; 
	margin-right: 20px;
	padding: 0px 3px 0px 3px;
}
.nav-cart-count {
	padding-right: 5px;
}
.nav-cart-count a {
	font-weight: bold;
	color: #ff2a00;
	font-size: 1.2em;
}
/* Secondary Nav - diagonal links */
#secondary-nav { width:160px; height:71px; float:left; position:relative; top:10px; margin-left:-40px; }

/********** Navigation > */
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:11px Helvetica, Arial, sans-serif; vertical-align:middle; color:#808080; }
input.input-text,select,textarea { border:1px solid #ddd; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button { overflow:visible; width:auto; background-image:url(../images/btn-trucker-gradient.gif); background-repeat: repeat-x; cursor:pointer; height:28px; border:0 none;}
.button-checkout {float: right !important; }
button.button span { display:block; margin:0; padding:0 8px 1px; font-size:16px; font-weight:bold; font-family: Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff !important; text-transform:lowercase; }
.button-back { float:left; background-color:#9a9da4; font-size: 16px; font-weight:bold; text-align:center; width:70px; height:28px; padding:0; overflow:visible; }
.button-back a { color:#fff; }
.button-back div { float:right; padding: 5px 8px 0 0; }
.back-arrow { float:left; padding:8px 0 0 8px; }
button.disabled {}
button.disabled span {}

label.large { font-size:14px; font-weight:bold; color:#999; }

/* Input & Textarea stretched for 100% */
.field-100 { border:1px solid #888; padding:2px; overflow:hidden; }
.field-100 input.input-text,
.field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}
.highlight {}*/

/* Form lists */
.form-list ul { width:100%; }
.form-list li { margin:0 0 5px; width:100%;}
.form-list li .input-box {}
.form-list li input.input-text, .form-list li textarea { width:250px; }
.form-list li select { width:250px; }
.form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list input.radio {  }
.form-list label { font-size: 14px; color: #999; font-weight:bold; margin:0; padding:0;  }

.group-select { font-size:14px; }
.group-select label {}
.group-select li { margin:0 0 5px; }
.group-select li .input-box { width:250px; }
.group-select li input.input-text,
.group-select li textarea {width:510px; }
.group-select li select { width:516px; }
.group-select li .input-box input.input-text,
.group-select li .input-box textarea { width:250px; border:1px solid green;}
.group-select li .input-box select { width:250px; }

.form-item { clear:both; }
.form-item .label { width: 150px; float:left; }
.form-item .input { width: 250px; float:left; }

.form-bl { border-bottom: 1px solid #ccc; padding: 5px 0; overflow:auto; }
.form-bl label { float:left; display:block; width:250px; font-size:12px; font-weight:bold; }
.form-bl input { float:left; border:1px solid #999; font-size:14px; padding:2px; width:250px; }

.checkout-box label { font-size:12px; color: #999; }


.buttons-set { clear:both; margin:10px 0px 0px 0px; padding:0px; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:left; }

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; text-align:right; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:12px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
.required { color:#f00; }
p.required { font-size:10px; text-align:right; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages { width:100%; overflow:hidden; clear:both; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 10px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:14px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/error_msg_icon.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/success_msg_icon.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/note_msg_icon.gif); color:#3d6611; }

/* BreadCrumbs */ 
.breadcrumbs { padding:0; margin:0 0 10px 0; background:#e6e7eb; color:#aaa; height:28px; width:700px; position:relative; top:0; letter-spacing:normal; }
.breadcrumbs ul { position:relative; top:7px; left:10px; width:680px; }
.breadcrumbs li { display:inline; }
.breadcrumbs strong, .breadcrumbs a { color:#777 !important; }
.email-subscribe {
	float:right;
	background:#CCC;
	padding: 0px 3px 0px 3px;
	margin-top: -7px;
}
.email-subscribe a {
	color: #fff !important ;
}


/* Page Heading */
.page-title { padding:0 0 5px; margin:0 0 10px; }
.page-title h2 { font-weight:bold; font-size: 28px;}
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

/* Pager */ 
.pager { 
	padding:5px 0;
	text-align: center; 
}
.pager label, .pager strong { 
	font-weight:bold; 
	font-size:14px; 
	color:#888; 
	margin-right:5px; 
}
.pager select { 
	background-color:#999; 
	color:#fff; font-weight:bold; 
	font-size:12px; 
	padding: 2px 0 0 2px; 
	letter-spacing: normal; 
	line-height:18px; 
	border: 2px solid #ccc;
}
.pager .amount { 
	padding: 5px; 
	background-color: #e6e7eb;
	margin-bottom: 5px;
	text-transform: lowercase;
	color: #777;
}
.pager .amount p { 
	text-align: left;
}

.pager .sort-by { 
	float:left;
}

.pager label { 
	font-size: 1.2em;
}

.pager strong {
	font-size: 1.2em;
}

.pager .limiter { 
	float:right; 
}
.pager .pages { 
	margin:0 135px; }
.pager .pages ol { 
	display:inline; }
.pager .pages li { 
	display:inline; 
	font-weight:bold; 
	font-size:10px; 
}
.pager .pages li a { 
	color:#999; 
}
.pager .pages a:hover { 
	text-decoration:none; 
}
.pager .pages li a, .pager .pages li span { 
	border:1px solid #999; 
	padding:3px 4px 1px 4px; 
	font-size:11px; 
}
.pager .pages .current { 
	background-color:#999; 
	color:#fff;
}
.pager .pages .next a, .pager .pages .prev a { 
	border:0 !important; 
	font-size: 1.5em;
}

/* Sorter */ 
.sorter { display:none; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Data Table */ 
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #ddd; }
.data-table thead { background-color:#f2f2f2; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#f6f6f6; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { background-color:#f6f6f6; }
tr.tax-details-first td {}

/* Lists Decoration */
li.odd {}
li.even { background-color:#f6f6f6; }
dt.odd,
dd.odd {}
dt.even,
dd.even { background-color:#f6f6f6; }

/* Class: std - styles for admin-controlled content */
.std,
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { /*margin:0 0 1em;*/ padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Sidebar =============================================================================== */
.block { margin:0 0 10px; }
.block .block-title { padding:0; }
.block .block-title h2 { font-size:14px; font-weight:bold; line-height:1.5; }
.block h3 { font-size:14px; line-height:1.5; }
.block .block-content { padding:10px 0 15px 0; }
.block .actions { text-align:right; }
.block .actions a { float:left; }

/* Block: Account */
.block-account {}

/* Block: Search */
#search_mini_form { padding:0 !important; width:192px; }
#search_mini_form legend { display:none; }
.form-search { text-align:left; background:#ccc; /*background:#e2452a;*/ clear:both; width:192px; height:28px; padding:0 !important; position:relative; }
.form-sub { text-align:left; background:#ff2a00; /*background:#e2452a;*/ clear:both; width:192px; height:28px; padding:0 !important; position:relative; }
.form .search-autocomplete { z-index:999; }
.form .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.form .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.form .search-autocomplete li .amount { float:right; font-weight:bold; }
.form .search-autocomplete li.selected {}
.form input { border:0 !important; width:127px; /*padding:4px 0 3px 2px !important;*/ position:relative; top:4px; line-height:11px; vertical-align:middle;}
.form .button { background:url(../images/btn-search.png) no-repeat; width:50px; height:20px; border:0 !important; position:relative; top:4px; margin:0 0 0 3px; }
.form .scribe {position:relative;top:5px;color:#fff;font-weight:bold;cursor:pointer}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav { margin-top:10px; }
.block-layered-nav a { letter-spacing:normal; }
.block-layered-nav .block-content { padding-top:0 !important; }
.block-layered-nav .block-title, .block-layered-nav h3 { display:none; }
.block-layered-nav .currently { font-size:13px; color:#888; font-weight:bold; padding: 5px; width: 182px;}
.block-layered-nav .currently label { font-weight:normal; color:#555; }
.block-layered-nav .currently a {font-size: 15px;}
.block-layered-nav .currently a:hover {color:red; text-decoration: none;}

/* Block: Layered Navigation - jQuery Slider */
#TruckerLayered { 
	width: 193px; 
	margin: 0px; 
	line-height: 22px; 
}
#TruckerLayered	dt { 
	color: #909090; 
	font-size: 18px; 
	font-weight: bold;
        margin-left: -5px; 
}
#TruckerLayered dt a { 
	height: 24px; 
	text-decoration: none; 
	outline: none; 
}

	
#TruckerLayered dt a:focus { 
	-moz-outline-style: none; 
}
#TruckerLayered dt a:link, #TruckerLayered dt a:visited { 
	color: #888; 
	display: block;  
	padding-left: 25px; 
}
#TruckerLayered dt a:hover, #TruckerLayered dt a:active { 
	color: #283A50; 
	background: url(../images/truckerslide-bg.gif) 0 -32px; 
	padding-left: 25px;
}
#TruckerLayered dd { 
	width: 173px; 
	margin: 0px; 
	padding: 5px 10px 10px 10px; 
}
#TruckerLayered	ol a { 
	list-style: none; 
	margin: 0;	
	padding-left: 0px;	
	font-weight: bolder;
        font-size: 13px; font-weight:normal; color: #444444; margin:0 0 5px 0px;
}
#TruckerLayered	ol a:hover { 
      color:#FF2A00; weight;text-decoration:none; 
	 
}

/* Block: Cart */
.block-cart {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }

.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; margin-right:-75px; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.mini-products-list .product-details .btn-remove { float:right; }

/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .item { margin-left:20px; }
.block-related .item .product-image { float:left; margin-right:-65px; }
.block-related .item .product-details { margin-left:65px; }

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }

/* Block: Viewed */
.block-recent {}

/* Block: Poll */
.block-poll {}
.block-poll input.radio { float:left; margin:3px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll .answer {}
.block-poll .votes { font-weight:bold; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe {}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .label { display:block; margin-left:20px; }

/* Block: Banner */
.block-banner {}
.block-banner {}
.block-banner .block-content { text-align:center; }

/* Block: Checkout Progress */
.block-progress {}
.block-progress dt { font-size: 13px; font-weight:bold; background-color:#f1f1f1; border: 1px solid #e6e6e6; margin-bottom: 3px; padding: 3px 10px 0px 10px;}
.block-progress dt.complete { background:url(../images/progress-checkout.gif) 0 100% no-repeat; background-position: 95% 50%; background-color:#f1f1f1; margin:0; }
.block-progress dd.complete { padding-left: 10px; border:1px solid #e6e6e6; border-top:none; margin:0 0 3px 0; color:#999; }

/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { display:none; }
.category-image { width:690px; height:170px; }
.category-products {}
.category-products .price { color:#888; }
.category-products .product-name { margin-top:5px; }
.category-products h3 a { color: #db4200; }
.category-description {/*If we decide to drop SEO copy in there, then fill this out*/ }
.category-description p { font-size:1.2em; padding-top:10px; }
.category-description h1 { font-size:2em; padding-top:0px; }

/* View Type: Grid */
.products-grid { width:100%; }
.products-grid tr.odd {}
.products-grid tr.even { background-color:#fbfbfb; }
.products-grid td { width:25%; padding:5px 2px 15px; }
.products-grid td.empty {}
.products-grid .ratings, .products-grid .button, .products-grid .add-to-links { display:none; }

/* View Type: List */
.products-list li.item { /*border:1px solid #ddd;*/ padding:5px; margin:0 0 5px; }
.products-list .product-image { float:left; }
.products-list .product-shop { float:right; width:320px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
body.catalog-product-view #search_mini_form { float:left; }
.product-view { float:left; position:relative; padding-top:0px; margin-top:0px; width:100%; }
.product-view .std { color: #888; font-size: 1.2em; }
.product-view h3 { font-size: 1.7em; color: #666; }

.product-essential { width:545px; float:right; }
.product-essential .socialBtns{height:25px; margin-top:8px; line-height:25px;}
.product-essential .socialBtns * {vertical-align:top;}
.product-essential iframe{display:inline-block; vertical-align:top;}
* html .product-essential iframe{display:inline;}
html>body .product-essential iframe{display:inline;}
.product-collateral { width:345px; float:left; }
#___plusone_0{width:80px !important; display: inline !important;}
.fb_edge_widget_with_comment fb_iframe_widget{width:70px !important;}

/* Product Images*/
.product-view .product-img-box { float:left; width:345px; position:relative; border-bottom:1px dotted #ccc; padding-bottom:20px; }
.product-view .product-img-box .product-image { border:1px solid #ddd; position:relative; }
.product-view .product-img-box .product-image-zoom { position:relative; width:343px; height:400px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; z-index:1; }
.product-view .product-img-box .zoom-notice { text-align:center; letter-spacing:normal; background-color:#aaadb3; color:#fff; width:120px; position:absolute; z-index:20; top:380px; left:120px; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:41px; /*width:345px;*/ margin:0 auto; padding:0 33px 0 35px; background:url(../images/slider_bg.gif) center center no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; top:13px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:7px; height:19px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:10px; top:12px; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:8px; top:12px; }
.product-view .product-img-box .more-views h3 { display:none; }
.product-view .product-img-box .more-views ul { margin:0 0 0 -7px; padding-top:20px; }
.product-view .product-img-box .more-views li { float:left; background-color:#ddd; margin:0 0 0 8px; }
.product-view .product-img-box .throbbing { background-image: url(../images/loading.gif); background-position: 50% 50%; background-repeat: no-repeat; }
.product-view .product-img-box .prd_img_hdn { visibility:hidden; }

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Subnav */
.product-subnav { 
	height: 20px; 
	letter-spacing: normal; 
}
.product-subnav a { 
	text-decoration: underline !important; 
	color: #777;
}
.product-subnav .back { 
	background: url(../images/arrow-lt.png) left top no-repeat; 
	height: 16px; 
	width: 105px;
    display: block; 
    padding: 0 0 0 25px; 
    position: relative; 
}
/* Product Shop */
.product-view .product-shop { padding: 0; font-size:12px; }
.product-view .product-shop .ratings .separator, .product-view .product-shop .ratings .add-review { display:none; }
.product-view .product-shop a { text-decoration:underline; }
.product-view .product-name h1 { font-size:2.6em; font-weight:bold; color: #999; margin:0 0 5px 0px; }
.product-view .price-box { position:relative; left:10px; }
.product-view .product-name ul { height: 50px;}
.product-view .product-name li {float: left;}
.category-products h3 { font-size: 14px; font-weight:normal; color: #999; margin:0 0 5px 0px; }
.category-products h3 a { font-size: 14px; font-weight:normal; color: #444444; margin:0 0 5px 0px; }
.category-products h3:hover a { color:#FF2A00; weight;text-decoration:none; }

/* Facebook Like Button*/

.fb_edge_widget_with_comment {
	height: 60px;
	margin: 0px;
}

/* Rating */
.ratings-wrap { float:right; width:180px; font-size:11px; text-align: right;}
.ratings { float:right; }
.ratings .amount { float:left; }
.ratings .rating-links {}
.ratings .review-count { font-weight:bold; }
.ratings dt {}
.ratings dd {}
.rating-box { float:left; width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bg_rating.gif) 0 0 repeat-x; position:relative; overflow:hidden; margin-right:7px; }
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/bg_rating.gif) 0 100% repeat-x; }

/* Availability */
.availability { font-size: 14px; margin: 5px 0 0 0; }
.availability .in-stock { font-weight:bold; color:#090; }
.availability .out-of-stock { font-weight:bold; color:#ff2a00; }

/********** < Product Prices */
.price { white-space:nowrap !important; }
.product-view .product-essential .price-box .price { font-size:16px; }

.price-box { bottom: 1px }
.price-box .price { font-weight:bold; font-size:1.4em; }
.pdp-price { font-size:1.6em; }
.product-name .manu-image { padding: 0 8px 8px 0; }

.price-box-bundle {}

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; color:#000; }

/* Old price */
.old-price { color: #999; }
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight: normal; text-decoration:line-through; }

/* Special price */
.special-price { color: #FF2A00; }
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

a.minimal-price-link { display:block; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }
.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices { display:none; }
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

/* Product Options */
.product-options { padding:2px 0 0 0; margin:2px 0 0 0; }
.product-options dl { }
.product-shop dt { float:left; width:130px; position:relative; top:6px; margin-left:10px; }
.product-shop dt label { font-weight:bold; text-transform:lowercase; color:#808080; font-size:14px; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-shop dd { border-top:1px dotted #ccc; margin:6px 0; padding-top:6px; }
.product-options dl.last dd.last { /*margin-bottom:0 !important;*/ }
.product-shop dd input.input-text { width:98%; }
.product-shop dd textarea { width:98%; height:8em; }
.product-shop dd select { /*width:100%;*/ width:150px; /*float:left;*/ }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { /*padding:15px 0 0;*/ display:none; }

.product-options-bottom { padding:0 0 10px 0; /*border:1px solid #ddd; border-top:0;*/ border-bottom:1px dotted #ccc; margin-top:0 !important; }
.product-options-bottom dl { border-bottom:1px dotted #ccc; position:relative; }
.product-options-bottom dd { margin:0 !important; padding-bottom:6px; }
  .product-options-bottom dt { }
.product-options-bottom .price-box { display:none; /*margin:10px 0;*/ }

/* Add to Links */
.add-to-links { float:left; width:400px; height:36px; clear:none; margin:0 0 0 10px; padding:0; position:relative; top:0; font-size:11px; }
.add-to-links li { margin:0 10px 0 0; position:relative; padding:0; float:left; height:100%;}
.add-to-links li a, .btn-add 
  { background:#a2a5ab url(../images/icon-add-fff.png) 6px 50% no-repeat; 
    padding:4px 7px 3px 20px; 
    text-decoration:none !important; color:#fff; text-transform:lowercase; 
    position:relative; float:left; line-height:11px; border:0; }
.add-to-links li a { top:20px; }
a.btn-share { background:#a2a5ab url(../images/icon-mail-fff.png) 6px 50% no-repeat !important; padding-left:25px !important; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart { padding:10px 0 0 8px; width:120px; float:left; }
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { 
  float:left; 
  border:0; background:url(../images/btn-bg-addtocart.png) no-repeat;
  width:120px; height:28px; }
.add-to-cart button.button span { color:#fff !important; text-transform:lowercase; font-size:16px; font-weight:bold; position:relative; left:8px; }

/* Add to Links + Add to Cart */
.add-to-box { }
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }


/* Grouped Product */
.grouped-items {}

/* Block: Short Description */
.product-view .short-description {}

/* Block: Description */
.product-view .product-info-wrap { clear:both; margin:40px 0 30px 0; padding:0 10px 0 10px; line-height:18px; color:#808080; }
.product-view .description, .product-view .short-description { clear:both; margin:0 0 25px 0; }
.product-view .description h3, .product-view .short-description h3 { margin:0 0 5px 0; }
.product-view .description ul, .product-view .description li { margin:0; }

/* Block: Additional */
.product-view .discuss { margin-top: 30px;}

/* Block: Upsell */
.product-view .up-sell { padding-top:15px; clear:both; }
.product-view .up-sell table { width:345px; }
.product-view .up-sell h3 { font-size:24px; margin:0 0 15px 0; line-height:26px; }
.product-view .up-sell .products-grid tr { height:190px !important; }
.product-view .up-sell .products-grid .product-name { padding:5px 0 0 0 !important; }
.product-view .up-sell .price-box { left:0 !important; }
.product-view .up-sell .even { background:none !important; }

/* Block: Accesories */
.accessories { border:1px solid #999; margin:10px 0; padding: 10px; overflow:auto; } 
.accessories h2 { font-size:18px; font-weight:bold; color:#666; margin:0 0 10px 0; }
.accessories .acc_item { float:left; width:85px; margin-right:10px; padding-right:5px; font-size:11px;  } 
.accessories .acc_item h3 {font-size:11px; height:30px; overflow:hidden;}


/* Block: Tags */
.product-view .tags { border:1px dotted #ccc; border-width:1px 0 1px 0; padding:6px 0 6px 0; margin:0 0 30px 0; }
.product-view .tags h3, .product-view .tags .form-add-tags label { 
  float:left; width:90px; margin:0 0 0 10px; font-size:14px; }
.product-view .tags-list { padding:0 0 6px 0; float:left; width:430px; }
.product-view .tags-list li { margin:0 8px 0 0; }
.product-view .tags-list .last { margin-right:0 !important; }
.product-view .tags .form-add-tags { position:relative; clear:both; border-top:1px dotted #ccc; padding:6px 0 0 0; }
.product-view .tags .form-add-tags .input-box { float:left; margin:0 5px 0 0; }
  .product-view .tags .form-add-tags .input-box .input-text { width:300px; height:14px; line-height:12px; }
.product-view .tags .form-add-tags button.button { float:left; }
.product-view .tags .form-add-tags p { clear:both; position:relative; padding-left:100px; color:#999; font-size:11px; }

/* Block: Reviews */
.product-view .reviews {}
.product-view .reviews h3 { height:40px; background:#f2f2f2; }
.product-view .reviews h3 span { position:relative; left:10px; top:10px; }
.product-view .reviews .review-text { margin-bottom:20px; }
.product-view .reviews .rating-info { padding: 5px; margin: 5px 0; border-top: 1px dotted #ccc; border-bottom: 1px dotted #ccc; background-color:#efefef; }
.product-view .reviews .rating-info .info { clear:both; padding-top: 5px; }
.product-view .reviews .rating-info .title { font-size:12px; font-weight:bold; }

/* Block: Add Review */
.product-view .add-review {}
.product-view .add-review .product-name span { font-weight:normal; }
/* ======================================================================================= */


/* Product Tags */
#tags-wrap {width: 800px;}
#tags-wrap p {font-size:2em;}
.tags-list li { display:inline; background: #eee; padding: 10px 5px 5px 5px; line-height:1.7; margin: 5px;}

/* Advanced Search */
.search-summary {}

/* CMS Home Page */
.cms-home .products-grid td { width:20%; }
/* ======================================================================================= */


/* Product Review ======================================================================== */
.product-review {}
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; border:1px solid #ddd; padding:1px; }
.product-review .details { float:right; width:570px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .checkout-types { float:right; text-align:right; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; width:700px; }
.cart .crosssell { margin-right: 10px; } 
.cart .crosssell .item { margin-bottom:10px; padding-bottom:10px; border-bottom:1px dotted #999; }
.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/* One Page */

.opc { border-bottom: 2px solid #E6E6E6; position:relative; }
.opc li.section { border:2px solid #E6E6E6; border-bottom:0; }
.opc .step-title { background-color:#F1F1F1; padding:0 5px; color:#6c6c6c; }
.opc .step-title .number { text-align:center; font-size: 13px; font-weight:bold; float:left; height: 20px; width: 15px; margin: 5px 5px 5px 0px; background: #fff; border: 1px solid #ccc; color:#6c6c6c; padding: 2px 3px 0px 3px;}
.opc .step-title h3 { float:left;  font-size: 12px; margin-top:9px;}
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { color: #fff; background-color:#6c6c6c; cursor:default; }
.opc .step { padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }
.opc .order-review {}
.opc h4 { padding-bottom: 10px; font-size: 16px; color:#666;}
.opc .col-checkout p { margin: 20px 0px 0px 0px }
.opc .col-checkout .list-reasons li { list-style-type: disc; margin-left: 12px; font-size: 12px; color:#666;}

/* Billing Information */
#checkoutSteps label { width:100px; text-align:left; margin-right:2em; }
/*#checkoutSteps input { width:200px; }*/
#checkoutSteps label { width:100px; text-align:left; margin-right:2em; }

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.please-wait { float:right; margin-right:5px; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.add-gift-message {}
.gift-message-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-message-form .inner-box { padding:5px; height:300px; overflow:auto; }
.gift-message-form .gift-item {}

.gift-message-link { display:block; background:url(../images/bg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }
/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Login Page ============================================================================ */
.login-page h3 { font-size: 1.5em; }
.login-page p { font-size: 1.2em; }
.login-page .content { min-height:150px; }
.new-users, .registered-users {width: 265px !IMPORTANT;}
.new-users { margin-right: 20px}
.registered-users {}
.forgot-pass { font-weight: bold;}
/* ======================================================================================= */


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {margin-bottom: 150px;}
.dashboard .welcome-msg { margin-bottom: 10px; }
.dashboard .welcome-msg p {font-size:12px;}

/* Block: Recent Orders */
.dashboard .recent-orders { margin:10px 0; }

/* Block: Tags */
.dashboard .tags .number { float:left; margin-right:-20px; }
.dashboard .tags .details { margin-left:20px; }
.dashboard-header { background-color:#FF2A00; border: 1px solid #E6E6E6; font-size:16px; font-weight:bold; padding: 2px 0 0 5px; color: #ffffff; }
.myaccount-subhead { background-color:#F1F1F1; border: 1px solid #E6E6E6; font-size:13px; font-weight:bold; margin-right:10px; padding: 1px 0 0 5px; }
.myaccount-box { border: 1px solid #E6E6E6; border-top:none; padding:5px; margin-right:10px; }

/* Block: Reviews */
.dashboard .reviews {}
/********** Dashboard > */

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

/* Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }
/* ======================================================================================= */


/* Footer ================================================================================ */

.footer { background-color:#000; padding: 0 0 0 20px;}
.footer p { text-align:right; }
.footer address { text-align:right; }
.footer ul { float:left; padding:0 20px 0 0; }
.footer_top { background-color:#fff; margin:0; padding:0 0 0 20px; height:7px;}
.footer2 { padding: 10px; background-color:#fff; }
.footer2 ul { width: 670px ;
  margin-left: auto ;
  margin-right: auto ;}
.footer2 ul li { float:left; padding: 10px 20px 10px 0; } 
.home-section-wrap {
	background-color:#000; 
	color:#fff; 
	font-weight:bold; 
	height:22px; 
}
.home-section-title {
	float:left;
	padding: 2px 10px;
}
.home-section-action {
	background-color:#ff2a00; 
	color:#fff; 
	float:right; 
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	height:20px;
}
.home-section-action a {
	color:#fff; 
}

#brand-cloud:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html #brand-cloud {height: 1%;}
#brand-cloud {display: block; background:#fff;}

#brand-cloud li {
	font-size: 1.2em;
	color: #888;
	background: #fff;
	padding: 2px;
	float: left; 
}
#brand-cloud a:hover {
	color: #fff;
	background: #ff2A00;
}
.footer-contest-banner {clear:both; background:#fff; padding:10px 0; }
.footer-contest-banner a {margin:0 auto; width:725px; height:125px; display:block; text-align:left; text-indent:-9999px; font-size:0; background:url(/media/contests/y2011-m05-d18/contest-banner.png) no-repeat 0 0;}
#badges {width: 950px; margin-left: auto; margin-right: auto; background: #fff; height: 100px;}
#badges ul {list-style-type: none;margin: auto;width: 950px;}
#badges li {float: left; padding-right:27px; padding-left: 15px;}

/* ======================================================================================= */

/* Home Page ============================================================================= */
#heroes { margin: 20px 0; overflow:auto; }
#heroes .hero1 { float:left; }
#heroes .hero2 { float:right; padding-bottom: 10px; }
#brandcarousel { margin: 10px 0; }
#hp_newprods { width:555px; float:left; }

#hp_newprods .header .button, #hp_rcontent .hp_maillist .button, #hp_rcontent .button  { float:right; background-color:#ff2a00; color:#fff; font-weight:bold; float:right; padding:2px 10px; }
#hp_newprods .header .button a, #hp_rcontent .hp_maillist .button a, #hp_rcontent .button a { color:#fff; text-decoration: none; }
#hp_newprods .header .button a:link, #hp_rcontent .hp_maillist .button a:link, #hp_rcontent .button a:link{ color:#fff; text-decoration: none; }
#hp_newprods .header .button a:visited, #hp_rcontent .hp_maillist .button a:visited, #hp_rcontent .button a:visited { color:#fff; text-decoration: none; }
#hp_newprods .header .button:hover, #hp_rcontent .hp_maillist .button:hover, #hp_rcontent .button:hover { background-color: #888; }

#hp_newprods .header { background-color:#000; color:#fff; font-weight:bold; height:20px; overflow:hidden; } 
#hp_newprods .header .title { float:left; padding: 2px 10px; }
#hp_newprods .item { float: left; width:180px; height:220px; }

/* -- New Arrivals -------------------------------------------- */
.home-new-arrivals {width: 950px; margin-left: -17px; }
.home-new-arrivals .new-products-header { display:none; }
.home-new-arrivals .new-products-grid-cell { width:175px; height:290px; margin:10px 10px 0 0px; float:left; }
.home-new-arrivals .new-products-grid-cell { margin-right:15px; }
.home-new-arrivals .new-products-grid-image { margin-bottom:0px; }
.home-new-arrivals .price-tab { position: absolute; margin-top:-18px; width: 60px; background-color:#FF2A00;; color:#fff; font-weight:bold; padding:4px 2px 0 2px; font-size:14px; line-height:14px; text-align:center; }
.home-new-arrivals .new-products-grid-wrapper p { margin:0px; padding: 0px; }
.home-new-arrivals .new-product-name {font-weight: normal; color: #444; font-size: 14px;}
.home-new-arrivals .new-product-name:hover { color:#FF2A00; weight; text-decoration:none;}
.home-new-arrivals .product-image  { width:175px; }
/* -- */

#hp_rcontent { width:340px; float:right; overflow:auto; }

#hp_rcontent .hp_maillist { margin:20px 0; border-top: 1px dotted #999; border-bottom:1px dotted #999; padding: 20px 0 20px 20px; overflow:auto; }

#hp_rcontent .rssbox { margin:20px; overflow:auto; }
#hp_rcontent .rssbox .icon { float:left; }
#hp_rcontent .rssbox .label { float:left; padding: 10px 0 0 10px; }

#hp_linklist { overflow:auto; }
#hp_linklist .header { background-color:#000; color:#fff; font-weight:bold; height:20px; padding: 4px 10px 0px; margin-bottom:10px; }
#hp_linklist .column { width:20%; float:left; }
#hp_linklist .cats { } 
#hp_linklist .secondlvl { margin-left: 10px;} 

#flickr_header { border-top: 1px dotted #999; clear:both; overflow:auto; padding-top:10px; }
.flickr_blue, .flickr_pink { font-size:20px; font-weight:bold; }
.flickr_blue { color: #0061ED; }
.flickr_pink { color: #FF017D; }
.flickr_badge_image { margin: 5px 0 20px; padding-top: 10px; clear:both;}
.flickr_badge_image img {border: 1px dotted #ccc !important; margin-right:14px;}
.flickr_badge_image img:hover {border: 1px solid #ff2a00 !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}

/* -- SEO Links -------------------------------------------- */
#seo-nav { float:left; clear:left; margin-top:10px; margin-bottom:30px; }
#seo-nav li.level0 { margin-top:10px; display:inline; float:left; width:180px; }
#seo-nav a.link-level0 { color:#666; font-size:24px; font-weight:bold; letter-spacing:-1px; }
#seo-nav a { font-weight:bold; }
#seo-nav li.level1 { list-style:url(../images/sq-bullet.gif); list-style-position:inside; font-weight:bold; }
#seo-nav li.level2 { list-style:none; margin-left:20px; list-style-position:inside; }
#seo-nav li.level2 a { font-weight:normal; }
/* -- */

/* 404 Page ============================================================================= */
#error-container p {font-size: 14px;}
#error-container h1 {font-size: 124px;height: 104px;}
#error-container h2 {font-size: 47px;}
#error-container a {color: #444444;}
#error-container a:hover {color: #FF2A00;}
#error-container li {list-style: none; margin-left: 25px; font-size: 17px; line-height: 25px;}
#error-container h1 a {font-size: 18px;font-style: weight;text-decoration:none; font-color: #444444;}
#error-container h2 a {font-size: 14px;font-style: weight;text-decoration:none; font-color: #444444;}
#error-container .laurie {font-size: 17px;font-style: weight;text-decoration:none;}
#error-container .laurie h3 {font-size: 24px;font-style: weight;text-decoration:none;}
#britney-left { background:url(../images/bg_404.jpg) no-repeat; border: 0; margin-top: 10px; height: 370px; width: 330px; float: left;}
#britney-oops h3 { font-size: 25px; }
#britney-right h1 { font-size: 50px;}
#britney-right p { font-size: 18px; margin-bottom: 280px; clear: right;}


/* Sitemap Page ---------------------------------------------- */
#sitemap-container {float: left; width: 100%; padding-bottom: 65px;}
#sitemap-container a:hover {color: #FF2A00;}
#sitemap-container li {list-style: none;margin-left: 15px; height: 19px;}
#sitemap-container h1 a {font-size: 18px;font-style: weight;text-decoration:none;color: #444444;}
#sitemap-container h2 a {font-size: 14px;font-style: weight;text-decoration:none; color: #444444;}
.sitemap-left {float: left; width: 50%;}
.sitemap-right {float: right; width: 50%;}



#sidebarshop dt {
list-style: none;}

#sidebarshop p { 

list-style: none; 
	margin: 0;	
	padding-left: 14px;	
	font-weight: bolder;
	font-size: 17px; 
	background: url(../images/trucker-bullet-off.gif) 0 5px no-repeat; 
  color: #444444; margin:0 0 5px 0px;
}


/****************************SLIDER CSS**********************************/
#frame {
    background: url("/skin/frontend/interaktingslider/default/images/base_mini_head_bg.gif") repeat-x scroll 0 0 #FFFFFF;
    border: 0 solid #D0CBC1;
    height: 427px;
    text-align: left;
    width: 950px;
}
#frame div {
    position: absolute;
}
#frame div div {
}
.slide {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #FFFFFF;
    font: 12px/1.55em arial,helvetica,sans-serif;
    height: 427px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    width: 950px;
}
.slide * {
    margin: 0;
    padding: 0;
}
.slide table {
    margin: auto;
}
.slide h1, .slide h2, .slide h3, .slide h4 {
    color: #E65505;
    text-transform: uppercase;
}
.slide h1 {
    font-size: 2em;
    line-height: 1.17;
}
.slide h2 {
    font-size: 1.5em;
}
.slide h3 {
    font-size: 1.35em;
}
.slide h4 {
    font-size: 1.05em;
}
.slide h5 {
    font-size: 1.05em;
}
.slide h6 {
    font-size: 0.95em;
}
.slide a {
    color: #1E7EC8;
    text-decoration: underline;
}
.slide a:hover {
    color: #1E7EC8;
    text-decoration: underline;
}
.slide a img {
    border: 0 none;
}
#slide-content {
    height: 427px;
    margin-left: 1px;
    margin-top: 1px;
    overflow: hidden;
    text-align: left;
    width: 950px;
}
#slide-commands {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: 1px solid #DDDDDD;
    margin-left: 0;
    margin-top: 0;
    padding-top: 0;
    position: absolute;
    text-align: center;
    width: 950px;
    z-index: 5;
}
#slide-commands a {
    border: 1px solid #DE5400;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font: bold 12px arial,sans-serif !important;
    margin: 2px;
    overflow: visible;
    padding: 1px 8px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: auto;
}
#prev {
}
#next {
}

#brand-cloud  {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #888888;
    float: left;
    font-size: 1.2em;
    padding: 2px;
}

.account-create {
margin-bottom: 100px;
}

.account-create .form-list li {
    margin: 0 0 7px;
}

.account-create .form-list li input.input-text, .form-list li textarea {
    width: 250px;
}

.account-create .form-list label {
    color: #111111;
    float: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    position: relative;
    z-index: 0;
}

.account-create .fieldset {
    background: none repeat scroll 0 0 #FEFEFE;
    border: 1px solid #DDDDDD;
    margin: 28px 0;
    padding: 22px 25px 12px 33px;
}

.account-create .fieldset .legend {
    background: none repeat scroll 0 0 #FF2A00;
    border: 1px solid #FEFEFE;
    color: #FFFFFF;
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin: -35px 0 0 -10px;
    padding: 0 8px;
    position: relative;
}

.account-create .form-list .field {
    float: left;
    width: 275px;
}

.account-create .buttons-set button.button {
    clear: both;   
    float: left;
    margin-left: 206px;
    margin-top: 10px;
    width: 500px;
}

.account-create .form-list li.control .input-box {
    clear: none;
    display: inline;
    width: 100px;
}

.account-create .form-bl {
    border-bottom: 0px solid #CCCCCC;
    overflow: auto;
    padding: 5px 0;
}

.account-create .required em {
float: right;
padding: 0px;
color: #FF0000;
}

.account-create input.input-text, .account-create select, .account-create textarea {
    border: 1px solid #999999;
    float: left;
    font-size: 14px;
    padding: 2px;
    width: 250px;
}

.account-create input.input-text validate-email  {
margin-left: 100px;
}

.account-create input#email_address {
margin-left: 168px;
}
