/**** Basic Elements ****/
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#939598;
	font-size:11px;
}

body#body {
	padding:0px;
	margin:0px;
	background:#030304;
}

p {
	padding:0px;
	margin:0px;
}

/******** Links ********/
a:link, a:visited {
	text-decoration:none;
	border:0px;
	color:#555555;
}

a:hover {
	text-decoration:underline;
	border:0px;
	color:#222222;
}

/****** Page Layout ******/

#background {

	margin:auto;
	background:url(../images/body_bknd.jpg) no-repeat top center;
	
}

#top_element {
	width:100%;
	margin:auto;
	background-color:#5e5d5f;
	font-size:13px;
	padding:10px 0px;
}

#top_element a, #top_element a:hover {
	color:#939598;
	text-decoration:none;
}

#container {
	width:900px;
	margin:auto;
}
	
#header {
	margin-top:45px;
}

#Main_Nav {
	background-color:#FFF;
		padding:6px;
}

/*#banner {
	padding:0px 10px 0px 10px;

}*/

#content_container {
	background-color:#FFF;
	
}
#content {
	padding:10px 10px 0px 10px;
	
}

#footer {
		width:900px;
	position:relative;
	margin:auto;
	
}

#footer_top {
	padding-top:25px;
	background-color:#414042;
	height:55px;

}
	
/****** Page Elements ******/
#left{
	text-align:right;
	padding:0px 0px 0px 0px;
	width:100%
}

#right{
	text-align:left;
	padding:0px 10px 0px 0px;
	width:100%;
}

#clear {
	clear:both;
}



#login a, #login a:link, #login a:visited, #login a:hover {
	color:#ffffff;
}

#search {
	padding:10px 75px 7px;
	text-align:center;
	width:198px;
	height:20px;
	margin:auto;
	background:url(../images/search.png) no-repeat;
	
}
#search input[type=text] {
	margin:0px 8px 0px 0px;
	width:124px;
	background-color:#F1F2F2;
}



/****** Basic CSS Dropdown Menu *******/
/* Feel free to replace '#header .menu' with the css selector of your parent element.
/* Or you can replace '#header .menu > ul' if you apply a css selector to the top (and only the top) ul tag */
#header .menu > ul,#header .menu > ul li,#header .menu > ul ul {list-style: none;margin: 0;padding: 0;}
#header .menu > ul {position: relative;z-index: 597;float: left;}
#header .menu > ul li {float: left;line-height: 1.3em;vertical-align: middle;zoom: 1;}
#header .menu > ul li.hover,#header .menu > ul li:hover {position: relative;z-index: 599;cursor: default;}
#header .menu > ul ul {visibility: hidden;position: absolute;top: 100%;left: 0;z-index: 598;width: 100%;}
#header .menu > ul ul li {float: none;}
#header .menu > ul ul ul {top: 1px;left: 99%;}
#header .menu > ul li:hover > ul {visibility: visible;}

/****** Basic CSS Dropdown Menu Styling *******/
#header .menu {
	
}
#header .menu > ul > li {
	margin:0px 2px;
}
#header .menu li a {
	display:block;
	padding:10px 29.7px;
	background:#FFF;
	text-align:center;
	text-decoration:underline;
	color:#58595B;
	border:1px solid #E6E7E8;
}
#header .menu li a:hover, #header .menu li.menu_selected a {
	background:#58595B;
	text-decoration:underline;
	color:#FFF;
}
#header .menu ul li ul {
	background:#58595B;
	text-decoration:underline;
	width:140px;
}
#header .menu ul li ul a {
	text-align:left;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#footer ul li { 
	display: inline; 
}

#footer ul li a {
	padding:3px 4px;
}

#footer a {
	color:#A7A9AC;
}

/****** Tabs ******/
ul.tabs {
	list-style:none;
	padding:0px 3px;
	margin:0px 0px 8px;
	height:24px;
	border-bottom:1px solid #cfcfcf;
}

ul.tabs li {
	float:left;
	margin:0px 1px 0px 2px;
	border:1px solid #cfcfcf;
	background:#f5f5f5;
}

ul.tabs li.selected, ul.tabs li:hover {
	border-bottom:none;
	background:#ffffff;
	height:24px;
}

ul.tabs li a {
	float:left;
	padding:4px 8px;
	height:15px;
	text-align:center;
	color:#666666;
	text-decoration:none;
}

ul.tabs li.selected a, ul.tabs li.selected a:link, ul.tabs li.selected a:active, ul.tabs li.selected a:hover, ul.tabs li.selected a:visited {
	color:#666666;
	text-decoration:none;
}

div.h1_tabs {
	position:relative;
}

