/* RESET STYLES
----------------------------------------------- */


/**
 * Reset - Resets all browsers down to common default settings
 *
 * @credits Eric Meyer's CSS Reset <http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/>
 * @package WPFramework
 * @subpackage Media
 */

/* Eric Meyer Reset Reloaded */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

/* Removes dotted line when focus */
:focus { outline: none; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0px; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: block; }

/* Regular clearing, just in case! */
.clear { clear: both; }


/* END RESET
----------------------------------------------- */	

body {
	background: #111013;
	margin-top: 50px;
	font-family: "Lucida Grande",verdana,sans-serif;
	color: #EBEBEB;
	padding-bottom: 30px;
	text-align: center;
}

a {
	color: #fadc74;
	text-decoration: none;
}

a:hover {
	color: #6a5c2a;
}

em {
	font-style: italic;
}

table, tr, td {
	vertical-align: top;
}

#wrap {
	width: 950px;
	margin: auto;
	text-align: left;
}

/* Shopping Cart/Account styles
----------------------------------------------- */

#myAccountDL, #shoppingCart {
	margin-left: 5px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.cartInfoHeadings {
	font-family:"klavika-web-1","klavika-web-2","Lucida Console",sans-serif;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}


#main-nav {
	font-family:"klavika-web-1","klavika-web-2","Lucida Console",sans-serif;
	list-style: none;
	width: 950px;
	border-bottom: 1px solid #333;
	text-align: right;
	margin: 20px 0;
}

#main-nav li {
	display: inline;
}

#main-nav a {
	display: inline-block;
	padding: 10px 15px 8px 30px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #EBEBEB;
	text-decoration: none;
	font-weight: normal;
	border-right: 1px solid #333;
}

#main-nav a:hover {
	color: #555;
}

#sidebar {
	width: 200px;
	float: left;
}

p, ul {
	margin: 1.1em 0;
	line-height: 1.5em;
	color: #EBEBEB;
}

ul {
	margin-left: 30px;
}

ul li {
	margin: 8px 0;
}

h1 {
	font-family: "klavika-web-1","klavika-web-2",sans-serif;
	font-size: 32px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 32px;
}

h2 {
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}

h3 {
	font-family: "klavika-web-1","klavika-web-2",sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 1.6em 0 0 0;
}

h3#products {
	margin-top: 5px;
}

#sidebar input {
	background: #444;
	border: 1px solid #777;
	width: 160px;
	height: 22px;
	color: #ebebeb;
	font-size: 16px;
	letter-spacing: 1px;
}

#search {
	margin-bottom: 20px;
}

input#search-button {
	background: none;
	border: none;
	width: 26px;
	height: 25px;
	position: relative;
	top: 7px;
}

#product-categories {
	font-family:"klavika-web-1","klavika-web-2","Lucida Console",sans-serif;
	list-style: none;
	margin: 10px 0;
}

#product-categories li {
	background: #1e1e1e;
	padding: 0;
	margin: 8px 0;
	font-size: 14px;
	letter-spacing: 1px;
}

#product-categories li:hover {
	background: #333;
}

#product-categories a {
	display: block;
	color: #ebebeb;
	text-decoration: none;
	padding: 10px 12px;
}

#product-categories a:hover {
	color: #999;
}

#product-categories a.sub-1 {
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	padding: 10px 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#product-categories li.sub-1, #product-categories li.sub-2, #product-categories li.sub-3 {
	background: none;
}

#product-categories a.sub-2, #product-categories a.sub-3 {
	padding: 1px 12px;
}

#product-categories a.sub-2 {
	margin-left: 10px;
}

#main-content {
	font-size: 13px;
	width: 700px;
	float: right;
	padding: 10px 0 50px 50px;
}

#footer {
	margin-top: 50px;
	border-top: 1px solid #333;
	text-align: center;
}

#search-results-title {
	margin-top: 0;
}

#search-result-count {
	font-size: 15px;
	color: #888;
	margin: 2px 0;
}

.results-category {
	font-family:"klavika-web-1","klavika-web-2","Lucida Console",sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	margin: 20px 0 10px 0;
}

.results-product-grid {
	border-spacing: 10px;
}		

.product-cell {
	padding: 15px;
	border: 1px solid #333;
}

.product-name a {
	color: #fadc74;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
					
.product-name a:hover {
	color: #999;
}

.actn-btn-container input, .btn-container input {
	font-family:"klavika-web-1","klavika-web-2","Lucida Console",sans-serif;
	border: none;
	background: #333;
	font-size: 13px;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	padding: 5px;
	margin: 5px 0;
	min-width: 100px;
}	

.actn-btn-container input:hover, .btn-container input:hover {
	color: #999;
	background: #222;
}

.results-product-grid .actn-btn-container input {
	width: 150px;
}


.pagination {
	font-family:"klavika-web-1","klavika-web-2","Lucida Console",sans-serif;
	font-size: 16px;
}

.pagination a {
	padding: 4px;
	color: #666;
	text-decoration: none;
}

.pagination a:hover {
	color: #eee;
}
					
#descriptioncontainer {
	line-height: 1.4em;
}

.added_to_cart img {
	margin-right: 5px;
}
					
table.added_to_cart tr, .added_to_cart td {
	vertical-align: middle;
}				

#shopping-cart-title {
	margin-bottom: 20px;
}

#shopping-cart td {
	padding: 7px;
}

.cust-service input {
	width: 175px;
}

.cust-service td {
	padding: 4px;
}

.quantity table tr, .quantity table td {
	vertical-align:middle;
}

#tabcontainer {
	border-bottom: 1px solid #eee;
}

#divTab_1, #divTab_2, #divTab_3 {
	float: left;
	padding: 5px 10px;
}

.tab_on {
	border: 1px solid #eee;
	border-bottom: none;
}

#footer p {
	font-family:"klavika-web-1","klavika-web-2","Lucida Console",sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
					
					
					
					
					
					
