/* ************ */
/* RRV NOTES
uncomment #signature for the signature double box at the top of the t-shirt shop page */


html, body {height: 100%;}

* a: active,
* html a:active { color: transparent; }
body {
	margin: 0;
	color: #323232;
	min-width: 812px;
	background: #323232;
	font: 12px verdana, geneva, sans-serif;
}
/*--- general ---*/
img {border-style: none;}

form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-family: "arial narrow", arial, helvetica, sans-serif;
}
input, select, textarea {
	margin: 0;
	vertical-align: middle;
	font: 100% arial, helvetica, sans-serif;
}
a {
	color: #ff5d5d;
	text-decoration: underline;
}
a:hover {text-decoration: none;}

.main {
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	background: url("../images/bg-body.gif") no-repeat 50% 0;
}
* html .main {height: 100%;overflow: visible;}

#page {
	width: 812px;
	margin: 0 auto;
}
.wrap-page {
	width: 756px;
	margin: 0 28px;
	background: #000;
}
.decoration {
	width: 812px;
	height: 163px;
	overflow: hidden;
	background: url("../images/bg-footer.gif") no-repeat;
}
/* header */
#header {
	width: 100%;
	height: 308px;
	position: relative;
}
.intro-image {display: block;}

/* logo */
.logo {
	top: 173px;
	right: 36px;
	position: absolute;
}
.wrap-nav {
	left: 0;
	bottom: 0;
	width: 756px;
	height: 45px;
	position: absolute;
}
/* main-nav */
.main-nav {
	margin: 0;
	width: 756px;
	height: 34px;
	padding: 11px 0 0;
	list-style: none;
	text-align: center;
	background: url("../images/bg-nav.png");
}
.main-nav li {
	display: inline;
	color: #f1f1f1;
	padding-left: 20px;
	text-transform: uppercase;
	font: 18px/22px "arial narrow", arial, helvetica, sans-serif;
}
.main-nav li:first-child {padding-left: 0;}