div.h1_tabs ul, div.h1_tabs span {
	font-size:12px;
	color:#222222;
	text-align:right;
	margin-left:auto;
	list-style:none;
	position:absolute;
	margin-top:-28px;
	right:3px;
}

div.h1_tabs span {
	right:5px;
	margin-top:-25px;
}

div.h1_tabs ul li {
	list-style:none;
	float:left;
	margin:0px 2px;
	font-size:12px;
}

div.h1_tabs ul li a, div.h1_tabs ul li a:link, div.h1_tabs ul li a:visited {
	float:left;
	padding:3px 8px 4px;
	height:13px;
	color:#222222;
	text-decoration:none;
	background:#efefef;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

div.h1_tabs ul li.selected a {
	background:#cccccc;
}

div.h1_tabs ul li:hover a {
	background:#aaaaaa;
}

.hr {
	border-bottom:1px solid #d0d2d3;
	margin:7px 0px;
}

hr {
	color:#d0d2d3;
	margin:7px 0px;
}

/*****Other Stuff*****/
h1, h2.h1, h3.h1, h4.h1 {
	font-size:11px;
	background-color:#58595B;
	color:#fff;
	padding:10px 20px;
	margin:0px;
	height:10px;
	text-transform:uppercase;
}
h1 a, h1 a:link, h1 a:active, h1 a:visited, h1 a:hover, .h1 a, .h1 a:link, .h1 a:active, .h1 a:visited, .h1 a:hover {
	color:#fff;
	text-decoration:none;
}
h2 {
	font-size:15px;
	color:#329BD6;
	padding:0px;
	margin:2px 0px 4px;
}
h2 a, h2 a:link, h2 a:active, h2 a:visited, h2 a:hover {
	color:#329BD6;
}

h2.left {
	font-size:11px;
	background-color:#58595B;
	color:#fff;
	text-align:right;
	padding-right:20px;
	padding-top:10px;
	height:20px;
	margin:0px;
}
	
h2.right {
	font-size:11px;
	background-color:#58595B;
	color:#fff;
	text-align:left;
	padding-top:10px;
	padding-left:20px;
	height:20px;
	margin:0px;
}

h4 {
	display:inline;
	font-size:10px;
	font-weight:normal;
	padding:0px;
	margin:0px;
	color:#777777;
}
	
#left p {
	padding:8px 8px 8px 8px;	
}

p {
	padding:0px 8px 8px 8px;
}


#left .menu > ul,#left .menu > ul li,#left .menu > ul ul {list-style: none;margin: 0;padding: 0;}
#left .menu > ul {position: relative;z-index: 597;}
#left .menu > ul li {line-height: 1.3em;vertical-align: middle;zoom: 1;}
#left .menu > ul li.hover,#left .menu > ul li:hover {position: relative;z-index: 599;cursor: default;}
#left .menu > ul ul {visibility: hidden;position: absolute;top: 100%;left: 0;z-index: 598;width: 100%;}
#left .menu > ul ul li {float: none;}
#left .menu > ul ul ul {top: 1px;left: 99%;}
#left .menu > ul li:hover > ul {visibility: visible;}

#left .menu {
	
}
#left .menu > ul > li {
	margin:0px 2px;
}
#left .menu li a {
	display:block;
	background:#FFF;
	text-align:right;
	text-decoration:none;
	color:#D1D3D4;
	border-bottom:1px solid #E6E7E8;
	font-size:28px;
	line-height:48px;
	padding-right:10px;
}
#left .menu li a:hover, #left .menu li.menu_selected a {
	background:#F1F2F2;
	text-decoration:none;
	color:#414042;
}
#left .menu ul li ul {
	background:#F1F2F2;
	width:140px;
}
#left .menu ul li ul a {
	text-align:right;
}

div.pad {
	padding:0px 0px 0px 10px;
	margin:0px;
}
div.pad-more {
	padding:15px 20px;
}

.odd {
	background:#F1F2F2;
}

#breadcrumbs {
	color:#219195;
}

#breadcrumbs a:hover {
	text-decoration:underline;
}

#breadcrumbs a {
	color:#219195;
}

.products-categories .table > tbody > tr > td {
	padding:15px;
	border:1px solid #E6E7E8;
	border-top:none;
}
.products-categories .item-name {
	color:#414042;
	font-size:12px;
}
.products-categories .item-description {
	color:#939598;
	font-size:10px;
}

.product-comments {
	background:#F1F2F2;
}
.product-comments .comments {
	background:#fff;
	border:1px solid #E6E7E8;
}

.product-comments .comments textarea {
	background:#F1F2F2;
	width:99%;
}
.product-comments .comments-form {
	max-width:520px;
	width:520px;
}
.comments-form-submit {
	text-align:left;
}
.comments-form-submit input {
	background-position: 0px -60px;
}