.main-nav li em {
	margin: 0 16px 0 0;
	font-weight: bold;
	font-style: normal;
}
.main-nav li em a,
.main-nav li strong a {color: #f1f1f1;}

.main-nav li img {
	margin: 0 -19px 0 0;
	position: relative;
	vertical-align: -9px;
}
.main-nav li a {
	color: #cccaac;
	text-decoration: none;
}
.main-nav li a:hover {text-decoration: underline;}

/* wrap-content-1 */
.wrap-content-1 {
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 0 0 43px;
	margin-bottom: 46px;
}
.primary-content-2 {
	float: left;
	width: 478px;
	padding: 18px 0 0 15px;
}
/* products */
.products {
	width: 494px;
	overflow: hidden;
	position: relative;
	margin: 0 -16px 21px 0;
}
/* product */
.product {
	float: left;
	width: 231px;
	height: 308px;
	display: inline;
	position: relative;
	margin: 0 16px 0 0;
}
.ex-1 {
	float: none;
	display: block;
	margin: 0 0 21px;
}
.product .img-product,
.product-size .img-product {
	display: block;
	margin: 0 auto;
}
.product .select-product {
	bottom: 10px;
	left: 13px;
	width: 206px;
	position: absolute;
}
.product .select-product select {
	float: left;
	width: 97px;
}
.product .select-product input {
	float: right;
	width: 97px;
}
.wrap-products-size {
	/* min-height: 620px; */
	padding: 10px 11px 0 10px;
	margin-left:7px;
	margin-top:14px;
	width:457px;
	background: #EFEFEF; /*  url("../images/sep-line.gif") no-repeat; */
}
* html .wrap-products-size { /* height: 620px; */}
.info-products-size {
	width: 723px;
	margin: 0 0 0 16px;
	background: url("../images/mid-1.gif") repeat-y;
}
.info-products-size-t {background: url("../images/top-1.gif") no-repeat;}

.info-products-size-b {
	width: 100%;
	overflow: hidden;
	padding: 0 0 20px;
	background: url("../images/bot-1.gif") no-repeat 0 100%;
}
/* products-size */
.products-size {
	width: 467px;
	overflow: hidden;
	position: relative;
	margin: 0 -10px 0 0;
}
.products-sep {
	width: 100%;
	overflow: hidden;
	padding: 0 0 27px;
	margin-bottom: 15px;
	background: url("../images/sep-line.gif") no-repeat 10px 100%;
}
/* product-size */
.product-size {
	float: left;
	width: 145px;
	display: inline;
	position: relative;
	margin: 0 0 0 10px;
}
.product-size .img-product {
	display: block;
	margin: 0 auto 7px;
}
/* visa */
.visa {
	bottom: 41px;
	right: 15px;
	position: absolute;
}
.select-size {
	width: 100%;
	overflow: hidden;
}
.select-size select {
	width: 100%;
	margin-bottom: 6px;
}
.select-size input {width: 100%;}

.products-details {
	border:1px solid #EFEEEE;
	padding:0 0 6px;
}
.products-details h1 {
	font-size: 25px;
	margin: 0 0 9px;
	line-height: 28px;
	text-align: center;
	padding: 12px 5px 5px;
}
.products-details h1,
.products-details h2 {background: #EFEFEF;}

.products-details h1 a,
.products-details h2 a {
	color: #323232;
	text-decoration: none;
}
.products-details h1 a:hover,
.products-details h2 a:hover {text-decoration: underline;}

.products-details h2 {
	margin: 0 0 13px;
	font-size: 20px;
	line-height: 24px;
	padding: 7px 12px 4px;
}
/* modern */
.modern {
	height: 1%;
	text-align: left;
	padding: 0 10px 20px;
}
.modern p {
	margin: 0;
	line-height: 18px;
}
/* blog */
.blog {
	height: 1%;
	padding: 0 12px;
}
/* blog-list */
.blog-list,
.recent-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.recent-list {margin-bottom: 6px;}

.blog-list li,
.recent-list li {
	width: 100%;
	line-height: 18px;
	padding: 0 0 10px ;
}
.recent-list li {
	height: 1%;
	width: auto;
	padding: 0 13px 10px;
}
.blog-list li em,
.recent-list li em {
	height: 1%;
	display: block;
}
/* blog-archives */
.blog-archives {
	height: 1%;
	list-style: none;
	margin: 0 4px 0 0;
	padding: 10px 0 0;
	border-top: 1px solid #E8E8E8;
}
.blog-archives li {line-height: 18px;}

.recent-posts .blog-archives {margin: 0 15px 0 12px;}

/* wrap-content-2 */
.wrap-content-2 {
	height: 1%;
	color: #fff;
	margin: 0 15px 0 16px;
	background: url("../images/bg-contact.gif") repeat-y 100% 0;
	padding: 0;
}
.wrap-content-2 p {color: #ccc;}

.description-info {
	float: left;
	width: 210px;
}
/* foot-logo */
.foot-logo {
	top: 10px;
	left: 30px;
	width: 210px;
	display: block;
	position: relative;
	margin-bottom: 12px;
}
.foot-logo img {display: block;}

.description-info address {
	display: block;
	line-height: 15px;
	font-style: normal;
	margin: 0 0 9px;
	color: #A7A7A7;
	text-align: center;
}
.description-info h3 {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 7px;
}
.description-info p {
	margin: 0 0 18px;
	line-height: 18px;
}
/* instant-contact */
.instant-contact {
	float: right;
	width: 440px;
	padding: 0px 24px 14px 0;
	margin-top: 0;
}

.instant-contact h3 {
	margin-top: 18px;
	margin-bottom: 12px;
	font-size: 18px;
}

.instant-contact h4 {
	color: #f0f0f0;
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 6px;
}
.instant-contact p {
	line-height: 19px;
	margin: 0 0 11px;
}
.contact-contact label {
	font-weight: bold;
	line-height: 14px;
}
.contact-contact .row,
.contact-contact .row-2,
.contact-contact .row-3 {
	width: 100%;
	overflow: hidden;
	margin-bottom: 8px;
}
.contact-contact .row-2 {margin-bottom: 20px;}
.contact-contact .row-3 {margin-bottom: 13px;}

.contact-contact .lab-1 {
	float: left;
	width: 51px;
	padding: 2px 4px 0 21px;
}
.contact-contact .lab-2 {
	width: 100%;
	display: block;
	margin-bottom: 0px;
}
.contact-contact .txt,
.contact-contact .txt-2 {
	float: left;
	width: 138px;
	background: #fff;
	padding: 2px 3px;
	border: 1px solid #A7A6AA;
}
.contact-contact .txt-2 {
	float: none;
	width: 338px;
	height: 80px;
	overflow: auto;
}
.contact-contact .submit {
	float: left;
	width: 98px;
}
/* footer */
#footer {
	height: 1%;
	color: #808080;
	overflow: hidden;
	line-height: 16px;
	position: relative;
	margin-bottom: -3px;
	padding: 19px 15px 0 16px;
}
#footer a {
	color: #808080;
	text-decoration: none;
}
#footer a:hover {text-decoration: underline;}

#footer p {margin: 0;}
#footer p span {margin: 0 0 0 20px;}

#footer ul {
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
}
#footer ul li {
	display: inline;
	padding: 0 0 0 17px;
}
/* page blog */

.hold-info {
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 0 0 43px;
	margin-bottom: 26px;
}
/* primary-content */
.primary-content {
	float: left;
	width: 475px;
	padding: 16px 0 0 18px;
}


.primary-content-2 {
	float: left;
	width: 494px;
	padding: 18px 0 0 8px;
}
/* post */
.post {
	width: 100%;
	overflow: hidden;
	padding: 0 0 21px;
	margin-bottom: 19px;
	border-bottom: 1px solid #E3E3E3;
}
.post-last {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.primary-content h1,
.primary-content h1 a,
.primary-content h1 a:hover,
.primary-content h1 a:visited {
	color: #333;
	font-size: 28px;
	line-height: 40px;
	margin: 0 0 2px;
	text-decoration: none;
}

.primary-content h2 {
	font-size: 18px;
	margin-bottom: 4px;
}

.primary-content p {
	line-height: 160%;
	margin-top: 0;
	margin-bottom: 15px !important;	
}

.primary-content li {
	line-height: 160%;
	font-size: 90%;
}

.primary-content br {
	display: auto;
}
.post h2 {
	font-size: 20px;
	line-height: 36px;
	text-transform: none;
	margin: 0;
}
.post h2 a {
	color: #3f3f3f;
	text-decoration: none;
}
.post h2 a:hover {text-decoration: underline;}

.post h3 {
	text-transform: none;
	font: 14px/16px verdana, geneva, sans-serif;
	margin: 0 0 21px;
}
.post p {
	font-size: 11px;
	line-height: 18px;
	margin: 0;
}
/* secondary-content */
.secondary-content {
	float: right;
	width: 231px;
	padding: 18px 17px 0 0;
}
.secondary-content-2 {
	float: right;
	width: 231px;
	padding: 18px 17px 0 0;
}
/* categories */
.categories {
	height: 1%;
	border: 1px solid #EFEEEE;
}
.categories div { 	padding: 0 10px 20px; }
.categories p {
	margin: 0;

	line-height: 18px;
}
.categories h2 {
	margin: 0 0 6px;
	font-size: 20px;
	line-height: 28px;
	background: #EFEFEF;
padding: 0 10px 0 10px; 
}
.categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.categories ul li {
	font-size: 13px;
	line-height: 16px;
	padding: 0 14px 8px;
}
/* recent-posts */
.recent-posts {
	height: 1%;
	padding: 0 0 20px;
	border: 1px solid #EFEEEE;
}
.recent-posts h3 {
	margin: 0 0 14px;
	font-size: 20px;
	line-height: 24px;
	background: #EFEFEF;
	padding: 5px 13px 3px;
}
.recent-posts h3 a {
	color: #323232;
	text-decoration: none;
}
.recent-posts h3 a:hover {text-decoration: underline;}

/* clear float elements */
.wrap-content-2:after {
	clear: both;
	content: "";
	display: block;
}
.alignleft{
    float:left;
}
.alignright{
    float:right;
}
#comment{
    width:100%;
}
.primary-content-2 .cont1-holder .category_view_product{
    width:240px;
	padding:0 0 7px 7px;
	overflow:hidden;
	display:inline;
	float:left;
	clear:none;
}
.primary-content-2 .wrap-products-size .category_view_product{
	float:left;
	display:inline;
	margin:0;
	padding:0 10px 87px 0;
	position:relative;
	width:145px;
	overflow:hidden;
}

.primary-content-2 #signature .category_view_product{
	/* float:left; */
	/* display:inline; */
	margin:0;
	/* padding:0 10px 87px 0; */
	padding: 0 0 0 0px;
	position:relative;
	width:478px; 
	overflow:hidden;
	text-align: center;
	background-color: #ffffff;
	margin: 0 0 15px 7px;

}


.primary-content-2 p{
	margin:0;
	padding:12px 0 0;
}
.primary-content-2 .category_view_product .wpsc_product_title,
.primary-content-2 .category_view_product label,
.primary-content-2 .category_view_product h2,
.primary-content-2 .category_view_product span,
.primary-content-2 .category_view_product .wpsc_product_price{
	display:none;
}
.primary-content-2 .category_view_product{
	position:relative;
}
.primary-content-2 .wrap-products-size .category_view_product form{
	margin-left:-13px;
	margin-top:-59px;
	width:144px;
}

.primary-content-2 #signature .category_view_product form{
	/* margin-left:-13px;
	margin-top:-59px; */
	/* width:144px; */
	width: 210px;
	margin-left: 235px;
	margin-top: -19px;

}

.primary-content-2 .category_view_product form{
	position:absolute;
	left:13px;
	top:277px;
	float:left;
	width:206px;
}




.primary-content-2 .category_view_product br{
	display:none;
}
.primary-content-2 .category_view_product br,
.primary-content-2 .cont1-holder .category_view_product select{
	float:left;
	width:97px !important;
	font-size:12px;
}

.primary-content-2 #signature .category_view_product select{
	float:left;
	width:97px !important;
	font-size:12px;
	margin-right: 12px;
}

.primary-content-2 .wrap-products-size select{
	width:145px;
	margin-bottom:6px;
}
.primary-content-2 .category_view_product .producttext{
	width:206px;
}
.primary-content-2 .category_view_product .wpsc_buy_button{
	float:right;
	font-size:12px;
	width:97px;
}
.primary-content-2 .wrap-products-size .category_view_product .wpsc_buy_button{
	width:145px;
}
.primary-content-2 .cont1-holder img{
    height:308px;
	width:231px;
}
.primary-content-2 .wrap-products-size img{
    height:211px;
	width:145px;
}
.primary-content-2 .cont1-holder{
	/* height:315px; */
	overflow:hidden;
	position:relative;
}
.wrap-products-size .wpsc_container{
	width:465px;
	/* height:590px; */
	overflow:hidden;
}

div.br {
	height: 0px;
}

td { vertical-align: top; }


#product_11_submit_button, #product_17_submit_button,
#variation_select_11_5, #variation_select_17_5 { display: none !important; }

div#signature { display: none !important; }