.item-price {
	font-size:20px;
	color:#939598;
}
.item-price .item-price-number {
	font-size:50px;
	line-height:46px;
	vertical-align:top;
}

.td-white {
	background:#fff;
}

table.border {
	border-top:1px solid #E6E7E8;
	border-right:1px solid #E6E7E8;
}	
table.border > tbody > tr > td {
	border-left:1px solid #E6E7E8;
	border-bottom:1px solid #E6E7E8;
}
table.pad > tbody > tr > td {
	padding:15px 20px;
}

.border, a.border {border:1px solid #E6E7E8;}
.border-top, a.border-top {border-top:1px solid #E6E7E8;}
.border-right, a.border-right {border-right:1px solid #E6E7E8;}
.border-bottom, a.border-bottom {border-bottom:1px solid #E6E7E8;}
.border-left, a.border-left {border-left:1px solid #E6E7E8;}

.zoom {
	position:relative;
	display:block;
}
.zoom-button {
	position:absolute;
	bottom:-1px;
	right:-1px;
	background:url(../images/zoom.png);
	width:26px;
	height:26px;
}

div.star-rating, div.star-rating a{background:url(../images/star.png) no-repeat 0 0px;}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}

/**** Banner ****/
#banner {
	position:relative;
}
#banner .pages {
	width:95px;
	height:19px;
	padding:12px 30px 0px;
	position:absolute;
	top:-5px;
	left:42%;
	background:url(../images/banner-pages.png) no-repeat;
}
#banner .p {
	display:none;
}
#banner .p-current {
	float:left;
	border:0px;
	background:none;
	display:block;
	margin:0px 3px;
	padding:0px;
	width:12px;
}
#banner .p-current a {
	display:block;
	width:12px;
	height:12px;
	background:url(../images/banner-pages-p.gif) no-repeat;
}
#banner .p-selected a {
	background:url(../images/banner-pages-p-selected.gif) no-repeat;
}

/**** Account ****/
.account {
	padding:0px 0px 0px 10px;
}
.account-tabs {
}
.account-tabs .tabs {
	padding:7px 7px 0px;
	border:0px;
	margin:0px 0px 8px;
	background-color:#58595B;
	height:23px;
}
.account-tabs .tabs li {
	margin:0px 2px;
	border:0px;
}
.account-tabs .tabs li a {
	border:0px;
	padding:5px 10px;
	height:auto;
	background:#777777;
	color:#fff;
	height:13px;
}
.account-tabs .tabs li.selected a, .account-tabs .tabs li:hover a {
	background:#fff;
	color:#444;
}

.account h1 {
	font-size:15px;
	color:#329BD6;
	padding:0px;
	margin:2px 0px 16px;
	background:none;
}
.account h1 a, .account h1 a:link, .account h1 a:active, .account h1 a:visited, .account h1 a:hover {
	color:#329BD6;
}

.account h2 {
	font-size:12px;
}

/***** Custom Icons *****/
.ic, a.ic, .comments-form-submit input {
	display:block;
	height:16px;
	padding:2px 5px 2px 25px;
	width:auto;
	border:0px;
	background-image:url(../images/icons.png);
	background-repeat:no-repeat;
	background-color:transparent;
	text-align:left;
	color:#329BD6;
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
}
input.ic, .comments-form-submit input {
	height:20px;
}
.ic-right, a.ic-right {
	text-align:right;
	padding-left:5px;
	padding-right:25px;
}
.ic-add { background-position: 0px 0px}
.ic-cart { background-position: 0px -20px}
.ic-arrow-up { background-position: 0px -40px}
.ic-arrow-right { background-position: 0px -60px}
.ic-arrow-right { background-position: 0px -60px}
.ic-arrow-down { background-position: 0px -80px}
.ic-arrow-left { background-position: 0px -100px}
.ic-search { background-position: 0px -120px}

.ic-right.ic-add { background-position: right 0px}
.ic-right.ic-arrow-right { background-position: right -60px}

.prod_cat{display:block; padding:15px 20px 15px 20px; border-right:1px solid #e6e7e8; border-left:1px solid #e6e7e8;}
table#size_chart{margin:0px 15px 10px 0px; float:left; width:300px; color:#000000;}
table#size_chart td{border-top:1px solid #000000; border-right:1px solid #000000; border-bottom:1px solid #000000; border-left:1px solid #000000; padding:3px;}


#social_media {
	float:left;
}

#social_media img {
	margin-right:15px;
}

/**** Video ****/
.s .vbox, .s .vbox .video {
	width:100px;
	height:75px;
}

.t .vbox, .t .vbox .video {
	width:50px;
	height:38px;
}
#usa_made{
	color:#A7A9AC;
	font-size:9px;
}
